body {
  color: black;
}

.logo-header img {
  max-width: 220px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  padding: 10px 40px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: var(--primary) !important;
  color: #fff;
  font-size: 1em;
  padding: 10px 60px !important;
}

.top-bar {
  background: linear-gradient(to right, #000000, #020247, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.top-bar ul li a {
  color: white;
}
.top-bar .dz-topbar-left ul, .top-bar .dz-topbar-left li {
  position: relative;
}
.top-bar .dz-topbar-left ul li:after {
  content: "";
  height: 15px;
  width: 1px;
  background: white;
  position: absolute;
  right: 5px;
  opacity: 0.6;
  top: 6px;
}
.top-bar .dz-topbar-left ul li:last-child:after {
  content: none;
}
.top-bar .dz-topbar-left ul li, .top-bar .dz-topbar-left .fas {
  color: white;
}

.nav-left-section {
  padding-left: 25px;
  padding-right: 0px;
  background: #ECE9E6; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: 2px 2px 10px 2px #bab9b9;
}

@media screen and (min-width: 769px) {
  .navbar.navbar-left a.main-tab {
    color: black;
  }
  .active {
    color: var(--primary) !important;
  }
  .navbar.navbar-left a.main-tab:hover {
    color: var(--primary);
  }
}
.nav-right-section {
  padding-right: 20px;
}

.text-justify {
  text-align: justify;
}

.custom-btn {
  background-color: #d71717;
  border: 0px;
}

.custom-btn:hover {
  background-color: #071e6f;
}

.notice-board {
  padding: 55px 20px;
}
.notice-board:after {
  background: linear-gradient(to bottom, rgba(0, 78, 146, 0.87) 0%, rgba(0, 4, 40, 0.72) 1%, black 24%, rgba(0, 78, 146, 0.87) 100%);
}

.extra-nav .btn-primary {
  background: var(--secondary); /* fallback for old browsers */
  border-width: 0px;
}
.extra-nav .btn-primary i {
  color: white;
  font-weight: bold;
}

.main-btn.main-btn-prev {
  background: #f5f0eb; /* fallback for old browsers */
}
.main-btn.main-btn-prev .fa.fa-angle-left {
  color: white;
}

.main-btn.main-btn-next {
  background-color: var(--primary);
}
.main-btn.main-btn-next .fa.fa-angle-right {
  color: white;
}

.notices-section i, .notices-section small.date {
  color: gold;
}
.notices-section small.date {
  font-weight: bold;
}
.notices-section .notices {
  height: 300px;
  padding-right: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 50px;
  scrollbar-color: #FF7468 white;
}
.notices-section .notices .table {
  border: 0px;
}
.notices-section .notices .custom-hr {
  background-color: black;
  color: white;
  border-bottom: 1px dashed white;
  margin: 15px auto;
}
.notices-section .btn-light {
  padding: 10px;
  font-size: 12px;
}
.notices-section .notice-title {
  text-align: left;
}
.notices-section .notice-title span {
  color: white;
}

.section-head.text-center p {
  max-width: 780px;
}

p.text-light {
  color: whitesmoke;
}
p.text-light strong {
  color: lightpink;
}

.section-pattren1 {
  background: #EB5757; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #071e6f, #000000); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #020247, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.section-pattren1 h5.sub-title {
  color: gold;
}
.section-pattren1 h2.title {
  color: white;
}

.approval-caption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.approval-caption strong {
  color: #0958ce;
}

.icon-bx-wraper.style-1:before {
  background: white;
}

.dz-card.style-2 .dz-info {
  padding: 0px 20px 10px;
}

.pagination .page-item:first-child {
  margin-right: 20px;
}

.pagination .page-item:last-child {
  margin-left: 20px;
}

.pagination .page-item .page-link {
  border: none;
  border-radius: var(--border-radius-base);
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--rgba-primary-1);
  color: var(--primary);
  font-weight: 700;
  text-align: center;
  padding: 0;
}

.pagination .page-item.active .page-link {
  background-color: var(--primary);
  box-shadow: none;
  color: #fff;
}

.pagination .page-item .page-link:hover {
  background-color: var(--primary);
  color: white;
}

.program-pagination ul.pagination {
  display: flex;
  justify-content: center;
}

