/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
@font-face {
  font-family: salzburg-serial-light1;
  src: url(../fonts/Salzburg-Serial-RegularDB.ttf);
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 3px 0px 12px 0px #5b6fe633;
  box-shadow: 3px 0px 12px 0px #5b6fe633;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #808080;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #ff0308;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #425451;
}

.services .description {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a {
  color: rgb(253, 7, 7) !important;
}

/*--------------------------------------------------------------
# Info Box
--------------------------------------------------------------*/
.info-box .content {
  padding: 60px 100px 0 100px;
}

.info-box .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.info-box .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.info-box .content p {
  font-size: 15px;
  color: #6b8a86;
}

.info-box .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.info-box .accordion-list {
  padding: 0 100px 60px 100px;
}

.info-box .accordion-list ul {
  padding: 0;
  list-style: none;
}

.info-box .accordion-list li + li {
  margin-top: 15px;
}

.info-box .accordion-list li {
  padding: 20px;
  background: #f2f5f4;
  border-radius: 5px;
}

.info-box .accordion-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 30px;
  outline: none;
  transition: ease-in-out 0.3s;
}

.info-box .accordion-list a:hover {
  color: #1bbca3;
}

.info-box .accordion-list span {
  color: #ff0308;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.info-box .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.info-box .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.info-box .accordion-list .icon-show {
  display: none;
}

.info-box .accordion-list a.collapsed {
  color: #343a40;
}

.info-box .accordion-list a.collapsed:hover {
  color: #1bbca3;
}

.info-box .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.info-box .accordion-list a.collapsed .icon-close {
  display: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 40px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.videotext {
  padding: 40px;

  z-index: 100000000;
  position: fixed;
}
.main {
  background-color: #e7e5e6;
  padding: 40px;
  opacity: 0.5;
}
.textspan {
  margin: 0 15px;
  line-height: 0.7;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  animation: span 3s ease-in infinite alternate;
  color: #374341;
  font-size: 24px;
}
.letter {
  display: inline-flex;
  height: 30px;
  width: 27px;
  /* border: 2.5px solid #FF1EAD; */
  border: 2.35px solid black;
  border-radius: 14px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75), inset 0 0 2px rgba(0, 0, 0, 0.45);

  animation: letter 3s ease-in-out infinite alternate;
}
@keyframes span {
  0%,
  10% {
    margin: 0 15px;
  }
  10%,
  20% {
    margin: 0 5px;
  }
}
@keyframes letter {
  0%,
  10% {
    width: 27px;
  }
  10%,
  20% {
    width: 30vw;
  }
}
.why-us {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
}

.why-us .content {
  padding: 30px;
  background: #ed1c24;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: #ff0308;
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #ff5821;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ff0308;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #ff0308;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #7f6d68;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ffcbba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.about .icon-box .icon i {
  color: #ed1c24;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #ed1c24;
  border-color: #ff5821;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #ff5821;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: #ff0308;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ff5821;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.services {
  padding-bottom: 30px;
}

.services .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #e43c5c;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #e43c5c;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #493c3e;
  transition: ease-in-out 0.3s;
}

.features .icon-box:hover a {
  color: #e43c5c;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.8)),
    url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #e43c5c;
  border: 2px solid #e43c5c;
}

