@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --regular-font: "Inter", sans-serif;
  --logo-clr: #1eabe0;
  --logo-subclr: #3b4083;
  --font-h1: 40px;
  --font-h2: 35px;
  --font-h3: 30px;
  --font-h4: 24px;
  --font-h5: 20px;
  --font-h6: 18px;
  --font-regular: 15px;
  --font-small: 14px;
  --font-xs-small: 12px;
  --weight-100: 100;
  --weight-200: 200;
  --weight-300: 300;
  --weight-400: 400;
  --weight-500: 500;
  --weight-600: 600;
  --weight-700: 700;
  --weight-800: 800;
  --weight-900: 900;
  --font-clr-dark-rglr: rgb(0, 0, 0);
  --font-clr-dark-light: rgb(70, 70, 70);
  --font-clr-white-rglr: rgb(255, 255, 255);
  --font-clr-white-light: rgb(240, 240, 240);
  --trans-fast: all .1s ease;
  --trans-nrml: all .2s ease;
  --trans-slow: all .35s ease;
  --border-radius-5px: 5px;
  --border-radius-10px: 10px;
  --border-radius-15px: 15px;
  --border-radius-20px: 20px;
  --border-radius-30px: 30px;
  --border-radius-circle: 50%;
  --box-shadow-nrml: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
  --box-shadow-rglr: 0 5px 15px -3px rgba(0, 0, 0, 0.12);
  --box-shadow-lg: 0 5px 25px -3px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: var(--regular-font);
}

a {
  text-decoration: none;
  color: currentColor;
}
.videoWrapperImg25{
    
}

.btn-close {
  padding: 0.6rem;
  background-color: #dcdcdc;
  border-radius: 50%;
}

.hero_btn {
  display: block;
  color: var(--font-clr-white-rglr);
  background: var(--font-clr-dark-rglr);
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 55px;
  font-weight: var(--weight-600);
  font-size: var(--font-h4);
  text-transform: capitalize;
  transition: var(--trans-nrml);
  border: unset;
}

@media only screen and (max-width: 768px) {
    #newsandevents .imgGallery {
        padding-bottom: 2rem !important;
    }
    .awardsSectionxyz{
        padding:0 0 3rem !important;
    }
    .newsandevents1{
        padding-top:0 !important;
    }
    #valueSection .container .valueSection .abt_heading {
       margin-top:0 !important;
    }
  .hero_btn {
    padding: 15px 35px;
    font-size: var(--font-h6);
  }
}
.hero_btn:hover {
  background-color: var(--font-clr-white-light);
  color: var(--font-clr-dark-rglr);
}
.hero_btn.btn_white {
  color: var(--font-clr-dark-rglr);
  background: var(--font-clr-white-rglr);
}
.hero_btn.btn_white:hover {
  background-color: var(--font-clr-dark-rglr);
  color: var(--font-clr-white-rglr);
}

@media only screen and (max-width: 768px) {
  .heading {
    width: 100% !important;
  }
}
.heading h1 {
  font-size: var(--font-h1);
  font-weight: var(--weight-800);
  color: var(--font-clr-dark-rglr);
  font-family: var(--regular-font);
  text-transform: capitalize;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .heading h1 {
    font-size: 28px;
  }
}
.heading h2 {
  font-size: var(--font-h2);
  font-weight: var(--weight-700);
  color: var(--font-clr-dark-rglr);
  text-transform: capitalize;
  font-family: var(--regular-font);
}
.heading h2 span {
  font-weight: var(--weight-300);
}
@media only screen and (max-width: 768px) {
  .heading h2 {
    font-size: 24px;
  }
}
.heading h3 {
  font-size: var(--font-h3);
  font-weight: var(--weight-400);
  color: var(--font-clr-dark-rglr);
  text-transform: capitalize;
  font-family: var(--regular-font);
}
.heading h4 {
  font-size: var(--font-h5);
  font-weight: var(--weight-500);
  color: var(--font-clr-dark-rglr);
  text-transform: capitalize;
  font-family: var(--regular-font);
}
.heading p {
  font-size: var(--font-regular);
  font-family: var(--heading-font);
  color: var(--font-clr-dark-light);
  font-weight: var(--weight-400);
}
@media only screen and (max-width: 768px) {
  .heading p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.heading.text-white h1,
.heading.text-white h2,
.heading.text-white h3,
.heading.text-white h4,
.heading.text-white p {
  --font-clr-dark-rglr: var(--font-clr-white-rglr);
  --font-clr-dark-light: var(--font-clr-white-light) ;
}

header {
  position: absolute;
  z-index: 111;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
}

ul.headerMenu li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 80px;
  min-width: 400px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  transition: var(--trans-nrml);
}
@media only screen and (max-width: 768px) {
  ul.headerMenu li a {
    min-width: 100%;
  }
}
ul.headerMenu li a:hover {
  background: rgb(30, 171, 224);
  background: linear-gradient(45deg, rgb(30, 171, 224) 0%, rgb(58, 68, 134) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1eabe0", endColorstr="#3a4486", GradientType=1);
  color: var(--font-clr-white-rglr);
}

#hero_section {
  position: relative;
  height: 100vh;
}
#hero_section .heroSectionVideo {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #hero_section {
    height: 70vh;
  }
  #hero_section.sciencePage {
    height: 80vh;
  }
  #hero_section.sciencePage .hero_section {
    min-width: 90% !important;
    margin-top: 45px;
  }
  #hero_section .heroSectionVideo {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100% !important;
  }
}
#hero_section .hero_section {
  position: absolute;
  left: 50%;
  top: 56%;
  width: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #hero_section .hero_section {
    min-width: 80%;
    margin-top: 45px;
  }
}
#hero_section .hero_section .heading {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #hero_section .hero_section .heading {
    margin-top: 0;
  }
}
#hero_section .hero_section .heading:hover h1,
#hero_section .hero_section .heading:hover h2 {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #hero_section .hero_section .heading {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  #sectionHero img {
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sectionHero .hero_btn {
    margin-top: 50px !important;
  }
  #sectionHero .sectionHeroText {
    min-width: 80%;
  }
}

