

#hero-banner{
  margin-top: -125px;
  /* margin-bottom: 120px; */
}
.hero-banner {
  justify-content: center;
  width: 100%;
  position: relative;
  padding-top: 9%;
  /* padding: 480px 60px 280px 60px; */
  background: url(images/home-bg.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: #fff;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
}
.temp-font{
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;

}


.hero-content{
  padding:0px 0px 0px 60px;
  text-align: center;
  z-index: 2;
  width: 50%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin-top: -100px;
  text-align: left;
}
/* .hero-bg-images{
  display: flex;
  max-width: 50%;
  column-gap: 20px;
  margin-top: -100px;
  padding: 0 40px 0 0;
} */


.hero-form{
  width: auto;
  padding: 20px;
  /* background: rgba(255, 255, 255, 0.8); */
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
  z-index: 2;
}



@media screen and (max-width: 768px) {
 
  .hero-banner {
    height: auto;
    min-height: 400px; /* Set a minimum height for small screens */
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
    padding: 320px 20px 20px 20px;

    /* display: block; */
  }
 
  .hero-content{
    width: auto;
    /* text-align: center; */
    padding: 2px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-top: 341px;
  }
  .hero-form{
    width: auto;
    /* margin-top: 40px; */
    margin-right: 2rem;
  }
  .hero-heading{
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
  }
  
  .hero-bg-images{
    margin-top: 40px;
    padding: 0 10px 40px 20px;
    /* justify-content: center; */
  }

  .hero-bg-images img{
    width: 100%;
    height: 100%;
  }

  
  #hero-banner{
    margin-top: -281px;
  }
  
 
  .sdg-card-front img{
    width: 5em !important;
  
  }
}
 

.image-banners-section{
  /* padding: 30px 30px; */
  margin-top: 100px;
  position: relative;
}


.image-banners-responsive{
  display: block;
  max-width: 100%;
  height: auto;
                                                                                         }




.grid-container-3{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.grid-container-4{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}








































ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0
}

ul.pagination li {
  display: inline
}

ul.pagination li a {
  color: #000;
  float: left;
  padding: 8px 16px;
  text-decoration: none
}

