@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);
}
::-webkit-scrollbar {
  width: 12px;
  padding:0 3px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px lightgrey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #07378f, #1a8d90);
  border-radius: 10px;
  margin:0 10px !important;
}
.container{
  max-width: 80%;
}
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: fixed;
  z-index: 111;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  transition: transform 1s ease; /* for exit */
}

.headerdernew {
  background-color: #fff !important;
  box-shadow: #00000078 0px 5px 6px -2px;
  top: 0;
  /*animation: moveDown 0.6s ease;*/
  animation: moveDown 0.6s ease forwards; /* fast entry */
  transform: translateY(0); /* Reset position */
}

@keyframes moveDown {
  0% {
    transform: translateY(-100%);
  }
  50%{
      transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/*.headerdernew .fdddddddd{*/
/*    align-items:center !important;*/
/*}*/
.headerdernew .xxx{
    filter:brightness(0);
}
.headerdernew .navbar-brand img {
    width: 185px;
    filter:initial;
}

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, #07378f, #1a8d90);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1eabe0", endColorstr="#3a4486", GradientType=1);
  color: var(--font-clr-white-rglr);
}
.thyi img{
    transition:all .3s;
}
.thyi img:hover{
    filter:none !important;
}
#hero_section .hero_section {
  position: absolute;
  left: 50%;
  top: 56%;
  width: 50%;
  transform: translate(-50%, -50%);
}
 #hero_section .hero_section {
    position: absolute;
    left: 50%;
    top: 56%;
    width: 70%;
    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: 6rem 0 3rem;
    position: relative;
    background-color: #000;
}
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;*/
  margin-top:4rem;
}

#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: 8rem 0 8rem;
}
@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;
  z-index: 999;
}
.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: #1a8d90;
  }
}/*# 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;
}
.footerLinks12{
  padding: 3rem;
  border: 1px solid #fff;
}
/*.zza h2{*/
/*      font-size: 60px;*/
/*    letter-spacing: 0.55px;*/
/*    font-weight: 500;*/
/*    line-height: 83px !important;*/
/*    color: #003e76;*/
/*}*/
/*.zza h2:nth-child(1)::first-letter{*/
/*  font-size: 80px;*/
/*}*/

.zza h2:nth-child(2) {
    margin-left: 15%;
}
.actttt ul li a{
  color: #fff !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}

.footerLinks h5{
    width:fit-content;
    padding-bottom:1rem;
    position:relative;
}
.footerLinks h5::after {
    position: absolute;
    content: "";
    background-color: #1a8d90;
    background-size: contain;
    height: 2px;
    width: 41px;
    bottom: 10%;
    left: 0;
}
.rrr{
    width:fit-content;
    padding-bottom:0rem;
    position:relative;
}
.rrr::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    background-size: contain;
    height: 2px;
    width: 41px;
    bottom: 10%;
    left: 0;
}
.headerdernew .actttt a {
    color: #000 !important;
}

.headerdernew .navitems{
        transform: translateY(-5px);
}
.qst{
        margin-top: 5rem;
}
.qst p{
    font-size: 20px;
    letter-spacing: 0.55px;
    line-height: 36px;
    font-weight: 300;
    background-color: #ffffff1c;
    /* background: linear-gradient(45deg, #07378f, #1a8d90); */
    padding: 15px 30px;
    width: fit-content;
    margin: auto;
    border-radius: 30px;
}


















