.row h4 {
    font-size: 20px;
	color:#103154;
	font-family: 'Lato', sans-serif;	
}

.row h3 {
    font-size: 18px;
	color:#103154;
	font-family: 'Lato', sans-serif;	
}

/**--------------------nav bar start-------------**/
	 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
  .navbar-nav  {
     display: inline;
  }
  .navbar-default-2 .navbar-brand {
    display: inline;
  }
  .navbar-default-2 .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default-2 .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default-2 .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default-2 .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default-2 .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

.nav-2 > li > a:hover {
    text-decoration: none;
    background-color: #0fc0f0;
}  

/**--------------------nav bar end---------------**/

/**--------------------paper news article start---------------**/
/*Main style*/
.list-quotes {
	cursor: pointer;
	height: auto;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	display: block;
	border-bottom: 1px solid blue;
}
.list-quotes img,
.list-quotes h1 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.list-quotes img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.list-quotes h1{
	background: rgba(9, 52, 94,0.8);
	bottom: 30px;
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	position: absolute;
	margin: 0;
}

.list-quotes p {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 10px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	font-size: 15px;
	font-weight: normal;
	background: rgba(17, 133, 246,0.8);
	width: 100%;
	color: #fff;
}
.list-quotes:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: scale(1.2);
	transition: all 250ms ease;
}
.list-quotes:hover{
	box-shadow: 0 0 5px 2px rgba(51,153,153, 0.5);
}
.list-quotes:hover h1 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
	text-shadow: 0px 0 15px #fff;
	transition: all 250ms ease;
}
.list-quotes:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.quotes span{
	color:#222;
	font-weight: bold;
	text-transform: capitalize;
	color: #fff;
}
/**--------------------paper news article start---------------**/

.related_heading {
	padding-left: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

.fa-5x {
    font-size: 3em;
	color: #2980b9;
}

.footer{
	
	background-color: #101018;
	background-position: center;
	height: 70px;
	padding: 20px;
	margin-top: 15px;
	color: white;
}

.Command_satement{
	/**padding-top: 5px;
	margin-top: 55px;*/
    padding-top: 5px;
    margin-top: 5px;
    background-color: #F0F0F0;
	min-height:185px;
}



/**--------------------**/
.week-article {
    border-radius: 5px;
    border: 1px solid #CED0EC;
    padding: 20px; 
    width: auto;
    min-height: 200px; 
	background-color: #F0F0F0;
}

.week-article, h4 {
    margin-top:0px;	
}

.week-article-readmore  {
    background-color: #337ab7;
	max-width: auto;
	padding: 2px 5px;
	border-radius: 2px;
	color: white;
	margin-top:5px;
}
/**--------------------**/

/**********************************************************************/
.home_block{
	/**padding-top: 5px;
	margin-top: 55px;*/
    padding-top: 5px;
    margin-top: 5px;
    background-color: #F0F0F0;
}
.cardnews {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    min-height: 350px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.news-cont-title {
    color: #001936;
    font-weight: 200;
    line-height: 24px;
    text-decoration: none;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    margin: 10px 8px 10px 8px;
    font-weight: 700;
    unicode-bidi: isolate;
    text-align: left;
    min-height: 110px;
    height: 120px;
}
.news-button {
    padding: 3px 7px 10px 10px;
    box-sizing: inherit;
}
.card-body {
   
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.1);
  
}
	
	.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}


.row .right_image{
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 5px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}


.row .banner {
    display: inline-block;
    max-width: 100%;
    height: auto;
    /**line-height: 1.42857143;*/
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	margin-left: 15px;
	margin-right: 15px;
}
.tenderBtn{
    background-color: #103154;
	width: 100px;
	height: 15px;
	padding: 1px 15px;
	border-radius: 4px 5px;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	
}



/**--------------------**/
.medal-primary {
    color: #454072;
    background-color: #f0f3f6;
    border-color: #2e6da4;
}

.medal {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
	box-sizing: border-box;
			width:282px;
}

.medal-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.medal.focus, .medal:focus, .medal:hover {
    color: #fff;
    text-decoration: none;
}