#ourscienceSection {
  --font-clr-dark-rglr: rgb(18 18 18);
  position: relative;
  background-color: var(--font-clr-dark-rglr);
  padding: 6rem 0;
}
#ourscienceSection .swiper-button-next,
#ourscienceSection .swiper-button-prev {
  color: #fff;
}
#ourscienceSection .swiper-button-prev {
  left: 20%;
}
#ourscienceSection .swiper-button-next {
  right: 20%;
}
@media only screen and (max-width: 768px) {
  #ourscienceSection .ourscienceWrapper .ourscienceImg {
    height: 300px;
  }
  #ourscienceSection .ourscienceWrapper .ourscienceImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  #ourscienceSection {
    padding: 6rem 1rem;
  }
  #ourscienceSection .swiper-button-prev {
    left: 5%;
  }
  #ourscienceSection .swiper-button-next {
    right: 5%;
  }
}

#deliverSection {
    position: relative;
    padding: 6rem 0 2rem;
    background-color: #f7fbfe;
    margin-bottom:2rem;
}
@media only screen and (max-width: 768px) {
  #deliverSection {
    padding: 4rem 0;
  }
  #deliverSection .deliverSection img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#deliverSection .deliver_fullForm {
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
}
#deliverSection .deliver_fullForm li {
  color: var(--logo-clr);
  font-size: var(--font-h3);
  margin-bottom: 20px;
  position: relative;
  transition: var(--trans-nrml);
  cursor: pointer;
  min-width: 220px;
}
@media only screen and (max-width: 768px) {
  #deliverSection .deliver_fullForm li {
    font-size: 22px;
    min-width: 145px;
  }
}
#deliverSection .deliver_fullForm li:hover {
  padding-left: 20px;
}
#deliverSection .deliver_fullForm li:hover::before {
  opacity: 1;
}
#deliverSection .deliver_fullForm li:hover span {
  opacity: 1;
}
#deliverSection .deliver_fullForm li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: var(--border-radius-circle);
  background-color: var(--logo-clr);
  left: 0;
  top: 20px;
  transition: var(--trans-nrml);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #deliverSection .deliver_fullForm li::before {
    top: 12px;
  }
}
#deliverSection .deliver_fullForm li span {
  position: absolute;
  white-space: nowrap;
  font-size: var(--font-h6);
  font-style: italic;
  margin-top: 18px;
  margin-left: 20px;
  transition-delay: 0.2s;
  transition: var(--trans-nrml);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #deliverSection .deliver_fullForm li span {
    display: none;
  }
}
#deliverSection .deliver_fullForm li::first-letter {
  font-weight: var(--weight-800);
}

#ourTeam {
  position: relative;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  #ourTeam {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  #ourTeam .ourTeam .heading {
    text-align: center;
  }
  #ourTeam .ourTeam .heading h2 {
    font-size: 20px;
  }
  #ourTeam .ourTeam.storySection {
    width: 100% !important;
  }
}
#ourTeam .ourTeam .ourTeamWrapper {
  height: 530px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #ourTeam .ourTeam .ourTeamWrapper {
    height: auto;
  }
}
#ourTeam .ourTeam .ourTeamWrapper img {
  transition: var(--trans-slow);
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #ourTeam .ourTeam .ourTeamWrapper img {
    transform: scale(1);
  }
}
#ourTeam .ourTeam .ourTeamWrapper:hover img {
  transform: scale(1);
}

#newsandevents {
  position: relative;
  padding: 6rem 0 0;
}
@media only screen and (max-width: 768px) {
  #newsandevents {
    padding: 4rem 0 2rem;
  }
}
#newsandevents .newsandevents .heading a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  font-weight: 500;
}
#newsandevents .newsandevents .newsandeventsWrapper .newsandeventsImg {
    height: 100% !important;
    overflow: hidden;
}
#newsandevents .newsandevents .newsandeventsWrapper .newsandeventsImg22 {
    height: 245px !important;
    overflow: hidden;
}
#newsandevents .newsandevents .newsandeventsWrapper .newsandeventsImg img {
  transition: var(--trans-slow);
  transform: scale(1.1);
  height:100%;
      width: 100%;
  object-fit:cover;
}
.sdfsdsfdggg{
    line-height:55px;
}
.rrr img{
        width: 100%;
    object-fit: cover;
    height: 231px;
}
.bvg{
        object-position: left;
}
#newsandevents .newsandevents .newsandeventsWrapper .newsandeventText .heading h4 {
    font-size: calc(var(--font-h3) - 9px);
    word-wrap: break-word;
    line-height: 29px;
}
@media only screen and (max-width: 768px) {
  #newsandevents .newsandevents .newsandeventsWrapper .newsandeventText .heading h4 {
    font-size: 14px;
  }
}
#newsandevents .newsandevents .newsandeventsWrapper .newsandeventText .w-25 {
  transition: var(--trans-slow);
  opacity: 0;
}
#newsandevents .newsandevents .newsandeventsWrapper:hover .newsandeventsImg img {
  transform: scale(1);
}
#newsandevents .newsandevents .newsandeventsWrapper:hover .newsandeventText .heading h4 {
  text-decoration: underline;
}
#newsandevents .newsandevents .newsandeventsWrapper:hover .newsandeventText .w-25 {
  opacity: 1;
}
#newsandevents .newsandeventslider {
    top: -47px;
    margin-bottom: -70px;
}
#newsandevents .newsandeventslider .newsandeventsWrapper {
  margin-top: 80px;
}
#newsandevents .newsandeventslider .swiper-button-next,
#newsandevents .newsandeventslider .swiper-button-prev {
  top: 25px;
  width: 44px;
  height: 44px;
}
#newsandevents .newsandeventslider .swiper-button-prev {
  left: 160px;
}
#newsandevents .newsandeventslider .swiper-button-next {
  right: auto;
  left: 215px;
}
@media only screen and (max-width: 768px) {
  #newsandevents .newsandeventslider .swiper-button-next,
  #newsandevents .newsandeventslider .swiper-button-prev {
    top: 40px;
  }
  #newsandevents .newsandeventslider .swiper-button-next {
    left: 285px;
  }
  #newsandevents .newsandeventslider .swiper-button-prev {
    left: 215px;
  }
}
#newsandevents .newsandeventslider .swiper-button-next::after,
#newsandevents .newsandeventslider .swiper-button-prev::after {
  content: "";
  width: 44px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px;
}
#newsandevents .newsandeventslider .swiper-button-next::after {
  background-image: url(../images/icons/newsroom_Arrow-right.svg);
}
#newsandevents .newsandeventslider .swiper-button-prev::after {
  background-image: url(../images/icons/newsroom_Arrow-left.svg);
}
#newsandevents .newsandeventsWrapper .videoWrapper {
  background: #F7FBFE;
  padding: 34px 28px;
}
@media only screen and (max-width: 768px) {
  #newsandevents .newsandeventsWrapper .videoWrapper {
    padding: 0;
  }
}
/*#newsandevents .newsandeventsWrapper .videoWrapper .videoWrapperImg {*/
/*  position: relative;*/
/*      height: 267px;*/
/*}*/
.newsandeventsImg22{
    
}
/*#newsandevents .newsandeventsWrapper .videoWrapper .videoWrapperImg::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 40px;*/
/*  height: 30px;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  background-image: url(../images/icons/youtube.svg);*/
/*  background-size: 40px;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*}*/
#newsandevents .newsandeventsWrapper .videoWrapper .videoWrapperText h4 {
  font-size: var(--font-h5);
  font-weight: var(--weight-500);
  margin-bottom: 0;
  line-height: 28px;
}
#newsandevents .imgGallery {
  padding-bottom: 6rem;
}
#newsandevents .imgGallery .awardHeading {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 11;
  position: relative;
}
#newsandevents .imgGallery .swiper-button-prev {
  left: 290px;
}
#newsandevents .imgGallery .swiper-button-next {
  right: auto;
  left: 350px;
}
@media only screen and (max-width: 768px) {
  #newsandevents .imgGallery .swiper-button-next,
  #newsandevents .imgGallery .swiper-button-prev {
    top: 40px;
  }
  #newsandevents .imgGallery .swiper-button-next {
    left: 285px;
  }
  #newsandevents .imgGallery .swiper-button-prev {
    left: 215px;
  }
}
#newsandevents .imgGallery .videoWrapper {
  background: #ffffff;
  padding: 0;
  cursor: pointer;
}
#newsandevents .imgGallery .videoWrapper .videoWrapperImg::after {
  display: none;
}

