@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&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

/*Default-style
======================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

.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: #111d5e;
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #555555;
  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 #891d0b;
  box-shadow: none;
}

textarea {
  height: auto !important;
}

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

/*
Top Header Area Style
======================================================*/
.top-header-area {
  background-color: #891d0b;
  padding: 10px 0;
}

.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: #891d0b;
  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;
}

.nav-bg-2 {
  background-color: #ffffff;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

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

.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: #891d0b;
  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: #891d0b;
  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: #891d0b;
  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: #891d0b;
}

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

.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: #891d0b;
  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: #891d0b;
  color: #ffffff;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  transition: all ease 0.5s;
  border: 1px solid #891d0b;
  z-index: 1;
}

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

.default-btn::before {
  position: absolute;
  content: "";
  background-color: #111d5e;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  transform: scaleX(1);
}

.default-btn: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 {
  padding-left: 10px;
  color: #fff !important;
}

.read-more-btn.active {
  color: #891d0b;
  letter-spacing: 0;
}

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

.read-more-btn.white-color:hover {
  color: #891d0b;
}

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

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

.section-title h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.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;
}

.banner-area .slider-item {
  position: relative;
  height: 100vh;
}

.banner-area .slider-img {
  width: 100%;
  height: 633px;
  object-fit: cover;
}

/* Dark overlay */
.banner-area .slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/* Text content */
.banner-area .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
  z-index: 2;
}

/* Button */
.banner-area .default-btn {
  transition: 0.3s;
}


.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: #891d0b;
  color: #ffffff;
  border: 1px solid #891d0b;
}

.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: #891d0b;
  color: #ffffff;
  border: 1px solid #891d0b;
}

.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: #891d0b;
}

.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::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(9, 0, 51, 0), rgb(8, 1, 77));
}

.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;
}

.banner-area.banner-area-five .slider-item {
  position: relative;
  padding-left: 175px;
  overflow: hidden;
  z-index: 3;
}

/*
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;
}

.mission {
  text-align: justify !important;
}



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

.single-academics-card2 {
  background-size: cover;
  background-position: center center;
  height: 500px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.single-academics-card2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, #253aa48c, rgba(17, 29, 94, 0.9));
  left: 0;
  top: 0;
  border-radius: 10px;
}

.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: #ffffff;
  font-size: 18px;
}

.single-academics-card2 .academic-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  text-align: center;
}

.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: #ffffff;
  margin-bottom: 15px;
  transition: all ease 0.5s;
}

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

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

.single-academics-card2 .academic-content p {
  color: #ffffff;
  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: #891d0b;
  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 #891d0b;
  display: inline-block;
  color: #891d0b;
  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 #891d0b;
}

.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 #891d0b;
}

.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: #891d0b;
  border-color: #891d0b;
}

.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: #891d0b;
  border-color: #891d0b;
}

.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: #891d0b;
  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: #891d0b;
}

.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: #891d0b;
  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: #891d0b;
  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 {
  margin-bottom: 30px;
}

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

.campus-content .campus-title h2 {
  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: #891d0b;
}

.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;
  text-align: center;
}

.counter-card h1 {
  font-size: 50px;
  margin-bottom: 5px;
  line-height: 1;
}

.counter-card h1 .target {
  color: #891d0b;
  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: 20px;
  background-color: #ffffff;
  /* box-shadow: 0 10px 30px rgb(0 0 0 / 10%); */
  position: relative;
  margin-top: -100px;
  z-index: 1;
}

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

.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 #891d0b;
}

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


.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: #891d0b;
  color: #ffffff;
  border: 1px solid #891d0b;
}

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

.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: #891d0b;
}

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

.courses-details .courses-card .list ul li i {
  color: #891d0b;
  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: #891d0b !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: #891d0b;
  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: #891d0b;
  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: #891d0b;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.instructor .instructor-content .quick-contact ul li a {
  color: #891d0b;
}

.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: #891d0b;
  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: #891d0b;
}

.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: #891d0b;
}