.img-responsive1, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
/**--------------------**/
/**--------------slider caption ---------------------------------*/
.main-text {
    position: absolute;
	top: 1px;
	right:1px;
	width: auto;
	color: #FFDF00;;
	border-radius: 5px;
	border: 1px solid #fff;
	background: rgba(21, 21, 23, 0.6);
}
.main-text h4{
	font-size:20px;
}



@media (max-width:480px){
    .main-text h4{
        font-size:15px;
    }
	
	.main-text p{
	font-size:8px;
	}

}
/**--------------slider caption ---------------------------------*/

/**----------------------**/
.smart-div {
    border-radius: 2px;
    border: 1px solid #CED0EC;
    padding: 2px; 
    width: auto;
    min-height: 150px; 
	background-color: #F0F0F0;
}

.smart-div2 {
    border-radius: 2px;
    border: 1px solid #CED0EC;
    padding: 10px; 
    width: auto;
    min-height: 150px; 
	background-color: #F0F0F0;
}

.smart-our-services {
    border-radius: 2px;
    border: 1px solid #CED0EC;
    padding: 10px; 
    width: auto;
    /**min-height: 150px; *//
	background-color: #F0F0F0;
}

.smart-div3,img{
	display: block;
	max-width: 100%;
	height: 230px;
	padding-bottom: 10px;

	}

.smart-header-image,img{
	display: block;
	max-width: 100%;
	height: auto;
	padding-bottom: 10px;

	}

.smart-div4 {
    border-radius: 2px;
    border: 1px solid #CED0EC;
    padding: 2px; 
    width: auto;
    min-height: 110px; 
	background-color: #F0F0F0;
}

.smart-div5 {
    border-radius: 2px;
    border: 1px solid #CED0EC;
    padding: 2px 10px; 
    width: auto;
    min-height: 120px; 
	background-color: #fff;
	margin-top:10px;
}
/**----------------------**/

/**----------------------**/
.body-cont, p {
	text-align:justify;
}
/**----------------------**/

/**----------------------**/
.news, h3{
	margin-top: 2px;
	margin-bottom: 10px;
	max-width:650px;
}

.news-readmore{
	font-size: 14px;
	color:#0b2078e6;	
}

.news-front-img{
	padding-left:5%;
}

.recent-news-head, .h5 { 
	margin: 12px 0 0 0; 
	text-align: justify;
	height :70px;	
}
/**---------strat commander word-------------**/



/*----------------------------------------------------------*/

/*-----------------------------------------------------------*/






blockquote{
    border-left:none
}

.quote-badge{
    background-color: rgba(0, 0, 0, 0.2);   
}

.quote-box{
    
    overflow: hidden;
    border-radius: 8px;
    background-color: #3498db;
    margin-top: 10px;
    color:white;
    width: 100%;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
    
}

.quote-text{
    
    font-size: 14px;
    margin-top: -5px;
}

/******----------------------image hover iffect home start -------------------*/


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}



.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #e6b83b;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 0px;
  background: rgba(0, 0, 0, 0.6);
 /* -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;*/
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin:0px;
}

.hovereffect p.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 7px;
}

.hovereffect:hover p.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect p.info:hover {
  box-shadow: 0 0 5px #fff;
}

/******----------------------image hover iffect home end -------------------*/