footer {
  padding: 4rem 0 3rem;
  position: relative;
  background-color: var(--font-clr-dark-rglr);
}
footer .footerLinks li {
  margin-bottom: 25px;
}
footer .footerLinks li:last-child {
  margin-bottom: 0px;
}
footer .footerLinks li a {
  --font-h6: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-h6);
  transition: var(--trans-nrml);
  font-weight: var(--weight-300);
}
footer .footerLinks li a:hover {
  color: #8d8d8d;
}

.footer_resrv {
  padding: 0rem 0 2rem;
  position: relative;
  background-color: var(--font-clr-dark-rglr);
}
.footer_resrv P {
  text-align: center;
  color: var(--font-clr-white-rglr);
  margin-bottom: 0;
  font-size: var(--font-small);
  font-weight: var(--weight-300);
}
.footer_resrv P::first-letter {
  color: #8d8d8d;
}

.spacer {
  position: relative;
  top: 110px;
  margin-bottom: 110px;
}

#about_sectionp {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #about_sectionp {
    padding-bottom: 0rem;
  }
}
#about_sectionp .fullAbt {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #about_sectionp .fullAbt {
    margin-top: 2rem;
  }
}
#about_sectionp .fullAbt ul li a {
  color: var(--logo-clr);
  font-size: var(--font-h3);
  margin-bottom: 15px;
  position: relative;
  transition: var(--trans-nrml);
  cursor: pointer;
  font-weight: var(--weight-600);
  display: block;
  border-bottom: 2px solid #3a3a3a;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #about_sectionp .fullAbt ul li a {
    font-size: 20px;
  }
}
#about_sectionp .about_sectionpRightImg {
  overflow: hidden;
}
#about_sectionp .about_sectionpRightImg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: var(--trans-slow);
  transform: scale(1.1);
}
#about_sectionp .about_sectionpRightImg:hover img {
  transform: scale(1);
}

.heading.abt_heading h3 {
  color: var(--logo-clr);
  font-size: var(--font-h3);
  margin-bottom: 15px;
  position: relative;
  transition: var(--trans-nrml);
  font-weight: var(--weight-600);
  border-bottom: 1px solid #3a3a3a;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
.heading.abt_heading.text-white h3 {
  --logo-clr: #ffffff;
  border-bottom: 2px solid #a5a5a5;
}

#awardsSection {
  padding: 1rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  #awardsSection {
    padding: 5rem 0 7rem;
  }
}
#awardsSection .awardSectionWrapper {
  background: #fbfbfb;
  height: 150px;
  padding: 20px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #awardsSection .awardSectionWrapper {
    padding: 10px;
  }
}
#awardsSection .awardSectionWrapper img {
  height: 105px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: var(--trans-slow);
}
#awardsSection .awardSectionWrapper:hover {
  cursor: pointer;
}
#awardsSection .awardSectionWrapper:hover img {
  transform: scale(1.1);
}

.heading.awardHeading h2 {
  background: -webkit-linear-gradient(0deg, var(--logo-clr), var(--logo-subclr));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  --font-h2: 40px ;
}

#approachSection {
  background: #0e151b;
  padding: 8rem 0 10rem;
  margin-bottom: 13rem;
}
@media only screen and (max-width: 768px) {
  #approachSection {
    margin-bottom: 10rem;
  }
}
#approachSection .approachSectionRight {
  position: relative;
}
#approachSection .approachSectionRight img {
  transition: 0.3s;
  display: block;
  transform-origin: top left;
  max-width: 440px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #approachSection .approachSectionRight img {
    max-width: 100%;
  }
}
#approachSection .approachSectionRight img:hover {
  transform: scale(1.1);
}
#approachSection .approachSectionRight img:nth-child(2) {
  position: absolute;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #approachSection .approachSectionRight img:nth-child(2) {
    margin-top: 30px;
  }
}

