@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap");
/* Constant styles  */
@font-face {
  font-family: jannar;
  src: url(../fonts/JannaLTRegular.ttf);
}

@font-face {
  font-family: jannab;
  src: url(../fonts/JannaLTBold.ttf);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

body {
  font-family: jannar;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
.btn {
  background-color: #2A7DE1;
  color: #fff;
  border-radius: 7px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}

.form-control:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .form-control {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: rgba(255, 255, 255, 0.2);
  }
}

p {
  font-size: .9rem;
}

.btn-color {
  background-image: -webkit-gradient(linear, left top, right top, from(#2A7DE1), color-stop(#2CA1D5), to(#2ED9C3));
  background-image: linear-gradient(to right, #2A7DE1, #2CA1D5, #2ED9C3);
}

.section_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section_header h1,
.section_header p,
.section_header h5 {
  margin: 0;
}

.section_header h1 {
  font-size: 2.5rem;
  font-family: jannab;
}

.section_header h5 {
  font-size: 1.2rem;
  margin-top: 15px;
}

.section_header span {
  width: 60%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#101820), to(#2A7DE1));
  background-image: linear-gradient(to right, #101820, #2A7DE1);
  margin-top: 15px;
}

.section_header a {
  color: #2A7DE1;
  display: inline-block;
  margin-top: 15px;
}

a.btn-color:hover, .btn-color:hover {
  opacity: .8;
}

ul.custom_ul_style {
  padding: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 21px;
}

ul.custom_ul_style li {
  color: rgba(16, 24, 32, 0.708);
  margin-bottom: 5px;
  width: 50%;
  position: relative;
  padding-left: 15px;
}

ul.custom_ul_style li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(16, 24, 32, 0.708);
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.anoutherpage {
  margin-top: 0 !important;
}

.carrers_subscripe {
  margin-top: 45px;
}

.html5-image {
  padding: 0 !important;
}

#html5lightbox-watermark {
  display: none !important;
}

/* sidenav */
.sidenav {
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  background-color: #2A7DE1;
  -webkit-box-shadow: 0 22px 22px rgba(0, 0, 0, 0.5);
          box-shadow: 0 22px 22px rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.sidenav .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  position: relative;
  z-index: 99;
  width: 90%;
  margin: auto;
}

.sidenav .links li {
  margin-top: 1.7rem;
}

.sidenav .links li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 2.1rem;
  text-transform: capitalize;
  position: relative;
}

.sidenav .links li a i {
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}

.sidenav .links li a:hover {
  color: #fff;
}

.sidenav .links li a:hover i {
  color: #fff;
}

.sidenav .links .submenue {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
  display: none;
}

.sidenav .links .submenue li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sidenav .links .submenue li a {
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #000 !important;
}

.sidenav .social {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}

.sidenav .social ul {
  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;
}

.sidenav .social ul li {
  margin: 10px;
}

.sidenav .social ul li a i {
  color: #fff;
}

/* top_header */
.top_header {
  padding: 10px 0;
}

.top_header .wrapper {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.top_header .wrapper .social ul li {
  margin-right: 27px;
}

.top_header .wrapper .social ul li a i {
  color: #111C4E;
}

.top_header .wrapper .search .form-group {
  position: relative;
}

.top_header .wrapper .search .form-group i {
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: .8rem;
}

.top_header .wrapper .search .form-group .form-control {
  border-radius: 20px;
  background-color: #F1F1F2;
  border: 0;
  height: 28px;
  font-size: 1rem;
}

.top_header .wrapper .search .form-group .form-control::-webkit-input-placeholder {
  font-family: jannab;
  color: #111C4E;
  font-size: .8rem;
}

.top_header .wrapper .search .form-group .form-control:-ms-input-placeholder {
  font-family: jannab;
  color: #111C4E;
  font-size: .8rem;
}

.top_header .wrapper .search .form-group .form-control::-ms-input-placeholder {
  font-family: jannab;
  color: #111C4E;
  font-size: .8rem;
}

.top_header .wrapper .search .form-group .form-control::placeholder {
  font-family: jannab;
  color: #111C4E;
  font-size: .8rem;
}

/* custom_navbar */
.custom_navbar .wrapper {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  position: relative;
}

.custom_navbar .wrapper .logo img {
  width: 200px;
}

.custom_navbar .wrapper ul li {
  margin-left: 30px;
  position: relative;
}

.custom_navbar .wrapper ul li a {
  color: #2A7DE1;
  font-size: .9rem;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_navbar .wrapper ul li a i {
  font-size: .6rem;
  margin-top: 2px;
  margin-left: 6px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.custom_navbar .wrapper ul li .submenue {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  min-width: 200px;
}

.custom_navbar .wrapper ul li .submenue ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  background-color: #fff;
  padding: 30px 0;
}

.custom_navbar .wrapper ul li .submenue ul li {
  padding: 10px 0;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.custom_navbar .wrapper ul li .submenue ul li:last-child {
  margin-bottom: 0;
}

.custom_navbar .wrapper ul li .submenue ul li a {
  font-size: 1rem;
  display: block;
  color: #000;
  padding: 0 0;
  padding-right: 70px;
  padding-left: 24px;
  text-transform: capitalize;
  color: #444;
}

.custom_navbar .wrapper ul li .submenue ul li:hover {
  background-color: #fff;
}

.custom_navbar .wrapper ul li .submenue ul li:hover a {
  color: #2A7DE1;
}

.custom_navbar .wrapper ul li:hover a i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.custom_navbar .wrapper ul li:hover .submenue {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.custom_navbar .wrapper .menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  cursor: pointer;
  z-index: 999999999999;
  /* Icon 1 */
  display: none;
}

.custom_navbar .wrapper .menu #nav-icon1,
.custom_navbar .wrapper .menu #nav-icon2,
.custom_navbar .wrapper .menu #nav-icon3,
.custom_navbar .wrapper .menu #nav-icon4 {
  width: 2rem;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.custom_navbar .wrapper .menu #nav-icon1 span,
.custom_navbar .wrapper .menu #nav-icon3 span,
.custom_navbar .wrapper .menu #nav-icon4 span {
  display: block;
  position: absolute;
  height: .1rem;
  width: 100%;
  background: #2A7DE1;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
}

.custom_navbar .wrapper .menu #nav-icon1 span:nth-child(1) {
  top: 0px;
}

.custom_navbar .wrapper .menu #nav-icon1 span:nth-child(2) {
  top: 7.5px;
  width: 1.8rem;
  left: unset;
  right: 0;
}

.custom_navbar .wrapper .menu #nav-icon1 span:nth-child(3) {
  top: 15px;
}

.custom_navbar .wrapper .menu #nav-icon1.open span {
  background-color: #fff;
}

.custom_navbar .wrapper .menu #nav-icon1.open span:nth-child(2) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 100%;
}

