/* home animation animtion */
section {
  transform: scale(0.8);
  opacity: 0;
  transform-origin: top;
  transition: all 0.8s;
}

section.animation_center {
  opacity: 1;
  transform-origin: top;
  transform: none;
}

/* card animtion */

section .about-inner-section .padding-parth,
section .about-start-section .parth-one-main {
  opacity: 1;
  transform: translateX(-100%) scale(1) !important;
  transition: all 0.8s;
}

section:nth-child(odd) .about-inner-section .padding-parth,
section:nth-child(odd) .about-start-section .parth-one-main {
  opacity: 1;
  transform: translateX(100%) scale(1) !important;
  transition: all 0.8s;
}

section .about-inner-section .padding-parth-text,
section .about-start-section .parth-white-main {
  opacity: 0;
  transform: translateX(100%) scale(1) !important;
  transition: all 0.8s;
}

section:nth-child(odd) .about-inner-section .padding-parth-text,
section:nth-child(odd) .about-start-section .parth-white-main {
  opacity: 0;
  transform: translateX(-100%) scale(1) !important;
  transition: all 0.8s;
}

section.animation_center .about-inner-section .padding-parth-text,
section.animation_center .about-start-section .parth-white-main,
section.animation_center .about-inner-section .padding-parth,
section.animation_center .about-start-section .parth-one-main {
  opacity: 1;
  transform: none !important;
}

/* card animtion */

/* home animation animtion */


.data-src {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#about-banner {
  background-color: var(--nims-bg-gray);
}

#about-banner .banner-programs {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

#about-banner .banner-programs {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: end;
}

#about-banner .banner-programs::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 1) 100%);
}

#about-banner .banner-programs {
  min-height: 60vh;
  position: relative;
}

#about-banner .banner-programs h1 {
  position: relative;
  padding: 0 30px;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--f26);
  line-height: 36px;
  font-family: var(--nims-font-neue);
  font-weight: bold;
  text-align: center;
  color: var(--nims-white);
  text-transform: uppercase;
  z-index: 2;
}

.programs-details {
  background-color: var(--nims-bg-gray);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.about-inner-section h6,
.programs-details-cards h6 {
  font-size: var(--f24);
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: var(--nims-font-neue);
  color: var(--nims-white);
}

.about-start-section {
  background: linear-gradient(to top,
      #ffffff00 0%,
      #ffffff00 70%,
      var(--nims-bg-gray) 50%,
      var(--nims-bg-gray) 100%);
}

.programs-details-cards {
  overflow-x: hidden;
}

.about-inner-section {
  overflow-x: hidden;
}

.parth-white-main,
.parth-one-main {
  position: relative;
}

.parth-white,
.parth-one {
  clip-path: polygon(100% 20%, 100% 80%, 0 100%, 0 0);
  background-color: var(--nims-gray);
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  right: 0;
  z-index: 1;
}

.parth-white {
  clip-path: polygon(100% 0, 100% 100%, 0 80%, 0 20%);
  background-color: var(--nims-white);
  width: 50vw;
  height: 100%;
  left: 0;
}

.parth-white-text,
.img-section-text {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  position: relative;
  z-index: 2;
}

.padding-parth {
  padding: 100px 30px;
  min-height: 356px;
}

.padding-parth-text {
  padding: 40px 30px;
}

.padding-parth-main {
  position: relative;
}

.parth-text {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.parth-left,
.parth-right {
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.padding-parth-right,
.padding-parth-left {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.parth-one {
  clip-path: polygon(100% 10%, 100% 90%, 0 100%, 0 0);
  background-color: var(--nims-white);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 1;
}

.parth-two {
  clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 10%);
  background-color: var(--nims-gray);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}

.programs-overlays .parth-overlay::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); */
}

.programs-overlays:nth-child(4n + 1) .parth-overlay::after {
  background-color: #626262;
  opacity: 0.94;
}

.programs-overlays:nth-child(4n + 2) .parth-overlay::after {
  background-color: #0D4C5D;
  opacity: 0.94;
}

.programs-overlays:nth-child(4n + 3) .parth-overlay::after {
  background-color: #BEA400;
  opacity: 0.94;
}

.programs-overlays:nth-child(4n + 4) .parth-overlay::after {
  background-color: #0D4C5D;
  opacity: 0.94;
}

.about-inner-section .row .col-md-6 {
  align-items: center;
}

.read-more-btn {
  width: 100%;
}

.read-more-btn a {
  font-weight: bold;
  font-size: var(--f16);
  line-height: 20px;
  font-family: var(--nins-font-overpass);
  border-radius: 4px;
  display: block;
  background: var(--nims-blue);
  color: white;
  padding: 17px 20px;
  text-align: center;
  transition: all 0.4s;
}

.read-more-btn a:hover {
  background: var(--nims-red);
}

.padding-parth-text {
  order: 2;
}

.about-inner-section ul {
  padding: 0;
  list-style: none;
}

.about-inner-section ul li {
  font-size: var(--f18);
  line-height: 32px;
  font-family: var(--nins-font-overpass);
  font-weight: 300;
  margin-bottom: 6px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 6px;
}

.about-inner-section ul li span {
  flex: 0 0 auto;
  width: 10px;
}

section#departments-cards {
  margin-top: 60px;
  padding: 0 30px;
}