#valueSection {
  padding: 0 0 3rem;
  position: relative;
}
#valueSection .text_slider {
  padding: 3rem 0;
}
#valueSection .text_slider .text_opacity ul {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#valueSection .text_slider .text_opacity ul.text_opacityTurn li {
  opacity: 0.2;
}
#valueSection .text_slider .text_opacity ul li {
  background: -webkit-linear-gradient(0deg, var(--logo-clr), var(--logo-subclr));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: var(--font-h1);
  font-weight: var(--weight-900);
  margin: 0 1px;
}
#valueSection .text_slider .text_opacity ul li.word_1 {
  animation: wordChange 17s 0s infinite ease;
}
#valueSection .text_slider .text_opacity ul li.word_2 {
  animation: wordChange 17s 2.5s infinite ease;
}
#valueSection .text_slider .text_opacity ul li.word_3 {
  animation: wordChange 17s 5s infinite ease;
}
#valueSection .text_slider .text_opacity ul li.word_4 {
  animation: wordChange 17s 7.5s infinite ease;
}
#valueSection .text_slider .text_opacity ul li.word_5 {
  animation: wordChange 17s 10s infinite ease;
}
#valueSection .text_slider .text_opacity ul li.word_6 {
  animation: wordChange 17s 12.5s infinite ease;
}
#valueSection .text_slider .text_opacity ul li.word_7 {
  animation: wordChange 17s 15s infinite ease;
}
@keyframes wordChange {
  0% {
    opacity: 0.2;
  }
  7% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  14% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
#valueSection .text_slider .text_horizontalSlider {
  height: 50px;
  overflow: hidden;
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 50px;
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper li {
  width: 100%;
  margin-bottom: 20px;
  position: absolute;
  opacity: 0;
  transform: translateY(10px);
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper li span {
  color: var(--logo-clr);
  display: block;
  line-height: 50px;
  text-align: center;
  width: 100%;
  font-size: var(--font-h3);
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper li span::first-letter {
  font-weight: var(--weight-800);
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper li.text_slider1 {
  animation: appear-new 17s 0s infinite ease;
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper li.text_slider2 {
  animation: appear-new 17s 2.5s infinite ease;
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper li.text_slider3 {
  animation: appear-new 17s 5s infinite ease;
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper li.text_slider4 {
  animation: appear-new 17s 7.5s infinite ease;
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper li.text_slider5 {
  animation: appear-new 17s 10s infinite ease;
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper li.text_slider6 {
  animation: appear-new 17s 12.5s infinite ease;
}
#valueSection .text_slider .text_horizontalSlider .text_horizontalSliderWrapper li.text_slider7 {
  animation: appear-new 17s 15s infinite ease;
}
@keyframes appear-new {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
    transform: translateY(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  14% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

#abtContact {
  padding: 38px 0 18px;
  position: relative;
  background-color: #fbfbfb;
}
#abtContact .abtContactWrapper {
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  #abtContact .abtContactWrapper {
    padding-right: 0;
  }
}
#abtContact .abtContactWrapper .abtContactImg {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  #abtContact .abtContactWrapper .abtContactImg {
    margin-bottom: 0rem;
    padding: 0 1rem;
  }
}
#abtContact .abtContactWrapper .abtContactImg img {
  transition: var(--trans-slow);
  display: block;
  transform-origin: top left;
  cursor: pointer;
}
#abtContact .abtContactWrapper:hover .abtContactImg img {
  transform: scale(1.04);
}
#abtContact .abtContactWrapper .abtContactText p {
  font-weight: var(--weight-500);
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  #abtContact .abtContactWrapper .abtContactText p {
    font-size: 16px;
    line-height: 24px;
  }
}
#abtContact a.linkAbt {
  font-size: 24px;
  font-weight: var(--weight-400);
  color: #2196f3;
  padding-bottom: 5px;
}
#abtContact a.linkAbt:hover {
  border-bottom: 1px solid;
}

.heading.animtdBg h1 {
  animation: textC 3s ease infinite;
  background: -webkit-linear-gradient(0deg, var(--logo-clr), var(--logo-subclr));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes textC {
  0% {
    background: -webkit-linear-gradient(0deg, var(--logo-clr), var(--logo-subclr));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  50% {
    background: -webkit-linear-gradient(0deg, var(--logo-subclr), var(--logo-clr));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    background: -webkit-linear-gradient(0deg, var(--font-clr-dark-rglr), var(--font-clr-dark-rglr));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

#teamWrapper {
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  #teamWrapper {
    padding: 6rem 0 0;
  }
  #teamWrapper .heading h1 {
    font-size: 24px;
  }
  #teamWrapper .heading h1 br {
    display: none;
  }
}
#teamWrapper .teamWrapperVideo {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #teamWrapper .teamWrapperVideo {
    width: 100% !important;
  }
}

#teamDetails {
  padding: 0 0 5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
#teamDetails {
    padding: 1rem 0 3rem;
}
.heading.awardHeading h2 {
    background: -webkit-linear-gradient(0deg, var(--logo-clr), var(--logo-subclr));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto;
    --font-h2: 40px;
}
}
#teamDetails .teamDetailswrapper {
  position: relative;
}
#teamDetails .teamDetailswrapper .teamDetailswrapperText .textText h3 {
  font-size: var(--font-h5);
  font-weight: var(--weight-600);
  margin-bottom: 5px;
}
#teamDetails .teamDetailswrapper .teamDetailswrapperText .textText a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #747474;
  border-bottom: 1px solid;
  transition: var(--trans-nrml);
}
#teamDetails .teamDetailswrapper .teamDetailswrapperText .textText a:hover {
  color: rgb(41, 41, 41);
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1100px;
  }
}
.teamdetails .btn-close {
  top: 25px;
  right: 30px;
}
.teamdetails .btn-close:focus {
  box-shadow: unset;
  border: unset;
}

#careerHeading {
  padding: 3rem 0;
}
.cal{
    margin-top:0 !important;
}
#jobListing {
  padding: 0 0 8rem;
  position: relative;
}
#jobListing .jobListingWrapper.bg-white {
  padding: 2.625rem 1.5rem;
  position: relative;
  transition: var(--trans-nrml);
}
#jobListing .jobListingWrapper.bg-white .jobTitle {
  font-weight: var(--weight-700);
  font-size: var(--font-h5);
  line-height: 30px;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 15px;
}
#jobListing .jobListingWrapper.bg-white .jobTitle::after {
  position: absolute;
  content: "";
  width: 180px;
  border-radius: var(--border-radius-5px);
  height: 5px;
  background: linear-gradient(0deg, var(--logo-clr), var(--logo-subclr));
  bottom: 0;
  left: 0;
}
#jobListing .jobListingWrapper.bg-white .jobUlListing {
  margin-bottom: 26px;
}