@media only screen and (max-width: 1536px){
    .vdsdttt22 p {
        font-size: 18px;
        letter-spacing: 0.55px;
        line-height: 27px;
        margin-top: 13px;
        margin-bottom: 0;
    }

    .inner-aboutsect .col-xxl-9{
            width: 87%;
    }
    .bannerdata p{
            font-size: 21px !important;
    }
    #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: #0000009e;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    backdrop-filter: blur(4px);
    /* 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;
}



.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;
}


.aqwe21 h1{
    font-size: 80px;
    text-transform: uppercase;
    line-height: 115px;
    font-weight: 500;
    letter-spacing: 1px;
}


.teamhd h2{
    font-size: 65px;
    letter-spacing: 0.55px;
    font-weight: 500;
}

.tmhd h4{
    font-size: 27px;
    letter-spacing: 0.55px;
}
.tmhd span {
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #595959;
}
.tmdtl p{
    font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 36px;
    font-weight: 300;
    color: #000;
    margin-top: 2rem;
}
.tmhd{
    position:relative;
}
.tmhd::after{
    position: absolute;
    content: "";
    background-color: #003e76;
    background-size: contain;
    height: 4px;
    width: 50px;
    bottom: -10px;
    left: 0;
}




/* 05-07-2025 chintu */


.bannerdata{
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  z-index: 999999999;
      text-align: center;
}
.bannerdata h1 {
    font-size: 115px;
    font-weight: 700;
    /* background-image: url(https://images.unsplash.com/photo-1535632788826-78ca9d09d2e7?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=bb651adâ€¦&auto=format&fit=crop&w=695&q=80); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    /* background-size: cover; */
    /* background-position: center; */
    background-repeat: no-repeat;
    /* background: linear-gradient(180deg, #fff 50%, #09418f); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    letter-spacing: 0;
    transform: translateX(-4px);
}
.brddara h1{
    font-size: 115px;
    font-weight: 700;
    text-transform: uppercase;
}
.bannerdata h2 {
    font-size: 49px;
    font-weight: 700;
    line-height: 76px;
    color: #fff;
}

.qodef-p-particles-container{
  top: 0;
  left: 0;
  z-index: -1;
}


.hero_banner {
    height: 100vh;
    /* background-color: #f4f3eb; */
    
    /*position: fixed !important;*/
    /*top: 0;*/
    /*left: 0;*/
    /* height: 100vh; */
    width: 100%;
    /*z-index: -1;*/
    z-index:1;
}
.hero_banner::after {
    position: absolute;
    content: "";
    /* background: linear-gradient(90deg, #f4f3eb 51%, transparent, transparent); */
    /*background-color: #000000bf;*/
    background-color: #0000009c;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.qodef-p-particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.particles-js-canvas-el {
  width: 100% !important;
  height: 100% !important;
}

.eyye {
    top: 0%;
    left: 0%;
    z-index: 1;
    opacity: 0.5;
    width: 50%;
    height: 100vh;
    object-fit: contain;
}
.eyye img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.vvddoo{
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.hero_banner {
    height: 100vh;
    /* background-color: #f4f3eb; */
    background: linear-gradient(90deg, #f4f3eb 51%, transparent, transparent);
}
.vvddoo video{
  width: 100%;
    height: 100vh;
    object-fit: cover;
}
.ivv{
  margin-top: 6rem;
}
.aboutsec{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.aboutsec::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: 0%;
    right: -4%;
    z-index: -1;
    opacity: 0.1;
    /* transition: all 1s; */
    /* transition-delay: 1s; */
    /* filter: brightness(0) invert(1); */
    transform: rotateY(180deg) rotate(180deg) scale(1);
    background-repeat: no-repeat;
    background-position: bottom;
}

/*.active-class::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/cir.png);*/
/*    background-size: contain;*/
/*    height: 800px;*/
/*    width: 800px;*/
/*    top: -25%;*/
/*    right: -10%;*/
/*    z-index: -1;*/
/*    opacity: 0.1;*/
/*}*/
.inner-abt h2 {
    font-size: 65px;
    letter-spacing: 0.55px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    width: 80%;
}
.inner-abt7777777 h2{
    text-align:center;
    width:100% !important;
}

.inner-abt {
    text-align: start !important;
    position: relative;
}

.active-inner-abt::after{
  height: 0;
}
.rightabtdata p{
      font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 36px;
    font-weight: 300;
    color: #000;
}
.xyggg p{
    width:118%;
}
.rightabtdata p span {
       font-size: 17px;
    letter-spacing: 0.55px;
    line-height: 36px;
    font-weight: 300;
    color: #000;
}

.aboutsec {
    /*margin-top: 100vh;*/
    background: linear-gradient(180deg, #ffffff, #ffffff);
    padding: 6rem 0 0rem;
    position: relative;
}
.abtseclistll{
  text-align: center;
}

.abtseclistll h2{
font-size: 35px;
margin: 2rem 0 0.5rem;
letter-spacing: 0.55px;
color:#000;
}
.abtseclistll p{
    font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 36px;
    font-weight: 300;
    color: #000;
}
.innerdsddata p:nth-child(2){
    font-size: 23px;
    letter-spacing: 0.55px;
    color: #fff;
    margin: 2rem 0;
    border-left: 7px solid #0a4190;
    padding-left: 1rem;
}
.innerdsddata p:nth-child(3){
    font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 36px;
    font-weight: 300;
}
.sdcsdfsdfsdfsdf {
    padding: 8rem 0 3rem;
    background-color: #000;
    /* background-image: url(../images/aweee.jpg); */
    background-size: cover;
    background-position: right;
    overflow: hidden;
}
.innerdsddata  h2{
    font-size: 65px;
    line-height: 83px;
    font-weight: 200;
    color:#fff !important;
}
.innerdsddata h2 span{
  font-weight: 500;
}

.rightfds{
    text-align:center;
    position:relative;
}
.rightfds img{
    width: 75% !important;
    margin: auto;
}
.abtseclistll img{
  width: 97px;
}
.container12{
  width: 90%;
  margin-left: auto;
}
.btnn a{
  display: block;
    color: #000;
    background: #f0f0f0;
    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: 1px solid #f0f0f0;
}
.btnn a:hover{
  background-color: transparent;
  color: #f0f0f0;
}
.news {
    padding: 7rem 0 0rem;
}
.rimsg h2 {
    font-size: 65px;
    line-height: 83px;
    font-weight: 700;
    /* font-size: 80px; */
    letter-spacing: 0.55px;
    font-weight: 500;
    color: #000;
}

.ty{
  box-shadow: black 0px 0px 13px -5px;
    border-radius: 10px;
    overflow: hidden;
}
.newsbannerrrrr {
      width: 100%;
      height: 100%;
    }

.newsbannerrrrr .swiper-slide {
      font-size: 18px;
    }

 .newsbannerrrrr .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.swiper.newsbannerrrrr {
    height: 607px;
    overflow: hidden;
    padding: 0rem 4rem 0rem;
}
.newsbannerrrrr .swiper-slide{
  transform: scale(0.8);
  /* opacity: 0.5; */
  transition: all .3s;
}
.newsbannerrrrr .swiper-slide-active{
  transform: scale(1.05);
  
  /* opacity: 1; */
}
.newsbannerrrrr .swiper-slide-active .ty {
    box-shadow: #07378f 0px 0px 16px 1px !important;
}
.newsbannerrrrr .swiper-slide .ty{
  position: relative;
  background-color: #fff;
}
.newsbannerrrrr .swiper-slide .ty::after {
    position: absolute;
    content: "";
    background-color: #ffffff66;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.newsbannerrrrr .swiper-slide-active .ty{
  z-index: 1;
}
.newsbannerrrrr .swiper-slide-active .ty::after {
    position: absolute;
    content: "";
    background-color: #00000000;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.newsbannerrrrr .swiper-button-next, .newsbannerrrrr .swiper-button-prev {
    position: absolute;
    top: 79%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.newsbannerrrrr .swiper-button-next {
    transform: rotate(-90deg);
    right: 5%;
}
.newsbannerrrrr .swiper-button-prev{
      transform: rotate(-90deg);
}
.newsbannerrrrr .swiper-button-prev {
    transform: rotate(-90deg);
    left: 92%;
    top: 90%;
}
.newsbannerrrrr  .swiper-button-next:after, .newsbannerrrrr  .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 20px;
    color: #000;
}
.news {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/static-bg.c2fe37.jpg);
    z-index: 1;
    background-position: top;
}
.news::before {
    position: absolute;
    content: "";
    /* background-image: url(../images/circles.b48042.svg); */
    background-size: contain;
    background-color: #fff;
    height: 100%;
    width: 100%;
    bottom: 0%;
    right: 0%;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 1;
}
.news::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    bottom: 0;
    right: -4%;
    z-index: -1;
    opacity: 0.1;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotatex(0deg) rotateY(0deg);
    background-position: bottom;
    /* filter: brightness(0) invert(1); */
}

.swiper-slide .ty{
  transition: all .3s;
  height:100%;
}
/*.wwwewe h4{*/
/*  font-size: 20px;*/
/*  letter-spacing: 0.55px;*/
/*  transition: all .3s;*/
/*  line-height: 30px;*/
/*  color: #07378f;*/
/*}*/
.wwwewe h4{
    font-size: 18px;
    letter-spacing: 0.55px;
    transition: all .3s;
    line-height: 27px;
    color: #07378f;
    font-weight: 400;
    margin-bottom:0;
}
.wwwewe{
        padding: 4px 0;
}
.wwwewe h5{
        font-size: 23px;
    color: #184496;
}
.d img{
  width: 20px !important;
}
.d p{
  color: #07378f;
  transition:all .3s;
}
.d p:hover{
    letter-spacing:1px
}
/* .swiper-slide-active .wwwewe h4{
  color: #fff;
} */

.abtseclistll{
  border-right: 1px solid #7b7b7b78;
  position:relative;
}

.col-lg-4:nth-child(3) .abtseclistll{
 border:none;
}
.abtseclistll{
  padding: 0 1rem;
}


.scll {
    top: 50%;
    left: -1%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* spacing between icons and text */
}

.scl-icons {
    display: grid;
    gap: 0px; /* space between each icon */
}

.scltype a img {
    filter: brightness(0)invert(1);
    width: 18px;
    transition:all .3s;
}
.scltype a img:hover{
    filter:none;
}
.sdfsdsss {
    margin: 0;
    transform: rotate(90deg);
    transform-origin: center;
    white-space: nowrap;
    font-size: 18px;
    padding: 0 0 0 26px;
    display: flex;
    color:#fff;
}

.banbtn a {
    display: flex;
    justify-content: left;
    align-items: center;
    width: fit-content;
    padding: 14px 29px;
    background: linear-gradient(45deg, #07378f, #1a8d90);
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 20px;
    position: relative;
    margin: 2rem 0;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: white 0px 0px 25px -12px;
    transition: all .3s;
    
    border: 1px solid transparent;
}

.banbtn a:hover::before {
    left: 130%;
    transition: all 0.75s ease-in-out;
}
.banbtn a:hover{
    box-shadow: white 0px 0px 25px -3px;
    border: 1px solid #fff;
}
.banbtn25 a:hover{
    box-shadow: #07378f 0px 0px 25px -3px;
}
.banbtn1 a{
        display: flex;
    width: fit-content;
    padding: 14px 29px;
    background: linear-gradient(45deg, #07378f, #1a8d90);
    color: #fff;
    letter-spacing: 0.55px;
    font-size: 20px;
    position: relative;
    margin-top: 30px;
    border-radius: 30px;
    margin: 2rem auto;
    text-align: center;
    justify-content: center;
    border-radius:10px;
}

.navitems ul li a{
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.55px;
  transition:all .3s;
  line-height:0;
  color:#fff;
  transition:all .3s;
}
.headerdernew .navitems ul li a{
  color:#000;
}
.navitems ul li a:hover{
        color: #1a8d90 !important;
}
.navitems ul li {
    position: relative;
    padding: 0 15px;
}
.navitems ul li::after {
    position: absolute;
    content: "";
    background-color: rgb(153 153 153);
    background-size: contain;
    height: 76%;
    width: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.navitems ul li:last-child:after{
  background-color: transparent;
}
.innerdsd{
  position: relative;
  z-index: 1;
}

.innerdsd::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: -28%;
    left: -15%;
    z-index: -1;
    opacity: 0.3;
    z-index: -1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transform: rotatex(180deg) rotateY(180deg);
    background-position: bottom;
}
.footerLinks p{
      --font-h6: 18px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: var(--font-h6);
    transition: var(--trans-nrml);
    font-weight: var(--weight-300);
        line-height: 31px;
}
.vv{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  object-fit: cover;
}
/* image gallery */
.gl11 {
    position: relative;
    border-radius: 10px 10px 0 0;
    }
    .gl11 img{
    border-radius: 10px 10px 0 0;
    }
    .gl-img{
        border-radius: 10px;
    }
    .gl11::before {
        position: absolute;
        content: "";
        background-color: #ffffff50;
        background-size: contain;
        height: 0%;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
        transition: all .5s;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }
    .gl11::after {
        position: absolute;
        content: "";
        background-color: #ffffff50;
        background-size: contain;
        height: 0%;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
        transition: all .5s;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }
    
    .gl-img {
    box-shadow: black 0px 0px 11px -5px;
    }
    .gl-img:hover .gl11::before,.gl-img:hover .gl11::after {
    height: 75%;
    }
    .gl-btn p {
    font-size: 15px;
    color: #ffffff;
    }
    .dq {
    padding: 10px 10px 10px;
    transition: all .3s;
    background-color: #e31e25;
    color: #fff;
    border-radius: 0 0 10px 10px;
    }
    .mm a{
    text-decoration: none;
    }
    .glrx-h img {
    width: 100%;
    border-radius: 9px;
    }
    .ppl {
        bottom: 44px;
        padding: 5px 8px;
        background: linear-gradient(90deg, #e31e25, transparent);
        /* background-color: gray; */
        width: 186px;
        display: flex;
        gap: 7px;
        z-index: 999;
        align-items: center;
    }
    .ppl p{
        color:#fff;
        margin:0;
    }
    .ppl img{
        width:16px;
    }
    .dq p{
        font-size:18px;
        letter-spacing:0.55px;
    }
    .view-image {
      position: fixed;
      inset: 0;
      z-index: 500;
      padding: 3%;
      display: flex;
      flex-direction: column;
      animation: view-image-in 300ms;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      z-index: 999999999999999 !important;
  }
   .glswiper {
      width: 100%;
      height: 100%;
    }

    .glswiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
    }
    .glhd{
            transform: translateY(112px);
            opacity:0;
            transition:all .3s;
            margin-top:15px;
            
    }
.glswiper .swiper-slide-active  .glhd{
    transform: translateY(0);
    opacity:1;
}
    .glswiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .numgl{
      padding: 15px;
      text-align: center;
    }
    
    /* image gallery */
    .glswiper .swiper-slide{
        transform:scale(0.8);
        transition:all .3s;
    }
    
    .glswiper .swiper-slide .photo-inner{
        
        border-radius:15px;
        overflow:hidden;
    }
    .glswiper .swiper-wrapper{
        padding: 5rem 0;
    }
    .glswiper .swiper-slide-active{
        transform:scale(1.2);
    }
.glswiper .swiper-button-next:after, .glswiper .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 25px;
     display: none;
}

.glswiper .swiper-button-next{
  background-image: url('../images/right-arrow.png');
   background-size: 24px 24px; /* or whatever size you want */
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 40px;
}
.glswiper .swiper-button-prev{
  background-image: url('../images/right-arrow.png');
   background-size: 24px 24px; /* or whatever size you want */
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 40px;
  transform: rotate(180deg);
}
.glswiper .swiper-pagination{
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}
.glswiper .swiper-button-next {
    top: 97.5%;
    z-index: 999;
    /* border: 1px solid lightgray; */
    right: 37%;
}
.glswiper .swiper-button-prev {
    top: 97.5%;
    z-index: 999;
    /* border: 1px solid lightgray; */
    left: 37%;
}
.photo-inner{
    padding:0;
}
.glhd h5 {
    font-size: 25px;
    letter-spacing: 0.55px;
    color: #003e76;
}
.glhd{
  text-align: center;
}
/*.rans img{*/
/*  height: 350px !important;*/
/*  object-fit: cover;*/
/*}*/
.gallery {
    padding: 4rem 0 6rem !important;
    /* background-color: #f4f3eb !important; */
    background: linear-gradient(180deg, #f9f9f9, #fff);
}
.inner-abt12 h2 {
    font-size: 65px;
    letter-spacing: 0.55px;
    font-weight: 500;
    line-height: 56px;
    /*color: #003e76;*/
    color:#000;
    /* display: block; */
    /* overflow: hidden; */
}
.mlll{
    filter:brightness(0);
    margin-right:10px;
}
.wpb_wrapper p {
    font-size: 18px;
    letter-spacing: 0.55px;
    text-align: left;
    width: 90%;
}
.wpb_wrapper h5{
    width: fit-content;
    font-size: 23px;
}
.wpb_wrapper h4 {
    position: relative;
    margin-bottom: 2rem;
    letter-spacing: 0.55px;
}

.wpb_wrapper h4::after {
    position: absolute;
    content: "";
    background-color: #003e76;
    background-size: contain;
    height: 4px;
    width: 50px;
    bottom: -10px;
    left: 0;
}
.sas input,.sas select {
    background-color: transparent !important;
    height: 55px !important;
    border-radius: 3px !important;
}
.sas textarea{
     background-color: transparent !important;
    border-radius: 3px !important;
}
/*.contact_pageSection {*/
/*    background-image: url(../images/co.jpg);*/
/*    background-size: cover;*/
/*    position:relative;*/
/*    z-index:1;*/
/*}*/
/*.contact_pageSection::after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background-color:#fff;*/
/*    background-size:contain;*/
/*    height:100%;*/
/*    width:100%;*/
/*    top:0;*/
/*    left:0;*/
/*    z-index:-1;*/
/*}*/
.contact_pageRightSection h3{
    font-size: 36px;
        color: #003e76;
}



.robot {    
    font-size: 14px;
    margin:0;
}

.box-container {
    display: flex;
    background-color: #F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    width: 370px;
    align-items: center;
    padding: 10px 0px 10px 0px;
}
.lux input[type="checkbox"] {
    appearance: none;
    width: 26px;
    height: 26px !important;
    border: 2px solid #C1C1C1;
    margin: 0px 14px 0px 14px;
}

.lux input[type="checkbox"]:checked::before {
    content: url(https://img.icons8.com/?size=20&id=27&format=png&color=1e5180);
    display: block;    
    line-height: 20px;
    padding: 0.05rem 0.6rem 0rem 0.05em;
}

.logo1 {
    display: block;
    margin-left: 0;
    text-align: center;
}
.logo1 svg{
    margin-bottom:10px;
}
.logo-text p{
    margin-bottom:4px;
}
.logo-text {
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.logo-text-tos {
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-left: 0;
}
.fdddddddd{
    align-items: flex-end !important;
}
.navbar-brand img {
    width: 170px;
    transition:all .3s;
    filter:brightness(0)invert(1);
}

.verii{
    position:relative;
    overflow:hidden;
}
.verii::after {
   position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: 0%;
    right: -3%;
    z-index: -1;
    opacity: 0.1;
    /* transition: all 1s; */
    /* transition-delay: 1s; */
    background-repeat: no-repeat;
    transform: rotateX(180deg);
    background-position: bottom;
}
.navbar-brandnew img{
    filter:brightness(0)invert(1);
    transition:all .3s;
}
.headerdernew .navbar-brandnew img{
    filter:initial;
}

#pageloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
  }

  #pageloader.hidden {
    opacity: 0;
    pointer-events: none;
  }


.bannerdata {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    z-index: 999999999;
    width: 50%;
    text-align: left;
    width: 75%;
}

.brddara{
    position:absolute;
    top:60%;
    left:50%;
    transform:translateX(-50%);
    width:90%;
    top:46%;
}
.loaderr{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.favvanim {
    width: 80px;
    top: -147%;
    left: -24%;
}
.asasd{
        width: 265px;
}
.rightabtdataabtt {
    transform: translateY(17px);
}



.btnvv {
  position: relative;
  align-items: center;
  padding: 14px 64px;
  background: linear-gradient(45deg, #07378f, #1a8d90);
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.55px;
  border-radius: 30px;
  text-decoration: none;
  z-index: 1;
  border: 1px solid white;
}

.btnvv::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #0a448f, #178090);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: -1111111;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 30px;
}
@keyframes anim{
    0%{
        transform: translate(-50%, -50%) scale(1);
    }
    100%{
         transform: translate(-50%, -50%) scale(1.5);
         opacity:0;
    }
}
.btnvv:hover::before{
    animation:anim .5s linear;
}
.btnvv:hover{
    color:#fff;
}




.btnvv1 {
  position: relative;
  align-items: center;
  padding: 14px 64px;
  background: linear-gradient(45deg, #07378f, #1a8d90);
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.55px;
  border-radius: 30px;
  text-decoration: none;
  z-index: 1;
  border: 1px solid white;
}

.btnvv1::before {
    content: "";
    position: absolute;
    border:1px solid #000;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: -1111111;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 30px;
}
.btnvv1:hover::before{
    animation:anim1 .5s linear;
}
@keyframes anim1{
    0%{
        transform: translate(-50%, -50%) scale(1);
    }
    100%{
         transform: translate(-50%, -50%) scale(1.3);
         opacity:0;
    }
}
.btnvv1::after {
    content: "";
    position: absolute;
    border:1px solid #000;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: -1111111;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 30px;
}
.btnvv1:hover::after{
    animation:move22 .5s linear;
    animation-delay:.3s;
}
@keyframes move22{
    0%{
        transform: translate(-50%, -50%) scale(1);
    }
    100%{
         transform: translate(-50%, -50%) scale(1.3);
         opacity:0;
    }
}
.btnvv1:hover{
    color:#fff;
}



.inner-news .rimsg{
    width:85%;
}
.teaam img{
    border-radius:15px;
}

body, html {
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
}

.snap-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  transition: transform 0.5s ease;
    flex-direction: column;
    justify-content: center;
}


/*--------------------------------------------------------------------------------------- aboutpage start-------------------------------------------------------------------------------------------*/
.mission h4 {
    font-size: 29px;
    line-height: 47px;
    font-weight: 300;
    padding-left: 5rem;
    border-left: 1px solid #7b7b7b78;
    position:relative;
    z-index:1;
}
.mission h4::after {
    position: absolute;
    content: "";
    background-image: url(../images/text.png);
    background-size: contain;
    height: 60px;
    width: 60px;
    top: -6%;
    left: 1%;
    z-index: -1;
}
.advisorname {
    bottom: 8%;
    left: -15px;
    z-index: 1;
    padding: 24px 10px 25px 30px;
    background: linear-gradient(45deg, #07378f, #1a8d90);
    width: 70%;
    box-shadow: #41414187 12px 12px 9px -5px;
    border-radius: 15px 0 0 0;
}
.advisorname::after {
    position: absolute;
    content: "";
    background-image: url(../images/border-shape.png);
    background-size: cover;
    height: 80%;
    width: 100%;
    top: 8%;
    right: 3%;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    z-index: -1;
}
.advisorname::before {
    position: absolute;
    content: "";
    background: linear-gradient(225deg, #000000 50%, transparent 0);
    background-size: contain;
    height: 15px;
    width: 15px;
    bottom: -15px;
    left: 0;
    z-index: 9;
}
.advisorname h5 {
    color: #fff;
    font-size: 23px;
    letter-spacing: 0.55px;
    margin-bottom: 0.5rem;
    text-align:left;
}
.socialicon {
    height: 30px;
    width: 30px;
    background-color: #fff;
    position: relative;
    /* border-radius: 50%; */
}
.socialicon img {
    position: absolute;
    width: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* filter: invert(1); */
}
.socialname p{
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #fff;
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 563px;
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
 background: linear-gradient(45deg, #000, #000);
  color: white;
  transform: rotateY(180deg);
}
.flip-card-back p{
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
    padding: 2rem;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.flip-card-back::after {
    position: absolute;
    content: "";
    border: 1px solid #ffffff;
    background-size: contain;
    height: 96%;
    width: 95%;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.teaam{
    position:relative;
}
.teaam1::after {
    opacity: 0.1;
    position: absolute;
    content: "";
    background-image: url(../images/dots.png);
    background-size: contain;
    width: 130px;
    height: 295px;
    top: 5%;
    right: -10%;
    z-index: -1;
}
.teaam2::after {
    opacity: 0.1;
    position: absolute;
    content: "";
    background-image: url(../images/dots.png);
    background-size: contain;
    width: 130px;
    height: 295px;
    top: 5%;
    left: -12%;
    z-index: -1;
}
.hdaaaa{
    position:relative;
}
.hdaaaa::after{
    position: absolute;
    content: "";
    background-color: #003e76;
    background-size: contain;
    height: 4px;
    width: 50px;
    bottom: -10px;
    left: 0;
}
.hdaaaa h4 {
    letter-spacing: 0.55px;
    color: #000;
    font-size: 25px;
    margin-bottom: 6px !important;
}
.hdaaaa span{
    font-size: 18px;
    letter-spacing: 0.55px;
    color: #000;
}
.advisornamr p{
        font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 36px;
    font-weight: 300;
    color: #000;
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}


.advisory-details{
    padding: 2rem;
    box-shadow: black 0px 0px 18px -12px;
    transition:all .3s;
}
.advisory-details:hover{
        transform: translateY(-28px);
        box-shadow: #07378f 0px 0px 13px -2px !important;
}
.advisornamr{
    transition:all .3s;
}
.glff p{
    font-size: 18px;
    color: #07378f;
}
.linkedin-scl{
    height: 40px;
    width: 40px;
    background-color: #0a66c2;
    position: relative;
    margin-left: auto;
    border-radius: 5px;
}
.linkedin-scl img{
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
}
.popp{
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
}
#inneroppp{
     position: absolute; 
    top: 50%;
    left: 50%;
     transform: translate(-50%, -50%);
}
.popp .advisornamr p{
    display:block;
}
#inneroppp .readpop{
    display:none;
}
#inneroppp .row{
        border-bottom: 1px solid lightgray;
}
#inneroppp .hdaaaa::after {
    position: absolute;
    content: "";
    background-color: #003e7600;
}
#inneroppp .hdaaaa {
    margin:0;
}
#inneroppp .advisornamr p{
    margin-top:1rem;
}
.cloxx {
    top: 6%;
    right: 3%;
    cursor:pointer;
}

.innerjoin {
    height: 65vh;
    background-image: url(../images/join.jpg);
    width: 100%;
    /*border-radius: 17px;*/
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    background-position: center;
}
.innerjoin::after {
    position: absolute;
    content: "";
    background-color: #000000b5;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    backdrop-filter: blur(4px);
}

.swer {
    position: relative;
    padding-top: 9rem;
    overflow:hidden;
    padding-bottom:7rem;
}
.swer::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: -1%;
    right: -5%;
    opacity: 0.1;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotateX(180deg) rotateY(0deg);
    background-position: bottom;
    /*filter: brightness(0) invert(1);*/
}
.joindata {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 99;
}
.inner-abt1{
    text-align:center !important;
}
.innerwhyjoin{
    margin-top:4rem;
}
.innerwhyjoin .abtseclistll{
    border:none;
}
.innerwhyjoin{
    position:relative;
}
.innerwhyjoin::after {
    position: absolute;
    content: "";
    /* background-color: lightgray; */
    border-bottom: 1px solid #d3d3d3a1;
    background-size: contain;
    height: 1px;
    width: 100%;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
}
.innerwhyjoin::before {
    position: absolute;
    content: "";
    /* background-color: lightgray; */
    border-right: 1px solid #d3d3d3a1;
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.current{
    padding: 5rem 0;
    background: linear-gradient(183deg, #00000005, transparent);
}
.rightabtdataabtt280725{
    width: 90%;
    margin-left: auto;
}
.teamdttttt {
    top: 74%;
    left: 0;
    padding: 24px 13px;
    z-index: 9;
    width: 100%;
    background-color: #07378fd6;
    height: 100%;
    transition: all .3s;
}
.tmdtlimg:hover .teamdttttt{
    top:0;
}

.tmdtlimg{
    overflow: hidden;
    border-radius: 10px;
}
.teamdttttt h5 {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.55px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.teamdttttt p {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #fff;
    font-weight: 300;
}
.biobtn a{
    font-size:19px;
    letter-spacing:0.55px;
    color:#fff;
    position:relative;
}
.biobtn a::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    background-size: contain;
    height: 2px;
    width: 40%;
    bottom: -35%;
    left: 0;
    border-radius: 30px;
    transition:all .3s;
}
.biobtn a:hover::after{
    width:100%;
}
.linkedlink{
       text-align: right;
    width: 30px;
    margin-left: auto;
}
.linkedlink img{
      width: 100%;
      
}
.inner-abt300725{
    text-align:center !important;
}

#inneroppper{
        position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#dtttl{
    font-size: 45px;
    line-height: 38px;
}
.rightabtdata26655 p {
    font-size: 19px;
    letter-spacing: 0.55px;
    line-height: 35px;
    font-weight: 300;
    color: #000;
}
.mission {
    /*padding: 3rem 16rem 3rem 6rem;*/
    /*background-color: #fff;*/
    /*border-radius: 200px;*/
    /*position: relative;*/
     /*box-shadow: black 0px 0px 11px -5px;*/
}
.mission img{
    width:97px;
    position:relative;
    animation:zoomm 3s infinite;
}
@keyframes zoomm{
    0%{
        transform:scale(1);
        filter:initial;
    }
    50%{
        transform:scale(1.1);
        filter:brightness(0)invert(1);
    }
    100%{
        transform:scale(1);
        filter:initial;
    }
}
.mission h2{
    margin-top: 1rem;
}
.mission{
    padding: 0 2rem;
}
.misq{
    position:relative;
}
.misq::after {
    position: absolute;
    content: "";
    /* border-right: 1px solid rgba(123, 123, 123, 0.47); */
        background-color: rgb(157 157 157 / 47%);
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sfdgfdgfdggfd{
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
}
.mission2 {
    padding: 4rem 6rem 4rem 18rem;
    background-color: #ffffff;
    border-radius: 200px;
    position: relative;
    box-shadow: black 0px 0px 11px -5px;
}
.sfdgfdgfdggfd2{
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
}
.mission h2{
        font-size: 50px;
        color: #000;
}
#ttlimg{
    border-radius:10px;
}
/*--------------------------------------------------------------------------------------- aboutpage end-------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------- sciencepage start-------------------------------------------------------------------------------------------*/
.arrowffff div:nth-child(1){
    height:30px;
    width:20px;
    background-color:#fff;
}
.sciencesection525{
    position:relative;
    z-index:1;
    overflow:hidden;
}
.sciencesection525::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 845px;
    width: 845px;
    bottom: -4px;
    left: 76.5%;
    transform: translateX(-50%);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.2;
}
.innerscience p{
       font-size: 35px;
    letter-spacing: 1px;
    line-height: 50px;
}
.innersciencewrapper777 p{
    font-size: 35px;
    letter-spacing: 0.55px;
    line-height: 56px;
    font-weight: 300;
    color: #000;
    font-weight: 500;
}
#science_section {
    padding: 10rem 0;
    position: relative;
}
.innersciencewrapper {
    width: 100%;
    margin: auto;
    text-align: center;
    /*padding: 9rem 0rem;*/
    /*background-image:url(../images/scee.jpg);*/
    border-radius:15px;
    overflow:hidden;
    position:relative;
    z-index:1;
}
/*.innersciencewrapper::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #000000bf;*/
/*    background-size: contain;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*}*/
.sciencesection{
    padding: 11rem 0;
}
.sciencettl h2{
    font-size: 25px;
    line-height: 40px;
    margin-top: 1rem !important;
}









.geeniework {
    position: relative;
    z-index: 1;
    background-image: url(../images/bvvw1.png);
    padding: 14rem 0;
    background-size: 71%;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
}
/*.fdrrrrrq{*/
/*    position:relative;*/
/*}*/
/*.fdrrrrrq::after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background:linear-gradient(90deg,#000,transparent);*/
/*    background-size:contain;*/
/*    height:100%;*/
/*    width:20%;*/
/*    top:0;*/
/*    left:0;*/
/*    z-index:99;*/
/*}*/













.geeniework::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: -5px;
    left: -3.5%;
    z-index: -1;
    opacity: 0.3;
    z-index: -1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transform: rotatex(180deg) rotateY(180deg);
    background-position: bottom;
}
.endosomebypass{
    padding:7rem 0;
}
.scienimg{
    display: grid;
    align-items: center;
    gap: 1rem;
}
.scienimg img{
   width: 60px;
}
.scienimg h4 {
    font-size: 28px;
    margin: 0;
    letter-spacing: 0.55px;
}
.sciencedt p{
    font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 36px;
    font-weight: 300;
}
.endosomebypass .abtseclistll img {
    /*width: 84px;*/
}



.vds {
    position: relative;
    overflow: hidden;
}

.vds::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #0000008f, #0000005c);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.vdsdttt{
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 10px;
    z-index: 9999;
    transition:all .4s;
}
.vdsdttt22 h4{
    font-size: 30px;
    letter-spacing: 0.55px;
}
.vdsdttt22 p {
    font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 34px;
    margin-top: 13px;
    margin-bottom: 0;
}
/*.vdsdttt22 {*/
/*    padding: 2rem 1rem 2rem 0;*/
/*    border-bottom: 1px solid lightgray;*/
/*}*/