.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: #891d0b;
  border-color: #891d0b;
}

.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: #891d0b;
  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: #891d0b;
  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 {
  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;
  padding-bottom: 26px;
}

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

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

.single-campus-card .campus-content h3:hover {
  color: #891d0b;
}

.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: #891d0b;
  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: #891d0b;
  color: #ffffff;
  border: 1px solid #891d0b;
}

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

.campus-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #891d0b;
  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: #891d0b;
  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: #891d0b;
  color: #ffffff;
  border: 1px solid #891d0b;
}

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

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

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

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

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

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

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

.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: #891d0b;
  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: #891d0b;
  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: #891d0b;
  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: #891d0b;
  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: #891d0b;
  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: #891d0b;
}

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

/*
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: #891d0b;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-events-card .events-content {
  padding: 10px;
  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: #891d0b;
  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: #891d0b;
}

.single-events-card.style2 .events-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 24%);
}

.single-events-card.style2 .events-content h3 {
  /* margin-bottom: 15px; */
  font-size: 13.4px;
  text-align: center;
}

.events-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 34%;
  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: #891d0b;
  color: #ffffff;
  border: 1px solid #891d0b;
}

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

.events-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #891d0b;
  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: #891d0b;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}

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

/* .events-details-left-content .events-image img{
  height: 270px;
} */
.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: #891d0b;
  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: #891d0b;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  transition: all ease 0.5s;
}

.about-lecturer .social-content ul li a:hover {
  background-color: #891d0b;
  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;
}



/*
Footer Style
======================================================*/
.footer-area {
  background-color: #111d5e;
  position: relative;
  z-index: 1;
}

.footer-area .shape {
  position: absolute;
  top: 50px;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 0;
  right: 0;
  z-index: -1;
}

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

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

.footer-logo-area p {
  margin-bottom: 25px;
  color: #ffffff;
}

.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: #ffffff;
}


.footer-widjet h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}

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

.footer-widjet .list ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

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