.xxa{
    text-decoration:none !important;
}
.xxa span{
        font-size: var(--font-h1);
    font-weight: var(--weight-800) !important;
    color: var(--font-clr-dark-rglr);
    font-family: var(--regular-font);
    text-transform: capitalize;
    line-height: 1;
}
#jobListing .jobListingWrapper.bg-white .jobUlListing li {
  font-size: var(--font-h6);
  font-weight: var(--weight-500);
  line-height: 26px;
  position: relative;
  padding-left: 36px;
  margin-bottom: 26px;
}
#jobListing .jobListingWrapper.bg-white .jobUlListing li::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: var(--bg-img);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}
#jobListing .jobListingWrapper.bg-white a {
  background: -webkit-linear-gradient(0deg, var(--logo-clr), var(--logo-subclr));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: var(--weight-500);
}
#jobListing .jobListingWrapper.bg-white button {
  color: white;
  background: #000;
  border: unset;
  font-size: 15px;
  padding: 10px 20px;
  font-family: var(--regular-font);
}
#jobListing .jobListingWrapper.bg-white:hover {
  animation: backAni 0.3s linear;
  background: linear-gradient(0deg, var(--logo-clr), var(--logo-subclr));
}
#jobListing .jobListingWrapper.bg-white:hover .jobTitle {
  color: var(--font-clr-white-rglr);
}
#jobListing .jobListingWrapper.bg-white:hover .jobUlListing li {
  color: var(--font-clr-white-rglr);
}
#jobListing .jobListingWrapper.bg-white:hover .jobUlListing li::before {
  filter: invert(1) brightness(10);
  transition: var(--trans-nrml);
}
#jobListing .jobListingWrapper.bg-white:hover a {
  background: -webkit-linear-gradient(0deg, var(--font-clr-white-rglr), var(--font-clr-white-rglr));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: var(--weight-600);
}
@keyframes backAni {
  0% {
    opacity: 0;
  }
  100% {
    background: linear-gradient(0deg, var(--logo-clr), var(--logo-subclr));
  }
}

#partner_head {
  overflow: hidden;
  height:100vh;
}
@media only screen and (max-width: 768px) {
  #partner_head {
    height: 400px;
  }
  #partner_head .partner_headimg {
    width: 100% !important;
    margin-top: 50px;
  }
  #partner_head .heading h2 {
    font-size: 20px;
  }
  #partner_head .heading h2 br {
    display: none;
  }
}
#partner_head img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--trans-slow);
  transform: scale(1.1);
}
#partner_head:hover img {
  transform: scale(1);
}

.form-control,
.form-select {
  height: 56px;
  margin-bottom: 28px;
  border-radius: 4px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: unset;
  border-color: var(--logo-clr);
}

label {
  font-size: 20px;
  margin-bottom: 8px;
}

#jobForm {
  padding: 4rem 0 5rem;
}
@media only screen and (max-width: 768px) {
  #jobForm {
    padding: 6rem 0 8rem;
  }
}

#newsroomSection {
  position: relative;
  padding: 6rem 0 0;
}
@media only screen and (max-width: 768px) {
  #newsroomSection {
    padding: 3rem 0 0;
  }
}
#newsroomSection .newsroomSection {
  position: relative;
  margin-top: 100px;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
  padding: 6rem 0 2.5rem;
}
@media only screen and (max-width: 768px) {
  #newsroomSection .newsroomSection {
    margin-top: 50px;
    padding: 2.5rem 0;
  }
}
#newsroomSection .newsroomSection .newsroom_nav .newsroom_item {
  margin: 0 5px;
}
#newsroomSection .newsroomSection .newsroom_nav .newsroom_item .newsroom_link {
  font-size: var(--font-h5);
  font-weight: var(--weight-500);
  transition: var(--trans-nrml);
}
#newsroomSection .newsroomSection .newsroom_nav .newsroom_item .newsroom_link span {
  color: var(--logo-clr);
}
#newsroomSection .newsroomSection .newsroom_nav .newsroom_item .newsroom_link:hover {
  color: var(--logo-clr);
}

#contact_pageSection {
  padding: 8rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #contact_pageSection {
    padding: 4rem 0 0;
  }
}
#contact_pageSection .contact_pageSection {
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {

    .science_section11 {
    padding: 2rem 0 !important;
}
    #science_section .science_sectionWrapper .science_sectionBefore::before {
   display:none;
}
  #contact_pageSection .contact_pageLeftSection {
    height: 300px !important;
  }
}
#contact_pageSection .contact_pageLeftSection .heading {
  inset: 60px 40px;
}
@media only screen and (max-width: 768px) {
  #contact_pageSection .contact_pageLeftSection .heading {
    padding: 1.2rem;
    inset: 0;
  }
}
#contact_pageSection .contact_pageLeftSection .contact_Left {
  margin-top: 80PX;
}
#contact_pageSection .contact_pageLeftSection .contact_Left li {
  position: relative;
  padding-left: 30px;
  font-weight: var(--weight-500);
  font-size: var(--font-h6);
  margin-bottom: 10px;
}
#contact_pageSection .contact_pageLeftSection .contact_Left li:last-child {
  margin-bottom: 0;
}
#contact_pageSection .contact_pageLeftSection .contact_Left li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: var(--bg-img);
  background-position: center;
  left: 0;
  background-size: 18px;
  top: 4px;
}
#contact_pageSection .contact_pageRightSection {
  padding: 30px;
}
#contact_pageSection .contact_pageRightSection .form-control,
#contact_pageSection .contact_pageRightSection .form-select {
  height: 48px;
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

#gmap {
  padding-bottom: 8rem;
}

#science_section {
  padding: 4rem 0;
  position: relative;
}
.science_section11{
  padding: 1rem 0 !important;
}

