 iframe {
 	filter: none;
 }
 .video-grid{
 	margin-bottom: 20px;
 }
 /*.methods-section{
 	background: #8c0404;
   }*/
   .project-item .zoom__icon {
    top: 45%;
    left: 45%;
  }
  .methods-section .fancybox-item:hover .fancybox__title {
    color: #ffffff;
  }
  /* padding-bottom and top for image */
  .mfp-no-margins img.mfp-img {
    padding: 0;
  }
  /* position of shadow behind the image */
  .mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* padding for main container */
  .mfp-no-margins .mfp-container {
    padding: 0;
  }

  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
  }

  .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }
  .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }

  .mfp-with-zoom.mfp-removing .mfp-container, 
  .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }
  .project-item .project__content {
    padding: 30px;
    opacity: 1;
    position: relative;
    top: 0;
    color: #fff;
    left: 0;
    background: #fff;
  }
  .upcomng-event{
   background: #f5f5f5;
 }
 .projects-filter {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.eligibility-section{
	padding-top: 40px;
    padding-bottom: 35px;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.61);
}
.request__form {
  margin-right: 20px;
}
.request__form .request__form-body {
  padding: 30px;
}


.heading__desc{
  color: #9b9b9b;
}
.fancybox-item .fancybox__title {
  color: #9b9b9b;
}

.project-item .project__cat a {
  font-size: 14px;
}
.event-details h4.media__title {
  margin-bottom: 0;
    color: #222;
    padding-bottom: 8px;
}
.event-details{
  text-align: center;
}
.event-details a{
  color:#6f6f6f;
}

    .request__form .request__form-header {
    background-color: #f5f5f5;
     color: #222;
    padding: 20px 30px;
    text-align: center;
}
.fancybox-item .fancybox__icon {
    font-size: 70px;
    line-height: 1;
    color: #ffffff;
    }



.pdf-table table tr:nth-child(even){
    background-color: #BEF2F5
}

.pagination li:hover{
    cursor: pointer;
}
    table.pdf-table  tbody tr {
      display: none;
    }
    table.pdf-table  thead tr th.long-row{
      width: 80%;
    }
    table.pdf-table  thead tr th.short-row{
      width: 20%;
    }
    table.pdf-table  thead tr th{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background: #007ac5;
}
.select-pdf-title{
font-weight: 400;
    font-size: 14px;
    color: #212529;
    margin-bottom: 10px;
    display: none;
  }
  .pdf-group .form-control{
    border: 1px solid #b7b6b6;
    margin-bottom: 10px;
    display: none;
  }
  .pagination li {
    margin-right: 10px;
    padding: 4px 10px;
    border: 1px solid #e0e0e0;
}
.pagination li.active{
background: #8c0404;
    color: #fff;
    border: 1px solid #000000;
  }
  .pagination {
    margin-top: 20px;
    justify-content: flex-end;
}
.clients .client img {
    display: inline-block;
    width: auto !important;
    max-width: 20%;
}
h4.media__title {
    color: #ffffff;
    font-weight: 400;
}
.btn-blue:focus {
    background-color: #007ac5;
    color: #fff;
    border: 2px solid #007ac5;
}
.video-pagination ul{
display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    padding-top: 20px;
  }
  .video-pagination ul li{
  margin-right: 10px;
    padding: 4px 10px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
  }
  .video-pagination ul li span{
  color:#9b9b9b;
}
.video-pagination ul li.active{
 background: #8c0404;
    color: #fff;
    border: 1px solid #000000;
}
.video-pagination ul li.active span{
    color: #fff;
}
.video-pagination ul li:last-child{
    margin-right: 0px;
}
.video-pagination{
  margin-bottom: 15px;
}

/* new additions css */
.support-drop.dropdown-submenu>.dropdown-menu.downloads-drop {
    top: 0;
    left: 100%!important;
    margin-top: 0px;
    margin-left: 0px;
  }
  .grey-bg{
    background: #f5f5f5;
  }
  .upcoming-webinar{
    padding-top: 80px;
  }
  .video-content h4{
  font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    padding-top: 15px;
  }
   .video-content p{
  color: #9b9b9b;
  font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}