.footer-widjet .list ul li a {
  color: #ffffff;
  transition: all ease 0.5s;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.footer-widjet .list ul li a i{
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-widjet .list ul li a:hover {
  color: #891d0b;
}

/*
CopyRight Style
======================================================*/
.copyright-area {
  background-color: #1f2c75;
}

.copyright {
  padding: 30px 0;
}

.copyright .copy {
  text-align: right;
}

.copyright .copy p {
  color: #cacaca;
}

.copyright .copy p a {
  color: #891d0b;
}

.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: #ffffff;
}

.copyright .social-content ul li a {
  color: #cacaca;
  transition: all ease 0.5s;
}

.copyright .social-content ul li a:hover {
  color: #891d0b;
}

/*
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(../img/slider/slider2.jpeg);
}

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

.page-banner-content {
  position: relative;
}

.page-banner-content h1 {
  font-size: 35px;
  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: #891d0b;
  padding-right: 0;
}

.page-banner-content ul li:last-child::before {
  display: none;
}

/*
Student life Style
======================================================*/
.student-life-card {
  margin-bottom: 30px;
  position: relative;
}

.student-life-card .tags {
  background-color: #891d0b;
  padding: 10px 15px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.student-life-card .tags p {
  color: #ffffff;
}

/*
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: #891d0b;
  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: #891d0b;
  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: #891d0b;
  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: 10px;
  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 #891d0b;
}

.contacts-form .list-unstyled {
  color: #891d0b;
  margin-top: 7px;
}

.contacts-form .text-danger {
  color: #891d0b;
  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: #891d0b;
  border-color: #891d0b;
}

.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;
  text-transform: uppercase;
}

.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;
  height: 215px;
}

.contact-and-address .contact-and-address-content .contact-card .icon {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border: 1px solid #891d0b;
  color: #891d0b;
  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;
  display: inline-block;
}

.contact-and-address .contact-and-address-content .contact-card p a:hover {
  color: #891d0b;
}

.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: #891d0b;
  transition: all ease 0.5s;
}

.contact-and-address .social-media ul li a:hover {
  background-color: #891d0b;
  color: #ffffff;
  transform: translateY(-5px);
}

/*
Go To Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  right: -10%;
  background-color: #891d0b;
  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: #891d0b;
  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 rgba(227, 40, 69, 0.4);
  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: #891d0b;
  top: 43px;
}

.login .form-group {
  margin-bottom: 20px;
}

.login .form-check {
  margin-bottom: 20px;
}

.login .form-check .form-check-input:checked {
  background-color: #891d0b;
}

.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: #891d0b;
  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: #891d0b;
  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: #891d0b;
}

/*
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: #891d0b;
}

/*
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: #891d0b;
  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 #891d0b;
  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: #891d0b;
}

.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;
}

.campus-title p {
  text-align: justify;
}



.notice {
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}

.notice .neWs_date {
  display: inline-block;
  font-size: 12px;
  background: #111d5e;
  border-bottom: 3px solid #891d0b;
  color: #fff;
  padding: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

.notice #faq__accordian-main-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.notice .faq__accordian-heading:nth-last-child(5) {
  margin-bottom: 0;
}

.notice .faq__accordian-heading {
  background: linear-gradient(#111d5e 0%, rgba(0, 44, 84, 0.86) 51%, #111d5e 100%);
  padding: 10px 30px 10px 10px;
  display: block;
  margin-bottom: 2px;
  position: relative;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
}

.notice .faq__accordian-heading::before {
  content: "\f13a";
  color: #ffffff;
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(0deg);
  font-size: 20px;
}

.notice .faq__accordian-heading.active {
  background: linear-gradient(#891d0b 0%, rgb(216 58 31) 50%, #891d0b 90%);
  color: #fff;
}

.notice .faq__accordian-heading.active::before {
  transition: 0.3s linear all;
  transform: translateY(-50%) rotate(360deg);
  color: #fff !important;
}

.notice .faq__accordian-heading.active::before {
  color: #ffffff;
}

.notice .faq__accordion-content {
  display: none;
  position: relative;
}

.notice .view-btn {
  text-align: right;
}

.notice .view-btn .common_btn:focus {
  box-shadow: none;
}

.notice marquee {
  height: 290px;
  /* background: #ffffff; */
  background-size: cover;
  padding: 10px;
}

.notice .qiick-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notice .qiick-links ul li {
  position: relative;
  min-height: 60px;
  padding-left: 65px;
  /* box-shadow: 0 5px 10px -5px #000; */
  border-bottom: 1px solid #bbbaba;
  margin: 10px 0;
}

.year01 {
  display: block;
  border-top: 1px solid #ffffff;
}

.notice .qiick-links ul li a {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}

.notice .qiick-links ul li a:hover {
  font-weight: 600;
  padding-left: 5px;
}

.main-lg-box {
  display: flex;
  gap: 15px;
}

.left-lg img {
  width: 100px;
}

.logo-area {
  padding: 10px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9));
  position: relative;
  z-index: 1;
}


.right-lg h1 {
  text-transform: uppercase;
}

.right-lg p {
  line-height: 1.5;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.main-lg-right {
  text-align: right;
}

.main-lg-right a {
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  background: linear-gradient(145deg, #00356b, #5393ff);
  /* subtle blue gradient */
  box-shadow: 0 5px 15px rgba(41, 121, 255, 0.4);
  /* soft shadow */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Hover effect with shine */
.main-lg-right a::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg) translate(-100%, -100%);
  transition: all 0.5s ease;
}

.main-lg-right a:hover::after {
  transform: rotate(45deg) translate(0, 0);
}

/* Hover zoom */
.main-lg-right a:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(41, 121, 255, 0.6);
}


.top_news_bar {
  background: linear-gradient(135deg, #061a30, #0056ac, #0f4686);
}

/* MAIN BAR */
.news-bar {
  /* border-radius: 60px; */
  padding: 7px;
  display: flex;
  align-items: center;
  /* box-shadow: 0 18px 40px rgba(0, 0, 0, .35); */
  position: relative;
  overflow: hidden;
  transform: skewX(-16deg);
}

/* MOVING GLOW LINE */
.news-bar:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .35), transparent);
  animation: glow 5s infinite;
}