@media only screen and (max-width: 768px) {
  #science_section {
    padding: 4rem 0;
  }
  #science_section.scpb_0 {
    padding-bottom: 0;
  }
}
#science_section .science_sectionWrapper {
  background: rgb(244, 192, 168);
  background: linear-gradient(270deg, rgb(244, 192, 168) 0%, rgb(255, 190, 143) 50%, rgb(224, 237, 239) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4c0a8", endColorstr="#e0edef", GradientType=1);
  position: relative;
  border-radius: var(--border-radius-15px);
  z-index: 1;
}
#science_section .science_sectionWrapper .science_sectionBefore {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-15px);
  padding: 70px;
}
@media only screen and (max-width: 768px) {
  #science_section .science_sectionWrapper .science_sectionBefore {
    padding: 15px;
  }
}
#science_section .science_sectionWrapper .science_sectionBefore::before {
  position: absolute;
  content: "";
  background: rgb(255, 228, 210);
  background: linear-gradient(270deg, rgb(255, 228, 210) 50%, rgb(224, 237, 239) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe4d2", endColorstr="#e0edef", GradientType=1);
  width: 80%;
  height: 140%;
  transform: translateY(-50%) rotate(45deg);
  left: -15%;
  transform-origin: top;
  z-index: -1;
  box-shadow: var(--box-shadow-nrml);
  border-radius: var(--border-radius-15px);
  top: 60%;
}
@media only screen and (max-width: 768px) {
  #science_section .science_sectionWrapper .science_sectionBefore::before {
    width: 100%;
    height: 100%;
    left: 56%;
    top: 10%;
    transform: rotate(135deg) translateY(15%);
  }
}
#science_section .science_sectionWrapper .science_sectionInner {
  max-width: 265px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #science_section .science_sectionWrapper .science_sectionInner {
    max-width: 100%;
  }
}
#science_section .science_sectionWrapper .science_sectionInner .science_sectionImg img {
  width: 90px;
}
#science_section .science_sectionWrapper .science_sectionInner .science_sectionImg .science_sectionText {
  color: #3B4083;
}
#science_section .science_sectionWrapper .science_sectionInner .science_sectionImg .science_sectionText h4 {
  font-size: 22px;
  font-weight: var(--weight-700);
  margin-top: 20px;
}
#science_section .science_sectionWrapper .science_sectionInner .science_sectionImg .science_sectionText span {
  font-weight: var(--weight-500);
}

#gallerySlider {
  padding: 0 0 4rem;
}
@media only screen and (max-width: 768px) {
#gallerySlider {
    padding: 2rem 0 2rem;
}
}
#gallerySlider .gallerySliderInner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 30px;
  max-width: 1090px;
}
@media only screen and (max-width: 768px) {
  #gallerySlider .gallerySliderInner {
    grid-gap: 15px;
  }
}
#gallerySlider .gallerySliderInner li {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
#gallerySlider .gallerySliderInner li:nth-child(1) {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
#gallerySlider .gallerySliderInner li:nth-child(3n) {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

#scienceGuard {
  position: relative;
  padding: 4rem 0 4rem;
}
@media only screen and (max-width: 768px) {
    #scienceGuard {
    position: relative;
    padding: 1rem 0 0;
}
    .xss {
    overflow: hidden;
    margin-top: 2rem;
}
    .science_section11 {
    padding: 2rem 0 !important;
}

    #valueSection {
    padding: 7rem 0 3rem;
    position: relative;
}
        #about_sectionp {
    padding: 0 2rem;
}
  #scienceGuard {
    padding: 0 0 2 rem;
  }
}
#scienceGuard .scienceGuardText .heading.awardHeading h2 {
  --font-h2: 32px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#scienceGuard .scienceGuardText .heading.awardHeading h2::after {
  position: absolute;
  content: "";
  width: 100%;
  border-radius: var(--border-radius-5px);
  height: 5px;
  background: linear-gradient(0deg, var(--logo-clr), var(--logo-subclr));
  bottom: 0;
  left: 0;
}

#videoTeam .btn-close {
  position: absolute;
  background-color: #fff;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  opacity: 0.8;
  z-index: 11;
}
#videoTeam .btn-close:focus {
  box-shadow: unset;
}

.indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  bottom: 50px;
}
.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  animation: downarrow 1s linear infinite;
}
.indicator span:nth-child(1) {
  top: -20px;
  left: -20px;
  animation-delay: 0s;
}
.indicator span:nth-child(2) {
  top: -10px;
  left: -10px;
  animation-delay: 0.2s;
}
.indicator span:nth-child(3) {
  top: 0;
  left: 0;
  animation-delay: 0.4s;
}

@keyframes downarrow {
  0% {
    border-color: #fff;
    transform: translate(0, 0);
  }
  20% {
    border-color: #fff;
    transform: translate(15px, 15px);
  }
  21%, 100% {
    border-color: var(--logo-clr);
  }
}/*# sourceMappingURL=style.css.map */
@media only screen and (max-width: 552px){
    .sdfsdsfdggg {
    line-height: 34px;
}
    .bvg {
    object-position: revert;
}
    #hero_section.sciencePage {
    height: 100vh;
}
        #science_section .science_sectionWrapper .science_sectionBefore::before {
   display:block;
}

    #newsandevents .imgGallery {
    padding-bottom: 3rem;
}
    #teamDetails {
    padding: 3rem 0 2rem;
}
    #teamDetails {
    padding: 3rem 0 0;
}
    #newsandevents .newsandevents .newsandeventsWrapper .newsandeventText .heading h4 {
    font-size: 17px;
        line-break: anywhere;
}
    footer {
        padding: 4rem 1rem 3rem;
    }
    .xyzz{
            margin-bottom: 7rem;
    }
    #science_section .science_sectionWrapper .science_sectionBefore::before {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 44%;
    transform: rotate(135deg) translateY(15%);
}
   .cds {
        margin-bottom: 7px !important;
    }
    #newsroomSection {
        padding: 0rem 0 0;
    }
    .white{
        display:none;
    }
    .blue{
        display:block !important;
    }
    #team-set .heading .dts{
        
    }
    #newsandevents {
        padding: 2rem 0 2rem;
    }
    .heading.abt_heading h3 {
        margin-bottom: 20px !important;
    }
    #abtContact {
        padding: 40px 0 3px;
        overflow: hidden;
    }
    .abtContact .heading {
        margin-bottom:3rem;
    }
    .gip{
        padding:0;
        transform: scale(0.9);
            margin-top: 0;
    }
    #abtContact .abtContactWrapper .abtContactImg {
        margin-bottom: 0rem;
        padding: 0 0rem;
    }
   #deliverSection {
        padding: 3rem 0 2rem;
        margin-bottom: 0;
    }
    #deliverSection .deliver_fullForm {
        margin: 29px auto 0;
    }
    .deliverSection .deliverSection {
        padding-top: 0rem !important;
    }
    #ourscienceSection {
        padding: 3rem 1rem;
    }
    .navbar-brand a img{
            width: 115px;
    }
    .heading h2 {
        margin-bottom: 2.5rem;
    }
    #ourTeam .ourTeam .heading {
        margin-bottom: 3rem !important;
    }
    #ourTeam{
            padding-top: 3rem !important;
    }
    .newsandevents .awardHeading h2{
        margin-bottom: 1rem !important;
    }
    #newsandevents .imgGallery {
        padding-bottom: 2rem;
    }
    .heading a{
            margin-top: 1.5rem!important;
    }
    #about_sectionp {
        padding: 3rem 0 0;
    }
    #awardsSection {
        padding: 3rem 0 7rem;
    }
    #awardsSection {
        padding: 3rem 0 3rem;
    }
    .heading h3 {
        margin-bottom: 3rem !important;
    }
    .abt_heading p{
        margin-top:1rem;
    }
    #about_sectionp .container-fluid .align-items-center .col-lg-5 .list-unstyled{
        margin-bottom: 1rem!important;
    }
    #approachSection {
        padding: 3rem 0 10rem;
    }
    #valueSection {
        padding: 8rem 0 2rem;
    }
    #valueSection .text_slider {
        padding: 0rem 0 3rem;
    }
    .abtContact .justify-content-between .col-lg-6 .abt_heading h3{
        margin-bottom:1rem !important;
        font-size: 24px;
    }
    #abtContact a.linkAbt {
        font-size: 21px;
    }
    .science_section .heading .d-flex h2{
        margin-bottom:0 !important;
    }
    .science_section .heading p{
       text-align: center !important;
    }
    .science_sectionWrapper{
        margin-top:2rem;
    }
    #scienceGuard {
        padding: 0 0 1rem;
    }
    .scienceGuardText .awardHeading h2{
        margin-bottom: 1.5rem !important;
    }
}