.vdsdttt22 {
    box-shadow: black 0px 0px 13px -5px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 10px 0 0;
    height: 290px;
    padding-top: 5%;
}
.swiper-slide-active .vdsdttt22 {
    box-shadow: #07378f 0px 0px 16px -5px !important;
}
.swiper-slide-active .vdsdttt22 p {
    font-size: 19px;
    letter-spacing: 0.55px;
    line-height: 28px;
    margin-top: 13px;
    margin-bottom: 0;
}
li:nth-child(3) .vdsdttt22 {
    border:none;
}
.container56{
    width: 89%;
    margin-left: auto;
}
.reduce .col{
    transition:all 1s;
}
.reduce .col:hover{
        flex: 1 0 50%;
}
.reduce .col img{
    height:500px;
    object-fit:cover;
}


/*.reduce .col-lg-4:nth-child(1) .vds{*/
/*    transform:scale(0.9);*/
/*}*/
/*.reduce .col-lg-4:nth-child(2) .vds{*/
/*    transform:scale(1.1);*/
/*}*/
/*.reduce .col-lg-4:nth-child(3) .vds{*/
/*    transform:scale(0.9);*/
/*}*/
/*.vdsdttt{*/
/*    position: absolute;*/
/*    bottom: 0%;*/
/*    left: 0;*/
/*    padding: 10px;*/
/*    z-index: 9999;*/
/*    transition:all .4s;*/
/*}*/
/*.vdsdttt::after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background-color:#000;*/
/*    background-size:contain;*/
/*    height:100%;*/
/*    width:100%;*/
/*    top:0;*/
/*    left:0;*/
/*    z-index:9;*/
/*}*/