.news-label {
  background: linear-gradient(45deg, #891d0b, #d23a21);
  color: #fff;
  padding: 7px 24px 7px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
}


.news-label i {
  animation: ring 0.5s infinite;
  font-size: 22px;
  color: #ffffff;
}

/* NUMBER */
.news-count {
  background: #0c3c66;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  margin-left: 10px;
  font-size: 13px;
}

/* TICKER */
.ticker-wrap {
  overflow: hidden;
  flex: 1;
  margin-left: 10px;
}

/* TRACK */
.ticker {
  display: flex;
  gap: 60px;
  animation: move 20s linear infinite;
}

.ticker-wrap:hover .ticker {
  animation-play-state: paused;
}

/* ITEM */
.news-item a {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

/* DOT */
.news-item:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #ff9f1c;
  border-radius: 50%;
  animation: blink 1s infinite;
}

/* TAG */
.news-item span {
  background: #1e90ff;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  animation: pulse 1.3s infinite;
}

/* ANIMATION */
@keyframes move {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes glow {
  from {
    left: -150px;
  }

  to {
    left: 120%;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 144, 255, .7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(30, 144, 255, 0);
  }
}

@keyframes bounce {
  0% {
    transform: scale(.5);
  }

  70% {
    transform: scale(1.1);
  }
}

@keyframes blink {
  50% {
    opacity: .3;
  }
}

@keyframes ring {

  0%,
  100% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(-10deg);
  }
}

/* MOBILE */
@media(max-width:768px) {
  .news-label {
    padding: 10px 20px;
    font-size: 13px;
  }

  .news-count {
    display: none;
  }
}

.counter {
  padding: 20px 0;
  text-align: center;
}

/* card design */
.counter-card {
  background: #fff;
  padding: 40px 20px;
  border-radius: 18px;
  position: relative;
  transition: .4s;
  box-shadow: 0 10px 30px rgb(0 0 0 / 45%);
  height: 100%;
}

.counter-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
}

/* separator */
/* .counter-card::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 20%;
  height: 60%;
  width: 4px;
  background: linear-gradient(#891d0b, #ffb3a7, #891d0b);
  border-radius: 10px;
}

.col-lg-3:last-child .counter-card::after {
  display: none;
} */

/* icon */
.counter-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
}



/* mobile */
@media(max-width:768px) {
  .counter-card::after {
    display: none;
  }
}

.mission-vision {
  background: linear-gradient(135deg, #0b1c55, #891d0b);
}

/* mission_card */
.mission_card {
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 40px 30px;
  position: relative;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
  overflow: hidden;
  transition: .4s;
  text-align: center;
  height: 485px;
}

.mission_card:hover {
  transform: translateY(-12px) scale(1.02);
}

/* animated border */
.mission_card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(120deg, #ffb3a7, #fff, #ffb3a7);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(360deg);
  }
}

/* floating icon */
.mission_card .icon {
  width: 70px;
  height: 70px;
  background: #fff;
  color: #891d0b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: auto;
  margin-bottom: 15px;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* title */
.mission_card .title h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
}

/* text */
.mission_card p {
  text-align: center;
  line-height: 1.9;
  font-size: 15px;
  color: #ffff;
}

/* principal */
.tprofile img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid #fff;
  display: block;
  margin: 15px auto;
}

.tprofile h3 {
  text-align: center;
  margin: 5px 0;
  color: #ffff;
}

.tprofile span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #e5dcda;
  font-weight: bold;
}





/* Sidebar box */
.master-page .sidebar-menu {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  padding: 15px;
  border-radius: 14px;
}

/* Title */
.master-page .tittle_menu {
  color: #111d5e;
  font-size: 23px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 700;
}

/* Menu */
.sidebar-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu nav ul li {
  position: relative;
}

