/* Common Classes Start */
.text-blue {
  color: #003b70;
}
/* Common Classes End */
.phone-call-btn {
  display: none;
}
.page-template-vlp-course .header,
.page-template-vlp-course .footer-phone,
.page-template-vlp-course .footer-mail{
  display: none !important;
}
.page-template-vlp-course .footer-phone-vlp,
.page-template-vlp-course .footer-mail-vlp{
  display: block !important;
}
.vlp-header {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  width: 100%;
  z-index: 99;
}
.vlp-header-wrapper {
  padding: 3rem 0;
}
.vlp-container {
  max-width: 1400px;
  width: 87.2%;
  padding: 0 30px;
  margin: 0 auto;
}
/* .vlp-btn-primary {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #d9a500;
  border: 1px solid #d9a500;
  padding: 1.5rem 4rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  margin-top: 4rem;
  width: max-content;
} */

.vlp-btn-primary {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3rem;
  width: max-content;
  display: block;
  padding: 1.5rem 4rem;
  border-radius: 3rem;
  font-size: 1.8rem;
  background: linear-gradient(to right, #ffffff 50%, #d9a500 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  transform: translateY(-1rem);
  margin-top: 5rem;
}
.vlp-btn-primary:hover {
  background-position: left bottom;
  color: #000;
  animation: btnTransform 1.5s linear infinite;
}

@keyframes btnTransform {
  0% {
    transform: translateY(-1rem);
  }
  50% {
    transform: translateY(-1.5rem);
  }
  100% {
    transform: translateY(-1rem);
  }
}
.vlp-header .vlp-logo img {
  max-height: 7rem;
  object-fit: contain;
}
.vlp-banner {
  min-height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #003b70;
  position: relative;
  margin-top: 0;
  z-index: 10;
}
.vlp-banner-overlay {
  background-color: transparent;
  background-image: radial-gradient(
    at center left,
    #003b70 30%,
    rgba(72, 79, 217, 0) 73%
  );
  opacity: 0.4;
  transition: all 0.3s ease;
  height: 106%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.vlp-banner-content-box {
  min-height: 700px;
  height: 102vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 5;
}
.vlp-section {
  max-width: 100% !important;
}
.vlp-banner-content {
  margin-top: 20rem;
  padding-bottom: 15rem;
}
.vlp-banner-content h1 {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
}
.vlp-banner-content h3 {
  font-size: 3rem;
  margin-top: 2rem;
  color: #ee1b24;
}
.vlp-intro-subject {
  background-color: #003b70;
}
.vlp-intro-subject h2 {
  color: #fff;
  padding: 1rem 3rem;
  font-size: 3rem;
  font-weight: 500;
  font-style: oblique;
  text-align: center;
  text-transform: capitalize;
}
.vlp-intro-content {
  padding: 13rem 0;
}
h3.vlp-title {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 1px;
}
h2.vlp-title {
  font-weight: 600;
  font-size: 5rem;
}
.vlp-title-border {
  width: 5rem;
  height: 6px;
  background-color: #d9a500;
  display: inline-block;
  margin-top: 1rem;
}
.vlp-intro-text {
  text-align: left;
  columns: 2;
  column-gap: 45px;
  margin-top: 4rem;
}
.vlp-intro-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: #000;
  font-weight: 300;
  line-height: 1.7;
}
.vlp-advantage-section {
  background-color: #003a70;
  padding: 13rem 0;
}
.vlp-advantage-usp {
  margin: 3rem -1.5rem 0 -1.5rem;
}
.vlp-advantage-usp li {
  width: 25%;
  padding: 0 1.5rem;
  margin-top: 5rem;
  height: inherit;
}
.vlp-adv-usp-box {
  -webkit-backdrop-filter: blur(8px); /* Safari 9+ */
  backdrop-filter: blur(10px); /* Chrome and Opera */
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.08);
  padding: 4rem 2rem;
  border-radius: 1rem;
  height: 100%;
}
.vlp-advantage-usp h4 {
  font-size: 3rem;
  font-weight: 500;
  margin: 3rem 0;
  text-transform: uppercase;
}
.vlp-adv-usp-box .usp-icon {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 8.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  margin: 0 auto;
  color: #003a70;
}
.vlp-form-section {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10rem 0;
}
.vlp-form-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  background-position: 100% -12%;
  background-repeat: no-repeat;
  background-size: 36% auto;
  opacity: 0.91;
  transition: all 0.3s ease;
}
.vlp-form-section .vlp-container {
  position: relative;
  z-index: 5;
}
.vlp-form-wrapper {
  background-color: #fff;
  padding: 4rem 4rem;
  margin-top: 5rem;
}
.vlp-form .input-box {
  width: 18%;
}
.vlp-form br,
.vlp-form .wpcf7-spinner{
  display: none;
}
.vlp-form .input-box label {
  display: block;
  color: #003a70;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.vlp-form .input-box input {
  width: 100%;
  outline: none;
}
.vlp-form .input-box.phone-dropdown-wrapper input{
  flex: 1;
  max-width: 100%;
  width: auto;
  padding-left: 100px !important;
}
.vlp-form .input-box input:not([type="submit"]) {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 14px 0px 14px 15px;
  font-size: 1.8rem;
}
.vlp-form .input-box input:not([type="submit"])::placeholder {
  color: #7c7c7c;
  font-size: 1.8rem;
}
.vlp-form .input-box input[type="submit"] {
  font-size: 1.8rem;
  padding: 1.6rem 1.5rem;
  border: 1px solid #102d5e;
  text-shadow: 0px 5px 10px rgba(252, 85, 70, 0.3);
  width: 100%;
  color: #fff;
  background-color: #102d5e;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.4s ease;
  cursor: pointer;
}
.vlp-form .input-box input[type="submit"]:hover {
  background-color: #fff;
  color: #102d5e;
}
.vlp-form .wpcf7-response-output{
  border: none !important;
  margin-left: 0 !important;
  text-align: center;
  color: #102d5e;
  font-weight: 400;
}
.vlp-form-section .title-with-line {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: rgba(16, 45, 94, 0.6);
  vertical-align: middle;
}
.title-with-line {
  display: inline-block;
  position: relative;
}
.title-with-line::before,
.title-with-line::after {
  content: "";
  width: 5rem;
  height: 4px;
  background-color: rgba(16, 45, 94, 0.17);
  display: inline-block;
  vertical-align: middle;
}
.title-with-line::before {
  margin-right: 15px;
}
.title-with-line::after {
  margin-left: 15px;
}
.section-only-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 450px;
}