.vdsdttt h4{
    font-size:28px;
    letter-spacing:0.55px;
    color:#fff !important;
}
.vdsdttt p{
    font-size: 19px;
    color: #fff;
    letter-spacing: 0.55px;
    line-height: 31px;
    margin-top: 0.5rem;
}
.vdsmnttl{
    position:absolute;
    bottom:5%;
    left:0;
    padding:10px;
    transition:all .4s;
    z-index:9;
}
.vdsmnttl h4{
    font-size:28px;
    letter-spacing:0.55px;
    color:#fff !important;
}
.vds:hover .vdsmnttl{
    bottom:-100%;
}
.vds:hover .vdsdttt{
    bottom:5%;
}
.vds,.reduceimage,.reduceimage img{
    height:100%;
        border-radius: 10px;
}
.reduce .row{
    gap:10px;
    /*overflow:hidden;*/
}
#scienceGuard1{
        padding: 0rem 0 8rem;
}
.maintable tr{
    height:50px;
}


.maintable tr th, .maintable tr td {
    text-align: center;
    padding: 0.5rem;
}
.maintable tr{
    background-color:lightgray;
    margin-bottom:1rem;
}
.maintable tr:nth-child(1){
    background-color:transparent;
}
table{
    border-collapse: separate;
    border-spacing: 0 10px;
}
.maintable tr th{
    text-transform: uppercase;
    letter-spacing: 0.55px;
    font-weight: 600;
}