@media (min-width: 1024px) {
  .cta {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #7f6d68;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #554945;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ffcbba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.about .icon-box .icon i {
  color: #ff5821;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #ff5821;
  border-color: #ff5821;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #ff5821;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff5821 50%, rgba(255, 88, 33, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 88, 33, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ff5821;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.videotext1 #loading1 {
  background-color: rgba(247, 247, 247, 0.65); /*#d0d3d3a1;*/
  padding: 40px;
  max-width: 700px;
  font-size: 18px;
  color: #252525;
  line-height: 20px;
}
.service-box {
  background: #fff;
  padding: 30px 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9999;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-shadow {
  -webkit-box-shadow: 3px 0px 12px 0px #5b6fe633;
  box-shadow: 3px 0px 12px 0px #5b6fe633;
}
.container-fluid.studpage {
  padding: 60px 160px;
  text-align: center;
  padding-right: 80px;
}
.container-fluid.studpage1 {
  padding: 60px 160px;
  text-align: center;
  font-size: 18px;
  padding-bottom: 0;
  letter-spacing: 0.5px;
}
#mobility .col-lg-8.col-md-8.col-sm-12.col-12.text-right {
  padding-right: 40px;
}

#mobility .col-lg-4.col-md-4.col-sm-12.col-12.text-left.mt-4 {
  padding-left: 40px;
}
.container-fluid.uni1 {
  padding: 60px 160px;
  text-align: center;
}
.inhend h1 {
  background: #f2f4f3 !important;
}
.in-heading.inhend h1 span {
  background: #f2f4f3 !important;
}

.bgst {
  background: #f2f4f3;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.uni1 .service-box {
  max-height: 230px;
}
.uni1 .service-box p {
  margin-top: 30px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.container-fluid.studpage2 {
  padding: 0px 260px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 80px;
}
.container-fluid.studpage img {
  margin-bottom: 20px;
}
.container-fluid.studpage2 img {
  margin-bottom: 20px;
}
.in-heading {
  width: 100%;
  margin-bottom: 50px;
}
.service-box {
  background: #fff;
  padding: 30px 60px;
  position: relative;
  z-index: 9999;
  border-radius: 8px;
  max-height: 200px;
  height: 100%;
  margin-bottom: 60px;
}

.studpage1 .service-box {
  margin-bottom: 110px;
  color: #ff0308;
}
.videotext1 #loading1 p {
  margin-top: 20px;
}
.cont a {
  color: #ff0308;
  border: 2px solid #ff0308;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
.studpage1 .cont a {
  color: #ff0308;
  border: 2px solid #ff0308;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 123px;
  justify-content: center;
  margin: 40px auto;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 5);
    opacity: 0;
  }
}
#loading {
  -webkit-animation: rotation 7s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(60deg);
  }
}

.school-p {
  background-color: #d0d3d3a1;
  padding: 40px;
  max-width: 700px;
  font-size: 18px;
  color: #252525;
  line-height: 20px;
}
.school-p p {
  margin-top: 30px;
}
.school1 {
  margin-top: 40px;
}
.school1 a {
  color: #374341;
  font-size: 18px;
}
.readmore {
  color: #ff0308 !important;
}
.school2 .service-box {
  color: #374341 !important;
  margin-bottom: 70px !important;
}
.school1 .service-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sty {
  background: #f3f5f4;
  padding: 20px;
}
.sty .service-box {
  margin-bottom: 0;
  color: #ff0308;
  max-height: 600px;
  height: 400px;
  padding: 0 80px;
}
.school3 .cont a {
  margin: 40px !important;
}
.container-fluid.studpage1.school3 {
  padding-top: 0;
}
.container-fluid.studpage1.school4 {
  padding-top: 0;
}
.school4 .service-box {
  margin-bottom: 70px;
  color: #000000;
}
@media (max-width: 1024px) {
  .info-box .content,
  .info-box .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .info-box {
    /* img {
      padding-top: 30px;
    } */
  }
  .info-box .content {
    padding-top: 30px;
  }
  .info-box .accordion-list {
    padding-bottom: 30px;
  }
}
.container .title {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  margin: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.content .content-overlay {
  background: #f1f3f2;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #000;
}
.ureadmore {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ff0308;
}

.fadeIn-bottom {
  top: 80%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}
a {
  text-decoration: none !important;
}
.in-heading h1 {
  position: relative;
  display: inline !important;
  background: #fff;
  font-size: 2rem;
  color: #374341;
  max-width: 130px;
  text-align: center;
  margin: 24px auto;
  text-transform: capitalize;
  padding: 4px;
  letter-spacing: 1px;
  font-family: Verlag-Book;
}
#partnership .for-text::before {
  right: 21%;
}
#partnership .for-text::after {
  left: 21%;
}