/******/
footer1 {
    /*background-color: #0c1a1e;*/
    /**min-height: 350px;**/
    font-family: 'Open Sans', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**---------end commande word-------------**/
.searchBtn{
	z-index: 10;
	position: absolute;
	margin-top: 30px;
	width: 84.55%;
	height: auto;
	background-color: red;
}

/**----------------------**/
.trilanguageBtn{
	background-color: #19484e;
	width: 100px;
	height: 15px;
	padding: 5px 5px;
	border-radius: 4px 4px;
	color:#fff;
	border-style: solid;
	border-width: 1px;
	margin-left: 4px;
	
}

.row1{
    /* margin-right: -15px;
    margin-left: -15px; */
	background-image: url("../img/home/main_banner.jpg");
	height: 117px;
/* 	margin-left: 2px;
	margin-right: 2px; */
}

.banner-btn{
	float:left;
	margin:3%;
	text-align:center;
}

.banner-btn img{
	background:url(../img/home/Button.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 10px;
	margin: 10px;
	
}

.banner-btn span{

	
	font-weight:bold;
	color: #9a3c4a;
	font-size:15px;
	text-outline: thickness blur color;
	text-stroke: 4px navy;
	
}

.site_map li:after { 
	content:""; 
	color:#FFF; 
	margin-right:8px; 
	margin-left:8px;
	float:left; 
	line-height:40px;
	color:#FFF;  
	font-size:12px;
}

.article_btn{
	margin-left: 15px;
	padding-bottom: 5px;
}


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  /*background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);*/
}

.hovereffect .overlay {
  width: 100%;
  height: 94%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect .overlay h2 {
	font-size: 25px;
    -webkit-text-stroke-width: 1.25px;
	-webkit-text-stroke-color: #000;
	-webkit-text-fill-color: #e6b83b;
    font-family: Impact, Charcoal, sans-serif;
    text-align: center;
}



.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 18px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: center;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

{
	text-shadow: rgb(43, 191, 255) 2px 0px 0px, rgb(43, 191, 255) 1.75px 0.966667px 0px, rgb(43, 191, 255) 1.08333px 1.68333px 0px, rgb(43, 191, 255) 0.133333px 2px 0px, rgb(43, 191, 255) -0.833333px 1.81667px 0px, rgb(43, 191, 255) -1.6px 1.2px 0px, rgb(43, 191, 255) -1.98333px 0.283333px 0px, rgb(43, 191, 255) -1.86667px -0.7px 0px, rgb(43, 191, 255) -1.3px -1.51667px 0px, rgb(43, 191, 255) -0.416667px -1.95px 0px, rgb(43, 191, 255) 0.566667px -1.91667px 0px, rgb(43, 191, 255) 1.41667px -1.41667px 0px, rgb(43, 191, 255) 1.91667px -0.566667px 0px;
}

/*-----------------------------*/
.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .active.left, .carousel .active.right {
    left:0;
    opacity:0;
    z-index:2;
}
.carousel .next, .carousel .prev {
    left:0;
    opacity:1;
    z-index:1;
}
/*-----------------------------*/

#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-control.left 
{
  left: -12px;
}

#quote-carousel .carousel-control.right 
{
  right: -12px;
}

#quote-carousel .carousel-indicators 
{
  top: auto;
  bottom: 0px;
}

#quote-carousel .carousel-indicators li 
{
  background: green;
}
#quote-carousel .carousel-indicators .active 
{
  background: darkgreen;
}

#quote-carousel img
{
  margin-left: 85%;
}

.item blockquote {
    border-left: none; 
    margin: 0;
}

.newsPaperArticle
{
	
	width: 200px;
	height: auto;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.d-block {
    display: block !important;
}
.rounded-circle {
    border-radius: 50%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.datetime1{
	
	color: #f6f0f0;
	padding: 0 38px;
}

.image-border-custom {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px solid #080852;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.paper-article {
	width: 100%;
	height: auto;
	background-color: #e6effb;
	border-color: #323266;
	border-style: solid;
	border-width:1px;
	border-radius: 5px;
	
}

.paper-article, img {
	padding-bottom:10px;
	
}

.paper-article .text-line {
	width: 100%;
	height: 40px;
	padding: 5px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px 5px 0px 0px;
	
}

.navbar .banner-Img{
	
	padding-left: 1%;
	padding-top: 3%;
}

.portfolio-item{
	
	margin-bottom:30px;
	
.hide-bullets {
    list-style:none;
    margin-left: -110px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 200%;
}
}
/*gallery start*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 14px/1 'Open Sans', sans-serif;
  color: #555;
  background: #e5e5e5;
}

.gallery {
  width: 630px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0,0,0,.3);
}

.gallery > div {
  position: relative;
  float: left;
  padding: 5px;
}

.gallery > div > img {
  display: block;
  width: 298px;
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > img {
  transform: scale(1.7,1.7);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}

h1 {
  margin: 40px 0;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

/*gallery end*/


.zoom { 
  transition: transform .2s; /* Animation */
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.news-shadow{
  box-shadow: 0 0 8px #ABABAB;
  padding: 10px;
margin-bottom: 10px;
}