.cards-play-btn {
  width: 30px;
  padding-left: 10px;
  display: flex;
  align-items: end;
}

.cards-play-btn a {
  scale: 1;
  transition: all 0.4s;
}

.cards-details p {
  margin: 0;
  font-family: var(--nins-font-overpass);
  font-weight: 300;
  font-size: var(--f16);
  line-height: 30px;
  /* line-height: 20px; */
  color: var(--nims-black);
}

.cards-details p span {
  color: var(--nims-dark-red);
  font-weight: bold;
}

.cards-play-btn a:hover {
  scale: 1.1;
}

.cards-img {
  max-width: 140px;
  min-height: 90px;
}

.cards-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.programs-details p {
  font-family: var(--nins-font-overpass);
  font-weight: 300;
  font-size: var(--f16);
  line-height: 27px;
  color: var(--nims-black);
}

.departments-cards-bg {
  padding-right: 0;
  display: flex;
  justify-content: start;
  align-items: stretch;
  background-color: var(--nims-bg-gray);
  height: 100%;
  transition: all 0.4s;
}

.departments-cards {
  margin-bottom: 40px;
  width: 100%;
}

.cards-details {
  padding: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.programs-title {
  font-family: var(--nims-font-neue);
  font-weight: bold;
  font-size: var(--f20);
  line-height: 26px;
}

.programs-cards-inner h3 {
  color: var(--nims-white);
  margin-top: 30px;
  text-align: center;
  font-size: var(--f16);
  font-family: var(--nims-font-neue);
  font-weight: bold;
  line-height: 32px;
  text-transform: uppercase;
}

.programs-cards-inner p {
  color: var(--nims-white);
  text-align: center;
  width: 100%;
  font-size: var(--f20);
  font-family: var(--nins-font-overpass);
  font-weight: bold;
  line-height: 24px;
}

.programs-cards-inner hr {
  height: 1px;
  opacity: 1;
  background: var(--nims-white);
  width: 90%;
  margin: 20px auto;
}

/*  */

.contact-overlays .parth-overlay::after {
  background-color: #0D4C5D;
    opacity: 0.94;
}

.contact-overlays .parth-overlay::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); */
}

.contact-overlays .programs-details h5 {
  color: var(--nims-dark-red);
  font-family: var(--nims-font-neue);
  font-weight: bold;
  margin-bottom: 30px;
  font-size: var(--f20);
  line-height: 26px;
}

.contact-overlays .img-section-text .programs-cards-inner .contact-us-address {
  margin-bottom: 30px;
}

.contact-overlays .contact-us-details {
  font-family: var(--nins-font-overpass);
  font-weight: 300;
  margin-bottom: 10px;
  font-size: var(--f16);
}

.img-section-text .programs-cards-inner p {
  font-family: var(--nins-font-overpass);
  font-weight: 300;
  font-size: var(--f16);
  line-height: 24px;
  margin-bottom: 0;
}

.contact-overlays .contact-us-details a {
  transition: all 0.4s;
}

.contact-overlays .contact-us-details a:hover {
  color: var(--nims-dark-red);
}

.contact-overlays .university-address {
  margin-top: 50px;
}

.contact-us-form {
  margin: 100px 0;
  background-color: var(--nims-bg-gray);
  padding: 40px 30px;
}

.contact-us-form h5 {
  font-family: var(--nims-font-neue);
  font-weight: bold;
  font-size: var(--f30);
  line-height: 74px;
  margin-bottom: 30px;
}

.contact-us-form p {
  font-family: var(--nins-font-overpass);
  font-weight: 300;
  font-size: var(--f18);
  line-height: 32px;
  margin-bottom: 40px;
}

.contact-us-form .col-12 p {
  margin: 0;
}

.contact-us-form input {
  margin: 0;
}

.contact-us-form input[type="checkbox"] {
  display: block;
  width: 20px;
  height: 20px;
  padding: 10px;
  border: none;
  margin-top: 6px;
  border: 1px solid var(--nims-black);
}