.desktopHide {
  display: none !important;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.blockTxt {
  display: block;
}

.blockTxtP {
  display: block;
}

.spaceTopMragin {
  margin-top: 70px;
}

.spaceTop {
  padding-top: 70px;
}

.spaceBottom {
  margin-top: 40px;
  padding-bottom: 70px;
}

.spaceBoth {
  padding-top: 70px;
  padding-bottom: 70px;
}

.spaceBothLess {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hrLine {
  border: 0;
  border-top: 1px solid #e7e7e7;
  height: 0;
  margin: 0px;
  padding: 0;
}

.strong {
  font-weight: 700;
}

.hidden {
  overflow: hidden;
}

.lightGray {
  background-color: #f9f9f9;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.red {
  color: #ED213A;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.flexRow {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.blackOverlay {
  position: relative;
}

.blackOverlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

::-webkit-input-placeholder {
  opacity: 1;
  opacity: 0.5;
}

:-moz-placeholder {
  opacity: 1;
  opacity: 0.5;
}

::-moz-placeholder {
  opacity: 1;
  opacity: 0.5;
}

:-ms-input-placeholder {
  opacity: 1;
  opacity: 0.5;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}



strong {
  color: #000;
}

p:last-child {
  margin-bottom: 0;
}

.relative {
  position: relative;
}

.centerImg {
  text-align: center;
  margin: 0 auto 10px auto;
}

.centerImg img {
  vertical-align: top;
}

.txtUppercase {
  text-transform: uppercase;
}

.blue {
  color: #006699;
}

.yellow {
  color: #f8b426;
}

.blueBg {
  background: #006699;
  padding: 70px;
}

.blueBg * {
  color: #fff;
}

.blueBg *:before,
.blueBg *:after {
  background: #fff !important;
}

.alignCenter {
  align-items: center;
}

.imgShadow {
  box-shadow: 15px 15px 0 #ccc;
}

.spaceLeft {
  padding-left: 20px;
}

.width100 {
  width: 100%;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.containerSmall {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1400px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}


.strp-window,
.strp-spinner-move {
  z-index: 999999999;
}


/* for desktop */
.whatsapp_float {
  position: fixed;
    width: 58px;
    height: 58px;
    bottom: 105px;
    right: 33px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
      margin-top: 10px;
  }
  
html {
  height: 100%;
  overflow-x: hidden;
  /*scroll-behavior: smooth;*/
}



  .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 100px;
        right: 40px;
        font-size: 22px;
  }
}





.whatsapp {
  position: fixed;
  width: 44px;
  height: 44px;
  bottom: 90px;
  right: 35px;
  background-color: #25d366;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.whatsapp img {
  width: 75%;
}

.whyUsContant {
  position: relative;
  z-index: 1;
}

.videoWrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 60% 0;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.videoWrapper .videoWrapperResponsive {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.titleBorder {
  width: 100px;
  height: 1px;
  background: #e41f05;
  position: relative;
  background: linear-gradient(to right, transparent, #e41f05, transparent);
  margin: 0 auto 30px;
}

.titleBorder.whiteBorder {
  background: linear-gradient(to right, transparent, #fff, transparent);
}

.list {
  text-align: left;
}

.list li {
  position: relative;
  font-family: "Inter", sans-serif;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.list li:before {
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 150%;
  color: #f8b426;
  width: 20px;
  height: 20px;
  font-family: remixicon;
  content: "\EB55";
}

.columns2 {
  columns: 2;
  column-gap: 30px;
}

/* .stonePattern{background: url(../images/background/stone-pattern.jpg) repeat 0 0;} */







/*.npfForm img{width: 120px; position: absolute; left: -57px; top: 0px; z-index: 2;}*/
.npfFormInn {
  background-color: #e10013;
  border-radius: 5px;
}

.npfFormInn h3 {
  padding: 10px;
  margin: 0;
  color: #fff;
  text-align: center;
}

.admissionsEnquiryForm {
  max-width: 370px;
}

.form-position-right {
  position: static;
  right: 0;
  margin-right: 0;
}

.heroBanner {
  padding: 0;
  display: flex;
  justify-content: flex-end;
  color: brown;
  position: relative;
  text-align: left;
  background-color: #fff;
  min-height: 200px;
}

.heroBanner:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/main-banner/main-banner-1.jpg) no-repeat 0 0 #fff;
  background-size: cover;
}

.heroBanner .container {
  position: relative;
  color: #fff;
  z-index: 1;
}

.heroBanner p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: 300;
  color: #fff;
}

.heroBanner .outlinedBtn {
  display: inline-flex;
  border: 0;
  margin: 5px 0;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
  font-weight: 700;
}

.heroSlider {
  width: 100%;
  left: 0;
  top: 0;
}

.heroSlider {
  display: flex;
  overflow: hidden;
}

.heroSlider>.heroSliderItem {
  flex: 0 0 100%;
}

.heroSlider .heroSliderItem {
  position: relative;
}

.heroSlider .owl-stage-outer,
.heroSlider .owl-stage,
.heroSlider .owl-item,
.heroSlider .owl-item img {
  height: 100%;
}

.belowBannerSection {
  width: 100%;
  clear: both;
}

.belowBannerSection .belowBannerinner {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: 50px 0;
  /*transform: translateY(-50%);*/
  position: relative;
  z-index: 1;
}

.belowBannerSection .belowBannerCenter {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.belowBannerSection .belowBannerCenter .rightBtn {
  margin: 5px;
}

.belowBannerSection .belowBannerCenter a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  background-color: #ffffff;
  color: #ED213A;
  border: 1px solid #ED213A;
  border-radius: 2px;
  padding: 10px;
  padding-left: 35px;
}

.belowBannerSection .belowBannerCenter a img {
  background: #ED213A;
  color: #ffffff;
  position: absolute;
  left: 5px;
  height: 70%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.belowBannerSection .actionBtn {
  border: 0;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  line-height: 1;
  background: #ED213A;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 8px 20px;
  padding-left: 45px;
  white-space: nowrap;
}

.belowBannerSection .actionBtn:hover,
.belowBannerSection .belowBannerCenter a:hover {
  background-color: #b40005;
  color: #fff;
}

.belowBannerSection .belowBannerRight .actionBtn span {
  padding: 0;
  position: absolute;
  left: 10px;
  background: #fff;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #ED213A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-stage {
  display: flex;
}

h2.uspHeading {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #fff;
  padding: 5px 60px 5px 20px;
  border-radius: 0 50px 0 0;
  background: rgb(147, 41, 30);
  background: -moz-linear-gradient(top, rgba(147, 41, 30, 1) 0%, rgba(237, 33, 58, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(147, 41, 30, 1) 0%, rgba(237, 33, 58, 1) 100%);
  background: linear-gradient(to bottom, rgba(147, 41, 30, 1) 0%, rgba(237, 33, 58, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93291e', endColorstr='#ed213a', GradientType=0);
}

h2.uspHeading span {
  position: relative;
}

h2.uspHeading:before {
  content: "";
  position: absolute;
  right: 50px;
  top: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  ackground: rgb(147, 41, 30);
  background: -moz-linear-gradient(top, rgba(147, 41, 30, 1) 0%, rgba(237, 33, 58, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(147, 41, 30, 1) 0%, rgba(237, 33, 58, 1) 100%);
  background: linear-gradient(to bottom, rgba(147, 41, 30, 1) 0%, rgba(237, 33, 58, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93291e', endColorstr='#ed213a', GradientType=0);
}

.stepSection {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  gap: 10px;
  row-gap: 20px;
}

.stepSection li {
  display: flex;
  width: calc(25% - 10px);
}

.stepSection li figure {
  width: 100%;
}

.stepSection li figure img {
  width: 100%;
}

.aboutNims {
  width: 100%;
}

.aboutNims .aboutNimsHead {
  display: flex;
  justify-content: space-between;
  background-color: #E32337;
  color: #fff;
  align-items: center;
  padding: 5px 15px;
}

.aboutNims .aboutNimsHead span {
  padding: 5px;
}

.aboutNims .aboutNimsHead .more {
  font-size: 22px;
  font-weight: 700;
}

.aboutNims .aboutNimsHead .crores {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.aboutNims .aboutNimsHead .worth {
  font-size: 16px;
}

.aboutNims .aboutNimsList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aboutNims .aboutNimsList li {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  position: relative;
}

.aboutNims .aboutNimsList li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #E32337;
  position: absolute;
  left: 0;
  top: 6px;
}

.awardsLists {
  background-color: #fff;
  width: 100%;
  padding: 20px 0;
}

.awardsLists .awardsListsRow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 20px;
}

.awardsLists .awardsList {
  width: calc(33.33% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.awardsLists .awardsList img {}

.discoverLink {
  background: #E32337;
  color: #fff;
  border-radius: 2px;
  padding: 5px 15px;
  margin: 40px auto 0;
  display: table;
}

.discoverLink:hover {
  background-color: #000;
  color: #fff
}

.videoWrapper1 {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.videoWrapper1 .videoWrapperinner {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.2%;
}

.videoWrapper1 .videoWrapperinner iframe,
.videoWrapper1 .videoWrapperinner video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.videoSlideLists {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.videoSlideLists>.videoWrapperinner {
  flex: 0 0 100%;
  margin-right: 10px;
}

.videoSlideLists .owl-nav {
  position: absolute;
  right: 15px;
  bottom: 0px;
  width: 100px;
  height: 50px;
  display: flex;
}

.videoSlideLists .owl-nav button {
  width: 50px;
  height: 50px;
  border: 0px;
  background: #E32337;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoSlideLists .owl-nav button:hover {
  background-color: #000;
  color: #fff;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50% !important;
  left: 0;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.owl-carousel .owl-nav button span {
  font-size: 0px;
  width: 11px;
  height: 20px;
  background: url(https://cdn.npfs.co/uploads/template/643/5484/publish/images/icons/arrow.svg) no-repeat 0 0;
  background-size: auto 100%;
  display: block;
}

.owl-carousel .owl-nav button.owl-next span {
  background: url(https://cdn.npfs.co/uploads/template/643/5484/publish/images/icons/arrow-r.svg) no-repeat 0 0;
}

.awardsLists1 {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.awardsLists1>.awardsList {
  flex: calc(33.33% - 40px) 0 0;
  margin: 20px;
}

.awardsLists1 .awardsList {
  margin: 20px;
  min-height: calc(100% - 40px);
}

.awardsLists1 .awardsList {
  padding: 10px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.awardsLists1 .awardsList img {
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}

.awardsLists1 .awardsList h4 {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #ED213A;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0
}

.awardsLists1 .awardsList h4 span {
  color: #000;
  margin: 5px 0;
  display: block;
  font-size: 80%;
}

.awardsLists1 .awardsList h4 small {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  display: table;
  padding: 2px 5px;
  font-weight: 700;
  border-radius: 2px;
  margin: auto;
  font-size: 100%;
  background: #ED213A;
}


.awardsLists1 {
  width: 100%;
}

.awardsLists1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.awardsLists1 .awardsList {
  flex: 1 0 0;
  display: flex;
  padding: 20px 10px 40px 20px;
  margin: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.awardsLists1 .awardsList img {
  height: 120px;
  margin: auto auto 20px auto;
}

.awardsLists1 .awardsList h4 {
  font-size: 13px;
  font-weight: 700;
  color: #ED213A;
  text-align: center;
  padding-left: 0;
  margin: 0
}

.awardsLists1 .awardsList h4 span {
  color: #000;
  display: block;
  font-size: 80%;
}

.headingStyle2 {
  position: relative;
  margin: 0;
  margin-bottom: 28px;
}

.headingStyle2.center {
  text-align: center;
  margin-bottom: 50px;
}

.headingStyle2 h2 {
  font-weight: 700;
  color: #ED213A;
  padding: 0;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  position: relative;
}

.headingStyle2 h2 b {
  color: #fff;
  background: #ED213A;
  font-weight: inherit;
  padding: 0 7px;
}

.headingStyle3 {
  position: relative;
  margin: 0;
  margin-bottom: 28px;
}

.headingStyle3.center {
  text-align: center;
  margin-bottom: 50px;
}

.headingStyle3 h2 {
  font-weight: 700;
  color: #000;
  padding: 0;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  position: relative;
}

/*.headingStyle3 h2 b{color: #fff; background: #000; font-weight: inherit; padding: 0 7px;}*/
.headingStyle3 h2 small {
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  font-size: 20px;
  display: block;
  text-transform: none;
}

.headingStyle3 h2 span:after {
  content: "";
  display: block;
  background: #ED213A;
  height: 5px;
  width: 200px;
  margin: 15px auto;
}

.listOfCourses {
  max-width: 100%;
}

.listOfCourses ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 10px;
}

.listOfCourses ul li {
  padding: 0;
  width: calc(16% - 10px);
}

.listOfCourses ul li a {
  padding: 5px;
  pointer-events: none;
  background: #ED213A;
  color: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  min-height: 62px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) inset;
  overflow: hidden;
}

.listOfCourses ul li a span {
  display: block;
  width: 100%;
  font-size: 65%;
  text-align: center;
}

.listOfCourses1 {
  max-width: 100%;
}

.listOfCourses1 ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 10px;
}

.listOfCourses1 ul li {
  padding: 0;
  width: calc(33.33% - 20px);
  border: 1px solid #ccc;
}

.listOfCourses1 ul li a {
  padding: 10px 10px;
  /*text-transform: capitalize;*/
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100%;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  color: #000;
  line-height: 1;
  overflow: hidden;
}

.listOfCourses1 ul li a img {
  width: 50px;
  margin-right: 10px;
}

.listOfCourses1 ul li a:hover img {
  margin-right: 5px;
}

.listOfCourses1 ul li.redBg {
  background: #ED213A;
  border-color: #ED213A;
  color: #fff
}

.listOfCourses1 ul li.redBg a {
  color: inherit;
}

.listOfCourses1 ul li.redBg .blackicon {
  display: none;
}


.placementsPackagesTxt {
  margin-bottom: 40px;
}

.placementsPackagesTxt img {
  width: 100%;
}

.counterTxt {
  width: 100%;
}

.counterTxt img {
  width: 90%;
}

.placementsPackages {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 20px 0;
  padding: 15px 0;
  gap: 20px;
  row-gap: 20px;
}

.placementsPackages li {
  font-size: 30px;
  padding-left: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center;
  width: calc(50% - 140px);
  position: relative;
}

.placementsPackages li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background-color: #ED213A;
  width: 10px;
  height: 10px;
}

.placementsPackages li strong {
  font-size: 100%;
  color: #000;
  width: 100%;
  display: block;
}

.placementsPackages li span {
  font-size: 70%;
  font-weight: 600;
  width: 100%;
  display: block;
}

.placementSlider {
  width: 100%;
  overflow: hidden;
  /*box-shadow:0 0 10px rgba(0, 0, 0, 0.2); background: #fff; padding: 10px;*/
}

.placementSlider1 {
  display: flex;
  overflow: hidden;
}

.placementSlider1>img {
  flex: 1;
  margin-right: 10px;
}

img {
  vertical-align: top;
}

.listOfRecuriters {
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.listOfRecuritersList {
  width: 100%;
  display: flex;
  overflow: hidden;
  padding: 0 20px
}

.listOfRecuritersList>li {
  flex: calc(20% - 20px) 0 0;
}

.listOfRecuriters ul li {
  margin: 10px;
  padding: 1px;
  width: calc(100% - 20px);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
}

.listOfRecuriters ul li img {
  max-width: 100%;
  border-radius: 5px;
  border: 1px dashed #e10013;
}

.lifeAtNimsBanner {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0;
  position: relative;
}

.lifeAtNimsBannerSlider {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.lifeAtNimsBannerSlider>img {
  width: 100%;
}

.lifeAtNimsBanner .lifeAtNimsBannerTxt {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  z-index: 1;
}

.lifeAtNimsBanner .lifeAtNimsBannerTxt img {
  width: 100%;
}

.lifeAtNimsTab {
  display: flex;
  margin: 0 auto 0;
  transform: translateY(-50%);
  max-width: 1200px;
  justify-content: space-between;
  background: #eeeeee;
}

.lifeAtNimsTab .lifeAtNimsTabBtn {
  padding: 20px 5px;
  flex: 1 0 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
}

.lifeAtNimsTab .lifeAtNimsTabBtn.active {
  background: #ED213A;
  color: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 30%) inset;
}

.lifeAtNimsTab .lifeAtNimsTabBtn.active:after {
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 33, 58, 0);
  border-top-color: #ED213A;
  border-width: 15px;
  margin-left: -15px;
}

.gallerySection1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.gallerySection1 .galleryLeft1 {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
}

.gallerySection1 .galleryCenter1 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.gallerySection1 .galleryRight1 {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
}

.galleryTwoCal {
  width: 100%;
  padding: 0 5px;
}

.galleryTwoCal1 {
  width: 50%;
  padding: 0 5px;
}

.galleryTwoCal2 {
  width: 33.33%;
  padding: 0 5px;
}

.galleryLarge {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 120%;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
  margin-bottom: 5px;
}

.gallerySmall {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: calc(60% - 10px);
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin-bottom: 10px;
}

.gallerySmall1 {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: calc(61.4% - 10px);
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin-bottom: 10px;
}

.gallerySmall2 {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding-bottom: calc(70% - 10px);
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin-bottom: 10px;
}

.gallerySection1 img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.galleryLarge,
.gallerySmall,
.gallerySmall1,
.gallerySmall2 {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.testimonialsImg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: -60px auto 20px;
  overflow: hidden;
  position: relative;
}

.testimonialsImg img {
  width: 250% !important;
  max-width: initial;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.testimonialsImg span.play {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  display: none;
}

.testimonialsImg span.play img {
  width: 100%;
}

.testimonialsSlider {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.testimonialsSlider>.testimonialsList {
  flex: calc(33.33% - 20px) 0 0;
}

.TestimonialsNew {
  margin: 20px;
  font-size: 16px;
  height: calc(100% - 40px);
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.testimonialsList {
  height: 100%;
  padding-top: 50px;
}

.TestimonialsNew p {
  font-size: 12px;
  text-align: left;
  color: #000;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.TestimonialsNew p span {
  flex: 70px 0 0;
  padding-left: 10px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  border-left: 2px solid #e6e6e6;
}

.TestimonialsNew p span img {
  width: 100%;
}

.TestimonialsNew .testimonialsNewFooter {
  width: 100%;
  background: transparent;
  padding: 0 0 20px 0;
  text-align: left;
}

.TestimonialsNew .testimonialsNewFooter h4 {
  display: block;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  color: #ED213A;
}

.TestimonialsNew .testimonialsNewFooter .testimonialsIFTxt {
  width: 100%;
  padding: 0;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.collegetestimonials {
  background: #e10013;
  padding: 40px 0;
}

.collegetestimonialsItems {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.collegetestimonialsItems>li {
  min-width: calc(20% - 20px);
  margin: 0 10px
}

.collegetestimonialsItems li {
  padding: 5px;
  background: #fff;
  border-radius: 2px;
}
.awardsLists2 {
  width: 100%;
  gap: 5px;
  row-gap: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.awardsLists2 .awardsList {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}

.awardsLists2 .awardsList img {
  height: 40px;
  padding: 5px;
  filter: grayscale(1);
}

.awardsLists2 .awardsList:not(:first-child) {
  border-left: 2px solid #ccc;
}

.copyright {
  background: #2a2a2a;
  margin-top: 25px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  padding: 15px 0;
}

.copyright a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}

#gallery {
  /* padding: 30px; */
}

.stepSection2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 5px;
}

.stepSection2 li {
  width: calc(50% - 20px);
  display: flex;
  align-content: flex-start;
}

.stepSection2 li p {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #000
}

.stepSection2 li span {
  min-width: 25px;
  max-width: 25px;
  display: block;
  border-radius: 2px;
  margin: 0 6px 0 0;
}

.stepSection2 li span img {
  width: 100%;
}

.stepSection3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 10px;
  margin-top: 20px;
}

.stepSection3 li {
  width: calc(25% - 10px);
  display: flex;
  align-items: center;
  background: #ED213A;
  border-radius: 50px;
  color: #fff;
  font-size: 10px;
}

.stepSection3 li figure {
  background: #fff;
  border-radius: 50%;
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  border: 5px solid #ED213A;
  outline: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stepSection3 li figure img {
  width: 80%;
}

.stepSection3 li>div {
  padding: 2px 5px 2px 12px;
}

.stepSection3 li>div>span {
  margin-top: -3px;
  display: block;
}

.number-counter-section {
  max-width: 80px;
  text-align: center;
}

.number-counter-section .odometer {
  font-size: 28px;
  line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.progress1 {
  text-align: left;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  margin-right: -1px;
}

.number-counter-section {
  display: flex;
}

.number-counter-section:after {
  content: "+";
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0 2px;
}

.stepSection3 li:last-child .number-counter-section:after {
  content: "K";
}

.progress1 .odometer {
  margin: 0;
}

@keyframes duepduep {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-40px, 0);
  }

  75% {
    transform: translate(0, 0);
  }
}

@media (max-width: 1365px) {
  .stepSection3 {
    margin-bottom: 40px;
  }

  .stepSection3 li {
    width: calc(50% - 10px);
  }

  .stepSection3 li>div>span br {
    display: none;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 35px;
  }


}

@media (max-width: 991px) {
  .spaceBoth {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .spaceTop {
    padding-top: 50px;
  }

  .spaceBottom {
    padding-bottom: 50px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 40px;
  }

  body {
    /*padding-top: 83px;*/
  }

  .headerCall a {
    font-size: 20px;
  }

  .stepSection li {
    width: calc(20% - 20px);
    padding: 10px;
  }

  .awardsLists .container {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .awardsLists .awardsList {
    flex: auto 0 0;
    margin: 10px 0;
  }

  .placementSlider {
    margin-bottom: 30px
  }

  .testimonialsSlider>.testimonialsList {
    flex: calc(50% - 20px) 0 0
  }

  .testimonialsSlider>.testimonialsList {
    flex: calc(50% - 20px) 0 0;
  }

  .awardsLists2 .container {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .nims-mob{
    display: block !important;
  }
  
  .nims-pc{
    display: none !important;
  }
  .core-value-content{
    top: 75% !important;
   
    
  }
}


@media (max-width: 767px) {
  .belowBannerSection .belowBannerinner {
    flex-wrap: wrap;
    margin: 30px 0;
  }

  .belowBannerSection .belowBannerCenter {
    text-align: center;
  }

  .belowBannerSection .belowBannerinner {
    flex-wrap: wrap;
  }

  .belowBannerSection .belowBannerinner .belowBannerLeft {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .mobileHide {
    display: none !important;
  }

  .desktopHide {
    display: block !important;
  }

  body {
    padding-top: 80px;
  }


  .npf_wgts {
    margin-top: 20px;
    width: 100%;
  }




  .gallerySection1 .galleryLeft1,
  .gallerySection1 .galleryCenter1,
  .gallerySection1 .galleryRight1 {
    width: 100%;
  }
  .listOfCourses ul {
    columns: 2;
  }

  .heroBanner {
    display: flex;
    flex-wrap: wrap;
  }

  .heroBanner:before {
    height: 0;
    padding-bottom: 87%;
    background-size: 250%;
    position: static;
  }

  .awardsLists .awardsList:nth-child(4) {
    border-left: 0;
  }

  .npfForm {
    max-width: 100%;
  }


  .awardsLists1>.awardsList {
    flex: calc(50% - 40px) 0 0;
  }

  .listOfCourses ul li {
    width: calc(50% - 5px);
  }

  .listOfCourses ul li.redBg {
    background: #fff;
    border-color: #ccc;
    color: #000;
  }



  #gallery .container {
    display: flex;
    flex-wrap: wrap;
  }

  .stepSection2 li {
    align-items: center;
    width: calc(50% - 20px)
  }

  .stepSection2 li p {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 35px;
  }

  .stepSection li {
    width: calc(50% - 20px);
    padding: 5px;
  }

  .awardsLists1>.awardsList {
    flex: calc(100% - 40px) 0 0;
  }

  .belowBannerSection .belowBannerinner {
    justify-content: space-between;
    margin: 0 -15px 40px;
    padding: 10px;
  }

  .belowBannerSection .belowBannerCenter .rightBtn {
    margin: 0 2px;
  }

  .belowBannerSection .belowBannerCenter a {
    font-size: 13px;
  }

  .belowBannerSection .belowBannerinner .belowBannerRight {}

  .belowBannerSection .actionBtn {
    width: 100%;
    padding: 13px 20px;
    font-size: 13px;
    text-align: center;
  }

  .belowBannerSection .actionBtn br {
    display: none;
  }

  .belowBannerSection .actionBtn span {
    left: auto;
  }

  .belowBannerSection .actionBtn:after {
    display: none;
  }

  .belowBannerSection .belowBannerCenter {
    width: 100%;
  }

  .belowBannerSection .belowBannerinner .belowBannerLeft {
    display: block;
    width: 100%;
  }

  .belowBannerSection .belowBannerinner .belowBannerRight {
    width: 100%;
    margin-top: 10px;
  }

  .aboutNims .aboutNimsHead {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .aboutNims .aboutNimsHead br {
    display: none;
  }

  .awardsLists .awardsListsRow {
    row-gap: 10px;
  }

  .awardsLists .awardsList {
    flex: auto 0 0;
    padding: 0 10px;
    width: calc(50% - 10px)
  }

  .awardsLists .awardsList img {
    height: auto;
  }

  .listOfCourses ul {
    columns: 1;
  }

  .headingStyle2 h2 {
    padding-top: 0;
  }

  .listOfCourses ul li {
    width: calc(50% - 5px);
  }

  .placementsPackages li {
    width: calc(50% - 90px);
    font-size: 18px;
  }

  .listOfRecuritersList>li {
    flex: calc(50% - 20px) 0 0;
  }

  .testimonialsSlider>.testimonialsList {
    flex: calc(100% - 20px) 0 0;
  }

  .headernav ul li a {
    font-size: 9px;
    padding: 8px 0px;
  }

  .listOfCourses1 ul {
    columns: 1;
  }

  .listOfCourses1 ul li {
    width: 100%;
  }

  .stepSection2 li {
    width: 100%;
  }
}

.desktop-header 
{
  position:sticky !important;
}
.flex-column-center{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: start;
}
.main-yellow{
  color: #FEAC18;
}
.changing-text {
  display: inline-block;
  /* transition: opacity 0.5s ease-in-out; */
}

.fade-out {
  opacity: 0 !important;
}

.fade-in {
  opacity: 1 !important;
}
.main-heading{
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;


}
.main-para{
  font-family: 'Mulish', 
  
  sans-serif;
  font-size: 20px;
  color: black;






}
.sdg-container{
  max-width: 1400px;
  margin: auto;

  /* background-color: pink; */
  

}
.tomar-sir-section{
  background: url(images/chancellor/red-background.png);


}

.p{
  padding: 30px;
}
.text-box-flex{
  display: flex;
  justify-content: start;
  align-items: center;
  /* background-color: #25d366; */
  /* height: 120vh; */
  margin-top: 150px;

  margin-left: auto;
  margin-right: auto;

}
.hero-flex {
  padding-left: 9% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #25d366; */
  /* height: 120vh; */
  margin-top: 150px;


  margin-left: auto;
  margin-right: auto;
}

.right-img img{
  width: 80% !important;
}

.right-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.margin-top{
  margin-top: 30%
}
.text-white{
  color: white;
}
.font-800{
  font-weight: 800;
}
.pt-1{
  padding-top:80px;
}
.paragraph-t{
  margin-top: 10%;
}
.empower-flex{
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5% 0% 2% 0%;
}
.hands img{
  width: 100%;
}
.agenda{
  background: url(images/agenda/agenda.png);
  background-repeat: no-repeat;
  background-size: cover;



}
.agenda-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0% 0% 8% 0%; */
  flex-direction: column;
  gap: 30px;
}
.agenda-margin-bottom{
  margin-bottom: 5%;
}
.agenda-margin-top{
  margin-top: 5%;
}

.margin-top{
  margin-top: 5%;
  margin-bottom: 5%;
}
.margin-bottom{
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  
}
progress img{
  
}
.sdg-video-section{
  background: url(images/sdg-video/sdg-bg.png);

}
.grid-section{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;

}
.big-img{


}
.sdg-card{
  position: relative;


}
.small-img{
  position: absolute;
  bottom: 10%; 
  left: 10%;
  transform: translate(0, 0); 
  width: 100px; 


}
.small-img img{
  width: 100%;
}
.sdg-container{
  max-width: 1400px;
  padding: 0px 20px;
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .grid-section {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  /* .core-activities-flex{
    flex-direction: column;
   } */
   
   /* .sdg-card {
    height: 20em !important;
   
  } */
  

   
}

/* For screens between 901px and 1200px */
@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .grid-section {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  /* .core-activities-flex{
   flex-direction: column;
  } */
  /* .sdg-card {
    height: 20em !important;
   
  } */

}

/* For screens less than or equal to 768px */
@media only screen and (max-width: 768px) {
  .grid-section {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  /* .core-activities-flex{
    flex-direction: column;
   } */
   .main-heading{
    font-size: 25px;
   }
   .main-para{

    /* font-size: 16px !important; */
   }
   .main-paragraph{
    width: 10px;
   }
   .text-box-flex{
    justify-content: center !important;
  }
  .core-activities-flex{
    grid-template-columns: repeat(1,1fr) !important;
  
  }
  
  .core-box{
    
  }
  .temp-font{
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
  
  }
   
   
/* .sdg-card {
  height: 18em !important;
 
} */
.main-sub-heading{
  font-size: 20px !important;
  font-family: 'Times New Roman', Times, serif;
}

  
}
@media only screen and (max-width: 1200px) {
 
  .paranew{
    font-size: 15px !important;
    font-family: 'Mulish', 
  }
  
}

.core-activities{
  background: url(images/core-activities/bg-orange.png);
  background-size: cover;
  background-repeat: no-repeat;


}

.core-activities-flex{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 2rem;


}







.sdg-card {
  width: 100%;
  height: 25em;
  perspective: 1000px;
 
}

/* Inner card wrapper for both front and back */
.sdg-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

/* Rotate the card on hover */
.sdg-card:hover .sdg-card-inner {
  transform: rotateY(180deg);
}

/* Front and back of the card */
.sdg-card-front, .sdg-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
 
  color: white;
  cursor: pointer;
}

/* Front card styling */
.sdg-card-front {

 padding-bottom: 10%;
  padding-left: 10%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: end;

}
.sdg-card-front img{
  width: 8em;

}
  
.sdg-card-back img {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* padding: 10px; */
}

/* Back card styling */
.sdg-card-back {
  background-color:#E5243B;
  transform: rotateY(180deg);
  /* padding-bottom: 10%; */
  /* padding-left: 10%; */
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Spacing between grid items */
.sdg-card-grid {
  margin-top: 50px;
}

/* Page heading */
h1 {
  text-align: center;
  margin-bottom: 30px;
}
.front-1{
  background: url(images/sdg-cards/2\ \(1\).png);
  
}
.front-2{
  background: url(images/sdg-cards/2\ \(2\).png);

}
.front-3{
  background: url(images/sdg-cards/2\ \(3\).png);
}
.front-4{
  background: url(images/sdg-cards/2\ \(4\).png);

}
.front-5{
  background: url(images/sdg-cards/2\ \(5\).png);

}
.front-5{
  background: url(images/sdg-cards/2\ \(5\).png);

}
.front-6{
  background: url(images/sdg-cards/2\ \(6\).png);

}
.front-7{
  background: url(images/sdg-cards/2\ \(7\).png);

}
.front-8{
  background: url(images/sdg-cards/2\ \(8\).png);

}
.front-9{
  background: url(images/sdg-cards/2\ \(9\).png);

}
.front-10{
  background: url(images/sdg-cards/2\ \(10\).png);

}
.sdg-card-back{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* padding: 10px; */
}

.main-para{
  font-size: 20px;
}
.small-para{
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
}

.border{
  border: 1px solid black;
}

.main-sub-heading{
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
}



@media only screen and (min-width: 1200px) {
  .text-box{
    width: 600px !important;
  }

  .nims-mob{
    display: none;
  }
  
  }
  .biggest-font{
    font-size: 10rem;
  }

  .main-heading-new {
    font-size: 40px;
    /* line-height: 1.2; Adjust line-height to give proper spacing in multi-line text */
}


/* Ensure the slide container has proper height and hides overflow */
.slides {
    display: inline-flex;
    height: 50px; /* Increased height for better spacing */
    overflow: hidden;
    padding: 0 5px;
}

.slide1 {
    display: flex;
    flex-direction: column;
    transition: transform 1s ease-in-out;
}

/* Styling for individual spans within the slider */
.slide1 span {
    display: block;
    height: 50px; /* Match this height with the slides container height */
    line-height: 50px; /* Ensure line-height is equal to height */
    /* border-bottom: 1px dashed#f8b426; */
}

.border-dashed{
  border: 1px dashed white;
  width: 600px;
}



.core-value{
  position: relative;
}
.core-value-content{
  position: absolute;
  top: 85%;
  /* background-color: #25d366; */
   left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
  width: 85%;
  /* background-color: #25d366; */
  margin-left: auto !important;
  
  margin-right: auto !important;
  
}
.nims-pic img{
  width: 100%;
  /* height: 60vh; */
}
.nims-mob{
  display: none;
}

.nims-pc{
  display: block;
}
.video-fluid {
  width: 100%;  /* Makes the video responsive */
  height: auto; /* Maintains aspect ratio */
}
/* .vide{
  /* background-color: #25d366;
} */ 
 .t-s-v img{
  width: 100%;
  height: 100%;

 }
 @media only screen and (min-width: 769px) and (max-width: 999px) {
  .hero-flex{
    padding-top: 80px !important ;
  }
  .right-img img{
    width: 60% !important;
  }
  

  }

 @media only screen and (min-width: 500px) and (max-width: 1200px) {
  .small-para{
    font-size: 14px !important;
  }
  }
  @media only screen and (max-width: 500px) {
    .small-para{
      font-size: 10px !important;
    }
  }

  @media only screen and (max-width: 768px) {
    .sdg-card {
        height: 28em !important;
            font-size: 14px !important;

    }
    .mob-no p{
      color: white !important;
    }

    /* .small-para{
    
      font-size: 12px !important;
    } */

  }
  @media only screen and (min-width: 430px) and (max-width: 769px) {
    .grid-section {
      grid-template-columns: repeat(2, 1fr) !important;
    }}

    @media only screen and (max-width: 460px) {
      .grid-section {
        max-width: 300px;
        grid-template-columns: repeat(1, 1fr) !important;
      }}

      .section-flipbook{
      position: relative;
      }
      .empty{
        height: 100px;
        width: 180px;
        background: #F2F2F2;
        background-size: cover;
        background-repeat: repeat;
        
        position: absolute;
bottom: 10%;
left: 5%;
      }

 @media only screen and (min-width: 769px) and (max-width: 1200px) {
  .temp-font{
    font-size: 32px !important;
  }
 }
 .sdg-pdf{
  text-decoration: none;
 }