@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

/* Default-style
====================================================== */

body {
  color: #555555;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
}


img {
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mr-20 {
  margin-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mlr-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mlrt-5 {
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1E222F;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.owl-nav {
  margin-top: 0 !important;
}

.owl-dots {
  margin-top: 0 !important;
}

.form-control {
  height: 55px;
  border: 1px solid rgba(89, 90, 89, 0.25);
  padding-left: 15px;
}

.form-control:focus {
  border: 1px solid #012FAE;
  box-shadow: none;
}

textarea {
  height: auto !important;
}

.bg-f4f6f9 {
  background-color: #f4f6f9;
}

/*
Top Header Area Style
======================================================*/
.top-header-area {
  background-color: #012FAE;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header-area .container-fluid {
  max-width: 1520px;
}

.header-left-content p {
  color: #ffffff;
  font-size: 14px;
}

.header-right-content {
  text-align: right;
}

.header-right-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-right-content .list ul li {
  display: inline-block;
  margin-right: 25px;
}

.header-right-content .list ul li a {
  color: #ffffff;
  font-size: 14px;
}

.header-right-content .list ul li:last-child {
  margin-right: 0;
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  background-color: #012FAE;
  color: #ffffff;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.navbar-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}

.navbar-area .navbar-brand .white-logo {
  display: none;
}

.navbar-area.nav-bg-2 .desktop-nav .navbar-nav .nav-item a {
  color: #111d5e;
}

.navbar-area.nav-bg-2 .desktop-nav .others-options .icon {
  color: #111d5e;
}

.nav-bg-1 {
  background-color: #111d5e;
}



.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  position: relative;
  font-weight: 600;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 0;
  right: 0;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover,
.desktop-nav .navbar .navbar-nav .nav-item a:focus,
.desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a,
.desktop-nav .navbar .navbar-nav .nav-item:focus a,
.desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #1b2336;
  padding: 15px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b2336;
  border-bottom: 1px dashed #ededed;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: 250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  right: -250px;
  left: auto;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #012FAE;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 20px;
  transform: translateY(1);
  visibility: visible;
}

.desktop-nav .navbar .others-options {
  padding-left: 40px;
}

.desktop-nav .navbar .others-options .icon {
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none !important;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -43px;
}

.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #012FAE;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #012FAE;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.others-option-for-responsive .others-options {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
}

.others-option-for-responsive .others-options ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  align-items: center !important;
}

.others-option-for-responsive .others-options ul li {
  display: inline-block;
}

.others-option-for-responsive .others-options ul li .call-now {
  position: relative;
  padding-left: 60px;
  top: 8px;
  margin-bottom: 40px !important;
}

.others-option-for-responsive .others-options ul li .call-now i {
  position: absolute;
  font-size: 40px;
  color: #012FAE;
  left: 0;
  top: 3px;
}

.others-option-for-responsive .others-options ul li .call-now p {
  margin-bottom: 8px;
}

.others-option-for-responsive .others-options ul li .call-now a {
  color: #111d5e;
  font-weight: 500;
}

.others-option-for-responsive .others-options ul li .default-btn {
  bottom: 9px;
}

.mobile-responsive-nav {
  display: none;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

/*
Preloader Style
======================================================*/
.preloader-area {
  position: fixed;
  z-index: 999999;
  background-color: #012FAE;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
}

.preloader-area .spinner {
  width: 4em;
  height: 4em;
  transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  margin-left: auto;
  margin-right: auto;
}

.preloader-area .spinner .disc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.3em dotted #ffffff;
}

.preloader-area .spinner .disc:nth-child(1) {
  animation: rotate 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(2) {
  animation: rotateDisc2 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(3) {
  animation: rotateDisc3 12s linear infinite;
}

.preloader-area .spinner .inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: sphereSpin 6s linear infinite;
}

.preloader-area .spinner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px dotted #ffffff;
  margin: -15px;
}

@keyframes sphereSpin {
  0% {
    transform: rotateX(360deg) rotateY(0deg);
  }

  100% {
    transform: rotateX(0deg) rotateY(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateDisc2 {
  from {
    transform: rotateX(90deg) rotateZ(0deg);
  }

  to {
    transform: rotateX(90deg) rotateZ(360deg);
  }
}

@keyframes rotateDisc3 {
  from {
    transform: rotateY(90deg) rotateZ(0deg);
  }

  to {
    transform: rotateY(90deg) rotateZ(360deg);
  }
}

/*Sidebar Modal
======================================================*/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}

.modal.right .modal-content button.close {
  position: absolute;
  right: 20px;
  top: 30px;
  background-color: transparent;
  border: none;
  text-shadow: unset;
  box-shadow: unset;
  z-index: 99;
  opacity: 1;
}

.modal.right .modal-content button.close i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #012FAE;
  color: #ffffff;
  font-size: 20px;
  transition: all ease 0.5s;
  border-radius: 50%;
}

.modal.right .modal-content button.close i:hover {
  background-color: #111d5e;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.sidebarModal.modal .modal-body {
  padding: 25px;
}

.sidebarModal.modal .modal-body .white-logo {
  display: none;
}

.sidebarModal.modal .modal-body .sidebar-content {
  margin-top: 35px;
  margin-bottom: 40px;
}

.sidebarModal.modal .modal-body .sidebar-content p {
  margin-bottom: 40px;
}

.sidebarModal.modal .modal-body .sidebar-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
  margin-top: 25px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info {
  margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
  padding-left: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
  list-style-type: none;
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
  margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
  color: #555555;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
  color: #012FAE;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #012FAE;
}

.sidebarModal.modal .modal-body .sidebar-social-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li {
  display: inline-block;
  margin-right: 8px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
  margin-right: 0;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 40px;
  font-size: 16px;
  background: #012FAE;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  transition: all ease 0.5s;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
  transform: translateY(-5px);
  background-color: #111d5e;
  color: #ffffff;
}

.sidebarModal.modal .modal-body .contact-form {
  margin-top: 30px;
}

.sidebarModal.modal .modal-body .contact-form h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.sidebarModal.modal .modal-body .contact-form #contactForm .form-group {
  margin-bottom: 20px;
}

.sidebarModal.modal .modal-body .contact-form #contactForm .form-group .form-control {
  padding: 15px;
}

.sidebarModal.modal .modal-body .contact-form #contactForm .default-btn {
  border: none;
}

.sidebarModal.modal .modal-body .contact-form #contactForm .list-unstyled {
  color: #ee1010;
  font-size: 14px;
  margin-top: 8px;
}

.sidebarModal.modal .modal-body .contact-form #contactForm #msgSubmit {
  font-size: 15px;
}

/*Default-btn
======================================================*/
.default-btn {
  background-color: #012FAE;
  color: #ffffff;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #012FAE;
  z-index: 1;
  cursor: pointer;
  
}

.default-btn i {
  position: relative;
  top: 3px;
  padding-left: 5px;
}

.default-btn:hover {
  color: #012FAE;
  border: 1px solid #012FAE;
}

.default-btn:focus {
  box-shadow: none;
}

.default-btn-outline {
  color: #012FAE;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #012FAE;
  z-index: 1;
    cursor: pointer;

}

.default-btn-outline i {
  position: relative;
  top: 3px;
  padding-left: 5px;
}

.default-btn-outline:hover {
  color: #fff;
  background-color: #012FAE;
}

.default-btn-outline:focus {
  box-shadow: none;
}

.default-btn-outline-white {
  color: #012FAE;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #012FAE;
  z-index: 1;
    cursor: pointer;

}

.default-btn-outline-white i {
  position: relative;
  top: 3px;
  padding-left: 5px;
}

.default-btn-outline-white:hover {
  color: #012FAE;
  background-color: #fff;
}

.default-btn-outline-white:focus {
  box-shadow: none;
}
.partnership-card:hover .default-btn-outline-white {
  background-color: #ffffff;
  color: #012FAE;
  border-color: #ffffff;
}

.default-btn-light {
  color: #fff;
  font-size: 15px;
  padding: 13px 20px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #fff;
  z-index: 1;
    cursor: pointer;

}

.default-btn-light i {
  position: relative;
  top: 3px;
  padding-left: 5px;
}

.default-btn-light:hover {
  color: #012FAE;
  background-color: #fff;
}

.default-btn-light:focus {
  box-shadow: none;
}

.read-more-btn {
  color: #111d5e;
  font-weight: 500;
  font-size: 15px;
  transition: all ease 0.5s;
  position: relative;
}

.read-more-btn i {
  position: relative;
  top: 3px;
  padding-left: 7px;
}

.read-more-btn:hover {
  color: #012FAE;
}

.read-more-btn.active {
  color: #012FAE;
  letter-spacing: 0;
}

.read-more-btn.white-color {
  color: #ffffff;
}

.read-more-btn.white-color:hover {
  color: #012FAE;
}

/*Section-title
======================================================*/
.section-title {
  text-align: center;
  margin: -10px auto 40px;
  position: relative;
}

.section-title.style2 {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 55px;
}

.section-title h2.white {
  color: #ffffff;
}

.section-title p {
  margin-bottom: 20px;
}

.section-title p:last-child {
  margin-bottom: 0;
}

.section-title.white-title .top-title {
  color: #ffffff;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

/*
Banner Style
======================================================*/
.banner-area {
  background-color: #111d5e;
  overflow: hidden;
}

.banner-area .container-fluid {
  padding: 0;
  padding-left: 30px;
  max-width: 1720px;
  margin-right: 0;
  margin-left: auto;
}

.slider-item {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 100px;
  overflow: hidden;
}

.slider-item.banner-bg-1 {
  background-image: url(../images/banner/banner-img1.jpg);
}

.slider-item.banner-bg-2 {
  background-image: url(../images/banner/banner-img2.jpg);
}

.slider-item.banner-bg-3 {
  background-image: url(../images/banner/banner-img3.jpg);
}

.slider-item.banner-bg-4 {
  background-image: url(../images/banner/banner-img4.jpg);
}

.slider-item.banner-bg-5 {
  background-image: url(../images/banner/banner-img5.jpg);
}

.slider-item.banner-bg-6 {
  background-image: url(../images/banner/banner-img6.jpg);
}

.slider-item.banner-bg-7 {
  background-image: url(../images/banner/banner-img7.jpg);
}

.slider-item.banner-bg-8 {
  background-image: url(../images/banner/banner-img8.jpg);
}


.slider-content h1 {
  font-size: 65px;
  color: #000;
  margin-bottom: 20px;
}

.slider-content p {
  color: #000;
  margin-bottom: 30px;
}

.slider-content.style2 {
  background-color: #ffffff;
  padding: 50px;
}

.slider-content.style2 h1 {
  color: #111d5e;
}

.slider-content.style2 p {
  color: #555555;
}

.hero-slider {
  position: relative;
}

.hero-slider.owl-theme .owl-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;
}

.hero-slider.owl-theme .owl-dots .owl-dot {
  display: block;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
  width: 45px;
  height: 45px;
  margin: 5px 0;
  background: transparent;
  display: block;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
  color: #ffffff;
}

.hero-slider.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  content: "01";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.hero-slider.owl-theme .owl-dots .owl-dot:hover span,
.hero-slider.owl-theme .owl-dots .owl-dot.active span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.hero-slider.owl-theme .owl-dots .owl-dot:hover span::after,
.hero-slider.owl-theme .owl-dots .owl-dot.active span::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 40px;
  background-color: #ffffff;
  left: -30px;
  top: 22px;
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
  content: "02";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
  content: "03";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
  content: "04";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
  content: "05";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
  content: "06";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
  content: "07";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
  content: "08";
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: 30px;
  bottom: -130px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: 100px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #012FAE;
  color: #ffffff;
  border: 1px solid #012FAE;
}

.hero-slider2 .slider-item {
  padding-left: 0;
}

.hero-slider2.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
  opacity: 0;
  transition: all ease 0.5s;
}

.hero-slider2.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
  color: #ffffff;
}

.hero-slider2.owl-theme .owl-nav [class*=owl-].owl-next {
  right: 100px;
  left: auto;
}

.hero-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.hero-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #012FAE;
  color: #ffffff;
  border: 1px solid #012FAE;
}

.hero-slider2:hover.owl-theme .owl-nav [class*=owl-] {
  opacity: 1;
}

.hero-slider2.style2.owl-theme .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0.15);
}

.hero-slider2.style2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #012FAE;
}

.owl-thumbs {
  text-align: right;
  position: relative;
  margin-top: -75px;
  z-index: 1;
}

.owl-thumbs button {
  padding: 0;
  border: none;
  transition: all ease 0.5s;
}

.owl-thumbs button:hover,
.owl-thumbs button.active {
  filter: blur(2px);
}

.owl-thumbs .owl-thumb-item {
  width: 200px;
  height: 150px;
}

/**/
.banner-area.banner-area-five {
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 1;
}

.banner-area.banner-area-five video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}