.wpcf7-list-item label {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.contact-us-form .main-cf7-captcha .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.contact-us-form .main-cf7-captcha {
  width: 50%;
  margin-right: 26px;
}

.contact-us-form #image-captcha-cf7 {
  width: calc(50% - 50px);
  height: 40px;
}

.contact-us-form #reload_captcha {
  width: 40px;
  height: 40px;
}

.contact-us-form .main-cf7-captcha .wpcf7-form-control-wrap input {
  width: 100%;
}

.contact-us-form .captcha_main {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.contact-us-form p:empty {
  display: none;
}

.contact-us-form .col-12 {
  margin-top: 20px;
}

.wpcf7-list-item {
  margin: 0;
}

.contact-us-form input[type="submit"] {
  font-family: var(--nins-font-overpass);
  font-weight: bold;

  font-size: var(--f16);
  line-height: 20px;
  text-align: center;
  background: var(--nims-dark-red);
  transition: all 0.4s;
  color: white;
  font-weight: bold;
}

.contact-us-form input[type="submit"]:hover {
  background: var(--nims-red);
}

.form-check-input[type=checkbox]{
  background-color: transparent;
  transition: all 0.4s;
}
.form-check-input:checked[type=checkbox]{
  background-color: var(--nims-dark-red);
}

#accordions-section .accordion-con p strong {
  margin: 20px 0 10px;
  display: block;
}

#accordions-section .accordion-con p {
  margin-bottom: 0;
}
#wpcf7-f1008-o1 span[data-name="SelectCourse"]{
	display:none;
}
/*  */

@media (min-width: 768px) {
  #about-banner .banner-programs h1 {
    font-size: var(--f56);
    line-height: 76px;
    left: 0;
    padding: 0;
    text-align: left;
    bottom: 100px;
    transform: unset;
  }

  .departments-cards {
    width: 50%;
  }

  .parth-one,
  .parth-two {
    width: 100vw;
    right: 50%;
    transform: translateX(50%);
  }

  .parth-two {
    left: 50%;
    transform: translateX(-50%);
  }

  .padding-parth-main {
    order: 1;
  }

  .padding-parth-text {
    order: 2 !important;
  }

  .padding-parth-main:nth-child(even) {
    order: 1;
  }

  .padding-parth-main:nth-child(odd) {
    order: 1;
  }
}

@media (min-width: 992px) {
  .parth-white-text,
.img-section-text {
  justify-content: center;
  align-items: center;
}
  .contact-overlays .contact-us-details {
    font-size: var(--f18);
  }
  #about-banner .banner-programs {
    clip-path: unset;
  }

  .departments-cards {
    width: 100%;
  }

  .about-inner-section h6,
  .programs-details-cards h6 {
    font-size: var(--f40);
    line-height: 46px;
  }

  .programs-details p {
    font-size: var(--f18);
    line-height: 32px;
  }

  /*  */
  section#departments-cards {
    padding: 0;
  }

  /*  */
  .about-last-section {
    background: linear-gradient(to bottom,
        #ffffff00 0%,
        #ffffff00 70%,
        var(--nims-bg-gray) 50%,
        var(--nims-bg-gray) 100%);
  }

  .padding-parth-main:nth-child(even) {
    order: 2;
  }

  .padding-parth-main:nth-child(odd) {
    order: 1;
  }

  .parth-one {
    right: 0;
    transform: unset;
  }

  .parth-two {
    left: 0;
    transform: unset;
  }

  .parth-one,
  .parth-two {
    width: 50vw;
  }

  .padding-parth-left {
    padding-left: 30px !important;
  }

  .padding-parth-right {
    padding-right: 30px;
  }

  .padding-parth-text {
    padding: 200px 0;
  }

  .about-inner-section .row .col-md-6 {
    min-height: 700px;
  }

  .padding-parth {
    padding: 240px 0;
  }

  .read-more-btn {
    width: 50%;
  }

  .read-more-btn a {
    border-radius: 0;
  }

  .parth-one {
    clip-path: polygon(100% 20%, 100% 80%, 0 100%, 0 0);
  }

  .parth-two {
    clip-path: polygon(100% 0, 100% 100%, 0 80%, 0 20%);
  }

  .programs-details {
    padding-left: 0;
    padding-right: 0;
  }

  .programs-cards-inner h3 {
    margin-top: 30px;
    line-height: 39px;
  }
  .img-section-text .programs-cards-inner p {
    font-size: var(--f20);
    line-height: 32px;
  }
  /*  */
}

@media (min-width: 1100px) {
  #about-banner .banner-programs {
    min-height: calc(100vh - 102px);
  }
}
@media (min-width: 1200px) {
  .padding-parth-text {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  .departments-cards {
    width: 50%;
  }
}