/*===================== start news.htm =======================*/
.row.flexxx {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.combition {
  margin: 10px 0;
  padding: 20px 0;
}

.combition p {
  font-size: 14px;
}

.combition img.img-content {
  height: 290px;
}

.resp-cont-comb {
  text-align: right;
}

.combit-name {
  color: #13132f;
}

p.p-date {
  font-size: 17px;
  font-weight: bold;
}

p.p-date span {
  margin: 0 10px;
}

.award {
  font-size: 20px !important;
}

.img-content {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 6px 3px #c9c9c9;
          box-shadow: 0px 0px 6px 3px #c9c9c9;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-content:hover {
  border-radius: 5px;
}

.resp-cont-comb p {
  font-size: 18px;
  color: #818181;
  font-size: 18px;
  color: #818181;
  max-height: 195px;
  overflow-y: hidden;
  margin-bottom: 0;
}

.resp-cont-comb .wrapper .button {
  min-width: 125px;
}

.resp-cont-comb .wrapper .button:before {
  top: -22%;
}

.resp-cont-comb .wrapper .button:after {
  bottom: -22%;
}

.videoaaa {
  position: absolute;
  width: 45px;
  height: 45px;
  left: calc(50% - 22.5px);
  background-color: #1d0197;
  top: calc(50% - 22.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.fancybox-container {
  z-index: 999999999;
}

/*===================== end news.html =======================*/
/************** Multimedia Section ***************/
.media-contain {
  /***** nav tabs ***/
}

.media-contain .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 0;
  margin: 0 auto 20px auto;
  list-style: none;
}

.media-contain .nav-tabs > li > a {
  color: #B9B9B9;
  font-weight: bold;
  font-size: 20px;
  border: 0 !important;
}

.media-contain .nav-tabs > li.active > a, .media-contain .nav-tabs > li.active > a:focus, .media-contain .nav-tabs > li.active > a:hover {
  color: #1D0197;
}

/**************/
/*===================== responsive =======================*/
@media (max-width: 767px) {
  /*===start contact us =======*/
  .combition img.img-content {
    height: 195px;
  }
}

@media (max-width: 599px) {
  /*============ end single news.html =================*/
}
/*# sourceMappingURL=video.css.map */