.vlp-hiw-content {
  box-shadow: 0px 25px 50px -6px rgba(16, 45, 94, 0.17);
  margin-top: -5rem;
  padding: 5rem 4rem;
}
.vlp-hiw-text {
  text-align: justify;
  margin-top: 2rem;
}
.vlp-hiw-text p {
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
}
.vlp-hiw-img {
  padding-left: 5rem;
}
.vlp-certifications {
  margin-top: 20rem;
  padding-bottom: 12rem;
  background-color: #fff;
}
.vlp-certifications-left p {
  font-family: "Montserrat", sans-serif;
  margin-top: 2rem;
}
.vlp-certificate-list li {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 3rem 3.5rem;
  margin-right: 4%;
}
.vlp-certificate-list li h4 {
  color: #54595f;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
  position: relative;
}
.vlp-certificate-list li h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 5px;
  background-color: #d9a500;
}
.vlp-certificate-list li p {
  text-align: justify;
  padding-bottom: 3rem;
}

.vlp-awards-section {
  padding: 15rem 0;
}
.vlp-award-left p {
  margin-top: 2rem;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
  font-size: 2rem;
}
.vlp-award-item {
  width: 46%;
  margin: 2rem 0;
  position: relative;
}
.vlp-award-item img {
  object-fit: contain;
}
.vlp-award-text {
  padding: 3rem 6rem 2rem 6rem;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.vlp-award-text h6 {
  color: #7e7e7e;
  font-size: 1.6rem;
}
.vlp-award-text h4 {
  color: #7e7e7e;
  line-height: 1.1;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-top: 5px;
}
.vlp-award-text p {
  line-height: 1.1;
  margin-top: 5px;
  font-weight: 400;
  font-size: 1.6rem;
}
.vlp-award-text h3 {
  font-weight: bold;
}
.vlp-courses-section {
  padding: 12rem 0;
}
.vlp-course-table table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-top: 3rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.vlp-course-table td,
.vlp-course-table th {
  padding: 8px;
  text-align: left;
  border-width: 0 1px 1px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
}
.vlp-course-table th {
  font-weight: 600;
}
.vlp-course-table table a {
  color: #d9a500;
}

.vlp-teachers-section {
  padding-bottom: 15rem;
}
.vlp-teachers-wrapper {
  margin: -5rem auto 0 auto;
  box-shadow: 0px 25px 50px -6px rgba(16, 45, 94, 0.17);
  max-width: 1200px;
}
.vlp-teachers-right {
  padding: 5rem 5rem;
}
.vlp-teachers-right .vlp-btn-primary {
  background: linear-gradient(to right, #003b70 50%, #d9a500 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}
.vlp-teachers-right .vlp-btn-primary:hover {
  color: #fff;
  background-position: left bottom;
}

.vlp-teachers-right p {
  font-family: "Montserrat", sans-serif;
}
.vlp-partner-section {
  padding: 12rem 0;
}
.vlp-partners-list li {
  width: 25%;
  text-align: center;
}
.vlp-partners-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 5rem;
  width: 100%;
}
.vlp-partners-list li img {
  object-fit: contain;
  max-height: 9rem;
  transition: all 0.5s ease;
}
.vlp-partners-list li a:hover img {
  transform: scale(1.1);
}
.vlp-campus-section {
  padding: 12rem 0;
}
.vlp-campus-map iframe {
  width: 100%;
  min-height: 370px;
}
.vlp-campus-usp-wrapper {
  margin-top: -8rem;
}
.vlp-campus-usp li {
  width: 30%;
  margin-right: 5%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.vlp-campus-usp li:nth-child(3n) {
  margin-right: 0;
}
.vlp-campus-usp-img {
  height: inherit;
}
.vlp-campus-usp-img img {
  object-fit: cover;
  height: 100%;
  max-height: 25rem;
  display: block;
}
.vlp-uc-top {
  background-color: #003b70;
  color: #fff;
  padding: 2rem 2.5rem;
}
.vlp-uc-top h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.4;
}
.vlp-uc-top h4 strong {
  font-weight: bold;
  display: block;
}
.vlp-uc-bottom {
  padding: 2rem 2.5rem;
}
.vlp-uc-bottom p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .vlp-container {
    width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .vlp-container {
    width: 100%;
  }
  .vlp-campus-usp li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .vlp-campus-usp li:last-child {
    margin-bottom: 0;
  }
  .vlp-campus-usp-img img {
    min-height: 30rem;
  }
}
@media screen and (max-width: 1080px) {
  .vlp-advantage-usp li {
    width: 50%;
  }
  .vlp-form .input-box {
    width: 23%;
  }
  .vlp-form .input-box.submit-box {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }
  .vlp-form .input-box.submit-box input {
    width: max-content;
    min-width: 150px;
  }
  .vlp-awards-section,
  .vlp-courses-section,
  .vlp-intro-content {
    padding: 10rem 0;
  }
  .vlp-certificate-list,
  .vlp-awards-right {
    margin-top: 5rem;
  }
  .vlp-faculty-btn {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  .vlp-partner-section {
    padding: 0rem 0;
  }
}
@media screen and (max-width: 930px) {
  .vlp-intro-text {
    column-gap: 0;
    columns: 1;
  }
  .vlp-form .input-box {
    width: 45%;
    margin-bottom: 3rem;
  }
  .vlp-form .input-box.submit-box {
    margin-top: 0;
    margin-bottom: 0;
  }
  .vlp-course-wrapper {
    flex-direction: column-reverse;
  }
  .vlp-course-thumb {
    margin-bottom: 7rem;
  }
  .vlp-course-slider img {
    max-height: 450px;
    object-fit: cover;
  }
  .vlp-partners-list li {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .vlp-container {
    padding: 0 15px;
  }
  .vlp-advantage-section,
  .vlp-awards-section,
  .vlp-courses-section,
  .vlp-intro-content {
    padding: 8rem 0;
  }
  .vlp-award-item {
    width: 100%;
    max-width: 320px;
    margin: 3rem auto;
  }
}

@media screen and (max-width: 600px) {
  .vlp-banner-content {
    text-align: center;
    transition: all 0.4s ease;
  }
  .vlp-banner-content.stick{
    min-height: 55rem;
  }
  .vlp-banner-cta {
    display: flex;
    justify-content: center;
    transition: all 0.4s ease;
    animation: smoothScrollBack 1s forwards;
  }
  @keyframes smoothScrollBack {
    0% {
      transform: translateY(30rem);
    }
    100% {
      transform: translateY(0rem);
    }
  }
  .vlp-banner-content.stick .vlp-banner-cta{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 2rem;
    animation: smoothScroll 1s forwards;
  }
  .vlp-banner-content.stick .vlp-btn-primary {
    animation: btnTransform 1.5s linear infinite;
  }


  @keyframes smoothScroll {
    0% {
      transform: translateY(-30rem);
    }
    100% {
      transform: translateY(0rem);
    }
  }
  .vlp-advantage-usp li,
  .vlp-form .input-box,
  .vlp-certificate-list li {
    width: 100%;
  }
  .vlp-hiw-content,
  .vlp-teachers-right,
  .vlp-teachers-wrapper {
    margin-top: 0;
    padding: 8rem 0 0 0;
    box-shadow: none;
  }
  .vlp-certifications {
    margin-top: 12rem;
    padding-bottom: 6rem;
  }
  .vlp-certificate-list li {
    margin-bottom: 4rem;
  }
  .vlp-teachers-right {
    padding-top: 0;
  }
  .vlp-partners-list li a {
    padding: 3rem 3rem;
  }
  .section-only-bg {
    min-height: 250px;
  }

  .phone-call-btn {
    width: 55px;
    height: 55px;
    right: 2.5rem;
    bottom: 3rem;
    padding: 13px;
    background: #d9a500;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .phone-call-btn img{
    filter: invert(1);
  }

  .phone-call-btn:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -12px;
    left: -12px;
    background-color: #d9a500;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0);
      opacity: 0;
    }
    25% {
      -webkit-transform: scale(0.3);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(0.6);
      opacity: 0.6;
    }
    75% {
      -webkit-transform: scale(0.9);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }

  @keyframes pulse {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    25% {
      transform: scale(0.3);
      opacity: 1;
    }
    50% {
      transform: scale(0.6);
      opacity: 0.6;
    }
    75% {
      transform: scale(0.9);
      opacity: 0.3;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
}
@media screen and (max-width: 450px) {
  .vlp-header .vlp-logo img {
    max-height: 5rem;
  }
  .vlp-banner-content h1 {
    font-size: 4rem;
  }
  .vlp-banner-content h1 br {
    display: none;
  }
  .vlp-banner-content h3 {
    font-size: 2.5rem;
  }
  h3.vlp-title {
    font-size: 3.5rem;
  }
  h2.vlp-title {
    font-size: 4rem;
  }
  .vlp-adv-usp-box .usp-icon {
    font-size: 6.5rem;
    width: 16rem;
    height: 16rem;
  }
  .vlp-adv-usp-box p {
    font-size: 1.9rem;
  }
  .vlp-form-section .title-with-line {
    font-size: 2.5rem;
  }
  .title-with-line::before,
  .title-with-line::after {
    height: 3px;
  }
  .vlp-form-section {
    background-color: #fff;
    background-image: none !important;
    padding: 8rem 0;
  }
  .vlp-form-wrapper {
    padding: 0;
  }
  .vlp-course-slider img {
    max-height: 300px;
  }
  .vlp-partners-list li {
    width: 50%;
  }
  .vlp-campus-usp-img,
  .vlp-campus-usp-content {
    width: 100% !important;
  }
  .vlp-campus-usp-img img {
    min-height: 15rem;
    max-height: 18rem;
  }
  .vlp-campus-section {
    padding-bottom: 8rem;
  }
  .vlp-course-table td,
  .vlp-course-table th {
    font-size: 1.5rem;
  }
}