.find-bx {
  margin-top: 0px;
}
.find-bx .las.la-search {
  color: white;
}
.find-bx .default-select {
  padding-left: 10px;
  font-size: 18px;
  color: var(--primary-dark);
}

.programs-offered p.text-center {
  max-width: 1000px;
}
.programs-offered p.text-center strong {
  color: #0958ce;
}

.content-inner-3 .dz-card .dz-info .dz-category li a {
  color: #0958ce;
}
.content-inner-3 .dz-card .dz-info .progress-tag i {
  color: #0958ce;
}
.content-inner-3 .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}
.content-inner-3 .swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--secondary);
}

.bg-primary1 {
  background-color: #f5f0eb;
}

.bg-primary2 {
  background-color: #F1F5F9;
}

.bg-primary5 {
  background: linear-gradient(to right, rgba(0, 78, 146, 0.87) 0%, rgba(0, 4, 40, 0.72) 1%, black 24%, rgba(0, 78, 146, 0.87) 100%);
}

.bg-primary6 {
  background: #a70909; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #a70909, #000000); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #a70909, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.dz-card.style-6 .dz-info {
  background-color: white;
}

.section-wrapper3 .img-1 {
  bottom: 0px;
  right: -40;
  filter: grayscale(1);
  width: 24vw;
  z-index: -1;
}

span.highlight {
  color: var(--secondary);
}

h4.custom-h4 {
  font-weight: 400;
}

.custom-bold-dark strong {
  color: #0958ce;
}

.content-inner-2 .dz-card.style-6 .dz-media .dz-badge, .content-inner-2 .dz-card.style-6:hover .btn, .content-inner-2 .dz-card.style-6:hover .wp-block-button__link {
  background-color: #f5f0eb;
  color: var(--primary);
  border: 0px;
}
.content-inner-2 .dz-title {
  font-weight: 300;
  font-size: 20px;
}
.content-inner-2 .dz-meta ul li i {
  color: var(--secondary);
}
.content-inner-2 .dz-meta ul li.dz-user span {
  color: var(--secondary) !important;
}
.content-inner-2 .dz-card.style-7 {
  background-color: rgba(167, 9, 9, 0.5); /* fallback for old browsers */
  background-blend-mode: multiply;
}
.content-inner-2 .dz-card.style-7 .dz-category .dz-badge-list li .dz-badge {
  background-color: var(--secondary);
  color: white;
}
.content-inner-2 .dz-card.style-7 .dz-info .dz-meta .dz-user i, .content-inner-2 .dz-card.style-7 .dz-info .dz-meta .dz-user span {
  color: white !important;
}

.content-inner-1 .icon-bx-wraper.style-5 .title {
  color: var(--secondary);
}

.why-us-section .list-check-1 li:before {
  content: "\f00c";
  top: 50%;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: var(--primary-dark);
  color: white;
  text-align: center;
}
.why-us-section .list-check-1 li {
  padding: 5px 0px 5px 40px;
  color: #071c35;
  font-weight: 400;
  line-height: 25px;
}
.why-us-section .accordion-item {
  margin-bottom: 5px;
}

.site-footer.style-2 .footer-top.footer-feature {
  padding-top: 0px !important;
}
.site-footer.style-2 .footer-top.footer-feature .widget-title {
  font-weight: 300;
  font-size: 18px;
}

.widget.widget_services li a {
  font-size: 14px;
  color: ghostwhite;
}
.widget.widget_services li a:hover {
  color: #f5f0eb;
}

.footer-contact {
  background: rgb(3, 49, 92);
  padding: 25px 50px 0px;
}
.footer-contact i.fa, .footer-contact li {
  font-size: 14px;
}
.footer-contact img {
  max-width: 250px;
  margin-bottom: 20px;
}
.footer-contact li {
  margin-bottom: 0px;
}
.footer-contact .widget_getintuch h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}
.footer-contact .widget_getintuch span {
  color: white;
  text-align: justify;
}
.footer-contact .widget_getintuch ul li {
  margin-bottom: 10px;
}