/*
Academics Style
======================================================*/
.single-academics-card {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}

.single-academics-card .academic-top-content {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.single-academics-card .academic-top-content h3 {
  font-size: 22px;
  transition: all ease 0.5s;
}

.single-academics-card .academic-top-content h3:hover {
  color: #012FAE;
}

.single-academics-card .academic-top-content i {
  font-size: 30px;
  position: absolute;
  color: #012FAE;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-academics-card:hover {
  transform: translateY(-10px);
}


.single-academics-card2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.single-academics-card2.bg-1 {
  background-image: url(../images/academics/academic-1.jpg);
}

.single-academics-card2.bg-2 {
  background-image: url(../images/academics/academic-2.jpg);
}

.single-academics-card2.bg-3 {
  background-image: url(../images/academics/academic-3.jpg);
}

.single-academics-card2 .serial {
  position: absolute;
  left: 30px;
  top: 30px;
}

.single-academics-card2 .serial p {
  color: #000;
  font-size: 18px;
}

.single-academics-card2 .academic-content {

  padding: 30px;
}

.single-academics-card2 .academic-content .academic-top-content {
  position: relative;
  padding-left: 30px;
}

.single-academics-card2 .academic-content .academic-top-content h3 {
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
  transition: all ease 0.5s;
}

.single-academics-card2 .academic-content .academic-top-content h3:hover {
  color: #012FAE;
}

.single-academics-card2 .academic-content .academic-top-content i {
  color: #012FAE;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.single-academics-card2 .academic-content p {
  color: #000;
  margin-bottom: 15px;
}

.single-academics-card3 {
  text-align: center;
  padding: 25px;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.single-academics-card3::before {
  position: absolute;
  content: "";
  height: 100%;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  background-color: #012FAE;
  transition: all ease 0.5s;
}

.single-academics-card3 .icon {
  margin-bottom: 20px;
}

.single-academics-card3 .icon i {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 72px;
  border-radius: 100%;
  border: 1px solid #012FAE;
  display: inline-block;
  color: #012FAE;
  position: relative;
  transition: all ease 0.5s;
}

.single-academics-card3 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  transition: all ease 0.5s;
}

.single-academics-card3 p {
  position: relative;
  transition: all ease 0.5s;
}

.single-academics-card3:hover::before {
  width: 100%;
  border-radius: 0;
  left: 0;
  right: auto;
}

.single-academics-card3:hover .icon i {
  color: #ffffff;
  border-color: #ffffff;
  transform: rotate(45deg);
}

.single-academics-card3:hover h3 {
  color: #ffffff;
}

.single-academics-card3:hover p {
  color: #ffffff;
}

.single-academics-card3:hover .read-more-btn {
  color: #ffffff;
}

.serch-content {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.serch-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.serch-content .form-group {
  position: relative;
}

.serch-content .form-group .form-control {
  border: none;
  border: 1px solid transparent;
}

.serch-content .form-group .form-control:focus {
  border: 1px solid #012FAE;
}

.serch-content .form-group .src-btn {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 20px;
  background-color: transparent;
  border: none;
}

.category-content {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.category-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.category-content .form-control {
  border: none;
  border: 1px solid transparent;
}

.category-content .form-control:focus {
  border: 1px solid #012FAE;
}

.location-type {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.location-type h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.location-type .form-check .form-check-input {
  border-radius: 0;
}

.location-type .form-check .form-check-input:checked {
  background-color: #012FAE;
  border-color: #012FAE;
}

.location-type .form-check .form-check-input:focus {
  box-shadow: none;
}

.program-level {
  margin-bottom: 30px;
}

.program-level h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.program-level .form-check .form-check-input {
  border-radius: 0;
}

.program-level .form-check .form-check-input:checked {
  background-color: #012FAE;
  border-color: #012FAE;
}

.program-level .form-check .form-check-input:focus {
  box-shadow: none;
}

.academics-details .details h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.academics-details .details p {
  margin-bottom: 20px;
}

.academics-details .details .details-images {
  margin-top: 10px;
  display: inline-block;
}

.academics-details .details .details-images img {
  margin-bottom: 30px;
}

.academics-details .regiStartion-and-fee {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.academics-details .regiStartion-and-fee h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.academics-details .regiStartion-and-fee p {
  margin-bottom: 20px;
}

.academics-details .regiStartion-and-fee .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.academics-details .regiStartion-and-fee .list ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.academics-details .regiStartion-and-fee .list ul li:last-child {
  margin-bottom: 0;
}

.academics-details .prepare-exam h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.academics-details .prepare-exam p {
  margin-bottom: 30px;
}

.academics-details .prepare-exam .exam-card {
  margin-bottom: 30px;
  padding-left: 30px;
}

.academics-details .prepare-exam .exam-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
}

.academics-details .prepare-exam .exam-card h4::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #012FAE;
  left: -30px;
  top: 5px;
}

.academics-details .prepare-exam .exam-card p {
  margin-bottom: 0;
}

.academics-list {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.academics-list h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.academics-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.academics-list ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

.academics-list ul li a {
  color: #555555;
  transition: all ease 0.5s;
}

.academics-list ul li i {
  position: absolute;
  right: 0;
  font-size: 22px;
}

.academics-list ul li:last-child {
  margin-bottom: 0;
}

.academics-list ul li:hover a {
  color: #012FAE;
}

.related-download {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.related-download h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.related-download ul {
  padding-left: 0;
  margin-bottom: 0;
}

.related-download ul li {
  margin-bottom: 10px;
  list-style-type: none;
  background-color: #ffffff;
  padding: 20px;
  padding-left: 70px;
  position: relative;
}

.related-download ul li a {
  color: #555555;
}

.related-download ul li i {
  position: absolute;
  left: 0;
  background-color: #012FAE;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 24px;
  color: #ffffff;
  padding: 16px;
}

.related-download ul li:last-child {
  margin-bottom: 0;
}

/*
Education Style
======================================================*/
.single-education-card {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 30px;
  margin-bottom: 30px;
  z-index: 1;
}

.single-education-card.bg-1 {
  background-image: url(../images/academics/academic-4.jpg);
}

.single-education-card.bg-2 {
  background-image: url(../images/academics/academic-5.jpg);
}

.single-education-card.bg-3 {
  background-image: url(../images/academics/academic-6.jpg);
}

.single-education-card.bg-4 {
  background-image: url(../images/academics/academic-7.jpg);
}

.single-education-card .edication-content {
  text-align: center;
  position: relative;
}

.single-education-card .edication-content .icon i {
  font-size: 50px;
  margin-bottom: 10px;
  color: #ffffff;
}

.single-education-card .edication-content h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}

.single-education-card .edication-content .read-more-btn:hover {
  color: #111d5e;
}

.single-education-card::before {
  position: absolute;
  content: "";
  background: rgba(17, 29, 94, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.single-education-card::after {
  position: absolute;
  content: "";
  background: #012FAE;
  display: inline-block;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all ease 0.5s;
}

.single-education-card:hover::after {
  width: 100%;
  border-radius: 0;
  left: 0;
  right: auto;
}

/*
Campus Information Style
======================================================*/

.campus-content .campus-title {
  margin-bottom: 30px;
}

.campus-content .campus-title h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}

.campus-content .list {
  margin-bottom: 20px;
}

.campus-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.campus-content .list ul li {
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  margin-bottom: 10px;
}

.campus-content .list ul li i {
  position: absolute;
  left: 0;
  color: #012FAE;
}

.campus-content.style-2 {
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -100px;
}

.counter-card {
  margin-bottom: 30px;
}

.counter-card h1 {
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 1;
  color: #fff
}

.counter-card h1 .target {
  color: #012FAE;
  position: relative;
  top: 4px;
}

.counter-card h1 .target.heading-color {
  color: #111d5e;
  font-size: 60px;
  margin-left: -4px;
}

.campus-image {
  margin-bottom: 30px;
}

.estemate-form {
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: -200px;
  z-index: 1;
}

.estemate-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.estemate-form .form-group {
  margin-bottom: 25px;
}

.estemate-form .form-group .form-control {
  background-color: #f4f6f9;
  border: 1px solid #f4f6f9;
}

.estemate-form .form-group .form-control:focus {
  border: 1px solid #012FAE;
}

.estemate-form .default-btn {
  display: block;
  width: 100%;
}

/*
Courses Style
======================================================*/
.single-courses-card {
  border: 1px solid gray;
  margin-bottom: 30px;
  transition: all ease 0.5s;
  border-radius: 15px;
}

.single-courses-card .courses-content {
  padding: 30px;
}

.single-courses-card .courses-content .admin-profile {
  position: relative;
  padding-left: 80px;
  padding-bottom: 35px;
  margin-bottom: 20px;
}

.single-courses-card .courses-content .admin-profile img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
}

.single-courses-card .courses-content .admin-profile p a {
  color: #012FAE;
  font-weight: 500;
}

.single-courses-card .courses-content h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}

.single-courses-card .courses-content h3:hover {
  color: #012FAE;
}

.single-courses-card .courses-content .bottom-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-courses-card .courses-content .bottom-content ul li {
  list-style-type: none;
  font-weight: 500;
}

.single-courses-card .courses-content .bottom-content ul li a {
  color: #012FAE;
}

.single-courses-card .courses-content .bottom-content ul li ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 22px;
}

.single-courses-card .courses-content .bottom-content ul li ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #012FAE;
}

.single-courses-card.style2 {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-courses-card.style2 .courses-content .admin-profile {
  padding-bottom: 0;
  padding-left: 0;
}

.single-courses-card.style2 .courses-content .admin-profile::before {
  display: none;
}

.single-courses-card.style2 .courses-content .admin-profile img {
  right: 0;
  left: auto;
  top: -60px;
}

.single-courses-card.style2:hover {
  transform: translateY(0);
}

.single-courses-card.style3 .list-1 {
  margin-bottom: 15px;
}

.single-courses-card.style3 .list-1 ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-courses-card.style3 .list-1 ul li {
  list-style-type: none;
}

.single-courses-card.style3 .list-1 ul li i {
  color: #012FAE;
  margin-right: 7px;
}

.single-courses-card.style3 h3 {
  margin-bottom: 35px;
}

.single-courses-card.style3 .admin-profile {
  padding-bottom: 20px;
  margin-bottom: 45px;
}

.single-courses-card.style3 .admin-profile img {
  top: -15px;
}

.single-courses-card.style3 .admin-profile::before {
  right: 0;
  bottom: -30px;
}

.single-courses-card.style3 .bottom-content ul li ul li {
  margin-right: 0;
  color: #ffc107;
}

.single-courses-card.style3 .bottom-content ul li ul li.blank {
  color: #555555;
}

.single-courses-card.style3:hover {
  transform: translateY(0);
}

.single-courses-card.style4 .courses-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-courses-card:hover {
  transform: translateY(-10px);
}

.courses-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}

.courses-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.courses-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}

.courses-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.courses-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #012FAE;
  color: #ffffff;
  border: 1px solid #012FAE;
}

.courses-slider.owl-theme .owl-dots {
  left: 0;
}

.courses-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #012FAE;
  margin: 10px 10px 0 10px;
  background-color: #dfdbdb;
  height: 18px;
  width: 18px;
}

.courses-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}

.courses-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #012FAE;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}

.courses-slider.style-2.owl-theme .owl-dots {
  display: none;
}

.paginations {
  text-align: center;
  margin-bottom: 30px;
}

.paginations ul {
  padding-left: 0;
  margin-bottom: 0;
}

.paginations ul li {
  display: inline-block;
  padding-right: 10px;
}

.paginations ul li a {
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  display: inline-block;
  transition: all ease 0.5s;
  color: #111d5e;
  font-size: 18px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.paginations ul li a i {
  position: relative;
  top: 2px;
}

.paginations ul li a:hover {
  background-color: #012FAE;
  color: #ffffff;
  border: 1px solid #012FAE;
}

.paginations ul li a.active {
  background-color: #012FAE;
  color: #ffffff;
  border: 1px solid #012FAE;
}

.courses-details .courses-card {
  margin-bottom: 40px;
}

.courses-details .courses-card h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

.courses-details .courses-card .img {
  margin-bottom: 50px;
}

.courses-details .courses-card .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.courses-details .courses-card .list ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}

.courses-details .courses-card .list ul li .teacher {
  position: relative;
  padding-left: 70px;
}

.courses-details .courses-card .list ul li .teacher img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.courses-details .courses-card .list ul li .teacher p a {
  color: #012FAE;
}

.courses-details .courses-card .list ul li span {
  color: #111d5e;
  font-weight: 500;
}

.courses-details .courses-card .list ul li i {
  color: #012FAE;
  position: relative;
  top: 2px;
  padding-right: 7px;
}

.description {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.description .nav-tabs {
  font-size: 18px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
}

.description .nav-tabs .nav-link {
  color: #111d5e;
  padding-bottom: 10px;
  padding: 15px 30px;
  font-weight: 600;
  border: none;
  border-radius: 0;
}

.description .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #012FAE !important;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.overview .learn {
  margin-bottom: 30px;
}