@media only screen and (max-width: 400px){
    .sdfgggfd{
            padding: 0rem 0 0 !important;
    }
    .bbhf{
        height:auto !important;
    }
    .bvx h2:nth-child(1){
        margin-bottom:0.5rem !important;
    }
    .hero_sectionContainer .mx-auto img{
        width: 63px !important;
        margin-bottom: 1rem;
    }
    #newsandevents .newsandevents .newsandeventsWrapper .newsandeventText .heading h4 {
    font-size: 15px;
}
    
    .newsroomSection .d-flex{
        justify-content:start !important;
    }
    #valueSection {
        padding: 1rem 0 1rem;
    }
   #science_section .science_sectionWrapper .science_sectionBefore::before {
        width: 200%;
        height: 200%;
        left: 47%;
        top: 38%;
        transform: rotate(135deg) translateY(9%);
    }
    
    #gmap {
        padding-bottom: 4rem;
        padding-top: 2rem;
    }
    #contact_pageSection {
        padding: 2rem 0 !important;
        position: relative;
    }
    #abtContact {
        padding: 33px 0 3px;
        overflow: hidden;
    }
    .awardsSectionxyz {
        margin-top: 3rem !important;
        padding-bottom: 0 !important;
    } 
    #awardsSection {
        padding: 0rem 0 3rem;
    }
    #science_section {
        padding: 2rem 0;
    }
    .footer_resrv {
    padding: 1rem 0 1rem;
    position: relative;
    background-color: var(--font-clr-dark-rglr);
}

    .footer_resrv P {
        width: 337px;
        margin: auto;
        padding-top: 10px;
    }
    #gallerySlider .container .heading .text-capitalize{
        margin: 1rem auto;
    }
    .science_section11 {
        padding: 2rem 0 !important;
    }
    .scienceGuardText .awardHeading{
            margin-top: 1rem!important;
    }
    .cal {
        margin-top: 27px !important;
    }
    #abtContact .abtContactWrapper .abtContactImg {
        margin-bottom: 0rem;
        padding: 0 0rem;
    }
    #teamDetails {
        padding: 3rem 0 2rem;
    }
    .awardsSection21{
        padding-bottom:0 !important;
    }
    #careerHeading {
    padding: 2rem 0;
    }
    #jobListing {
        padding: 0 0 3rem;
        position: relative;
    }
    #jobForm {
        padding: 3rem 0 4rem !important;
    }
    .form-control, .form-select {
        height: 46px;
        margin-bottom: 15px;
        border-radius: 4px;
    }
    .newsandevents .awardHeading h2{
            margin-bottom: 1rem !important;
    }
    #newsandevents {
        padding: 3rem 0 2rem !important;
    }
    #science_section .science_sectionWrapper .science_sectionInner .science_sectionImg .science_sectionText h4 {
        font-size: 20px;
        font-weight: var(--weight-700);
        margin-top: 20px;
    }
    #science_section .science_sectionWrapper .science_sectionBefore::before {
        background: linear-gradient(78deg, rgb(255, 228, 210) 50%, rgb(224, 237, 239) 100%);
    }
    #science_section .science_sectionWrapper {
        background: linear-gradient(1deg, rgb(244, 192, 168) 0%, rgb(255, 190, 143) 50%, rgb(224, 237, 239) 100%);
    }

}
@media only screen and (max-width: 362px){
    .bbhf{
        height:auto !important;
    }
    .teamdetails .btn-close {
        top: 18px;
        right: 17px;
    }
    #about_sectionp {
        padding: 3rem 0 3rem;
    }
    #valueSection {
        padding: 0rem 0 2rem;
    }
    #ourscienceSection .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,#ourscienceSection .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        font-size: 30px;
    }
     #science_section .science_sectionWrapper .science_sectionBefore::before {
        width: 200%;
        height: 200%;
        left: 50%;
        top: 38%;
        transform: rotate(135deg) translateY(9%);
    }
}
@media only screen and (max-width: 360px){
    .bbhf{
        height:auto !important;
    }
    .awardsSection21 {
        padding: 3rem 0 4rem !important;
    }
    #teamDetails {
        padding: 3rem 0 2rem;
    }
    #approachSection {
        padding: 3rem 0 7rem;
    }
    #valueSection .text_slider {
        padding: 0rem 0 1rem;
    }
}