.footer-social {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 50px;
  background: #f5f0eb; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ffffff, #f5f0eb, #ffffff); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffffff, #f5f0eb, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.footer-social .toll-free {
  font-size: 25px;
  color: black;
}
.footer-social .toll-free span, .footer-social .toll-free i {
  color: #a70909;
}
.footer-social .follow-us ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social .follow-us ul h3 {
  font-size: 25px;
  font-weight: 400;
  color: #a70909;
  margin-bottom: 0px;
}
.footer-social .follow-us ul li img {
  margin: 5px 10px;
  width: 2rem;
  height: 2rem;
}

.site-footer.style-2 .footer-bottom {
  border-top: 0px;
  background: #EB5757; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #071e6f, #000000); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #020247, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer-bottom span.copyright-text {
  color: white !important;
}
.footer-bottom span.copyright-text a {
  color: white;
}
.footer-bottom .copyright-div {
  text-align: right;
}

.form-field-custom25 {
  display: none;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #d2d2d2 !important;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label.error-class, span.error-class {
  color: red;
  line-height: 16px;
  font-size: 14px;
}

.modal-wrapper .form-group {
  margin-bottom: 10px;
}
.modal-wrapper small {
  margin-top: 20px;
  display: block;
  line-height: 16px;
  font-size: 12px;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.swal2-confirm.swal2-styled {
  background-color: var(--primary) !important;
  margin-top: 0px;
}

.why-us-section {
  padding: 45px 25px 0px;
}

.alumni-section {
  padding-bottom: 150px;
}
.alumni-section h5.sub-title {
  color: white;
}
.alumni-section .counter-num.text-primary {
  color: white !important;
}
.alumni-section .counter-text {
  color: white;
}
.alumni-section .testimonial-3 .testimonial-content {
  min-height: 370px;
}

.social-connect .social_box {
  position: relative;
  padding-top: 10px;
}
.social-connect .social_box figure {
  margin: 0px;
}
.social-connect .social_box figure img {
  width: 100%;
  object-fit: cover;
}
.social-connect .social_icon {
  position: absolute;
  top: 0rem;
  background: red;
  padding: 0rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  left: 0;
  right: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3098039216);
  margin-top: -20px;
  z-index: 9999;
  color: white;
}
.social-connect .social_icon.facebook {
  background-color: #045FB4;
}
.social-connect .social_icon.instagram {
  background-color: #FE2E2E;
}
.social-connect .social_icon.twitter {
  background-color: #2E2E2E;
}
.social-connect .social_icon.linkedin {
  background-color: #0489B1;
}
.social-connect .section-head {
  margin-bottom: 0px;
}
.social-connect.section-wrapper1 {
  padding-top: 0px;
}

.placement-section h3 {
  font-weight: 300;
}
.placement-section h3 span {
  font-weight: 700;
}
.placement-section.overlay-primary-dark:before {
  background: rgb(3, 49, 92);
}

.recruiters-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.recruiters-section .logo-section {
  box-sizing: border-box;
  border-radius: 10px;
  margin: 20px;
  padding: 25px;
  background-color: white !important;
}
.recruiters-section .student-section {
  box-sizing: border-box;
  border-radius: 10px;
  background: #000428; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #004e92, #000428); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 25px;
  margin-bottom: 25px;
}
.recruiters-section .student-section .custom-bold-dark {
  color: white;
}
.recruiters-section .student-section p.text {
  color: white;
}
.recruiters-section .student-section .custom-h2 {
  display: flex;
  align-items: center;
}
.recruiters-section .student-section .custom-h2 .section-head {
  color: white;
  margin-bottom: 0px;
}
.recruiters-section .student-section .custom-h2 .section-head h2.title {
  color: white;
}
.recruiters-section .student-section .custom-h2 .section-head h2.title span {
  color: white;
}
.recruiters-section .section-head {
  margin-bottom: 25px;
}
.recruiters-section .recruiter-outer-box {
  border: 0.02rem dashed #ceced2;
  background-color: white;
  display: flex;
  padding: 15px;
  align-items: center;
}
.recruiters-section .content-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

h2.title {
  font-weight: 300;
}
h2.title span {
  font-weight: 600;
}