#outreach .for-text::before {
  right: 24%;
}
#outreach .for-text::after {
  left: 24%;
}

#mobility .for-text {
  font-size: 2rem;
}
#mobility .for-text::before {
  right: 12%;
}
#mobility .for-text::after {
  left: 12%;
}

.studpage .for-text::before {
  right: 22%;
}
.studpage .for-text::after {
  left: 22%;
}

.inhend .for-text::before {
  right: 21%;
}
.inhend .for-text::after {
  left: 21%;
}

.studpage2 .for-text::before {
  right: 31%;
}
.studpage2 .for-text::after {
  left: 31%;
}

#elite .for-text::before {
  right: 40%;
}
#elite .for-text::after {
  left: 40%;
}

#PMS .for-text::before {
  right: 50%;
}
#PMS .for-text::after {
  left: 50%;
}

.for-text {
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 999;
}

.for-text::after {
  content: "";
  border-top: 3px solid #ff0308;
  position: absolute;
  width: 600px;
  margin: 0 auto;
  top: 50%;
  bottom: 0;
  height: 0;
  z-index: -1;
}
.for-text::before {
  content: "";
  border-top: 3px solid #ff0308;
  position: absolute;
  width: 600px;
  margin: 0 auto;
  top: 50%;
  bottom: 0;
  height: 0;
  z-index: -1;
}

.formain {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.for-text span {
  padding: 10px;
}
.subtitle {
  margin-top: 35px;
  margin-bottom: 40px;
}
.univ-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px;
}
.un-box {
  width: 18%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0308;
  margin-bottom: 20px;
  border-radius: 10px;
}
.container-fluid.studpage1.unt3 {
  padding: 60px 300px;
  margin-bottom: 40px;
}
.bgcolor {
  background: #f2f4f3;
}

.unt3 .service-box {
  margin-bottom: 0;
}
.cont {
  width: 100%;
}
.unt4 {
  text-align: center;
  margin: 40px 0;
}
.unt5 .service-box {
  padding: 30px 16px;
}
.unt6 {
  text-align: center;
  margin-bottom: 40px;
}
/* .unt6 .in-heading h1::before {
  content: "";
  position: absolute;
  background: #ff0308;
  right: -15px;
  top: 27px;
  height: 3px;
  z-index: -1;
  width: 125%;
} */

.unt6 h2 {
  color: #ff0308;
  font-size: 24px;
  margin-top: 40px;
}
.gov1 .service-box {
  margin-bottom: 40px;
  color: #000;
}
.gov1 .in-heading p {
  padding: 0 200px;
}
.Edusec .icon-box {
  height: 430px;
}
.for-text1 {
  text-align: center;
  padding: 10px;
  font-size: 13px;
  position: relative;
  z-index: 999;
  font-size: 2rem;
  text-align: center;
  margin: 24px auto;
  text-transform: capitalize;
  padding: 4px;
}
.for-text1::before {
  content: "";
  border-top: 3px solid #ff0308;
  position: absolute;
  width: 680px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  bottom: 0;
  height: 0;
  z-index: -1;
}
.for-text1::after {
  content: "";
  border-top: 3px solid #ff0308;
  position: absolute;
  width: 680px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  bottom: 0;
  height: 0;
  z-index: -1;
}