.deliverSection .heading{
    margin-bottom:0 !important;
}
.deliverSection .deliverSection{
    padding-top:3rem;
}
#hero_section{
    position:relative;
}
#hero_section .hero_section{
    z-index:1;
}
#hero_section::after{
    position:absolute;
    content:"";
    background-color:#0000004a;
    background-size:contain;
    height:100%;
    width:100%;
    top:0;
    left:0;
}
.awardsSection21{
        padding: 5rem 0 4rem !important;
}
#contact_pageSection {
    padding: 4rem 0;
    position: relative;
}
#gmap {
    padding-bottom: 4rem;
}
@media only screen and (max-width: 1536px){
    #valueSection .container .valueSection .abt_heading {
       margin-top:17rem;
    }
    #valueSection .text_slider {
        padding: 1rem 0;
    }
        #newsandevents {
    position: relative;
    padding: 6rem 0 3rem;
}
}
@media only screen and (max-width: 1366px){

    #valueSection .container .valueSection .abt_heading {
       margin-top:0;
    }
    #valueSection .text_slider {
        padding: 1rem 0;
    }
}
.zoomimg{
    position:relative;
    transition:all 1s;
}
.sel{
    transform:scale(2);
}
.xss{
    overflow:hidden;
}
.science_sectionWrapper:hover .viewla{
     opacity:1;
}
.viewla {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: #0000005c;
    width: 70%;
    opacity:0;
    transition:all .3s;
}
.viewla p {
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px 9px;
    color: #fff;
}
.vvld{
    position:relative;
}
.vvld::after {
    position: absolute;
    content: "";
    background-color: #0000007d;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 6px;
}
.vvld .heading{
    z-index:9;
}
.hghghg{
    position:relative;
}
.hghghg .partner_headimg{
    z-index:9;
}
.hghghg::after {
    position: absolute;
    content: "";
    background-color: #0000007d;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}



.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#success{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
}
.quick_sucInner{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family:auto !important;
  margin-left: 92px;
}


.inner-success{
  width: 300px;
  margin: auto;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 1rem;
}
#successm{
  background-color: #000000b8;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
}
.quick_sucInnerm{
  text-align: center;
}
.quick_sucInnerBtn{
  background-color: #31a300;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  border-radius: 30px;
  font-family:auto !important;
  margin-left: 92px;
}
.xctx{
    height:50% !important;
}
.xctx h3{
    font-size: 23px;
    letter-spacing: 0.55px;
    line-height: 30px;
    color: #20a2d8;
}

.li-list-pipe ul {
  padding-left: 0;
}
.li-list-pipe ul li{
 padding: 2rem 0;
  list-style-type: none;
    color: #353b81;
    line-height: 28px;
}
.li-list-pipe1{
  border-right: 3px solid white;
  height: 100%;
}
.li-list-pipe2{
   border-right: 3px solid white;
   height: 25%;
}
.li-hd h3 {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 23px;
    font-weight: 700;
    color: #353b81;
    padding-left: 15px;
    padding-top: 15px;
}
.science_sectionWrapper1{
  background-image: url(../images/bgclrText11.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.li-1,.li-2,.li-3{
  position: relative;
}
.li-11 img {
    width: 147px;
    /*height: 69px;*/
     height: 55px;
    object-fit: cover;
    object-position: right;
    position: relative;
    z-index: 999;
    /*object-fit: contain;*/
    transition: all 3s;
}
.li-11g img {
    width: 147px;
    height: 52px;
    object-fit: cover;
    object-position: right;
        margin-top: 3rem;

}
.li-111 img{
  width: 455px;
}
.li-111g img {
    width: 240px;
}

/* .li-1::after {
    position: absolute;
    content: "";
   
    background-image: url(../images/ar1.png);
    background-size: contain;
    height: 50%;
    width: 257%;
    top: 29%;
    left: 102%;
    background-repeat: no-repeat;
}
.li-2::after {
    position: absolute;
    content: "";
    
    background-image: url(../images/ar2.png);
    background-size: contain;
    height: 50%;
    width: 247%;
    top: 29%;
    left: 102%;
    background-repeat: no-repeat;
}
.li-3::after {
    position: absolute;
    content: "";
   
    background-image: url(../images/ar4.png);
    background-size: contain;
    height: 50%;
    width: 247%;
    top: 29%;
    left: 102%;
    background-repeat: no-repeat;
} */
/* .li-1::before {
    position: absolute;
    content: "";
    background: linear-gradient(45deg,transparent 50%,#3262a0 0);
    background-size: contain;
    height: 30px;
    width: 30px;
    top: 45%;
    left: 322%;
    z-index: 9;
    transform: rotate(45deg);
} */
/* .li-2::after {
    position: absolute;
    content: "";
    background: linear-gradient(45deg,#ff3757,#a92077);
    background-size: contain;
    height: 20px;
    width: 230%;
    top: 50%;
    left: 102%;
}
.li-2::before {
    position: absolute;
    content: "";
    background: linear-gradient(45deg,transparent 50%,#a92077 0);
    background-size: contain;
    height: 30px;
    width: 30px;
    top: 46%;
    left: 322%;
    z-index: 9;
    transform: rotate(45deg);
} */
/* .li-3::after{
  position: absolute;
  content: "";
    background: linear-gradient(45deg,#b6c84f,#97a15e);
  background-size: contain;
  height: 20px;
  width: 230%;
  top: 50%;
  left: 102%;
}
.li-3::before {
    position: absolute;
    content: "";
    background: linear-gradient(45deg,transparent 50%,#97a15e 0);
    background-size: contain;
    height: 30px;
    width: 30px;
    top: 45%;
    left: 322%;
    z-index: 9;
    transform: rotate(45deg);
} */

.orphan {
    top: 32%;
    right: 3%;
    width: 362px;
    border-radius: 10px;
}
.orphan img{
  width: 18px;
}
.orphan p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #353b81;
    font-weight: 600;
}
.sp-1{
    margin-right:11rem;
}
.sp-2{
    margin-left:11rem;   
}
.xxa{
    line-height: 53px;
    letter-spacing: 1px;
}

@media only screen and (max-width: 552px){
    .sp-1 {
        margin-right: 6rem;
        font-size: 15px !important;
    }
    .sp-2 {
        margin-left: 4rem;
        /* margin-right: 2rem; */
        font-size: 15px !important;
    }
    .xxa {
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 18px !important;
}
}

.aqwe h1{
    text-decoration:none !important;
}