/** Media Center **/
.media-center h1,
.media-center h2 {
  font-size: 34px;
  display: block;
  text-align: center;
margin-bottom: 0px;
}
.media-center p {
	font-size: 16px;
    font-size: 16px;
    margin-bottom: 1rem!important;
    margin-top:-11px;
}
select option {
 color: #43474e!important;
background:#ffffff;
}
.newsitem {
 
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease 0.25s;
   
 
}.animate {
    opacity: 1;
    transform: translateY(0);
	display:block!important;
  }
.latestmedia-news form .form-group {
  margin-bottom: 0px;
  background: transparent;
}
.feedback-form .form-control, .input-group-text, .latestmedia-news form select {
  color: #43474e!important;
border:1px solid #d1d1d1!important;
}
.latestmedia-news form option:not(:first-of-type) {
  color: #43474e;
}
 ::placeholder {
  color: #43474e!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #43474e!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #43474e!important;
}
.form-select::after
{
	  color: #43474e!important;
}
.form-check-label
{
	color:#43474e;
font-size:16px;
}
.latestmedia-news .image-wraper img{
	
	width:100%;
border:0px!important;

}
 .latestmedia-news .image-wraper:hover img{
  transform: scale(1.1);
   transition: transform 3s ease;
   
} 
.image-wraper
{
overflow:hidden;
max-height:219px;
    background: #efefef;
box-shadow: 2px -3px 13px 2px #d3d3d3;

}
#noresults{font-size:30px;}
.latestmedia-news .image-wraper .carousel-caption {
    width: 100%;
   /* background: url("../images/blue-overlay.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 2px 10px;
    display: flex;
    text-align: inherit;
    align-items: center;
}

.latestmedia-news .image-wraper .carousel-caption h6 {
  margin-bottom: 0px;
  font-size: 16px;
  margin-top: 15px;
}

.latestmedia-news .image-wraper+.discription {
  padding: 20px 10px 10px 10px;
  border-radius: 0px 0px 42px;
  box-shadow: 2px 0px 13px 2px #d3d3d3;
  min-height:125px;
} 
.arbic-lang .latestmedia-news .image-wraper+.discription { 
border-radius: 0px 0px 0px 42px;
}
.media-date {
    position: relative;
    right: 0;
    bottom: 0;
    left: 12px;
    z-index: 10;
    top: -25px;
  padding:0px;
    color: #43474e;
     text-align: left;
}
#latestmedia-news-arbic .media-date
{
position: relative;
    right: 0;
    bottom: 0;
    right: 10px;
    z-index: 10;
    top: -29px;
  padding:0px;
    color: #43474e;
     text-align: right;
}
.latestmedia-news .image-wraper+.discription p
{
color:#43474e;
font-size:16px;
}
.latestmedia-news .image-wraper+.discription p:hover
{
color:#29588c;
}

.latestmedia-news .image-wraper+.discription .blue-btn {
  background: transparent;
    border: 2px solid #2a588d;
    border-radius: 25px;
    color: #2a588d;
    padding: 8px 15px 0px 15px;
    line-height: 20px;
    font-size: 12px;
    display:none;

}
.latestmedia-news .image-wraper+.discription .blue-btn:hover{
    color: #ffffff;
    background: #1f4979;
}
.latestmedia-news form+.row>div {
  margin-bottom: 30px;
  margin-top:-5px;
}
.feedback-form .form-control {
    appearance: none !important;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 25px;
    height: 45px;
 
    padding-left: 0.5rem;
}
.form-select::after {
    color: #444444;
    content: "\f078";
    font-family: "Font Awesome\ 5 Free";
    font-size: 10px;
    height: 5px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 15px!important;
    width: 10px;
    font-weight: 900;
}
#clearform{position:relative;top:-2px;left:15px;right:15px;}
@media (max-width: 992px) {
  .media-center h1,
  .media-center h2 {
    font-size: 24px;
  }
.form-check-inline{width:30%;}
#clearform{position:relative;top:0px;left:15px;right:15px;}
.form-check-label
{
	color:#43474e;
font-size:14px;
}
.image-wraper{min-height:auto!important;}
#noresults{font-size:24px;}
}
@media (max-width: 360px) {
.form-check-label
{
	color:#43474e;
font-size:12px;
}
}

@media (max-width: 320px) {
  .discription p{
    font-size: 14px!important;
  }
.form-check-inline{width:50%;}
.latestmedia-news .image-wraper+.discription {
  padding: 20px 10px 10px 10px;
  border-radius: 0px 0px 42px;
  box-shadow: 2px 0px 13px 2px #d3d3d3;
  min-height:135px;
}
}

.media-center{margin:40px 0 10px;}