.campuses {
  margin-bottom: 50px;
}
.campuses.overlay-primary-dark:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 4, 40, 0.4) 1%, black 24%, rgba(0, 0, 0, 0.4) 100%) !important;
}
.campuses p {
  color: white;
}
.campuses p strong {
  color: white;
}
.campuses h2.title, .campuses h5.sub-title {
  color: white;
}
.campuses .dz-card.style-7 {
  min-height: 400px;
  background-color: transparent;
}
.campuses .dz-card.style-7 h2.dz-title {
  font-size: 25px;
  font-weight: 300;
}
.campuses .dz-card.style-7:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-blend-mode: overlay;
}
.campuses .dz-card.style-7.red:after {
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  background: linear-gradient(to bottom, rgba(203, 0, 102, 0.82), rgba(0, 0, 0, 0.8), rgb(0, 0, 0)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.campuses .dz-card.style-7.blue:after {
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  background: linear-gradient(to bottom, rgba(6, 65, 229, 0.8), rgba(0, 0, 0, 0.8), rgb(0, 0, 0)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.campuses .dz-card.style-7.green:after {
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  background: linear-gradient(to bottom, rgba(5, 101, 45, 0.8), rgba(0, 0, 0, 0.8), rgb(0, 0, 0)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.campuses .dz-card.style-7.purple:after {
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  background: linear-gradient(to bottom, rgba(69, 5, 101, 0.8), rgba(0, 0, 0, 0.8), rgb(0, 0, 0)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.campuses .dz-card.style-7.red:hover:after {
  background: rgba(186, 2, 82, 0.82);
}
.campuses .dz-card.style-7.blue:hover:after {
  background: rgba(6, 65, 229, 0.8);
}
.campuses .dz-card.style-7.green:hover:after {
  background: rgba(5, 101, 45, 0.8);
}
.campuses .dz-card.style-7.purple:hover:after {
  background: rgba(69, 5, 101, 0.8);
}

.approval-section.overlay-primary-dark:before {
  background: rgb(3, 49, 92);
}
.approval-section p strong {
  font-weight: 700;
  color: #0958ce;
}
.approval-section p.text-light strong {
  color: white;
}
.approval-section .icon-bx-wraper.style-1 {
  padding: 15px;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.admission-process {
  padding-bottom: 150px !important;
}
.admission-process .admission-process-image img {
  display: none;
}
.admission-process.overlay-primary-dark:before {
  background: #ffffff; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #0958ce, #000000); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffffff, #ffffff, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  mix-blend-mode: multiply;
}

.footer-top.overlay-primary-dark:before {
  background: black; /* fallback for old browsers */
  mix-blend-mode: multiply;
}

.typer-section #text-rotator {
  font-size: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #444444; /* fallback for old browsers */
  color: white;
  border-radius: 5px;
}

.section-wrapper1:after {
  background-image: url(/assets/images/overlay/bg10.png);
}

.content-inner.section-wrapper4 {
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .contant-no-area {
    display: none !important;
  }
}

#modalPopup .modal-content {
  position: relative;
  background-color: transparent;
}
#modalPopup .modal-content button.btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  --bs-btn-close-opacity: 1;
}
#modalPopup .modal-content button.btn-close i.flaticon-close {
  color: black;
  background-color: yellow;
  padding: 10px;
  border-radius: 50%;
  opacity: 1;
}
#modalPopup .modal-content img {
  border: 5px solid yellow;
  border-radius: 10px;
}

#modalBrochure .modal-content {
  padding-top: 20px;
  position: relative;
  background-color: var(--secondary);
}
#modalBrochure .modal-content .modal-body {
  padding: 15px;
}
#modalBrochure .modal-content p {
  color: white;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
#modalBrochure .modal-content span.validation-message {
  color: white;
  line-height: 15px;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
#modalBrochure .modal-content button.btn-close.custom-close {
  position: absolute;
  right: -20px;
  top: -30px;
  width: 40px;
  height: 40px;
  background-color: gold;
  opacity: 1;
  border-radius: 50%;
}
#modalBrochure .modal-content button.btn-close.custom-close i.flaticon-close {
  color: black;
  padding: 5px;
  display: block;
}

#modalFee .modal-content {
  padding-top: 20px;
  position: relative;
  background-color: var(--primary);
}
#modalFee .modal-content .modal-body {
  padding: 15px;
}
#modalFee .modal-content p {
  color: white;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
#modalFee .modal-content span.validation-message {
  color: white;
  line-height: 15px;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}