.maintable tr td:nth-child(4){
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
}
.maintable tr td:nth-child(5){
    border-right: 1px dotted #000;
    
} 
.maintable tr td:nth-child(6){
    border-right: 1px dotted #000;
    
} 

.maintable tr td:nth-child(7){
    border-right: 1px dotted #000;
    
} 
.maintable tr td {
    border-collapse: collapse;
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 31px;
}
.maintable tr{
    position:relative;
    z-index:1;
}
.maintable tr:nth-child(2)::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #07378f 93%, #07378f 7%);
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition:all 1s;
    transition-delay:.5s;
        clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}
.maintable tr:nth-child(3)::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #07378f 93%, #07378f 7%);
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition:all 1s;
    transition-delay:.5s;
        clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}
.maintable tr:nth-child(4)::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #07378f 93%, #07378f 7%);
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition:all 1s;
    transition-delay:.5s;
        clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}
.maintable tr:nth-child(5)::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #07378f 93%, #07378f 7%);
    background-size: contain;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    z-index: -1;
    transition:all 1s;
    transition-delay:.5s;
        clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}
.maintable tr td:nth-child(1),.maintable tr td:nth-child(2),.maintable tr td:nth-child(3),.maintable tr td:nth-child(4){
    color:#fff;
    transition:all 1s;
    transition-delay:.5s;
}

.inner-abt55 p{
        font-size: 21px;
    letter-spacing: 0.55px;
    line-height: 36px;
    font-weight: 300;
}
.inner-abt55{
    width:50%;
    margin:auto;
    text-align:center !important;
}
.in-view tr:nth-child(2)::after{
    width:80%;
}

.in-view tr:nth-child(3)::after{
    width:52%;
}

.in-view tr:nth-child(4)::after{
    width:52%;
}
.in-view tr:nth-child(5)::after{
    width:52%;
}