.overview .learn h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.overview .learn p {
  margin-bottom: 20px;
}

.overview .overview-box {
  padding-left: 30px;
  margin-bottom: 30px;
}

.overview .overview-box h4 {
  font-size: 18px;
  position: relative;
}

.overview .overview-box h4::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #012FAE;
  left: -30px;
  top: 5px;
}

.curriculum {
  margin-bottom: 30px;
}

.curriculum h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.curriculum p {
  margin-bottom: 20px;
}

.curriculum .curriculum-list {
  padding: 30px;
  background-color: #f4f6f9;
}

.curriculum .curriculum-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.curriculum .curriculum-list ul li {
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d0d0;
  position: relative;
}

.curriculum .curriculum-list ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.curriculum .curriculum-list ul li span {
  position: absolute;
  right: 0;
  top: -5px;
  background-color: #012FAE;
  color: #ffffff;
  padding: 5px 10px;
}

.instructor {
  margin-bottom: 30px;
}

.instructor .instructor-content .name {
  margin-bottom: 25px;
}

.instructor .instructor-content .name h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.instructor .instructor-content .quick-contact {
  margin-bottom: 20px;
}

.instructor .instructor-content .quick-contact h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.instructor .instructor-content .quick-contact ul {
  padding-left: 0;
  margin-bottom: 0;
}

.instructor .instructor-content .quick-contact ul li {
  list-style-type: none;
}

.instructor .instructor-content .quick-contact ul li i {
  color: #012FAE;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.instructor .instructor-content .quick-contact ul li a {
  color: #012FAE;
}

.instructor .instructor-content .social ul {
  padding-left: 0;
  margin-bottom: 0;
}

.instructor .instructor-content .social ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}

.instructor .instructor-content .social ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 7px;
  text-align: center;
  font-size: 18px;
  background-color: #012FAE;
  color: #ffffff;
  display: inline-block;
  transition: all ease 0.5s;
}

.instructor .instructor-content .social ul li a:hover {
  background-color: #111d5e;
  color: #ffffff;
}

.review-form h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.review-form .form-group {
  margin-bottom: 30px;
}

.review-form .form-group label {
  mn: 7px;
}

.single-reviews-card {
  position: relative;
  padding: 30px;
  padding-left: 140px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.single-reviews-card .date {
  margin-bottom: 20px;
}

.single-reviews-card .icon {
  position: absolute;
  right: 30px;
  top: 60px;
  color: #ffc107;
}

.single-reviews-card h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.single-reviews-card img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.comments {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.comments h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.comments .single-comments-box {
  padding-left: 110px;
  position: relative;
  margin-bottom: 30px;
}

.comments img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.comments .reply {
  position: absolute;
  right: 0;
  background-color: #f4f6f9;
  padding: 10px 15px;
  top: 15px;
  transition: all ease 0.5s;
}

.comments .reply a {
  color: #555555;
  transition: all ease 0.5s;
}

.comments .reply:hover {
  background-color: #012FAE;
}

.comments .reply:hover a {
  color: #ffffff;
}

.comments h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.comments .date {
  margin-bottom: 20px;
}

.reply-area {
  margin-bottom: 30px;
}

.reply-area h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.reply-area p {
  margin-bottom: 20px;
}

.reply-area .reply-form .form-group {
  margin-bottom: 25px;
}

.reply-area .reply-form .form-group .form-control {
  background-color: #f4f6f9;
  border: 1px solid transparent;
}

.reply-area .reply-form .form-group .form-control:focus {
  border-color: #012FAE;
}

.reply-area .reply-form .form-check {
  margin-bottom: 30px;
}

.reply-area .reply-form .form-check .form-check-input {
  border-radius: 0;
}

.reply-area .reply-form .form-check .form-check-input:checked {
  background-color: #012FAE;
  border-color: #012FAE;
}

.reply-area .reply-form .form-check .form-check-input:focus {
  box-shadow: none;
}

.enroll-courses {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.enroll-courses .enroll-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.enroll-courses .enroll-img img {
  overflow: hidden;
  transition: all ease 0.5s;
}

.enroll-courses .enroll-img .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}

.enroll-courses .enroll-img .icon a {
  font-size: 35px;
  background-color: #ffffff;
  color: #012FAE;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 100%;
  transition: all ease 0.5s;
}

.enroll-courses .enroll-img .icon a:hover {
  background-color: #012FAE;
  color: #ffffff;
}

.enroll-courses .enroll-img .icon::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.006);
  animation: ripple 4s linear infinite;
  z-index: -1;
}

.enroll-courses .enroll-img .icon::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.004);
  animation: ripple 3s linear infinite;
  z-index: -1;
}

.enroll-courses .enroll-img:hover img {
  transform: scale(1.2);
  filter: blur(3px);
}

.enroll-courses .list {
  margin-bottom: 30px;
}

.enroll-courses .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.enroll-courses .list ul li {
  list-style-type: none;
  text-align: right;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e1e1;
}

.enroll-courses .list ul li span {
  position: absolute;
  left: 0;
  color: #111d5e;
  font-weight: 600;
}

.enroll-courses .list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.enroll-courses .default-btn {
  display: block;
}

/*
Campus Life Style
======================================================*/
.single-campus-card {
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  transition: all ease 0.5s;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-campus-card .campus-content {
  padding: 30px;
}

.single-campus-card .campus-content span {
  color: #012FAE;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
}

.single-campus-card .campus-content h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.3;
  transition: all ease 0.5s;
}

.single-campus-card:hover .campus-content h3 {
  color: #012FAE;
}


.single-campus-card.style2 .campus-content {
  background-color: #ffffff;
}

.single-campus-card.style2 .campus-content span {
  position: relative;
  padding-left: 55px;
}

.single-campus-card.style2 .campus-content span::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 50px;
  background-color: #012FAE;
  left: 0;
  bottom: 5px;
}

.single-campus-card.style2:hover {
  transform: translateY(0);
}

.single-campus-card.style-3 {
  position: relative;
}

.single-campus-card.style-3 .campus-content {
  background-color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  transition: all ease 0.5s;
  transform: scaleY(0);
}

.single-campus-card.style-3:hover {
  transform: translateY(0);
}

.single-campus-card:hover {
  transform: translateY(-10px);
}

.campus-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}

.campus-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.campus-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}

.campus-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.campus-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #012FAE;
  color: #ffffff;
  border: 1px solid #012FAE;
}

.campus-slider.owl-theme .owl-dots {
  left: 0;
}

.campus-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #012FAE;
  margin: 10px 10px 0 10px;
  background-color: #bbbaba;
  height: 18px;
  width: 18px;
}

.campus-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}

.campus-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #012FAE;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}

.campus-slider2.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}

.campus-slider2.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.campus-slider2.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}

.campus-slider2.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.campus-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #012FAE;
  color: #ffffff;
  border: 1px solid #012FAE;
}

.active.center .single-campus-card.style-3 .campus-content {
  transform: scaleY(1);
}

/*
Admission Style
======================================================*/
.admisssion-area.admission-bg {
  background-image: url(../images/milvian/home/footer-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}


.admission-left-content {
  position: relative;
}

.admission-left-content h2 {
  line-height: 56px;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}

.admission-left-content p {
  color: #ffffff;
  margin-bottom: 30px;
}

.admission-right-content {
  position: relative;
}

.admission-right-content p {
  padding-right: 100px;
  position: relative;
  color: #ffffff;
  top: 20px;
}

.admission-right-content .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.admission-right-content .icon a {
  font-size: 35px;
  background-color: #ffffff;
  color: #012FAE;
  text-align: center;
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 100%;
  transition: all ease 0.5s;
}

.admission-right-content .icon a:hover {
  background-color: #012FAE;
  color: #ffffff;
}

.admission-right-content .icon::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  left: -5px;
  top: -5px;
  background-color: rgba(255, 255, 255, 0.006);
  animation: ripple 4s linear infinite;
  z-index: -1;
}

.admission-right-content .icon::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.004);
  animation: ripple 3s linear infinite;
  z-index: -1;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.75);
    opacity: 0.6;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.admission-content .admission-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}

.admission-content .admission-image img {
  overflow: hidden;
  transition: all ease 0.5s;
}

.admission-content .admission-image .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 1;
}

.admission-content .admission-image .icon a {
  font-size: 35px;
  background-color: #012FAE;
  color: #ffffff;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 100%;
  transition: all ease 0.5s;
}

.admission-content .admission-image .icon a:hover {
  background-color: #012FAE;
  color: #ffffff;
}

.admission-content .admission-image .icon::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: rgba(227, 40, 69, 0.006);
  animation: ripple 4s linear infinite;
  z-index: -1;
}

.admission-content .admission-image .icon::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(227, 40, 69, 0.004);
  animation: ripple 3s linear infinite;
  z-index: -1;
}

.admission-content .admission-image:hover img {
  transform: scale(1.2);
  filter: blur(3px);
}

.admission-content .query p {
  margin-bottom: 30px;
}

.how-to-apply h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.how-to-apply p {
  margin-bottom: 30px;
}

.how-to-apply .apply-list {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.how-to-apply .apply-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.how-to-apply .apply-list ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.how-to-apply .apply-list ul li i {
  position: absolute;
  color: #012FAE;
  left: 0;
}

.submit {
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.submit h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.submit p {
  margin-bottom: 25px;
}

.financial {
  margin-bottom: 30px;
}

.financial h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.financial p {
  margin-bottom: 25px;
}

.additional-information {
  background-color: #f4f6f9;
  padding: 30px;
  margin-bottom: 30px;
}

.additional-information h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.additional-information .list {
  text-align: center;
}

.additional-information .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.additional-information .list ul li {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #ffffff;
  transition: all ease 0.5s;
}

.additional-information .list ul li a {
  color: #555555;
  transition: all ease 0.5s;
}

.additional-information .list ul li:hover {
  background-color: #012FAE;
}

.additional-information .list ul li:hover a {
  color: #ffffff;
}

/*
Program Style
======================================================*/
.single-program-card {
  background-color: #ffffff;
  margin-bottom: 30px;
}

.single-program-card .program-content {
  padding: 30px;
}

.single-program-card .program-content h3 {
  font-size: 22px;
  margin-bottom: 17px;
}

.single-program-card .program-content h3 a {
  color: #111d5e;
  transition: all ease 0.5s;
}

.single-program-card .program-content h3 a:hover {
  color: #012FAE;
}

.single-program-card .program-content p {
  margin-bottom: 17px;
}

/*
Health Care Style
======================================================*/
.single-health-care-card {
  margin-bottom: 30px;
  transition: all ease 0.5s;
}

.single-health-care-card .health-care-content {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.single-health-care-card .health-care-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  transition: all ease 0.5s;
  line-height: 1.3;
}

.single-health-care-card .health-care-content p {
  margin-bottom: 15px;
}

.single-health-care-card.style1 {
  position: relative;
}

.single-health-care-card.style1 .health-care-content {
  background-color: #ffffff;
  max-width: 420px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -70px;
}

.single-health-care-card.style2 {
  position: relative;
  padding-top: 150px;
}

.single-health-care-card.style2 .health-care-content {
  background-color: #ffffff;
  max-width: 420px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

.single-health-care-card.style-3 {
  position: relative;
}


.single-health-care-card.style-3:hover {
  transform: translateX(0);
}

.single-health-care-card:hover {
  transform: translateX(-10px);
}


.more-health-care.style2 {
  text-align: right !important;
  padding-right: 200px;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #012FAE;
  color: #ffffff;
  border: 1px solid #012FAE;
}

.health-details .top-content img {
  margin-bottom: 25px;
}

.health-details .top-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.health-details .top-content p {
  margin-bottom: 25px;
}

.health-details .health-care h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.health-details .health-care p {
  margin-bottom: 20px;
}

.health-details .health-care-access {
  margin-bottom: 20px;
}

.health-details .health-care-access h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.health-details .health-care-access p {
  margin-bottom: 20px;
}

.madical-care-content .medical-card {
  margin-bottom: 30px;
}

.madical-care-content .medical-card .content {
  background-color: #012FAE;
  text-align: center;
  padding: 20px 0 15px 0;
}

.madical-care-content .medical-card .content h4 {
  font-size: 22px;
  color: #ffffff;
}

.madical-care-content .medical-care {
  margin-bottom: 30px;
}

.madical-care-content .medical-care h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.madical-care-content .medical-care p {
  margin-bottom: 20px;
}

.madical-care-content .medical-care .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.madical-care-content .medical-care .list ul li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.madical-care-content .medical-care .list ul li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #012FAE;
  left: 0;
  top: 6px;
}

.madical-care-content .medical-care .list ul li:last-child {
  margin-bottom: 10px;
}

.tranding {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.tranding h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.tranding .tranding-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d3d3;
}

.tranding .tranding-box .tranding-content {
  position: relative;
  padding-left: 105px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tranding .tranding-box .tranding-content h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.tranding .tranding-box .tranding-content h4 a {
  color: #555555;
  transition: all ease 0.5s;
}

.tranding .tranding-box .tranding-content img {
  height: 80px;
  width: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tranding .tranding-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.tranding .tranding-box:hover .tranding-content h4 a {
  color: #012FAE;
}

/*
Events Style
======================================================*/
.single-events-card {
  margin-bottom: 30px;
  transition: all ease 0.5s;
}

.single-events-card .events-image {
  position: relative;
}

.single-events-card .events-image .date {
  background-color: #ffffff;
  position: absolute;
  bottom: -35px;
  left: 30px;
  padding: 15px 25px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.single-events-card .events-image .date span {
  font-size: 18px;
  color: #012FAE;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-events-card .events-content {
  padding: 30px;
  background-color: #ffffff;
}

.single-events-card .events-content .admin {
  text-align: right;
  margin-bottom: 20px;
}

.single-events-card .events-content .admin p a {
  color: #555555;
}

.single-events-card .events-content .admin p a i {
  color: #012FAE;
  padding-right: 7px;
}

.single-events-card .events-content h3 {
  font-size: 24px;
  transition: all ease 0.5s;
  list-style: 1.3;
}

.single-events-card:hover {
  transform: translateX(-10px);
}

.single-events-card:hover .events-content h3 {
  color: #012FAE;
}

.single-events-card.style2 .events-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-events-card.style2 .events-content h3 {
  margin-bottom: 15px;
}

.single-events-card.style2 .events-content .admin-and-date ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-events-card.style2 .events-content .admin-and-date ul li {
  list-style-type: none;
}

.single-events-card.style2 .events-content .admin-and-date ul li a {
  color: #555555;
}

.single-events-card.style2 .events-content .admin-and-date ul li a i {
  color: #012FAE;
  margin-right: 7px;
}

.single-events-card.style2:hover {
  transform: translateX(0);
}

.single-events-card.style-3 .events-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-events-card.style-3 .events-content .date-and-read-more ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-events-card.style-3 .events-content .date-and-read-more ul li {
  list-style-type: none;
}

.single-events-card.style-3 .events-content .date-and-read-more ul li p i {
  color: #012FAE;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.single-events-card.style-4 .events-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.events-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}

.events-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.events-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}

.events-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.events-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #012FAE;
  color: #ffffff;
  border: 1px solid #012FAE;
}

.events-slider.owl-theme .owl-dots {
  left: 0;
}

.events-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #012FAE;
  margin: 10px 10px 0 10px;
  background-color: #dbdada;
  height: 18px;
  width: 18px;
}

.events-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}

.events-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #012FAE;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}

.events-details-left-content .events-image {
  margin-bottom: 30px;
}

.meetings {
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f6f9;
  margin-bottom: 30px;
}

.meetings h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.meetings p {
  margin-bottom: 20px;
}

.about-lecturer h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.about-lecturer img {
  margin-bottom: 30px;
}

.about-lecturer p {
  margin-bottom: 30px;
}

.about-lecturer .address {
  margin-bottom: 15px;
}

.about-lecturer .address h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.about-lecturer .address .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.about-lecturer .address .list ul li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.about-lecturer .address .list ul li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #012FAE;
  left: 0;
  top: 7px;
}

.about-lecturer .address .list ul li a {
  color: #555555;
}

.about-lecturer .social-content {
  margin-bottom: 30px;
}

.about-lecturer .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.about-lecturer .social-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.about-lecturer .social-content ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #f4f6f9;
  color: #012FAE;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  transition: all ease 0.5s;
}

