/* common */
.section_bg_color1 {
  background: #f8fcff;
}
.section_bg_color2 {
  background: #ffffff;
}

.btn_round {
  border-radius: 5px;
}

.btn::before {
  background: #072366;
}

.section_custom_padding {
  padding-top: 100px !important;
  padding-bottom: 80px !important;
}

/* pagination */

.pagination_item {
  border: 5px solid #e5e2e2;
  margin-bottom: 10px;
  padding: 10px;
}

#pagination {
  margin-left: 500px;
}

.phone_icon {
  transform: rotate(-270deg);
}

/* Home Page  */

.mission_text {
  font-size: 25px;
}

.about_image_01 {
  width: 344px;
  height: 453px;
}
.about_image_02 {
  width: 250px;
  height: 288px;
}
.footer_logo {
  width: 250px;
  height: 100px;
}

.screening_cards_height {
  height: 500px;
}

.screening_cards_height2 {
  height: 300px;
}

.screening_card2 {
  padding: 30px 22px !important;
}

.screening_cards_height_text {
  height: 100px;
}

.screening_card_text_main {
  font-size: 40px !important;
  font-weight: 800;
  color: #072366 !important;
}

.screening_card_text {
  font-size: 18px !important;
  font-weight: 800;
  color: #072366 !important;
}

.screening_title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: "Muli", sans-serif;
}
.screening_text_link {
  color: inherit;
  font-size: 30px;
}

.service-area .single-cat:hover .cat-cap .screening_card_text {
  color: #fff !important;
}

.director_images {
  width: 200px;
  height: 200px;
}
.list_style {
  padding: 20px;
  font-family: "Muli", sans-serif;
  color: #072366;
}
.list_style li {
  list-style: disc;
}
.activity_images {
  width: 360px;
  height: 240px;
}
.slider_title {
  font-weight: 900 !important;
  font-size: 40px !important;
}
.slider-area {
  /* background-image: url(../img/hero/banner.jpg); */
  background: none;
}

.banner_text_color h1,
.banner_text_color p,
.banner_text_color div a {
  color: white !important;
}

div.single-slider {
  height: 850px;
}

.slider-area div .single-slider:nth-child(1) {
  background-size: cover;
  background-position: top;
  background-image: url(../img/hero/banner_new1.jpg);
}
.slider-area div .single-slider:nth-child(2) {
  background-size: cover;
  background-position: top;
  background-image: url(../img/hero/banner_new2.jpg);
}
.slider-area div .single-slider:nth-child(3) {
  background-size: cover;
  background-position: top;
  background-image: url(../img/hero/banner_new3.jpeg);
}
.slider-area div .single-slider:nth-child(4) {
  background-size: cover;
  background-position: top;
  background-image: url(../img/hero/banner_new4.jpg);
}