/* Links */
.sidebar-menu nav ul li a {
  font-size: 15px;
  padding: 10px 15px 10px 45px;
  margin: 8px 0;
  color: #333;
  background: #f5f7fa;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  position: relative;
  transition: 0.4s ease;
}

/* Arrow icon */
.sidebar-menu nav ul li a::before {
    content: "\f124";   /* angle-right icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;   /* REQUIRED for solid icons */
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    transition: 0.4s;
}

/* Hover */
.sidebar-menu nav ul li a:hover {
  background: linear-gradient(135deg, #111d5e, #3949ab);
  color: #fff;
  transform: translateX(10px);
  box-shadow: 0 5px 15px rgba(17, 29, 94, 0.5);
}

.sidebar-menu nav ul li a:hover::before {
  color: #fff;
}

/* Active */
.sidebar-menu nav ul li a.active {
  background: linear-gradient(135deg, #891d0b, #c0392b);
  color: #fff;
  box-shadow: 0 5px 15px rgba(137, 29, 11, 0.5);
}

.sidebar-menu nav ul li a.active::before {
  color: #fff;
}

/* Dropdown icon */
.drop2x {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #777;
  font-size: 14px;
}

/* Submenu */
.submenu2 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.4s ease;
  padding-left: 15px;
}

/* Submenu open */
.sidebar-menu nav ul li:hover .submenu2 {
  max-height: 500px;
  opacity: 1;
  transform: scaleY(1);
}

/* Submenu links */
.submenu2 a {
  background: #e8ebf1;
  font-size: 14px;
  padding-left: 50px;
}

.master-page .master-content {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(62, 48, 48, 0.42);
  padding: 10px;
  border-radius: 10px;
}

.master-page .master-content .master-title {
  text-align: center;
}

.master-page .master-content .inner {
  padding: 10px;
  margin: 5px 0;
}

.master-page .master-content .inner p {
  text-align: justify;
  padding: 5px 0;
  color: #1A1A1A;
}

.master-page .table {
  margin-top: 10px;
  color: #1A1A1A;
  background-color: #fff;
  text-align: center;
}

.master-page .table tr,
.master-page .table td,
.master-page .table th {
  border: 1px solid #888888;
}

.master-page .table thead {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.master-page .table thead th {
  border-bottom: 0;
}

.master-page .table i {
  font-size: 22px;
  color: #111d5e;
}

.master-page .table i:hover {
  color: #111d5e;
}

.master-page .nav-tabs {
  flex-direction: column;
  border: 0;
}

.master-page .nav-tabs .nav-link {
  font-size: 15px;
  padding: 10px 15px 10px 45px;
  margin: 8px 0;
  color: #333;
  background: #f5f7fa;
  border-radius: 30px;
  display: block;
  text-decoration: none;
  position: relative;
  transition: 0.4s ease;
  position: relative;
  border: 0;
}

.master-page .nav-tabs .nav-link::before {
  content: "➤";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  transition: 0.4s;
}

.master-page .nav-tabs .nav-link.active {
  background: linear-gradient(135deg, #891d0b, #c0392b);
  color: #fff;
  box-shadow: 0 5px 15px rgba(137, 29, 11, 0.5);
}

.master-page .nav-tabs .nav-link:hover {
  background: #111d5e;
  color: #ffffff;
  border: 0;
}

.master-page .nav-tabs .nav-link.active::before {
  color: #fff;
}

.master-page .nav-tabs .nav-link:hover::before {
  color: #ffffff;
}

.master-page .sidebar-menu nav ul {
  list-style: none;
  padding-left: 0;
}

.master-page {
  padding: 50px 0;
}

.right-page-content {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

.inner-subttl {
  font-size: 27px;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(90deg, #891d0b, #111d5e, #891d0b);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  /*display: inline-block;*/
  letter-spacing: 2px;
  animation: shine 3s linear infinite;
  padding-bottom: 10px;
  text-align: center;
}


/* Shine animation */
@keyframes shine {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 200% center;
  }
}

.parabx p {
  text-align: justify;
}

.parabx ul li {
  padding-top: 10px;
}

.right-page-content .inner p {
  text-align: justify;
  margin-top: 10px;
}

.tdesk .in_bx {
  margin-top: 10px;
}

.in_bx {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  height: 295px;
  margin-bottom: 10px;
}

/* Gradient border */
.in_bx::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(135deg, #891d0b, #ff9f1c);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Hover */
.in_bx:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Profile image */
.in_bx img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #891d0b;
  margin-bottom: 15px;
  transition: 0.4s;
  padding: 5px;
}

.in_bx:hover img {
  transform: rotate(5deg) scale(1.05);
}

/* Name */
.in_bx h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111d5e;
  margin-bottom: 5px;
}

/* Designation */
.in_bx p {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

/* Button */
.dtalis {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #891d0b, #111d5e);
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.dtalis i {
  margin-right: 6px;
}

.dtalis:hover {
  background: linear-gradient(135deg, #111d5e, #891d0b);
  box-shadow: 0 5px 15px rgba(255, 159, 28, 0.7);
}

.right-page-content table tr,
td,
th {
  border: 1px solid #888888;
}

.master-page .table thead th {
  border-bottom: 0;
}

/* Polaroid Card */
.polaroid {
  width: 100%;
  background: #fff;
  padding: 12px 12px 50px;
  border-radius: 6px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
  position: relative;
  cursor: pointer;
  transition: .5s;
}



.polaroid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Tape Effect */
.polaroid::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 40%;
  width: 90px;
  height: 30px;
  background: rgba(255, 255, 255, .6);
  transform: rotate(-5deg);
}

/* Caption */
.polaroid span {
  position: absolute;
  bottom: 12px;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: 600;
  color: #111;
}

/* Hover */
.polaroid:hover {
  transform: rotate(0) scale(1.1);
  z-index: 10;
}

.principal-desk {
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 20px 50px rgb(0 0 0 / 48%);
  margin-top: 30px;
}

/* Top image overlap */
.desk-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.desk-header img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Name box */
.name-box {
  background: #fff;
  color: #000;
  padding: 12px 20px;
  box-shadow: 0 0 10px #6d6868;
  border-radius: 10px;
  font-weight: bold;
}

.name-box h3 {
  margin: 0;
  font-size: 30px;
  color: #111c5b;
}

.name-box span {
  font-size: 13px;
  opacity: .8;
}

/* Body */
.desk-body {
  margin-top: 20px;
}

.desk-body p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 18px;
  text-align: justify;
}

/* Highlight quote */
.highlight {
  background: #891d0b;
  color: #fff !important;
  padding: 15px 20px;
  border-radius: 12px;
  font-style: italic;
  box-shadow: 0 10px 25px rgba(137, 29, 11, .4);
}

/* Mobile */
@media(max-width:768px) {
  .desk-header {
    position: static;
    margin-bottom: 20px;
  }
}

.ragging-logo img {
  width: 70%;
  animation: pulseLogo 2.5s infinite;
}

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

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}


/* MAIN FIXED BOX */
.bc-flylinks-wrap {
  position: fixed;
  top: 40%;
  right: -220px;
  width: 220px;
  background: #ffffff;
  border-left: 4px solid #8b1c10;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
  z-index: 9999;
}

/* SHOW ON HOVER */
.bc-flylinks-wrap:hover {
  right: 0;
}

/* SIDE TAB */
.bc-flylinks-tab {
  position: absolute;
  left: -40px;
  top: 0;
  background: #8b1c10;
  color: #fff;
  width: 40px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  cursor: pointer;
}

/* HEADER */
.bc-flylinks-title {
  margin: 0;
  padding: 12px;
  font-size: 14px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

/* LINKS */
.bc-flylinks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bc-flylinks-list li a {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  color: #003b7a;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.bc-flylinks-list li a:hover {
  background: #f0f4ff;
  color: #8b1c10;
}
.single-events-card .events-image img{
    height: 250px;
}