.about-lecturer .social-content ul li a:hover {
  background-color: #012FAE;
  color: #ffffff;
  transform: translateY(-5px);
}

.next-workshop {
  margin-bottom: 30px;
}

.next-workshop h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.next-workshop .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.next-workshop .list ul li {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 120px;
}

.next-workshop .list ul li span {
  position: absolute;
  left: 0;
}

.next-workshop .list ul li:last-child {
  margin-bottom: 0;
}

.brought {
  margin-bottom: 30px;
}

.brought h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.brought p {
  margin-bottom: 20px;
}

.brought .default-btn {
  margin-top: 10px;
}

.counter-area ul {
  padding-left: 0;
  margin-bottom: 0;
}

.counter-area ul li {
  list-style-type: none;
}

/*
Podcasts Care Style
======================================================*/
.single-podcasts-card {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
}

.single-podcasts-card .podcast-content span {
  color: #012FAE;
  display: inline-block;
  margin-bottom: 10px;
}

.single-podcasts-card .podcast-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.single-podcasts-card .podcast-content p {
  margin-bottom: 20px;
}

.single-podcasts-card .podcast-content .play-icon {
  transition: all ease 0.5s;
  padding-top: 5px;
  max-width: 170px;
}

.single-podcasts-card .podcast-content .play-icon i {
  color: #ffffff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  font-size: 24px;
  background-color: #012FAE;
  display: inline-block;
  text-align: center;
  transition: all ease 0.5s;
}

.single-podcasts-card .podcast-content .play-icon span {
  position: relative;
  display: inline-block;
  bottom: 8px;
  padding-left: 7px;
  transition: all ease 0.5s;
}

.single-podcasts-card .podcast-content .play-icon:hover {
  background-color: #012FAE;
  padding-top: 5px;
}

.single-podcasts-card .podcast-content .play-icon:hover span {
  color: #ffffff;
}

.single-podcasts-card.style2 .podcasts-image {
  padding: 30px;
  position: relative;
}

.single-podcasts-card.style2 .podcasts-image .play-btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  transition: all ease 0.5s;
}

.single-podcasts-card.style2 .podcasts-image .play-btn:hover {
  background-color: #ffffff;
  color: #012FAE;
  border-color: #ffffff;
}

.single-podcasts-card.style2 .podcast-content {
  padding: 30px 30px 0px 30px;
}

.single-podcasts-card.style2 .podcast-content ul {
  padding-left: 0;
  margin-bottom: 15px;
}

.single-podcasts-card.style2 .podcast-content ul li {
  list-style-type: none;
  color: #012FAE;
}

.single-podcasts-card.style2 .podcast-content ul li.date {
  position: relative;
  padding-left: 35px;
}

.single-podcasts-card.style2 .podcast-content ul li.date::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30px;
  background-color: #012FAE;
  top: 12px;
  left: 0;
}

.single-podcasts-card.style2 .podcast-content h3 {
  margin-bottom: 0;
}

.single-podcasts-card.style3 .podcasts-image {
  position: relative;
}

.single-podcasts-card.style3 .podcasts-image .play-btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #012FAE;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  transition: all ease 0.5s;
}

.single-podcasts-card.style3 .podcasts-image .play-btn:hover {
  background-color: #012FAE;
  color: #ffffff;
}

.single-podcasts-card.style3 .podcasts-image .episodes p {
  background-color: #ffffff;
  color: #012FAE;
  padding: 10px 15px;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 7px;
}

.single-podcasts-card.style3 .podcast-content {
  padding: 30px 30px 0 30px;
}

.single-podcasts-card.style3 .podcast-content .date p {
  color: #012FAE;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

.single-podcasts-card.style3 .podcast-content .date p::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #012FAE;
  left: 0;
  top: 7px;
}

.categories {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.categories h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.categories ul {
  padding-left: 0;
  margin-bottom: 0;
}

.categories ul li {
  position: relative;
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.categories ul li a {
  color: #555555;
  transition: all ease 0.5s;
}

.categories ul li i {
  color: #012FAE;
  padding-right: 10px;
}

.categories ul li:hover a {
  color: #012FAE;
}

.categories.style-2 {
  background-color: #ffffff;
}

.subscribe-area {
  background-image: url(../images/subscribe-img.jpg);
  background-size: cover;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.subscribe-area::before {
  position: absolute;
  content: "";
  background: rgba(17, 29, 94, 0.7);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.subscribe-area .top-content {
  position: relative;
}

.subscribe-area .top-content i {
  font-size: 40px;
  color: #ffffff;
}

.subscribe-area .top-content h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}

.subscribe-area .top-content p {
  margin-bottom: 20px;
  color: #ffffff;
}

.subscribe-area .newsletter-form {
  position: relative;
}

.subscribe-area .newsletter-form .form-control {
  margin-bottom: 30px;
}

.subscribe-area .newsletter-form .default-btn {
  width: 100%;
}

.subscribe-area .newsletter-form .validation-danger {
  color: #012FAE;
  margin-top: 5px;
}

/*
Stories Style
======================================================*/
.single-stories-card {
  margin-bottom: 30px;
}

.single-stories-card .stories-content {
  padding: 30px 30px 20px 30px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-stories-card .stories-content h3 {
  font-size: 22px;
}

.single-stories-card iframe {
  height: 234px;
  width: 100%;
}

/*
Latest News Style
======================================================*/
.single-news-card {
  margin-bottom: 30px;
  transition: all ease 0.5s;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-news-card .news-img {
  overflow: hidden;
}

.single-news-card .news-img img {
  transition: all ease 0.5s;
}

.single-news-card .news-content {
  padding: 30px;
}

.single-news-card .news-content .list {
  margin-bottom: 15px;
}

.single-news-card .news-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-news-card .news-content .list ul li {
  display: inline-block;
  margin-right: 15px;
}

.single-news-card .news-content .list ul li i {
  padding-right: 7px;
  color: #012FAE;
}

.single-news-card .news-content .list ul li a {
  color: #555555;
}

.single-news-card .news-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  transition: all ease 0.5s;
  line-height: 1.3;
}

.single-news-card:hover .news-img img {
  transform: scale(1.1);
}

.single-news-card:hover .news-content h3 {
  color: #012FAE;
}

.single-news-card.style2 .news-content {
  background-color: #ffffff;
}

.single-news-card.style3 {
  background-color: #ffffff;
}

.single-news-card.style3 .news-content {
  background-color: #ffffff;
}

.news-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}

.news-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.news-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}

.news-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.news-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #012FAE;
  color: #ffffff;
  border: 1px solid #012FAE;
}

.news-slider.owl-theme .owl-dots {
  left: 0;
}

.news-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #012FAE;
  margin: 0 15px;
  background-color: #ded6d6;
  height: 18px;
  width: 18px;
}

.news-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}

.news-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #012FAE;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}