.slider-area2.about_main_title {
  background-image: url(../img/hero/about_us_new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-area2.activity_main_title {
  background-image: url(../img/hero/activity.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-area2.gallery_main_title {
  background-image: url(../img/hero/gallery.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-area2.helping_us_main_title {
  background-image: url(../img/hero/helping_us_new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-area2.publication_main_title {
  background-image: url(../img/hero/Publication_new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-area2.contact_us_main_title {
  background-image: url(../img/hero/contact_us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about_main_title_h2,
.activity_main_title_h2,
.gallery_main_title_h2,
.helping_us_main_title_h2,
.publication_main_title_h2,
.contact_us_main_title_h2 {
  color: #fff !important;
}

.slick-dots li button {
  background: #c9d4dc;
  border-radius: 50%;
}
.slick-dots li button:before {
  color: #c9d4dc;
  font-size: 50px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #d32329;
}

.slick-next {
  right: 25px;
}

.slick-prev {
  left: 25px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  color: #d32329;
  /* background: #f8fcff; */
}

.slick-arrow {
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover {
  background: none;
}

.upcoming_title {
  font-size: 20px !important;
  color: #454d72;
  font-weight: 700;
  margin-bottom: 26px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.blood_cells_img {
  width: 700px;
}

.upcoming_update_height {
  height: 400px;
  overflow: auto;
  border: 1px solid #d32329;
}

.upcoming_update_scroll {
  position: relative;
}

.upcoming_card {
  border: 1px solid #eee;
}

.upcoming_update_height::-webkit-scrollbar {
  width: 1em;
}

.horizontal_cards_title {
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: "Muli", sans-serif;
}
.horizontal_cards_height {
  height: 350px;
}
.horizontal_cards {
  background: #ffffff;
  border-radius: 6px;
  padding: 85px 22px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  border: 1px solid #d32329;
}
.horizontal_cards .cat-icon span {
  margin-bottom: 50px;
  width: 90px;
  height: 90px;
  background: #d32329;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  color: #fff;
}

.overlay_on_image {
  background-color: black;
  opacity: 0.3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* about page */

thead > tr > th:nth-child(1),
tbody > tr > td:nth-child(1) {
  width: 10%;
  border: 1px solid #d32329;
}

thead > tr > th:nth-child(2),
tbody > tr > td:nth-child(2) {
  width: 25%;
  border: 1px solid #d32329;
}

thead > tr > th:nth-child(3),
tbody > tr > td:nth-child(3) {
  width: 25%;
  border: 1px solid #d32329;
}

thead > tr > th:nth-child(4),
tbody > tr > td:nth-child(4) {
  width: 40%;
  border: 1px solid #d32329;
}

.directors_text {
  color: #072366;
  font-size: 40px;
  font-weight: 800;
}
.animate-borders {
  position: relative;
  display: block;
  width: 350px;
  height: 3px;
  background: #d32329;
  overflow: hidden;
}

.animate-borders:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  left: 60px;
  bottom: 0;
  border-left: 10px solid #072366;
  border-right: 10px solid #072366;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.directors_card_content_wrap {
  position: relative;
}
.directors_card_content_wrap .directors_tb_shape.shape-top {
  top: -60px;
  right: 20%;
}

.directors_card_content_wrap .directors_tb_shape.shape-bottom {
  bottom: -88px;
  right: 50%;
}

.directors_card_content_wrap .directors_tb_shape {
  position: absolute;
  z-index: -1;
  display: none;
}

.directors_card_content_wrap:before {
  position: absolute;
  top: 60px;
  left: 10px;
  width: 98%;
  height: 80%;
  content: "";
  background: #d32329;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  z-index: -1;
}

.directors_card_content_wrap2 {
  position: relative;
}
.directors_card_content_wrap2 .directors_tb_shape.shape-top {
  top: -60px;
  right: 20%;
}

.directors_card_content_wrap2 .directors_tb_shape.shape-bottom {
  bottom: -88px;
  right: 50%;
}

.directors_card_content_wrap2 .directors_tb_shape {
  position: absolute;
  z-index: -1;
  display: none;
}

.directors_card_content_wrap2:before {
  position: absolute;
  top: 60px;
  left: 10px;
  width: 98%;
  height: 80%;
  content: "";
  background: #d32329;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  z-index: 0;
}

.slick-dots {
  bottom: -35px;
}

.directors_card_main {
  width: 100%;
}

.directors_quote_wrap {
  background: #072366;
  padding: 30px 40px;
  margin-top: 30px;
  height: 270px;
}

.directors_author_img {
  border: 4px solid #d32329;
  width: 100px;
  position: absolute;
  top: 0px;
  height: 100px;
}

.directors_author_img img {
  width: 100%;
  height: 100%;
}

.directors_author_img_text {
  position: relative;
  left: 120px;
}

.directors_card_designation {
  font-size: 15px;
}

.directors_card_title {
  font-size: 30px;
}

.directors_desc {
  margin-top: 5px;
}

.directors_card_title2 {
  font-size: 26px;
}

.directors_desc2 {
  margin-top: 25px;
}

.testimonial-custom button.slick-arrow {
  border: none;
}

.testimonial-custom button.slick-arrow:hover {
  border: none;
}

.iframe_height {
  height: 900px;
}

/* activity page */

.activity_img {
  border: 2px solid #d32329;
  border-radius: 4px;
  width: 100%;
}

.activity_img_height {
  height: 350px;
}

.manpower_sub_title {
  font-size: 30px !important;
}

/* helping page */

.helping_title {
  font-size: 30px;
}
/* publication */

.publication_section_height {
  height: 4800px;
}

.publication_title {
  font-size: 25px !important;
  color: #454d72;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.publication_card:hover {
  box-shadow: none;
}

.publication_card div.job-items {
  width: 100%;
  overflow: hidden;
}

.text_para {
  font-size: 20px !important;
  color: #10285d;
}
.text_para_home {
  font-size: 18px !important;
  color: #10285d !important;
  margin-bottom: 30px !important;
}

.simple-pagination li a,
.simple-pagination li span {
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #eee;
}

/* gallery */

.gallery_tab_text {
  width: 200px;
}

.gallery_tab_text.active:hover {
  color: #fff;
}

.gallery_land_img_height {
  height: 340px;
}

/* contact */

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* media queries  */

@media only screen and (max-width: 1200px) {
  .publication_section_height {
    height: 5000px;
  }
  #pagination {
    margin-left: 300px;
  }
  .directors_card_content_wrap:before {
    width: 100%;
  }
  .directors_card_content_wrap2:before {
    width: 100%;
  }
  .directors_quote_wrap {
    height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .publication_section_height {
    height: 5000px;
  }
  #pagination {
    margin-left: 300px;
  }
  .blood_cells_img {
    width: 100%;
  }
  .directors_card_content_wrap:before {
    width: 100%;
  }
  .directors_card_content_wrap2:before {
    width: 100%;
  }
  .directors_card_main {
    margin-top: 50px;
  }
  .directors_quote_wrap {
    height: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .publication_section_height {
    height: 6800px;
  }
  #pagination {
    margin-left: 0;
  }

  .iframe_height {
    height: 500px;
  }

  .gallery_tab_text {
    width: 150px;
  }
  .directors_card_title {
    font-size: 20px;
  }
  .directors_card_title2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .screening_cards_height2 {
    height: 350px;
  }
  .screening_cards_height {
    height: 470px;
  }
  .activity_img_height {
    height: 300px;
  }
  .publication_section_height {
    height: 7000px;
  }
  #pagination {
    margin-left: 0;
  }
  .slider-area {
    background-position: left center;
  }
  .mission_text {
    font-size: 20px;
    text-align: center;
  }
  .about_title {
    font-size: 20px;
    text-align: center;
  }
  .text_para {
    font-size: 15px !important;
    color: #10285d;
  }
  .directors_card_title {
    font-size: 17px;
  }
  .directors_card_title2 {
    font-size: 17px;
  }
  .directors_card_designation {
    font-size: 12px;
  }
}
