:root {
  --primary-color: #055187;
  --secondary-color: #fff495;
}
.navbar-nav .nav-item .nav-link {
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(
    to right,
    var(--primary-color),
    var(--primary-color) 50%,
    #0c0b39 50%
  );
  background-image: -moz-linear-gradient(
    to right,
    var(--primary-color),
    var(--primary-color) 50%,
    #0c0b39 50%
  );
  background-image: -ms-linear-gradient(
    to right,
    var(--primary-color),
    var(--primary-color) 50%,
    #0c0b39 50%
  );
  background-image: -o-linear-gradient(
    to right,
    var(--primary-color),
    var(--primary-color) 50%,
    #0c0b39 50%
  );
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--primary-color) 50%,
    #0c0b39 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
}
.navbar-nav .nav-item .nav-link a {
  color: rgb(255, 165, 0) !important;
}
.logo-responsive {
  height: 45px;
}
.sticky .logo-responsive {
  height: 35px;
}
.online-course img {
  width: 100%;
  height: auto;
}

.slider-sec {
  /* background:#f9f8e9; */
  background: var(--primary-color);
  /* background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.7)), url(../images/bg-1.jpg); */
}
.news-heading {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.marquee-div {
  background: #ffffff;
  /* height: 100%; */
  text-align: center;
}

.carousel-caption {
  bottom: 2.25rem;
}

.logo-footer {
  height: 50px;
}
.color-orange {
  color: var(--secondary-color);
}
footer ul li a:hover,
footer a:hover {
  color: var(--secondary-color);
}
.centered-css {
  display: block;
  margin: 0 auto;
}
.author-footer {
  border-left: 4px solid var(--primary-color);
  padding: 0px 0px 0px 10px;
}
.author-footer-no-border {
  border-left: none !important;
  padding: 0px 0px 0px 10px;
}
.inner-banner {
  height: 350px;
}

.read-more {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.read-more:hover {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000 !important;
}

.faculty-block:hover .team-image {
  transform: none;
}

.team-image {
  border: none;
}
.industry-visit img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.faculty-block {
  margin-bottom: 0rem;
  border: 0.5px solid #e8e8e8;
  padding-top: 20px;
  height: 100%;
}
.recruiter-img {
  width: 150px;
}

.target {
  background: linear-gradient(rgba(5, 82, 136, 0.8), rgba(5, 82, 136, 0.8)),
    url("../images/bg-2.jpg");
  background-position: center;
  background-size: cover;
}
.counter-section .counter-box .count-title {
  background: var(--primary-color) !important;
}
.event-gallery .slick-slide .gallery-item:before {
  background: none;
}

.btn-border {
  border: none !important;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--primary-color);
  padding: 0.875rem 2.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-border:hover {
  background: #000000;
  color: #ffffff;
}

.carousel .btn:hover,
.post .btn:hover,
.career-form .btn:hover,
.contact-form .btn:hover,
.result .btn:hover,
.search-student .btn:hover,
.join-us:hover {
  background: #0c0b39;
  /* border: #0c0b39; */
  color: white;
}
#adm-highlight {
  color: red !important;
}
.h-200 {
  height: 200px;
}
.contact-us-block {
  height: auto;
}

.contact-form-padding-right-none {
  border: 1px solid var(--primary-color);
  position: relative;
  /* padding-right: 170px !important; */
}
.btn:hover {
  background: #000000;
  color: #ffffff;
}
.joinus-content {
  margin: 0;
  padding: 2rem;
}

.marquee span {
  animation: marquee;
}
.pdf-embed {
  width: 100%;
  height: 650px;
}
.course-cta:hover {
  color: var(--secondary-color);
}
.ach {
  border: 0.5px solid #e0e0e0;
}
.ach2 {
  border: 1px solid #000000;
  padding: 5px;
}
.ach-img {
  width: 200px;
  margin: 0 auto;
  display: block;
  padding: 15px;
}
.notice-pg {
  border: 1px solid #000000;
  padding: 20px;
}
.list-unstyled {
  margin: 0;
}
.privacy-para,
.lead {
  font-size: 1.15rem;
}
.contact-form-padding-right-none input[type="radio"] {
  zoom: 1.3;
  height: auto;
  margin: 0 0 0 10px;
}
.label-span {
  font-size: 1rem;
}
.textarea {
  height: 120px;
}
label {
  color: var(--primary-color);
}
.del-btn {
  padding: 2px 8px;
}
.selectyear {
  line-height: 1;
}

.applynow-div {
  position: fixed;
  right: -51px;
  top: 300px;
  transform: translateX(0px) rotate(-90deg);
  z-index: 999;
}

.applynow-btn {
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  background: #ff0000;
}
.applynow-btn:hover {
  background: #000000;
  color: #ffffff;
}
.modal-dialog {
  max-width: 400px;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .navbar-nav .nav-link {
    font-size: 11px;
  }
}
@media screen and (max-width: 950px) {
  .logo-responsive {
    height: 35px;
  }
  .sticky .logo-responsive {
    height: 25px;
  }
  .md-mb-4 {
    margin-bottom: 30px;
  }
  .joinus-content {
    margin: 30px 0 0 0 !important;
  }
  .contact-us .slick-prev,
  .contact-us .slick-next {
    bottom: -40px;
  }
}

@media screen and (max-width: 500px) {
  .counter-section,
  .target,
  .our-team,
  .online-course,
  .search-course,
  .event-listing,
  .event-gallery,
  .blog,
  .blog-detail,
  .aboutus,
  .abt-counter,
  .timeline,
  .result,
  .result-list,
  .student,
  .faculties,
  .course,
  .blog-block,
  .contact-section {
    padding: 30px 0;
  }
  .top-header {
    display: none;
  }
  .industry-visit img {
    height: 110px;
  }

  .logo-footer {
    height: 40px;
  }
  .modal-content {
    width: 80%;
    margin: 60px auto;
  }
  .inner-banner {
    height: 220px;
  }
  .joinus-content {
    padding: 1.5rem;
    margin: 0 0 30px 0 !important;
    border-radius: 5px;
  }
  .read-more {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .p-17 {
    font-size: 14px;
  }
  .about-us {
    padding: 25px;
  }
  .pdf-embed {
    height: 400px;
  }
  .applynow-div {
    display: none;
  }
}