.custom_navbar .wrapper .menu #nav-icon1.open span:nth-child(1) {
  opacity: 0;
  left: -60px;
}

.custom_navbar .wrapper .menu #nav-icon1.open span:nth-child(3) {
  top: 12.5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.openBurgerMenu {
  right: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.burgerMenubodybg {
  display: block !important;
}

.customnavbaran-page {
  position: relative;
}

.customnavbaran-page #nav-icon1 span {
  background: #2A7DE1 !important;
}

.navbarvision-page #nav-icon1 span {
  background: #2A7DE1 !important;
}

.navbarvision-page #nav-icon1.open span {
  background: #fff !important;
}

/* video-header */
.video-header {
  height: calc(100vh - 100px);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 98px;
}

.video-header .video-parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-header .header-content {
  position: relative;
  z-index: 9;
}

.video-header .header-content h1 {
  font-size: 2.5rem;
  color: #fff;
  font-family: jannab;
}

.video-header .header-content p {
  width: 414px;
  color: #fff;
}

.video-header .header-content .btn-color {
  padding: 10px 30px;
  margin-top: 13px;
  color: #fff;
  font-family: jannab;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
}

.video-header::after {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}

.video-header .container {
  position: relative;
}

.video-header .header_video_btn {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}

.video-header .header_video_btn .button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.video-header .header_video_btn .button.is-play {
  background-image: -webkit-gradient(linear, left top, right top, from(#2ED9C3), to(#2A7DE1));
  background-image: linear-gradient(to right, #2ED9C3, #2A7DE1);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.video-header .header_video_btn .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.video-header .header_video_btn .button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-header .header_video_btn .button.is-play .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
  cursor: pointer;
}

.video-header .header_video_btn .button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  cursor: pointer;
}

.video-header .header_video_btn .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}

.video-header .header_video_btn .has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

/* discover */
.discover {
  margin-top: 66px;
}

.discover .section_header {
  margin-bottom: 45px;
}

.dicover_card {
  height: 292px;
  max-height: 292px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 22px 26px;
}

.dicover_card .card-img {
  border-radius: 5px;
  overflow: hidden;
}

.dicover_card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.dicover_card .card-content {
  position: relative;
  height: 100%;
  z-index: 8;
}

.dicover_card .card-content h5,
.dicover_card .card-content p {
  margin: 0;
  color: #fff;
}

.dicover_card .card-content h5,
.dicover_card .card-content p {
  font-size: .9rem;
}

.dicover_card .card-content p {
  width: 60%;
  margin-top: 12px;
}

.dicover_card .card-content .btn-color {
  padding: 10px 35px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-family: jannab;
  font-size: .9rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.dicover_card::after {
  content: "";
  background-color: rgba(17, 28, 78, 0.502);
  border-radius: 5px;
}

.dicover_card:hover .card-img img {
  -webkit-transform: scale(1.08) rotate(2deg);
          transform: scale(1.08) rotate(2deg);
}

/* about_lab */
.about_lab {
  padding: 70px 0;
  margin-top: 100px;
  position: relative;
}

.about_lab h1 {
  font-size: 1.9rem;
  color: #fff;
  position: relative;
  z-index: 3;
}

.about_lab p {
  color: #fff;
  position: relative;
  z-index: 3;
}

.about_lab .img-parent {
  position: absolute;
  width:43%;
  height:80%;
  top: 55%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
}

/*.about_lab .video-parent {
  top: 50%;
  z-index: 3;
}*/

.about_lab::after {
  content: "";
  background-color: #2A7DE1;
  opacity: .85;
}

/* meet_our_team */
.meet_our_team {
  margin-top: 9.6rem;
}

.team_content {
  height: 100%;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  margin-top: 53px;
}

.team_content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team_content .img-wrapper {
  height: 400px;
  max-height: 400px;
  width: 90%;
  position: relative;
}

.team_content .img-wrapper .img-parent {
  border-radius: 5px;
  overflow: hidden;
}

.team_content .img-wrapper .img-parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.team_content .content_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 11px;
}

.team_content .content_head h1 {
  margin: 0;
  color: #2A7DE1;
  text-transform: uppercase;
  font-family: jannab;
  font-size: 1.9rem;
}

.team_content .content_head span {
  margin-left: 20px;
  font-size: .9rem;
}

.team_content .content_head p {
  color: rgba(16, 24, 32, 0.721);
}

.opsite-content .img-wrapper {
  margin-left: auto;
}

/* testemonial */
.testemonial {
  padding: 52px 0;
  position: relative;
  text-align: center;
  margin-top: 74px;
}

.testemonial .testomonial_slider {
  position: relative;
  z-index: 9;
}

.testemonial .testomonial_slider .slick-dots {
  bottom: -45px;
}

.testemonial .testomonial_slider .slick-dots li {
  padding: 0;
  margin: 0 10px;
  width: 6px;
  height: 6px;
}

.testemonial .testomonial_slider .slick-dots li button {
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
}

.testemonial .testomonial_slider .slick-dots li button::before {
  content: "";
}

.testemonial .testomonial_slider .slick-dots li.slick-active button {
  background-color: #111C4E;
}

.testemonial h1,
.testemonial p,
.testemonial h5 {
  color: #fff;
  position: relative;
  z-index: 9;
}

.testemonial .test-head {
  font-size: 1.9rem;
  margin-bottom: 26px;
}

.testemonial p {
  width: 60%;
  margin: auto;
  margin-bottom: 20px;
}

.testemonial h5 {
  font-size: 1.2rem;
  font-family: jannab;
}

.testemonial h5 span {
  font-family: jannar;
}

.testemonial::after {
  content: "";
  background-color: #2A7DE1;
  opacity: .85;
}

/* latest_news */
.latest_news {
  margin-top: 60px;
}

.latest_news .section_header {
  margin-bottom: 25px;
}

/* latest_card */
.latest_card {
  background-color: #F1F1F2;
  margin-bottom: 20px;
}

.latest_card .crd-img {
  width: 100%;
  height: 251px;
  position: relative;
}

.latest_card .crd-img .date {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 9;
  background-image: -webkit-gradient(linear, left top, right top, from(#2A7DE1), color-stop(#2CA1D5), to(#2ED9C3));
  background-image: linear-gradient(to right, #2A7DE1, #2CA1D5, #2ED9C3);
  font-size: .8rem;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.latest_card .crd-img .img-parent {
  overflow: hidden;
}

.latest_card .crd-img .img-parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.latest_card .card-body {
  padding: 18px 31px;
}

.latest_card .card-body h1 {
  font-size: 1.3rem;
  font-family: jannab;
}

.latest_card .card-body p {
  color: rgba(16, 24, 32, 0.714);
  margin-bottom: 0;
}

.latest_card:hover .crd-img img {
  -webkit-transform: scale(1.09) rotate(2deg);
          transform: scale(1.09) rotate(2deg);
}

/* subscripe */
.subscripe {
  /* margin-top: 7.1rem; */
  margin-top: 2rem;
  position: relative;
  padding: 39px 0 69px 0;
}

.subscripe .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscripe::after {
  content: "";
  background-color: #2A7DE1;
  opacity: .85;
}

.subscripe h5 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 21px;
}

.subscripe p {
  color: #fff;
  width: 80%;
}

.subscripe .subscripe-header,
.subscripe .input-group {
  position: relative;
  z-index: 9;
}

.subscripe .input-group {
  height: 56px;
}

.subscripe .input-group input,
.subscripe .input-group .input-group-text {
  height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
}

.subscripe .input-group input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  padding-right: 27px;
}

.subscripe .input-group input::-webkit-input-placeholder {
  font-size: .8rem;
  color: #AAAAAA;
}

.subscripe .input-group input:-ms-input-placeholder {
  font-size: .8rem;
  color: #AAAAAA;
}

.subscripe .input-group input::-ms-input-placeholder {
  font-size: .8rem;
  color: #AAAAAA;
}

.subscripe .input-group input::placeholder {
  font-size: .8rem;
  color: #AAAAAA;
}

.subscripe .input-group .input-group-text {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* breadcrumb */
.breadcrumb {
  padding: 90px 0;
  position: relative;
  margin-bottom: 0;
}

.breadcrumb h5 {
  font-size: 2.8rem;
  color: #fff;
  position: relative;
  z-index: 9;
  font-family: jannab;
}

.breadcrumb::after {
  content: "";
  background-color: #111C4E;
  opacity: .85;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 9;
  height: 100%;
}

.breadcrumb ul a {
  color: #fff;
  font-size: .8rem;
}

.breadcrumb ul li::after {
  content: ">";
  color: #fff;
  margin-right: 5px;
  margin-left: 5px;
}

.breadcrumb ul li:last-child::after {
  content: "";
}

/* visionmission_cards */
.visionmission_cards {
  margin-top: 100px;
  /* margin-top: 20px; */
}

.visionmission_cards .visionCard .card-img {
  width: 100%;
  height: 255px;
  position: relative;
}

.visionmission_cards .visionCard .card-img .img-parent {
  border-radius: 5px;
  overflow: hidden;
}

.visionmission_cards .visionCard .card-img .img-parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.visionmission_cards .visionCard .card-body {
  padding: 0;
  padding: 13px 0;
}

.visionmission_cards .visionCard .card-body .card-title {
  font-size: 1.6rem;
  font-family: jannab;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.visionmission_cards .visionCard .card-body .card-title:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2A7DE1), color-stop(#2CA1D5), to(#2ED9C3));
  background-image: linear-gradient(to top, #2A7DE1, #2CA1D5, #2ED9C3);
  left: 0;
}

.visionmission_cards .visionCard .card-body .card-text {
  color: rgba(16, 24, 32, 0.708);
}

.visionmission_cards .visionCard:hover img {
  -webkit-transform: scale(1.08) rotate(2deg);
          transform: scale(1.08) rotate(2deg);
}

.visionmeet_our_team .team_content .content_head h1 {
  font-size: 1.9rem;
  color: #000;
  width: 80%;
  margin-bottom: 10px;
}

.visionmeet_our_team .team_content p {
  color: rgba(16, 24, 32, 0.708);
  width: 80%;
}


/* for IHC greetings card in overview page */
.greeting-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin: 100px auto;
    /* margin-top:100px; */
    max-width: 65%;
    /* 1000px */
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Blur overlay */
.greeting-overlay {
    backdrop-filter: blur(12px);
    /* background: rgba(255,255,255,0.2); slight frost effect */
    background: rgba(33,37,41,0.2);
    width: 100%;
    height: 100%;
    padding: 20px;
}

/* Inner layout */
.greeting-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 20px; */
}

/* Left image */
.greeting-left {
    flex: 1;
    text-align: center;
}
.greeting-left img {
  /* 100% */
    width: 500px;
    height: auto;
    border-radius: 15px;
}

/* Right text */
.greeting-right {
    flex: 1;
    float: left;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.6;
    background: rgba(0,0,0,0.4);
    padding: 10px 10px 0px 10px;
    border-radius: 10px 10px 10px 10px;
}
/* Right text */
.greeting-right-circles {
    flex: 1;
    float: left;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.6;
    background: rgba(0,0,0,0.4);
    padding: 10px 10px 0px 10px;
    border-radius: 10px 10px 10px 10px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .greeting-inner {
        flex-direction: column;
    }
    .greeting-left {
        width: 90%;
    }
    .greeting-right {
        width:100%;
    }
}

.highlight-para {
  /* font-size: 1.2rem; */
  /* line-height: 1.8; */
  /* background: #f9f9f9; */
  padding: 0px 0px 0px 10px;
  border-left: 5px solid #0073e6;
  /* border-radius: 0px 10px 20px 0px; */
  /* box-shadow: 0 3px 8px rgba(0,0,0,0.08); */
}

/* parnters-content */
.parnters-content {
  margin-top: 56px;
}

.parnters-content p {
  color: rgba(16, 24, 32, 0.708);
  margin-bottom: 62px;
}

.logo_card {
  text-align: center;
  margin-bottom: 90px;
}

.logo_card .card-image {
  background-color: #F1F1F2;
  border-radius: 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;
  max-height: 219px;
  height: 219px;
}

.logo_card .card-image img{
    width: 90%;
}

.logo_card .card-title {
  margin-top: 20px;
  color: rgba(16, 24, 32, 0.708);
}

.logo_card:hover {
  -webkit-transform: translateY(-5px) rotate(1deg);
          transform: translateY(-5px) rotate(1deg);
}

/* labrtemplate_content */
.labrtemplate_content .meet_our_team {
  margin-top: 0;
  margin-top: 5rem;
}

.labrtemplate_content .about_labtemplate {
  margin-top: 47px;
}

.labrtemplate_content .about_labtemplate h5 {
  font-size: 1.9rem;
  font-family: jannab;
  margin-bottom: 17px;
}

.labrtemplate_content .about_labtemplate p {
  color: rgba(16, 24, 32, 0.708);
  margin-bottom: 100px;
}

.labrtemplate_content .meet_senior {
  margin-top: 89px;
}

.labrtemplate_content .meet_senior .section_header {
  margin-bottom: 40px;
}

.what_card_parent {
  text-align: center;
}

.what_card_parent .whatcard {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  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: 1px solid #2A7DE1;
  margin: auto;
}

.what_card_parent h5 {
  margin-top: 40px;
  color: rgba(16, 24, 32, 0.708);
  text-transform: uppercase;
  font-family: jannab;
  font-size: 1rem !important;
}

.senior_card {
  margin-bottom: 40px;
}

.senior_card .card-img {
  height: 400px;
  position: relative;
}

.senior_card .card-img .img-parent {
  overflow: hidden;
}

.senior_card .card-img .img-parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.senior_card .card-body {
  padding: 12px;
}

.senior_card .card-body h5 {
  font-size: 1.5rem;
  font-family: jannab;
  color: #000;
}

.senior_card .card-body p {
  font-size: 1.2rem;
  color: #000;
}

.senior_card:hover img {
  -webkit-transform: scale(1.09) rotate(2deg);
          transform: scale(1.09) rotate(2deg);
}

/* research_content */
.research_content {
  margin-top: 84px;
}

.research_content .nav {
  margin-bottom: 56px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.research_content .nav .nav-item .nav-link {
  background-color: #F1F1F2;
  padding: 10px 39px;
  margin-right: 10px;
  color: #000;
}

.research_content .nav .nav-item .nav-link.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#2A7DE1), color-stop(#2CA1D5), to(#2ED9C3));
  background-image: linear-gradient(to right, #2A7DE1, #2CA1D5, #2ED9C3);
  color: #fff;
}

.research_content .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 70%;
  right: 0;
  height: 1px;
  background-color: #D8D8D8;
}

.research_content .btn-more {
  text-align: center;
}

.research_content .btn-more a {
  background-color: #F1F1F2;
  color: #000;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 5px;
}

.research_content .btn-more a:hover {
  background-color: #2A7DE1;
  color: #fff;
}

/* features_content */
.features_content {
  margin-top: 3rem;
}

.features_content .content_pargraph {
  color: rgba(16, 24, 32, 0.708);
}

.features_content .features_cards {
  margin-top: 6.2rem;
}

.features_content .features_cards .feature_card {
  margin-bottom: 8rem;
}

.features_content .features_cards .feature_card .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.features_content .features_cards .whatcard {
  margin: 0 !important;
  margin-right: auto;
}

.features_content .features_cards .feature_card_content h5 {
  font-family: jannab;
  font-size: 1.2rem;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.features_content .opsite_feature_card .whatcard {
  margin-left: auto !important;
}

/* innernews */
.innernews {
  margin-top: 72px;
}

.innernews .news-data {
  font-size: 1rem;
  margin-bottom: 6px;
}

.innernews .news-img {
  width: 100%;
  height: 327px;
  position: relative;
  margin-bottom: 10px;
}

.innernews .news-img .img-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.innernews .news-img .img-parent img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.innernews .news-title {
  font-family: jannab;
  font-size: 1.2rem;
}

.innernews .news-text {
  font-size: .8rem;
  color: #363636;
  line-height: 25px;
}

.innernews .news-download {
  padding: 8px 43px;
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  color: #fff;
  margin-top: 37px;
}

/* researcher_team_page */
.researcher_team_page .researher_team_info {
  background-color: #F7F7F7;
  padding: 57px 0;
}

.researcher_team_page .researher_team_info .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.researcher_team_page .researher_team_info .researcher_img {
  width: 90%;
  height: 336px;
  position: relative;
}

.researcher_team_page .researher_team_info .researcher_img .img_parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.researcher_team_page .researher_team_info .resercher_info .reserch_name {
  color: #2A7DE1;
  font-size: 1.9rem;
  font-family: jannab;
  margin: 0;
}

.researcher_team_page .researher_team_info .resercher_info .res_position {
  font-size: 1rem;
  color: rgba(16, 24, 32, 0.708);
}

.researcher_team_page .researher_team_info .resercher_info ul {
  margin-top: 18px;
}

.researcher_team_page .researher_team_info .resercher_info ul li {
  margin-bottom: 15px;
  font-size: .9rem;
}

.researcher_team_page .researher_team_info .resercher_info ul li i {
  margin-right: 25px;
  color: #2A7DE1;
}

.researcher_team_page .researher_team_info .resercher_info ul li span a {
  color: rgba(16, 24, 32, 0.708);
}

.researcher_team_page .research_summrize {
  margin-top: 62px;
}

.researcher_team_page .research_summrize .research_over h1 {
  color: #2A7DE1;
  font-size: 1.9rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.researcher_team_page .research_summrize .research_over p {
  color: rgba(16, 24, 32, 0.708);
}

.researcher_team_page .research_summrize .sec_research_over {
  margin-top: 32px;
}

.researcher_team_page .research_summrize .publications {
  margin-top: 32px;
}

.researcher_team_page .research_summrize .publications h1 {
  color: #2A7DE1;
  font-size: 1.9rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.researcher_team_page .research_summrize .publications .puplication_card {
  background-color: #F7F7F7;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 32px;
  margin-bottom: 20px;
}

.researcher_team_page .research_summrize .publications .puplication_card .card-body {
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.researcher_team_page .research_summrize .publications .puplication_card .card-body h1 {
  font-size: 1rem;
  margin: 0;
  color: #000;
}

.researcher_team_page .research_summrize .publications .puplication_card .card-body p {
  font-size: .8rem;
  color: rgba(16, 24, 32, 0.708);
  margin: 0;
}

/* news_page */
.news_page {
  margin-top: 90px;
}

.news_page .btn-more {
  text-align: center;
  margin-top: 30px;
}

.news_page .btn-more .btn {
  font-size: .8rem;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  background-color: #F1F1F2;
  padding: 10px 60px;
  border-radius: 5px;
  font-family: jannab;
}

.news_card {
  margin-bottom: 52px;
}

.news_card .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_card .card-img {
  width: 100%;
  height: 258px;
  position: relative;
}

.news_card .card-img .img_parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.news_card .card-body {
  padding: 0;
}

.news_card .card-body span {
  font-size: 1rem;
}

.news_card .card-body .card-title {
  font-size: 1.3rem;
  margin: 0;
  margin-top: 2px;
  font-family: jannab;
  margin-bottom: 7px;
  -webkit-line-clamp: 2 !important;
}

.news_card .card-body .card-text {
  color: rgba(16, 24, 32, 0.708);
  -webkit-line-clamp: 4 !important;
}

.news_card .card-body .card-link {
  /* padding: 10px 40px; */
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 5px;
  color: #fff;
  font-family: jannab;
  margin-top: 18px;
}

/* contact-us-page */
.contact-us-page {
  margin-top: 51px;
}

.contact-us-page .contact-head h5 {
  font-size: 1.2rem;
  font-family: jannar;
  margin-bottom: 15px;
}

.contact-us-page .contact-head h5 span {
  font-size: 1.9rem;
  font-family: jannab;
}

.contact-us-page .contact-form .form-group {
  margin-bottom: 10px;
}

.contact-us-page .contact-form .form-group .form-control {
  border-radius: 5px;
  border: 1px solid rgba(16, 24, 32, 0.132);
}

.contact-us-page .contact-form .form-group .form-control::-webkit-input-placeholder {
  font-size: .8rem;
  color: rgba(16, 24, 32, 0.708);
}

.contact-us-page .contact-form .form-group .form-control:-ms-input-placeholder {
  font-size: .8rem;
  color: rgba(16, 24, 32, 0.708);
}

.contact-us-page .contact-form .form-group .form-control::-ms-input-placeholder {
  font-size: .8rem;
  color: rgba(16, 24, 32, 0.708);
}

.contact-us-page .contact-form .form-group .form-control::placeholder {
  font-size: .8rem;
  color: rgba(16, 24, 32, 0.708);
}

.contact-us-page .contact-form .form-group textarea {
  height: 108px;
  resize: none;
}

.contact-us-page .contact-form .btn-color {
  padding: 10px 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 5px;
  color: #fff;
  font-family: jannab;
  border: 0;
}

.contact-us-page .contact_info ul {
  border-bottom: 1px solid rgba(16, 24, 32, 0.173);
  padding-bottom: 20px;
}

.contact-us-page .contact_info ul li {
  margin-bottom: 15px;
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-us-page .contact_info ul li i {
  margin-right: 25px;
  color: #2A7DE1;
}

.contact-us-page .contact_info ul li span a {
  color: rgba(16, 24, 32, 0.708);
}

.contact-us-page .contact_info p {
  color: rgba(16, 24, 32, 0.708);
  font-size: .7rem;
  margin-top: 20px;
}

.contact-us-page .map {
  position: relative;
  margin-top: 100px;
}

.contact-us-page .map .line {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2A7DE1), color-stop(#2CA1D5), color-stop(#2CA1D5), to(#2ED9C3));
  background-image: linear-gradient(to right, #2A7DE1, #2CA1D5, #2CA1D5, #2ED9C3);
}

.contact-us-page .map iframe {
  width: 100%;
  height: 340px;
  margin-bottom: -6px;
}

/* carrers-page */
.carrers-page {
  margin-top: 73px;
}

.carrers-page .carre-pargr {
  margin-bottom: 70px;
}

.carrers-page h5 {
  font-size: 1.9rem;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.carrers-page p {
  color: rgba(16, 24, 32, 0.708);
}

.carrers-page .carrers_content {
  margin-bottom: 71px;
}

.carrers-page .carrers_content .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carrers-page .carrers_content .custom_ul_style {
  margin-bottom: 20px;
}

.carrers-page .carrers_content .custom_ul_style li {
  width: 100%;
}

.carrers-page .carrers_content .cares-img {
  position: relative;
  width: 90%;
  margin-left: auto;
  height: 587px;
}

.carrers-page .carrers_content .cares-img .img_parent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.carrers-page .opportunities {
  background-color: #111C4E;
  padding: 31px 0;
}

.carrers-page .opportunities .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carrers-page .opportunities .opprtunity-img {
  width: 100%;
  height: 351px;
  position: relative;
}

.carrers-page .opportunities .opprtunity-img .img_parent img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.carrers-page .opportunities .oppr-cont h5,
.carrers-page .opportunities .oppr-cont ul,
.carrers-page .opportunities .oppr-cont li,
.carrers-page .opportunities .oppr-cont p,
.carrers-page .opportunities .oppr-cont a {
  color: #fff;
}

.carrers-page .opportunities .oppr-cont ul li {
  width: 100%;
  font-size: .8rem;
}

.carrers-page .opportunities .oppr-cont ul li::before {
  background-color: #fff;
}

.carrers-page .opportunities .oppr-cont .btn-color {
  margin-right: auto;
  margin-left: unset !important;
  margin-top: 25px;
}

/* carrers_list_page */
.carrers_list_page {
  margin-top: 35px;
}

.carrers_list_page .accordion .accordion-item {
  margin-bottom: 10px;
  border: 0;
}

.carrers_list_page .accordion .accordion-item .accordion-header {
  height: 60px;
  border-radius: 5px;
}

.carrers_list_page .accordion .accordion-item .accordion-header .accordion-button {
  /* background-color: #111C4E; */
  background-image: linear-gradient(to right, #2A7DE1, #2CA1D5, #2CA1D5, #2ED9C3);
  color: #fff;
  height: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  font-weight: bold;
}

.carrers_list_page .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../images/arrow.svg");
}

.carrers_list_page .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.carrers_list_page .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  /* background-image: -webkit-gradient(linear, left top, right top, from(#2A7DE1), color-stop(#2CA1D5), color-stop(#2CA1D5), to(#2ED9C3)); */
  background-image: linear-gradient(to right, #2A7DE1, #2CA1D5, #2CA1D5, #2ED9C3);
  /* height: 80px; */
}

.carrers_list_page .accordion .accordion-item .accordion-body {
  padding-top: 26px;
}

.carrers_list_page .accordion .accordion-item .accordion-body .cont {
  margin-top: 25px;
}

.carrers_list_page .accordion .accordion-item .accordion-body .experince_cont ul li {
  width: 100%;
}

.carrers_list_page .accordion .accordion-item .accordion-body h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-family: jannab;
}

.carrers_list_page .accordion .accordion-item .accordion-body p {
  color: rgba(16, 24, 32, 0.708);
}

.carrers_list_page .accordion .accordion-item .accordion-body .custom_ul_style li {
  font-size: .8rem;
  color: #000;
}

.carrers_list_page .accordion .accordion-item .accordion-body .custom_ul_style li::before {
  background-color: #000;
}

.carrers_list_page .accordion .accordion-item .accordion-body .upload_cv {
  background-color: #F1F1F2;
  padding: 36px 0 20px 0;
  margin-top: 12px;
}

.carrers_list_page .accordion .accordion-item .accordion-body .upload_cv form {
  width: 50%;
  margin: auto;
}

.carrers_list_page .accordion .accordion-item .accordion-body .upload_cv form .file-upload .file-upload-select {
  display: block;
  color: #dbdbdb;
  cursor: pointer;
  text-align: left;
  background: #fff;
  overflow: hidden;
  position: relative;
  right: 0;
  border-radius: 6px;
}

.carrers_list_page .accordion .accordion-item .accordion-body .upload_cv form .file-upload .file-upload-select .file-select-button {
  background-image: -webkit-gradient(linear, left top, right top, from(#2A7DE1), color-stop(#2CA1D5), to(#2ED9C3));
  background-image: linear-gradient(to right, #2A7DE1, #2CA1D5, #2ED9C3);
  padding: 10px 50px;
  display: inline-block;
  font-size: .8rem;
  color: #fff;
  position: absolute;
  right: 0;
}

.carrers_list_page .accordion .accordion-item .accordion-body .upload_cv form .file-upload .file-upload-select .file-select-name {
  display: inline-block;
  padding: 10px;
  font-size: .8rem;
  color: #000;
}

.carrers_list_page .accordion .accordion-item .accordion-body .upload_cv form .file-upload .file-upload-select input[type="file"] {
  display: none;
}

.carrers_list_page .accordion .accordion-item .accordion-body .upload_cv form .btn {
  padding: 10px 40px;
  background-color: #101820;
  margin-top: 20px;
  color: #fff;
  font-size: .8rem;
}

/* sitefooter */
.sitefooter {
  background-color: #101820;
  padding: 82px 0 0 0;
}

.sitefooter h1,
.sitefooter p,
.sitefooter a,
.sitefooter h5 {
  color: #fff;
}

.sitefooter .footer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.sitefooter .footer-header h5 {
  margin: 0;
  font-size: 1.8rem;
}

.sitefooter .footer-header span {
  margin-left: 10px;
  color: #fff;
}

.sitefooter .logo img {
  display: block;
  margin-bottom: 30px;
}

.sitefooter .logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sitefooter .socialCircle ul {
  margin-left:12px;
  margin-top:8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitefooter .socialCircle ul li a {
  width: 30px;
  height: 30px;
  border-radius: 5px; /* 50%;*/
  border: 1px solid #fff;
  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;
  margin-right: 10px;
}

.socialCircleContactUs ul {
  /* margin-left:12px; */
  margin-top:8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socialCircleContactUs ul li a {
  width: 30px;
  height: 30px;
  border-radius: 5px; /* 50%;*/
  border: 1px solid #2A7DE1;
  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;
  margin-right: 10px;
}

.sitefooter .logo ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  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;
  margin-right: 10px;
}

.sitefooter .logo ul li a i {
  font-size: .7rem;
}

.sitefooter .customflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sitefooter .footer_links ul li {
  margin-bottom: 10px;
}

.sitefooter .footer_form .form-group {
  margin-bottom: 5px;
}

.sitefooter .footer_form .form-group .form-control {
  border: 0;
  height: 35px;
  border-radius: 5px;
  background-color: #494F56;
  color: #ffff;
}

.sitefooter .footer_form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
  font-size: .8rem;
}

.sitefooter .footer_form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
  font-size: .8rem;
}

.sitefooter .footer_form .form-group .form-control::-ms-input-placeholder {
  color: #fff;
  font-size: .8rem;
}

.sitefooter .footer_form .form-group .form-control::placeholder {
  color: #fff;
  font-size: .8rem;
}

.sitefooter .footer_form .form-group textarea {
  resize: none;
  height: 86px !important;
}

.sitefooter .footer_form .btn-submit {
  text-align: right;
  margin-top: 8px;
  margin-right:0px;
  padding:0px;
}

.sitefooter .footer_form .btn-submit .btn-color {
  padding: 5px 30px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  float:right;
}

.sitefooter .copy {
  border-top: 1px solid #313131;
  margin-top: 50px;
  text-align: center;
  padding: 15px 0;
}

.sitefooter .copy h5 {
  margin: 0;
  font-size: .8rem;
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .feature_card .row {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 13px;
  }
  .custom_navbar .links {
    display: none;
  }
  .custom_navbar .menu {
    display: block !important;
  }
  .video-header .header_video_btn .button.is-play {
    width: 70px;
    height: 70px;
  }
  .section_header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section_header h1 {
    width: 100%;
  }
  .section_header span {
    width: 20%;
  }
  .team_content .content_head h1 {
    font-size: 1.4rem;
  }
  .keep_colom {
    margin-top: 30px;
  }
  .carrers_list_page .accordion .accordion-item .accordion-body .upload_cv {
    padding: 0;
    padding: 30px;
  }
  .carrers_list_page .accordion .accordion-item .accordion-body .upload_cv form {
    width: 100%;
  }
  .carrers_list_page .accordion .accordion-item .accordion-body .upload_cv form .file-upload .file-upload-select .file-select-button {
    padding: 10px 20px;
  }
  .labrtemplate_content .about_labtemplate h5 {
    margin-top: 20px;
  }
}

@media (max-width: 524px) {
  html {
    font-size: 16px;
  }
  .video-header {
    overflow: hidden;
  }
  .video-header .header_video_btn {
    position: relative;
    margin-top: 50px;
  }
  .sitefooter .customflex {
    display: block;
    margin-top: 30px;
  }
  .testemonial p {
    width: 100%;
  }
  .video-header .header-content {
    text-align: center;
  }
  .video-header .header_video_btn {
    text-align: center;
  }
  .about_lab .img-parent {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    z-index: 99;
    top: unset;
  }
  .about_lab {
    margin-top: 50px;
  }
  .team_content .content_head {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .team_content .content_head h1 {
    width: 100%;
  }
  .team_content .content_head span {
    margin-left: 0;
  }
  .team_content .img-wrapper {
    width: 100%;
  }
  .top_header .wrapper .social ul li {
    margin-right: 15px;
  }
  .section_header span {
    width: 100%;
  }
  .dicover_card .card-content p {
    width: 100%;
  }
  ul.custom_ul_style li {
    width: 100%;
  }
  .carrers-page .carrers_content .cares-img {
    width: 100%;
    margin-top: 30px;
  }
  .carrers-page .opportunities .opprtunity-img {
    margin-bottom: 20px;
  }
  .contact-us-page .contact_info {
    margin-top: 30px;
  }
  .features_content .features_cards {
    text-align: center;
  }
  .features_content .features_cards .whatcard {
    margin: auto !important;
    margin-bottom: 30px !important;
  }
  .opsite_feature_card .col-md-8 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .opsite_feature_card .col-md-4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .visionmeet_our_team .team_content p {
    width: 100%;
  }
  .what_card_parent {
    margin-bottom: 40px;
  }
  .subscripe {
    margin-top: 2rem;
  }
  .breadcrumb ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumb h5 {
    font-size: 2rem;
  }
  .news_page .btn-more {
    margin-bottom: 40px;
  }
  .researcher_team_page .researher_team_info .researcher_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .research_content .nav::after {
    display: none;
  }
  .research_content .nav {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .research_content .nav .nav-link {
    white-space: nowrap;
  }
  .visionmeet_our_team .team_content .content_head h1 {
    font-size: 1.5rem;
  }
  .sidenav .links li a {
    font-size: 1.2rem;
  }
  .sidenav .links .submenue li a {
    font-size: 1rem;
  }
  .custom_navbar .wrapper .logo img {
    width: 150px;
  }
}

/* Shared styles  */
.about_lab, .testemonial, .subscripe, .breadcrumb {
  background-position: center;
  background-size: cover;
}

.visionmission_cards .visionCard .card-img .img-parent img, .logo_card, .senior_card .card-img .img-parent img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.video-header .video-parent, .dicover_card .card-img, .team_content .img-wrapper .img-parent, .latest_card .crd-img .img-parent, .visionmission_cards .visionCard .card-img .img-parent, .senior_card .card-img .img-parent, .carrers-page .carrers_content .cares-img .img_parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-header::after, .dicover_card::after, .about_lab::after, .testemonial::after, .subscripe::after, .breadcrumb::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.researcher_team_page .researher_team_info .researcher_img .img_parent, .news_card .card-img .img_parent, .carrers-page .opportunities .opprtunity-img .img_parent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.top_header .wrapper, .top_header .wrapper .social ul, .custom_navbar .wrapper, .custom_navbar .wrapper ul {
  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;
}

.news_card .card-body .card-title, .news_card .card-body .card-text {
  /* overflow: hidden; */
  /* display: -webkit-box; */
  /* text-overflow: ellipsis; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.carrers-page .carrers_content .btn-color, .carrers-page .opportunities .oppr-cont .btn-color {
  padding: 10px 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-radius: 5px;
  color: #fff;
  font-family: jannab;
}
/*# sourceMappingURL=style.css.map */