.latest-news-simple-card {
  background-image: url(../images/news/news-5.jpg);
  background-size: cover;
  background-position: center center;
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.latest-news-simple-card::before {
  position: absolute;
  content: "";
  background: rgba(17, 29, 94, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.latest-news-simple-card .news-content {
  padding: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.latest-news-simple-card .news-content .list {
  margin-bottom: 15px;
}

.latest-news-simple-card .news-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.latest-news-simple-card .news-content .list ul li {
  display: inline-block;
  margin-right: 15px;
  color: #ffffff;
}

.latest-news-simple-card .news-content .list ul li i {
  padding-right: 7px;
  color: #012FAE;
}

.latest-news-simple-card .news-content .list ul li a {
  color: #ffffff;
}

.latest-news-simple-card .news-content h3 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffffff;
}

.latest-news-card-area h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.category-list {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.category-list h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.category-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.category-list ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

.category-list ul li a {
  color: #555555;
  transition: all ease 0.5s;
}

.category-list ul li i {
  position: absolute;
  right: 0;
  font-size: 22px;
}

.category-list ul li:last-child {
  margin-bottom: 0;
}

.category-list ul li:hover a {
  color: #012FAE;
}

.related-post-area {
  padding: 30px;
  background-color: #f4f6f9;
}

.related-post-area h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.related-post-area .related-post-box {
  padding-bottom: 14px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d4d3d3;
}

.related-post-area .related-post-box .related-post-content {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
}

.related-post-area .related-post-box .related-post-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.related-post-area .related-post-box .related-post-content h4 a {
  color: #555555;
  transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.related-post-area .related-post-box .related-post-content h4:hover a {
  color: #012FAE;
}

.related-post-area .related-post-box .related-post-content img {
  height: 80px;
  width: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.related-post-area .related-post-box .related-post-content p i {
  color: #012FAE;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.related-post-area .related-post-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.related-post-area .related-post-box:hover .tranding-content h4 a {
  color: #012FAE;
}

.news-details .news-simple-card img {
  margin-bottom: 20px;
}

.news-details .news-simple-card .list {
  margin-bottom: 15px;
}

.news-details .news-simple-card .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.news-details .news-simple-card .list ul li {
  display: inline-block;
  margin-right: 15px;
}

.news-details .news-simple-card .list ul li i {
  padding-right: 7px;
  color: #012FAE;
}

.news-details .news-simple-card .list ul li a {
  color: #555555;
}

.news-details .news-simple-card h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.news-details .news-simple-card p {
  margin-bottom: 20px;
}

.news-details .theory .theory-box {
  padding-left: 30px;
  margin-bottom: 30px;
}

.news-details .theory .theory-box h4 {
  font-size: 18px;
  position: relative;
}

.news-details .theory .theory-box h4::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #012FAE;
  left: -30px;
  top: 5px;
}

.news-details .blog-img-and-content {
  margin-bottom: 30px;
}

.news-details .blog-img-and-content img {
  margin-bottom: 30px;
}

.tags-and-share {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.tags-and-share .tags ul {
  padding-left: 0;
  margin-bottom: 0;
}

.tags-and-share .tags ul li {
  margin-right: 10px;
  display: inline-block;
}

.tags-and-share .tags ul li span {
  font-size: 18px;
  font-weight: 500;
  color: #111d5e;
  margin-right: 5px;
}

.tags-and-share .tags ul li a {
  color: #555555;
  transition: all ease 0.5s;
  position: relative;
}

.tags-and-share .tags ul li a:hover {
  color: #012FAE;
}

.tags-and-share .tags ul li a::before {
  position: absolute;
  content: ",";
  right: -4px;
}

.tags-and-share .tags ul li:last-child a::before {
  display: none;
}

.tags-and-share .share {
  text-align: right;
}

.tags-and-share .share ul {
  padding-left: 0;
  margin-bottom: 0;
}

.tags-and-share .share ul li {
  display: inline-block;
}

.tags-and-share .share ul li span {
  font-size: 18px;
  font-weight: 500;
  color: #111d5e;
  margin-right: 15px;
}

.tags-and-share .share ul li a {
  height: 35px;
  width: 35px;
  line-height: 38px;
  border-radius: 100%;
  background-color: #f4f6f9;
  color: #012FAE;
  display: inline-block;
  text-align: center;
  transition: all ease 0.5s;
}

.tags-and-share .share ul li a:hover {
  background-color: #012FAE;
  color: #ffffff;
}

/*
Footer Style
======================================================*/


.footer-logo-area {
  margin-bottom: 30px;
}

.footer-logo-area img {
  margin-bottom: 20px;
}

.footer-logo-area p {
  margin-bottom: 25px;
  color: #000;
}

.footer-logo-area .contact-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-logo-area .contact-list ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-logo-area .contact-list ul li:last-child {
  margin-bottom: 0;
}

.footer-logo-area .contact-list ul li a {
  color: #000;
}

.footer-widjet {
  margin-bottom: 30px;
}

.footer-widjet h3 {
  font-size: 22px;
  color: #000;
  margin-bottom: 30px;
}

.footer-widjet .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-widjet .list ul li {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-widjet .list ul li:last-child {
  margin-bottom: 0;
}

.footer-widjet .list ul li a {
  color: #000;
  transition: all ease 0.5s;
}

.footer-widjet .list ul li a:hover {
  color: #012FAE;
}

/*
CopyRight Style
======================================================*/
.copyright-area {
  background-color: #fff;
}

.copyright {
  padding: 30px 0;
}

.copyright .copy {
  text-align: right;
}

.copyright .copy p {
  color: #000;
}

.copyright .copy p a {
  color: #012FAE;
}

.copyright .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.copyright .social-content ul li {
  display: inline-block;
  margin-right: 10px;
}

.copyright .social-content ul li:last-child {
  margin-right: 0;
}

.copyright .social-content ul li span {
  color: #000;
}

.copyright .social-content ul li a {
  color: #000;
  transition: all ease 0.5s;
}

.copyright .social-content ul li a:hover {
  color: #012FAE;
}

/*
Page Banner Style
======================================================*/
.page-banner-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.page-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(17, 29, 94, 0.8);
}

.page-banner-area.bg-1 {
  background-image: url(../images/page-banner/page-bnner-1.jpg);
}

.page-banner-area.bg-2 {
  background-image: url(../images/page-banner/page-bnner-2.jpg);
}

.page-banner-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}

.page-banner-content {
  position: relative;
}

.page-banner-content h1 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.page-banner-content ul li a {
  text-decoration: none;
  color: #ffffff;
}

.page-banner-content ul li::before {
  position: absolute;
  content: "/";
  right: 2px;
  top: 0;
}

.page-banner-content ul li:last-child {
  color: #012FAE;
  padding-right: 0;
}

.page-banner-content ul li:last-child::before {
  display: none;
}

/*
Student life Style
======================================================*/
.student-life-card {
  margin-bottom: 30px;
  position: relative;
}

.tags {
  background-color: #012FAE;
  padding: 5px 10px;
  position: absolute;
  right: 20px;
  top: 135px;
  border-radius: 30px;
}

.tags p {
  color: #ffffff;
  font-size: 12px;
}

/*
Alumni life Style
======================================================*/
.alumni-left-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.single-alumni-events-card {
  padding: 10px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all ease 0.5s;
}

.single-alumni-events-card .alumni-img {
  position: relative;
}

.single-alumni-events-card .alumni-img img {
  width: 100%;
}

.single-alumni-events-card .alumni-img .date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #012FAE;
  padding: 8px 12px;
}

.single-alumni-events-card .alumni-img .date p {
  color: #ffffff;
  font-size: 13px;
}

.single-alumni-events-card .alumni-content .time {
  margin-bottom: 15px;
}

.single-alumni-events-card .alumni-content .time p i {
  color: #012FAE;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.single-alumni-events-card .alumni-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-alumni-events-card .alumni-content .location p i {
  color: #012FAE;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.single-alumni-events-card:hover {
  transform: translateY(-10px);
}

.alumni-right-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.single-alumoni-updates-card {
  padding: 10px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all ease 0.5s;
}

.single-alumoni-updates-card .update-image img {
  width: 100%;
}

.single-alumoni-updates-card .updates-content .date {
  margin-bottom: 10px;
}

.single-alumoni-updates-card .updates-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-alumoni-updates-card:hover {
  transform: translateY(-10px);
}

.interview-content {
  background-image: url(../images/alumni/alumni-7.jpg);
  background-size: cover;
  background-position: center center;
}

.interview-content .interview {
  max-width: 465px;
  margin-right: 20px;
  margin-left: auto;
}

.interview-content .interview span {
  margin-bottom: 10px;
  display: inline-block;
}

.interview-content .interview h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.interview-content .interview p {
  margin-bottom: 30px;
}

/*
Contact Us Style
======================================================*/
.contacts-form {
  padding: 40px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.contacts-form h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.contacts-form .form-group {
  margin-bottom: 25px;
}

.contacts-form .form-group label {
  margin-bottom: 7px;
}

.contacts-form .form-group .form-control {
  background-color: #f4f6f9;
  border: 1px solid transparent;
}

.contacts-form .form-group .form-control:focus {
  border: 1px solid #012FAE;
}

.contacts-form .list-unstyled {
  color: #012FAE;
  margin-top: 7px;
}

.contacts-form .text-danger {
  color: #012FAE;
  font-size: 16px;
  margin-top: 7px;
}

.contacts-form .form-check .form-check-input {
  border-radius: 0;
}

.contacts-form .form-check .form-check-input:checked {
  background-color: #012FAE;
  border-color: #012FAE;
}

.contacts-form .form-check .form-check-input:focus {
  box-shadow: none;
}

.contacts-form .default-btn {
  width: 100%;
}

.contact-and-address h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-and-address p {
  margin-bottom: 20px;
}

.contact-and-address .contact-and-address-content {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.contact-and-address .contact-and-address-content .contact-card {
  text-align: center;
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.contact-and-address .contact-and-address-content .contact-card .icon {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border: 1px solid #012FAE;
  color: #012FAE;
  text-align: center;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 15px;
}

.contact-and-address .contact-and-address-content .contact-card h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.contact-and-address .contact-and-address-content .contact-card p {
  margin-bottom: 10px;
}

.contact-and-address .contact-and-address-content .contact-card p a {
  color: #555555;
  transition: all ease 0.5s;
}

.contact-and-address .contact-and-address-content .contact-card p a:hover {
  color: #012FAE;
}

.contact-and-address .social-media {
  margin-bottom: 30px;
}

.contact-and-address .social-media h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.contact-and-address .social-media p {
  margin-bottom: 25px;
}

.contact-and-address .social-media ul {
  padding-left: 0;
  margin-bottom: 0;
}

.contact-and-address .social-media ul li {
  margin-right: 10px;
  list-style-type: none;
  display: inline-block;
}

.contact-and-address .social-media ul li a {
  height: 35px;
  width: 35px;
  line-height: 37px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  background-color: #eeeeee;
  color: #012FAE;
  transition: all ease 0.5s;
}

.contact-and-address .social-media ul li a:hover {
  background-color: #012FAE;
  color: #ffffff;
  transform: translateY(-5px);
}

/*
Go To Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #012FAE;
  z-index: 4;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
  font-size: 26px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  background-color: #012FAE;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background: #111d5e;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i {
  color: #ffffff;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

/*
Faq Area Style
======================================================*/
.faq-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.faq-title p {
  margin-bottom: 30px;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #C9C9C9;
  border-radius: 10px;
}

.accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion .accordion-item .accordion-button {
  border: none;
  background-color: transparent;
  color: #111d5e;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}

.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: unset;
}

.accordion .accordion-item .accordion-button::after {
  background-image: unset;
  content: "";
  font-size: 20px;
  color: #111d5e;
  text-align: center;
  content: "\ea13";
  font-family: "remixicon" !important;
  position: relative;
  top: -2px;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: unset;
  text-align: center;
  content: "\f1af";
  position: relative;
  top: -2px;
}

.accordion .accordion-item .accordion-body {
  padding-top: 0;
  font-size: 15px;
}

/*
Login Area Style
======================================================*/
.login {
  max-width: 860px;
  margin: auto;
  padding: 50px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.login h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.login h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #012FAE;
  top: 43px;
}

.login .form-group {
  margin-bottom: 20px;
}

.login .form-check {
  margin-bottom: 20px;
}

.login .form-check .form-check-input:checked {
  background-color: #012FAE;
}

.login .form-check .form-check-input:focus {
  box-shadow: none;
}

.login .default-btn {
  padding: 15px 40px;
  margin-bottom: 15px;
}

.login a {
  display: inherit;
  color: #555555;
  font-weight: 500;
}

/*
Register Area Style
======================================================*/
.register {
  max-width: 860px;
  margin: auto;
  padding: 50px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.register h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.register h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #012FAE;
  top: 43px;
}

.register .form-group {
  margin-bottom: 20px;
}

.register .default-btn {
  padding: 15px 40px;
  margin-top: 10px;
}

/*
Password Area Style
======================================================*/
.password {
  max-width: 650px;
  margin: auto;
  padding: 50px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.password h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.password h3::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #012FAE;
  top: 43px;
}

.password .form-group {
  margin-bottom: 20px;
}

.password .default-btn {
  width: 100%;
}

/*
Privacy Policy Style
======================================================*/
.privacy-content {
  margin-bottom: 10px;
}

.privacy-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.privacy-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.privacy-content p {
  margin-bottom: 25px;
}

.privacy-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.privacy-content .list ul li {
  font-weight: 600;
  color: #111d5e;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 15px;
}

.privacy-content .list ul li i {
  position: absolute;
  left: 0;
  color: #012FAE;
}

/*
Terms & Condition Style
======================================================*/
.condition-content {
  margin-bottom: 10px;
}

.condition-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.condition-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.condition-content p {
  margin-bottom: 25px;
}

.condition-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.condition-content .list ul li {
  font-weight: 600;
  color: #111d5e;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 15px;
}

.condition-content .list ul li i {
  position: absolute;
  left: 0;
  color: #012FAE;
}

/*
Error Area Style
======================================================*/
.error-area {
  text-align: center;
}

.error-area .top-content {
  margin-bottom: 10px;
}

.error-area .top-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.error-area .top-content ul li {
  font-size: 200px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
  color: #012FAE;
  font-family: "Source Serif Pro", serif;
}

.error-area .top-content ul li:first-child {
  color: #111d5e;
}

.error-area .top-content ul li:last-child {
  color: #555555;
}

.error-area h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.error-area p {
  margin-bottom: 30px;
}

/*
Coming Soon Style
======================================================*/
.coming-soon-area {
  height: 100vh;
  vertical-align: middle;
  position: relative;
}

.coming-soon-area::before {
  position: absolute;
  content: "";
  background: #0e0e0e;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.coming-soon-area .coming-soon {
  text-align: center;
  max-width: 720px;
  margin: auto;
  background-color: #000000;
  padding: 40px;
  border-radius: 40px 10px 40px 10px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 1;
  position: relative;
}

.coming-soon-area .coming-soon img {
  margin-bottom: 20px;
}

.coming-soon-area .coming-soon h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.coming-soon-area .coming-soon .list ul {
  margin-bottom: 0;
  padding-left: 0;
}

.coming-soon-area .coming-soon .list ul li {
  margin: 0 20px;
  font-size: 36px;
  font-weight: 700;
  height: 100px;
  width: 100px;
  border: 6px double #012FAE;
  border-radius: 50px 0px 0px 0px;
  margin-bottom: 30px;
  color: #ffffff;
}

.coming-soon-area .coming-soon .list ul li span {
  font-size: 15px;
  font-weight: 500;
  color: #012FAE;
}

.coming-soon-area .coming-soon .newsletter-form {
  position: relative;
}

.coming-soon-area .coming-soon .newsletter-form .form-control {
  border-radius: 30px;
  height: 53px;
  background-color: #0e0e0e;
  color: #ffffff;
}

.coming-soon-area .coming-soon .newsletter-form .form-control::-moz-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon .newsletter-form .form-control::placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.coming-soon-area .coming-soon .newsletter-form .validation-danger {
  color: #e60808;
  padding-top: 7px;
}

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



/*  */

.main-logo {
  width: 150px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-15 {
  font-size: 15px;
}

.fs-22 {
  font-size: 22px;
}

.fs-30 {
  font-size: 30px;
  font-weight: 600;
}

.fs-40 {
  font-size: 40px;
  font-weight: 800;
}


.aws-partner-badge {
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  margin-bottom: 20px;
}

/* Icon */
.aws-partner-badge img {
  max-width: 32px;
  height: auto;
  flex-shrink: 0;
}

/* Text */
.aws-partner-badge p {
  margin: 0;
  font-weight: 600;
  color: #222;
  font-size: 15px;
  line-height: 1.4;
}


/* Mobile adjustments */
@media (max-width: 576px) {
  .aws-partner-badge {
    display: flex;                /* enable wrapping */
    justify-content: center;
    border-radius: 50px;            /* pill → rounded card */
    padding: 14px 16px;
    text-align: start !important;
  }

  .aws-partner-badge img {
    max-width: 40px;
  }

  .aws-partner-badge p {
    white-space: normal;            /* allow text to wrap */
    font-size: 12px;
  }
}




/* "We are" label */
.we-are-text {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
}

.animated-pill {
  position: relative;            /* anchor absolute children */
  display: inline-block;         /* shrink to content */
  padding: 10px 18px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: width 0.5s ease, height 0.5s ease;

  max-width: 100%;
  white-space: normal;
}

.animated-text {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transition: opacity 0.6s ease;

  font-size: 16px;
  font-weight: 600;
  color: #012FAE;
  text-align: center;
  line-height: 1.35;

  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Only active text is visible */
.animated-text.active {
  opacity: 1;
  position: relative; /* allows pill to size correctly */
}






@media (max-width: 576px) {
  .animated-pill {
    max-width: calc(100vw - 48px);
    padding: 10px 14px;
    border-radius: 50px;
  }

  .animated-text {
    font-size: 14px;
  }
}



.plus-icon {
  font-size: 28px;
  color: #cfcfcf;
}

/* Responsive */
@media (max-width: 576px) {
  .animated-pill {
    min-width: 100%;
    text-align: center;
  }
}

.fs-32 {
  font-size: 32px;
  font-weight: 700;
}

/* ==========================================
       AQUEDUCT COLOR PALETTE
       ========================================== */
:root {
  /* Milvian Brand */
  --milvian-blue: #2B7CB3;
  --milvian-blue-light: #5BA3D0;
  --milvian-navy: #1E3A5A;
  --milvian-orange: #F5A623;

  /* Aqueduct UI */
  --primary-blue: #2196F3;
  --green-good: #4CAF50;
  --yellow-warning: #FFC107;
  --orange-warning: #FF9800;
  --red-alert: #F44336;

  /* Backgrounds */
  --bg-light: #F5F5F5;
  --bg-card: #FFFFFF;
  --bg-gauge: #E8E8E8;

  /* Chart fills */
  --chart-green: #E8F5E9;
  --chart-yellow: #FFF8E1;
  --chart-blue: #E3F2FD;

  /* Text */
  --text-dark: #333333;
  --text-medium: #666666;
  --text-light: #999999;

  /* Shadows */
  --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 4px 16px rgba(0, 0, 0, 0.12);
}





/* ==========================================
       ANIMATIONS
       ========================================== */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes flowRight {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes gaugeProgress {
  0% {
    stroke-dashoffset: 251;
  }

  100% {
    stroke-dashoffset: var(--gauge-offset);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }

  50% {
    transform: translateY(-12px);
    opacity: 1;
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.animate-slideDown {
  animation: slideDown 0.3s ease-out;
}

.animate-slideUp {
  animation: slideUp 0.3s ease-out;
}

.animate-pulse {
  animation: pulse 1.5s infinite;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-flow {
  animation: flowRight 2s infinite;
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

.animate-blink {
  animation: blink 1s infinite;
}

/* ==========================================
       LAYOUT
       ========================================== */
.header {
  text-align: center;
  padding: 2.5rem 1.5rem 1.5rem;
}

.header h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--milvian-navy);
  margin-bottom: 0.5rem;
}

.header p {
  font-size: 0.95rem;
  color: var(--text-medium);
  max-width: 32rem;
  margin: 0 auto;
  line-height: 1.5;
}

.cards-container {
  overflow-x: auto;
  padding: 1rem 1.5rem 2rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cards-container::-webkit-scrollbar {
  display: none;
}

.cards-wrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  min-width: max-content;
}

/* ==========================================
       CARD BASE - Aqueduct Style
       ========================================== */
.card {
  width: 320px;
  height: 440px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-card);
  box-shadow: var(--shadow-card);
  flex-shrink: 0;
  position: relative;
  border: 1px solid #E0E0E0;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: var(--shadow-hover);
}

.card-visual {
  height: 240px;
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #E0E0E0;
}

.card-content {
  padding: 16px;
}

/* ==========================================
       GAUGES - Aqueduct Style
       ========================================== */
.gauge-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gauge {
  position: relative;
  width: 80px;
  height: 80px;
}

.gauge-bg {
  fill: none;
  stroke: var(--bg-gauge);
  stroke-width: 8;
}

.gauge-progress {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: stroke-dashoffset 0.5s ease;
}

.gauge-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.gauge-number {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
}

.gauge-unit {
  font-size: 0.7rem;
  color: var(--text-light);
}

.gauge-label {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--text-medium);
  margin-top: 4px;
  text-align: center;
}

/* ==========================================
       MINI CHARTS - Aqueduct Style
       ========================================== */
.mini-chart {
  position: absolute;
  background: var(--bg-card);
  border-radius: 8px;
  padding: 8px 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #E8E8E8;
}

.mini-chart-label {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.mini-chart-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
}

/* ==========================================
       STATUS INDICATORS
       ========================================== */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.status-badge.normal {
  background: #E8F5E9;
  color: var(--green-good);
}

.status-badge.warning {
  background: #FFF8E1;
  color: #F57C00;
}

.status-badge.alert {
  background: #FFEBEE;
  color: var(--red-alert);
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

/* ==========================================
       ALERT & ACTION BANNERS
       ========================================== */
.alert-banner {
  position: absolute;
  left: 12px;
  right: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.alert-banner.top {
  top: 12px;
}

.alert-banner.warning {
  background: var(--yellow-warning);
}

.alert-banner.alert {
  background: var(--red-alert);
}

.alert-banner.hidden {
  display: none;
}

.alert-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.alert-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-icon svg {
  width: 12px;
  height: 12px;
}

.alert-banner.warning .alert-text {
  color: #5D4037;
}

.alert-banner.alert .alert-text {
  color: #FFFFFF;
}

.alert-text {
  font-size: 0.8rem;
  font-weight: 600;
}

.alert-detail {
  font-size: 0.7rem;
  margin-top: 2px;
  margin-left: 28px;
  opacity: 0.8;
}

.alert-banner.warning .alert-detail {
  color: #5D4037;
}

.alert-banner.alert .alert-detail {
  color: #FFFFFF;
}

.action-banner {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  padding: 12px;
  border-radius: 8px;
  background: var(--bg-card);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  border-left: 4px solid var(--primary-blue);
}

.action-banner.success {
  border-left-color: var(--green-good);
}

.action-banner.hidden {
  display: none;
}

.action-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.action-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--chart-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.action-banner.success .action-icon {
  background: var(--chart-green);
}

.action-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--primary-blue);
}

.action-banner.success .action-icon svg {
  stroke: var(--green-good);
}

.spinner {
  width: 14px;
  height: 14px;
  border: 2px solid var(--chart-blue);
  border-top-color: var(--primary-blue);
  border-radius: 50%;
}

.action-label {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.action-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
}

/* ==========================================
       CARD TITLE
       ========================================== */
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.card-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon.utilities {
  background: #E3F2FD;
}

.card-icon.utilities svg {
  stroke: var(--primary-blue);
}

.card-icon.air {
  background: #E8F5E9;
}

.card-icon.air svg {
  stroke: var(--green-good);
}

.card-icon.controls {
  background: #F3E5F5;
}

.card-icon.controls svg {
  stroke: #9C27B0;
}

.card-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke-width: 2;
}

.card-title h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
}

.card-description {
  font-size: 0.8rem;
  color: var(--text-medium);
  line-height: 1.4;
}

/* ==========================================
       ZONE CARDS
       ========================================== */
.zones-row {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.zone-card {
  flex: 1;
  padding: 10px 8px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #E0E0E0;
}

.zone-card.on {
  background: var(--chart-green);
  border-color: var(--green-good);
}

.zone-card.off {
  background: #F5F5F5;
  border-color: #E0E0E0;
}

.zone-name {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-dark);
}

.zone-card.off .zone-name {
  color: var(--text-light);
}

.zone-status {
  font-size: 0.65rem;
  font-weight: 500;
  margin-top: 2px;
}

.zone-card.on .zone-status {
  color: var(--green-good);
}

.zone-card.off .zone-status {
  color: var(--text-light);
}

/* ==========================================
       PROGRESS DOTS
       ========================================== */
.progress-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-bottom: 2rem;
}

.dot {
  height: 4px;
  border-radius: 4px;
  background: #D0D0D0;
  transition: all 0.3s;
}

.dot.active {
  width: 24px;
  background: var(--milvian-blue);
}

.dot.inactive {
  width: 8px;
}



.milvian-organization {
  border: 1px solid #C3C7CD;
  border-radius: 15px;
  box-shadow: 5px 5px 5px #D6D3D1;
}


.problem-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 40px 35px 40px 35px;
  transition: all 0.3s ease;
  height: 100%;
}

.problem-card h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

.problem-card p {
  font-size: 16px;
  color: #000;
}

/* Icon styling */
.icon-box {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #f0f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  font-size: 18px;
}

/* Hover effect */
.problem-card:hover {
  transform: translateY(-6px);
  border-color: #2563eb;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.milvian-organization-status {
  color: #012FAE;
  font-weight: 600;
  letter-spacing: 1px;
}

/*  */

.milvian-smart-solutions {
  background:
    radial-gradient(ellipse at center,
      #CAD6F7 0%,
      #EAF0FD 45%,
      #F4F7FE 70%,
      #FFFFFF 100%);
  padding: 80px 0;
}


.milvian-smart-solutions-banner {
  position: relative;
  background:
    radial-gradient(circle at 50% 45%,
      #CAD6F7 0%,
      #EAF0FD 40%,
      #F4F7FE 60%,
      rgba(255, 255, 255, 0) 85%),
    #ffffff;
  padding: 80px 0;
  overflow: hidden;
}

/* Smooth top fade */
.milvian-smart-solutions-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to bottom,
      #ffffff 0%,
      rgba(255, 255, 255, 0.8) 30%,
      rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}


.milvian-images-text {
  border-radius: 20px;
}

/* Base card */
.leaders-milvian-industry {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
  transition: transform 0.3s ease;
}


/* Gradient + blur overlay */
.leaders-milvian-industry::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #3092E8 0%, #012FAE 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  border-radius: inherit;
}

.leaders-milvian-industry::after {
  content: "";
  position: absolute;
  inset: -18px;
  /* creates outer glow */
  background: linear-gradient(135deg, #3092E8 0%, #012FAE 100%);
  opacity: 0;
  filter: blur(28px);
  transition: opacity 0.4s ease;
  z-index: 0;
  border-radius: 20px;
  pointer-events: none;
}



.leaders-milvian-industry:hover::before,
.leaders-milvian-industry:hover::after {
  opacity: 1;
}

.leaders-milvian-industry img,
.leaders-milvian-industry p {
  position: relative;
  z-index: 3;
  transition: filter 0.4s ease, color 0.4s ease;
}


.leaders-milvian-industry:hover img {
  filter: brightness(0) invert(1);
}

.leaders-milvian-industry:hover p {
  color: #ffffff;
}


/* ---------- LEADERS SECTION (layout) ---------- */
.leaders-milvian .row {
  /* Bootstrap already uses gutters, but this helps consistency */
  row-gap: 18px;
}


/* Make each column behave better on different screens */
@media (max-width: 992px) {
  .leaders-milvian .col-md-6 {
    /* 2 per row on md */
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 576px) {
  .leaders-milvian .col-md-6 {
    /* 1 per row on mobile */
    width: 100%;
  }
}


.milvian-banner {
  color: #fff;
}

.lists-milvian {
  margin-top: 150px;
}

.timeline-section {
  background: #ffffff;
}

/* Row styling */
.timeline-row {
  position: relative;
  text-align: center;
}

/* Connecting line */
.timeline-row::before {
  content: "";
  position: absolute;
  top: 85px;
  /* aligns with icon center */
  left: 12.5%;
  right: 12.5%;
  height: 3px;
  background: linear-gradient(90deg, #3092E8, #012FAE);
  z-index: 0;
}


/* Individual step */
.timeline-step {
  position: relative;
  padding: 0 15px;
  z-index: 1;
}

/* Duration text */
.timeline-duration {
  display: block;
  font-size: 14px;
  color: #0d3ddb;
  margin-bottom: 16px;
}

/* Icon box */
.timeline-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #3092E8, #012FAE);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  box-shadow: 0 10px 30px rgba(1, 47, 174, 0.35);
}

/* Titles */
.timeline-step h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Description */
.timeline-step p {
  font-size: 17px;
  color: #000;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .timeline-row::before {
    display: none;
  }

  .timeline-step {
    margin-bottom: 40px;
  }
}

.milvian-scroller {
  background-color: #E3EAFE;
  border-radius: 30px;
  padding: 0px 50px 0px 50px;
  background-image: url('../images/milvian/home/dots.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}


/* SCROLL CONTAINER */
.milvian-scroll-wrapper {
  overflow: hidden;
  height: 700px;
  position: relative;
}

.milvian-scroll-content {
  display: flex;
  flex-direction: column;
}

.milvian-scroll-wrapper:hover .milvian-scroll-up,
.milvian-scroll-wrapper:hover .milvian-scroll-down {
  animation-play-state: paused;
}

/* COMMON SCROLL */
.milvian-scroll {
  display: flex;
  flex-direction: column;
  gap: 0;
}



/* TRACK */
.milvian-scroll {
  will-change: transform;
}

.milvian-scroll-up {
  animation: scrollUp 45s linear infinite;
}

.milvian-scroll-down {
  animation: scrollDown 45s linear infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

/* CARD STYLING */
.single-news-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

/* IMAGE */
.news-img {
  position: relative;
}

.news-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* TAG */
.news-img .tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #0d47ff;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
}

/* CONTENT */
.news-content {
  padding: 20px;
}

.news-content .date {
  font-size: 12px;
  color: #0d47ff;
  font-weight: 500;
}

.news-content h3 {
  font-size: 18px;
  margin: 8px 0;
  font-weight: 600;
}

.news-content p {
  font-size: 14px;
  color: #666;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .milvian-scroll-wrapper {
    height: auto;
  }

  .milvian-scroll {
    animation: none;
  }
}

.slider-content-milvian {
  font-size: 14px;
  color: gray;
  font-style: italic;
  padding: 20px 30px 20px 30px;
}

.milvian-success-stories {
  background: linear-gradient(135deg, #334270 0%, #1A2136 100%);
  border-radius: 30px;
  padding: 100px 40px 50px 80px;
}

.milvian-testimonials {
  color: #E4E4E7;
  font-style: italic;
}

/* Success story container positioning */
.milvian-success-stories {
  position: relative;
}

/* Image wrapper */
.images-milvian-testimonial {
  position: relative;
}

/* Image styling */
.images-milvian-testimonial img {
  position: relative;
  top: 100px;
  /* move image upward */
  right: 0px;
  /* move image slightly right */
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

/* Tablet adjustments */
@media (max-width: 991px) {
  .images-milvian-testimonial img {
    top: 30px;
    right: 0;
  }
}

/* Mobile adjustments */
@media (max-width: 575px) {
  .images-milvian-testimonial img {
    top: 0;
    right: 0;
    margin-top: 30px;
  }
}




/* Tablet adjustments */
@media (max-width: 991px) {
  .images-milvian-testimonial2 img {
    top: 30px;
    right: 0;
  }
}

/* Mobile adjustments */
@media (max-width: 575px) {
  .images-milvian-testimonial2 img {
    top: 0;
    right: 0;
    margin-top: 30px;
  }
}



.services-milvian {
  color: #012FAE !important;
}
.services-list-wrapper{
  margin-top: 33px;
}
@media (max-width: 767.98px) {
  .services-list-wrapper {
    display: block !important;
    text-align: start;
    padding-left: 0;
  }

  .services-list-wrapper li {
    display: block;
    margin-bottom: 10px;
  }
}

.services-list-milvian {
  font-size: 16px;
  font-weight: 600;
}

/* Remove spacing & make cards touch */
.milvian-connected-row {
  position: relative;
}

.milvian-card-col {
  position: relative;
  padding: 0;
}

/* Card border + alignment */
.milvian-connected-card {
  border: 1.5px solid #012FAE;
  border-radius: 8px;
  padding: 30px;
  height: 100%;
  background: #fff;
}

/* Connector (+ icon) */
.milvian-connector {
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #012FAE;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 14px;
}

/* Hide connector for last card */
.milvian-card-col:last-child .milvian-connector {
  display: none;
}

/* Mobile behavior */
@media (max-width: 767.98px) {
  .milvian-connector {
    display: none;
  }

  .milvian-card-col {
    margin-bottom: 20px;
  }
}

.milvian-platforms {
  padding-top: 10px;
}


/* Container ONLY */
.how-it-works-container {
  background: linear-gradient(135deg, #334270, #1A2136);
  border-radius: 28px;
  position: relative;
}

/* Progress line wrapper */
.progress-line-wrapper {
  position: relative;
  height: 2px;
  margin-bottom: 50px;
}

/* LEFT solid half */
.progress-line-solid {
  position: absolute;
  left: 0;
  width: 20%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

/* RIGHT dotted half */
.progress-line-dotted {
  position: absolute;
  right: 0;
  width: 80%;
  height: 1px;
  border-top: 2px dashed rgba(255, 255, 255, 0.5);
}

/* Cards */
.step-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  position: relative;
  min-height: 320px;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #000;

  height: 100%;
}

/* Step number – DEFAULT (BLUE) */
.step-number {
  position: absolute;
  top: -18px;
  right: 35px;
  width: 45px;
  height: 45px;
  background: #0A3DB8;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* Hover / Active */
.step-card:hover,
.step-card.active {
  background: #0A3DB8;
  color: #fff;
  transform: translateY(-6px);
}

/* Number on hover (WHITE) */
.step-card:hover .step-number,
.step-card.active .step-number {
  background: #fff;
  color: #0A3DB8;
}

/* Text */
.step-subtitle {
  font-size: 14px;
  font-weight: 600;
}

.step-desc {
  font-size: 16px;
  opacity: 0.9;
}

/* Footer button */
.step-footer {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 14px;
  border-radius: 5px;
  border: 1px solid #0A3DB8;
  font-size: 15px;
  font-weight: 600;
  color: #0A3DB8;
}

.step-card:hover .step-footer,
.step-card.active .step-footer {
  background: #fff;
  color: #0A3DB8;
}

/* Mobile */
@media (max-width: 991px) {
  .progress-line-wrapper {
    display: none;
  }

  .step-number {
    position: static;
    margin-bottom: 15px;
  }
}

/* Force all text inside card to turn white on hover / active */
.step-card:hover,
.step-card.active {
  color: #ffffff;
}

/* Headings */
.step-card:hover h5,
.step-card.active h5 {
  color: #ffffff;
}

/* Subtitle */
.step-card:hover .step-subtitle,
.step-card.active .step-subtitle {
  color: #ffffff;
}

/* Description text */
.step-card:hover .step-desc,
.step-card.active .step-desc {
  color: #ffffff;
}

/* Footer text stays blue on white background */
.step-card:hover .step-footer,
.step-card.active .step-footer {
  background: #ffffff;
  color: #0A3DB8;
}

/* Initial image color – BLUE */
.step-card img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(97%) saturate(2630%) hue-rotate(216deg) brightness(95%) contrast(95%);
  transition: filter 0.3s ease;
}

/* Hover / Active – WHITE */
.step-card:hover img,
.step-card.active img {
  filter: brightness(0) invert(1);
}

.platform-capabilities-milvian {
  background-color: #012FAE;
}

.capabilities-milvian-services {
  height: auto !important;
}

.capabilities-milvian-services .border-top {
  transition: all 0.3s ease;
}

.capabilities-milvian-services:hover .border-top {
  background: #000;
}

.capabilities-milvian-services:hover .slider-content-milvian {
  color: #fff;
}

/* Card becomes stacking context */
.single-health-care-card {
  position: relative;
}



/* Overlay layer (between image & text) */
.single-health-care-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  pointer-events: none;
  border-radius: 20px;
}

/* Text ALWAYS on top */
.single-health-care-card .health-care-content {
  position: absolute;
  top: 0px;
  /* adjust if needed */
  left: 30px;
  right: 30px;
  z-index: 3;
  color: #fff;
}
@media (max-width: 767px) {

  /* Let card grow with content */
  .single-health-care-card {
    height: auto;
  }

  /* Remove absolute positioning */
  .single-health-care-card .health-care-content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding: 20px;
  }

  /* Reduce overlay darkness for readability */
  .single-health-care-card::after {
    background: rgba(0, 0, 0, 0.6);
  }

  /* Image spacing */
  .single-health-care-card .img img {
    height: 220px;
    object-fit: cover;
  }
}

/* Ensure text color */
.single-health-care-card .health-care-content h3,
.single-health-care-card .health-care-content span {
  color: #fff;
}


.milvian-success-atria {
  background: radial-gradient(circle at top left,
      #3092E8 0%,
      #012FAE 70%);
  padding: 100px 40px 50px 80px;
  border-radius: 30px;

  /* NEW: increase height */
  min-height: 900px;
  /* adjust as needed to match image */
  position: relative;
  /* for absolute positioning of image if needed */
}

.milvian-pill-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.milvian-pill {
  background: #ffffff;
  color: #0a2fd1;
  /* deep blue text */
  padding: 10px 18px;
  border-radius: 999px;
  /* pill shape */
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 576px) {
  .milvian-pill {
    font-size: 13px;
    padding: 8px 14px;
  }
}


/* Right card */
.systems-panel {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* Row style */
.system-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e6ebf5;
  font-size: 15px;
  font-weight: 500;
  color: #0b1c39;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-align: left;
}

/* Remove border from last item */
.system-row:last-child {
  border-bottom: none;
}

/* Arrow */
.system-row i {
  font-size: 18px;
  color: #3b6cff;
  transition: transform 0.3s ease;
}

/* Hover */
.system-row:hover {
  background: #f5f7ff;
  color: #012fae;
}

.system-row:hover i {
  transform: translateX(6px);
}

/* Active */
.system-row.active {
  background: linear-gradient(90deg, #eef3ff, #ffffff);
  font-weight: 600;
  color: #012fae;
}

.system-row.active i {
  transform: translateX(8px);
}

/* Left content card */
.system-content {
  background: #ffffff;
  padding: 32px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}



.protocol-pill {
  background: #ffffff;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #0b1c39;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef1f6;
  transition: all 0.25s ease;
  cursor: default;
}

/* Hover like image */
.protocol-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.tabs-section-milvian {
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.tabs-milvian-services {
  background: radial-gradient(ellipse at center, #CAD6F7 0%, #EAF0FD 45%, #F4F7FE 70%, #FFFFFF 100%);
  padding: 80px 0;
}

.systems-we-connect {
  text-align: center;
  padding: 20px 0px;
}

.milvian-organization-checks {
  margin: 100px 30px 30px 0px;
}

.banner-bg-wrapper {
  background-image: url('../images/milvian/home/banner-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  /* fills container */
  background-position: center;
  /* keeps it centered */
}

.bg-buttons-milvian:hover {
  color: white !important;
  border: 1px solid white;

}

.leaders-milvian {
  background-image: url('../images/milvian/home/globe.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f1f5ff;
  color: #012FAE;
  font-size: 18px;
}

/* 🔒 Remix icon bug fix */
.instagram-fix {
  font-size: 14px;
  /* reduce glyph size */
  transform: translateY(-3px);
  /* align baseline */
}

.bg-complete-ai-solution {
  background-image: url('../images/milvian/services/spiral.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.milvian-what-makes-us-different {
  background-color: #EEF1F9;
}

.banner-bg-wrapper-hardware {
  background-color: #CAD6F7;
  background-image: url('../images/milvian/home/dots.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.border-top-milvian {
  border-top: 1px solid #D3D9E9;
  background-color: #EEF1F9;

}

.slider-content-milvian-content {
  font-size: 14px;
  color: #012FAE;
  font-style: italic;
  padding: 20px 30px 20px 30px;
}

.stat-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Make the container relative so the image can be positioned absolutely */
.milvian-success-atria {
  position: relative;
}

/* Target the image wrapper */
.images-milvian-testimonial-milvian {
  position: absolute;
  /* float freely inside container */
  left: 50%;
  /* horizontal centering */
  transform: translateX(-50%);
  /* perfectly center horizontally */
  z-index: 10;
  /* bring image above other content if needed */
}

/* Optional: make image responsive */
.images-milvian-testimonial-milvian img {
  max-width: 100%;
  height: auto;
}

.line-div {
  width: 100%;
  height: 1px;
  position: relative;
  border-top: 1px solid #a7b5db;
  box-sizing: border-box;
}

.vs-others-require {
  width: 231.9px;
  height: 26.2px;
  position: relative;
  font-size: 12px;
  line-height: 19px;
  display: inline-block;
  font-family: Inter;
  color: #5e5e5e;
  text-align: left;
}

.video-preview-btn {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
}

.video-preview {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.video-thumb {
  width: 100%;
  display: block;
  transition: transform 250ms ease;
}

.video-preview-btn:hover .video-thumb {
  transform: scale(1.03);
}

.video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.18);
}

.video-play i {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 22px;
  transition: transform 200ms ease;
}

.video-preview-btn:hover .video-play i {
  transform: scale(1.06);
}

/* ===========================
   HERO SLIDER ALIGNMENT FIX
   =========================== */
/* Section aligns with rest of page */

/* Owl containment */
.milvian-success-slider {
  width: 100%;
}

.milvian-success-slider .owl-stage-outer {
  overflow: hidden;
}

.milvian-success-slider .owl-stage {
  display: flex;
}

.milvian-success-slider .owl-item {
  padding: 0 !important;
}

/* The blue rounded background card (same each slide) */
.milvian-hero {
  border-radius: 20px;
  min-height: 420px;
  padding: 44px 44px;
  background: radial-gradient(900px 420px at 25% 35%, rgba(60, 130, 255, .55), rgba(0, 0, 0, 0) 60%),
    linear-gradient(135deg, #0b43d6, #0833a8);
  overflow: hidden;
}

/* Two-column layout */
.milvian-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr;
  gap: 32px;
  align-items: center;
}

.milvian-hero__kicker {
  color: rgba(255, 255, 255, .92);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.milvian-hero__title {
  margin: 0 0 16px 0;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  font-size: clamp(28px, 3.4vw, 40px);
}

.milvian-hero__sub {
  margin: 0 0 22px 0;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  line-height: 1.6;
}

/* CTA like screenshot */
.milvian-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border: 2px solid rgba(255, 255, 255, .55);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: .15s ease;
}

.milvian-hero__cta:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .75);
  transform: translateY(-1px);
}

.milvian-hero__arrow {
  font-size: 16px;
}

/* Right preview card */
.milvian-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.milvian-hero__imgCrop {
  width: 100%;
  max-width: 650px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .22);
  overflow: hidden;
}

.milvian-hero__imgCrop img {
  display: block;
  width: var(--imgW, 140%);
  height: auto;
  border-radius: 14px;
}

/* Mobile */
@media (max-width: 992px) {
  .milvian-hero {
    padding: 36px 30px;
    min-height: auto;
  }

  .milvian-hero__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .milvian-hero__imgCrop img {
    width: 120%;
  }
}


.btn-partnership-white-outline {
  display: inline-block;
  padding: 0.875rem 1.75rem;
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-partnership-white-outline:hover {
  background: #1e40af;
  color: white;
  transform: translateX(4px);
}


/* mobiles devices responsive */

/* Mobile devices */
@media (max-width: 1023px) {
  .lists-milvian {
    margin-top: 20px;
  }

  .single-campus-card {
    margin-bottom: 0% !important;
  }

  .trusted-milvian-text {
    padding-top: 20px !important;
  }

  .milvian-success-stories {
    padding: 50px 20px 20px 40px;
  }
  .milvian-scroller{
    padding: 50px 20px 50px 20px;
  }
  .scroller-cards-milvian-display-none{
    display: none;
  }
  .mobile-services-section{
    font-size: 16px;
  }
  .problem-card h5{
    font-size: 20px;
  }
  .milvian-hero__title{
    line-height: 40px;
  }
  .timeline-step h5{
    font-size: 20px;
  }
  .timeline-step p{
    font-size: 16px;
  }
  .milvian-success-atria{
    padding: 50px 20px 20px 40px;
  }
}

.trusted-milvian-text {
  padding-top: 50px;
}
.platform-milvian{
  right: 0px !important;
  top: 20px;
}


/*  */


.milvian-success-slider {
  position: relative;
}

.milvian-success-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* allow clicks only on buttons */
}
.milvian-success-slider .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  background-color: #012FAE !important;
  color: #ffffff !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  transition: all 0.3s ease;
}

/* Icon size */
.milvian-success-slider .owl-nav button {
  font-size: 20px !important;
}


/* Hover effect */
.milvian-success-slider .owl-nav button:hover {
  background-color: #001f7a !important;
}
.milvian-success-slider .owl-nav .owl-prev {
  margin-left: -80px;
}

.milvian-success-slider .owl-nav .owl-next {
  margin-right: -80px;
}
.footer-area {
      background: url('../images/milvian/footer-bg.png') ;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
}
.header-demo a{
  color: #fff !important;
}
.terms-h2{
  font-size: 30px;
}
.terms-h3{
  font-size: 22px;
}
.gradient-solutions {
  background: linear-gradient(135deg, #3092E8, #012FAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/*  */

.leader-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: all 0.4s ease;
}

/* Image */
.leader-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Footer (name + linkedin) */
.leader-footer {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: #fff;
  border-radius: 50px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
}

.leader-footer h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}

.leader-footer span {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

/* LinkedIn button */
.linkedin-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.4s ease;
}

/* Overlay */
.leader-overlay {
  position: absolute;
  inset: 0;
  background: rgba(1, 47, 174, 0.95);
  color: #fff;
  padding: 32px;

  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* On hover */
.leader-card:hover .leader-overlay {
  opacity: 1;
  transform: scale(1);
}


.leader-overlay p {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

/* HOVER EFFECT */
.leader-card:hover .leader-overlay {
  opacity: 1;
  transform: translateY(0);
}

.leader-card:hover .leader-footer {
  background: transparent;
}

.leader-card:hover .leader-footer h5,
.leader-card:hover .leader-footer span {
  color: #fff;
}

.leader-card:hover .linkedin-btn {
  border-color: #fff;
  color: #fff;
}
/* On card hover – make designation text white */
.leader-card:hover .leader-footer span {
  color: #fff;
}

/* On card hover – white border around footer pill */
.leader-card:hover .leader-footer {
  border: 1px solid #fff;
}

/* On card hover – white border for LinkedIn icon */
.leader-card:hover .linkedin-btn {
  border-color: #fff;
  color: #fff;
}


@media (max-width: 576px) {
  .leader-footer h5 {
    font-size: 16px;
  }

  .leader-footer span {
    font-size: 12px;
  }

  .leader-overlay p {
    font-size: 15px;
  }
}
.locations-milvian{
  border-color: #2563eb !important;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12) !important;
}
.milvian-home-testimonial{
  font-size: 38px !important;
}
.mg-aqueduct-p{
  font-size: 16px;
}
.section-bg-mg-aqueduct {
  background: linear-gradient(
    180deg,
    #FFFFFF 0%,
    #F5F7FD 40%,
    #CAD6F7 100%
  );
}
.mg-slider-item{
  padding-bottom: 40px !important;
}
.mg-paragraph{
  font-size: 16px !important;
}
.feature-item.border-bottom {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
/*  */

/* Main wrapper */
.aqueduct-image-wrapper {
  position: relative;  
  margin: 0 auto;
  background-color: #012FAE;
  padding: 50px;
  border-radius: 20px;
}

.mg-aqueduct-assets-para{
  font-size: 15px;
  padding-top: 10px;
}


/* Common text style */
.flow-text {
  position: absolute;
  color: #ffffff;
  max-width: 320px;
}

/* Typography */
.flow-text h5 {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
}

.flow-text p {
  margin: 0;
  font-size: clamp(0.8rem, 1vw, 0.95rem);
  color: #cfe0ff;
  line-height: 1.4;
}

/* Positioning using percentages (image-relative) */
.step-1-mg {
  top: 31%;
  left: 43%;
}

.step-2-mg {
  top: 48%;
  left: 43%;
}

.step-3-mg {
  top: 65%;
  left: 43%;
}

.step-4-mg {
  top: 80%;
  left: 42%;
}

/* Tablet adjustment */
@media (max-width: 992px) {
  .flow-text {
    max-width: 260px;
  }

  .step-1-mg,
  .step-2-mg,
  .step-3-mg,
  .step-4-mg {
    left: 50%;
  }
}

/* Mobile-safe fallback (no clash ever) */
@media (max-width: 768px) {
  .aqueduct-image-wrapper {
    padding: 30px 20px;
  }

  /* Stack content under image */
  .flow-text {
    position: static;
    max-width: 100%;
    margin-top: 20px;
  }
}

/* DEFAULT (large screens: 1200px and above) */
.large-devices-mg {
  display: block;
}

.mobile-steps-mg {
  display: none;
}

/* BELOW 1200px */
@media (max-width: 1199.98px) {
  .large-devices-mg {
    display: none;
  }

  .mobile-steps-mg {
    display: block;
  }
}

.section-titles-mg-aqueduct {
  width: 60px;
  height: 60px;
  background-color: #001f7a;
  color: #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  font-weight: 600;
}

/* Mobile tweak */
@media (max-width: 576px) {
  .section-titles-mg-aqueduct {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
}

.ng-mg-aqueduct{
  background-color: #012FAE;
  padding: 20px 20px;
  color: white;
  border-radius: 15px
}
.mg-aqueduct-stylings-card{
  background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.icon-circle {
  width: 36px;
  height: 36px;
  border: 1px solid #cfd8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5cff;
  background: #fff;
  font-size: 16px;
}


.feature-row {
  padding: 22px 28px;
  border-bottom: 1px solid #e5e7eb;
}

.feature-row:last-child {
  border-bottom: none;
}

/* Left column */
.feature-left {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
    text-align: start;

}

/* Right column */
.feature-right {
  text-align: start;
  font-size: 15px;
  color: #374151;
  line-height: 1.5;
}

/* Check icon */
.check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #4a5cff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5cff;
  font-size: 8px;
  flex-shrink: 0;
  margin-top: 2px; /* optical alignment */
}

/* Mobile behavior */
@media (max-width: 991px) {
  .feature-row {
    padding: 18px 20px;
  }

  .feature-right {
    margin-top: 10px;
  }
}

.next-mg-aqueduct{
  border-bottom: 1px solid #e5e7eb;
}
@media (max-width: 991px) {
  .next-mg-aqueduct {
    display: block !important;
  }
}


/*  */

.milvian-navbar .nav-item.dropdown > a {
    position: relative;
    padding-right: 22px;
}

/* Arrow icon */
.milvian-navbar .nav-item.dropdown > a::before {
    content: "\ea4e"; /* down arrow */
    font-family: remixicon !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    transition: transform 0.3s ease;
}
.milvian-navbar .dropdown-menu {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 350px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 20px 15px;
}
@media (min-width: 992px) {
    .milvian-navbar .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

    .milvian-navbar .nav-item.dropdown:hover > a::before {
        transform: translateY(-50%) rotate(180deg);
    }
}
@media (max-width: 991px) {
    .milvian-navbar .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        box-shadow: none;
        width: 100%;
    }

    .milvian-navbar .nav-item.dropdown.open .dropdown-menu {
        display: block;
    }

    .milvian-navbar .nav-item.dropdown.open > a::before {
        transform: translateY(-50%) rotate(180deg);
    }
}
/* Remove Bootstrap default caret */
.milvian-navbar .dropdown-toggle::after {
    display: none !important;
}
/* Dropdown link styling */
.milvian-navbar .dropdown-menu .dropdown-item {
    font-weight: 500;          /* medium weight */
    padding: 12px 20px;        /* space inside */
    font-size: 15px;
    line-height: 1.4;
}

/* Space between items (visual breathing room) */
.milvian-navbar .dropdown-menu li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Hover effect (optional but clean) */
.milvian-navbar .dropdown-menu .dropdown-item:hover {
    background-color: #f5f7fa;
    padding-left: 24px;        /* subtle slide */
    transition: all 0.25s ease;
}
.milvian-navbar .dropdown-menu .dropdown-item,
.milvian-navbar .dropdown-menu .dropdown-item:visited,
.milvian-navbar .dropdown-menu .dropdown-item:active,
.milvian-navbar .dropdown-menu .dropdown-item:focus {
    color: #000000 !important; /* or your brand color */
}