.for-text1 span {
  background: #f2f4f3;
  padding: 5px;
}
#partnership .for-text1 span {
  background: #fff;
  padding: 5px;
}
#outreach .for-text1 span {
  background: #fff;
  padding: 5px;
}
#mobility .for-text1 span {
  background: #fff;
  padding: 5px;
}
.higher-edu .for-text1 span {
  background: #fff;
  padding: 5px;
}
.document-prep .for-text1 span {
  padding: 5px;
}
.global-opt .for-text1 span {
  background: #fff;
  padding: 5px;
}
#elite .for-text1 span {
  background: #fff;
  padding: 5px;
}
#PMS .for-text1 span {
  background: #fff;
  padding: 5px;
}
#global .for-text1 span {
  background: #fff;
  padding: 5px;
}
.genesis .for-text1 span {
  background: #fff;
  padding: 5px;
}
.directors-p .for-text1 span {
  background: #fff;
  padding: 5px;
}
.advisory .for-text1 span {
  background: #fff;
  padding: 5px;
}
.frames .for-text1 span {
  background: #fff;
  padding: 5px;
}
.library_p .for-text1 span {
  background: #fff;
  padding: 5px;
}
.library_p .for-text1::after {
  width: 190px;
}
.library_p .for-text1::before {
  width: 190px;
}
.frames .for-text1::after {
  width: 180px;
}
.frames .for-text1::before {
  width: 180px;
}
.directors-p .for-text1::after {
  width: 210px;
}
.directors-p .for-text1::before {
  width: 210px;
}
.advisory .for-text1::after {
  width: 300px;
}
.advisory .for-text1::before {
  width: 300px;
}
.genesis .for-text1::after {
  width: 190px;
}
.genesis .for-text1::before {
  width: 190px;
}
#PMS .for-text1::after {
  width: 840px;
}
#PMS .for-text1::before {
  width: 840px;
}
#global .for-text1::after {
  width: 300px;
}
#global .for-text1::before {
  width: 300px;
}
.global-opt .for-text1::after {
  width: 500px;
}
.global-opt .for-text1::before {
  width: 500px;
}
.document-prep .for-text1::after {
  width: 400px;
}
.document-prep .for-text1::before {
  width: 400px;
}
.higher-edu .for-text1::after {
  width: 420px;
}
.higher-edu .for-text1::before {
  width: 420px;
}
#mobility .for-text1::after {
  width: 190px;
}
#mobility .for-text1::before {
  width: 190px;
}
#partnership .for-text1::after {
  width: 380px;
}
#outreach .for-text1::after {
  width: 400px;
}
#partnership .for-text1::before {
  width: 380px;
}
#outreach .for-text1::before {
  width: 400px;
}
#partnership .container-fluid.studpage1.gov1 {
  margin-bottom: 40px;
}
q::after {
  color: #ff0308;
}
q::before {
  color: #ff0308;
}
.col-lg-6.uni-last {
  display: flex;
  align-items: center;
}
.frmspn {
  background: #fff;
}
.frames .for-text::before {
  right: 14%;
}
.frames .for-text::after {
  left: 14%;
}
.frames .section-title,
.advisory .section-title,
.genesis .section-title,
.lib-page .section-title {
  margin-top: 30px;
}
.advisory .for-text span {
  padding: 10px;
  background: #fff;
}
#GTE .for-text p {
  max-width: 620px;
  margin: 0 auto;
  background: #f2f4f3;
  width: 100%;
  padding: 0 10px;
}
.advisory .for-text::before {
  right: 26%;
}
.advisory .for-text::after {
  left: 26%;
}
.director_title .for-text::before {
  right: 17%;
}
.director_title .for-text::after {
  left: 17%;
}
#GTE .for-text::before {
  width: 450px;
}
#GTE .for-text::after {
  width: px;
}
.genesis .for-text span {
  padding: 10px;
  background: #fff;
}
.container-fluid.library {
  padding: 60px 160px;
}
.library .row {
  align-items: center;
}
.lib-left {
  text-align: right;
  padding-right: 40px;
}
.library img {
  width: 100%;
}
.libpd {
  padding-right: 35px;
}
.libpdR {
  padding-left: 35px;
}
.lib-right {
  padding-left: 40px;
}

.lib-page .for-text span {
  padding: 10px;
  background: #fff;
}
.lib-page .for-text::before {
  right: 14%;
}
.lib-page .for-text::after {
  left: 14%;
}

.libarymodal .modal-title {
  color: #ff0308;
  font-weight: 500;
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 1px;
}

.libarymodal .modal-body {
  color: #000;

  text-align: center;
  width: 100%;

  letter-spacing: 1px;

  font-size: 14px;
  line-height: 18px;
}
.libarymodal .modal-dialog {
  margin: 10rem auto;
}