#modalFee .modal-content button.btn-close.custom-close {
  position: absolute;
  right: -20px;
  top: -30px;
  width: 40px;
  height: 40px;
  background-color: black;
  opacity: 1;
  border-radius: 50%;
}
#modalFee .modal-content button.btn-close.custom-close i.flaticon-close {
  color: white;
  padding: 5px;
  display: block;
}

#footer-notification {
  max-width: 700px;
}
#footer-notification div a {
  color: white !important;
  font-weight: 400;
}

.btn-close.custom {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.custom-form2 .validation-message {
  color: var(--secondary);
  font-size: 16px;
}

@media only screen and (min-width: 990px) {
  /*//////##########//////*/
  .mobile_footer_btn {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  /*//////##########//////*/
  .mobile_footer_btn {
    display: block;
  }
  .mobile_footer_btn a {
    color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    padding: 10px 0px;
  }
  .mobile_footer_btn {
    position: fixed;
    z-index: 999;
    background: #a70909;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
  }
  .mobile_footer_btn .apply_btn span {
    padding: 0;
    border-right: solid 1px #ddd;
    width: 49%;
    padding: 0 10px;
    float: left;
  }
  /*//////##########//////*/
}
@media screen and (max-width: 575px) {
  /*//////##########//////*/
  .mobile_footer_btn a {
    font-size: 10px;
    color: white;
  }
  .mobile_footer_btn .apply_btn span {
    padding: 0 5px;
    color: white;
  }
  .mobile_footer_btn {
    padding: 5px 0;
  }
  /*//////##########//////*/
}
@media only screen and (max-width: 991px) {
  .top-bar {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .dz-topbar-inner {
    flex-direction: column;
  }
  .dz-topbar-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-wrap: wrap;
  }
  .dz-topbar-inner ul li.li-phone {
    margin-top: 10px;
    font-weight: 600;
    color: gold;
  }
  .nav-left-section {
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content-inner.section-wrapper4 {
    padding-top: 20px;
  }
  .footer-navigation {
    padding: 0px 40px;
  }
  .footer-social h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-social ul {
    flex-wrap: wrap;
  }
  .footer-social .toll-free {
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
  }
  .social-connect h5.sub-title {
    padding-top: 25px;
    text-align: center;
  }
  .social-connect h2 {
    text-align: center;
  }
  .alumni-section {
    padding-bottom: 20px;
  }
  .alumni-section .row {
    display: flex;
    justify-content: center;
  }
  .alumni-section h2.title.text-white {
    margin-bottom: 25px;
  }
  .alumni-section .counter-style-3 .counter-num {
    font-size: 35px;
  }
  .recruiters-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .recruiters-section .section-head {
    text-align: center;
  }
  .recruiters-section .logo-section {
    margin: 5px;
    padding: 5px;
  }
  .placement-section .section-head {
    text-align: center;
  }
  .placement-section .section-head h3 {
    font-size: 1rem;
  }
  .why-us-section .list-check-1 li:before {
    top: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
  }
  .why-us-section .list-check-1 li {
    padding: 5px 0px 5px 40px;
    color: #071c35;
    font-size: 12px;
    line-height: 16px;
  }
  .why-us-section .dz-accordion.accordion-sm .accordion-header .accordion-button {
    padding-bottom: 20px;
    font-size: 12px;
  }
  .why-us-section .dz-accordion.accordion-sm .accordion-header .accordion-button .toggle-close {
    height: 30px;
    width: 30px;
  }
  .why-us-section .dz-accordion.accordion-sm .accordion-header .accordion-button .toggle-close:before {
    font-size: 12px;
    line-height: 30px;
  }
  .why-us-section .pb-5 {
    padding-bottom: 0px !important;
  }
  .why-us-section a.custom-btn {
    display: flex;
    justify-content: center;
  }
  .why-us-section .section-head {
    text-align: center;
  }
  .why-us-section .section-head .sub-title {
    font-size: 25px;
  }
  .why-us-section h4 {
    text-align: center;
  }
  .admission-process {
    padding-bottom: 20px !important;
    padding-top: 0px;
    background-image: none !important;
  }
  .admission-process a.custom-btn {
    display: flex;
    justify-content: center;
  }
  .placement-section {
    padding-bottom: 0px;
    background-image: none !important;
  }
  .campus-updates {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .campus-updates .section-head {
    text-align: center;
  }
  .campus-updates .section-head h2 {
    font-size: 25px;
  }
  .campus-updates a.custom-btn {
    display: flex;
    justify-content: center;
  }
  .campus-updates .dz-info {
    text-align: center;
  }
  .campuses {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .campuses h2.title {
    margin-bottom: 15px;
  }
  .campuses .col-6 {
    margin-bottom: 30px;
  }
  .campuses .dz-card.style-7 {
    min-height: 200px;
  }
  .campuses .dz-card.style-7 h2.dz-title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .programs-offered {
    padding-bottom: 25px;
  }
  .programs-offered .find-bx {
    padding: 10px;
  }
  .programs-offered .find-bx .input-group-prepend {
    display: none;
  }
  .programs-offered .find-bx .form-control {
    height: 50px;
  }
  .programs-offered .find-bx .form-select {
    margin-bottom: 10px;
  }
  .approval-section .icon-bx-wraper.style-1 {
    padding: 10px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .approval-section p {
    font-size: 12px;
    line-height: 15px;
  }
  .approval-section h5.sub-title {
    font-weight: 300;
  }
  .approval-section .swiper-pagination {
    display: none;
  }
  .intro-section .section-head {
    text-align: center;
  }
  .intro-section .typer-section h1#text-rotator {
    font-size: 14px;
    text-align: center;
  }
  .intro-section .notice-board .notice-title {
    text-align: center;
  }
  .intro-section .notice-board .btn.btn-light.notice-read-more {
    margin-top: 10px;
    padding: 5px 20px;
  }
  .footer-bottom .row {
    margin-bottom: 50px;
    text-align: center;
  }
  .footer-bottom .copyright-div {
    text-align: center;
  }
  .top-bar .dz-topbar-left li {
    padding-right: 15px;
    padding-left: 10px;
  }
  .top-bar .dz-topbar-left li.top-nav-last-li:after {
    content: none;
  }
  .top-bar .dz-topbar-right {
    margin-top: 10px;
  }
  .top-bar .dz-topbar-right ul li a {
    background-color: white;
    border: 1px solid white;
    padding: 4px 6px;
    border-radius: 3px;
  }
  .top-bar .dz-topbar-right ul li:nth-child(1) a {
    color: #0a58ca;
  }
  .top-bar .dz-topbar-right ul li:nth-child(2) a {
    color: #d71717;
  }
  .top-bar .dz-topbar-right ul li:nth-child(3) a {
    color: #000000;
  }
  .top-bar .dz-topbar-right ul li:nth-child(4) a {
    color: #0e80d5;
  }
  .top-bar .dz-topbar-right ul li:nth-child(5) a {
    color: #ea0000;
  }
  .section-wrapper3.admission-process .admission-process-image {
    margin-bottom: 10px;
    margin-top: -40px;
  }
  .section-wrapper3.admission-process .admission-process-image img {
    display: block;
  }
  .section-wrapper3.admission-process .img-1 {
    display: none;
  }
  .stickyNaacBadge {
    display: none !important;
  }
}
button.popupbtn.applybtn {
  width: 350px;
}

@media (max-width: 767px) {
  button.popupbtn.applybtn {
    width: 100%;
  }
}
.apbtnew {
  background: linear-gradient(to right, rgba(0, 78, 146, 0.87) 0%, rgba(0, 4, 40, 0.72) 1%, black 24%, rgba(0, 78, 146, 0.87) 100%);
  position: fixed;
  z-index: 99991;
  bottom: 15px;
  left: 50px;
  padding: 0;
  border-radius: 0;
  color: white;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.titleann {
  font-size: 18px;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 15px;
  background: var(--secondary);
  color: white !important;
}

@media (max-width: 767px) {
  .notification {
    bottom: 152px;
    right: 20px;
  }
}
@media (max-width: 980px) {
  .apbtnew {
    width: 100%;
    left: 0;
    bottom: 0;
    flex-direction: column;
  }
  .titleann {
    padding: 4px 15px;
    width: 100%;
  }
  .apbtnew marquee {
    padding: 14px 15px !important;
  }
}

/*# sourceMappingURL=iamr.css.map */