.in-view tr:nth-child(2) td:nth-child(4) {
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
}
.in-view tr:nth-child(2) td:nth-child(5) {
    border-right: 1px dotted #fff;
}
.in-view tr td:nth-child(4) {
    border-left: 1px dotted #fff;
}
.in-view tr td:nth-child(8) {
    color:#07378f;
}
tr td:nth-child(8) img {
    width: 13px;
}
.maintable tr::after{
    transition:all .3s;
}
.maintable tr:hover::after{
        background: linear-gradient(135deg, #00266d 93%, #00266d 7%);
}
.innerleftrefre {
    height: 530px;
    width: 530px;
    border-radius: 50%;
    /* background-color: blue; */
    background: linear-gradient(90deg, #000000 50%, #1a8d9000);
    position: relative;
}
.innerleftrefre h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    color: #fff;
    font-size: 59px;
    letter-spacing: 0.55px;
    line-height: 85px;
    font-weight: 500;
} 
.innerleftrefre4545 {
    height: 280px;
    width: 280px;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(45deg, #07378f, #1a8d90);
    margin: auto;
}
.innerleftrefre4545 h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    color: #fff;
    font-size: 38px;
    letter-spacing: 0.55px;
    line-height: 52px;
    font-weight: 500;
}
.vvgghhhhhh{
        padding: 11rem 0 2rem;
}


.vvb1  h4,.vvb2  h4,.vvb3  h4{
        font-size: 28px;
    letter-spacing: 0.55px;
    color:#fff;
}
.vvb1  p,.vvb2  p,.vvb3  p{
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 30px;
    font-weight: 300;
    color:#fff;
}
.vvb1 p:nth-child(2), .vvb2 p:nth-child(2), .vvb3 p:nth-child(2) {
    border-left: 4px solid #0a4190;
    padding-left: 10px;
    margin-bottom: 9px;
}
.vvb1  span,.vvb2  span,.vvb3  span{
    font-size: 18px;
    /* letter-spacing: 0.55px; */
}
.publicationns{
    padding:7rem 0;
}



.innerleftrefre::after {
    position: absolute;
    content: "";
    height: 250px;
    width: 250px;
    /* border: 2px solid blue; */
    border-radius: 50%;
    /* background-color: blue; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    /* top: -10px; */
    /* left: -10px; */
    height: 480px;
    width: 480px;
    background: linear-gradient(45deg, #0c4f8f, #14738f);
    border-radius: 50%;
    z-index: -1;
    padding: 5px;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), black calc(100% - 5px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 4px), black calc(100% - 5px));
}
.spinnnner{
        width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.spinnnner::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 300px;*/
/*    width: 400px;*/
/*    top: -31%;*/
/*    left: 66%;*/
/*    background: linear-gradient(180deg,#000,transparent);*/
/*    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 70%);*/
/*    box-shadow: inset -20px 20px 40px -15px rgba(0, 0, 0, 0.25);*/
/*    transform: rotate(-26deg);*/
/*    z-index: -1;*/
/*}*/

.trig {
    position: absolute;
    height: 20px;
    width: 550px;
    top: 59%;
    left: 17%;
    background: linear-gradient(180deg, #272727, transparent);
    /* transform: rotate(-40deg); */
    z-index: -1;
}
.trig4 {
    position: absolute;
    height: 20px;
    width: 550px;
    top: 36%;
    left: 17%;
    background: linear-gradient(180deg, #272727, transparent);
    transform-origin: left center;
    z-index: -1;
    transform: rotate(-45deg);
}
.trig1 {
    position: absolute;
    height: 20px;
    width: 550px;
    top: 67%;
    left: 17%;
    background: linear-gradient(180deg, #272727, transparent);
    transform-origin: left center;
    z-index: -1;
    transform: rotate(26deg);
}
.trig2 {
    position: absolute;
    height: 20px;
    width: 550px;
    top: 50%;
    left: 17%;
    background: linear-gradient(180deg, #ffffff12, transparent);
    transform-origin: left center;
    z-index: -1;
    transform: rotate(-25deg);
}




.cirll2{
    /*filter: drop-shadow(0px 0px 3px #3BA9FF);*/
    /*stroke-dasharray: 377;*/
    /*stroke-dashoffset: 377;*/
    stroke-dasharray: 520;        /* total path length */
    stroke-dashoffset: 503;
        transition:all 1.5s;
        transition-delay:.5s;
}
.publicationnsnew .cirll2{
    /*animation:cir 2s;*/
    /*animation-delay:1s;*/
    /*stroke-dasharray: 503;*/
    /*stroke-dashoffset: 0;*/
    stroke-dashoffset: 0;
}
/*@keyframes cir{*/
/*    0%{*/
/*        stroke-dasharray: 377;*/
/*        stroke-dashoffset: 282;*/
/*    }*/
/*    100%{*/
/*        stroke-dasharray: 503;*/
/*        stroke-dashoffset: 0;*/
/*    }*/
/*}*/



.prolist li {
    padding: 2rem 2rem 2rem 5rem;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
}
.prolist li p {
    margin: 0 0 7px 0;
    font-size: 20px;
    letter-spacing: 0.55px;
}
.prolist li h4{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.55px;
}
.prolist li span {
    font-size: 18px;
    letter-spacing: 0.55px;
}
.cirnumber {
    height: 70px;
    width: 70px;
    /* background-color: blue; */
    background: linear-gradient(45deg, #07378f, #1a8d90);
    border-radius: 50%;
    top: 50%;
    left: -4%;
    transform: translateY(-50%);
}
.cirnumber h2{
    color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:40px;
}
.lineee {
    height: 3px;
    width: 30%;
    background: linear-gradient(45deg, #07378f, #1a8d90);
    position: absolute;
    top: 49%;
    left: 69%;
    transform: translateY(-50%);
}
.lineee::after {
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #07378f, #1a8d90);
    height: 3px;
    width: 122%;
    top: -154px;
    left: -19%;
    transform: rotate(346deg);
}
.lineee::before {
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #07378f, #1a8d90);
    height: 3px;
    width: 120%;
    bottom: -149px;
    left: -16%;
    transform: rotate(-343deg);
}
.Pipeline22{
    padding: 4rem 0 5rem;
    background-color: #000;
    position:relative;
    overflow:hidden;
    z-index:1;
}
.Pipeline22::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: 0%;
    right: -4%;
    z-index: -1;
    opacity: 0.3;
    transform: rotateY(180deg) rotate(180deg) scale(1);
        filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    background-position: center bottom;
}








    
/*--------------------------------------------------------------------------------------- sciencepage end-------------------------------------------------------------------------------------------*/


.scltype a img{
    transition:all .3s;
}
.scltype a img:hover{
    transform:scale(1.2);
}
.ddrrata::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.ddrrata::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
.ddrrata::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #07378f, #1a8d90);
  border-radius: 10px;
}

/* Handle on hover */
.ddrrata::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(45deg, #07378f, #1a8d90);
}

/*.swer1::before{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background-color:#000;*/
/*    background-size:contain;*/
/*    height:100%;*/
/*    width:100%;*/
/*    top:0;*/
/*    left:0;*/
/*    z-index:-2;*/
/*}*/



.fa1212 {
    position: absolute;
    filter: brightness(0) invert(1);
    bottom: 60%;
    left: 24%;
    transform: translateX(-50%);
    width: 54px;
}

.endosomebypass{
    position:relative;
    overflow:hidden;
}

.endosomebypass::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: 0%;
    right: -4%;
    z-index: -1;
    opacity: 0.1;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotatex(180deg) rotateY(360deg);
    background-position: bottom;
}

/*.Pipeline22::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../images/v1.png);*/
/*    background-size: contain;*/
/*    height: 800px;*/
/*    width: 800px;*/
/*    bottom: 0%;*/
/*    left: -4%;*/
/*    z-index: -1;*/
/*    opacity: 0.3;*/
/*    transform: rotateY(0deg) rotateX(180deg) rotate(180deg) scale(1);*/
/*    filter: brightness(0) invert(1);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center bottom;*/
/*}*/















.glswiper .swiper-slide .vdsdttt22::after {
    position: absolute;
    content: "";
    background-color: #ffffff66;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.glswiper .swiper-slide-active .vdsdttt22::after {
    position: absolute;
    content: "";
    background-color: transparent;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}




@media only screen and (max-width: 1536px){
    .xlxxx h2 {
        height: 70px;
    }
    .geeniework {
        padding: 12rem 0 12rem;
    }
        .sciencesection525 {
        padding: 9rem 0 !important;
    }
    .reduce .col img {
        height: 420px;
        object-fit: cover;
    }
    .sciencesection {
        padding: 7rem 0;
    }
    .endosomebypass {
        padding: 1.6rem 0 8.4rem;
    }
    
    .reduce {
    padding: 0 0 5rem 0 !important;
}
    .publicationns {
        padding: 5rem 0;
    }
    .fa1212 {
            position: absolute;
            filter: brightness(0) invert(1);
            bottom: 57%;
            left: 29%;
            transform: translateX(-50%);
            width: 48px;
        }
    .innerleftrefre4545 h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 25px;
        line-height: 36px;
        font-weight: 500;
    }
    .innerleftrefre4545 {
        height: 230px;
        width: 230px;
        border-radius: 50%;
        position: relative;
        background: linear-gradient(45deg, #07378f, #1a8d90);
        margin: auto;
    }
    .spinnnner svg{
        width: 350px;
    height: 350px;
    }
     .vvb1 {
        position: absolute !important;
        top: 0;
        left: 42%;
        padding: 1rem;
        border-radius: 15px;
        width: 30%;
        background-color: #ffffff00;
    }
    .vvb2 {
        position: absolute !important;
        top: 33%;
        right: 8%;
        /* padding: 1rem; */
        border-radius: 15px;
        width: 28%;
        /* background-color: #fff; */
    }
.vvb3 {
    position: absolute !important;
    top: 59%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem;
    border-radius: 15px;
    width: 36%;
    /*background-color: #fff;*/
}



.vdsdttt p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.55px;
    line-height: 26px;
    margin-top: 0.5rem;
}





    .mission img {
        width: 85px;
    }
    .mission {
        padding: 0 0rem 0 0;
    }
    #scienceGuard {
    position: relative;
    padding: 4rem 0 6rem;
}
    #science_section {
        padding: 5rem 0;
        position: relative;
    }
    .lineee {
        height: 3px;
        width: 62%;
        background: linear-gradient(45deg, #07378f, #1a8d90);
        position: absolute;
        top: 47%;
        left: 37%;
        transform: translateY(-50%);
    }
    .lineee::before {
        position: absolute;
        content: "";
        background: linear-gradient(45deg, #07378f, #1a8d90);
        height: 3px;
        width: 106%;
        bottom: -89px;
        left: -4%;
        transform: rotate(-345deg);
    }
    .lineee::after {
        width: 107%;
        top: -92px;
        left: -5%;
        transform: rotate(345deg);
    }
    .cirnumber h2 {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 28px;
    }
    .cirnumber {
        height: 55px;
        width: 55px;
        left: -5%;
    }
    .prolist li p {
        font-size: 18px;
    }
    .prolist li {
        padding: 1rem 2rem 1rem 4rem;
    }
    .innerleftrefre::after {
        height: 235px;
        width: 235px;
    }
    .innerleftrefre {
        height: 200px;
        width: 200px;
    }
    .innerleftrefre h2 {
        font-size: 23px;
        line-height: 35px;
    }
    
    .Pipeline22 {
        position: relative;
        padding: 3.3rem 0 3rem !important;
    }
    .scienimg h4 {
        font-size: 22px;
        margin: 0;
        letter-spacing: 0.55px;
        font-weight: 600;
    }
    .sciencedt p {
        font-size: 18px;
        line-height: 30px;
    }
    .ddrrata{
        height: 64vh;
        overflow: auto;
        padding-right: 15px;
    }
    #ttlimg{
        position: sticky;
        top: 0rem;
    }
    .teamdttttt h5 {
        font-size: 15px;
    }
    .teamdttttt p {
        font-size: 15px;
    }
    .joindata {
        width: 55%;
    }
    .innerscience p {
        font-size: 30px;
    }
    .teaam1::after {
        width: 100px;
        height: 175px;
        right: -9%;
    }
    .teaam2::after {
        width: 100px;
        height: 175px;
        left: -9%;
    }
    .innerjoin {
        height: 57vh;
    }
    .flip-card-back p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
    }
    .advisornamr p {
        font-size: 18px;
        line-height: 30px;
    }
    .advisorname {
        width: 90%;
    }
    
    .flip-card {
        height: 445px;
    }
    .brddara{
        width:75%;
        top:45.5%;
    }
    .brddara h1{
        font-size: 85px;
    }
    .tmdtl p {
        font-size: 18px;
        line-height: 34px;
    }
    .teamhd h2 {
        font-size: 50px;
    }
    .mission h4 {
        font-size: 20px;
        line-height: 36px;
    }
    .mission h4::after {
        height: 40px;
        width: 40px;
        top: -1%;
    }
    .mission h2{
            font-size: 50px !important;
    }
    .bannerdata {
    top: 52% !important;
}
    .qst a{
        
        margin-top: 1.5rem !important;
    }
      .qst {
            margin-top: 3.2rem !important;
        }
    .abtseclist {
        padding-top: 0 !important;
        margin-top: 2.7rem !important;
    }
    .aboutsec {
    /*margin-top: 100vh;*/
    background: linear-gradient(180deg, #ffffff, #ffffff);
    padding: 7rem 0 0rem;
    position: relative;
}
    

    .rightabtdataabtt {
    transform: translateY(11px);
}

    footer {
    padding: 4rem 0 0rem;
    position: relative;
    background-color: #000;
}
    .inner-abt12 h2 {
    font-size: 50px;
    letter-spacing: 0.55px;
    font-weight: 500;
    line-height: 67px;
    /*color: #003e76;*/
     /*color: #000;*/
}
  
.innerdsddata p:nth-child(3) {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 34px;
    font-weight: 300;
}
.inner-abt h2 {
    font-size: 50px;
    letter-spacing: 0.55px;
    font-weight: 500;
    /*line-height: 65px;*/
    color: #000;
    width: 100%;
}
.abtseclistll p{
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 34px;
    font-weight: 300;
}
.bannerdata h1 {
    font-size: 85px;
    font-weight: 700;
            margin-bottom: 1rem;
}
.bannerdata h2 {
        font-size: 45px;
        font-weight: 200;
        line-height: 64px;
}


.rightabtdata p {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 34px;
    font-weight: 300;
    
}

.abtseclistll img {
    width: 82px;
}
    .abtseclistll h2 {
        font-size: 29px;
        margin: 1.5rem 0 0.5rem;
        letter-spacing: 0.55px;
    }
    .innerdsddata h2 {
        font-size: 50px;
        line-height: 67px;
        font-weight: 200;
        color: #fff !important;
    }
.glswiper .swiper-button-next {
            top: 96.5%;
}
    .rimsg h2 {
        font-size: 50px;
        line-height: 83px;
        font-weight: 700;
        /* font-size: 80px; */
        letter-spacing: 0.55px;
        font-weight: 500;
        line-height: 68px;
        color: #000;
    }
    .rimsg06 h2 {
        margin-bottom:1.4rem;
    }
    /*.rimsg h2::first-letter{*/
    /*  font-size: 80px;*/
    /*}*/
    .news {
        padding: 10rem 0 4rem;
    }
    /*.swiper.newsbannerrrrr {*/
    /*    height: 500px;*/
    /*    overflow: hidden;*/
    /*    padding: 0rem 4rem 0rem;*/
    /*}*/
    .swiper.newsbannerrrrr {
        height: 546px;
        overflow: hidden;
        padding: 0rem 4rem 0rem;
    }
.ty {
    box-shadow: black 0px 0px 13px -5px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 10px 0 0;
}
.rightfd{
  height: 100%;
}
.rightfd img{
  height: 100%;
  object-fit: cover;
}
        .wwwewe h4 {
            font-size: 16px;
            letter-spacing: 0.55px;
            transition: all .3s;
            line-height: 21px;
            color: #3a4486;
        }
        .wwwewe h5 {
            font-size: 18px;
            color: #184496;
            font-weight: 700;
            line-height: 24px;
        }
.newsbannerrrrr .swiper-button-prev {
    transform: rotate(-90deg);
    left: 91.5%;
    top: 90%;
}
.navitems ul li::after {
    position: absolute;
    content: "";
    background-color: rgb(103 103 103);
    background-size: contain;
    height: 76%;
    width: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sdasdaaaaqqqqqqqqqqqqq{
        padding-bottom: 15px;
}
.innerdsddata h2 span {
    font-weight: 500;
    font-size: 50px !important;
}
.footerLinks p {
    font-size: 17px !important;
}
}


.l{
    height:100vh;
}




.transform h2{
    color:#000 !important;
}
.reduce{
    padding:0 0 7rem 0;
}





.pipplliin {
    background-color: #000;
    padding: 5rem 0;
}


.cirty {
    position: absolute;
    bottom: 24.5%;
    left: 4%;
    z-index: 9;
}
.df {
    top: 46%;
    left: -110%;
    height: 10px;
    width: 240px;
    /*background: linear-gradient(-182deg, #00000000 40%, rgb(186 186 186 / 51%) 100%);*/
        background: linear-gradient(-182deg, #00000000 40%, rgb(255 255 255 / 15%) 100%);
    transform: rotate(0deg);
    z-index: 22222;
    transition: all .3s;
}
.bvv{
    height:100px;
    width:100px;
    background-color:#fff;
    border-radius:50%;
}
.innerbvv{
    position:absolute;
    height:70px;
    width:70px;
    background-color:#000;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.df1 {
    top: -35%;
    left: -79.3%;
    height: 10px;
    width: 240px;
    background: linear-gradient(-182deg, #00000000 40%, rgb(255 255 255 / 15%) 100%);
    transform: rotate(43deg);
    transition: all .3s;
}
.df2 {
    /* display: none; */
    top: 46%;
    left: 102%;
    height: 10px;
    width: 240px;
    background: linear-gradient(-182deg, #00000000 40%, rgb(255 255 255 / 15%) 100%);
    transform: rotate(180deg) rotateX(180deg);
    transition: all 3s;
}
.df3 {
    /* display: none; */
    top: -31%;
    left: 73.5%;
    height: 10px;
    width: 240px;
    background: linear-gradient(-182deg, #00000000 40%, rgb(255 255 255 / 15%) 100%);
    transform: rotate(136deg);
    transition: all .3s;
}
.vvb1 {
    position: absolute !important;
    top: 34%;
    left: 5%;
    padding: 1rem;
    border-radius: 15px;
    width: 33%;
    background-color: #ffffff00;
    z-index: 99;
}
.vvb2 {
    position: absolute !important;
    top: 10%;
    right: 36%;
    /* padding: 1rem; */
    border-radius: 15px;
    width: 27%;
    /* background-color: #fff; */
    z-index: 99;
}
.vvb3 {
    position: absolute !important;
    top: 39%;
    left: 83%;
    transform: translateX(-50%);
    padding: 1rem;
    border-radius: 15px;
    width: 33%;
    /* background-color: #fff; */
    z-index: 99;
}
    
.mf1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.66) rotate(-181deg);
    z-index: -1;
}
.f1 {
    stroke-dasharray: 60.8 999;
    stroke-dashoffset: 0;
    stroke: #1a8d90;
}
.f2 {
    stroke-dasharray: 131.8 999;
    stroke-dashoffset: 0;
    stroke: #083890;
}
.mf2 {
    transform: translate(-50%, -50%) scale(0.7) rotate(-137.5deg);
    z-index: -1;
}
.f3 {
    stroke-dasharray: 60.8 999;
    stroke-dashoffset: 0;
    stroke: #005558;
}
.mf3 {
    transform: translate(-50%, -50%) scale(0.66) rotate(-43deg);
    z-index: -1;
}
/*.hovered{*/
/*    background: linear-gradient(-182deg, #00000000 40%, rgb(255 255 255) 100%);*/
/*}*/


.reduce{
    position:relative;
}
.reduce::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 845px;
    width: 845px;
    bottom: -4px;
    left: 23.6%;
    transform: translateX(-50%) rotateY(180deg);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.2;
}
.vvb1,.vvb2,.vvb3{
    cursor:pointer;
}


.aboutsec7777777 {
    padding: 8.6rem 0 3rem !important;
}
.endosomebypass {
    background-color: #000;
}






.cirty {
    position: absolute;
    bottom: 24.5%;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
    width: fit-content !important;
}

.innerleftrefre4545::after {
    position: absolute;
    content: "";
    background-color: #000;
    height: 70%;
    width: 162%;
    bottom: -21%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
    .innerleftrefre4545 {
        height: 200px;
        width: 200px;
        border-radius: 50%;
        position: relative;
        background: linear-gradient(45deg, #07378f, #1a8d90);
        margin: auto;
    }
        .spinnnner svg {
        width: 290px;
        height: 290px;
    }
    
    .innerleftrefre4545 h2 {
        position: absolute;
        top: 30%;
        left: 50%;
        font-size: 23px;
        line-height: 33px;
        font-weight: 500;
    }
    .fa1212 {
        display: none;
    }
    
    
    .vstttt{
        margin-top: -19% !important;
        position: relative;
        z-index: 1111111111111;
    }
    
.vvb1::after {
    position: absolute;
    content: "";
    /* background: linear-gradient(303deg, #1a8d90, #00000000); */
    /* background: linear-gradient(303deg, #1a8d90 0%, transparent 100%); */
    background: linear-gradient(303deg, #1a8d90, transparent 69%);
    background-size: contain;
    height: 295px;
    width: 295px;
    top: -19%;
    left: 39%;
    /* clip-path: polygon(0 0, 90% 21%, 97% 53%, 0% 100%); */
    clip-path: polygon(37% 19%, 50% 0, 97% 68%, 82% 80%, 81% 94%, 0 76%);
    transform: rotate(-12deg);
    transition: all .3s;
    opacity: 0;
    z-index: -2 !important;
}
    .vvb1:hover::after{
        opacity:1;
    }
    .vvb2::after {
        position: absolute;
        content: "";
        background: linear-gradient(358deg, #083890c2, transparent 54%);
        background-size: contain;
        height: 295px;
        width: 861px;
        top: -6%;
        left: -90%;
        /* clip-path: polygon(0 0, 65% 16%, 73% 61%, 0% 77%); */
        clip-path: polygon(50% 0, 100% 0, 64.7% 100.2%, 57% 92%, 38.2% 100%, 0 0);
        transform: rotate(0deg);
        transition: all .3s;
        opacity: 0;
        z-index: -1;
    }
    .vvb2:hover::after{
        opacity:1;
    }
   .vvb3::after {
    position: absolute;
    content: "";
    background: linear-gradient(303deg, #005558, transparent 69%);
    background-size: contain;
    height: 295px;
    width: 295px;
    top: -30%;
    right: 51%;
    clip-path: polygon(37% 19%, 50% 0, 97% 69%, 85% 80%, 79% 93.4%, 0 76%);
    transform: rotate(124deg);
    transition: all .3s;
    opacity: 0;
    z-index: -2 !important;
}
    .vvb3:hover::after{
        opacity:1;
    }
    
    
    .gldatax h5 {
            font-size: 25px;
            line-height: 33px;
            margin-bottom: 1rem;
            height: 70px;
            text-transform: capitalize;
        }
    .gldatax p{
        font-size: 18px;
        letter-spacing: 0.55px;
        line-height: 30px;
    }
    .gldatax {
        padding: 2rem 1.5rem;
        text-align: center;
    }
    .tmdtlimg589879{
        height: 329px !important;
        transition:all .3s;
    }
    .tmdtlimg589879:hover{
        transform:scale(1.05);
    }
.reduce {
    padding: 4.6rem 0 5.4rem !important;
}

.transform h2 {
    color: #000 !important;
    margin-bottom: 2.5rem;
}



/*------------------------------------partner page start--------------------------------------------------*/
.innerpartner {
    height: 75vh;
    background-image: url(../images/join1.jpg);
    background-position: top left;
}

.partnerdata{
        width: 61%;
}
.solve h5 {
    height: auto;
}
.solve{
        padding: 3rem 1.5rem;
}
.benifitepartnership{
    background-image:none;
}
.benifitinnerdata{
    width: 90%;
    margin: auto;
}
.benifitepartnership::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    bottom: -3px;
    right: -3.2%;
    top: initial;
    left: initial;
    z-index: -1;
    opacity: 0.3;
    z-index: -1;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transform: rotatex(0deg) rotateY(0deg);
    background-position: bottom;
}
.partnercontact::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 833px;
    top: -2px;
    /*left: -4%;*/
    left: -3%;
    z-index: -1;
    opacity: 0.1;
    /* transition: all 1s; */
    /* transition-delay: 1s; */
    background-repeat: no-repeat;
    transform: rotateX(180deg) rotateY(180deg);
    background-position: bottom;
}

.newsro {
    padding: 4rem 0 1rem;
}

.newslist img {
    
    overflow: hidden;
   box-shadow: black 0px 0px 8px -5px;
    /*height: 500px;*/
    object-fit: cover;
}
 .xctx{
     box-shadow: black 0px 0px 8px -5px;
 }
.newsdt {
    padding: 1rem 1rem 2rem 1rem;
    /* background-color: lightgray; */
    border-radius: 10px;
    /* background: linear-gradient(45deg, #083890, #1a8d90); */
    /* background-color: #000; */
    text-align: left;
}
.newsdt p {
    font-size: 17px;
    letter-spacing: 0.55px;
    /* background: linear-gradient(45deg, #083890, #1a8d90); */
    color: #000;
}
.newslist{
    position:relative;
}
.container999{
    width:90%;
    margin:auto;
}
.lrerx {
    box-shadow: inset black 0px 0px 6px -4px, black 0px -2px 6px -5px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    /* border: 1px solid lightgray; */
}
.newsro .container999{
    overflow:hidden;
}
.innernewroo .lllxxx{
    flex-wrap: nowrap;
    /* overflow-x: hidden; */
    gap: 20px;
    scroll-behavior: smooth;
    animation: scrollLeft 25s linear infinite;
}
@keyframes scrollLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/*.innernewroo{*/
/*    padding:10px;*/
/*}*/
.newsro{
    position:relative;
    /*background-color: #000;*/
    z-index:1;
}
.newsro::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: -1%;
    right: -5%;
    opacity: 0.2;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotateX(180deg) rotateY(0deg);
    background-position: bottom;
    z-index: -1;
    filter: brightness(0) invert(1);
}







.galeryswiper {
    width: 100%;
    height: 100%;
}

.galeryswiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      /*display: grid;*/
      justify-content: center;
      align-items: center;
      /*transform:scale(0.8);*/
      transition:all .4s;
      
}
/*.galeryswiper .swiper-slide .glr-ttl{*/
/*    transform:translateY(400%);*/
/*      transition:all .3s;*/
/*}*/
/*.galeryswiper .swiper-slide-active .glr-ttl{*/
/*    transform:translateY(0);*/
/*}*/

.galeryswiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius:10px;
}
.glr-ttl {
    padding: 25px 10px;
}
/*.galeryswiper .swiper-slide-active{*/
/*    transform:scale(1.1);*/
/*}*/

.galeryswiper .swiper-wrapper {
    padding: 10px 0 7rem;
}

.galleximage{
    position:relative;
}
.galleximage::after {
    position: absolute;
    content: "";
    background-color: #ffffffb3;
    background-size: contain;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9999;
    /* filter: blur(76px); */
}
.galeryswiper .swiper-slide-active .galleximage::after {
    background-color: transparent;
}

.gallery125 {
    position: relative;
    padding: 4rem 0 5rem 0;
}
.gallery125::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    bottom: -1%;
    left: -5%;
    opacity: 0.1;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotateX(0deg) rotateY(180deg);
    background-position: bottom;
}



.galeryswiper .swiper-slide-active .galleximage {
    position: relative;
    box-shadow: #07378f 0px 0px 20px -1px;
    border-radius: 10px;
}

.galeryswiper .swiper-button-next,.galeryswiper .swiper-button-prev {
    top: 92%;
}

.galeryswiper .swiper-button-next::before {
    position:absolute;
    content:"";
    border:1px solid gray;
    background-size:contain;
    height:50px;
    width:50px;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.galeryswiper .swiper-button-next::after{
    font-size:20px !important;
} 
.galeryswiper .swiper-button-prev::before {
    position:absolute;
    content:"";
    border:1px solid gray;
    background-size:contain;
    height:50px;
    width:50px;
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.galeryswiper .swiper-button-prev::after{
    font-size:20px !important;
} 
.galeryswiper .swiper-button-next {
    right: 46%;
}
.galeryswiper .swiper-button-prev {
    left: 46%;
}
/*.galeryswiper .swiper-button-prev {*/
/*    left: 40%;*/
/*}*/
.galeryswiper .swiper-button-next:after, .galeryswiper .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #000;
    font-size: 29px;
}

.newslist img {
    height: 238px !important;
    object-fit: cover;
}


.newsdt p:nth-child(1) {
    /* height: 175px; */
    overflow: hidden;
    font-size: 18px;
    /* background: -webkit-linear-gradient(#000, #777, #fff); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newdtssaq {
    height: 120px;
}

.xctx {
    height: 238px !important;
    padding: 4rem 15px;
}
.wwwwwwwwww{
    height: 60.5% !important;
}
.eeeeeeeeee {
    height: 36.5% !important;
}
.innergallerycol {
    max-height: 100vh;
    position: relative;
    overflow: hidden;
    transition: max-height 1s ease;
}

.innergallerycolnew{
    max-height:100%;
}
/*.innergallerycol::after{*/
/*position: absolute;*/
/*    content: "";*/
/*    background: linear-gradient(3600deg, white, transparent);*/
/*    background-size: contain;*/
/*    height: 52%;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 9;*/
/*    transition:all 1s;*/
/*}*/
.innergallerycol::after {
    position: absolute;
    content: "";
    background: linear-gradient(3600deg, white, #ffffff26);
    background-size: contain;
    height: 27%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all 1s;
}
.innergallerycolnew::after{
    height: 0%;
}
.gall1 img{
    border-radius:10px;
    object-fit:cover;
}
.lytttx li{
    position:relative;
}
.lytttx li::after {
    position: absolute;
    content: "";
    background-color: rgba(7, 55, 143, 0.0);
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    border-radius: 10px;
    transition:all .3s;
}
.lytttx li:hover::after{
    background-color: rgba(7, 55, 143, 0.84);
}
.cx1{
    height:48%;
}
.cx2{
    height:49%;
}

.ty .row {
    height: 100%;
    align-items: center;
}













.innernewroo2{
        max-height: 0;
    overflow: hidden;
    transition:all 3s;
}
.innernewroo{
    overflow: hidden;
    transition:all 3s;
}
.jhijklrrrr h5{
    font-size: 29px;
    margin: 1.5rem 0 0.5rem;
    letter-spacing: 0.55px;
}
.jhijklrrrr p{
            font-size: 18px;
        letter-spacing: 0.55px;
        line-height: 34px;
        font-weight: 300;
}
.jhijklrrrr {
    padding: 0 8rem 0 0rem;
}
.jhijklrrrr1 {
    padding: 0 0rem 0 7rem;
}
.reduce55q::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 845px;
    width: 845px;
    bottom: -4px;
    left: 24.6%;
    transform: translateX(-50%) rotateY(180deg);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.2;
}

.textdescc{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:99;
    width:90%;
    opacity:0;
    transition:all .3s;
    transition-delay:.2s;
}
.textdescc p {
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.lytttx li:hover .textdescc{
    opacity:1;
}
.scilinked{
    transition:all .3s;
}
.scilinked:hover{
    color: #1b8d90 !important;
}








.newsbannerrrrrmobile .ty,.newsbannerrrrrmobile .ty .col-lg-4,.newsbannerrrrrmobile .ty .col-lg-8{
    padding:0;
}
   .newsbannerrrrrmobile .wwwewe {
        padding: 21px 11px;
    }
    .newsbannerrrrrmobile .rightfd img{
        height:250px;
        object-fit:cover;
    }
    .newsbannerrrrrmobile .ty {
            box-shadow: none;
            border: 1px solid lightgray;
        }
        
      .newsbannerrrrrmobile .swiper-button-next, .newsbannerrrrrmobile .swiper-button-prev {
            position: absolute;
            top: 94%;
        }
        .newsbannerrrrrmobile .swiper-button-next:after,.newsbannerrrrrmobile .swiper-button-prev:after {
            color: #000;
            font-size: 20px !important;
        }
        
        .newsbannerrrrrmobile .swiper-wrapper {
            padding-bottom: 4rem;
        }
        .swiper-button-next{
            right: 38%;
        }
        .swiper-button-prev{
            left: 38%;
        }
        
        
        
        .wrx img{
            box-shadow: black 0px 0px 11px -7px;
        }
        
        
        
        
        
        
        
        
        
/*growth start-----------------------------------------------------------*/
.growth {
    padding: 10rem 0 12rem;
}
.growth::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: -1%;
    left: -5%;
    opacity: 0.1;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotateX(180deg) rotateY(180deg);
    background-position: bottom;
    z-index: 1;
}
.grww {
    display: flex;
    padding: 0rem 0 !important;
    opacity: 0.1;
}

.plant1 {
    position: absolute;
    width: 6%;
    top: 54.6%;
    left: 11%;
    z-index: 1;
}
.plant2 {
    position: absolute;
    width: 7%;
    top: 38.9%;
    left: 28%;
    z-index: 1;
}
.plant3 {
    position: absolute;
    width: 10%;
    top: 16.4%;
    left: 43.8%;
    z-index: 1;
    transform: rotate(1deg);
}
.plant4 {
    position: absolute;
    width: 12%;
    top: -2.6%;
    left: 59%;
    z-index: 1;
    transform: rotate(1deg);
}
.plant5 {
    position: absolute;
    width: 15%;
    top: -22.5%;
    left: 81%;
    z-index: 1;
    /* transform: rotate(0deg); */
}

.misionvisionnew::after {
    position: absolute;
    content: "";
    background-image: url(../images/v1.png);
    background-size: contain;
    height: 800px;
    width: 800px;
    top: -1%;
    right: -5%;
    opacity: 0.2;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotateX(180deg) rotateY(0deg);
    background-position: bottom;
    filter: brightness(0) invert(1);
    z-index: 1;
}


.col121 {
    bottom: 6%;
    left: 8%;
    width: 12%;
    z-index:9;
}
.col122 {
    bottom: -24%;
    left: 25%;
    width: 16%;
    z-index:8;
}
.col123 {
    bottom: 2%;
    left: 42%;
    width: 14%;
    z-index:2;
}
.col124 {
    bottom: 5%;
    left: 58%;
    width: 18%;
    z-index:2;
}
.col125 {
    bottom: 6%;
    left: 77%;
    width: 19%;
    z-index:2;
}
.grdata h5{
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.55px;
}

.grdata li{
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 27px;
    font-weight: 300;
    padding: 6px 0;
}



.hoverrrr {
    width: 400px;
    top: -117%;
    left: -18%;
    background-color: #fff;
    z-index: 9;
    box-shadow: black 0px 0px 11px -5px;
    padding: 10%;
    border-radius: 10px;
    transform: scale(0);
    transition: all .3s;
    color:#000;
}
.hoverrrr1 {
    top: -29%;
}
.hoverrrr2{
    width: 550px;
    top: -123%;
    left: -45%;
}
.hoverrrr::after {
    position: absolute;
    content: "";
    background-image: url(../images/ard.png);
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    height: 30px;
    width: 30px;
    /* box-shadow: black 0px 0px 11px -5px; */
    filter: drop-shadow(-2px 2px 2px lightgray);
}
.hoverrrr1::after {
    bottom: -5%;
}
.hoverrrr2::after {
    bottom: -2%;
}
.vbery:hover .hoverrrr{
     transform: scale(1);
}
.vbery:hover{
        color: #1a8d90;
}
.vbery img {
    width: 16px;
    filter: brightness(0);
    transition: all .3s;
}
.vbery:hover img{
    filter:initial;
}

.vvrew {
    transform: translateX(0px);
}
/*growth end-----------------------------------------------------------*/


.privacypol{
    padding:4rem 0;
}
.privacypol li{
    font-size: 18px;
    letter-spacing: 0.55px;
    line-height: 36px;
    font-weight: 300;
    color: #000;
}


.qqqqwwwwwwwwwwwww {
    width: 89% !important;
    margin-left: auto !important;
}