
/* Slide In From Right Animation */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Slide Out To Left Animation */
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

/* Example usage for slider images */
.slider-image.slide-in {
  animation: slideInRight 0.7s forwards;
}
.slider-image.slide-out {
  animation: slideOutLeft 0.7s forwards;
}

body, .main-wrapper, .header-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700");

/* Highest priority: force .header-wrap horizontal flex on desktop */
@media (min-width: 992px) {
  body .main-wrapper .section .header-bottom-section .container > .header-wrap {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }
}
/* Force .header-wrap horizontal layout on desktop */
@media (min-width: 992px) {
  .section .header-bottom-section .container > .header-wrap {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header-wrap {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
  }
}
/* Add space above the User Dashboard heading in mega menu columns */
.mm1-com h4.ed-dr-men-mar-top {
  margin-top: 40px !important;
}
  
@media only screen and (max-width: 767px) {
  .slider-controls {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 5px 0 0 0 !important;
    justify-content: flex-start !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
    gap: 4px !important;
    box-sizing: border-box !important;
  }
  .slider-controls .slide-counter,
  .slider-controls .swiper-pagination,
  .slider-controls .pause-btn {
    margin: 0 4px 0 0 !important;
  }
  .slider-controls .slide-counter {
    font-size: 1rem !important;
    min-width: 36px !important;
  }
  .slider-controls .pause-btn {
    font-size: 1.1rem !important;
    padding: 4px 8px !important;
  }
  .slider-controls .swiper-pagination {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
}
  
/* Mobile Adjustment for Yellow Background*/
@media (max-width: 767px) {
  .bot-book {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .bb-img, .bb-text, .bb-link {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .bb-link {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .bb-link a {
    margin: 0 auto;
  }
}

/*
  CSS INDEX
  ===================
  01. Theme default CSS
  02. Header CSS
  2.1. Header Top CSS
  2.2 Offcanvas Menu CSS
  03. Hero CSS
  04. Service CSS
  05. About CSS
  06. Skill CSS
  07. Counter CSS
  08. Case Study CSS
  09. Features CSS
  10. Team CSS
  11. Testimonial CSS
  12. Choose Us CSS
  13. Brand CSS
  14. CTA CSS
  15. Video CSS
  16. Blog CSS
  17. Pricing CSS
  18. Blog Standard CSS
  19. Blog Details CSS
  20. Contact CSS
*/
/*----------------------------------------*/
/*  01. Theme default CSS
    21. Page Banner CSS
    22. Subscribe CSS
    23. Login Register CSS
    24. Footer CSS
    24.1. Footer Widget CSS
  */

  /*----------------------------------------*/
  /*  01. Theme default CSS
/*----------------------------------------*/
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Reset default margins and padding */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #8a8a8a;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
body[dir=rtl] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #021E40;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #ea9c0b;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

.fix {
  overflow: hidden;
}

/*--Tab Content & Pane Fix--*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*-- Common Classes --*/
/*.section,
.main-wrapper {
  float: left;
  width: 100%;
}*/

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1230px;
  }
}
/*--Section Spacing--*/
.section-padding {
  padding-top: 60px;
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 100px !important;
  }
}
/*@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom:100px !important;
  }
}*/


.section-padding-02 {
  padding-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

.section-padding-03 {
  padding-top: 140px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title .title {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #002e5b;
  margin-top: 10px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title .title.white {
  color: #ffffff;
}
.section-title .sub-title {
  font-size: 18px;
  font-weight: 600;
  color: #07294d;
  position: relative;}
  /* Removed padding-bottom to eliminate line/space under circle */


/*--Section Title Two--*/
.section-title2 .title {
  margin-left: 0;
  font-size: 36px;
  line-height: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #07294d;
}
.section-title2 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.col-xl-6 {
  padding-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .section-title2 .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title2 .title span {
  color: #3BBC9B;
}
.section-title2 .title.white {
  color: #ffffff;
}
.section-title2 .title.color-2 span {
  color: #2babe4;
}
.section-title2 .title.color-3 span {
  color: #0071DC;
}
.section-title2 .title.color-4 span {
  color: #3BBC9B;
}

/*--Section Title Three--*/
.section-title3 .title {
  font-size: 52px;
  line-height: 62px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021E40;
}
@media only screen and (max-width: 1199px) {
  .section-title3 .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title3 .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section-title3 .title.white {
  color: #ffffff;
}
.section-title3 .sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #ea9c0b;
  position: relative;
  padding-bottom: 12px;
}
.section-title3 .sub-title.white {
  color: #ffffff;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 10px;
  height: 10px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ea9c0b;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}


/*----------------------------------------*/
/*  DIVINE WORD CSS
/*----------------------------------------*/
.faith-mission-section p {
margin-bottom: 40px;
}
/*--  Preloader Styles  --*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
    padding: 0 0 15px;
    border-top: none;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}
#loading #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
    padding: 0px 0px 15px;
}
#loading #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  animation-delay: 0.2s;
}
#loading #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  animation-delay: 0.4s;
}
#loading #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  animation-delay: 0.6s;
}
#loading .object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 5px solid transparent;
  animation: animate 2s infinite;
}
}

/* Balanced color change animation: Yellow → Green → Black */
@keyframes colorChange {
  0% {
    background-color: #fff; /* Yellow */
  }
  33.33% {
    background-color: #34a853; /* Green */
  }
  66.66% {
    background-color: #000000; /* Black */
  }
  100% {
    background-color: #fff; /* Yellow */
  }
}

@keyframes rubixcube1 {
  20% {
    top: 16px;
    left: 32px;
  }
  30% {
    top: 32px;
    left: 32px;
  }
  40% {
    top: 32px;
    left: 32px;
  }
  50% {
    top: 32px;
    left: 32px;
  }
  60% {
    top: 32px;
    left: 32px;
  }
  70% {
    top: 32px;
    left: 32px;
  }
  80% {
    top: 32px;
    left: 32px;
  }
  90% {
    top: 32px;
    left: 32px;
  }
  100% {
    top: 32px;
    left: 16px;
  }
}
@keyframes rubixcube2 {
  30% {
    left: 16px;
  }
  40% {
    left: 32px;
  }
  50% {
    left: 32px;
  }
  60% {
    left: 32px;
  }
  70% {
    left: 32px;
  }
  80% {
    left: 32px;
  }
  90% {
    left: 32px;
  }
  100% {
    left: 32px;
  }
}
@keyframes rubixcube3 {
  30% {
    top: 0px;
  }
  40% {
    top: 0px;
  }
  50% {
    top: 16px;
  }
  60% {
    top: 16px;
  }
  70% {
    top: 16px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube4 {
  50% {
    left: 0px;
  }
  60% {
    left: 16px;
  }
  70% {
    left: 16px;
  }
  80% {
    left: 16px;
  }
  90% {
    left: 16px;
  }
  100% {
    left: 16px;
  }
}
@keyframes rubixcube5 {
  60% {
    top: 16px;
  }
  70% {
    top: 0px;
  }
  80% {
    top: 0px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
@keyframes rubixcube6 {
  70% {
    top: 32px;
  }
  80% {
    top: 16px;
  }
  90% {
    top: 16px;
  }
  100% {
    top: 16px;
  }
}
@keyframes rubixcube7 {
  80% {
    left: 16px;
  }
  90% {
    left: 0px;
  }
  100% {
    left: 0px;
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
textarea {
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #415674;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s linear;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
textarea:focus {
  outline: none;
  border-color: #fff;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #e79800;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #021E40;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  padding: 0px 35px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.btn:focus, .btn:focus:active {
  box-shadow: none;
}
.btn:hover {
  background: #07294d;
  color: #ffffff;
}

.btn-2 {
  background: #07294d;
  color: #ffffff;
}
.btn-2:hover {
  background: #fff;
  color: #021E40;
}

.btn-3 {
  background: #0071dc;
  color: #ffffff;
}
.btn-3:hover {
  background: 210000000000000000000000000000000000000000;
  color: #ffffff;
}

.btn-4 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 45px;
  background: #fff;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  color: #ffffff;
}
.btn-4:hover {
  background: #ffffff;
  color: #fff;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*=btn-icon-] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}
.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}
.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #fff;
  border-color: #fff;
}

.btn-secondary {
  background-color: #07294d;
  border-color: #07294d;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #07294d;
  border-color: #07294d;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #002e5b;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white::after {
  background: #ffffff;
}
.btn-white::before {
  background: #ffffff;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header-section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.header-section .header-logo img {
  max-height: 60px !important;
  width: auto;
  transition: all 0.3s ease;
}

.header-top-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.header-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  top: 0;
}
.header-section.sticky .header-wrap {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .section .header-top-section .header-top-wrap .header-top-info {
    border-bottom: none !important;
    padding: 10px 15px !important;
    background: #076415 !important;
  }
  
  .header-top-info ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: auto !important;
    color: #fff;
    
  }
  
  .header-top-info ul li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    flex: 1 0 auto !important;
    text-align: center !important;
    
  }
  
  .header-top-info ul li a {
    display: block !important;
    padding: 8px 5px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    color: #fff;
  }

  .header-top-info ul li a:active {
  color: #ea9c0b; /* orange when clicked */
 }

 .header-top-info ul li a:visited {
  color: #ea9c0b; /* orange when clicked */
 }

  .header-top-info ul li a:hover {
    color: #ea9c0b !important;
  }

  .login-register ul li a:hover {
  color: #000000 !important;
}
  
  .header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-wrap.border-round {
  border-radius: 0;
}

.main-menu {
  display: flex;
}
.menu-online-payments a {
  color: #e79800 !important; 
  font-weight: bold;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 22px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.main-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f16c";
  right: -4px;
  top: 40px;
  font-size: 10px;
  color: #121212;
  font-family: "flaticon";
}
.main-menu ul li a {
  color: #000000;
  font-size: 13px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 15px 0;
  display: inline-block;
  transition: 0.3s;
  position: relative;
  z-index: 200;
}

.main-menu ul li.active-menu > a {
  color: #ea9c0b;
}
.main-menu ul li.active-menu > a::after {
  color: #ea9c0b;
}
.main-menu ul li:hover > a {
  color: #ea9c0b;
}
.main-menu ul li:hover > a::after {
  color: #ea9c0b;
  visibility: visible;
  transform: scaleX(1);
  transition: all .25s ease-out;
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100% ;
}

.main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100% ;
  min-width: 240px;
  background-color: #c00606 !important;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: none !important;
  /*padding: 20px 0px 15px;*/
  transition: 0.3s;
  border-top: 0px solid #ea9c0b;
}
.main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  width: 100%;
  display: block;
}
.main-menu ul li .sub-menu li a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 7px 25px;
  transition: 0.3s;
  color: #121212;
  text-transform: capitalize;
}
.main-menu ul li .sub-menu li.active > a {
  color: #ea9c0b;
}
.main-menu ul li .sub-menu li:hover > a {
  color: #ea9c0b;
}
.main-menu ul li .sub-menu li > .sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .sub-menu li:hover > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

/* Orange underline only for mega menu list links, not images or buttons */
.mm-pos ul li a {
  position: relative;
}

/* Force black font color on hover for mega menu sub-menu links */
.mm-pos ul li:hover > a,
.mm-pos ul li a:hover {
  color: #121212 !important;
}
.mm-pos ul li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 4px;
    left: 0;
    color: #ea9c0b !important;
    background-color: #ea9c0b !important;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .15s ease-in;
    z-index: 1;
}
.mm-pos ul li a:hover:after {
    visibility: visible;
    transform: scaleX(1);
    transition: all .25s ease-out;
}


.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  padding-left: 35px;
  margin-left: 50px;
}
.header-meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F3F3F3;
  width: 2px;
  height: 40px;
}
@media only screen and (max-width: 991px) {
  .header-meta::before {
    display: none;
  }
}

.header-top-section {
  background: linear-gradient(65deg, #009959 0%, #076415 100%);
}

.header-top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
}
.header-top-wrap .header-top-info ul li {
  display: inline-block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #ffffff;
  position: relative;
}
.header-top-wrap .header-top-info ul li + li {
  margin-left: 25px;
  padding-left: 25px;
}
.header-top-wrap .header-top-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 20px;
}
.header-top-wrap .header-top-info ul li:first-child::before {
  display: none;
}
.header-top-wrap .header-top-info ul li i {
  font-size: 15px;
  color: #ffffff;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.header-top-wrap .header-social-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-top-wrap .header-social-wrap {
    justify-content: center;
    margin-top: 10px;
  }
}
.header-top-wrap .header-social {
  display: flex;
  align-items: center;
}
.header-top-wrap .header-social::before {
  display: none;
}
.header-top-wrap .header-social span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-right: 15px;
}
.header-top-wrap .header-social ul li {
  display: inline-block;
}
.header-top-wrap .header-social ul li + li {
  margin-left: 10px;
}
.header-top-wrap .header-social ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.header-top-wrap .header-social ul li a:hover {
  color: #ea9c0b;
}

.header-top-wrap .login-register {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
}
/*
.header-top-wrap .login-register::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 20px;
}
*/
  
.header-top-wrap .login-register ul li {
  display: inline-block;
  position: relative;
}


  
.header-top-wrap .login-register ul li {
  background: none;
  border-radius: 0;
  padding: 3px 18px 3px 18px;
  margin-left: 0;
  margin-right: 0;
  transition: background 0.2s, color 0.2s;
}

.header-top-wrap .login-register ul {
  /*background: #ea9c0b;*/
  border-radius: 0;
  display: inline-flex;
  align-items: stretch;
  height: 100%;
  min-height: 0;
  padding: 0;
  margin: 0;
  position: relative;
}
}
.header-top-wrap .login-register ul li::before {
  position: absolute;
  content: "|";
  color: #ffffff;
  font-size: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  display: block;
  margin-left: 8px;   /* space before the separator */
  margin-right: 8px;
}

.header-top-wrap .login-register ul li:first-child::before {
  display: none;
}
.header-top-wrap .login-register ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #080808;
  padding-left: 8px;
}
.header-top-wrap .login-register ul li a:hover {
  color: #000000 !important;
}

.header-search {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-search {
    display: none;
  }
}
.login-register-inline {
  background: #07294d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
  margin-top: -4px;
  margin-bottom: -4px;
}
.login-register-separator {
  margin: 0 8px; /* space before and after the "|" */
}

.login-register-link a {
  padding-left: 0; /* adjust if you want extra space before text */
}

.header-search .search-btn {
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 0 !important;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  transition: all 0.3s linear;
}
.header-search .search-btn:hover {
  color: #ea9c0b;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-inner .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}
.search-wrap .search-inner .search-close:hover {
  transform: rotate(90deg);
  color: #ffffff;
}
.search-wrap .search-inner .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-inner .search-cell .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 80%;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    padding: 0 35px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    font-size: 16px;
    padding: 0 15px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 14px;
  }
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
}

.header-right {
  display: flex;
  align-items: center;
}

.header-bottom-section {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  padding: 0;
  min-height: 80px;  /* Increased from 70px */
  display: flex;
  align-items: center;
  margin: 0;
  border-top: none;
}

.header-cart {
  position: relative;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .header-cart {
    display: none;
  }
}
.header-cart .cart-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  background: none;
  color: rgb(51, 51, 51);
  border: 0;
  position: relative;
  transition: all 0.3s linear;
}
.header-cart .cart-btn:hover {
  color: #ffffff;
}
.header-cart .cart-btn .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  color: #000000;
  position: absolute;
  top: -4px;
  right: -12px;
}

.dropdown-cart {
  max-width: 370px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  transform: translateX(-50%) !important;
  left: 50% !important;
  top: 49px !important;
}
@media only screen and (max-width: 1399px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-85%) !important;
  }
}
@media only screen and (max-width: 991px) {
  .dropdown-cart {
    top: 56px !important;
  }
}
@media only screen and (max-width: 449px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-72%) !important;
  }
}
.dropdown-cart .cart-items {
  height: 280px;
  overflow-y: auto;
}
.dropdown-cart .cart-items .single-cart-item {
  display: flex;
  align-items: center;
  position: relative;
}
.dropdown-cart .cart-items .single-cart-item + .single-cart-item {
  margin-top: 30px;
}
.dropdown-cart .cart-items .single-cart-item .item-image img {
  border-radius: 50%;
}
.dropdown-cart .cart-items .single-cart-item .item-content {
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}
.dropdown-cart .cart-items .single-cart-item .item-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
}
.dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.75;
  display: block;
}
.dropdown-cart .cart-items .single-cart-item .btn-close {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 5px;
}
.dropdown-cart .cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.dropdown-cart .cart-total .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #000000;
}
.dropdown-cart .cart-total .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #ffffff;
}
.dropdown-cart .cart-btns {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.dropdown-cart .cart-btns .btn {
  height: 50px;
  line-height: 46px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  font-size: 16px;
  padding: 0 35px;
  width: 48%;
}

.header-section-02 .header-bottom-section {
  background: transparent;
  box-shadow: none;
}
.header-section-02 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-02 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-02 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li:hover > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: none;
}
.header-section-02 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-search .search-btn:hover {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-cart .cart-btn:hover {
  color: #ff773d;
}
.header-section-02 .header-bottom-section .header-cart .cart-btn .count {
  background: #ff773d;
}
.header-section-02 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-3 .header-top-section {
  background: #2babe4;
}
.header-section-3 .header-bottom-section {
  background: transparent;
  box-shadow: none;
}
.header-section-3 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-3 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-3 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li:hover > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-search .search-btn:hover {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-cart .cart-btn:hover {
  color: #2babe4;
}
.header-section-3 .header-bottom-section .header-cart .cart-btn .count {
  background: #2babe4;
}
.header-section-3 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-4 .header-top-section {
  background: #0071DC;
}
.header-section-4 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-4 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-4 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li:hover > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .header-search .search-btn:hover {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .header-cart .cart-btn:hover {
  color: #0071DC;
}
.header-section-4 .header-bottom-section .header-cart .cart-btn .count {
  background: #0071DC;
}
.header-section-4 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-5 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-5 .header-bottom-section.sticky .header-logo .logo-black {
  display: block;
}
.header-section-5 .header-bottom-section.sticky .header-logo .logo-white {
  display: none;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li > a {
  color: #121212;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li.has-dropdown > a::after {
  color: #121212;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .header-search .search-btn {
  color: #000000;
}
.header-section-5 .header-bottom-section.sticky .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .header-cart .cart-btn {
  color: rgb(51, 51, 51);
}
.header-section-5 .header-bottom-section.sticky .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section.sticky .header-cart .cart-btn .count {
  background: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-logo .logo-black {
  display: none;
}
.header-section-5 .header-bottom-section .main-menu ul li > a {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .main-menu ul li.has-dropdown > a::after {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu li a {
  color: #121212;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-search .search-btn {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn {
  color: #ffffff;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-5 .header-bottom-section .header-cart .cart-btn .count {
  background: #ffffff;
}
.header-section-5 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-6 .header-top-section {
  background: #EC5251;
}
.header-section-6 .header-bottom-section.sticky {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.header-section-6 .header-bottom-section .main-menu ul li a {
  color: #07294d;
}
.header-section-6 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li:hover > a {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .header-search .search-btn:hover {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .header-cart .cart-btn:hover {
  color: #EC5251;
}
.header-section-6 .header-bottom-section .header-cart .cart-btn .count {
  background: #EC5251;
}
.header-section-6 .header-bottom-section .header-meta::before {
  display: none;
}

.header-section-7 .header-top-section {
  background: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li > a {
  color: #121212;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li.has-dropdown > a::after {
  color: #121212;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .header-search .search-btn {
  color: #000000;
}
.header-section-7 .header-bottom-section.sticky .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .header-cart .cart-btn {
  color: rgb(51, 51, 51);
}
.header-section-7 .header-bottom-section.sticky .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section.sticky .header-cart .cart-btn .count {
  background: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li > a {
  color: #121212;
}
.header-section-7 .header-bottom-section .main-menu ul li.has-dropdown > a::after {
  color: #121212;
}
.header-section-7 .header-bottom-section .main-menu ul li.active-menu > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li.active-menu > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li:hover > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li:hover > a::after {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu {
  border-top: 4px solid #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu li a {
  color: #121212;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu li.active > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .main-menu ul li .sub-menu li:hover > a {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .header-search .search-btn {
  color: #021E40;
}
.header-section-7 .header-bottom-section .header-search .search-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn {
  color: #021E40;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn:hover {
  color: #3BBC9B;
}
.header-section-7 .header-bottom-section .header-cart .cart-btn .count {
  background: #3BBC9B;
}

.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  animation: sticky 1s;
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 5px;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #1a1a1a;
  height: 3px;
  margin: 4px auto;
  width: 20px;
  border-radius: 1px;
}

.mean-container .mean-nav {
  background: #fff;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 10px 0;
  min-height: 60px;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #f3f3f3 !important;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
/*--------------------------------------------------------------------------------*/
/* Mobile menu styles */

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
    position: relative;
    transition: opacity 0.3s ease;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
}

/* Hide hamburger icon when menu is open */
.mobile-menu-toggle.active {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Navigation Menu */
.mobile-nav-menu {
    position: fixed;
    top: 0;
    right: -280px;  /* Start off-screen */
    width: auto;  /* Let content determine width */
    max-width: 280px;  /* Maximum width */
    min-width: 200px;  /* Minimum width */
    height: 100%;
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    padding: 0 20px;  /* Add padding instead of fixed width */
}

.mobile-nav-menu.active {
    right: 0;
}

.mobile-nav-menu nav {
    padding: 70px 0 30px;  /* Remove horizontal padding */
    width: 100%;
}

.mobile-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}




.mobile-nav-menu li a {
    display: block;
    padding: 10px 15px 10px 0;  /* Right padding for arrow */
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;  /* Prevent text wrapping */
    position: relative;
}

.mobile-nav-menu .sub-menu {
    display: none;
    padding-left: 15px;
}

.mobile-nav-menu .sub-menu.active {
    display: block;
}

.mobile-nav-menu .sub-menu li a {
    padding: 8px 15px 8px 15px;  /* Indent submenu items */
    font-size: 14px;
    color: #666;
    position: relative;
}

/* Add arrow for submenu items */
.mobile-nav-menu .has-submenu > a::after {
    content: '›';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 20px;
    line-height: 1;
}

.mobile-nav-menu .has-submenu.open > a::after {
    transform: translateY(-50%) rotate(90deg);
}

/* Body lock when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Header right alignment for mobile */
@media only screen and (max-width: 991px) {
  /* Reset any potential spacing issues */
  html, body {
    margin: 0 !important;
    padding: 0 !important;
  }
  .header-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  /* Keep desktop menu hidden on mobile */
  .header-menu {
    display: none !important;
  }
  
  /* Ensure header-right takes full width and aligns content to the right */
  .header-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  
  /* Header layout */
  .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  }
  
  /* Logo container */
  .header-logo {
    grid-column: 1;
    justify-self: start;
  }
  
  /* Mobile menu container */
  /*.header-menu-mobile {
    grid-column: 2;
    justify-self: end;
  }*/
  
  /* Adjust header right container */
  .header-right {
    display: contents; /* Allow grid children to participate in the grid layout */
  }
  
  /* Mobile header layout - super compact */
  .header-bottom-section {
    padding: 0;
    line-height: 1;
  }
  
  /* Super compact header height */
  .header-wrap {
    min-height: 36px;
    padding: 0 5px;
    align-items: center;
  }
  
  /* Adjust logo size in mobile */
  .header-logo a {
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
    transform: scale(0.9);
    transform-origin: left center;
  }
  
  /*.header-logo img {
    max-height: 28px;
    width: auto;
    margin: 0;
    display: block;
  }*/
  
  /* Force header layout for mobile */
  @media (max-width: 991.98px) {
    /* Ensure header takes full width and uses flex layout */
    .header-bottom-section .container > .header-wrap {
      display: flex !important;
      width: 100% !important;
      justify-content: space-between !important;
      align-items: center !important;
      position: relative;
    }

    /* Position the logo on the left */
    .header-logo {
      flex: 0 0 auto;
      z-index: 100;
    }

    /* Position the menu toggle on the right */
    /*.header-menu-mobile {
      display: flex !important;
      justify-content: flex-end !important;
      width: auto !important;
      margin-left: auto !important;
      padding-right: 15px !important;
    }*/

    /* Reset any conflicting styles on the toggle button */
    .mobile-menu-toggle {
      margin: 0 !important;
      padding: 0 !important;
      position: static !important;
      transform: none !important;
      right: auto !important;
      left: auto !important;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      background: transparent;
      border: none;
      cursor: pointer;
    }

    /* Ensure header-right doesn't interfere */
    .header-right {
      display: contents !important;
      width: auto !important;
    }
  }
  /*----------------------------------------------------------------------------------*/
  
  /* Hide quicklinks in mobile view and adjust spacing */
  @media only screen and (max-width: 991px) {
    .header-top-section {
      display: none !important;
      height: 0 !important;
      min-height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
      line-height: 0 !important;
      overflow: hidden !important;
    }
    
    /* Remove any potential space from the header */
    .header-section {
      padding-top: 0 !important;
    }
    
    /* Adjust header bottom section */
    .header-bottom-section {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
    
   
    
    .hero-slide-item {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    
    /* Ensure no extra space from the slider */
    .hero-slider-active,
    .hero-slider-active .swiper-container,
    .hero-slider-active .swiper-wrapper,
    .hero-slider-active .swiper-slide {
      margin: 0 !important;
      padding: 0 !important;
    }
  }
  /* Fix unwanted space above header on mobile */
@media (max-width: 767.98px) {
    body, .header-section, .main-wrapper {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    .header-bottom-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .header-wrap {
        min-height: 60px !important;
        padding: 8px 0 !important;
    }
    
    .header-section {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}
  
  /* --------------MOBILE HAMBURGER MENU BUTTON START HERE -----------*/
/*----------------------------------------*/
/*  MOBILE MENU TOGGLE CSS
/*  JS: assets/js/main.js toggles .active
/*  on panel / overlay / submenus, and
/*  aria-expanded on toggle / chevron btns.
/*  Follows same logic as Edubin meanmenu:
/*  - Toggle hidden on desktop (d-lg-none)
/*  - Panel slides in from left on mobile
/*  - Overlay fades in behind panel
/*  - Sub-menus expand/collapse in-place
/*----------------------------------------*/

/* Prevent body scroll when mobile menu is open */
body.mobile-menu-open {
  overflow: hidden;
}

/* ── Mobile header layout: logo left, toggle far right ───── */
/* On mobile, .header-right uses display:contents so its children
   become direct flex children of .header-wrap, letting
   space-between push the toggle to the extreme right.           */
@media only screen and (max-width: 991px) {
  .header-bottom-section .header-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 15px;
  }

  .header-bottom-section .header-logo {
    flex-shrink: 0;
  }

  /* Make .header-right transparent as a box — its children
     (toggle, desktop nav) are treated as direct wrap children */
  .header-bottom-section .header-right {
    display: contents;
  }

  /* Toggle is now a direct flex child — align it to the right */
  .header-bottom-section .header-menu-mobile {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}

/* ── Hamburger toggle button ─────────────────────────────── */
.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1050;
  position: relative;
}

.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1a1a1a;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
  transform-origin: center;
}

/* Animate to × when aria-expanded="true" */
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
}

/* ── Overlay ─────────────────────────────────────────────── */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1060;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}

/* ── Slide-in nav panel ──────────────────────────────────── */
.mobile-nav-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1070;
  overflow-y: auto;
  padding: 60px 20px 30px;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.12);
}

.mobile-nav-menu.active {
  transform: translateX(0);
}

/* ── Close button (sits in top-right of the panel) ───────── */
.close-menu {
  position: fixed;
  top: 15px;
  right: min(10px, calc(15vw + 10px)); 
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  cursor: pointer;
  z-index: 1080;
  display: none;        
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1;
}

.close-menu::before {
  content: '\00d7';     /* × character */
  font-size: 22px;
  line-height: 1;
}

.close-menu.active {
  display: flex;
}

/* ── Nav list reset ──────────────────────────────────────── */
.mobile-nav-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ── Top-level nav links ─────────────────────────────────── */
.mobile-nav-menu nav > ul > li > a,
.mobile-nav-menu nav > ul > li > .menu-item-row > a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #1a1a1a;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.mobile-nav-menu nav > ul > li:first-child > a,
.mobile-nav-menu nav > ul > li:first-child > .menu-item-row > a {
  border-top: none;
}

.mobile-nav-menu nav > ul > li > a:hover,
.mobile-nav-menu nav > ul > li > .menu-item-row > a:hover {
  color: #e79800;
}

/* ── Menu-item row (link + submenu toggle side-by-side) ───── */
.menu-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
}

.menu-item-row a {
  flex: 1;
  padding: 10px 0;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.menu-item-row a:hover {
  color: #e79800;
}

/* ── Submenu toggle button (chevron) ────────────────────── */
.submenu-toggle,
.category-toggle {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  color: #1a1a1a;
  font-size: 12px;
  padding: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.submenu-toggle:hover,
.category-toggle:hover {
  background-color: #e79800;
  color: #1a1a1a;
  border-color: #e79800;
}

/* Rotate chevron when submenu is open */
.submenu-toggle[aria-expanded="true"] i,
.category-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.submenu-toggle i,
.category-toggle i {
  transition: transform 0.3s ease;
}

/* ── Sub-menu (hidden by default, expand on .open) ───────── */
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
  display: none;
}

.sub-menu.active {
  display: block;
}

.sub-menu li a {
  display: block;
  padding: 8px 0;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  border-top: 1px solid #f0f0f0;
  text-decoration: none;
  line-height: 1.5;
}

.sub-menu li a:hover {
  color: #e79800;
}

/* ── Category label rows (nested groupings) ─────────────── */
.category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-top: 1px solid #f0f0f0;
}

.category-label {
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-items {
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
  display: none;
}

.category-items.active {
  display: block;
}

.category-items li a {
  display: block;
  padding: 7px 0;
  color: #555;
  font-size: 13px;
  border-top: 1px solid #f5f5f5;
  text-decoration: none;
  line-height: 1.4;
}

.category-items li a:hover {
  color: #e79800;
}

/* ── Contact section inside mobile drawer ───────────────── */
.mobile-menu-contact {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #ebebeb;
}

.mobile-menu-contact-card {
  padding: 20px 18px;
  border-radius: 18px;
  background: linear-gradient(65deg, #009959 0%, #076415 100%);
  box-shadow: 0 18px 34px rgba(2, 30, 64, 0.18);
}

.mobile-menu-contact-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-menu-contact-card h4 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
}

.mobile-menu-contact-card > p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
}

.mobile-menu-contact-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.mobile-menu-contact-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-menu-contact-list li:first-child {
  border-top: none;
  padding-top: 0;
}

.mobile-menu-contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #ffc600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.mobile-menu-contact-icon i {
  display: block;
  line-height: 1;
  font-size: 20px;
  color: #000000;
}

.mobile-menu-contact-list li div {
  min-width: 0;
}

.mobile-menu-contact-list li div > span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-menu-contact-list li a,
.mobile-menu-contact-list li p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  word-break: break-word;
}

.mobile-menu-contact-list li a:hover {
  color: #ffc600;
}

.mobile-menu-contact-actions {
  margin-top: 18px;
}

.mobile-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffc600;
  color: #021e40;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mobile-contact-button:hover {
  background: #ffffff;
  color: #021e40;
}

.mobile-menu-social {
  margin-top: 18px;
}

.mobile-menu-social > span {
  display: block;
  margin-bottom: 10px;
  color: #021e40;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-menu-social-links {
  display: flex;
  gap: 10px;
}

.mobile-menu-social-links a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fa;
  color: #021e40;
  border: 1px solid rgba(2, 30, 64, 0.08);
  box-shadow: 0 10px 18px rgba(2, 30, 64, 0.08);
}

.mobile-menu-social-links a:hover {
  background: #021e40;
  color: #ffc600;
  border-color: #021e40;
}

  /* ---------- MOBILE HAMBURGER MENU BUTTON ENDS HERE ------------ */







  
  /* First line - ALUMNI, INTRANET, LIBRARY */
  .header-top-info {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 0;
    background: #076415 !important;
  }
  
  .header-top-info ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0;
    padding: 0 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .header-top-info ul li {
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
    font-size: 12px !important;
    position: relative;
  }
  
  .header-top-info ul li::before {
    display: none !important;
  }
  
  .header-top-info ul li:not(:last-child)::after {
    display: none;
  }
  
  .header-top-info ul li a {
    color: #fff;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
    display: inline-block;
  }
  
  .header-top-info ul li a:hover {
    /*background: #ea9c0b !important;*/
    color: #ea9c0b !important;
    transform: translateY(-2px);
  }
  
  .header-social-wrap {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    align-items: center !important;
  }
  
  .header-social-wrap::before {
    display: none !important;
  }
  
  /*.login-register::before {
    display: none !important;
  }*/
  
  .header-social {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .header-social .follow-us {
    font-size: 12px;
    color: #fff;
  }
  
  @media only screen and (max-width: 991px) {
    .header-social .follow-us {
      display: none !important;
    }
    
    .header-social ul {
      margin-left: 0 !important;
    }
  }
  
  .header-social ul {
    display: flex;
    gap: 10px;
  }
  
  .header-social ul li a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
    text-align: center;
    padding: 0;
  }
  
  .header-social ul li a i {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 32px;
    font-size: 14px;
    position: relative;
    top: 0;
    left: 0;
  }
  
  .header-social ul li a:hover {
    background: #fff;
    color: #fff;
    transform: rotate(360deg) scale(1.1);
  }
  
  /*.login-register ul {
    display: block;
    border-radius: 4px;
    padding: 2px 12px;
  }*/
  
  /*.login-register ul li {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
  }*/
  
  /*.login-register ul li::before {
    display: none !important;
  }*/
  
  /*.login-register ul li:not(:last-child)::after {
    content: none !important;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
  }*/
  
  /*.login-register ul {
    gap: 0px !important;
  }*/
  
  /* Remove extra left margin and padding between li elements */
  /*.login-register ul li + li {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }*/

  /* Style for the separator */
  /*.login-register-separator {
    margin: 0 !important;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    padding: 0 !important;
    display: inline-block;
    align-items: center;
    line-height: 1;
  }*/
  
  /*.login-register ul li a {
    padding: 0 !important;
    font-size: 14px;
    line-height: 1;
    background: transparent;
    color: #ffffff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
  }*/
  
  /*.login-register ul li a:hover {
    color: #ffc600;
    transform: translateY(-2px);
    text-decoration: none;
  }*/
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #1a1a1a;
  border-top: 1px solid #f3f3f3 !important;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #f3f3f3 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #1a1a1a;
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-theme-1);
  color: #ffffff;
  border-color: #ebebeb;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-heading-primary);
}

/* Mobile Mega Menu Styles */
@media only screen and (max-width: 991px) {
  .mm-pos {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    pointer-events: auto;
    width: 100%;
  }

  .m-menu {
    width: 100%;
    box-shadow: none;
    background: #f8f8f8;
    padding: 10px;
    margin-top: 0;
  }

/*.m-menu-inn {
    display: block;
  }
*/
/* Preferred spacing for mega menu columns */
  .cour-mm .m-menu-inn {
      display: flex;
      gap: 32px; 
  }
  .cour-mm .m-menu-inn > div {
      flex: 1 1 0%;
      min-width: 0;
  }

  .cour-mm .m-menu-inn > .mm1-com.mm1-s3 {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    flex: 1 1 0%;
    min-width: 0;
  }

  .mm1-com {
    width: 100%;
    float: none;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 5px;
  }

  .mm1-com:last-child {
    border-bottom: none;
  }

  .mm1-com h4,
  .mm1-com h5 {
    font-size: 13px;
    margin-bottom: 8px;
    padding-bottom: 5px;
  }

.mm1-com ul li {
    padding-left: 10px;
  }

  .mm1-com ul li a {
    font-size: 13px;
    line-height: 26px;
    padding: 3px 0;
  }

  .mm1-com p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .ed-course-in {
    margin-bottom: 10px;
  }

  .ed-course-in img {
    max-width: 100%;
    height: auto;
  }

  .mm-r-m-btn {
    font-size: 12px;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 5px;
  }

  /* Show mega menus on mobile by default when parent is expanded */
  .mean-container .mean-nav ul li .mm-pos {
    display: none;
  }

  .mean-container .mean-nav ul li.mean-clicked > .mm-pos {
    display: block;
  }

  .about-mm, .admi-mm, .cour-mm, .rese-mm, .lear-mm {
    display: block !important;
  }
}

/*----------------------------------------*/
/*  00. Sidebar CSS START
/*----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media only screen and (max-width: 575px) {
  .sidebar__area {
    width: 360px;
  }
}
@media only screen and (max-width: 449px) {
  .sidebar__area {
    width: 290px;
  }
}
.sidebar__area.sidebar-opened {
  right: 0px;
}
.sidebar__wrapper {
  position: relative;
  padding: 45px;
  background: #f7f7f7;
}
@media only screen and (max-width: 449px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}
.sidebar__close {
  position: absolute;
  top: 35px;
  right: 45px;
}
@media only screen and (max-width: 449px) {
  .sidebar__close {
    top: 22px;
    right: 20px;
  }
}
.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 49px;
  background: #000;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 50%;
}
.sidebar__close-btn:hover {
  background: #ffffff;
}
.sidebar__logo {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f3f3f3 !important;
}
.sidebar__search {
  position: relative;
  margin-bottom: 25px;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 500;
  color: #415674;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::placeholder {
  color: #415674;
  font-weight: 500;
}
.sidebar__search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  border-color: #fff;
}
.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: #aeaeae;
  outline: none;
  border: none;
  background: transparent;
  transition: 0.3s;
}
.sidebar__search button:hover {
  color: #fff;
}
.sidebar__text p {
  margin-bottom: 25px;
  font-size: 16px;
}
.sidebar__contact {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sidebar__contact h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #000000;
}
.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__contact ul li:hover i {
  background: #ffffff;
  color: #ffffff;
  border-color: #ebebeb;
}
.sidebar__contact ul li:hover a {
  color: #fff;
}
.sidebar__contact-icon {
  margin-right: 15px;
}
.sidebar__contact-icon i {
  display: inline-block;
  color: #343a40;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 7px;
}
.sidebar__contact-text a {
  font-size: 18px;
  font-weight: 400;
  color: #343a40;
}
.sidebar__img {
  margin-bottom: 20px;
}
.sidebar__single-img {
  margin-bottom: 10px;
}
.sidebar__map iframe {
  width: 100%;
  height: 200px;
  border: none;
}
.sidebar__social ul li {
  display: inline-block;
}
.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f1f1f1;
  color: #343a40;
  border-radius: 5px;
}
.sidebar__social ul li a:hover {
  background: #fff;
  color: #ffffff;
}

.side-menu-icon {
  margin-left: 30px;
}

.side-menu-icon {
  width: 52px;
  height: 52px;
  line-height: 70px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}
.side-menu-icon span {
  width: 20px;
  height: 2px;
  background: #1A1A1A;
  margin: 6px 0;
  display: block;
  transition: all 0.3s linear;
}
.side-menu-icon:hover span:first-child {
  width: 20px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.slider-item {
  height: 650px;
  overflow: hidden;
  position: relative;
  padding-top: 85px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* z-index: 1; */
}
.slider-item::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.swiper-slide-active .slider-item {
  animation-name: slideInRight;
  animation-duration: 1.7s;
  animation-timing-function: ease; 
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: none;
  }
}
.slider-item .slider-content {
  padding-top: 215px;
}
.slider-item .slider-content .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
.slider-item .slider-content p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding-right: 65px;
  margin-top: 30px;
}
.slider-item .slider-content .hero-btn {
  padding-top: 25px;
}
.slider-item .slider-content .hero-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.slider-item .slider-content .hero-btn ul li:last-child {
  margin-right: 0;
}
.slider-item .slider-content .hero-btn ul li .btn {
  color: #021E40;
}
.slider-item .slider-content .hero-btn ul li .btn:hover {
  color: #ffffff;
}
.slider-item .slider-content .hero-btn ul li .btn-white {
  background: #ffffff;
}
.slider-item .slider-content .hero-btn ul li .btn-white:hover {
  background: #07294d;
}

.slider-active .slider-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  transform: translateY(50%);
  border: 1px solid #ffffff;
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s linear;
}
@media only screen and (max-width: 991px) {
  .slider-active .slider-arrow {
    transform: translateY(90%);
  }
}
.slider-active .slider-arrow.swiper-button-prev {
  left: 0;
}
.slider-active .slider-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 16px;
}
.slider-active .slider-arrow.swiper-button-next {
  right: 0;
}
.slider-active .slider-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 16px;
}
.slider-active .slider-arrow:hover {
  color: #07294d;
  background: #ea9c0b;
  border-color: #ea9c0b;
}
.slider-active:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
}
.slider-active:hover .slider-arrow.swiper-button-prev {
  left: 50px;
}
@media only screen and (max-width: 449px) {
  .slider-active:hover .slider-arrow.swiper-button-prev {
    left: 20px;
  }
}
.slider-active:hover .slider-arrow.swiper-button-next {
  right: 50px;
}
@media only screen and (max-width: 449px) {
  .slider-active:hover .slider-arrow.swiper-button-next {
    right: 20px;
  }
}
.slider-active .swiper-slide-active .slider-content p, .slider-active .swiper-slide-active .slider-content .title, .slider-active .swiper-slide-active .slider-content .hero-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.slider-active .swiper-slide-active .slider-content .title {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
}
.slider-active .swiper-slide-active .slider-content p {
  animation-delay: 0.8s;
  animation-duration: 0.8s;
}
.slider-active .swiper-slide-active .slider-content .hero-btn {
  animation-delay: 0.9s;
  animation-duration: 0.9s;
}

@media only screen and (max-width: 991px) {
  .slider-item {
    height: 450px;
  }
  .slider-item .slider-content {
    padding-top: 80px;
  }
  .slider-item .slider-content .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item {
    height: 450px;
    background-size: cover;
    background-position: center;
    width: 100%;
  }
  .slider-item .slider-content .title {
    font-size: 36px;
  }
  .slider-item .slider-content p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 449px) {
  .slider-item .slider-content {
    padding-top: 50px;
  }
  .slider-item .slider-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .edubin-slider-section .slider-active,
  .edubin-slider-section .swiper-wrapper,
  .edubin-slider-section .swiper-slide {
    height: 450px;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .edubin-slider-section .slider-item {
    height: 100%;
    padding-top: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

.edubin-slider-section-02 .slider-item {
  height: 870px;
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-02 .slider-item {
    height: 680px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-02 .slider-item {
    height: 650px;
  }
}

.edubin-slider-section-03 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
  z-index: 1;
  margin-top: 120px; 
}

.edubin-slider-section-03 .slider-cont {
  position: relative;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 45px;
  text-align: left;
  max-width: 1400px;
  margin: 0;
}
.edubin-slider-section-03 .slider-cont .title {
  font-size: 42px;
  color: #ffffff;
  padding-bottom: 15px;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.5px;
}
.edubin-slider-section-03 .slider-cont span {
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.edubin-slider-section-03 .slider-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e79800;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.edubin-slider-section-03 .slider-btn:hover {
  background-color: #076415;
  color: #ffffff;
  transform: translateY(-2px);
  /* box-shadow: 0 4px 15px rgba(255, 198, 0, 0.4); */
}

/* Slider Controls - Positioned in center indent */
.slider-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  z-index: 100;
  width: 55%;
  height: 50px;
  padding: 0 44px 0 50px;
  box-sizing: border-box;
}

.slide-counter {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  min-width: 42px;
  text-align: center;
  flex-shrink: 0;
}

/* Slider Pagination - ACU Style */
.hero-slider-active .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  text-align: center;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  max-width: none;
  gap: 8px;
  background: transparent;
  padding: 0;
  border-radius: 2px;
  height: 2px;
}

.hero-slider-active .swiper-pagination-bullet {
  width: auto;
  min-width: 24px;
  max-width: 110px;
  flex: 1 1 20px;
  height: 2px;
  background: rgba(51, 51, 51, 0.35);
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.hero-slider-active .swiper-pagination-bullet-active {
  background: #e79800;
  height: 2px;
}

.pause-btn {
  width: 30px;
  height: 30px;
  background: transparent;
  border: 1px solid #555555;
  color: #555555;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border-radius: 4px;
  flex-shrink: 0;
}

.pause-btn:hover {
  background: transparent;
  border-color: #e79800;
  color: #e79800 !important;
}

.pause-btn i {
  pointer-events: none;
}

/*@media (max-width: 767px) {
  .hero-slider-active .swiper-wrapper,
  .hero-slider-active .swiper-slide {
    clip-path: polygon(
      0 0,
      100% 0,
      100% 100%,
      60% 100%,
      55% calc(100% - 40px),
      0 calc(100% - 40px)
    );
  }
  
  .slider-controls {
    bottom: -10px;
    gap: 10px;
    padding: 10px 15px;
  }
  
  .slide-counter {
    font-size: 12px;
    min-width: 40px;
  }
  
  .hero-slider-active .swiper-pagination-bullet {
    width: 65px;
    height: 2px;
  }
  
  .hero-slider-active .swiper-pagination-bullet-active {
    height: 3px;
  }
  
  .pause-btn {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}*/


.edubin-slider-section-03 .slider-search {
  position: relative;
  margin-top: 55px;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #999999;
  padding: 0 30px;
  padding-right: 195px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  font-size: 15px;
  color: #999999;
  font-weight: 500;
}
.edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  outline: none;
  border-color: #fff;
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-03 .slider-search input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
  }
}
.edubin-slider-section-03 .slider-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 16px;
  min-width: 80px;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-03 .slider-cont {
    padding: 70px 60px 80px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-03 {
    padding-top: 200px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 70px 55px 80px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-03 {
    padding-top: 180px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 60px 45px 70px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 35px;
  }
  .edubin-slider-section-03 .slider-cont span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-03 {
    padding-top: 180px;
  }
  .edubin-slider-section-03 .slider-cont {
    padding: 50px 30px 60px;
  }
  .edubin-slider-section-03 .slider-cont .title {
    font-size: 28px;
  }
}

/* Hero Slider Styles - ACU Style */
.hero-slider-active {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  box-shadow: none;
}

/* Create diagonal indent at bottom-center for desktop */
.hero-slider-active .swiper-wrapper,
.hero-slider-active .swiper-slide {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    60% 100%,
    55% calc(100% - 50px),
    0 calc(100% - 50px)
  );
  overflow: visible;
}

/*.hero-slider-active .swiper-wrapper {
  position: relative;
}*/

.hero-slide-item {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center top !important;  /* Center top for better image positioning */
  background-size: cover !important;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;                /* this nsure content doesn't overflow */
}

.hero-slide-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%);
  z-index: 1;
}

.hero-slide-item .container,
.hero-slide-item .row,
.hero-slide-item .slider-cont {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .swiper-slide,
  .slider-item,
  .hero-slide-item {
    min-height: 350px !important;
    height: 400px !important;
    padding: 20px 0 !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #f8f9fa; /* Add a background color for any empty space */
  }
}

@media only screen and (max-width: 991px) {
  .hero-slide-item {
    min-height: 500px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #f8f9fa; /* Add a background color for any empty space */
  }
}
/*FAITH DIMENSION CSS START HERE*/
.faith-tradition-section,
.faith-mission-section,
.faith-vision-section {
margin-top: 40px;
}

.section-faith-title {
padding-bottom: 20px;
}
/*FAITH DIMENSION CSS END HERE*/
/*@media only screen and (max-width: 767px) {
  .hero-slide-item {
    min-height: 450px;
  }
}*/

/*@media only screen and (max-width: 575px) {
  .hero-slide-item {
    min-height: 400px;
  }
}*/

.hero-slider-active .slider-arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.hero-slider-active .slider-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.hero-slider-active .slider-arrow.swiper-button-prev {
  left: 0;
}

.hero-slider-active .slider-arrow.swiper-button-next {
  right: 0;
}

.hero-slider-active .slider-arrow::after {
  content: '';
}

.hero-slider-active .slider-arrow i {
  font-size: 16px;
}

/*@media only screen and (max-width: 767px) {
  .hero-slider-active .slider-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  
  .hero-slider-active .slider-arrow.swiper-button-prev {
    left: 15px;
  }
  
  .hero-slider-active .slider-arrow.swiper-button-next {
    right: 15px;
  }
}

.slider-feature {
  padding: 0 100px;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .slider-feature {
    padding: 0 75px;
    padding-top: 50px;
  }
}*/

.single-slider-feature {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.single-slider-feature .icon img {
  max-width: 75px;
}
.single-slider-feature .cont {
  flex: 1;
  margin-left: 25px;
}
.single-slider-feature .cont .title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.single-slider-feature .cont span {
  font-size: 15px;
  color: #ffffff;
}

.edubin-slider-section-04 .slider-item {
  height: 980px;
}
.edubin-slider-section-04 .slider-item::before {
  display: none;
}
.edubin-slider-section-04 .slider-item .slider-content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 215px;
}
.edubin-slider-section-04 .slider-item .slider-content .title {
  color: #07294D;
}
.edubin-slider-section-04 .slider-item .slider-content p {
  color: #07294D;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-04 .slider-item {
    height: 905px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-04 .slider-item {
    height: 780px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-04 .slider-item {
    height: 720px;
  }
  .edubin-slider-section-04 .slider-item .slider-content {
    padding-top: 80px;
  }
}

.edubin-slider-section-05 {
  position: relative;
  height: 920px;
  background: #F9EEE1;
  z-index: 1;
}
.edubin-slider-section-05 .svg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.edubin-slider-section-05 .svg-shape svg {
  height: 40px;
  fill: #ffffff;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.edubin-slider-section-05 .shape-3 {
  position: absolute;
  top: 21%;
  left: 8%;
  z-index: -1;
}
.edubin-slider-section-05 .shape-4 {
  position: absolute;
  bottom: 22%;
  left: 4%;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.edubin-slider-section-05 .shape-5 {
  position: absolute;
  right: 7%;
  top: 15%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  padding-left: 20px;
  padding-right: 30px;
  justify-content: center;
  z-index: 1;
}
.edubin-slider-section-05 .hero-image .shape-1 {
  position: absolute;
  right: 35%;
  top: 21%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image .shape-2 {
  position: absolute;
  left: 32%;
  bottom: 21%;
  z-index: -1;
}
.edubin-slider-section-05 .hero-image .image {
  padding-top: 220px;
  display: flex;
}
.edubin-slider-section-05 .hero-image .image .image-1 {
  padding-right: 20px;
}
.edubin-slider-section-05 .hero-image .image .image-1 img {
  border-radius: 100px 100px 0 100px;
}
.edubin-slider-section-05 .hero-image .image .image-2 {
  padding-top: 120px;
  padding-left: 20px;
}
.edubin-slider-section-05 .hero-image .image .image-2 img {
  border-radius: 100px 0 100px 100px;
}
.edubin-slider-section-05 .hero-content {
  padding-top: 225px;
}
.edubin-slider-section-05 .hero-content .title {
  font-size: 56px;
}
.edubin-slider-section-05 .hero-content .title span {
  color: #ff773d;
}
.edubin-slider-section-05 .hero-content p {
  color: #383B46;
  margin-top: 30px;
  margin-bottom: 25px;
}
.edubin-slider-section-05 .hero-content .hero-btn .btn {
  background: #ff773d;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-slider-section-05 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-05 {
    height: auto;
  }
  .edubin-slider-section-05 .hero-content {
    padding-top: 130px;
  }
  .edubin-slider-section-05 .hero-image {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .edubin-slider-section-05 .hero-image .shape-1 {
    position: absolute;
    right: 35%;
    top: 21%;
    z-index: -1;
  }
  .edubin-slider-section-05 .hero-image .shape-2 {
    position: absolute;
    left: 32%;
    bottom: 21%;
    z-index: -1;
  }
  .edubin-slider-section-05 .hero-image .image {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 36px;
  }
  .edubin-slider-section-05 .hero-image .shape-1 {
    width: 90px;
    right: 23%;
    top: 12%;
  }
  .edubin-slider-section-05 .hero-image .shape-2 {
    width: 90px;
    left: 29%;
    bottom: 30%;
  }
}
@media only screen and (max-width: 449px) {
  .edubin-slider-section-05 .hero-content .title {
    font-size: 30px;
  }
}

.edubin-hero-section-06 {
  padding-top: 140px;
}
.edubin-hero-section-06 .hero-content {
  padding-top: 105px;
  position: relative;
  z-index: 1;
}
.edubin-hero-section-06 .hero-content .shape-3 {
  position: absolute;
  left: -12%;
  top: 20%;
  z-index: -1;
}
.edubin-hero-section-06 .hero-content .shape-4 {
  position: absolute;
  right: 8%;
  top: 48%;
  z-index: -1;
}
.edubin-hero-section-06 .hero-content .title {
  font-size: 60px;
}
.edubin-hero-section-06 .hero-content .title span {
  color: #2babe4;
}
.edubin-hero-section-06 .hero-content p {
  color: #383B46;
  margin-top: 30px;
  margin-bottom: 25px;
}
.edubin-hero-section-06 .hero-content .hero-btn .btn {
  background: #2babe4;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-hero-section-06 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}
.edubin-hero-section-06 .hero-images {
  position: relative;
  text-align: center;
  z-index: 1;
}
.edubin-hero-section-06 .hero-images .shape-1 {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.edubin-hero-section-06 .hero-images .shape-2 {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.edubin-hero-section-06 .hero-images .image-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  left: -8%;
  top: 57.5%;
  padding: 20px;
  padding-right: 40px;
}
.edubin-hero-section-06 .hero-images .image-content .icon-img img {
  width: 30px;
}
.edubin-hero-section-06 .hero-images .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.edubin-hero-section-06 .hero-images .image-content .image-text .title {
  font-size: 15px;
  color: #000000;
}
.edubin-hero-section-06 .hero-images .image-content .image-text p {
  font-size: 14px;
  font-weight: 400;
  color: #999898;
}

@media only screen and (max-width: 1199px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-06 {
    padding-top: 120px;
  }
  .edubin-hero-section-06 .hero-content {
    padding-top: 0;
  }
  .edubin-hero-section-06 .hero-images {
    padding-top: 60px;
  }
  .edubin-hero-section-06 .hero-images .shape-1 {
    left: 35px;
    top: 95px;
  }
  .edubin-hero-section-06 .hero-images .shape-1 img {
    width: 420px;
  }
  .edubin-hero-section-06 .hero-images .shape-2 {
    top: 90px;
  }
  .edubin-hero-section-06 .hero-images .shape-2 img {
    width: 550px;
  }
  .edubin-hero-section-06 .hero-images .image-content {
    left: 0;
  }
  .edubin-hero-section-06 .hero-images .image-content .icon-img img {
    width: 30px;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text {
    flex: 1;
    text-align: left;
    margin-left: 15px;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text .title {
    font-size: 15px;
    color: #000000;
  }
  .edubin-hero-section-06 .hero-images .image-content .image-text p {
    font-size: 14px;
    font-weight: 400;
    color: #999898;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-hero-section-06 .hero-content .title {
    font-size: 30px;
  }
}

.edubin-hero-section-07 {
  position: relative;
  overflow: hidden;
}
.edubin-hero-section-07 .hero-shape-3 {
  width: 1100px;
  height: 1100px;
  background: none;
  border: 1px solid #efedfc;
  border-radius: 50%;
  position: absolute;
  left: -32%;
  top: -47%;
}
.edubin-hero-section-07 .hero-shape-3::before {
  content: "";
  width: 1100px;
  height: 1100px;
  background: none;
  border: 1px solid #efedfc;
  border-radius: 50%;
  transform: scale(0.75);
  position: absolute;
  left: 0;
  top: 0;
}
.edubin-hero-section-07 .hero-content {
  max-width: 550px;
}
.edubin-hero-section-07 .hero-content .sub-title {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0071DC;
}
.edubin-hero-section-07 .hero-content .title {
  font-size: 52px;
  line-height: 72px;
  margin-top: 25px;
  color: #021E40;
}
.edubin-hero-section-07 .hero-content .title span {
  color: #0071DC;
}
.edubin-hero-section-07 .hero-content .hero-btn .btn {
  background: #0071DC;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-hero-section-07 .hero-content .hero-btn .btn:hover {
  background: #021E40;
}
.edubin-hero-section-07 .hero-content .link-text {
  font-size: 18px;
  line-height: 30px;
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-hero-section-07 .hero-content .link-text a {
  font-weight: 700;
  color: #0071DC;
  text-decoration: underline;
  text-decoration-color: #0071DC;
}
.edubin-hero-section-07 .hero-images-02 {
  padding-top: 260px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.edubin-hero-section-07 .hero-images-02 .shape-1 {
  position: absolute;
  left: -105px;
  bottom: 170px;
  z-index: -1;
}
.edubin-hero-section-07 .hero-images-02 .shape-2 {
  position: absolute;
  top: 360px;
  left: 235px;
  z-index: -1;
}
.edubin-hero-section-07 .hero-images-02 .image {
  position: relative;
  z-index: 1;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content {
  position: absolute;
  left: 180px;
  bottom: 60px;
  text-align: left;
  padding-left: 35px;
  padding-right: 28px;
  padding-top: 30px;
  padding-bottom: 25px;
  width: 315px;
  background-color: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content .image-icon {
  position: absolute;
  left: 25px;
  top: -45px;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content .image-ext p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #002e5b;
}
.edubin-hero-section-07 .hero-images-02 .image .image-content .image-ext p span {
  font-weight: 700;
  color: #0071DC;
}

@media only screen and (max-width: 1199px) {
  .edubin-hero-section-07 .hero-shape-3 {
    width: 920px;
    height: 920px;
  }
  .edubin-hero-section-07 .hero-shape-3::before {
    width: 920px;
    height: 920px;
  }
  .edubin-hero-section-07 .hero-content .title {
    font-size: 48px;
    line-height: 66px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 20px;
    bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-07 {
    padding-top: 150px;
  }
  .edubin-hero-section-07 .hero-images-02 {
    padding-top: 60px;
    text-align: center;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    left: -15px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    top: 170px;
    left: 270px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 110px;
    bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-07 .hero-content .title {
    font-size: 36px;
    line-height: 52px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    width: 160px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    left: 180px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 45px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-07 .hero-content .title {
    font-size: 30px;
    line-height: 44px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-1 {
    left: -5px;
  }
  .edubin-hero-section-07 .hero-images-02 .shape-2 {
    left: 110px;
    top: 120px;
    width: 120px;
  }
  .edubin-hero-section-07 .hero-images-02 .image .image-content {
    left: 0;
    bottom: 25px;
  }
}

.edubin-slider-section-08 {
  position: relative;
  height: 920px;
  background: #F9EEE1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  margin-bottom: 100px;
  overflow: hidden;
}
.edubin-slider-section-08::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(360deg, #030B14 50%, #02070E 100%);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.edubin-slider-section-08.has-hero-image::before {
  display: none;
}
.edubin-slider-section-08 .shape-1 {
  position: absolute;
  width: 100%;
  height: 130px;
  right: 0;
  left: 0px;
  bottom: -130px;
  background: #ffffff;
  transform: skewY(-3deg);
  transform-origin: 0;
  z-index: 2;
}
.edubin-slider-section-08 .hero-content {
  padding-top: 225px;
}
.edubin-slider-section-08 .hero-content .sub-title {
  font-size: 13px;
  font-weight:600;
  color: #3BBC9B;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.edubin-slider-section-08 .hero-content .main-title {
  font-size: 52px;
  line-height: 70px;
  color: #ffffff;
}
.edubin-slider-section-08 .hero-content .text {
  color: #ffffff;
  margin-top: 30px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn {
  border-radius: 50px;
  background: #3BBC9B;
  color: #ffffff;
  margin-right: 25px;
  font-weight:400;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn i {
  margin-left: 5px;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .hero-btn .btn:hover {
  background: #ea9c0b;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .info-call p {
  font-size: 18px;
  color: #ffffff;
}
.edubin-slider-section-08 .hero-content .hero-btn-wrap .info-call p i {
  margin-right: 5px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .img img {
  border-radius: 150px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .con {
  flex: 1;
  margin-left: 30px;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .con .title {
  font-size: 20px;
  color: #ffffff;
}
.edubin-slider-section-08 .hero-content .st-img-wrap .con p {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #3BBC9B;
}

@media only screen and (max-width: 1199px) {
  .edubin-slider-section-08 .shape-1 {
    bottom: -70px;
  }
  .edubin-slider-section-08 .hero-content {
    padding-top: 200px;
  }
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 42px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-slider-section-08 {
    height: 850px;
  }
  .edubin-slider-section-08 .shape-1 {
    bottom: -42px;
    height: 110px;
  }
  .edubin-slider-section-08 .hero-content {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-08 .hero-content .main-title {
    font-size: 30px;
    line-height: 42px;
  }
}

.edubin-slider-section-09 .slider-item {
  height: 1020px;
}
.edubin-slider-section-09 .slider-item::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-slider-section-09 .slider-item .slider-content {
  padding-top: 215px;
}
.edubin-slider-section-09 .slider-item .slider-content .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-09 .slider-item .slider-content .title {
    font-size: 30px;
  }
}
.edubin-slider-section-09 .slider-item .slider-content .title span {
  color: #EC5251;
}
.edubin-slider-section-09 .slider-item .slider-content p {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding-right: 65px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .edubin-slider-section-09 .slider-item .slider-content p {
    padding-right: 0;
  }
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn {
  padding-top: 25px;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li:last-child {
  margin-right: 0;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn {
  background: #EC5251;
  color: #ffffff;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn:hover {
  color: #ffffff;
  background: #FF3E4B;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn-white {
  border: 2px solid #ffffff;
  line-height: 48px;
  background: transparent;
  color: #ffffff;
}
.edubin-slider-section-09 .slider-item .slider-content .hero-btn ul li .btn-white:hover {
  background: #EC5251;
  border: 2px solid #EC5251;
}
.edubin-slider-section-09 .slider-category {
  padding-top: 110px;
}
.edubin-slider-section-09 .category-item-03 {
  display: flex;
  align-items: center;
  background: #EC5251;
  border-radius: 5px;
  padding: 30px 40px 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .edubin-slider-section-09 .category-item-03 {
    padding: 30px 30px 35px;
  }
}
.edubin-slider-section-09 .category-item-03 .icon img {
  width: 60px;
}
.edubin-slider-section-09 .category-item-03 .cont {
  flex: 1;
  margin-left: 35px;
}
.edubin-slider-section-09 .category-item-03 .cont .title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}
.edubin-slider-section-09 .category-item-03 .cont .view-more {
  font-size: 15px;
  color: #ffffff;
  margin-top: 10px;
  transition: all 0.3s linear;
}
.edubin-slider-section-09 .category-item-03 .cont .view-more i {
  margin-left: 3px;
}
.edubin-slider-section-09 .category-item-03 .cont .view-more:hover {
  margin-left: 5px;
}
.edubin-slider-section-09 .slider-active .slider-arrow:hover {
  color: #07294d;
  background: #EC5251;
  border-color: #EC5251;
}

@media only screen and (max-width: 991px) {
  .edubin-slider-section-09 .slider-item {
    height: auto;
  }
  .edubin-slider-section-09 .slider-item .slider-content {
    padding-top: 60px;
  }
  .edubin-slider-section-09 .slider-category {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

.edubin-hero-section-10 {
  background: #EDF9F5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 140px;
  z-index: 1;
  margin-bottom: 40px;
}
.edubin-hero-section-10 .svg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.edubin-hero-section-10 .svg-shape svg {
  height: 40px;
  fill: #ffffff;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
}
.edubin-hero-section-10 .shape-3 {
  position: absolute;
  left: 9%;
  top: 38%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-content {
  position: relative;
  z-index: 1;
}
.edubin-hero-section-10 .hero-content .title {
  font-size: 56px;
  line-height: 70px;
}
.edubin-hero-section-10 .hero-content .title span {
  color: #2babe4;
}
.edubin-hero-section-10 .hero-content p {
  color: #8a8a8a;
  margin-top: 30px;
}
.edubin-hero-section-10 .hero-content .hero-btn .btn {
  background: #e79800;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-hero-section-10 .hero-content .hero-btn .btn:hover {
  background:  #076415;
}
.edubin-hero-section-10 .hero-images {
  padding-top: 150px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.edubin-hero-section-10 .hero-images .shape-1 {
  position: absolute;
  left: 2%;
  top: 21%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-images .shape-2 {
  position: absolute;
  right: 5%;
  top: 29%;
  z-index: -1;
}
.edubin-hero-section-10 .hero-images .images {
  text-align: right;
}
.edubin-hero-section-10 .hero-images .image-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 24px 59px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  position: absolute;
  left: -13%;
  top: 73.5%;
  padding: 20px;
  padding-right: 30px;
}
.edubin-hero-section-10 .hero-images .image-content .icon-img {
  background: #EBEBEB;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 10px;
}
.edubin-hero-section-10 .hero-images .image-content .icon-img img {
  width: 30px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text {
  flex: 1;
  text-align: left;
  margin-left: 15px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text .title {
  color: #021E40;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.edubin-hero-section-10 .hero-images .image-content .image-text p {
  font-size: 16px;
  font-weight: 400;
  color: #999898;
}

@media only screen and (max-width: 1199px) {
  .edubin-hero-section-10 .hero-content .title {
    font-size: 42px;
    line-height: 60px;
  }
  .edubin-hero-section-10 .hero-images {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-hero-section-10 .hero-content .title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-hero-section-10 .hero-images {
    padding-top: 80px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .edubin-hero-section-10 .hero-images .images {
    text-align: center;
  }
  .edubin-hero-section-10 .hero-images .image-content {
    left: 0%;
    top: 67.5%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-hero-section-10 .hero-images {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes round-01 {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
/*--
/*  04 - Category CSS
/*----------------------------------------*/
.category-wrap {
  background: #07294d;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 80px;
  margin-top: -150px;
  position: relative;
  z-index: 5;
}
.category-wrap .category-text {
  padding-top: 40px;
}
@media only screen and (max-width: 991px) {
  .category-wrap .category-text {
    text-align: center;
  }
}
.category-wrap .category-text .title {
  font-size: 36px;
  color: #fff;
  padding: 0 50px;
}
@media only screen and (max-width: 575px) {
  .category-wrap .category-text .title {
    font-size: 32px;
  }
}

.category-slider-wrap {
  margin-top: 40px;
}

.single-category {
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 5px;
  display: block;
}
.single-category.color-1 {
  background-color: #4886ff;
}
.single-category.color-2 {
  background-color: #b5d56a;
}
.single-category.color-3 {
  background-color: #ff6f6f;
}
.single-category .icon {
  display: inline-block;
}
.single-category .cont {
  display: block;
}
.single-category .cont span {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  padding-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.category-active {
  position: relative;
}
.category-active a {
  display: block;
}
.category-active .slider-arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-10%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #557495;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 991px) {
  .category-active .slider-arrow {
    transform: translateY(90%);
  }
}
.category-active .slider-arrow.swiper-button-prev {
  right: auto;
  left: -50px;
}
.category-active .slider-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 14px;
}
.category-active .slider-arrow.swiper-button-next {
  right: -50px;
}
.category-active .slider-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 14px;
}
.category-active .slider-arrow:hover {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}
.category-active:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
}

.edubin-category-section-02 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .edubin-category-section-02 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-category-section-02 {
    padding-bottom: 80px;
  }
}

.category-2-items {
  padding-top: 20px;
}
.category-2-items .single-items {
  position: relative;
  margin-top: 30px;
}
.category-2-items .single-items .items-image {
  position: relative;
}
.category-2-items .single-items .items-image::before {
  content: none;
}
.category-2-items .single-items .items-image img {
  border-radius: 5px;
}
.category-2-items .single-items .items-cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.category-2-items .single-items .items-cont .title {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}
.category-2-items .single-items .items-cont .title:hover {
  color: #fff;
}
.category-2-items .single-items .items-cont p {
  font-size: 14px;
  color: #ffffff;
}

.category-form {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
  margin-top: -160px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .category-form {
    margin-top: 50px;
  }
}
.category-form .form-title {
  background-color: #07294d;
  padding-top: 15px;
  padding-bottom: 18px;
  padding-left: 5px;
  padding-right: 5px;
}
.category-form .form-title .title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 575px) {
  .category-form .form-title .title {
    font-size: 28px;
  }
}
.category-form .form-title span {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.category-form .main-form {
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}
.category-form .main-form .single-form {
  margin-top: 12px;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
.category-form .main-form .single-form textarea {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  font-size: 13px;
  color: #8a8a8a;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder,
.category-form .main-form .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
.category-form .main-form .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
.category-form .main-form .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
.category-form .main-form .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
}
.category-form .main-form .single-form textarea {
  height: 100px;
  line-height: 50px;
}
.category-form .main-form .single-form .btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background: #000302;
  color: #ffffff;
}
.category-form .main-form .single-form .btn:hover {
  background: #fff;
}

.edubin-category-section-03 {
  background: #EDF0F2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .edubin-category-section-03 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-category-section-03 {
    padding-top: 30px;
  }
}

.edubin-category-section-04 .category-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.edubin-category-section-04 .category-wrap .category-text .title {
  color: #002639;
}

.edubin-category-section-05 .section-padding-02 {
  margin-top: 70px !important;
}

.edubin-category-section-05 .category-content-wrap {
  position: relative;
  margin-top: 50px;
  margin-bottom: 150px;
}
.edubin-category-section-05 .category-content-wrap::before {
  content: "";
  background: #E1E1E1;
  width: 100%;
  margin: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.edubin-category-section-05 .edubin-category-box {
  border-right: 1px solid #E1E1E1;
}
.edubin-category-section-05 .edubin-category-box.category-box-03 {
  border-right: 0;
}
.edubin-category-section-05 .edubin-category-box .category-item {
  display: flex;
  align-items: center;
  padding: 40px 60px;
}
.edubin-category-section-05 .edubin-category-box .category-item .category-content {
  margin-left: 20px;
}
.edubin-category-section-05 .edubin-category-box .category-item .category-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #021E40;
}
.edubin-category-section-05 .edubin-category-box .category-item .category-content .title:hover {
  color: #ea9c0b;
}

@media only screen and (max-width: 991px) {
  .edubin-category-section-05 .edubin-category-box .category-item {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-category-section-05 .category-content-wrap {
    margin-top: 20px;
  }
  .edubin-category-section-05 .category-content-wrap::before {
    display: none;
  }
  .edubin-category-section-05 .edubin-category-box {
    border-right: 0;
  }
  .edubin-category-section-05 .edubin-category-box .category-item {
    justify-content: center;
    padding: 0;
    margin-top: 30px;
  }
  .edubin-category-section-05 .edubin-category-box .category-item .category-content {
    margin-left: 0;
  }
}

.category-wrap-03 {
  padding-top: 20px;
}

.category-item-02 {
  display: flex;
  align-items: center;
  background: #EFF6F9;
  padding: 20px 30px 20px 30px;
  border-radius: 5px 5px 5px 5px;
  margin-top: 30px;
}
.category-item-02 .category-content {
  flex: 1;
  margin-left: 25px;
}
.category-item-02 .category-content .title {
  font-size: 18px;
  color: #021E40;
  transition: all 0.3s linear;
}
.category-item-02:hover {
  background: #2babe4;
}

.edubin-category-section-07 .category-item-02:hover {
  background: #F1F9F3;
}

/*--
/*  05 - About CSS
/*----------------------------------------*/
.edubin-about-section {
  position: relative;
  padding-bottom: 220px;
}
.edubin-about-section .about-wrap {
  margin-top: 0px;
}
.edubin-about-section .about-content-wrap {
  margin-top: 50px;
}
.edubin-about-section .about-cont p {
  padding-top: 30px;
}
.edubin-about-section .about-cont .btn {
  margin-top: 55px;
}
.edubin-about-section .about-event {
  box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
  padding: 65px 70px 37px;
  background-color: rgba(255, 255, 255, 0.95);
  margin-top: 50px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section .about-event {
    padding: 40px 35px 37px;
  }
}
.edubin-about-section .about-event .event-title .title {
  font-size: 36px;
  color: #000000;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section .about-event .event-title .title {
    font-size: 28px;
  }
}
.edubin-about-section .about-event ul li .single-event {
  padding: 25px 0;
  border-bottom: 1px solid #cecece;
}
.edubin-about-section .about-event ul li .single-event span {
  font-size: 14px;
  color: #8a8a8a;
  margin-right: 20px;
}
.edubin-about-section .about-event ul li .single-event span i {
  color: #fff;
  margin-right: 3px;
}
.edubin-about-section .about-event ul li .single-event .title {
  padding-top: 5px;
  padding-bottom: 10px;
  color: #000000;
  font-size: 24px;
  transition: all 0.3s linear;
}
.edubin-about-section .about-event ul li .single-event .title:hover {
  color: #fff;
}
.edubin-about-section .about-event ul li .single-event a {
  display: block;
}
.edubin-about-section .about-event ul li:last-child .single-event {
  border-bottom: 0;
}
.edubin-about-section .about-bg {
  width: 52%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.edubin-about-section .about-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 100%);
}
.edubin-about-section .about-bg img {
  width: 100%;
}

.edubin-about-section-02 {
  padding-bottom: 120px;
}
.edubin-about-section-02 .about-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 70px 70px;
  margin-top: -7px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-02 .about-wrap {
    padding: 70px 50px 70px;
  }
}
.edubin-about-section-02 .about-event {
  box-shadow: none;
  padding: 40px;
  padding-right: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: -7px;
  border-radius: 8px;
}
.edubin-about-section-02 .about-event .event-title .title {
  color: #ffffff;
}
.edubin-about-section-02 .about-event ul li .single-event span {
  color: #C0C0C0;
}
.edubin-about-section-02 .about-event ul li .single-event .title {
  color: #ffffff;
}
.edubin-about-section-02 .about-event ul li .single-event .title:hover {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-02 .video {
    margin-top: 50px;
  }
}
.edubin-about-section-02 .video a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  color: #07294d;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 30px rgba(255, 198, 0, 0.5);
}
.edubin-about-section-02 .video a:hover {
  background: #ffffff;
  color: #fff;
}

.edubin-about-section-03 {
  padding-bottom: 150px;
  overflow: hidden;
}
.edubin-about-section-03 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-03 {
    padding-bottom: 150px;
  }
}
.edubin-about-section-03 .about-image-two {
  position: relative;
  margin-top: 55px;
  z-index: 1;
}
.edubin-about-section-03 .about-image-two::before {
  position: absolute;
  content: "";
  background-image: url(../images/about/dot-shape.png);
  background-position: center center;
  background-size: contain;
  width: 305px;
  height: 370px;
  left: -85px;
  bottom: -60px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-03 .about-image-two::before {
    width: 80%;
    height: 100%;
    left: -40px;
    bottom: -40px;
  }
}
.edubin-about-section-03 .about-image-two > img {
  width: 100%;
  border-radius: 5px;
}
.edubin-about-section-03 .about-image-two .about-shape-two {
  position: absolute;
  left: -36px;
  bottom: 170px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-03 .about-image-two .about-shape-two {
    bottom: 75px;
    width: 40px;
  }
}
.edubin-about-section-03 .about-image-two .about-shape-three {
  position: absolute;
  bottom: -30px;
  left: 85px;
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-03 .about-image-two .about-shape-three {
    left: 35px;
    width: 60px;
  }
}

.edubin-about-section-04 .about-wrap {
  margin-bottom: -120px;
}
.edubin-about-section-04 .about-img {
  padding-left: 85px;
  position: relative;
  z-index: 1;
}
.edubin-about-section-04 .about-img .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.edubin-about-section-04 .about-img .shape-1 img {
  width: 520px;
}
.edubin-about-section-04 .about-content-wrap .main-title {
  font-size: 36px;
  color: #021E40;
}
.edubin-about-section-04 .about-content-wrap .text {
  color: #696868;
  margin-top: 35px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap {
  padding-top: 20px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item {
  margin-top: 20px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item .title {
  font-size: 18px;
  color: #021E40;
  margin-bottom: 10px;
  margin-top: 25px;
}
.edubin-about-section-04 .about-content-wrap .about-list-wrap .list-item p {
  font-size: 14px;
  color: #696868;
}
.edubin-about-section-04 .about-content-wrap .btn {
  background: #2babe4;
  margin-top: 25px;
  color: #ffffff;
}
.edubin-about-section-04 .about-content-wrap .btn:hover {
  background: #021E40;
}

@media only screen and (max-width: 1199px) {
  .edubin-about-section-04 .about-wrap {
    margin-bottom: 0;
  }
  .edubin-about-section-04 .about-img {
    padding-left: 0;
    text-align: center;
  }
  .edubin-about-section-04 .about-img .shape-1 {
    left: 22%;
  }
  .edubin-about-section-04 .about-img .shape-1 img {
    width: 520px;
  }
  .edubin-about-section-04 .about-content-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-04 .about-img .shape-1 {
    left: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-04 .about-img {
    padding-left: 0;
    text-align: center;
  }
  .edubin-about-section-04 .about-img .shape-1 {
    left: 0%;
  }
  .edubin-about-section-04 .about-img .shape-1 img {
    width: 420px;
  }
  .edubin-about-section-04 .about-content-wrap .main-title {
    font-size: 30px;
  }
}

.edubin-about-section-05 .about-content-wrap {
  padding-right: 40px;
}
.edubin-about-section-05 .about-cont .text {
  color: #8a8a8a;
  margin-top: 20px;
}
.edubin-about-section-05 .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-05 .about-cont .about-list-wrap ul li {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
}
.edubin-about-section-05 .about-cont .about-list-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #0071DC;
  border-radius: 50%;
  transform: translateY(-50%);
}
.edubin-about-section-05 .about-image {
  position: relative;
  z-index: 1;
}
.edubin-about-section-05 .about-image .shape-1 {
  position: absolute;
  left: 8%;
  top: 20%;
  z-index: -1;
}
.edubin-about-section-05 .about-image .shape-2 {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #0071DC;
  border-radius: 50%;
  left: 21%;
  top: 15%;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .edubin-about-section-05 .about-content-wrap {
    padding-right: 0;
  }
  .edubin-about-section-05 .about-image {
    margin-top: 50px;
  }
  .edubin-about-section-05 .about-image .shape-1 {
    left: 17%;
  }
  .edubin-about-section-05 .about-image .shape-2 {
    left: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-05 .about-image .shape-1 {
    left: 5%;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-about-section-05 .about-image .shape-1 {
    left: 1%;
    width: 370px;
  }
}

.edubin-about-section-06 .about-img-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.edubin-about-section-06 .about-img-wrap .shape-1 {
  position: absolute;
  top: 85px;
  left: 80px;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .shape-2 {
  position: absolute;
  top: 0;
  right: 35%;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .shape-3 {
  position: absolute;
  bottom: 6%;
  left: 0;
  z-index: -1;
}
.edubin-about-section-06 .about-img-wrap .about-img-left {
  padding-right: 15px;
}
.edubin-about-section-06 .about-img-wrap .about-img-left .about-img img {
  border-radius: 10px;
  /* max-width: 400px; */
  /* max-height: 650px; */
}
.edubin-about-section-06 .about-img-wrap .about-img-left .about-img.img-2 {
  text-align: right;
  margin-top: 30px;
}
.edubin-about-section-06 .about-img-wrap .about-img-right {
  padding-left: 15px;
}
.edubin-about-section-06 .about-img-wrap .about-img-right img {
  border-radius: 10px;
  /* max-width: 400px; */
  /* max-height: 350px; */
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-06 .about-content-wrap {
    margin-top: 50px;
  }
}
.edubin-about-section-06 .about-content-wrap .about-cont .text {
  margin-top: 25px;
  color: #8a8a8a;
}
.edubin-about-section-06 .about-content-wrap .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .about-list-wrap ul li {
  font-weight: 500;
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .about-list-wrap ul li i {
  color: #3BBC9B;
  margin-right: 5px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 40px;
}
.edubin-about-section-06 .about-content-wrap .about-cont .btn:hover {
  background: #07294D;
}

.edubin-about-section-07 {
  padding-top: 160px;
  padding-bottom: 175px;
  margin-top: 100px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .edubin-about-section-07 {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.edubin-about-section-07 .about-img-wrap {
  position: relative;
  padding-left: 40px;
  z-index: 1;
}
.edubin-about-section-07 .about-img-wrap img {
  border-radius: 5px;
}
.edubin-about-section-07 .about-img-wrap .svg-shape {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: -1;
}
.edubin-about-section-07 .about-img-wrap .about-img-big img {
  width: 465px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.edubin-about-section-07 .about-img-wrap .about-img-sm {
  position: absolute;
  right: 30px;
  bottom: -70px;
}
.edubin-about-section-07 .about-content-wrap {
  padding-left: 90px;
}
@media only screen and (max-width: 1199px) {
  .edubin-about-section-07 .about-content-wrap {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-07 .about-content-wrap {
    padding-left: 0;
    margin-top: 110px;
  }
}
.edubin-about-section-07 .about-content-wrap .about-cont .text {
  color: #8a8a8a;
  margin-top: 20px;
}
.edubin-about-section-07 .about-content-wrap .about-cont .about-list-wrap {
  padding-top: 10px;
}
.edubin-about-section-07 .about-content-wrap .about-cont .about-list-wrap ul li {
  color: #8a8a8a;
  margin-top: 15px;
}
.edubin-about-section-07 .about-content-wrap .about-cont .about-list-wrap ul li i {
  color: #ea9c0b;
  margin-right: 5px;
}
.edubin-about-section-07 .about-content-wrap .btn {
  background: #e79800;
  color: #ffffff;
  margin-top: 35px;
}
.edubin-about-section-07 .about-content-wrap .btn:hover {
  color: #ffffff;
  background: #076415;
}

.edubin-about-section-08 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-08 {
    padding-bottom: 90px;
  }
}
.edubin-about-section-08::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.3;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-about-section-08 .testimonial-slider-wrap {
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .edubin-about-section-08 .testimonial-slider-wrap {
    padding-right: 0;
    padding-top: 60px;
  }
}
.edubin-about-section-08 .testimonial-3-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.edubin-about-section-08 .testimonial-3-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.edubin-about-section-08 .testimonial-3-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EC5251;
}
.edubin-about-section-08 .about-event ul li .single-event span i {
  color: #EC5251;
}
.edubin-about-section-08 .about-event ul li .single-event .title:hover {
  color: #EC5251;
}

.edubin-about-section-09 .about-wrap {
  margin-bottom: 0;
}
.edubin-about-section-09 .about-img-wrap {
  position: relative;
  z-index: 1;
}
.edubin-about-section-09 .about-img-wrap .shape-1 {
  position: absolute;
  left: 11%;
  top: 9%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-2 {
  position: absolute;
  right: 17%;
  top: 9%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-3 {
  position: absolute;
  right: 19%;
  top: 26%;
  z-index: -1;
}
.edubin-about-section-09 .about-img-wrap .shape-4 {
  position: absolute;
  left: 8%;
  top: 8%;
  z-index: -1;
}
.edubin-about-section-09 .about-content-wrap .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 30px;
}
.edubin-about-section-09 .about-content-wrap .btn:hover {
  background: #021E40;
}

@media only screen and (max-width: 991px) {
  .edubin-about-section-09 .about-img-wrap .shape-2 {
    right: 28%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-3 {
    right: 28%;
    top: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-about-section-09 .about-img-wrap .shape-1 {
    left: 14%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-2 {
    right: 10%;
  }
  .edubin-about-section-09 .about-img-wrap .shape-3 {
    right: 4%;
  }
}

.edubin-mission-section {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .edubin-mission-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-mission-section {
    padding-bottom: 80px;
  }
}
.edubin-mission-section .mission-wrap {
  margin-top: -20px;
}
.edubin-mission-section .single-item {
  margin-top: 20px;
}
.edubin-mission-section .single-item .number {
  font-size: 60px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #CECECE;
}
.edubin-mission-section .single-item .title {
  font-size: 26px;
  line-height: 26px;
  color: #021E40;
  margin-top: 10px;
}
.edubin-mission-section .single-item p {
  margin-top: 18px;
}

/*--
/*  06 - Apply CSS
/*----------------------------------------*/
.apply-section {
  padding-top: 0;
}
.apply-section .apply-wrap {
  overflow: hidden;
  border-radius: 5px;
  margin-top: -100px;
}
.apply-section .apply-cont {
  background-color: #07294d;
  padding: 45px 50px 50px;
}
.apply-section .apply-cont.apply-color-2 {
  background-color: #092e56;
}
.apply-section .apply-cont .title {
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 15px;
}
.apply-section .apply-cont p {
  color: #ffffff;
  padding-bottom: 45px;
}
.apply-section .apply-cont .btn:hover {
  background: #ffffff;
  color: #07294d;
}

/*--
/*  07 - Course CSS
/*----------------------------------------*/
.course-section {
  background: #F9F9F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section.course-details-section {
  margin-bottom: 104px;
}
.course-section.course-section-05 {
  margin-top: 48px;
}
.course-section .course-content-wrap {
  padding-top: 15px;
}
.course-section .course-btn .btn {
  margin-top: 60px;
}

.single-course {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 32px;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.10);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  padding: 0 0 18px 0;
}
.single-course:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.16);
}
.single-course .thum {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.single-course .thum .image {
  overflow: hidden;
  position: relative;
  height: 220px;
}
.single-course .content {
  padding: 20px 20px 0 20px;
  flex: 0 0 auto;
}
.single-course .content .title {
  font-size: 1.18rem;
  font-weight: 400;
  color: #002147;
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color 0.2s;
  text-rendering: optimizeLegibility;
}
.single-course .content .title:hover {
  color: #009959;
}
.single-course .course-teacher {
  padding: 0 20px;
  margin-top: 10px;
}
.single-course .course-lesson ul {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.98em;
  color: #444;
}
.single-course .course-lesson ul.course-divider {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 10px;
}
.single-course .course-lesson li i {
  color: #009959;
  margin-right: 6px;
  font-size: 1.08em;
}
.single-course .thum .image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.single-course:hover .thum .image::before {
  opacity: 1;
}
.single-course .thum .image a {
  display: block;
  position: relative;
  height: 100%;
}
.single-course .thum .image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.single-course:hover .thum .image a img {
  transform: scale(1.08);
}
.single-course .thum .author-img {
  position: absolute;
  bottom: -25px;
  left: 25px;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.single-course .thum .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-course .thum .image .top-meta .categories {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 70%;
  z-index: 2;
}
.single-course .thum .image .top-meta .categories .tag {
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  padding: 6px 16px;
  line-height: 1.4;
  display: inline-block;
  background: #fff;
  color: #002e5b;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 10px rgba(255, 198, 0, 0.3);
}
.single-course .thum .image .top-meta .wishlist a {
  background: rgba(255, 255, 255, 0.95);
  color: #021E40;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.single-course .thum .image .top-meta .wishlist a:hover {
  background: #fff;
  color: #ffffff;
  transform: scale(1.1);
}
.single-course .thum .price {
  position: absolute;
  right: 60px;
  bottom: -24px;
}
.single-course .thum .price span {
  display: block;
  font-size: 14px;
  color: #07294d;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.single-course .content {
  padding-top: 35px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  .single-course .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-course .content .title {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #021E40;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  line-height: 1.4;
  min-height: 50px;
  display: flex;
  align-items: center;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.single-course .content .title:hover {
  color: #fff;
}
.single-course .content > ul {
  display: inline-block;
  margin-right: 10px;
}
.single-course .content > ul li {
  display: inline-block;
  margin: 1px;
}
.single-course .content > ul li i {
  font-size: 13px;
  color: #fff;
}
.single-course .content span {
  font-size: 13px;
  color: #000;
}
.single-course .content .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  margin-top: 30px;
  overflow: hidden;
}
.single-course .content .course-teacher > .thum {
  display: inline-block;
}
.single-course .content .course-teacher > .thum a img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.single-course .content .course-teacher .name {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-course .content .course-teacher .name {
    margin-left: 5px;
  }
}
.single-course .content .course-teacher .name h6 {
  font-size: 15px;
  color: #24486e;
}
.single-course .content .course-teacher .course-lesson {
  float: right;
  overflow: hidden;
}
.single-course .content .course-teacher .course-lesson ul {
  margin-top: 8px;
}
.single-course .content .course-teacher .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.single-course .content .course-teacher .course-lesson ul li i {
  margin-right: 5px;
  color: #fff;
}
.single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-02 .single-course {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-02 .single-course .thum {
  position: relative;
  padding: 10px;
}
.course-section-02 .single-course .thum .image {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
}
.course-section-02 .single-course .thum .author-img {
  position: absolute;
  right: 30px;
  bottom: -15px;
  border: 3px solid #ffffff;
  overflow: hidden;
  border-radius: 50%;
}
.course-section-02 .single-course .content {
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 0;
  padding-right: 20px;
}
.course-section-02 .single-course .content .title {
  font-size: 18px;
  line-height: 26px;
}
.course-section-02 .single-course .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding: 15px 20px;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-02 .single-course .course-teacher .course-lesson {
  float: none;
}
.course-section-02 .single-course .course-teacher .course-lesson ul {
  margin-top: 8px;
}
.course-section-02 .single-course .course-teacher .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-section-02 .single-course .course-teacher .course-lesson ul li i {
  margin-right: 5px;
  color: #fff;
}
.course-section-02 .single-course .course-teacher .view-details .read-more {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-top: 8px;
}
.course-section-02 .single-course .course-teacher .view-details .read-more:hover {
  color: #07294d;
}

.course-section-03 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-03 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-03 .course-btn .btn {
  background: #ff773d;
  color: #ffffff;
}
.course-section-03 .course-btn .btn:hover {
  background: #021E40;
}
.course-section-03 .course-content-wrap {
  padding-top: 20px;
}
.course-section-03 .single-course {
  background-color: none;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-03 .single-course .thum {
  position: relative;
}
.course-section-03 .single-course .thum .image {
  overflow: hidden;
  position: relative;
}
.course-section-03 .single-course .thum .image a {
  display: block;
  position: relative;
}
.course-section-03 .single-course .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.course-section-03 .single-course .thum .image .top-meta .categories .tag {
  background: #ff4830;
  color: #ffffff;
}
.course-section-03 .single-course .content {
  padding-top: 25px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.course-section-03 .single-course .content .course-categories .tag {
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  padding: 0 15px;
  line-height: 29px;
  display: inline-block;
  background: rgba(255, 72, 48, 0.1098039216);
  color: #ff4830;
  white-space: nowrap;
}
.course-section-03 .single-course .content .course-categories .tag.color-2 {
  background: rgba(108, 189, 127, 0.15);
  color: #6cbd7f;
}
.course-section-03 .single-course .content .course-categories .tag.color-3 {
  background: rgba(142, 86, 255, 0.15);
  color: #8e56ff;
}
  .circle-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: none;
    color: #111;
    border-radius: 0;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: none;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
    padding: 0;
    position: static;
    overflow: visible;
  }
  .circle-stat .counter {
    color: #111;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.circle-stat .counter {
    color: #111;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    margin-top: 20px;
}
.course-section-03 .single-course .content .title:hover {
  color: #ff773d;
}
.course-section-03 .single-course .content .course-lesson ul {
  margin-top: 8px;
}
.course-section-03 .single-course .content .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-section-03 .single-course .content .course-lesson ul li i {
  margin-right: 5px;
  color: #ff773d;
}
.course-section-03 .single-course .content .author-name p {
  margin-bottom: 5px;
  color: #8a8a8a;
  font-size: 15px;
}
.course-section-03 .single-course .content .author-name p a {
  color: #0071dc;
}
.course-section-03 .single-course .content .price p {
  font-weight: 15px;
  font-weight: 600;
  color: #ff773d;
}
.course-section-03 .single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-04 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-04 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-04 .course-btn .btn {
  background: #2babe4;
  margin-top: 0;
  color: #ffffff;
}
.course-section-04 .course-btn .btn:hover {
  background: #021E40;
}
.course-section-04 .course-content-wrap {
  padding-top: 20px;
}
.course-section-04 .single-course {
  background-color: none;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
.course-section-04 .single-course .thum .image .top-meta .categories .tag {
  background: #2babe4;
  color: #ffffff;
}
.course-section-04 .single-course .content {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.course-section-04 .single-course .content .title {
  font-weight: 600;
  font-size: 22px;
  color: #021E40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  margin-top: 20px;
}
.course-section-04 .single-course .content .title:hover {
  color: #2babe4;
}
.course-section-04 .single-course .course-teacher .course-lesson ul li i {
  color: #2babe4;
}
.course-section-04 .single-course .course-teacher .view-details .read-more {
  font-size: 15px;
  font-weight: 700;
  color: #2babe4;
  margin-top: 8px;
}
.course-section-04 .single-course .course-teacher .view-details .read-more:hover {
  color: #07294d;
}
.course-section-04 .single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-05 {
  background: none;
}
.course-section-05 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .course-section-05 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.course-section-05 .course-btn .btn {
  background: #0071DC;
  margin-top: 0;
  color: #ffffff;
}
.course-section-05 .course-btn .btn:hover {
  background: #021E40;
}
.course-section-05 .course-content-wrap {
  padding-top: 20px;
}
.course-section-05 .single-course {
  margin-top: 30px;
  background: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.course-section-05 .single-course .thum .image .top-meta .categories .tag {
  background: #0071DC;
  color: #ffffff;
}
.course-section-05 .single-course .content {
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.course-section-05 .single-course .content .title {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}
.course-section-05 .single-course .content .title:hover {
  color: #e79800;
}
.course-section-05 .single-course .content .course-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.course-section-05 .single-course .content .course-author .thum a img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
  border: 2px solid #cccccc;
}
.course-section-05 .single-course .content .course-author .name {
  margin-left: 5px;
}
.course-section-05 .single-course .content .course-author .name h6 {
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
}
.course-section-05 .single-course .course-teacher {
  border-top: 1px solid #e0e0e0;
  padding: 15px 30px;
  padding-top: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-05 .single-course .course-teacher .course-lesson {
  float: none;
}
.course-section-05 .single-course .course-teacher .course-lesson ul {
  margin-top: 8px;
}
.course-section-05 .single-course .course-teacher .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.course-section-05 .single-course .course-teacher .course-lesson ul li i {
  margin-right: 5px;
  color: #0071DC;
}
.course-section-05 .single-course .course-teacher .price {
  margin-top: 8px;
}
.course-section-05 .single-course .course-teacher .price span {
  font-size: 16px;
  font-weight: 700;
  color: #021E40;
}
.course-section-05 .single-course:hover .thum .image img {
  transform: scale(1.1);
}

.course-section-06 {
  background: #F5F7FA;
  padding-top: 220px;
}
.course-section-06 .single-course .thum .image .top-meta .categories .tag {
  background: #3BBC9B;
  color: #ffffff;
}
.course-section-06 .single-course .content .title:hover {
  color: #3BBC9B;
}
.course-section-06 .single-course .course-teacher .course-lesson ul li i {
  color: #3BBC9B;
}

.course-active .course-arrow {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  transform: translateY(-30%);
  border: 2px solid #3BBC9B;
  box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
  color: #3BBC9B;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.course-active .course-arrow.swiper-button-prev {
  left: 0;
}
.course-active .course-arrow.swiper-button-prev::after {
  content: "\f16d";
  font-family: flaticon !important;
  font-size: 18px;
}
.course-active .course-arrow.swiper-button-next {
  right: 0;
}
.course-active .course-arrow.swiper-button-next::after {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 18px;
}
.course-active .course-arrow:hover {
  color: #ffffff;
  background: #3BBC9B;
}
.course-active:hover .course-arrow {
  opacity: 1;
  visibility: visible;
}
.course-active:hover .course-arrow.swiper-button-prev {
  left: 10px;
}
.course-active:hover .course-arrow.swiper-button-next {
  right: 10px;
}

.course-section-07 .course-slider-wrap {
  padding-top: 40px;
}
.course-section-07 .single-course {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  margin: 10px;
}
.course-section-07 .single-course .thum .image .top-meta .categories .tag {
  background: #EC5251;
  color: #ffffff;
}
.course-section-07 .single-course .content .title:hover {
  color: #EC5251;
}
.course-section-07 .single-course .course-teacher .course-lesson ul li i {
  color: #EC5251;
}
.course-section-07 .course-btn .btn {
  background: #EC5251;
  margin-top: 60px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .course-section-07 .course-btn .btn {
    margin-top: 30px;
  }
}
.course-section-07 .course-btn .btn:hover {
  background: #FF3E4B;
}
.course-section-07 .course-active .course-arrow {
  border: 2px solid #EC5251;
  color: #EC5251;
}
.course-section-07 .course-active .course-arrow:hover {
  color: #ffffff;
  background: #EC5251;
}

.course-section-08 {
  background: #ECF7F4;
  padding-top: 195px;
}
.course-section-08 .section-title2 .title {
  margin-top: 10px;
}
.course-section-08 .course-content-wrap {
  padding-top: 30px;
}
.course-section-08 .single-course {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  border-radius: 20px;
  margin-top: 30px;
}
.course-section-08 .single-course .thum .image {
  background: #e5572e;
  height: 200px;
  width: auto;
  position: relative;
  z-index: 1;
}
.course-section-08 .single-course .thum .image.color-2 {
  background: #2bc183;
}
.course-section-08 .single-course .thum .image.color-3 {
  background: #0870da;
}
.course-section-08 .single-course .thum .image.color-4 {
  background: #7044b3;
}
.course-section-08 .single-course .thum .image.color-5 {
  background: #ea9c0b;
}
.course-section-08 .single-course .thum .image .shape-1 {
  left: -27px;
  bottom: -38px;
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.2392156863);
  height: 80px;
  border-radius: 50%;
  width: 80px;
  z-index: -1;
}
.course-section-08 .single-course .thum .image .shape-2 {
  height: 120px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  bottom: -33px;
  right: -34px;
  top: 0;
  position: absolute;
  z-index: -1;
}
.course-section-08 .single-course .thum .image .shape-3 {
  height: 180px;
  width: 180px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 50%;
  position: absolute;
  right: -55px;
  top: 77px;
}
.course-section-08 .single-course .thum .image .top-meta .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 70px;
}
.course-section-08 .single-course .thum .image .top-meta .title:hover a {
  color: #ffffff;
  opacity: 0.8;
}
.course-section-08 .single-course .content {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.course-section-08 .single-course .content p {
  color: #8a8a8a;
  margin-top: 15px;
  margin-bottom: 15px;
}
.course-section-08 .single-course .content .course-author {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.course-section-08 .single-course .content .course-author .thum a img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
  border: 2px solid #cccccc;
}
.course-section-08 .single-course .content .course-author .name {
  margin-left: 5px;
}
.course-section-08 .single-course .content .course-author .name h6 {
  font-size: 15px;
  font-weight: 500;
  color: #8a8a8a;
}
.course-section-08 .single-course .course-teacher {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-section-08 .single-course .course-teacher .price {
  margin-top: 0;
}
.course-section-08 .single-course .course-teacher .price span {
  font-size: 16px;
  font-weight: 700;
  color: #021E40;
}
.course-section-08 .single-course .course-teacher .read-more .btn {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #2bc183;
  padding: 0 15px;
  border-radius: 5px;
}
.course-section-08 .single-course .course-teacher .read-more .btn:hover {
  opacity: 0.75;
}
.course-section-08 .course-btn .btn {
  background: #3BBC9B;
  color: #ffffff;
  margin-top: 50px;
}
.course-section-08 .course-btn .btn:hover {
  background: #021E40;
}

.course-section-09 {
  background: #ffffff;
}
.course-section-09 .course-grid-wrap {
  margin-top: -30px;
}
.course-section-09 .single-course {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}
.course-section-09 .single-course .thum .image .top-meta .categories .tag {
  background: #0071DC;
  color: #ffffff;
}
.course-section-09 .single-course .thum .price span {
  color: #ffffff;
  background-color: #0071DC;
}
.course-section-09 .single-course .content .title:hover {
  color: #0071DC;
}
.course-section-09 .single-course .content .course-teacher .course-lesson ul li i {
  color: #0071DC;
}

/*  08 - Video CSS
/*----------------------------------------*/
.video-section {
  padding-top: 60px;
  padding-bottom: 110px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.video-section .feature-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(7, 41, 77, 0.9);
}
@media only screen and (max-width: 991px) {
  .video-section .feature-bg {
    width: 100%;
  }
}
.video-section .video {
  padding-left: 90px;
}
@media only screen and (max-width: 991px) {
  .video-section .video {
    text-align: center;
    padding-top: 50px;
    padding-left: 0;
    position: relative;
    z-index: 5;
  }
}
.video-section .video a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  background-color: #ffc600;
  color: #07294d;
  border-radius: 50%;
}
.video-section .video a:hover {
  background: #ffffff;
  color: #ffc600;
}
.video-section .feature {
  position: relative;
  z-index: 5;
  padding-top: 50px;
}
.video-section .feature .feature-title .title {
  font-size: 36px;
  color: #fff;
  padding-bottom: 15px;
}
.video-section .feature ul li .single-feature {
  display: flex;
  align-items: center;
  padding-top: 55px;
}
@media only screen and (max-width: 575px) {
  .video-section .feature ul li .single-feature {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
}
.video-section .feature ul li .single-feature .cont {
  flex: 1;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .video-section .feature ul li .single-feature .cont {
    margin-left: 0;
  }
}
.video-section .feature ul li .single-feature .cont .title {
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px;
}
.video-section .feature ul li .single-feature .cont p {
  color: #ffffff;
}

.video-section-02 .feature {
  padding-left: 70px;
}
@media only screen and (max-width: 1199px) {
  .video-section-02 .feature {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .video-section-02 .feature {
    padding-left: 0;
    padding-right: 135px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section-02 .feature {
    padding-right: 0;
  }
}
.video-section-02 .feature .feature-title p {
  color: #ffffff;
  margin-top: 15px;
}
.video-section-02 .feature .edubin-countdown {
  margin-top: 40px;
}
.video-section-02 .feature .edubin-countdown .single-countdown {
  min-width: 105px;
  height: 105px;
  line-height: 105px;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .video-section-02 .feature .edubin-countdown .single-countdown {
    padding: 26px 15px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 449px) {
  .video-section-02 .feature .edubin-countdown .single-countdown {
    min-width: 70px;
    padding: 18px 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.video-section-02 .feature .edubin-countdown .single-countdown .count {
  font-size: 30px;
  line-height: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .video-section-02 .feature .edubin-countdown .single-countdown .count {
    font-size: 30px;
  }
}
@media only screen and (max-width: 449px) {
  .video-section-02 .feature .edubin-countdown .single-countdown .count {
    font-size: 24px;
  }
}
.video-section-02 .feature .edubin-countdown .single-countdown .value {
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .video-section-02 .feature .edubin-countdown .single-countdown .value {
    margin-top: 15px;
  }
}
.video-section-02 .feature .video-btn {
  padding-top: 45px;
}
.video-section-02 .feature .video-btn ul li {
  display: inline-block;
  margin-right: 25px;
}
.video-section-02 .feature .video-btn ul li:last-child {
  margin-right: 0;
}
.video-section-02 .feature .video-btn ul li .btn {
  margin-top: 15px;
}


.video-section-03 {
  padding-top: 210px;
  padding-bottom: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.video-section-03::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.4;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video-section-03 .video-content .title {
  font-size: 52px;
  line-height: 62px;
  color: #ffffff;
}
.video-section-03 .video-content .title span {
  color: #EC5251;
}
.video-section-03 .video-content .video {
  margin-top: 35px;
}
.video-section-03 .video-content .video a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  background-color: #EC5251;
  color: #ffffff;
  border-radius: 50%;
}
.video-section-03 .video-content .video a:hover {
  background: #ffffff;
  color: #EC5251;
}

@media only screen and (max-width: 1199px) {
  .video-section-03 {
    padding-top: 130px;
    padding-bottom: 220px;
  }
  .video-section-03 .video-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .video-section-03 {
    padding-top: 90px;
    padding-bottom: 205px;
  }
  .video-section-03 .video-content .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .video-section-03 .video-content .title {
    font-size: 30px;
    line-height: 42px;
  }
}

.video-section-04 {
  padding-top: 135px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  margin-bottom: 50px !important;
}
.video-section-04 .shape-1 {
  position: absolute;
  left: 22%;
  top: 12%;
  z-index: -1;
  animation: round-01 5s linear infinite;
}
.video-section-04 .shape-2 {
  position: absolute;
  right: 23%;
  bottom: -30%;
  z-index: -1;
  animation: rotate-style 20s linear infinite;
}
.video-section-04 .video-wrap {
  max-width: 1200px;
  padding-top: 220px;
  padding-bottom: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
  margin: 0 auto;
  margin-bottom: -100px;
  z-index: 1;
}
.video-section-04 .video-content .video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; /* Above the background */
}

.video-section-04 .video-wrap video,
.video-section-04 .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
  object-position: center center;
  background-color: #000000;
  display: block;
  z-index: 1;
}
.video-section-04 .video-wrap video#admin-video {
  display: none;
}
@media (max-width: 767px) {
  .video-section-04 .video-wrap video#admin-video {
    border-radius: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .video-section-04 .video-wrap {
    max-width: 100% !important;
    width: 100% !important;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: -40px !important;
    border-radius: 0 !important;
  }
}

.video-section-04 .video-wrap.no-overlay {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #000000;
}
.video-section-04 .video-wrap.no-overlay::before,
.video-section-04 .video-wrap.no-overlay::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  opacity: 0 !important;
}
.video-section-04 .video-wrap.no-overlay .video,
.video-section-04 .video-wrap.no-overlay iframe,
.video-section-04 .video-wrap.no-overlay video {
  z-index: 3;
}
.video-section-04 .video-content .video a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  background-color: #ea9c0b;
  color: #000000;
  border-radius: 50%;
}
.video-section-04 .video-content .video .play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.video-section-04 .video-content .video .play-video-btn i {
  margin-left: 3px;
}
.video-section-04 .video-content .video a:hover {
  background: #ea9c0b;
  color: #000000;
}
@media (max-width: 767px) {
  .video-section-04 .video-content .video .play-video-btn {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .video-section-04 .video-content .video .play-video-btn {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .video-section-04 .shape-2 {
    right: 13%;
    bottom: -41%;
  }
  .video-section-04 .video-wrap {
    padding-top: 150px;
    padding-bottom: 170px;
  }
}

@keyframes rotate-style {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--
/*  09 - Teacher CSS
/*----------------------------------------*/
.edubin-teachers-section .teachers-cont p {
  margin-top: 30px;
}
.edubin-teachers-section .teachers-cont .btn {
  margin-top: 50px;
}
.edubin-teachers-section .teachers-item-wrap {
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .edubin-teachers-section .teachers-item-wrap {
    margin-top: 0;
    padding-top: 20px;
  }
}

.single-teachers {
  position: relative;
  margin-top: 30px;
}
.single-teachers .image {
  overflow: hidden;
}
.single-teachers .image a {
  display: block;
}
.single-teachers .image a img {
  border-radius: 5px;
  width: 100%;
}
.single-teachers .cont {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 80%;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  padding: 15px;
}
.single-teachers .cont .name {
  color: #021E40;
  font-size: 16px;
}
.single-teachers .cont p {
  font-size: 14px;
  color: #8a8a8a;
}
.single-teachers .cont .teachers-social {
  margin-bottom: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-teachers .cont .teachers-social ul {
  margin-top: 5px;
}
.single-teachers .cont .teachers-social ul li {
  display: inline-block;
}
.single-teachers .cont .teachers-social ul li + li {
  margin-left: 10px;
}
.single-teachers .cont .teachers-social ul li a {
  font-size: 16px;
  color: #07294d;
}
.single-teachers .cont .teachers-social ul li a:hover {
  color: #ffc600;
}
.single-teachers:hover .cont .teachers-social {
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
}

.edubin-teachers-section-02 {
  background: #F9F9F9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.edubin-teachers-section-02 .teachers-2 {
  padding-top: 20px;
}

.teachers-2-single {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  margin-top: 30px;
}
.teachers-2-single .thum img {
  border-radius: 50%;
}
.teachers-2-single .cont {
  flex: 1;
  margin-left: 20px;
}
.teachers-2-single .cont .name {
  font-size: 18px;
  color: #23252a;
  margin-bottom: 4px;
  transition: all 0.3s linear;
}
.teachers-2-single .cont .name:hover {
  color: #ffc600;
}
.teachers-2-single .cont p {
  font-size: 14px;
  font-weight: 600;
  color: #999898;
}
.teachers-2-single .cont span {
  font-size: 14px;
  color: #07294d;
  font-weight: 500;
}
.teachers-2-single .cont span i {
  color: #ffc600;
  margin-right: 5px;
}

.happy-student {
  background-color: #076415;
  padding-top: 65px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
  border-radius: 5px;
  margin-left: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .happy-student {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .happy-student {
    margin-left: 0;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .happy-student {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.happy-student .happy-title .title {
  font-size: 36px;
  color: #fff;
  padding-bottom: 60px;
}
@media only screen and (max-width: 575px) {
  .happy-student .happy-title .title {
    font-size: 28px;
  }
}
.happy-student .student-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.single-student p {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 25px;
  color: #ffffff;
  margin-top: 20px;
  padding-right: 120px;
}
@media only screen and (max-width: 1199px) {
  .single-student p {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .single-student p {
    padding-right: 0;
  }
}
.single-student .name {
  color: #fff;
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 5px;
}
.single-student span {
  font-size: 15px;
  color: #ffffff;
}

.student-active .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.student-active .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}


.edubin-teachers-section-03 .teachers-item-wrap {
  margin-top: 0;
  padding-top: 15px;
}

.teachers-grid-warp {
  margin-top: -30px;
}

/*--
/*  10 - Testimonial CSS
/*----------------------------------------*/
.edubin-testimonial-section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.edubin-testimonial-section::before {
  background: #07294d none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.8;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edubin-testimonial-section .testimonial-slider-wrap {
  padding-top: 60px;
}
@media only screen and (max-width: 575px) {
  .edubin-testimonial-section .section-title {
    text-align: center;
  }
  .edubin-testimonial-section .section-title .sub-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.single-testimonial {
  position: relative;
}
.single-testimonial .testimonial-thum {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-thum {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: 25px;
  }
}
.single-testimonial .testimonial-thum img {
  border-radius: 5px;
}
.single-testimonial .testimonial-thum .quote {
  position: absolute;
  right: -22px;
  top: -22px;
}
.single-testimonial .testimonial-thum .quote i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
}
.single-testimonial .testimonial-cont {
  padding-left: 140px;
}
@media only screen and (max-width: 575px) {
  .single-testimonial .testimonial-cont {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
}
.single-testimonial .testimonial-cont p {
  color: #ffffff;
  padding-bottom: 32px;
}
.single-testimonial .testimonial-cont .name {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 4px;
}
.single-testimonial .testimonial-cont span {
  color: #fff;
  font-size: 16px;
}

.testimonial-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}

.edubin-testimonial-section-02 .testimonial-wrap {
  background: #F9EEE1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding-top: 65px;
  padding-bottom: 110px;
  padding-left: 60px;
  padding-right: 60px;
}
.edubin-testimonial-section-02 .single-testimonial {
  background: #ffffff;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content {
  padding: 50px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content p {
  color: #29303b;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-text {
  margin-left: 25px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-text .name {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #29303b;
  margin-bottom: 5px;
}
.edubin-testimonial-section-02 .single-testimonial .testimonial-content .testimonial-author .author-text .designation {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #8a8a8a;
}

.testimonial-2-active .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.testimonial-2-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
.testimonial-2-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e79800;
}

.edubin-testimonial-section-03 .testimonial-title-wrap {
  background-color: #EFF6F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 245px;
}
@media only screen and (max-width: 991px) {
  .edubin-testimonial-section-03 .testimonial-title-wrap {
    padding-bottom: 220px;
  }
}
.edubin-testimonial-section-03 .testimonial-slider-wrap {
  background: #ffffff;
  padding: 50px;
  padding-right: 80px;
  margin-top: -170px;
}
@media only screen and (max-width: 991px) {
  .edubin-testimonial-section-03 .testimonial-slider-wrap {
    padding: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .edubin-testimonial-section-03 .testimonial-slider-wrap {
    padding: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .single-testimonial-02 {
    margin-top: 50px;
  }
}
.single-testimonial-02 .testimonial-cont p {
  color: #383B46;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.single-testimonial-02 .testimonial-cont .name {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 5px;
}
.single-testimonial-02 .testimonial-cont span {
  color: #7B7B7B;
  font-size: 14px;
}

.testimonial-3-active .swiper-pagination {
  text-align: left;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial-3-active .swiper-pagination {
    text-align: center;
  }
}
.testimonial-3-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.testimonial-3-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2babe4;
}

.edubin-testimonial-section-04 {
  background: #F5F6F9;
  background-position: center center;
  background-repeat: no-repeat;
}
.edubin-testimonial-section-04 .testimonial-content-wrap-02 {
  padding-top: 40px;
}

.single-testimonial-03 {
  background: #ffffff;
  border-radius: 20px;
  width: 470px;
  margin: 10px 80px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .single-testimonial-03 {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 {
    width: 100%;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
  }
}
.single-testimonial-03 .testimonial-thumb {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-65%);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 .testimonial-thumb {
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
    padding-top: 40px;
    margin-bottom: 15px;
    transform: translateY(0%);
  }
}
.single-testimonial-03 .testimonial-thumb img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.single-testimonial-03 .testimonial-content {
  padding: 50px 110px 60px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-03 .testimonial-content {
    padding: 15px 45px 50px;
  }
}
@media only screen and (max-width: 449px) {
  .single-testimonial-03 .testimonial-content {
    padding: 15px 30px 50px;
  }
}
.single-testimonial-03 .testimonial-content i {
  font-size: 48px;
  color: #3BBC9B;
}
.single-testimonial-03 .testimonial-content p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  color: #7a7a7a;
  margin-top: 15px;
  margin-bottom: 10px;
}
.single-testimonial-03 .testimonial-content .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #021E40;
}

.testimonial-04-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.testimonial-04-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.testimonial-04-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3BBC9B;
}

.single-testimonial-04 .testimonial-cont {
  padding: 40px;
  margin: 0 0px 35px 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4588235294);
  position: relative;
}
.single-testimonial-04 .testimonial-cont::before {
  content: "";
  border: 15px solid transparent;
  position: absolute;
  left: 40px;
  bottom: -30px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 15px solid rgba(255, 255, 255, 0.1);
  border-top-color: rgba(0, 0, 0, 0.4588235294);
}
.single-testimonial-04 .testimonial-cont .title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.single-testimonial-04 .testimonial-cont p {
  color: #ffffff;
}
.single-testimonial-04 .testimonial-author-wrap {
  display: flex;
  align-items: center;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-thum img {
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text {
  flex: 1;
  margin-left: 25px;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text .name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
.single-testimonial-04 .testimonial-author-wrap .testimonial-author-text span {
  color: #ddd;
  font-size: 15px;
}

.edubin-testimonial-section-05 .testimonial-3-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3BBC9B;
}

.edubin-testimonial-section-06::before {
  background: #000 none repeat scroll 0 0;
  opacity: 0.65;
}
.edubin-testimonial-section-06 .single-testimonial {
  position: relative;
}
.edubin-testimonial-section-06 .single-testimonial .testimonial-thum .quote i {
  background-color: #0071DC;
}
.edubin-testimonial-section-06 .testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0071DC;
}

.edubin-testimonial-section-07 {
  background: #ffffff;
}
.edubin-testimonial-section-07 .single-testimonial-03 {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}
.edubin-testimonial-section-07 .single-testimonial-03 .testimonial-content i {
  color: #0071DC;
}
.edubin-testimonial-section-07 .testimonial-04-active .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.edubin-testimonial-section-07 .testimonial-04-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e3e3e3;
}
.edubin-testimonial-section-07 .testimonial-04-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0071DC;
}

.edubin-testimonial-section-08 {
  padding-bottom: 80px;
}
.edubin-testimonial-section-08 .section-title2 .title span {
  color: #0071DC;
}

/*--
/*  11 - Publication CSS
/*----------------------------------------*/
.edubin-publication-section {
  background-color: #F9F9F9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.edubin-publication-section .publication-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .edubin-publication-section .publication-btn {
    text-align: left;
    margin-top: 30px;
  }
}
.edubin-publication-section .publication-content-wrap {
  padding-top: 15px;
}

.single-publication {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 30px;
}
.single-publication .image {
  height: 320px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.single-publication .image::before {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s linear;
}
.single-publication .image a img {
  width: 100%;
}
.single-publication .image .top-meta {
  position: absolute;
  left: 15px;
  top: 15px;
}
.single-publication .image .top-meta ul li {
  display: inline-block;
  padding: 0px 13px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  background: #fff;
  color: #ffffff;
  height: 28px;
  border-radius: 5px;
}
.single-publication .image .top-meta ul li:last-child {
  margin-left: 7px;
  background: #ff4830;
}
.single-publication .content {
  padding: 20px 10px 20px 10px;
}
.single-publication .content .add-cart {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-publication .content .add-cart .btn {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 15px;
}
.single-publication .content .book-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
}
.single-publication .content .price .discount-price {
  font-size: 14px;
  color: #505050;
  font-weight: 500;
  position: relative;
}
.single-publication .content .price .discount-price::before {
  position: absolute;
  content: "";
  background-color: #505050;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-publication .content .price .normal-price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.single-publication:hover .image::before {
  opacity: 1;
  visibility: visible;
}
.single-publication:hover .content .add-cart {
  transform: translate(-50%, -100%);
  opacity: 1;
  visibility: visible;
}

/*--
/*  12 - Blog CSS
/*----------------------------------------*/
.blog-content-wrap {
  padding-top: 0px;
  margin-top: 0px !important;
}
.blog-content-wrap .news-card-grid {
  align-items: stretch;
}
.blog-content-wrap .news-card-col {
  display: flex;
  margin-bottom: 30px;
}

.study-options-section .program-card-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.study-options-section .program-card-col {
  display: flex;
  margin-bottom: 30px;
}
.study-options-section .program-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.study-options-section .program-card figure {
  width: 100%;
  height: 220px;
  margin: 0;
  overflow: hidden;
  flex: 0 0 auto;
}
.study-options-section .program-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.study-options-section .program-card figure .alert {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.study-options-section .program-card .blog-caption {
  float: none;
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 0;
}
.study-options-section .program-card .blog-title {
  float: none;
  width: 100%;
  height: 56px;
  min-height: 56px;
  line-height: 1.4;
  overflow: hidden;
}
.study-options-section .program-card .blog-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.study-options-section .program-card .program-card-summary {
  height: 72px;
  min-height: 72px;
  overflow: hidden;
}
.study-options-section .program-card .program-card-summary p {
  margin: 0;
}
.study-options-section .program-card .program-card-read-more {
  align-self: flex-start;
  max-width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.single-blog {
  margin-top: 10px;
  transition: all 0.3s ease;
}
.single-blog.modern-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.single-blog.modern-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.single-blog .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  /*height: 220px;*/
  width: 100%; 
}

/* For the image inside */
.single-blog .blog-img img {
  width: 100%;
  height: auto;
  /*object-fit: contain;*/ 
  display: block;
}
.single-blog.modern-card .blog-img {
  border-radius: 0;
  height: 200px;
}
.single-blog .blog-img a {
  display: block;
  height: 100%;
}
.single-blog .blog-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.single-blog .blog-img .blog-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  color: #002e5b;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}
.single-blog .blog-img .news-ribbon {
  position: absolute;
  top: 15px;
  left: 0;
  background: #ea9c0b;
  color: #002e5b;
  padding: 8px 20px;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.single-blog .blog-content {
  padding-top: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.single-blog.modern-card .blog-content {
  padding: 25px;
  padding-top: 20px;
  min-height: 270px;
}
.single-blog .blog-content .meta {
  padding-bottom: 15px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.single-blog .blog-content .meta .blog-meta {
  font-size: 13px;
  color: #8a8a8a;
  position: relative;
  margin-right: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.single-blog .blog-content .meta .blog-meta i {
  color: #ea9c0b;
  margin-right: 0;
  font-size: 12px;
}
.single-blog.modern-card .blog-content .meta {
  align-content: flex-start;
  height: 41px;
  overflow: hidden;
}
.single-blog .blog-content .title {
  font-size: 20px;
  line-height: 1.4;
  color: #002e5b;
  padding-right: 0;
  margin-bottom: 12px;
  font-weight: 700;
}
.single-blog.modern-card .blog-content .title {
  font-size: 18px;
  min-height: 50px;
  height: 50px;
  overflow: hidden;
}
.single-blog.modern-card .blog-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .single-blog .blog-content .title {
    padding-right: 0;
  }
}
.single-blog .blog-content .title a {
  color: #002e5b;
  transition: all 0.3s ease;
}
.single-blog .blog-content .title a:hover {
  color: #ea9c0b;
}
.single-blog .blog-content p {
  margin-top: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}
.single-blog.modern-card .blog-content .news-card-summary {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  height: 67px;
  overflow: hidden;
}
.single-blog.modern-card .blog-content .news-card-summary p {
  margin: 0;
  flex: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-blog .blog-content .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #002e5b;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  transition: all 0.3s ease;
}
.single-blog.modern-card .blog-content .read-more {
  align-self: flex-start;
  max-width: 100%;
  min-height: 20px;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-blog .blog-content .read-more:hover {
  gap: 12px;
  color: #ea9c0b;
}
.single-blog .blog-content .read-more i {
  font-size: 12px;
  transition: all 0.3s ease;
}
.single-blog:hover .blog-img a img {
  transform: scale(1.1);
}

.edubin-blog-section-02 .course-btn {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .edubin-blog-section-02 .course-btn {
    text-align: left;
    margin-top: 25px;
  }
}
.edubin-blog-section-02 .course-btn .btn {
  background: #3BBC9B;
  margin-top: 0;
  color: #ffffff;
}
.edubin-blog-section-02 .course-btn .btn:hover {
  background: #021E40;
}
.edubin-blog-section-02 .single-blog .blog-img a {
  display: block;
}
.edubin-blog-section-02 .single-blog .blog-img a img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.edubin-blog-section-02 .single-blog .blog-content {
  padding-right: 15px;
}
.edubin-blog-section-02 .single-blog .blog-content .meta .blog-meta i {
  color: #3BBC9B;
}
.edubin-blog-section-02 .single-blog .blog-content .title {
  font-size: 18px;
  line-height: 1.3;
  color: #07294d;
  padding-right: 15px;
}
.edubin-blog-section-02 .single-blog .blog-content .title a:hover {
  color: #3BBC9B;
}
.edubin-blog-section-02 .single-blog .blog-content p {
  margin-top: 15px;
}

.edubin-blog-section-03 .single-blog {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
}
.edubin-blog-section-03 .single-blog .blog-content {
  padding: 30px;
}
.edubin-blog-section-03 .single-blog .blog-content .meta .blog-meta i {
  color: #EC5251;
}
.edubin-blog-section-03 .single-blog .blog-content .title {
  font-size: 24px;
}
.edubin-blog-section-03 .single-blog .blog-content .title a:hover {
  color: #EC5251;
}
.edubin-blog-section-03 .single-blog .blog-content p {
  margin-top: 15px;
  color: #8a8a8a;
}

.blog-grid-wrap {
  margin-top: -30px;
}

.edubin-pagination .pagination {
  margin-top: 90px;
}
@media only screen and (max-width: 575px) {
  .edubin-pagination .pagination {
    margin-top: 60px;
  }
}


.edubin-pagination .pagination .page-item {
  margin: 0 7px;
}
.edubin-pagination .pagination .page-item.active .page-link {
  background-color: #ea9c0b;
  border-color: #ea9c0b;
  color: #000000;
}
.edubin-pagination .pagination .page-item .page-link {
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  color: #021E40;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s linear;
}
.edubin-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.edubin-pagination .pagination .page-item .page-link:hover {
  background: #ea9c0b;
  border-color: #ea9c0b;
  color: #000000;
}
.edubin-pagination .pagination .page-item .page-link i {
  line-height: 32px;
  font-size: 13px;
}

.edubin-blog-section-04 .single-blog .blog-content .meta .blog-meta a:hover {
  color: #0071DC;
}
.edubin-blog-section-04 .single-blog .blog-content .meta .blog-meta i {
  color: #0071DC;
}
.edubin-blog-section-04 .single-blog .blog-content .title {
  font-size: 24px;
}
.edubin-blog-section-04 .single-blog .blog-content .title a:hover {
  color: #0071DC;
}

/*--
/*  13 - Brand CSS
/*----------------------------------------*/
.edubin-brand-section {
  background: #F9F9F9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

.edubin-brand-section-02 .brand-title {
  font-size: 20px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 60px;
}

.edubin-brand-section-03 {
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .edubin-brand-section-03 {
    padding-top: 30px;
  }
}

.edubin-brand-section-04 {
  background: #F5F6F9;
}
.edubin-brand-section-04 .brand-title {
  font-size: 38px;
}
.edubin-brand-section-04 .brand-title span {
  color: #3BBC9B;
}

/*--
/*  14 - Counter CSS
/*----------------------------------------*/
.counter-section {
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .counter-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-section {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-section {
    padding-bottom: 60px;
  }
}
.counter-section::before {
  background: #07294d none repeat scroll 0 0;
  opacity: 0.8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.counter-wrap {
  margin-top: -30px;
}

.single-counter {
  margin-top: 30px;
}
.single-counter span {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.single-counter span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 50px;
  height: 3px;
  transform: translateX(-50%);
  background: #e79800;
}
.single-counter p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 40px;
}

.counter-section-02 {
  background: #EDF0F2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.counter-section-02 .single-counter span {
  color: #333333;
}
.counter-section-02 .single-counter p {
  color: #07294d;
}

.edubin-counter-section-03 .counter-wrap {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

.single-counter-02 {
  background: #ffffff;
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.16);
  width: 205px;
  height: 205px;
  text-align: center;
  border-radius: 50%;
  padding: 55px 10px;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .single-counter-02 {
    width: 190px;
    height: 190px;
  }
}
.single-counter-02 .title {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .single-counter-02 .title {
    font-size: 40px;
  }
}
.single-counter-02 p {
  font-size: 15px;
  color: #000000;
  margin-top: -5px;
}

.counter-section-04 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .counter-section-04 .counter-title-wrap {
    padding-bottom: 20px;
    text-align: center;
  }
}
.counter-section-04 .counter-title-wrap .title {
  font-size: 36px;
  color: #ffffff;
}

.single-counter-03 {
  margin-top: 30px;
}
.single-counter-03 .icon {
  margin-bottom: 25px;
}
.single-counter-03 span {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.single-counter-03 p {
  font-size: 14px;
  color: #ffffff;
}

.counter-section-05 {
  background: #E9F3F9;
  padding-top: 35px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.counter-section-05 .shape-1 {
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -1;
}
.counter-section-05 .shape-2 {
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
}
.counter-section-05 .single-counter-03 {
  margin-top: 30px;
}
.counter-section-05 .single-counter-03 .icon {
  margin-bottom: 25px;
}
.counter-section-05 .single-counter-03 span {
  font-size: 36px;
  font-weight: 700;
  color: #0071DC;
}
.counter-section-05 .single-counter-03 p {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #555555;
}

.counter-section-06 .counter-wrap-03 {
  margin-top: -30px;
}

.single-counter-04 {
  margin-top: 30px;
  background: #FFF7EF;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.single-counter-04.item-2 {
  background: #EEFAF8;
}
.single-counter-04.item-2 span {
  color: #3BBC9B;
}
.single-counter-04.item-3 {
  background: #F7F3FF;
}
.single-counter-04.item-3 span {
  color: #9B51E0;
}
.single-counter-04.item-4 {
  background: #FFFAEF;
}
.single-counter-04.item-4 span {
  color: #F8941F;
}
.single-counter-04 span {
  font-size: 34px;
  font-weight: 700;
  color: #EE4A62;
}
.single-counter-04 p {
  font-size: 15px;
  color: #8a8a8a;
}

.counter-section-07 .counter-wrap-03 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 65px;
  z-index: 1;
  margin-top: -100px;
}
.counter-section-07 .counter-wrap-03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(236, 82, 81, 0.9);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.counter-section-07 .single-counter-03 {
  margin-top: 30px;
  position: relative;
}
.counter-section-07 .single-counter-03::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #ffffff;
  width: 1px;
  height: 78px;
  transform: translateY(-50%);
}
.counter-section-07 .single-counter-03.item-4::before {
  display: none;
}
.counter-section-07 .single-counter-03 span {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
.counter-section-07 .single-counter-03 p {
  font-size: 16px;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .counter-section-07 .single-counter-03::before {
    display: none;
  }
}

.counter-section-08 .counter-wrap-03 {
  margin-top: -30px;
}
.counter-section-08 .counter-cont-wrap {
  padding-top: 30px;
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .counter-section-08 .counter-cont-wrap {
    padding-right: 0;
  }
}
.counter-section-08 .counter-cont-wrap .title {
  font-size: 36px;
  color: #021E40;
}
@media only screen and (max-width: 575px) {
  .counter-section-08 .counter-cont-wrap .title {
    font-size: 30px;
  }
}
.counter-section-08 .counter-cont-wrap .text {
  color: #8a8a8a;
  margin-top: 20px;
}

.counter-section-09::before {
  background: #000 none repeat scroll 0 0;
  opacity: 0.65;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.counter-section-09 .single-counter span::before {
  background: #0071DC;
}

/*--
/*  15 - Countdown CSS
/*----------------------------------------*/
.countdown-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .countdown-section .countdown-cont {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-section .countdown-cont {
    padding-right: 150px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-section .countdown-cont {
    padding-right: 0;
  }
}
.countdown-section .countdown-cont {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  border-radius: 8px;
}
.countdown-section .countdown-cont .sub-title {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .countdown-section .countdown-cont .sub-title {
    font-size: 24px;
  }
}
.countdown-section .countdown-cont .title {
  font-size: 72px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .countdown-section .countdown-cont .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-section .countdown-cont .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-section .countdown-cont .title {
    font-size: 42px;
  }
}
.countdown-section .category-form {
  margin-top: 0;
}
.countdown-section .category-form .form-title {
  background-color: #fff;
}
.countdown-section .category-form .form-title .title {
  color: #07294D;
}
.countdown-section .category-form .form-title span {
  font-size: 20px;
  font-weight: 500;
  color: #07294D;
}

.edubin-countdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.edubin-countdown .single-countdown {
  text-align: center;
  position: relative;
  padding: 40px 15px;
  min-width: 115px;
  height: 115px;
  line-height: 115px;
  border: 3px solid #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .edubin-countdown .single-countdown {
    padding: 26px 15px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 449px) {
  .edubin-countdown .single-countdown {
    min-width: 70px;
    padding: 18px 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.edubin-countdown .single-countdown .count {
  font-size: 42px;
  line-height: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .edubin-countdown .single-countdown .count {
    font-size: 30px;
  }
}
@media only screen and (max-width: 449px) {
  .edubin-countdown .single-countdown .count {
    font-size: 24px;
  }
}
.edubin-countdown .single-countdown .value {
  font-size: 15px;
  line-height: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  color: #ffffff;
  margin-top: 25px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .edubin-countdown .single-countdown .value {
    margin-top: 15px;
  }
}

/*--
/*  16 - Admission CSS
/*----------------------------------------*/
.edubin-admission-section {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .edubin-admission-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-admission-section {
    padding-bottom: 80px;
  }
}

.admission-wrap {
  margin-top: -30px;
}

.admission-item {
  background-color: #07294d;
  margin-top: 30px;
}
.admission-item .admission-image img {
  width: 100%;
}
.admission-item .admission-content {
  padding: 40px;
}
.admission-item .admission-content .title {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}
.admission-item .admission-content p {
  color: #fff;
}

.admission-info {
  background-color: #07294d;
  padding: 70px 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .admission-info {
    padding: 45px 28px;
  }
}
.admission-info .admission-title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
}
.admission-info p {
  color: #fff;
  padding-bottom: 31px;
}
.admission-info .help-line {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 15px;
}
.admission-info span {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

/*--
/*  17 - CTA CSS
/*----------------------------------------*/
.edubin-cta-section {
  background: #F9EEE1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.edubin-cta-section .shape-3 {
  position: absolute;
  left: 65px;
  top: 140px;
  z-index: -1;
  animation: zoom-in 3s infinite;
}
.edubin-cta-section .cta-wrap {
  margin-top: -30px;
}

.cta-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 40px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .cta-item {
    padding: 40px 30px;
  }
}
.cta-item .shape-1 {
  position: absolute;
  right: 0;
  top: 45px;
  z-index: -1;
}
.cta-item .cta-content .title {
  font-size: 30px;
}
.cta-item .cta-content p {
  font-size: 14px;
  color: #383B46;
  padding-top: 20px;
}
.cta-item .cta-content .btn {
  height: 45px;
  line-height: 45px;
  background: #ff773d;
  color: #ffffff;
  margin-top: 20px;
}
.cta-item .cta-content .btn:hover {
  background: #021E40;
}
@media only screen and (max-width: 575px) {
  .cta-item .cta-img {
    text-align: center;
    margin-top: 30px;
  }
}
.cta-item .cta-img img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
}

.edubin-cta-section-02 .cta-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 90px 100px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* margin-bottom: -120px; */
  margin-bottom: 120px;
  z-index: 1;
}
.edubin-cta-section-02 .cta-cont {
  padding-left: 290px;
}
.edubin-cta-section-02 .cta-cont .title {
  font-size: 30px;
  color: #ffffff;
}
.edubin-cta-section-02 .cta-btn {
  text-align: right;
}
.edubin-cta-section-02 .cta-btn .btn {
  background: #ffffff;
  border: 2px solid #ffffff;
  line-height: 50px;
  color: #000000;
}
.edubin-cta-section-02 .cta-btn .btn:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .edubin-cta-section-02 .cta-cont {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .edubin-cta-section-02 .cta-wrap {
    padding: 80px 80px 90px;
  }
  .edubin-cta-section-02 .cta-btn {
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-cta-section-02 .cta-wrap {
    padding: 70px 35px 80px;
  }
}

.edubin-cta-section-03 .cta-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.edubin-cta-section-03 .cta-cont .title {
  font-size: 52px;
  line-height: 62px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .edubin-cta-section-03 .cta-cont .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .edubin-cta-section-03 .cta-cont .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.edubin-cta-section-03 .cta-cont .title span {
  color: #EC5251;
}
.edubin-cta-section-03 .cta-cont .cta-btn {
  margin-top: 25px;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li:last-child {
  margin-right: 0;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn {
  background: #EC5251;
  color: #ffffff;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn:hover {
  color: #ffffff;
  background: #FF3E4B;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn-white {
  border: 2px solid #ffffff;
  line-height: 48px;
  background: transparent;
  color: #ffffff;
}
.edubin-cta-section-03 .cta-cont .cta-btn ul li .btn-white:hover {
  background: #EC5251;
  border: 2px solid #EC5251;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
/*--
/*  18 - Features CSS
/*----------------------------------------*/
.features-content-wrap {
  padding-top: 10px;
}

.features-item {
  margin-top: 30px;
}
.features-item .features-content {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .features-item .features-content {
    padding: 0;
  }
}
.features-item .features-content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #383B46;
  margin-top: 20px;
}
.features-item .features-content p {
  color: #383B46;
}

.edubin-features-section-02 {
  background-color: #EFF6F9;
  padding-top: 15px;
  padding-bottom: 45px;
}

.features-item-02 {
  display: flex;
  align-items: center;
  border: 1px dashed #2babe4;
  padding: 25px;
  border-radius: 0 40px 40px 40px;
  margin-top: 30px;
}
.features-item-02.features-02 {
  border-radius: 40px 40px 0px 40px;
}
.features-item-02 .features-content {
  flex: 1;
  margin-left: 25px;
}
.features-item-02 .features-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #383B46;
}
.features-item-02 .features-content p {
  color: #383B46;
  font-size: 14px;
}

.edubin-features-section-03 {
  background: #0071DC;
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.edubin-features-section-03 .shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.features-item-03 {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.features-item-03 .features-content {
  flex: 1;
  margin-left: 25px;
}
.features-item-03 .features-content .title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.edubin-features-section-04 .category-form {
  margin-top: -380px;
}
@media only screen and (max-width: 991px) {
  .edubin-features-section-04 .category-form {
    margin-top: 50px;
  }
}
.edubin-features-section-04 .category-form .form-title {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 0;
}
.edubin-features-section-04 .category-form .form-title .title {
  color: #000000;
}
.edubin-features-section-04 .category-form .form-title span {
  font-size: 17px;
  color: #021E40;
}
.edubin-features-section-04 .category-form .main-form .single-form .btn {
  background: #3BBC9B;
  color: #ffffff;
}
.edubin-features-section-04 .category-form .main-form .single-form .btn:hover {
  background: #07294D;
}
.edubin-features-section-04 .features-content-wrap {
  margin-top: -30px;
  padding-top: 0;
}

.features-item-04 {
  margin-top: 30px;
}
.features-item-04 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #3BBC9B;
  font-size: 30px;
  color: #ffffff;
}
.features-item-04 .cont .title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #021E40;
  margin-top: 20px;
}
.features-item-04 .cont p {
  color: #8a8a8a;
}

.edubin-features-section-05 .features-wrap {
  margin-top: -30px;
}

.features-item-05 {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 40px 40px 50px 40px;
  margin-top: 30px;
}
.features-item-05 .features-content .title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #000000;
  margin-top: 20px;
}
.features-item-05 .features-content p {
  color: #8a8a8a;
  margin-top: 20px;
}

/*--
/*  19 - Faq CSS
/*----------------------------------------*/
.edubin-faq-section {
  overflow: hidden;
}

.faq-left {
  position: relative;
  z-index: 1;
}
.faq-left .shape-1 {
  position: absolute;
  left: 7%;
  top: 10%;
  z-index: -1;
}
.faq-left .shape-2 {
  position: absolute;
  left: 15%;
  top: 5%;
  z-index: -1;
}
.faq-left .shape-3 {
  position: absolute;
  left: 3%;
  bottom: 1%;
  z-index: -1;
}
.faq-left .shape-4 {
  position: absolute;
  right: 12%;
  bottom: 3%;
  z-index: -1;
}
.faq-left .image {
  padding-left: 95px;
}

@media only screen and (max-width: 991px) {
  .faq-left .shape-4 {
    right: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .faq-left .shape-1 {
    left: 2%;
  }
}

@media only screen and (max-width: 991px) {
  .faq-accordion {
    margin-top: 60px;
  }
}
.faq-accordion .accordion-item {
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 161px 0px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  
}
.faq-accordion .accordion-item:first-of-type {
  margin-top: 0;
}
.faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.faq-accordion .accordion-item:last-of-type .accordion-button {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.faq-accordion .accordion-item .accordion-button {
  padding: 20px 35px;
  border-radius: 5px;
  background: #B8EBDD;
}
.faq-accordion .accordion-item .accordion-button .title {
  font-size: 16px;
  color: #021E40 !important;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "+";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  color: #021E40 !important;
  background: none;
  right: 30px;
  transition: all 0.3s ease-out 0s;
}
.faq-accordion .accordion-item .accordion-body {
  font-size: 16px;
  padding: 25px 35px;
}
.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #B8EBDD;
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #ffb000 !important;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  color:  #ffb000 !important;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  background: none;
  transform: rotate(0);
}

.faq-accordion-wrapper {
  display: flex;
  padding-top: 40px;
  
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper {
    display: block;
  }
}
.faq-accordion-wrapper .faq-col {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col {
    width: 100%;
  }
}
.faq-accordion-wrapper .faq-col:first-child {
  padding-right: 25px;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col:first-child {
    padding-right: 0px;
  }
}
.faq-accordion-wrapper .faq-col:last-child {
  padding-left: 25px;
}
@media only screen and (max-width: 991px) {
  .faq-accordion-wrapper .faq-col:last-child {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-section-02 .faq-accordion {
    margin-top: 0px;
  }
}
.faq-section-02 .faq-accordion .accordion-item:first-of-type {
  margin-top: 20px;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button .title {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "+";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  color: #222222;
  background: none;
  right: 30px;
  transition: all 0.3s ease-out 0s;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-body {
  font-size: 16px;
  padding: 25px 30px;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #B8EBDD;
  box-shadow: none;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #ffffff;
}
.faq-section-02 .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  background: none;
  transform: rotate(0);
  color: #ffffff;
}

/*--
/*  16 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  background: #bcdfe4;
  padding-top: 150px;
  min-height: 250px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation: banner-bg-move 10s ease-in-out infinite alternate;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 120px;
  margin-top: 110px;

}

@keyframes banner-bg-move {
  0% {
    background-position: center center;
  }
  50% {
    background-position: center 60%;
  }
  100% {
    background-position: center center;
  }
  
}
@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 350px !important;
    padding-top: 82px !important;
  }
}
.page-banner-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(135deg, rgba(52,168,83,0.4) 0%, rgba(0,60,30,0.7) 50%, rgba(15,157,88,0.5) 100%);
  z-index: -1;
}


.page-banner .section-title .title {
  color: #ffffff;
}


.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 11px;
  padding-right: 8px;
  position: relative;
  top: 5px;
  color: #ffffff;
  vertical-align: middle;
}
.breadcrumb .breadcrumb-item:hover a {
  color: #ea9c0b;
}

/*--
/*  12 - Blog List CSS
/*----------------------------------------*/
.blog-standard-section .blog-post-wrap {
  margin-top: -30px;
}
.blog-standard-section .single-blog {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
}
.blog-standard-section .single-blog .blog-content {
  padding: 30px;
}
.blog-standard-section .single-blog .blog-content .meta .blog-meta a:hover {
  color: #0071DC;
}
.blog-standard-section .single-blog .blog-content .meta .blog-meta i {
  color: #ea9c0b;
}
.blog-standard-section .single-blog .blog-content .title {
  font-size: 24px;
}
.blog-standard-section .single-blog .blog-content .title a:hover {
  color: #ea9c0b;
}
.blog-standard-section .single-blog .blog-content p {
  margin-top: 15px;
  color: #8a8a8a;
}

.blog-sidebar {
  margin-left: 50px;
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .blog-sidebar {
    margin-left: 0;
    margin-top: 50px;
  }
}

.sidebar-widget {
  margin-top: 30px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  padding-right: 35px;
  background: #f2f4f7;
  color: #415674;
  font-weight: 500;
  outline: none;
  overflow: hidden;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #898c94;
  font-weight: 400;
}
.sidebar-widget .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  font-size: 14px;
  background:  #076415;
  color: #ffffff;
  transition: all 0.3s linear;
}

.sidebar-widget .widget-title {
  margin-bottom: 25px;
}
.sidebar-widget .widget-title .title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021E40;
  display: inline-block;
}

.sidebar-widget .recent-posts ul li {
  margin-top: 30px;
}
.sidebar-widget .recent-posts ul li:first-child {
  margin-top: 0;
}
.sidebar-widget .recent-posts ul li .post-link {
  display: flex;
  align-items: center;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  border-radius: 6px;
  image-rendering: crisp-edges;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 15px auto;
}
.sidebar-widget .recent-posts ul li .post-link .post-text {
  flex: 1;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.3s linear;
  color: #021E40;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #838383;
  display: inline-block;
  margin-top: 5px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
  color:  #ea9c0b;
  margin-right: 5px;
}
.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color:  #ea9c0b;
}

.sidebar-widget .category .cate-item {
  margin-top: 15px;
}
.sidebar-widget .category .cate-item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.sidebar-widget .category .cate-item a {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  color: #021E40;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a .post-count:hover {
  color: #0071DC;
}
.sidebar-widget .category .cate-item a:hover {
  color: #0071DC;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}
.sidebar-widget .sidebar-tag li a {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #021E40;
  line-height: 18px;
  background: #f3f3f8;
  transition: all 0.3s linear;
}
.sidebar-widget .sidebar-tag li a:hover {
  background-color:  #ea9c0b;
  color: #ffffff;
}

/*--
/*  18 - Blog Details CSS
/*----------------------------------------*/
.blog-details-post {
  margin-top: -30px;
}
.blog-details-post .single-blog .blog-img img {
  width: 100%;
}
.blog-details-post .single-blog .blog-content {
  padding-left: 0;
}
.blog-details-post .single-blog .blog-content .blog-meta {
  margin-bottom: 20px;
}
.blog-details-post .single-blog .blog-content .blog-meta span {
  margin-right: 10px;
}
.blog-details-post .single-blog .blog-content .blog-meta a:hover {
  color: #0071DC;
}
.blog-details-post .single-blog .blog-content .blog-meta i {
  color:  #ea9c0b;
  margin-right: 3px;
}
.blog-details-post .single-blog .blog-content .title {
  font-size: 24px;
  color: #021E40;
}
.blog-details-post .single-blog .blog-content p {
  font-size: 16px;
  line-height: 30px;
}
.blog-details-post .blog-details-content .blog-quote {
  background-color: #f3f3f8;
  padding: 35px 40px 35px 30px !important;
  margin-top: 35px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote {
  padding-left: 50px;
  margin-left: 20px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .blog-quote .blockquote {
    padding-right: 0;
    margin-left: 0;
  }
}
.blog-details-post .blog-details-content .blog-quote .blockquote::before {
  content: "\f137";
  font-family: flaticon !important;
  font-size: 30px;
  line-height: 1;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #0071DC;
}
.blog-details-post .blog-details-content .blog-quote .blockquote:not(:first-child) {
  margin-top: 25px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote:not(:last-child) {
  margin-bottom: 25px;
}
.blog-details-post .blog-details-content .blog-quote .blockquote p {
  display: inline;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #696868;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0;
}
.blog-details-post .blog-details-content .blog-quote .blockquote span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #021E40;
  margin-top: 8px;
}
.blog-details-post .blog-details-content .blog-inner-img {
  padding-top: 15px;
}
.blog-details-post .blog-details-content .blog-inner-img .image {
  margin-top: 40px;
}
.blog-details-post .blog-details-content .blog-inner-img .image img {
  border-radius: 10px;
  width: 100%;
}
.blog-details-post .blog-details-content .blog-details-text p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 50px;
}
.blog-details-post .blog-details-content .blog-details-tag-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e5;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag {
  padding-top: 20px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
  font-size: 14px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #021E40;
  margin-right: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
  margin-bottom: 0px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li {
  display: inline-block;
  margin-right: 10px;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li:last-child {
  margin-right: 0;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a {
  display: inline-block;
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-twitter {
  background: #1DA1F2;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-facebook {
  background: #4867AA;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-pinterest {
  background: #BD081B;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-linkedin {
  background: #007BB6;
}
.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a:hover {
  opacity: 0.9;
}
.blog-details-post .blog-details-content .edubin-post-pagination {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 30px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .edubin-post-pagination {
    padding: 0 10px;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #e1e1e1;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .edubin-post-pagination::before {
    width: auto;
    height: 1px;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .previous-post, .blog-details-post .blog-details-content .edubin-post-pagination .next-post {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .previous-post, .blog-details-post .blog-details-content .edubin-post-pagination .next-post {
    width: 100%;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post {
    padding: 20px 0;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-thumb {
  flex-shrink: 0;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-thumb a img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-thumb a i {
  font-size: 14px;
  color: #0071DC;
  padding: 0 10px;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content {
  flex-grow: 1;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content {
    padding: 0 13px;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #021E40;
}
@media only screen and (max-width: 1199px) {
  .blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .title {
    font-size: 15px;
  }
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .title:hover a {
  color: #0071DC;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .date {
  font-size: 12px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #838383;
}
.blog-details-post .blog-details-content .edubin-post-pagination .blog-pagination-post .post-content .date i {
  color: #0071DC;
  margin-right: 6px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box {
  margin-top: 50px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-title {
  font-size: 24px;
  line-height: 30px;
  color: #021E40;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
    display: block;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author {
  flex-shrink: 0;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author img {
  width: 75px;
  border-radius: 50%;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
  flex-grow: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .name {
  font-size: 16px;
  font-weight: 700;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #8a8a8a;
  margin-top: 5px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .date {
  margin-right: 30px;
  color: #0071DC;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .reply:hover {
  color: #0071DC;
}
.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
  padding-left: 105px;
}
@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
    padding-left: 0;
  }
}
.blog-details-post .blog-details-content .comment-wrap .comment-form {
  margin-top: 50px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-title {
  font-size: 24px;
  line-height: 30px;
  color: #021E40;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form p {
  font-size: 14px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #686f7a;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap {
  padding-top: 10px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form {
  margin-top: 20px;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
  outline: none;
  border-color: #0071DC;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
  height: 135px;
  padding-top: 15px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  resize: none;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
  height: 45px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 0 30px;
  background: #0071DC;
  color: #ffffff;
}
.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn:hover {
  background: #021E40;
}

/*--
/*  19 - Event CSS
/*----------------------------------------*/
.event-wrap {
  margin-top: -30px;
}

.event-item {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.event-item .thum {
  position: relative;
}
.event-item .thum .image {
  overflow: hidden;
  position: relative;
}
.event-item .thum .image a {
  display: block;
  position: relative;
}
.event-item .thum .image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.event-item .thum .image .top-meta .categories {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 70%;
}
.event-item .thum .image .top-meta .categories .tag {
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 15px;
  line-height: 29px;
  display: inline-block;
  background: #0071DC;
  color: #ffffff;
  white-space: nowrap;
}
.event-item .thum .price {
  position: absolute;
  right: 30px;
  bottom: -30px;
}
.event-item .thum .price span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #0071DC;
  text-align: center;
}
.event-item .content {
  padding-top: 40px;
  padding-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .event-item .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.event-item .content .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #021E40;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
.event-item .content .title:hover {
  color: #0071DC;
}
.event-item .content .event-place {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  margin-top: 15px;
}
.event-item .content .event-place ul {
  margin-top: 8px;
}
.event-item .content .event-place ul li {
  font-size: 15px;
  color: #8a8a8a;
}
.event-item .content .event-place ul li i {
  margin-right: 5px;
  color: #0071DC;
}
.event-item:hover .thum .image img {
  transform: scale(1.1);
}

/*--
/*  19 - Event Details CSS
/*----------------------------------------*/
.event-details-section .event-content-wrap .image img {
  width: 100%;
  border-radius: 10px;
}
.event-details-section .event-content-wrap .title {
  font-size: 36px;
  color: #002639;
  margin-top: 40px;
  margin-bottom: 20px;
}
.event-details-section .event-content-wrap .event-list-wrap {
  padding-top: 10px;
}
.event-details-section .event-content-wrap .event-list-wrap ul li {
  margin-top: 10px;
}
.event-details-section .event-content-wrap .event-list-wrap ul li i {
  color: #0071DC;
  margin-right: 5px;
}
.event-details-section .event-content-wrap .event-location {
  padding-top: 15px;
}
.event-details-section .event-content-wrap .event-location .event-map {
  margin-top: 20px;
}
.event-details-section .event-content-wrap .event-location .event-map iframe {
  height: 405px;
  width: 100%;
  border-radius: 5px;
}
.event-details-section .event-info-wrap {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px 25px 40px;
  margin-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .event-details-section .event-info-wrap {
    margin-left: 0;
    margin-top: 60px;
  }
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown .single-countdown {
  padding: 30px 5px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  min-width: 0;
  border: 2px solid #ea9c0b;
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown .single-countdown .count {
  font-size: 20px;
  line-height: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  color: #002639;
}
.event-details-section .event-info-wrap .event-info-countdown .edubin-countdown .single-countdown .value {
  font-size: 14px;
  line-height: 48px;
  color: #8a8a8a;
}
.event-details-section .event-info-wrap .info-item-cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  margin-top: 65px;
  padding-top: 20px;
}
.event-details-section .event-info-wrap .info-item-cost .text .title {
  font-size: 16px;
  font-weight: 600;
  color: #021E40;
}
.event-details-section .event-info-wrap .info-item-cost .text .title i {
  color: #0071DC;
  margin-right: 3px;
}
.event-details-section .event-info-wrap .info-item-cost .cost .price {
  font-size: 24px;
  font-weight: 700;
  color: #ff4830;
}
.event-details-section .event-info-wrap .info-item {
  border-top: 1px solid #ebebeb;
  margin-top: 15px;
  padding-top: 20px;
}
.event-details-section .event-info-wrap .info-item .title {
  font-size: 16px;
  font-weight: 600;
  color: #021E40;
}
.event-details-section .event-info-wrap .info-item .title i {
  color: #ea9c0b;
  margin-right: 3px;
}
.event-details-section .event-info-wrap .info-item p {
  color: #696868;
  margin-top: 3px;
}
.event-details-section .event-info-wrap .info-btn .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #009959;
  color: #ffffff;
  margin-top: 35px;
}
.event-details-section .event-info-wrap .info-btn .btn:hover {
  background: #ea9c0b;
}
.event-details-section .event-info-wrap .info-btn p {
  font-size: 14px;
  color: #696868;
}
.event-details-section .event-info-wrap .info-btn p a {
  color: #021E40;
}
.event-details-section .event-info-wrap .info-btn p a:hover {
  color: #0071DC;
}
.event-details-section .event-speaker-wrap {
  padding-top: 50px;
}
.event-details-section .event-speaker-wrap .section-title2 .title {
  font-size: 28px;
}

/*--
/*  20 - Speaker CSS
/*----------------------------------------*/
.single-speaker {
  margin-top: 30px;
}
.single-speaker .speaker-img {
  border-radius: 10px;
  overflow: hidden;
}
.single-speaker .speaker-img a {
  display: block;
  overflow: hidden;
  position: relative;
}
.single-speaker .speaker-img a img {
  width: 100%;
}
.single-speaker .speaker-content {
  position: relative;
  margin-top: 15px;
  transition: all 0.3s linear;
}
.single-speaker .speaker-content .speaker-social {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -65px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.single-speaker .speaker-content .speaker-social .social li {
  display: inline-block;
}
.single-speaker .speaker-content .speaker-social .social li + li {
  margin-left: 8px;
}
.single-speaker .speaker-content .speaker-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  transform: translate3d(0, 0, 0);
  background: #ffffff;
  border-radius: 50%;
  color: #021E40;
}
.single-speaker .speaker-content .speaker-social .social li:hover a {
  transform: translateY(-5px);
  color: #0071DC;
}
.single-speaker .speaker-content .name {
  font-size: 18px;
  line-height: 30px;
  color: #021E40;
}
.single-speaker .speaker-content .name:hover a {
  color: #0071DC;
}
.single-speaker .speaker-content .designation {
  font-size: 16px;
  line-height: 24px;
  color: #696868;
}
.single-speaker:hover .speaker-img a img {
  transform: scale(1.05);
}
.single-speaker:hover .speaker-content .speaker-social {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -95px);
}

/*--
/*  21 - Course Filter CSS
/*----------------------------------------*/
.course-top-bar {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.course-top-bar .label {
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a;
  white-space: nowrap;
  margin-right: 10px;
}

.course-top-text {
  margin-top: 15px;
}
.course-top-text p {
  font-weight: 500;
  color: #838383;
}
.course-top-text p span {
  color: #002e5b;
}

.course-top-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.course-top-inner > * {
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.course-top-inner > *:last-child {
  margin-right: 0;
}

.course-top-menu {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.course-top-menu .nav li {
  margin-right: 10px;
}
.course-top-menu .nav li:last-child {
  margin-right: 0;
}
.course-top-menu .nav li button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #8a8a8a;
  font-size: 15px;
}
.course-top-menu .nav li button.active {
  color: #ea9c0b;
}

.course-top-action {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #f6f7f9;
  height: 40px;
  line-height: 40px;
}
.course-top-action .nice-select {
  float: none;
  height: auto;
  line-height: 1;
  padding: 0;
  padding-right: 20px;
  border: 0;
  color: #002e5b;
  font-weight: 700;
  font-size: 15px;
  background: none;
}
.course-top-action .nice-select::after {
  right: 0;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #002e5b;
  border-right: 1px solid #002e5b;
  margin-top: -6px;
}
.course-top-action .nice-select .option {
  line-height: 35px;
  padding-left: 15px;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 500;
}

.course-collapse-btn {
  margin-top: 15px;
}
.course-collapse-btn .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #a9a9a9;
}
.course-collapse-btn .btn span {
  color: #0071DC;
}
.course-collapse-btn .btn i {
  margin: 0 3px;
  transition: all 0.3s linear;
}
.course-collapse-btn .btn i:last-child {
  color: #002e5b;
}
.course-collapse-btn .btn.collapsed {
  background-color: #ffffff;
}
.course-collapse-btn .btn:hover {
  border: 1px solid #0071DC;
}
.course-collapse-btn .btn:hover i {
  color: #0071DC;
}

.course-collapse {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-top: 50px;
  padding: 35px 40px;
  transition: all 0.3s linear;
}

.widget-checkbox {
  margin-top: 18px;
}
.widget-checkbox .checkbox-list li {
  min-height: auto;
  margin-bottom: 0;
  margin-top: 10px;
}
.widget-checkbox .checkbox-list li label {
  line-height: 1.3;
  color: #ffffff;
}

.form-check-input:checked {
  background-color: #ea9c0b; /* or your desired color */
  border-color: #ea9c0b;    /* or your desired color */
}


.widget-checkbox .rating {
  position: relative;
  display: inline-block;
}
.widget-checkbox .rating::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #dedede;
  font-size: 14px;
  letter-spacing: 2px;
}
.widget-checkbox .rating .rating-on {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.widget-checkbox .rating .rating-on::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #fda000;
  font-size: 14px;
  letter-spacing: 2px;
}

.sidebar-widget-02 .widget-title {
  font-size: 15px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
  font-weight: 500;                    
  text-shadow: 0 0 1px rgba(0,0,0,0.01); 
}

.myfilter-title {
  font-size: 20px;
  color: #021E40; 
  font-weight: 600;
  margin-bottom: 20px;                    
}

.sidebar-widget-02 + .sidebar-widget-02 {
  padding-top: 22px;
}

.sidebar-wrap-02 {
  background: linear-gradient(65deg, #009959 0%, #076415 100%);
  border-radius: 5px;
  padding: 35px 40px;
  margin-top: 50px;
  color: #ffffff ;
}

@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-wrap-02 {
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-wrap-02 {
    margin-top: 0;
  }
}

.course-list-items .course-list {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}
.course-list-items .course-list .thum .image a img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .course-list-items .course-list .thum .image a img {
    height: 330px;
  }
}
.course-list-items .course-list .thum .image .top-meta .categories .tag {
  background: #0071DC;
  color: #ffffff;
}
.course-list-items .course-list .content {
  padding: 30px;
}
.course-list-items .course-list .content .price span {
  font-size: 16px;
  font-weight: 700;
  color: #021E40;
}
.course-list-items .course-list .content .title {
  font-size: 22px;
  line-height: 32px;
  margin-top: 5px;
}
.course-list-items .course-list .content .title:hover {
  color: #e79800;
}
.course-list-items .course-list .content p {
  margin-top: 10px;
}
.course-list-items .course-list .content .course-lesson ul {
  margin-top: 10px;
}
.course-list-items .course-list .content .course-lesson ul li {
  font-size: 15px;
  color: #8a8a8a;
}

.course-list-items .course-list .content .course-lesson .blog-meta ul  a {
  font-size: 15px;
  color: #8a8a8a;
}

.course-list-items .course-list .content .course-lesson ul li i {
  margin-right: 5px;
  color: #0071DC;
}

/*--
/*  22 - Course Details CSS
/*----------------------------------------*/
.course-page-banner-section {
  background: #13181C;
  padding-top: 150px;
  min-height: 550px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  margin-bottom: 80px;
}

.course-page-banner-section-02 {
  background: #eff1f6;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .course-page-banner-section-02 .course-details-banner-content {
    padding: 50px 0;
    padding-top: 0;
    display: flex;
  }
}

.course-page-banner-section-02 .course-details-banner-content .breadcrumb {
  margin-top: 0;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item a {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .breadcrumb .breadcrumb-item a:hover {
  color: #0071DC;
}
.course-page-banner-section-02 .course-details-banner-content .title {
  color: #021E40;
}
.course-page-banner-section-02 .course-details-banner-content > p {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta > *::before {
  background-color: #64768e;
  margin-bottom: 0px !important;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta .meta-action .meta-name .name {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta .meta-action p {
  color: #696868;
}
.course-page-banner-section-02 .course-details-banner-content .course-details-meta .meta-action .rating span {
  color: #696868;
}

.course-page-banner-section-03 {
  background: #111827;
}
@media only screen and (max-width: 991px) {
  .course-page-banner-section-03 {
    padding-bottom: 80px;
  }
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border-top: 1px solid #3d4c66;
  padding-top: 20px;
  margin-top: 40px;
  overflow-x: auto;
}

.course-page-banner-section-03 .course-details-banner-content .course-details-meta > * {
  padding-left: 25px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta > *::before {
  display: none;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta .course-meta ul li {
  display: inline-block;
  padding: 0 25px;
  background: #1f2838;
  border-radius: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 8px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta .course-meta ul li + li {
  margin-left: 10px;
}
.course-page-banner-section-03 .course-details-banner-content .course-details-meta .course-meta ul li i {
  color: #0071DC;
  margin-right: 3px;
}

.course-details-banner-content {
  max-width: 720px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .course-details-banner-content {
    padding: 50px 0;
    padding-top: 0;
  }
}
.course-details-banner-content .breadcrumb {
  margin-top: 0;
}
.course-details-banner-content .breadcrumb .breadcrumb-item a:hover {
  color: #0071DC;
}
.course-details-banner-content .title {
  font-size: 40px;
  line-height: 52px;
  color: #ffffff;
  margin-top: 10px;
}
.course-details-banner-content > p {
  margin-top: 15px;
  color: #ffffff;
}
.course-details-banner-content .course-details-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
.course-details-banner-content .course-details-meta > * {
  padding-left: 40px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .course-details-banner-content .course-details-meta > * {
    padding-left: 20px;
  }
}
.course-details-banner-content .course-details-meta > *::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #e1e1e1;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .course-details-banner-content .course-details-meta > *::before {
    left: 8px;
  }
}
.course-details-banner-content .course-details-meta > *:first-child {
  padding-left: 0;
}
.course-details-banner-content .course-details-meta > *:first-child::before {
  display: none;
}
.course-details-banner-content .course-details-meta .meta-action:first-child {
  display: flex;
  align-items: center;
}

.course-details-banner-content .course-details-meta .meta-action .meta-author {
  margin-right: 10px;
}
.course-details-banner-content .course-details-meta .meta-action .meta-author img {
  width: 95px;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #ffffff;
}
.course-details-banner-content .course-details-meta .meta-action .meta-name .name {
  font-weight: 400;
  color: #ffffff;
}
.course-details-banner-content .course-details-meta .meta-action p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.course-details-banner-content .course-details-meta .meta-action .rating {
  display: flex;
  align-items: center;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star {
  display: block;
  position: relative;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 13px;
  color: #c5c2c2;
  letter-spacing: 4px;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.course-details-banner-content .course-details-meta .meta-action .rating .rating-star .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 13px;
  color: #fff;
  letter-spacing: 4px;
}
.course-details-banner-content .course-details-meta .meta-action .rating span {
  font-size: 13px;
  color: #ffffff;
}
.course-details-banner-content .course-details-meta .meta-action {
    display: flex;
    align-items: center;
    min-height: 40px; /* or match your avatar image height */
    margin-bottom: 0;
}

.course-details-banner-content .course-details-meta .meta-action p {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.edubin-tabs-menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  border-bottom: 1px solid #e2e0db;
}
.edubin-tabs-menu .active .edubin-title {
  border-bottom: 2px solid #009959;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .edubin-tabs-menu {
    justify-content: center;
  }
}
.edubin-tabs-menu li {
  cursor: pointer;
}
.edubin-tabs-menu .edubin-title {
  width: 150px;
  border-color: #e2e0db;
  text-align: center;
  border-radius: 0;
  padding: 13px 0;
}
.edubin-tabs-menu .edubin-title .menu-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #696868;
}
.edubin-tabs-menu .active .edubin-title {
  border-bottom: 2px solid #009959;
}
/* Responsive Edubin Tabs Menu: wrap and center on mobile/tablet */
@media (max-width: 1200px) {
  .edubin-tabs-menu {
    flex-wrap: wrap !important;
    gap: 10px;
    justify-content: center !important;
    padding: 0 8px;
  }
  .edubin-tabs-menu li {
    flex: 0 0 48%;
    max-width: 48%;
    min-width: 110px;
    margin-bottom: 8px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .edubin-tabs-menu {
    gap: 8px;
    padding: 0 4px;
  }
  .edubin-tabs-menu li {
    flex: 0 0 48%;
    max-width: 48%;
    min-width: 90px;
    margin-bottom: 6px;
  }
}

/* Responsive Edubin Tabs Menu: wrap and center on mobile/tablet */
/* Slider Styles */
/* Slider background images */
.hero-slide-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.slide-1 {
  background-image: url(../images/slider/s-1.jpg);
}

.slide-2 {
  background-image: url(../images/slider/s-2.jpg);
}

.slide-3 {
  background-image: url(../images/slider/s-3.jpg);
}

.slide-4 {
  background-image: url(../images/slider/s-4.jpg);
}

.slide-5 {
  background-image: url(../images/slider/s-5.jpg);
}
.slide-6 {
  background-image: url(../images/slider/s-6.JPG);
}
.slide-7 {
  background-image: url(../images/slider/s-7.JPG);
}

@media (max-width: 991px) {
  /* Remove space above slider */
  .edubin-slider-section-03 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  /* Adjust slider height for mobile */
  .hero-slide-item {
    height: 400px !important;
  }
  
  /* Center and adjust text alignment for mobile */
  .slider-content {
    text-align: center !important;
    padding: 20px 15px !important;
  }
  
  /* Adjust heading size for mobile */
  .slider-content h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
  
  /* Adjust button styles for mobile */
  .slider-btns {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  /* Adjust statistics display for mobile */
  .slider-statistics {
    margin-top: 15px !important;
    padding: 0 5px !important;
  }
}

/* Original styles continue below */
@media (max-width: 1200px) {
  .edubin-tabs-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 0 8px;
  }
  .edubin-tabs-menu li {
    flex: 0 0 48%;
    max-width: 48%;
    min-width: 110px;
    margin-bottom: 8px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .edubin-tabs-menu {
    gap: 8px;
    padding: 0 4px;
  }
  .edubin-tabs-menu li {
    flex: 0 0 48%;
    max-width: 48%;
    min-width: 90px;
    margin-bottom: 6px;
  }
}

/*.edubin-tabs-menu .active .edubin-title .menu-title {
  color: #021E40;
}*/

.edubin-tab-pane {
  display: none;
}
.edubin-tab-pane.active {
  display: block;
}

.course-accordion .accordion-item {
  border-radius: 0;
  margin-top: 20px;
  border: 0;
}
.course-accordion .accordion-item button {
  font-size: 16px;
  font-weight: 500;
  background: #B8EBDD;
  color: #002e5b;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  border: 0;
  transition: all 0.3s linear;
}
.course-accordion .accordion-item button::before {
  content: "\f170";
  font-family: "flaticon";
  font-size: 13px;
  font-weight: 300;
  margin-right: 10px;
  transition: all 0.3s linear;
}
.course-accordion .accordion-item button.collapsed::before {
  content: "\f111";
}
.course-accordion .accordion-item .accordion-body {
  padding: 0;
}
.course-accordion .accordion-item .accordion-body .lessons-list li {
  padding: 18px 35px 18px 30px;
  border-top: 1px solid #B8EBDD;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-left .title {
  font-size: 15px;
  font-weight: 400;
  color: #021E40;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-left .title:hover {
  color: #B8EBDD;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-left .title i {
  color: #696868;
  margin-right: 10px;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .duration {
  display: inline-block;
  font-size: 13px;
  background: rgba(238, 74, 99, 0.07) !important;
  padding: 1px 14px;
  border: 1px solid #ff4830;
  border-radius: 3px;
  color: #ff4830;
  cursor: pointer;
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .duration {
    margin-bottom: 5px;
  }
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .preview {
  display: inline-block;
  font-size: 13px;
  color: #2dbbc4;
  background: #e3f1f2;
  border: 1px solid #2dbbc4;
  border-radius: 3px;
  padding: 0 14px;
  cursor: pointer;
}
.course-accordion .accordion-item .accordion-body .lessons-list li .lessons-list-item .list-right .lock {
  font-size: 15px;
  color: #442e66;
  margin-left: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .course-accordion .accordion-item .accordion-body .lessons-list li {
    padding: 18px 20px 18px 20px;
  }
}
@media only screen and (max-width: 449px) {
  .course-accordion .accordion-item .accordion-body .lessons-list li {
    padding: 15px 0px 8px 0px;
  }
}
.course-accordion .accordion-item .accordion-body .lessons-list li:first-child {
  border-top: 0;
}

.course-overview-wrap .course-overview {
  margin-top: 10px;
}
.course-overview-wrap .course-overview p {
  color: #696868;
  margin-bottom: 0px;
  font-weight:500;
}

.course-overview-wrap .course-learn-list {
  background: #F9FAFC;
  padding: 50px;
  margin-top: 20px;
  border-radius: 5px;
}
.edubin-tab-pane .course-overview-wrap .course-learn-list .title h4 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .course-overview-wrap .course-learn-list {
    padding: 30px;
  }
}
.course-overview-wrap .course-learn-list ul {
  padding-top: 6px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.course-overview-wrap .course-learn-list ul li {
  font-size: 15px;
  line-height: 26px;
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
  width: 50%;
  margin-top: 20px;
  color: #696868;
}
@media only screen and (max-width: 767px) {
  .course-overview-wrap .course-learn-list ul li {
    width: 100%;
  }
}
.course-overview-wrap .course-learn-list ul li::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "\f132";
  font-family: "flaticon";
  font-size: 13px;
  color: #07294D;
}

.instructor-profile {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .instructor-profile {
    flex-direction: column;
  }
}
.instructor-profile .profile-images {
  flex-shrink: 0;
}
.instructor-profile .profile-images img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.instructor-profile .profile-content {
  flex-grow: 1;
}
.instructor-profile .profile-content .name {
  font-size: 20px;
  font-weight: 700;
}
.instructor-profile .profile-content p {
  color: #696868;
  margin-top: 10px;
}

.course-details-faq .faq-accordion {
  margin-top: 40px;
}
.course-details-faq .faq-accordion .accordion-item {
  border: 1px solid #e1e1e1;
  box-shadow: none;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button {
  padding: 15px 30px;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button .title {
  font-size: 15px;
  color: #696868;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "+";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #696868;
  background: none;
  right: 30px;
  transition: all 0.3s ease-out 0s;
}
.course-details-faq .faq-accordion .accordion-item .accordion-body {
  font-size: 15px;
  padding: 25px 30px;
  padding-top: 10px;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: #0071DC;
}
.course-details-faq .faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "-";
  border: none;
  width: 30px;
  height: 30px;
  line-height: 20px;
  font-size: 35px;
  text-align: center;
  background: none;
  color: #0071DC;
  transform: rotate(0);
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .review-rating {
    display: block;
  }
}
.review-rating .rating-box {
  text-align: center;
  width: 190px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 33px 20px;
  flex-shrink: 0;
}
@media only screen and (max-width: 575px) {
  .review-rating .rating-box {
    margin: 0 auto;
  }
}
.review-rating .rating-box .count {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #002e5b;
  line-height: 1;
}
.review-rating .rating-box .rating-star {
  display: inline-block;
  position: relative;
}
.review-rating .rating-box .rating-star::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 18px;
  color: #c5c2c2;
  letter-spacing: 4px;
}
.review-rating .rating-box .rating-star .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.review-rating .rating-box .rating-star .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  font-size: 18px;
  color: #fff;
  letter-spacing: 4px;
}
.review-rating .rating-box p {
  margin-top: 0;
}
.review-rating .rating-percentage {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 575px) {
  .review-rating .rating-percentage {
    margin-top: 30px;
  }
}

.single-rating-percentage {
  display: flex;
  align-items: center;
}
.single-rating-percentage .label {
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a;
  white-space: nowrap;
}
.single-rating-percentage .rating-line {
  width: 100%;
  height: 12px;
  border-radius: 3px;
  background-color: #ebebeb;
  position: relative;
  margin: 0 20px;
}
.single-rating-percentage .rating-line .line-bar {
  position: absolute;
  height: 100%;
  border-radius: 3px;
  background-color: #fcca45;
}

.sidebar-details-wrap {
  margin-top: -420px;
  position: relative;
  z-index: 1;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-details-wrap {
    margin-top: 50px;
  }
}

.sidebar-details-wrap-2 {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .sidebar-details-wrap-2 {
    margin-top: 50px;
  }
}

.sidebar-details-video-description {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.sidebar-details-video-description .sidebar-description {
  padding: 40px 40px 40px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description {
    padding: 30px 20px 30px;
  }
}
.sidebar-details-video-description .sidebar-description .title {
  font-size: 20px;
  color: #021E40;
}
.sidebar-details-video-description .sidebar-description .btn {
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 50px;
  background: #076415;
  color: #ffffff;
}


.sidebar-details-video-description .sidebar-description .btn:hover {
  background: #ea9c0b;
}
.sidebar-details-video-description .sidebar-description .description-list {
  padding-top: 26px;
  padding-bottom: 15px;
}
.sidebar-details-video-description .sidebar-description .description-list li {
  font-weight: 500;
  font-size: 16px;
  color: #8a8a8a;
  border-bottom: 1px solid #ebebeb;
  color: #696868;
  padding: 12px 0;
}
.sidebar-details-video-description .sidebar-description .description-list li.price span {
  font-weight: 600;
  font-size: 18px;
  color: #ea9c0b;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description .description-list li {
    font-size: 15px;
  }
}
.sidebar-details-video-description .sidebar-description .description-list li:last-child {
  border-bottom: 0;
}
.sidebar-details-video-description .sidebar-description .description-list li i {
  color: #0071DC;
  margin: 0 4px 0 0;
}
.sidebar-details-video-description .sidebar-description .description-list li span {
  font-weight: 500;
  color: #021E40;
  float: right;
  display: block;
}
.sidebar-details-video-description .sidebar-description .share-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  margin-top: 30px;
  padding-top: 20px;
}
.sidebar-details-video-description .sidebar-description .share-link .link-icon {
  font-size: 16px;
  text-align: center;
  color: #696868;
  margin-left: 5px;
}
.sidebar-details-video-description .sidebar-description .share-link:hover .social-share-wrapper {
  opacity: 1;
  visibility: visible;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper {
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 6px);
  transform: translateX(-70%);
  background-color: #28314b;
  z-index: 2;
  box-shadow: none;
  border-radius: 5px;
  margin: 0;
  padding: 2px;
  line-height: 0;
  white-space: nowrap;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5.5px 0 5.5px;
  border-color: #28314b transparent transparent transparent;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li {
  display: inline-block;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li a {
  width: 30px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #ffffff;
  border-radius: inherit;
  text-align: center;
  transition: all 0.3s linear;
}
.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li:hover a {
  background: rgba(255, 255, 255, 0.13);
}
.sidebar-details-video-description .sidebar-description .share-link .share-btn {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #696868;
}
.sidebar-details-video-description .sidebar-description .share-link .share-btn:hover {
  color: #07294d;
}

.icon-yellow { color: #ea9c0b !important; }
.icon-green { color: #ea9c0b !important; }

.sidebar-video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-video img {
  width: 100%;
}
.sidebar-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  color: #002e5b;
  text-align: center;
  z-index: 2;
}
.sidebar-video .play:hover {
  color: #000000;
  background-color: #ea9c0b;
}

/*--
/*  22 - Shop CSS
/*----------------------------------------*/
.shop-section {
  background: #ffffff;
}
.shop-section .shop-text p {
  font-size: 16px;
  font-weight: 600;
  color: #021E40;
}
.shop-section .product-sort {
  text-align: right;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .shop-section .product-sort {
    text-align: left;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.shop-section .product-sort .filter-name span {
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}
.shop-section .product-sort .nice-select {
  width: 190px;
  color: #666;
  border: 1px solid #e5e5e7;
  padding-left: 25px;
}
.shop-section .product-sort .nice-select .list {
  width: 100%;
}
.shop-section .single-publication .image .top-meta ul li {
  background: #0071DC;
}
.shop-section .single-publication .image .top-meta ul li:last-child {
  margin-left: 7px;
  background: #ff4830;
}
.shop-section .single-publication .content .add-cart .btn {
  background: #0071DC;
  color: #ffffff;
}
.shop-section .single-publication .content .add-cart .btn:hover {
  background: #021E40;
}
.shop-section .single-publication .content .book-title:hover a {
  color: #0071DC;
}
.shop-section .single-publication .content .price .normal-price {
  color: #0071DC;
}

/*--
/*  23 - Shop Details CSS
/*----------------------------------------*/
.product-details-slide .gallery {
  margin-bottom: 20px;
}
.product-details-slide .gallery-nav {
  max-width: 450px;
}
.product-details-slide .gallery-nav a {
  border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 767px) {
  .product-details-overview {
    margin-top: 40px;
  }
}
.product-details-overview .title {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .product-details-overview .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .product-details-overview .title {
    font-size: 30px;
    line-height: 42px;
  }
}
.product-details-overview .product-price {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0071DC;
  line-height: 1.2;
  font-weight: 700;
}
.product-details-overview .product-details-meta {
  padding-top: 30px;
}
.product-details-overview .product-details-meta p {
  color: #696868;
  font-weight: 500;
}
.product-details-overview .product-details-meta p span {
  font-weight: 400;
}
.product-details-overview .text {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
  margin-top: 25px;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus {
  border: 1px solid #e1e1e1;
  height: 50px;
  line-height: 48px;
  width: 110px;
  border-radius: 0;
  color: #939393;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus .dec.qtybutton {
  height: 100%;
  width: 30%;
  float: left;
  border-right: 1px solid #e1e1e1;
}
.product-details-overview .product-details-menu-2 .cart-plus-minus .inc.qtybutton {
  height: 100%;
  width: 30%;
  float: right;
  border-right: 0;
  border-left: 1px solid #e1e1e1;
}
.product-details-overview .product-details-menu-2 ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-details-overview .product-details-menu-2 ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  margin-top: 25px;
}
.product-details-overview .product-details-menu-2 ul li:last-child {
  margin-right: 0;
}
.product-details-overview .product-details-menu-2 ul li .btn {
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  font-size: 14px;
  padding: 0 30px;
  background: #0071DC;
  color: #ffffff;
  border-radius: 0;
}
.product-details-overview .product-details-menu-2 ul li .btn:hover {
  background: #021E40;
}
.product-details-overview .product-details-menu-2 input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]), .product-details-overview .product-details-menu-2 textarea {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  border: none;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #222222;
  text-align: center;
  width: 40%;
  font-weight: 600;
}
.product-details-overview .product-details-sku {
  margin-top: 30px;
}
.product-details-overview .product-details-sku p {
  color: #696868;
}
.product-details-overview .product-details-sku p a {
  color: #021E40;
}
.product-details-overview .product-details-sku p a:hover {
  color: #0071DC;
}

.shop-details-review-wrap {
  margin-top: 40px;
}
.shop-details-review-wrap .product-desc {
  margin-top: 40px;
}
.shop-details-review-wrap .product-desc p {
  color: #696868;
}
.shop-details-review-wrap .edubin-tabs-menu {
  justify-content: center;
}

.product-review-reply {
  margin-top: 40px;
}
.product-review-reply .title {
  font-size: 24px;
  color: #021E40;
  margin-bottom: 30px;
}
.product-review-reply .add-review {
  display: flex;
  align-items: center;
}
.product-review-reply .add-review .comment-title {
  font-size: 16px;
  font-weight: 500;
  color: #021E40;
  margin-right: 10px;
}
.product-review-reply .add-review .rating li {
  display: inline-block;
  font-size: 14px;
  color: #dfdfdf;
}
.product-review-reply .comment-form .single-form {
  position: relative;
  margin-top: 20px;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  display: block;
  height: 50px;
  max-width: 100%;
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  padding: 14px 20px 14px;
  font-size: 13px;
  color: #415674;
  font-weight: 500;
  line-height: 1.7;
  text-transform: unset;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea {
  height: 120px;
  font-size: 13px;
  color: #415674;
  padding: 14px 20px 14px;
  font-weight: 500;
  line-height: 1.7;
  text-transform: unset;
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  resize: none;
}
.product-review-reply .comment-form .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #4c4d56;
  font-weight: 400;
}
.product-review-reply .comment-form .comment-btn .btn {
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 0 30px;
  background: #0071DC;
  color: #ffffff;
  margin-top: 25px;
}
.product-review-reply .comment-form .comment-btn .btn:hover {
  background: #021E40;
}

/*--
/*  26 - Team Single CSS
/*----------------------------------------*/
.team-profile-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.team-profile {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .team-profile {
    width: 70%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile .profile-img {
    max-width: 42%;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile .profile-img {
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.team-profile .profile-img img {
  width: 285px;
  height: 285px;
  border-radius: 5px;
  image-rendering: crisp-edges;
}
.team-profile .profile-content {
  flex: 1;
  padding-left: 55px;
  padding-right: 60px;
  padding-top: 15px;
}
@media only screen and (max-width: 1399px) {
  .team-profile .profile-content {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile .profile-content {
    padding-left: 35px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile .profile-content {
    padding-left: 0px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .team-profile .profile-content {
    padding-left: 0px;
    padding-right: 0;
  }
}
.team-profile .profile-content .name {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021E40;
}
@media only screen and (max-width: 767px) {
  .team-profile .profile-content .name {
    font-size: 28px;
  }
}
.team-profile .profile-content .designation {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #021E40;
  display: inline-block;
  margin-top: 15px;
}
.team-profile .profile-content p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
  margin-top: 15px;
}

.team-profile-info {
  width: 30%;
  border-left: 1px solid #ddd;
  padding-left: 50px;
  padding-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .team-profile-info {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-profile-info {
    width: 30%;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile-info {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 30px;
  }
}
.team-profile-info ul .team-info {
  font-size: 16px;
  line-height: 21px;
  color: #696868;
  margin-bottom: 20px;
}
.team-profile-info ul .team-info span {
  font-weight: 700;
  color: #021E40;
  padding-right: 10px;
}
@media only screen and (max-width: 1399px), only screen and (max-width: 1199px) {
  .team-profile-info ul .team-info span {
    padding-right: 8px;
  }
}
.team-profile-info .profile-social-wrap {
  margin-top: 30px;
}
.team-profile-info .profile-social-wrap ul li {
  display: inline-block;
  margin-right: 10px;
}
.team-profile-info .profile-social-wrap ul li a {
  font-size: 18px;
  transition: all 0.3s linear;
}
.team-profile-info .profile-social-wrap ul li a.profile-twitter {
  color: #1DA1F2;
}
.team-profile-info .profile-social-wrap ul li a.profile-facebook {
  color: #4867AA;
}
.team-profile-info .profile-social-wrap ul li a.profile-instagram {
  color: #B23A94;
}
.team-profile-info .profile-social-wrap ul li a:hover {
  opacity: 0.9;
}

.team-profile-description {
  padding-top: 115px;
}
@media only screen and (max-width: 991px) {
  .team-profile-description {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .team-profile-description {
    padding-top: 40px;
  }
}
.team-profile-description .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .team-profile-description .title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.team-profile-description p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
}

.skill-section {
  padding-top: 15px;
}

.team-details-skill-section {
  padding-bottom: 120px;
}

.skill-descrption {
  margin-top: 40px;
}
.skill-descrption .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #021E40;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .skill-descrption .title {
    font-size: 28px;
  }
}
.skill-descrption p {
  font-size: 16px;
  line-height: 30px;
  color: #696868;
}
.skill-descrption p.text {
  padding-bottom: 20px;
}

/*--
/*  27 - Pricing CSS
/*----------------------------------------*/
.single-pricing {
  border: 1px solid #07294D;
  padding: 50px 60px;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 575px) {
  .single-pricing {
    padding: 30px 30px;
  }
}
.single-pricing .pricig-header .title {
  font-size: 32px;
  font-weight: 700;
  color: #07294d;
  margin-bottom: 15px;
}
.single-pricing .pricig-header p {
  font-size: 18px;
  font-weight: 600;
  color: #0071DC;
  line-height: 1.2;
}
.single-pricing .pricig-header p span {
  font-size: 40px;
  color: #0071DC;
}
.single-pricing .pricig-body .pricig-list {
  padding-top: 22px;
}
.single-pricing .pricig-body .pricig-list li {
  font-size: 16px;
  color: #696868;
  margin-top: 7px;
}
.single-pricing .pricig-body .btn {
  height: 45px;
  line-height: 45px;
  background: #0071DC;
  color: #ffffff;
  margin-top: 30px;
}
.single-pricing .pricig-body .btn:hover {
  background: #021E40;
}

/*--
/*  28 - 404 CSS
/*----------------------------------------*/
/* 404 page */
.error-image svg {
  width: 380px;
  height: 281px;
}
@media only screen and (max-width: 575px) {
  .error-image svg {
    width: 320px;
  }
}

.error-content .error-title {
  font-size: 36px;
  font-weight: 700;
  color: #021E40;
}

.error-content {
  margin-top: 60px;
}
.error-content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #021E40;
}
@media only screen and (max-width: 575px) {
  .error-content p {
    font-size: 16px;
    padding: 0 0;
    margin-top: 10px;
  }
}
.error-content .btn {
  height: 45px;
  line-height: 45px;
  background: #0071DC;
  color: #ffffff;
}
.error-content .btn:hover {
  background: #021E40;
}

/*---------------------------------------*/
/*  28 - Contact CSS
/*----------------------------------------*/
.contact-wrap {
  margin-top: 70px;
}
.contact-info-wrap .title {
  font-size: 32px;
  color: #021E40;
}
.contact-info-wrap .text {
  color: #696868;
  margin-top: 30px;
  padding-bottom: 10px;
}
.contact-info-wrap .single-contact-info {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.contact-info-wrap .single-contact-info .info-icon i {
  color: #ea9c0b;
  font-size: 28px;
}
.contact-info-wrap > .single-contact-info {
  padding-bottom: 6px;
  padding-top: 6px;
}
.single-contact-info {
  display: flex;
  align-items: flex-start;
  gap: 12px; 
}
.info-icon {
  flex-shrink: 0;
  width: 32px; 
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.info-content {
  display: flex;
  align-items: flex-start;
  gap: 8px; 
}
.info-content strong {
  min-width: 100px; 
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.info-content span {
  flex: 1;
  text-align: left;
}
.contact-info-wrap  > .single-contact-info:not(:last-child) {
  border-bottom: 1px solid #ccc; 
}
.contact-info-wrap .single-contact-info .info-content {
  margin-left: 10px;
}
.contact-info-wrap .single-contact-info .info-content p {
  color: #021E40;
}
.contact-location {
  margin-top: 30px;
}
.contact-location .title {
  font-size: 32px;
  color: #021E40;
}
.contact-location .contact-map {
  margin-top: 40px;
}
.contact-location .contact-map iframe {
  height: 240px;
  width: 100%;
}

.contact-form {
  margin-left: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-form {
    margin-left: 0;
    margin-top: 30px;
  }
}
.contact-form .contact-title {
  font-size: 32px;
  line-height: 44px;
  color: #021E40;
}
.contact-form .contact-form-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 50px;
  padding-top: 30px;
  margin-top: 40px;
}
.contact-form .contact-form-wrap .single-form {
  margin-top: 20px;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  border: 1px solid transparent;
  background: #f6f7f9;
  font-weight: 400;
  border-radius: 3px;
  height: 50px;
  padding: 0 15px;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus {
  outline: none;
  border-color: #0071DC;
}
.contact-form .contact-form-wrap .single-form textarea {
  height: 135px;
  padding-top: 15px;
  border: 1px solid transparent;
  font-size: 13px;
  color: #415674;
  background: #f6f7f9;
  font-weight: 400;
  padding: 10px 25px;
  border-radius: 3px;
  resize: none;
}
.contact-form .contact-form-wrap .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}
.contact-form .contact-form-wrap .single-form textarea:focus {
  outline: none;
  border-color: #0071DC;
}
.contact-form .contact-form-wrap .form-btn .btn {
  width: 100%;
  height: 45px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 0 30px;
  background: #076415;
  color: #ffffff;
}
.contact-form .contact-form-wrap .form-btn .btn:hover {
  background: #ea9c0b;
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 45px;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 42px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-section.section-padding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .contact-section .container {
    max-width: 100% !important;
    padding: 0 15px;
  }
  .contact-wrap {
    margin-top: 30px;
    display: block !important;
  }
  .contact-wrap .row {
    margin: 0 -15px;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .contact-wrap .row > div {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .contact-wrap .row .col-lg-6 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .contact-info-wrap .title,
  .contact-location .title,
  .contact-form .contact-title {
    font-size: 24px;
    line-height: 32px;
  }
  .contact-form {
    margin-left: 0 !important;
    margin-top: 30px;
    display: block !important;
  }
  .contact-form .contact-form-wrap {
    padding: 30px 20px;
    margin-top: 30px;
    display: block !important;
  }
  .contact-form .contact-form-wrap .row {
    margin: 0 -10px;
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .contact-form .contact-form-wrap .row > div {
    padding: 0 10px;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .contact-form .contact-form-wrap .row .col-md-6,
  .contact-form .contact-form-wrap .row .col-md-12 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .contact-form .contact-form-wrap .single-form {
    margin-top: 15px;
    display: block !important;
  }
  .contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
  .contact-form .contact-form-wrap .single-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block !important;
  }
  .contact-form .contact-form-wrap .single-form textarea {
    height: 120px;
    padding: 10px 15px;
  }
  .contact-form .contact-form-wrap .form-btn .btn {
    margin-top: 20px;
    display: block !important;
    width: 100% !important;
  }
  .contact-location .contact-map iframe,
  .contact-location .contact-map #dwu-campus-detail-map {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-section.section-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .contact-wrap .row {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .contact-wrap .row > div {
    padding: 0 10px;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .contact-info-wrap .title,
  .contact-location .title,
  .contact-form .contact-title {
    font-size: 20px;
    line-height: 28px;
  }
  .contact-form .contact-form-wrap {
    padding: 25px 15px;
  }
  .contact-form .contact-form-wrap .row {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
  }
  .contact-form .contact-form-wrap .row > div {
    padding: 0 8px;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
  .contact-form .contact-form-wrap .single-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  .contact-info-wrap .single-contact-info {
    margin-top: 12px;
  }
  .contact-info-wrap .single-contact-info .info-icon i {
    font-size: 22px;
  }
  .contact-location .contact-map iframe,
  .contact-location .contact-map #dwu-campus-detail-map {
    height: 250px;
  }
}


/*--
/*  24 - Login Register CSS
/*----------------------------------------*/

/*.login-register-section .login-register-wrap {
  margin-top: -50px;
}*/
/*.login-register-section .login-register-wrap .section-title .title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-top: -8px;
}*/
/*.login-register-section .login-register-wrap .login-register-box {
  border: 1px solid #ebebeb;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
  margin-top: 20px;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #787884;
  font-weight: 400;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #787884;
  font-weight: 400;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #787884;
  font-weight: 400;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #787884;
  font-weight: 400;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
  outline: none;
  border-color: #ffc600;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
  margin-right: 8px;
  margin-top: 5px;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
  box-shadow: none;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
  display: inline;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: none;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form a:hover {
  color: #0071DC;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
  margin-top: 30px;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
  height: 50px;
  line-height: 45px;
  width: 100%;
  background: #0071DC;
  color: #ffffff;
}*/
/*.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn:hover {
  background: #021E40;
}*/

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #8a8a8a;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

/*--
/*  24.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 991px) {
  .footer-widget-wrap {
    padding-top: 50px;
  }
  
  /* Fix quicklinks layout on mobile */
  .footer-widget {
    margin-top: 20px;
  }
  
  .widget-link {
    padding-top: 15px;
  }
  
  .widget-link .link li {
    display: inline-block;
    margin: 0 15px 10px 0;
  }
  
  .widget-link .link li a {
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
  }
  
  .footer-widget .footer-widget-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.footer-widget {
  margin-top: 30px;
}
.footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
    padding-left: 0px;
  }
}

.widget-info {
  padding-top: 20px;
}
.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.widget-info ul li + li {
  margin-top: 6px;
}
.widget-info ul li .info-text {
  display: flex;
  font-size: 15px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.widget-info ul li .info-text .label-name {
  font-weight: 500;
}
.widget-info ul li .info-text span {
  flex: 1;
  margin-left: 5px;
}
.widget-info ul li .info-text span a {
  color: #000;
}
.widget-info ul li .info-text span a:hover, .widget-info ul li .info-text span a:focus {
  color: #000;
}

.footer-widget-about {
  margin-top: 30px;
}
.footer-widget-about p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 23px;
}

.footer-social .social {
  margin-top: 20px;
}
.footer-social .social li {
  display: inline-block;
}
.footer-social .social li + li {
  margin-left: 10px;
}
.footer-social .social li a {
  font-size: 16px;
  color: #fff;
}
.footer-social .social li a:hover {
  color: #ea9c0b;
}

.footer-widget .text {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  margin-top: 30px;
}
.footer-widget .footer-widget-title {
  font-size: 18px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.widget-link {
  padding-top: 25px;
}
.widget-link .link li {
  margin-top: 8px;
}
.widget-link .link li a {
  font-size: 15px;
  color: #ffffff;
  transition: all 0.3s linear;
}
.widget-link .link li a:hover {
  color: #fff;
}

.footer-section-02 .footer-widget-about p {
  color: #29303B;
}
.footer-section-02 .footer-widget .text {
  color: #29303B;
}
.footer-section-02 .footer-widget .footer-widget-title {
  color: #29303B;
}
.footer-section-02 .footer-social .social li a {
  color: #FF773D;
}
.footer-section-02 .footer-social .social li a:hover {
  color: #29303B;
}
.footer-section-02 .widget-info ul li .info-text {
  color: #29303B;
}
.footer-section-02 .widget-info ul li .info-text span a:hover {
  color: #ff773d;
}
.footer-section-02 .widget-link {
  padding-top: 25px;
}
.footer-section-02 .widget-link .link li a {
  color: #29303B;
}
.footer-section-02 .widget-link .link li a:hover {
  color: #ff773d;
}

.footer-section-03 .footer-social .social li a {
  color: #2babe4;
}
.footer-section-03 .footer-social .social li a:hover {
  color: #29303B;
}
.footer-section-03 .widget-info ul li .info-text {
  color: #29303B;
}
.footer-section-03 .widget-info ul li .info-text span a:hover {
  color: #2babe4;
}
.footer-section-03 .widget-link {
  padding-top: 25px;
}
.footer-section-03 .widget-link .link li a {
  color: #29303B;
}
.footer-section-03 .widget-link .link li a:hover {
  color: #2babe4;
}

.footer-section-04 .footer-social .social li a {
  color: #0071DC;
}
.footer-section-04 .footer-social .social li a:hover {
  color: #ffffff;
}
.footer-section-04 .widget-info ul li .info-text {
  color: #ffffff;
}
 
/**/
.footer-section-04 .widget-info ul li .info-text span a:hover {
  color: #0071DC;
}
.footer-section-04 .widget-link {
  padding-top: 25px;
}
.footer-section-04 .widget-link .link li a {
  color: #ffffff;
}
.footer-section-04 .widget-link .link li a:hover {
  color: #0071DC;
}

.footer-section-05 .footer-social .social li a {
  color: #3BBC9B;
}
.footer-section-05 .footer-social .social li a:hover {
  color: #ea9c0b;
}
.footer-section-05 .widget-info ul li .info-text {
  color: #ffffff;
}
.footer-section-05 .widget-info ul li .info-text span a:hover {
  color: #3BBC9B;
}
.footer-section-05 .widget-link {
  padding-top: 25px;
}
.footer-section-05 .widget-link .link li a {
  color: #ffffff;
}
.footer-section-05 .widget-link .link li a:hover {
  color: #3BBC9B;
}

.footer-section-06 .footer-widget .footer-widget-title {
  color: #ffffff;
}
.footer-section-06 .footer-widget-about .widget-info {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-top: 30px;
}
.footer-section-06 .footer-widget-about .widget-info .icon svg {
  width: 25px;
  fill: #EC5251;
}
.footer-section-06 .footer-widget-about .widget-info .cont {
  flex: 1;
  margin-left: 15px;
}
.footer-section-06 .footer-widget-about .widget-info .cont .title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.footer-section-06 .footer-widget-about .widget-info .cont .number {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 5px;
}
.footer-section-06 .footer-widget-about p {
  color: #ffffff;
}
.footer-section-06 .footer-social {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer-section-06 .footer-social {
    text-align: center;
  }
}
.footer-section-06 .footer-social .social li + li {
  margin-left: 15px;
}
.footer-section-06 .footer-social .social li a {
  color: #EC5251;
}
.footer-section-06 .footer-social .social li a:hover {
  color: #ea9c0b;
}
.footer-section-06 .widget-info ul li .info-text {
  color: #ffffff;
}
.footer-section-06 .widget-info ul li .info-text span a:hover {
  color: #EC5251;
}
.footer-section-06 .widget-link {
  padding-top: 25px;
}
.footer-section-06 .widget-link .link li a {
  color: #ffffff;
}
.footer-section-06 .widget-link .link li a:hover {
  color: #EC5251;
}
.footer-section-06 .footer-widget .widget-app {
  padding-top: 18px;
}
.footer-section-06 .footer-widget .widget-app a img {
  border-radius: 5px;
  margin-top: 20px;
}

.footer-section-07 .footer-social .social li a {
  color: #3BBC9B;
}
.footer-section-07 .footer-social .social li a:hover {
  color: #29303B;
}
.footer-section-07 .widget-info ul li .info-text {
  color: #29303B;
}
.footer-section-07 .widget-info ul li .info-text span a:hover {
  color: #3BBC9B;
}
.footer-section-07 .widget-link {
  padding-top: 25px;
}
.footer-section-07 .widget-link .link li a {
  color: #29303B;
}
.footer-section-07 .widget-link .link li a:hover {
  color: #3BBC9B;
}

/*--
/*  24. Footer CSS
/*----------------------------------------*/
.footer-top-section {
  background: #fff;
  color: #000;
}

.footer-top-section a,
.footer-top-section h4,
.footer-top-section p,
.footer-top-section li,
.footer-top-section .footer-widget-title {
  color: #000;
}

.footer-section-02 {
  background-color: #EEEBE7;
}
.footer-section-02 .footer-top-section {
  background: none;
}
.footer-section-02 .footer-copyright-area {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-section-02 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 30px;
}
.footer-section-02 .copyright-text p {
  color: #29303B;
}

.footer-section-03 {
  background-color: #EFF6F9;
}
.footer-section-03 .footer-top-section {
  background: none;
}
.footer-section-03 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #D7D7D7;
}
.footer-section-03 .copyright-text p {
  color: #29303B;
}

.footer-section-04 .footer-top-section {
  background: #000710;
}
.footer-section-04 .footer-copyright-area {
  background: #000103;
}
.footer-section-04 .footer-copyright-links a:hover {
  color: #0071DC;
}

.footer-section-05 .footer-top-section {
  background: #000710;
}
.footer-section-05 .footer-copyright-area {
  background: #000103;
}
.footer-section-05 .footer-copyright-links a:hover {
  color: #3BBC9B;
}

.footer-section-06 {
  background-color: #111A24;
}
.footer-section-06 .footer-top-section {
  background: none;
}
.footer-section-06 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer-section-06 .copyright-text p {
  color: #ffffff;
}

.footer-section-07 {
  background-color: #ECF7F4;
}
.footer-section-07 .footer-top-section {
  background: none;
}
.footer-section-07 .footer-copyright-area .footer-copyright-wrap {
  border-top: 1px solid #D7D7D7;
}
.footer-section-07 .copyright-text p {
  color: #29303B;
}

.footer-logo {
  max-width: 170px;
}

.footer-copyright-area {
  background: linear-gradient(65deg, #009959 0%, #076415 100%);
  padding-top: 20px;
  padding-bottom: 30px;
}

.copyright-text {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}
.copyright-text p {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
}

.footer-copyright-links {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-copyright-links {
    text-align: center;
  }
}
.footer-copyright-links a {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  margin-left: 10px;
  padding-left: 12px;
  position: relative;
}
.footer-copyright-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 1px;
  height: 13px;
}
.footer-copyright-links a:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer-copyright-links a:first-child::before {
  display: none;
}
.footer-copyright-links a:hover {
  color: #fff;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #e79800;
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*-------------------------------------------------*/
/* Footer Image Gallery */
/* footer gallery */

.footer-gallery ul {
    padding-left: 0;
    display: table;
}
.footer-gallery.gallery-grid-4 li {
    width:25%;
}
.gallery-grid-8 li {
    width:12.5%;
}
@media only screen and (max-width: 767px) {
    .gallery-grid-8 li {
        width:25%;
    }
}
.footer-gallery li {
    display: inline-block;
    width: 33.33%;
    float:left;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    padding: 2px;
}
.footer-gallery li img {
    display: inline-block;
    width:100%;
}
.footer-gallery li:nth-child(3n-3) {
    margin-right: 0;
}
.footer-gallery li:hover {
    opacity:0.7;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.footer-gallery a {
    display: inline-block;
}


/*-------------------------------------------------*/
/* =  MEGA MENU CSS
/*-------------------------------------------------*/
.about-menu,
.admi-menu,
.cour-menu,
.rese-menu,
.lear-menu {
  position: static;
}


/* Default: absolute, so it stays below the main menu */
.mm-pos {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%; /* Directly below the main menu */
  z-index: 999;
  pointer-events: auto;
}

/* When header is sticky, make mega menu fixed and adjust top */
.header-section.sticky ~ * .mm-pos,
.sticky .mm-pos {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}

/* Adjust mega menu position when header is sticky */
.header-section.sticky ~ * .mm-pos,
.sticky .mm-pos {
  top: 120px;
}

.about-mm, .admi-mm, .cour-mm, .rese-mm, .lear-mm {
  display: none;
}

.about-mm.show, .admi-mm.show, .cour-mm.show, .rese-mm.show, .lear-mm.show {
  display: block !important;
}

.m-menu {
  position: relative;
  overflow: hidden;
  width: 1230px;
  box-shadow: 0px 7px 12px -4px rgba(0, 0, 0, 0.45);
  background: url('../images/about/04-01-01.png') no-repeat right bottom, #fff;
  z-index: 999;
  margin-top: 0;
  padding: 20px 10px;
  pointer-events: auto;
}

.m-menu-inn {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.admi-mm .m-menu-inn {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.admi-mm .m-menu-inn > .mm2-com {
  float: none;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  min-width: 180px;
  width: auto;
}
.admi-mm .campus-submenu-description {
  font-size: 11px;
  line-height: 1.4;
  min-height: 46px;
  max-height: 46px;
  margin: 8px 0 12px;
  color: #666;
  overflow: hidden;
}
.admi-mm .mm-r-m-btn {
  margin-top: auto;
  align-self: flex-start;
}
/* Override for Research mega menu: force equal columns, remove float and fixed width */
.rese-mm .m-menu-inn {
  display: flex;
  gap: 32px;
}
.rese-mm .m-menu-inn > .mm1-com {
  width: auto !important;
  float: none !important;
  flex: 1 1 0%;
  min-width: 0;
  box-sizing: border-box;
}

/* Override for Study at DWU mega menu: force equal columns, remove float and fixed width */
.cour-mm .m-menu-inn {
  display: flex;
  gap: 32px;
}
.cour-mm .m-menu-inn > .mm1-com {
  width: auto !important;
  float: none !important;
  flex: 1 1 0%;
  min-width: 0;
  box-sizing: border-box;
}

.mm1-com {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 20px;
  border-right: 1px solid #eaeaea;
}

.mm1-com h4 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.mm1-com ul li {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 15px;
}

.mm1-com ul li a {
  font-size: 14px;
  color: #203245;
  line-height: 31px;
  padding: 5px;
  text-transform: capitalize;
}

.mm1-com ul li a:hover {
  color: #fff;
}

.mm1-cour-com {
  width: 20%;
}

.mm1-s1 img {
  width: 100%;
}

.mm1-s2 p {
  font-size: 12px;
  color: #203245;
}

.mm1-s4 {
  border-right: 0px solid #eaeaea;
}

.mm1-s5 {
  border-right: 0px solid #eaeaea;
}

.mm-r-m-btn {
  background: #076415 !important;
  padding: 6px 12px !important;
  color: #fff !important;
  font-size: 11px !important;
  border-radius: 3px !important;
  display: inline-flex !important;
  text-decoration: none !important;
  align-items: center !important;
  justify-content: center !important;
}

.mm1-com > .ed-course-in > a {
  padding: 0px;
}

.mm2-com {
  width: 16.66%;
  float: left;
  box-sizing: border-box;
}

.mm2-com p {
  font-size: 12px;
  color: #203245;
}

.mm2-com > .ed-course-in {
  margin-bottom: 20px;
}

.mm2-com > .ed-course-in img {
  height: 120px;
  object-fit: cover;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.admi-mm .mm1-com {
  width: 16.66%;
}

.m-menu-inn > .mm2-com > a {
  background: #002147;
  padding: 4px 10px;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  height: 30px;
  line-height: 24px;
}

.m-menu-inn ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  color: #002147;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0.8;
}

.mm-arr {
  position: relative;
  padding-right: 20px;
}

.mm-arr::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  display: none;  /* This Removes the dropdown arrow from the main menu */
}

.about-menu:hover .mm-arr::after,
.admi-menu:hover .mm-arr::after,
.cour-menu:hover .mm-arr::after {
  color: #fff;
}

/* Alumni Acknowledgement Section */
.alumni-acknowledgement-section {
  background-color: #ffffff;
  padding: 80px 0px 50px;
  margin-top: 50px;    /* space above */
  margin-bottom: 50px; /* space below */
}

.alumni-acknowledgement-section .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #002e5b !important;
  margin-bottom: 40px;
  line-height: 1.2;
}

.alumni-messages {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.alumni-message-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.alumni-message-item .message-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  /*background: linear-gradient(135deg, #fff 0%, #ffb000 100%);*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07294d;
  font-size: 24px;
  /*box-shadow: 0 5px 15px rgba(255, 198, 0, 0.3);*/
}

.alumni-message-item .message-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #07294d;
  margin-bottom: 10px;
}

.alumni-message-item .message-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.alumni-image {
  position: relative;
}

.alumni-image::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(135deg, #fff 0%, #ffb000 100%);*/
  border-radius: 10px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .alumni-acknowledgement-section .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .alumni-message-item {
    gap: 15px;
  }
  
  .alumni-message-item .message-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .alumni-message-item .message-content h4 {
    font-size: 18px;
  }
  
  .alumni-image {
    margin-top: 70px;
  }
  
  .alumni-image::before {
    top: -15px;
    right: -15px;
  }
}

@media only screen and (max-width: 575px) {
  .alumni-acknowledgement-section .section-title {
    font-size: 24px;
  }
  
  .alumni-message-item .message-content h4 {
    font-size: 16px;
  }
  
  .alumni-message-item .message-content p {
    font-size: 14px;
  }
}


/* ---------------- COURSE DETAILS ACCORDION STYLES ---------------------- */

/* Inner Year Nested Accordion Buttons - Green Theme
   Applies Year 1's styling to every Year's child accordion
   (Semester 1 Feb-Jun / Semester 2 Jul-Nov, etc.) via [id^="accordionYear"]. */
/* Year 2-4 Accordion Buttons - Green Theme (match Year 1) */
.accordion-item > .accordion-button[data-bs-target="#collapseTwo"],
.accordion-item > .accordion-button[data-bs-target="#collapseThree"],
.accordion-item > .accordion-button[data-bs-target="#collapseFour"] {
  background: #B8EBDD !important;
  color: #021E40 !important;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  box-shadow: none;
  border: none;
  transition: background 0.2s, color 0.2s;
}
.accordion-item > .accordion-button[data-bs-target="#collapseTwo"]:not(.collapsed),
.accordion-item > .accordion-button[data-bs-target="#collapseThree"]:not(.collapsed),
.accordion-item > .accordion-button[data-bs-target="#collapseFour"]:not(.collapsed) {
  background: #B8EBDD !important;
  color: #ea9c0b !important;
}
.accordion-item > .accordion-button[data-bs-target="#collapseTwo"]:focus,
.accordion-item > .accordion-button[data-bs-target="#collapseThree"]:focus,
.accordion-item > .accordion-button[data-bs-target="#collapseFour"]:focus {
  box-shadow: 0 0 0 2px #00995933;
}
.accordion-item > .accordion-button[data-bs-target="#collapseTwo"]::after,
.accordion-item > .accordion-button[data-bs-target="#collapseTwo"]:not(.collapsed)::after,
.accordion-item > .accordion-button[data-bs-target="#collapseThree"]::after,
.accordion-item > .accordion-button[data-bs-target="#collapseThree"]:not(.collapsed)::after,
.accordion-item > .accordion-button[data-bs-target="#collapseFour"]::after,
.accordion-item > .accordion-button[data-bs-target="#collapseFour"]:not(.collapsed)::after {
  color: #021E40 !important;
  background: none !important;
  box-shadow: none !important;
}
/* Force main Year 1 collapse chevron to white */

.accordion-item > .accordion-button[data-bs-target="#collapseOne"]:not(.collapsed) {
  background: #B8EBDD !important;
  color: #ea9c0b !important;
}
.accordion-item > .accordion-button[data-bs-target="#collapseOne"]::after,
.accordion-item > .accordion-button[data-bs-target="#collapseOne"]:not(.collapsed)::after {
  color: #ea9c0b !important;
  background: none !important;
  box-shadow: none !important;
}
/* Outer "Year N - Course Units" buttons inside #accordionCourse:
   give every year the same font-weight as Year 1 (was previously 600
   only on :first-child) and ensure no border/outline shows when expanded. */
#accordionCourse > .accordion-item > .accordion-button,
.course-accordion > .accordion-item > .accordion-button {
  font-weight: 600 !important;
}
/* Outer "Year N - Course Units" chevron: force orange (#e79800) for both
   collapsed and expanded states (overrides Bootstrap's default dark SVG). */
#accordionCourse > .accordion-item > .accordion-button::after,
#accordionCourse > .accordion-item > .accordion-button:not(.collapsed)::after,
.course-accordion > .accordion-item > .accordion-button::after,
.course-accordion > .accordion-item > .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e79800'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  filter: none !important;
  color: #e79800 !important;
}
/* Remove any border / focus outline / box-shadow around course accordions
   (outer Year buttons + every nested Year accordion) when selected. */
#accordionCourse .accordion-item,
#accordionCourse .accordion-button,
.course-accordion .accordion-item,
.course-accordion .accordion-button,
[id^="accordionYear"] .accordion-item,
[id^="accordionYear"] .accordion-button,
[id^="accordionY"] .accordion-item,
[id^="accordionY"] .accordion-button {
  border: 0 !important;
  outline: none !important;
}
#accordionCourse .accordion-button:focus,
#accordionCourse .accordion-button:not(.collapsed),
.course-accordion .accordion-button:focus,
.course-accordion .accordion-button:not(.collapsed),
[id^="accordionYear"] .accordion-button:focus,
[id^="accordionYear"] .accordion-button:not(.collapsed),
[id^="accordionY"] .accordion-button:focus,
[id^="accordionY"] .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  border-color: transparent !important;
  outline: none !important;
}

/* Inner Year nested accordion buttons (applies to every Year's child accordion) */
.accordion-item:first-child > .accordion-button,
[id^="accordionYear"] > .accordion-item > .accordion-button,
[id^="accordionYear"] .accordion-item > .accordion-button,
[id^="accordionYear"] .accordion-item .accordion-button {
  background: #B8EBDD !important;
  color: #021E40 !important;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  box-shadow: none;
  border: none;
  transition: background 0.2s, color 0.2s;
}
[id^="accordionYear"] .accordion-button:not(.collapsed) {
  background: #B8EBDD !important;
  color: #ea9c0b !important;
}
[id^="accordionYear"] .accordion-button:focus {
  box-shadow: 0 0 0 2px #00995933;
}
[id^="accordionYear"] .accordion-button::after,
[id^="accordionYear"] .accordion-button:not(.collapsed)::after {
  color: #ea9c0b !important;
  background: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  filter: none !important;
}
/* Custom Accordion for Years 2–4 (Course Details) */
.custom-accordion-btn {
  display: block;
  width: 100%;
  text-align: left;
  background: #f9fafc;
  border: none;
  outline: none;
  padding: 14px 24px 14px 38px;
  font-size: 1.08em;
  font-weight: 600;
  color: #07294d;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 6px;
  transition: background 0.2s, color 0.2s;
}
.custom-accordion-btn::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 1.1em;
  color: #fff;
  transition: transform 0.2s;
}
.custom-accordion-btn.active {
  background: #fffbe6;
  color: #fff;
}
.custom-accordion-btn.active::before {
  transform: translateY(-50%) rotate(90deg);
  color: #fff;
}
.custom-accordion-content {
  display: none;
  padding-left: 18px;
  border-left: 2px solid #f3e7c7;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.custom-accordion-inner {
  padding: 10px 0 10px 0;
}
/* Make nested buttons smaller */
.custom-accordion-content .custom-accordion-btn {
  font-size: 0.98em;
  padding: 10px 18px 10px 32px;
  background: #f6f8fa;
  color: #07294d;
  margin-bottom: 4px;
}
.custom-accordion-content .custom-accordion-btn.active {
  background: #fffbe6;
  color: #fff;
}
.custom-accordion-content .custom-accordion-btn::before {
  left: 8px;
  font-size: 1em;
}
.custom-accordion-inner .custom-accordion-inner {
  padding-left: 10px;
  border-left: 1px dashed #ffe08a;
}
/* Description text */
.custom-accordion-inner > div {
  font-size: 0.97em;
  color: #696868;
  padding: 8px 0 8px 8px;
}
/* Divider for course info sections in single-course cards */
.single-course .course-divider {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 10px;
}
/* Professional spacing above and below course details intro */
.course-details-content-wrap > p {
  margin-top: 48px !important;
  margin-bottom: 24px !important;
  display: block;
}
/* Professional spacing for course details intro */
.course-accordion + p,
.course-details-content-wrap > p {
  margin-bottom: 24px !important;
  display: block;
}
/* Entry Requirements Text Alignment (match Overview) */
.modern-entry-req .requirement-intro,
.modern-entry-req .requirement-list {
  text-align: left;
  color: #696868;
}
/* Entry Requirements Modern Spacing */
.modern-entry-req .section-title {
  margin-top: 24px;
  margin-bottom: 18px;
}
.modern-entry-req .requirement-intro {
  margin-bottom: 18px;
}
.modern-entry-req .requirement-list {
  margin-top: 10px;
}
/* Program Link Styles moved from index.html */
.program-link {
  flex: 1 1 0%;
  min-width: 0;
  padding: 10px !important;
  margin: 0 !important;
  color: #002147;
  text-decoration: none;
  font-size: 12.5px !important;
  line-height: 1.3 !important;
  box-sizing: border-box !important;
  transition: all 0.1s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none !important;
}
.program-link:hover {
  background-color: #f5f5f5;
  padding-left: 15px;
}
/* Faculty and Programs Styles moved from index.html */
.faculty-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
  position: static; /* Changed from relative */
  padding-bottom: 300px;
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  z-index: 1; /* Lower than faculty items */
}
.faculty-item {
  flex: 1 1 200px; /* Allow items to grow and shrink, with a base width of 200px */
  margin-bottom: 20px;
  position: relative; /* Changed from static to relative */
  z-index: 10; /* Increased z-index */
  display: flex;
  flex-direction: column;
}
.faculty-header {
  padding: 12px 8px;
  background-color: #f8f9fa;
  border-radius: 4px;
  cursor: pointer;
  color: #002147;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  position: relative; /* Added */
  z-index: 20; /* Higher than parent */
  text-align: center;
  word-break: break-word;
  overflow: hidden;
}
.faculty-header:hover {
  background-color: #e9ecef;
  border-color: #f0f0f0;  /* Add border on hover */
  border-bottom: none;  /* Remove bottom border */
}
.programs-list {
  display: none;
  position: fixed;
  top: 20%;
  left: 60%; /* Further shifted right */
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  max-height: 70vh; /* Slightly reduced to prevent overlap */
  overflow-y: auto;
  grid-template-columns: repeat(2, 1fr); /* Fixed 2-column layout */
  gap: 12px;
  padding: 20px;
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  z-index: 1000;
  pointer-events: auto;
  box-sizing: border-box;
}
/* Ensure dropdown stays within viewport */
@media (max-width: 1400px) {
  .programs-list {
    left: 62%; /* Further right on smaller screens */
    width: 85%;
    max-width: 100%;
    top: 25%;
  }
}

.faculty-item:hover .programs-list,
.programs-list:hover,
.faculty-item:focus-within .programs-list {
  display: grid;
}
.program-item {
  padding: 4px 8px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 11px; /* Consistent font size */
  line-height: 1.5; /* Improved line height for better readability */
  background-color: #fafafa;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.program-item:hover {
  background-color: #f0f0f0;
  padding: 4px 10px;
}
.program-item:last-child {
  border-bottom: none;
}
.program-link {
  color: #333;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
  padding: 4px 6px;
  border-radius: 3px;
}
.program-link:hover {
  background-color: #f0f0f0;
  color: #d32f2f;
  padding-left: 8px;
}
.program-link:hover {
  color: #d32f2f;
  padding-left: 5px;
}

/* Add space below images in mega menu columns */
.mm1-com img {
  margin-bottom: 16px !important;
}

.admi-mm .m-menu-inn > .mm1-com:last-child {
  border-right: none !important;
}
.rese-mm .m-menu-inn > .mm1-com:last-child {
  border-right: none !important;
}
.cour-mm .m-menu-inn > .mm1-com:last-child {
  border-right: none !important;
}
/* Equal spacing for Study at DWU mega menu columns */
.header-menu .mega-menu {
  display: flex;
  justify-content: space-between;
}

.header-menu .mega-menu > div {
  flex: 1 1 0;
  padding: 0 24px;
  box-sizing: border-box;
}
/* Professional margin below alumni message and image */
.message-content {
  margin-bottom: 32px;
}
.alumni-image {
  margin-bottom: 64px;
}
/* Professional bottom margin for alumni acknowledgement section */
.alumni-acknowledgement-section {
  margin-bottom: 0;
}
/* Professional margin below View All Programs button */
.course-btn {
  margin-bottom: 100px;
}
.course-section {
  margin-bottom: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
  top: 100% !important;
  border-top: none !important;
  box-shadow: none !important;
}
.edubin-blog-section {
  margin-bottom: 60px;
}

/* =============================
   DWU 30th Anniversary Section Styles
   (moved from index.html inline styles)
   ============================= */
.anniversary-section .container{
  background-color: #ffffff;
  margin-top: 80px;
}
.anniversary-logo.text-center {
  text-align: center;
 
}
.anniversary-content .section-title h2{
  color: #111 !important;
}
.anniversary-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
  margin-top: 20px;
}
.anniversary-link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  color: #e79800;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.anniversary-link:hover {
  text-decoration: underline !important;
}
.anniversary-link i {
  margin-left: 10px;
}

/* Professional bottom margin for anniversary logo */
.anniversary-logo {
  margin-bottom: 70px;
}
/* Professional top margin for blog section */
.edubin-blog-section {
  margin-top: 40px;
}
/* Professional bottom margin for anniversary content */
.anniversary-content {
  margin-bottom: 40px;
}
/* Add bottom margin to countdown section for spacing */
.countdown-section {
  margin-bottom: 0;
}
/* Footer social icons: dark by default, yellow on hover */
.footer-social-icon i {
  color: #222 !important;
  transition: color 0.2s;
}

/* Underline footer links on hover */
.footer-link-hover:hover {
  text-decoration: underline !important;
}
.anniversary-square-img {
  width: 300px;
  height: 300px;
  border-radius: 20px;
  object-fit: contain;
  background: #fff;
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/*.anniversary-circle-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  display: block;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
*/
.footer-social-icon:hover i {
  color: #ea9c0b !important;
}


/*-------------------------------------------------*/
/* ABOUT US DWU MAIN SECTION CSS 
/*-------------------------------------------------*/
.about-sp{
     padding: 0px 30px;
     margin-bottom: 95px;
}
.con-title {
  margin-top: 250px !important;
}
 .about-content {
    line-height: 1.8;
    color: #333;
}
.about-content p {
    text-align: justify;
    margin-bottom: 1.2rem;
}                         
 .ed-advan ul{
   display: flex;
   flex-wrap: wrap;
   padding: 0;
   margin: 0;
   list-style: none;
}
 .ed-advan ul li{
   width: 33.333%;
   padding: 25px;
   box-sizing: border-box;
   display: flex;
   align-items: flex-start;
   border-bottom: 1px solid #dcdbdb;
   border-right: 1px solid #dcdbdb;
}
 /*.ed-advan ul li:nth-child(1){
     border-bottom: 1px solid #dcdbdb;
     border-right: 1px solid #dcdbdb;
}
 .ed-advan ul li:nth-child(2){
     border-bottom: 1px solid #dcdbdb;
     border-right: 1px solid #dcdbdb;
}
 .ed-advan ul li:nth-child(3){
     border-bottom: 1px solid #dcdbdb;
}
 .ed-advan ul li:nth-child(4){
     border-right: 1px solid #dcdbdb;
}
 .ed-advan ul li:nth-child(5){
     border-right: 1px solid #dcdbdb;
}
 .ed-advan ul li:nth-child(6){
}*/
 .ed-ad-img{
  width: auto;
  margin-right: 15px;
}
 .ed-ad-img img {
   width: 70px !important;
   height: 70px !important;
   object-fit: cover;
   aspect-ratio: 1/1;
   border-radius: 8px;
   opacity: 0.8;
 }
 .ed-ad-dec{
   width: auto;
   padding-left: 0;
}
 .ed-ad-dec h4{
     margin-bottom: 10px;
     color: #000000;
}
 .ed-ad-dec p{
     font-size: 13px;
     line-height: 20px;
}
 .ed-ad-dec a{
     background: #076415;
     padding: 4px 10px;
     color: #fff;
     font-size: 11px;
     border-radius: 3px;
     height: 30px;
     line-height: 24px;
 }

 
 /*-------------------------------------------------*/
/* ABOUT US PAGE COMMON CSS
/*-------------------------------------------------*/
 @media (max-width: 767px) {
  .ed-advan ul li {
    width: 100%;
    float: none;
    border-right: none !important;
    border-bottom: 1px solid #dcdbdb;
  }
  .ed-ad-img, .ed-ad-dec {
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.ed-advan ul li {
  display: flex;
  align-items: flex-start;
  /* ...existing styles... */
}
.ed-ad-img {
  float: none;
  width: auto;
}
.ed-ad-dec {
  float: none;
  width: auto;
  padding-left: 25px;
}
.ed-ad-dec p {
  margin-bottom: 15px; /* or your preferred value */
}
.ed-advan ul li {
  border-bottom: 1px solid #dcdbdb;
  border-right: 1px solid #dcdbdb;
}
.ed-advan ul li:nth-child(3n) {
  border-right: none;
}
.ed-advan ul li:nth-last-child(-n+3) {
  border-bottom: none;
}

.ed-advan ul::after {
  content: "";
  display: table;
  clear: both;
}
/*-------------------------------------------------*/
/* ABOUT US DESKTOP VIEW CSS
/*-------------------------------------------------*/
.main-wrapper, .ed-advan {
  margin-top: 80px; /* Adjust to match your header height */
}

.ed-about-tit {
  margin-top: 120px !important; /* Adjust to match your header height */
}

/* Center the about page title and description */
.con-title {
  text-align: center;
}

.full-bot-book {
    background: #ea9c0b;
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
    
}
.bot-book {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ed-ad-img img {
  max-width: 350px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover; /* Optional: keeps aspect ratio */
}
    
.bb-text h4 {
    color: #000000;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.bb-text p {
    color: #000000;
    margin-bottom: 0px;
    flex: auto;
    margin-right: 0 !important; /* Optional: reduce if too much space */
}
.bb-link {
    position: relative;
    overflow: hidden;
    flex: 0 0 auto; /* col-md-3 */
    text-align: right;
    margin-left: 0;
    min-width: 0;
}
.bb-link a {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 8px 16px;
    line-height: 32px;
}

.bb-img img {
width: 100px;
height: 100px;
border-radius: 50%;
background: #fff;
padding: 10px;
box-shadow: 0 0 10px 0 #bcbcbc;
}
.rounded-img {
  border-radius: 50%;
}

.con-title h2 {
  color: #000000; /* Main color */
}
.con-title h2 span {
  color: #ea9c0b; /* Second color */
}

 /*-------------------------------------------------*/
/* ABOUT US DETAILS PAGE CSS
/*-------------------------------------------------*/

.head-2 {
background: #009959;
background-size: cover;
padding: 70px 0 40px 0;
position: relative;
color: #fff;
text-align: center;
margin-top: 30px;
margin-bottom: 10px;
}

.head-2 h1 {
  color: #fff;
}

.head-2-inn { 
padding: 40px 30px 30px 30px;
border-radius: 8px;
display: inline-block;
margin-top: 30px;
}

.head-2-inn-padd-top {
margin-top: 30px;
}

.ho-ev-date,
.pg-eve-date {
float: left;
width: 90px;
height: 80px;
background: #ea9c0b;
color: #fff;
border-radius: 2px;
text-align: center;
padding: 10px 0;
font-size: 16px;
font-weight: 500;
margin-right: 20px;
text-transform: uppercase;
}

.ho-ev-date span,
.pg-eve-date span {
display: block;
font-size: 18px;
font-weight: 500;
line-height: 1.2;
}


/* Container and description block */
.ho-event {
background: #fff;
border-radius: 4px;
margin-top: 0px;
margin-bottom: 100px;
padding: 30px 30px 20px 30px;
margin-left: 180px;
margin-right: 80px;
}
.img-text-wrap {
  width: 700px; /* or max-width: 100%; for responsive */
  text-align: justify;
  
}
.img-text-wrap img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.text-below {
  width: 100%;
  /* additional styling */
}

/*-------------------------------------------------*/
/* ABOUT US DETAILS PAGE SHARE BUTTONS CSS
/*-------------------------------------------------*/
.share-btn {
margin-top: 10px;
position: relative;
overflow: hidden;
}
.share-btn ul {
padding: 0px;
margin-bottom: 20px;
}
.share-btn ul li {
display: inline-block;
margin-right: 4px;
line-height: 40px;
}
.share-btn ul li a {
text-transform: uppercase;
color: #fff;
font-weight: 600;
font-size: 10px;
padding: 4px 10px;
border-radius: 3px;
line-height: 25px;
}
.share-btn ul li:nth-child(1) a { background: #3b5998; }
.share-btn ul li:nth-child(2) a { background: #00aced; }
.share-btn ul li:nth-child(3) a { background: #d34836; }
.share-btn ul li i { padding-right: 5px; }

.blog-share-btn ul li { margin-bottom: 0px; }

.fb1 { background: #3b5998; }
.gp1 { background: #dd4b39; }
.tw1 { background: #1da1f2; }


/*-------------------------------------------------*/
/* ABOUT US DETAILS PAGE EVENT DATE CSS
/*-------------------------------------------------*/
.ho-ev-date {
    border-radius: 3px;
    display: inline-block;
    float: left;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    margin-right: 20px;
    text-transform: uppercase;
    width: 20%;
    background: #ea9c0b !important;
    background: -webkit-linear-gradient(to top, #012951, #03294e);
    background: linear-gradient(to top, #012951, #03294e);
}
.ho-ev-date span:first-child {
    display: block;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0px;
    line-height: 25px;
    color: #fff;
}
.ho-ev-date span:last-child {
    font-size: 12px;
    color: #fff;
}
.pg-eve-date {
    width: 75px;
}
.pg-eve-desc {
    /* (empty, but present for structure) */
}
.pg-blog-desc {
    margin-left: 100px;
}


/*-------------------------------------------------*/
/* ABOUT US DETAIL PAGE MOBILE VIEW 
/*-------------------------------------------------*/

@media (max-width: 767px) {
  .container.com-sp {
    width: 100% !important;
    max-width: 100vw !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    background: #fff !important;
    overflow: visible !important;
  }

  .about-section, .about-section * {
  display: initial !important;
  visibility: visible !important;
  opacity: 1 !important;
  /*color: #222 !important;*/
}
  .row {
    margin: 0 !important;
    width: 100% !important;
  }
  .cor.about-sp {
    padding: 0 !important;
    width: 100% !important;
    background: #fff !important;
  }
  .ed-about-tit {
    padding: 0 5px !important;
    width: 100% !important;
    background: #fff !important;
  }
  .ho-event.pg-eve-main.pg-blog {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .ho-event.pg-eve-main.pg-blog ul {
    padding: 0 !important;
    width: 100% !important;
  }
  .ho-event.pg-eve-main.pg-blog ul li {
    display: block !important;
    margin-bottom: 20px !important;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px !important;
    background: #fff !important;
    width: 100% !important;
  }
.ho-ev-date.pg-eve-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 60px;
  padding: 8px 0;
  background: #ea9c0b; /* or your preferred color */
  border-radius: 4px;
}

.ho-ev-date.pg-eve-date span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
  .pg-eve-desc.pg-blog-desc {
    padding: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
  .img-text-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .img-text-wrap img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important;
    border-radius: 6px;
    display: block !important;
  }
  .text-below {
    font-size: 1em !important;
    line-height: 1.5 !important;
    color: #333 !important;
    width: 100% !important;
    background: #fff !important;
  }
  .share-btn.blog-share-btn ul {
    display: flex !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 8px 0 !important;
    /*width: 100% !important;*/
  }
  .share-btn {
  margin: 4px 0 !important; /* top/bottom 4px, left/right 0 */
  padding: 0 !important;
  }
  .share-btn.blog-share-btn ul li {
    list-style: none !important;
  }
}

/*-------------------------------------------------*/ 
/*ADMINISTRATIVE DIVISION PAGE CSS
/*-------------------------------------------------*/
.ed-res-bg {
    background: url(../images/map.png) no-repeat center center #f1f1f1;
    margin-top: -10px;
}
.ed-rese-grid {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    margin: 0px 8px;
    box-shadow: 0px 7px 12px -9px rgba(14, 14, 14, 0.8);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: 50px;
}
.ed-rese-grid:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.ed-rese-grid-mar-bot-30 {
    margin-bottom: 30px;
}
.ed-rsear-in {
    margin: 0 auto;
    display: table;
    position: relative;
    overflow: hidden;
    width: 80%;
}
.ed-rsear-img {
    float: left;
}
.ed-rsear-img img {
    width: 90px;
}
.ed-faci-full-top img {
    width: 100%;
}
.ed-rsear-dec {
    float: left;
    padding: 20px;
}
.ed-rsear-dec h4 a {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.ed-rsear-dec a {
    font-size: 14px;
    font-weight: 600;
    color: #8f98a9;
}
.ed-rsear-dec a span {
    font-size: 14px;
    color: #33a923;
    font-weight: 600;
}
.ed-faci-full-bot h4 {
    margin-bottom: 15px;
}
.ed-faci-full-bot p {
    font-size: 12px;
}
.read-line-btn {
    padding: 6px 25px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    text-align: center;
    color: #02294e !important;
    border: 1px solid #02294e;
    margin-top: 10px;
    display: inline-block;
}
.ed-flag {
    position: absolute;
    right: 20px;
    top: 20px;
}
.ed-flag img {
    border-radius: 10px;
}

/*-------------------------------------------------*/ 
/*ADMINISTRATIVE DIVISION MOBILE DISPLAY PAGE CSS
/*-------------------------------------------------*/
@media (max-width: 767px) {
  .admin-divisons-section,
  .admin-divisons-section > .row,
  .admin-divisons-section > .row > .col-md-6,
  .admin-divisons-section > .row > .col-md-6 > .ed-rese-grid {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .admin-divisons-section .row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 8px;
  }
  .admin-divisons-section .col-md-6 {
    width: 100%;
    padding: 0;
  }
  .admin-divisons-section .ed-rese-grid {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 18px 14px 14px 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 90px;
    position: relative;
  }
  .admin-divisons-section .ed-rsear-img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08);
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .admin-divisons-section .ed-rsear-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .admin-divisons-section .ed-rsear-dec {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .admin-divisons-section .ed-rsear-dec h4,
  .admin-divisons-section .ed-rsear-dec h5 {
    font-size: 1.08rem;
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #1a2340;
  }
  .admin-divisons-section .ed-rsear-dec p {
    font-size: 0.97rem;
    color: #4a5568;
    margin: 0;
    line-height: 1.5;
  }
}

  @media (max-width: 767px) {
  /* First card: image above text, full width */
  .admin-divisons-section .ed-rese-grid:has(.expand-btn) {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-divisons-section .ed-rese-grid:has(.expand-btn) .ed-rsear-img {
    width: 100%;
    height: 140px;
    margin-bottom: 12px;
    margin-right: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .admin-divisons-section .ed-rese-grid:has(.expand-btn) .ed-rsear-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  .admin-divisons-section .ed-rese-grid:has(.expand-btn) .ed-rsear-dec {
    padding-top: 0;
  }
}

/*--------------------------------------------*/
/* ADMINSTRATIVE DIVISIONS TABLET CSS
/*--------------------------------------------*/

@media (max-width: 1200px) {
   /* First card: image above text, full width */
  .admin-divisons-section .ed-rese-grid:has(.expand-btn) {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-divisons-section .ed-rese-grid:has(.expand-btn) .ed-rsear-img {
    width: 100%;
    height: 140px;
    margin-bottom: 12px;
    margin-right: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .admin-divisons-section .ed-rese-grid:has(.expand-btn) .ed-rsear-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  .admin-divisons-section .ed-rese-grid:has(.expand-btn) .ed-rsear-dec {
    padding-top: 0;
  }
}


/*-------------------------------------------------*/
/* DIWI MART WORKING HOURS CSS
/*-------------------------------------------------*/
section.diwi-mart .widget.widget_time {
    margin-top: 80px; 
    padding-left: 30px;
}

section.diwi-mart .iq_heading_1 h4 {
    margin-bottom: 20px; 
}

section.diwi-mart .container {
    margin-top: 180px; 
    margin-bottom: 100px;
}

section.diwi-mart .categries-list .bullet-icon {
    color: #ea9c0b;
    margin-right: 8px;
    font-size: 0.7em;
}

section.diwi-mart .event_pg_blog figure > img {
    margin-bottom: 20px;
}

/*-------------------------------------------------*/
/* GLOBAL TRAVELS CENTER CSS
/*-------------------------------------------------*/
section.blog_wrapper .container .custom-working-hours{
    margin-top: 180px !important; 
    margin-bottom: 100px !important;
}

/*-------------------------------------------------*/
/* GLOBAL TRAVEL CENTER CONTACT BUTTON
/*-------------------------------------------------*/
.contact_form_wrapper .submit-btn button {
  background-color: #e79800;      
  color: #fff;                    
  border: none;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-top: 10px;
  display: inline-block;
}

.contact_form_wrapper .submit-btn button:hover,
.contact_form_wrapper .submit-btn button:focus {
  background-color: #007a47;      
  outline: none;
}

/*-------------------------------------------------*/
/* DIWAI MART TAKE A TOUR CSS
/*-------------------------------------------------*/
.our-story .col-lg-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.our-story .col-lg-5 .btn {
    margin-top: 20px;
    width: fit-content;
}

.our-story .col-lg-5 h2 {
    align-self: flex-start;
    width: 100%;
    text-align: left;
}

.our-story .col-lg-5.heading-bx > p {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    /* DIWI MART WORKING HOURS - MOBILE */
    section.diwi-mart .widget.widget_time {
        margin-top: 40px;
        padding-left: 10px;
    }

    section.diwi-mart .container {
        margin-top: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    section.diwi-mart .categries-list .bullet-icon {
        font-size: 1em;
        margin-right: 10px;
    }

    section.diwi-mart .event_pg_blog figure > img {
        margin-bottom: 15px;
        width: 100%;
        height: auto;
    }

    /* DIWI MART TAKE A TOUR - MOBILE */
    .our-story .col-lg-5,
    .our-story .col-lg-7 {
        align-items: stretch;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    .our-story .col-lg-5 .btn {
        margin: 20px auto 0 auto;
        width: 100%;
        max-width: 250px;
        font-size: 1rem;
        margin-bottom: 50px;
    }
    .our-story .video-bx img {
        width: 100%;
        height: auto;
    }
}


/*--------------------------------------*/
/*GETTING AROUND CAMPUS CSS
/*--------------------------------------*/
.section.edubin-faq-section {
    margin-top: 200px;
    margin-bottom: 100px;
}

/*--------------------------------------*/
/*MESSAGE FROM THE CAMPUS ADMINISTRATOR CSS
/*--------------------------------------*/
/* Wrapper */
.about-wrap {
  position: relative;
  overflow: hidden;
  height: 550px; /* fixed height; can be responsive if needed */
  border-radius: 8px;
}

/* Background video */
.about-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  z-index: 0;
}

/* Glassmorphism overlay - left side */
.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;               
  height: 100%;             
  background: rgba(7, 100, 21, 0.25);  
  backdrop-filter: blur(10px);           
  -webkit-backdrop-filter: blur(10px);   
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
  padding: 30px;
  box-shadow: inset 0 0 50px rgba(0,0,0,0.1);
  border-radius: 8px 0 0 8px;
  text-align: center;
  font-size: 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Overlay heading and content */
.about-overlay h3 {
  font-size: 2.45rem;
  margin-bottom: 24px;
  text-align: left;
  color: #fff !important;
}
.about-overlay ul {
    list-style: none;
    padding: 0;
}


/* Play button overlay */
.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

/* Play button styling */
.play-btn-inline {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    background-color: #ffc600;
    color: #07294d;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 30px rgba(255, 198, 0, 0.5);
}



/* DIVINE WORD PAGES - (VISION, FAITH & MISSION, CATHOLIC TRADITION) */

.faith-banner {
  width: 100vw;
  max-width: 100vw;
  height: 400px;
  margin: 0 auto 40px auto;
  margin-top: 120px;
  margin-bottom: 200px;
  padding: 0;
  overflow: hidden;
  background: #f5f7fa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faith-banner img {
  width: 100vw;
  height: 100%; 
  object-position: center; 
  display: block;
  background: #f5f7fa;  
}


@media (max-width: 900px) {
  .faith-banner img {
    max-height: 250px;
    border-radius: 6px;
  }
}

@media (max-width: 600px) {
  .faith-banner {
    height: 250px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .faith-banner img {
    margin-top: 0 !important;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
  }
}


/* ============================================
   HR Department Page Styles (hr-dept.html)
   ============================================ */
/* Base Typography */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #222;
    line-height: 1.6;
}
h1, h2, h3 {
    color: #003366;
    margin-bottom: 0.6em;
}
p {
    margin-bottom: 1em;
}
  /* Container and Section Spacing */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /*.section h2 {
    margin-bottom: 40px;
    text-align: center;
  }*/
  
  /* Director & Team */
 /* Responsive Design */
  @media (max-width: 768px) {
    .hr-director .person-card {
      flex-direction: column;
      align-items: center;
      text-align: left;
      padding: 15px;
    }
    
    .hr-director .person-card img {
      width: 200px;
      height: 200px;
      margin-right: 0;
      margin-bottom: 20px;
      order: 1;
    }
    
    .hr-director .person-info {
      width: 100%;
      order: 2;
      text-align: left;
    }
    
    .hr-director .person-info h3 {
      margin-bottom: 15px;
      text-align: center;
    }
    
    .hr-director .person-info p {
      margin-bottom: 8px;
      line-height: 1.4;
    }
    
    .hr-director .person-info hr {
      margin: 15px 0;
      border: 1px solid #ddd;
    }
    
    .hr-director .person-info div[style*="margin-top: 10px"] {
      margin-top: 15px;
      text-align: center;
    }
    
    .hr-director .person-info div a {
      display: inline-block;
      margin: 5px 8px;
    }
    
    .hr-director h2 {
      text-align: center;
    }
    
    .hr-team h2 {
      text-align: center;
    }
  }
  .person-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    background: white;
    padding: 30px;
    border-radius: 8px;
  }
  .hr-director .person-card img {
    width: 360px;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 30px;
  }
  .person-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  /* HR Services */
  .hr-services {
    margin-top: 80px;
  }
  
  .hr-services .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
  
  /* Responsive Design for HR Services */
  @media (max-width: 768px) {
    .hr-services .services-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }
  }
  
  @media (max-width: 480px) {
    .hr-services .services-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
  
  .hr-services .service-item {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #076415;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
  }
  
  .hr-services {
    margin-bottom: 40px;
  }
  
  .hr-services .service-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  
  .video-section {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  
  .video-content-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-top: 40px;
  }
  
  .video-container {
    flex: 0 0 60%;
  }
  
  .video-content {
    flex: 0 0 40%;
  }
  
  .video-content h3 {
    color: #002b7f;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .content-text {
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
  }
  
  .faith-items {
    margin-top: 20px;
  }
  
  .faith-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
  }
  
  .faith-item .item-header {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    transition: background 0.3s ease;
  }
  
  .faith-item .item-header:hover {
    background: #e9ecef;
  }
  
  .faith-item .item-header span {
    font-weight: 600;
    color: #002b7f;
  }
  
  .faith-item .item-content {
    padding: 20px;
    display: none;
    background: white;
    border-top: 1px solid #e9ecef;
  }
  
  .faith-item.active .item-content,
  .faith-item .item-content.show {
    display: block;
  }
  
  .faith-item .fa-chevron-down {
    transition: transform 0.3s ease;
  }
  
  .faith-item.active .fa-chevron-down {
    transform: rotate(180deg);
  }
  
  .video-section iframe {
    width: 100%;
    height: 350px;
    border: none;
    border-radius: 8px;
  }
  .subtitle {
  margin-top: 2px;
  margin-bottom: 20px;
  color: #666;
}
.person-info h2 {
    margin-bottom: 15px;
    text-align: left;
}
/* Info Grid Layout */
.info-grid {
  margin-bottom: 15px;
}
.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 15px;
}

.info-label {
  font-weight: bold;
  color: #333;
  min-width: 100px;
  flex-shrink: 0;
}
.info-detail {
  color: #555;
  flex: 1;
  line-height: 1.4;
}
h3{
    font-size: 30px;
}
h2{
    font-size: 35px;
}
  
  .progress-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
  }
  
  .main-wrapper {
    overflow-x: hidden;
  }
  
  /* Additional Content Section */
  .additional-content {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  
  .additional-content .content-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-top: 50px;
  }
  
  .additional-content .content-image {
    flex: 0 0 45%;
  }
  
  .additional-content .content-text {
    flex: 0 0 55%;
  }
  
  .additional-content .content-text h3 {
    color: #002b7f;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .additional-content .content-text p {
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }
  /* Responsive Design for Additional Content */
  @media (max-width: 768px) {
    .additional-content .content-wrapper {
      flex-direction: column;
      gap: 30px;
    }
    
    .additional-content .content-image,
    .additional-content .content-text {
      flex: 1 1 100%;
    }
  }
  
  /* Additional Content Section */
  .additional-content {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  
  .additional-content .content-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-top: 40px;
  }
  
  .additional-content .content-left-image {
    flex: 0 0 45%;
  }
  
  .additional-content .left-content-text {
    flex: 0 0 55%;
  }
  
  .additional-content .left-content-text h3 {
    color: #002b7f;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .additional-content .left-content-text p {
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
  }
  /* Responsive Design for Additional Content */
  @media (max-width: 768px) {
    .additional-content .content-wrapper {
      flex-direction: column;
      gap: 30px;
    }
    
    .additional-content .content-left-image,
    .additional-content .left-content-text {
      flex: 1 1 100%;
    }
  }
/* ========== END OF HR DEPARTMENT PAGE STYLES ========== */


/* ========= START OF PARTNERSHIP DEPARTMENT STYLES =========== */
        .partners-preview-grid {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 30px;
        }
        .partners-preview-grid .partner-card {
          background: #fff;
          border: 1px solid #e8e8e8;
          border-radius: 10px;
          padding: 25px 20px;
          text-align: center;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        .partners-preview-grid .partner-card:hover {
          transform: translateY(-6px);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        }
        .partners-preview-grid .partner-card img {
          max-width: 100%;
          max-height: 80px;
          object-fit: contain;
          margin-bottom: 18px;
        }
        .partners-preview-grid .partner-card h4 {
          color: #003366;
          font-size: 16px;
          font-weight: 700;
          margin: 0 0 10px 0;
        }
        .partners-preview-grid .partner-card p {
          color: #666;
          font-size: 13px;
          line-height: 1.5;
          margin: 0 0 15px 0;
          flex-grow: 1;
        }
        .partners-preview-grid .partner-link {
          display: inline-block;
          background: #009959;
          color: #fff;
          padding: 6px 16px;
          border-radius: 5px;
          font-size: 13px;
          font-weight: 600;
          text-decoration: none;
          transition: background 0.3s ease;
        }
        .partners-preview-grid .partner-link:hover {
          background: #007a47;
          color: #fff;
          text-decoration: none;
        }
        .partners-preview-grid .partner-link i {
          margin-right: 5px;
        }
        @media (max-width: 768px) {
          .partners-preview-grid {
            grid-template-columns: 1fr;
            gap: 20px;
          }
        }


/* =========== ALL PARTNERS PAGES START HERE =========== */
  .main-wrapper {
    overflow-x: hidden;
  }
  .progress-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
  }

  /* Partners Grid */
  .partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .partner-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .partner-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  }

  .partner-card img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    margin-bottom: 18px;
  }

  .partner-card h4 {
    color: #003366;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
  }

  .partner-card p {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 15px 0;
    flex-grow: 1;
  }

  .partner-link {
    display: inline-block;
    background: #009959;
    color: #fff;
    padding: 6px 16px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .partner-link:hover {
    background: #007a47;
    color: #fff;
    text-decoration: none;
  }

  .partner-link i {
    margin-right: 5px;
  }

  /* Call to Action */
  .partners-cta {
    margin-top: 70px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #009959 0%, #007a47 100%);
    border-radius: 12px;
    padding: 55px 50px;
  }

  .partners-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  .partners-cta-text {
    flex: 1;
  }

  .partners-cta-text h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px 0;
  }

  .partners-cta-text p {
    color: rgba(255,255,255,0.82);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
  }

  .partners-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
  }

  .cta-btn-primary {
    display: inline-block;
    background: #FFD700;
    color: #003366;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: background 0.3s ease, transform 0.2s ease;
  }

  .cta-btn-primary:hover {
    background: #ffc200;
    color: #003366;
    text-decoration: none;
    transform: translateY(-2px);
  }

  .cta-btn-secondary {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border: 2px solid rgba(255,255,255,0.5);
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.2s ease;
  }

  .cta-btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
  }

  .cta-btn-primary i,
  .cta-btn-secondary i {
    margin-right: 8px;
  }

  @media (max-width: 768px) {
    .partners-cta {
      padding: 35px 25px;
    }
    .partners-cta-inner {
      flex-direction: column;
      text-align: center;
    }
    .partners-cta-buttons {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  /* Responsive */
  @media (max-width: 992px) {
    .partners-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
  }

  @media (max-width: 768px) {
    .partners-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }

  @media (max-width: 480px) {
    .partners-grid {
      grid-template-columns: 1fr;
      gap: 15px;
    }
  }

/* =========== END OF ALL PARTNERS PAGES =========== */



/* END OF PARTNERSHIP DEPARTMENT STYLES =========== */


/* =========== START OF EVENTS FILTER =========== */
.event-filter-bar {
  gap: 1.5rem;
  background: #ffffff;
  border-radius: 8px;
  padding: 1rem 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.filter-link {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  border-radius: 5px;
  transition: background 0.2s, color 0.2s;
}

.filter-link:hover {
  background: #ea9c0b;
  color: #fff;
  text-decoration: none;
}
.filter-link.active {
  background: #076415;
  color: #fff;
  text-decoration: none;
}
/* =========== END OF EVENTS FILTER =========== */

/* =========== START OF PROGRAM FILTER VIEW OPTIONS BUTTONS =========== */
/* Make the toggle buttons larger and add spacing */
.nav .btn-link {
    height: 35px;              
    line-height: 2;
    font-size: 0.8rem;      
    padding: 0.2rem 0.3rem;  
    margin-right: 0 !important;   
    color: #333;            
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
    transition: color 0.2s, background 0.2s;
}

/* Highlight the active button */
.nav .btn-link.active {
    color: #ea9c0b;
    border-radius: 0.25rem;
}

.nav .btn-link:hover, .nav .btn-link:focus {
    background: none !important;
    color: #333 !important;
    box-shadow: none !important;
}
/*.apply-green-btn {
    background-color: #009959  !important;
    color: #fff !important;
    border: none !important;
    transition: background 0.2s;
}*/
/*.apply-green-btn:hover, .apply-green-btn:focus {
    background-color: #ea9c0b!important;
    color: #222 !important;
}*/

/* =========== PROGRAM OUTCOMES,REQUIREMENTS AND SCHOLARSHIPS CSS STARTS HERE =========== */
.edubin-tab-pane .scholarship-section {
   padding: 32px 24px;
   background: #f9fafc;
   border-radius: 6px;
}

.edubin-tab-pane .scholarship-section p {
   margin-top: 15px;
   color: #696868;
}

.edubin-tab-pane .scholarship-section .title h4 {
   margin-bottom: 20px;
   color: #696868;
   font-weight: 500;
}


/* =========== PROGRAM OUTCOMES,REQUIREMENTS AND SCHOLARSHIPS CSS ENDS HERE =========== */


/* =========== CONTACT FORM EMAIL NOTIFICATION STYLE =========== */
.sticky-alert {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5000;
  /*width: 100vw;*/
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-radius: 0 0 6px 6px;
  margin: 0 auto;
  text-align: center;
  padding: 0.75rem 1.5rem;
  /*max-width: 100vw;*/
}


/* =============== ADMISSION PAGE CSS STATRS HERE =============== */
/* Admission Search Page Styles */
.card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.card-header {
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #B8EBDD;
}
.border-success .card-header h4 {
  color: #021E40;
  font-weight: 500;
}
.border-success .card-body th {
  color: #021E40;
  font-weight: 600;
}
.border-success .card-header .btn-close {
  background-color: #076415;
  border-radius: 50%;
  color: #fff;
  width: 24px;
  height: 24px;
  opacity: 1;
}
.card-body dl {
  margin-bottom: 0;
}

.card-body dt {
  font-weight: 600;
  color: #0d6efd;
}

.card-body dd {
  margin-bottom: 0.5rem;
}

.btn-primary {
  background-color: #ea9c0b;
  border-color: #0d6efd;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

input.form-control {
  border-radius: 0.3rem;
  border: 1px solid #ced4da;
}

.alert-danger {
  border-radius: 0.3rem;
  font-weight: 500;
}

/* Responsive styles */
@media (max-width: 767.98px) {
  .container.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .card {
    margin-bottom: 1.5rem;
  }
  .card-body dl {
    font-size: 1rem;
  }
  .row.g-2 > .col-md-6,
  .row.g-2 > .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.75rem;
  }
  .btn-primary {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .card-body dl {
    font-size: 1.1rem;
  }
}

/* =============== ADMISSION PAGE CSS ENDS HERE =============== */


/* ========== High School Leavers Start ========== */
/* ========== High School Leavers Start ========== */

/* --- Scoped Global Overrides --- */
.hsl-page {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: white !important;
}

.hsl-connect-section {
  margin-bottom: 30px;

}

@media only screen and (max-width: 767px) {
  .hsl-connect-section {
  margin-bottom: 5px !important;
}
} 

.hsl-page section {
  padding: 60px 8%;
}

.hsl-page h2 {
  color: #002b7f;
  margin-bottom: 20px;
}

.hsl-page a {
  color: #002b7f;
  text-decoration: none;
}

.hsl-page a:hover {
  text-decoration: underline;
}

/* Fix header top link colors to be white */
.hsl-page .header-top-info ul li a {
  color: #ffffff !important;
}

.hsl-page .login-register-link a {
  color: #ffffff !important;
}

/* --- 1. Banner --- */
.hsl-page .banner {
  color: white;
  text-align: center;
  padding: 0;
  margin-top: 0px;
  width: 100%;
}

/* --- 2. Welcome Section Links --- */
.hsl-page .hsl-welcome-links {
  padding: 20px 0;
}

.hsl-page .hsl-welcome-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hsl-page .hsl-welcome-links ul li {
  border-bottom: 1px solid #e0e0e0;
}

.hsl-page .hsl-welcome-links ul li:first-child {
  border-top: 1px solid #e0e0e0;
}

.hsl-page .hsl-welcome-links ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 10px;
  color: #021E40;
  font-weight: 500;
  font-size: 1.0rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hsl-page .hsl-welcome-links ul li a:hover {
  color: #ea9c0b;
  padding-left: 15px;
  text-decoration: none;
}

.hsl-page .hsl-welcome-links ul li a i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.hsl-page .hsl-welcome-links ul li a:hover i {
  transform: translateX(5px);
  color: #ea9c0b;
}

/* --- 4. Events Grid Layout --- */
.hsl-page .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 80px;
  row-gap: 50px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 40px;
  background: white;
  margin-top: 60px !important;
}

.hsl-page .grid-item {
  padding: 0px;
}

.hsl-page .grid-item.mission-img {
  grid-column: 1;
  grid-row: 1;
}

.hsl-page .grid-item.mission-text {
  grid-column: 2;
  grid-row: 1;
}

.hsl-page .grid-item.mission-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* --- 6. Student Success Stories --- */
.hsl-page .story-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 0;
  backdrop-filter: none;
  transition: none;
}

.hsl-page .story-card:hover {
  background: white;
}

.hsl-page .story-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.hsl-page .story-content {
  padding: 20px;
}

.hsl-page .story-degree {
  color: #009959;
  font-weight: 600;
  margin-bottom: 10px;
}

.hsl-page .read-more {
  color: #009959;
  text-decoration: none;
  font-weight: 600;
}

.hsl-page .read-more:hover {
  text-decoration: underline;
}

/* --- 7. Stay Connected Section --- */
.hsl-page .connect-banner {
  background: #B8EBDD;
  color: #021E40;
  padding: 60px 30px;
  border-radius: 15px;
}

.hsl-page .connect-banner h2 {
  color: #021E40;
}

.hsl-page .connect-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hsl-page .connect-buttons .admission-connect-btn {
  min-width: 170px;
  width: auto;
  color: #000000;
  background: #e79800 !important;
  padding: 9px 28px;
  line-height: 28px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

/* --- Button Overrides --- */
.hsl-page .btn-primary {
  background-color: #009959;
  border-color: #009959;
}

.hsl-page .btn-primary:hover {
  background-color: #007744;
  border-color: #007744;
}

.hsl-page .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 89, 0.25);
}

/* Section 6 button hover effects */
.hsl-page .connect-buttons .btn:hover {
  background-color: #076415 !important;
  color: #ffffff !important;
  text-decoration: none;
}

.hsl-page .connect-buttons .admission-connect-btn:hover,
.hsl-page .connect-buttons .admission-connect-btn:focus {
  color: #fff !important;
  background: #076415 !important;
  background: -webkit-linear-gradient(to top, #054d10, #076415);
background: linear-gradient(to top, #054d10, #076415);
  text-decoration: none;
}

.hsl-page .breadcrumb .breadcrumb-item:hover a {
  color: white !important;
}

/* --- 1b. Course Requirements Section --- */
.hsl-page .hsl-req-subtitle {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.hsl-page .hsl-req-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 20px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border-top: 3px solid #009959;
}

.hsl-page .hsl-req-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #002b7f;
  margin-bottom: 14px;
}

.hsl-page .hsl-req-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hsl-page .hsl-req-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.hsl-page .hsl-req-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
  color: #009959;
}

/* --- Pill Button --- */
.hsl-page .hsl-btn-pill {
  border-radius: 50px;
  padding: 12px 35px;
}

/* --- Connect Section White Button --- */
.hsl-page .hsl-btn-white {
  border-radius: 5px;
  padding: 0px 20px;
  background: #ea9c0b;
  color: #021E40;
}


/* --- Responsive --- */

/* Tablets & below (≤992px) */
@media (max-width: 992px) {
  .hsl-page section {
    padding: 40px 5%;
  }

  .hsl-page .banner {
    padding: 0 !important;
    overflow: hidden;
  }

  .hsl-page .banner .page-banner-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 220px !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .hsl-page .hsl-welcome-section {
    background-color: #ffffff !important;
    margin-top: 0 !important;
  }

  .hsl-page .hsl-welcome-section .section-title {
    margin-bottom: 20px !important;
  }
 .hsl-page .hsl-welcome-section .title h2 {
    color:#021E40;
    font-size: 20px;
  }
  .hsl-page .connect-banner {
    padding: 45px 25px;
  }
}

/* Grid collapses to single column (≤900px) */
@media (max-width: 900px) {
  .hsl-page .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 30px;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 20px;
  }

  .hsl-page .grid-item.mission-img {
    grid-column: 1;
    grid-row: 1;
  }

  .hsl-page .grid-item.mission-text {
    grid-column: 1;
    grid-row: 2;
  }
}

/* Mobile landscape & large phones (≤768px) */
@media (max-width: 768px) {
  .hsl-page section {
    padding: 30px 4%;
  }

  .hsl-page .banner .page-banner-section {
    min-height: 190px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .hsl-page h2 {
    font-size: 20px;
    color: #021E40;
  }

  .hsl-page .hsl-req-card {
    padding: 15px;
  }

  .hsl-page .connect-banner {
    padding: 35px 20px;
    border-radius: 10px;
  }

  .hsl-page .connect-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 20px !important;
  }

  .hsl-page .connect-buttons {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto !important;
  }

 .hsl-page .hsl-btn-white {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    /* Optional: ensure no extra line-height issues */
    height: auto;
    line-height: 1.2;
}

  .hsl-page .story-image img {
    height: 180px;
  }
}

/* Small phones (≤576px) */
@media (max-width: 576px) {
  .hsl-page section {
    padding: 20px 3%;
  }

  .hsl-page .banner .page-banner-section {
    min-height: 160px !important;
    padding-top: 60px !important;
  }

  .hsl-page h2 {
    font-size: 1.4rem;
  }

  .hsl-page .hsl-req-card {
    padding: 14px;
  }

  .hsl-page .hsl-req-card h4 {
    font-size: 16px;
  }

  .hsl-page .grid-container {
    padding: 20px 15px;
    gap: 20px;
  }

  .hsl-page .connect-banner {
    padding: 30px 15px;
  }

  .hsl-page .connect-buttons .btn {
    max-width: 100%;
    width: 100%;
  }

  .hsl-page .connect-buttons .admission-connect-btn {
    min-width: 0;
  }

  .hsl-page .story-image img {
    height: 160px;
  }

  .hsl-page .story-content {
    padding: 15px;
  }

  .hsl-page .hsl-welcome-links ul li a {
    font-size: 0.95rem;
    padding: 14px 8px;
  }
}

/* ========== High School Leavers Ends ========== */



/* ========== START OF STUDENT ACCOMMODATION ========== */
/* --- 3. Accommodation Grid Layout --- */
.sa-grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 0;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: white;
  overflow: hidden;
  border-radius: 10px;
}

.sa-grid-item {
  padding: 0;
}

.sa-grid-item.sa-grid-img {
  grid-column: 1;
  grid-row: 1;
}

.sa-grid-item.sa-grid-text {
  grid-column: 2;
  grid-row: 1;
  padding: 40px 30px;
}

.sa-grid-item.sa-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sa-page .sa-testimonials-section .section-title h2 {
  color: #021E40;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0px !important;
  margin-top: 65px;
}

.sa-page .sa-testimonials-section .section-title p {
  margin-top: 5px !important;
}

@media (max-width: 768px) {
  .sa-grid-section {
    grid-template-columns: 1fr;
  }
  .sa-grid-item.sa-grid-img,
  .sa-grid-item.sa-grid-text {
    grid-column: 1;
    grid-row: auto;
    padding: 20px 10px;
  }
}

/* --- 4. Resident Testimonials --- */
.sa-page .sa-testimony-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sa-page .sa-testimony-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.sa-page .sa-testimony-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.sa-page .sa-testimony-content {
  padding: 20px;
}

.sa-page .sa-testimony-content h4 {
  font-size: 17px;
  color: #002b7f;
  margin-bottom: 10px;
}

.sa-page .sa-testimony-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.sa-page .sa-testimony-tag {
  color: #009959;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sa-testimony-content .sa-testimony-tag p {
  color: #009959;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ========== END OF STUDENT ACCOMMODATION ========== */


/* --------- START OF STUDENT SAFETY -------- */
/* --- 2. Safety Welcome Section --- */
.ssf-page .ssf-welcome-section {
  background-color: #ffffff;
}

.ssf-page .ssf-welcome-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.ssf-page .ssf-welcome-links {
  padding: 20px 0;
}

.ssf-page .ssf-welcome-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ssf-page .ssf-welcome-links ul li {
  border-bottom: 1px solid #e0e0e0;
}

.ssf-page .ssf-welcome-links ul li:first-child {
  border-top: 1px solid #e0e0e0;
}

.ssf-page .ssf-welcome-links ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #002b7f;
  transition: all 0.3s ease;
}

.ssf-page .ssf-welcome-links ul li a:hover {
  color: #c0392b;
  padding-left: 15px;
  text-decoration: none;
}

.ssf-page .ssf-welcome-links ul li a i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.ssf-page .ssf-welcome-links ul li a:hover i {
  transform: translateX(5px);
  color: #c0392b;
}

.ssf-page .ssf-welcome-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #002b7f;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #009959;
  display: inline-block;
}

.ssf-page .ssf-welcome-topic {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 25px;
}

.ssf-page .ssf-welcome-topic-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #009959, #007744);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ssf-page .ssf-welcome-topic-icon i {
  font-size: 20px;
  color: #ffffff;
}

.ssf-page .ssf-welcome-topic-info h6 {
  font-size: 18px;
  font-weight: 700;
  color: #002b7f;
  margin-bottom: 8px;
}

.ssf-page .ssf-welcome-topic-info p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
  padding-left: 20px;
}


/* --- 3. Safety Commitment Grid Layout --- */
.ssf-grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 30px;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 10px;
}

.ssf-grid-item {
  padding: 0;
}

.ssf-grid-item.ssf-grid-img {
  grid-column: 1;
  grid-row: 1;
}

.ssf-grid-item.ssf-grid-text {
  grid-column: 2;
  grid-row: 1;
  padding: 40px 30px;
}

.ssf-grid-item.ssf-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- 4. Stay Secure on Campus --- */
.ssf-page .ssf-secure-section {
  background-color: #ffffff;
}

.ssf-page .ssf-secure-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 35px 30px;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}


.ssf-page .ssf-secure-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #002b7f;
  margin-bottom: 15px;
}

.ssf-page .ssf-secure-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
}

.ssf-page .ssf-secure-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #009959, #007744);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ssf-page .ssf-secure-btn:hover {
  background: linear-gradient(135deg, #007744, #005533);
  color: #ffffff;
  text-decoration: none;
}

/* --------- END OF STUDENT SAFETY ---------- */

/* ========================================================================
   STUDY AT DWU PAGE STYLES
   ======================================================================== */
/* -- General Utilities -- */
.progress-wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.main-wrapper {
  overflow-x: hidden;
}
/* -- Section 1: Intro -- */
section.study-intro {
  padding: 60px 0 50px;
  background: #fff;
}
section.study-intro .intro-left {
  padding-right: 50px;
}
section.study-intro .intro-left h2 {
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}
section.study-intro .intro-left p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}
section.study-intro .intro-right-col {
  padding-left: 50px;
}
section.study-intro h3.intro-right {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
section.study-intro .intro-right-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  margin-bottom: 12px;
  background: #f5f7fa;
  border-radius: 8px;
  text-decoration: none;
  color: #021E40;
  font-weight: 600;
  font-size: 16px;
  border-left: 4px solid #009959;
  transition: all 0.3s ease;
}
section.study-intro .intro-right-link:hover {
  background: #e8f5ee;
  border-left-color: #009959;
  color: #009959;
  transform: translateX(4px);
}
section.study-intro .intro-right-link i.ql-icon {
  font-size: 22px;
  color: #009959;
  width: 28px;
  text-align: center;
}
section.study-intro .intro-right-link i.ql-arrow {
  margin-left: auto;
  color: #009959;
  font-size: 14px;
}
/* -- Section 2 & 3: Two-Column Layout Spacing -- */
.study-col-left {
  padding-right: 50px;
}
.study-col-right {
  padding-left: 50px;
}
.study-section-img {
  width: 100%;
}
/* -- Card Sections -- */
.study-section {
  padding: 60px 0;
}
.study-section.bg-light {
  background: #f5f7fa;
}
.study-section .section-header {
  margin-bottom: 40px;
}
.study-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.study-section .section-header p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}
.study-cards {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}
.study-cards.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.study-cards.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.study-cards.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.study-card {
  background: #fff;
  border-radius: 10px;
  padding: 35px 28px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #009959;
  display: flex;
  flex-direction: column;
}
.study-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.study-card .card-icon {
  font-size: 36px;
  color: #009959;
  margin-bottom: 18px;
}
.study-card h3 {
  font-size: 20px;
  color: #009959;
  margin-bottom: 12px;
  font-weight: 700;
}
.study-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 18px;
}
.study-card .card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #009959;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  transition: gap 0.3s;
}
.study-card .card-link:hover {
  gap: 10px;
  color: #007a47;
}
/* -- Begin Future List Items -- */
.begin-future-list .future-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.begin-future-list .future-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* Future item icons (search, file, university, laptop) */
.future-item-icon {
  color: #ea9c0b;
  margin-right: 10px;
  font-size: 20px;
}
/* Future item action links */
.future-item-link {
  color: #ea9c0b;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
}
.future-item-link:hover {
  color: #ea9c0b;
}
.future-item-link .fa-arrow-right {
  margin-left: 5px;
}
/* -- Section 4: Student Stories / Testimonial Section -- */
.student-stories {
  padding: 70px 0;
  background: #fff;
  color: #333;
}
.student-stories .section-header {
  text-align: center;
}
.student-stories .section-header h2 {
  margin-bottom: 0;
}
.student-stories .section-header p {
  color: #666;
  margin-top: 5px;
}
/* Video responsive wrapper */
.video-wrapper {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.our-story .video-wrapper {
  padding-bottom: 56.25%;
}
.our-story .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
/* -- Stories Grid (for future use) -- */
.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.story-card {
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 30px;
  backdrop-filter: blur(10px);
  transition: background 0.3s;
}
.story-card:hover {
  background: rgba(255,255,255,0.15);
}
.story-card .story-quote {
  font-size: 15px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.9);
}
.story-card .story-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.story-card .story-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.3);
}
.story-card .story-author .author-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.story-card .story-author .author-info span {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}
/* -- Section 6: Course Search CTA -- */
.course-search-cta {
  padding: 60px 0;
  background: #B8EBDD;
  text-align: center;
  color: #fff;
}
.course-search-cta h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.course-search-cta p {
  font-size: 17px;
  margin-bottom: 25px;
  color: #000;
}
.course-search-cta .cta-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #076415;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s;
}
.course-search-cta .cta-btn:hover {
  background: #ea9c0b;
  color: #fff;
}
/* -- Section 8: Contact / Question Section -- */
.question-section {
  padding: 60px 0;
  background: #fff;
}
.question-section .section-header h2 {
  margin-bottom: 4px;
}
.question-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.question-card {
  background: #fff;
  border-radius: 10px;
  padding: 35px 28px;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s;
}
.question-card:hover {
  transform: translateY(-3px);
}
.question-card .q-icon {
  font-size: 40px;
  color: #076415;
  margin-bottom: 15px;
}
.question-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.question-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 18px;
}
.question-card a {
  display: inline-block;
  padding: 10px 25px;
  background: #076415;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s;
}
.question-card a:hover {
  background: #ea9c0b;
}
/* -- Study at DWU Responsive -- */
@media (max-width: 992px) {
  .study-cards.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .question-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .study-cards.cols-4,
  .study-cards.cols-3,
  .study-cards.cols-2 {
    grid-template-columns: 1fr;
  }
  .stories-grid {
    grid-template-columns: 1fr;
  }
  .question-grid {
    grid-template-columns: 1fr;
  }
  .study-intro .intro-content h2 {
    font-size: 28px;
  }
  .study-section .section-header h2 {
    font-size: 26px;
  }
}
/* ========== END OF STUDY AT DWU PAGE STYLES ========== */


/* ========== RESEARCH PAGE STYLES ========== */
/* Research page - full width slider */
.research-page,
.research-page .main-wrapper {
  overflow-x: hidden !important;
}
.research-page .edubin-slider-section-03 {
  position: relative !important;
  width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 0 !important;
}
.research-page .hero-slider-active {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 auto !important;
}
.research-page .hero-slider-active .swiper-wrapper,
.research-page .hero-slider-active .swiper-slide {
  clip-path: none !important;
  width: 100% !important;
}
.research-page .hero-slide-item {
  height: 527px !important;
  min-height: 527px !important;
  width: 100% !important;
}

/* Research page slide images */
.research-page .research-slide-1,
.research-page .research-slide-2 {
  background-image: none !important;
  position: relative;
}
.research-page .research-slide-1 img,
.research-page .research-slide-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Research page slider controls */
.research-page .research-slider-controls {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}
.research-page .research-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 14px;
}
.research-page .research-arrow:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: #fff;
}
.research-page .research-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.research-page .research-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
.research-page .research-dot.active {
  background: #ea9c0b;
  transform: scale(1.2);
}

/* Slider text alignment */
.research-page .hero-slide-item .container {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 900px;
  margin-left: 80px;
}
.research-page .hero-slide-item .container .row {
  height: 100%;
  align-items: center;
}
.research-page .hero-slide-item .slider-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.research-page .hero-slide-item .slider-cont .title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.research-page .hero-slide-item .slider-cont span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.research-page .hero-slide-item .slider-cont .slider-btn {
  display: inline-block;
  padding: 10px 30px;
  background: #ea9c0b;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.research-page .hero-slide-item .slider-cont .slider-btn:hover {
  background: #ea9c0b;
}

/* Research Content Section Styles */
.research-page .research-content-section {
  padding: 80px 0;
  background: #ffffff;
}
.research-page .research-section {
  margin-bottom: 60px;
}
.research-page .research-section:last-child {
  margin-bottom: 0;
}
.research-page .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.research-page .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  position: relative;
}
.research-page .section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #28a745, #ffc107);
}
.research-page .section-subtitle {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.research-page .research-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.research-page .research-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.research-page .research-card.featured {
  border-left: 4px solid #28a745;
}
.research-page .research-card.featured:hover {
  border-left-color: #218838;
}
.research-page .card-icon {
  width: 60px;
  height: 60px;
  background: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.research-page .research-card:hover .card-icon {
  background: #218838;
  transform: scale(1.1);
}
/* Research Community Clean Card Layout */
.research-page .rc-community-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.research-page .rc-community-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
}
.research-page .rc-community-card-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.research-page .rc-community-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.research-page .rc-community-card:hover .rc-community-card-img img {
  transform: scale(1.05);
}
.research-page .rc-community-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.research-page .rc-community-card-body .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 10px;
}
.research-page .rc-community-card-body .card-description {
  color: #555;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 16px;
}
.research-page .rc-community-card-body .card-link {
  color: #28a745;
  font-weight: 600;
  text-decoration: none;
  align-self: flex-start;
}
.research-page .rc-community-card-body .card-link:hover {
  color: #218838;
}
.research-page .rc-community-card-body .card-link:hover i {
  transform: translateX(4px);
}
.research-page .rc-community-card-body .card-link i {
  margin-left: 6px;
  transition: transform 0.3s ease;
  display: inline-block;
}
.research-page .card-icon i {
  font-size: 24px;
  color: #fff;
}
.research-page .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.research-page .card-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
.research-page .card-link {
  display: inline-flex;
  align-items: center;
  color: #28a745;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.research-page .card-link:hover {
  color: #218838;
}
.research-page .card-link i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.research-page .card-link:hover i {
  transform: translateX(5px);
}

/* Collaborate Grid Layout */
.research-page .collab-grid-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.research-page .collab-grid-item:last-child {
  margin-bottom: 0;
}
.research-page .collab-grid-item:hover {
  transform: translateY(-5px);
}
.research-page .collab-grid-reverse {
  direction: rtl;
}
.research-page .collab-grid-reverse > * {
  direction: ltr;
}
.research-page .collab-grid-image {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.research-page .collab-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.research-page .collab-grid-item:hover .collab-grid-image img {
  transform: scale(1.05);
}
.research-page .collab-grid-text {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.research-page .collab-grid-text .card-icon {
  margin-bottom: 15px;
}
.research-page .collab-grid-text .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 12px;
}
.research-page .collab-grid-text .card-description {
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Research Page Responsive */
@media (max-width: 991px) {
  .research-page .collab-grid-text {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .research-page .research-content-section {
    padding: 60px 0;
  }
  .research-page .section-title {
    font-size: 28px;
  }
  .research-page .research-card {
    padding: 25px;
  }
  .research-page .collab-grid-item {
    grid-template-columns: 1fr;
  }
  .research-page .collab-grid-reverse {
    direction: ltr;
  }
  .research-page .collab-grid-image {
    min-height: 220px;
  }
.research-page .collab-grid-text {
    padding: 25px;
  }
}
/* ========== END OF RESEARCH PAGE STYLES ========== */


/* ========== PASSWORD FIELD ICON TOGGLE CSS =============== */
.input-group-relative {
    position: relative;
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
/* ========== END OF PASSWORD FIELD ICON TOGGLE CSS =============== */


/* ========== START OF LOGO TEXT ========== */ 

.header-logo-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 610;
  font-size: 2.63rem;
  line-height: 1;
  color: #009959;
  letter-spacing: 0;
  margin-left: 2px;
}
.header-logo-subtext {
  font-family: 'Poppins', sans-serif;
  font-size: 0.64rem;
  color: #070707;
  margin: 1px 0 0 0;
  line-height: 0.5;
  margin-left: 3px;
}


/* ========== START OF 404 PAGE STYLES ========== */

  /* ── 404 page styles ── */
  .error-404-section {
    padding: 40px 0 100px;
    /* background: #f8f9fb; */
    min-height: 60vh;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
  .error-404-inner {
    text-align: center;
  }
  .error-404-illustration {
    max-width: 550px;
    width: 100%;
    margin-bottom: 32px;
    filter: drop-shadow(0 8px 24px rgba(7,41,77,.12));
  }
  .error-404-code {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(72px, 14vw, 140px);
    font-weight: 700;
    line-height: 1;
    color: #07294d;
    letter-spacing: -4px;
    margin-bottom: 0;
  }
  .error-404-code span {
    color: #e8a900;
  }
  .error-404-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 600;
    color: #07294d;
    margin: 12px 0 16px;
  }
  .error-404-text {
    font-size: 16px;
    color: #5a6a7a;
    max-width: 480px;
    margin: 0 auto 36px;
    line-height: 1.7;
  }
  .error-404-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
  .error-btn-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ea9c0b;
    color: #07294d !important;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background .25s ease, transform .2s ease;
  }
  .error-btn-home:hover {
    background: #076415;
    transform: translateY(-2px);
    color: #fff !important;
  }
  .error-btn-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #07294d !important;
    padding: 13px 32px;
    border-radius: 6px;
    border: 2px solid #076415;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background .25s ease, color .25s ease, transform .2s ease;
  }
  .error-btn-back:hover {
    background: #076415;
    color: #fff !important;
    transform: translateY(-2px);
  }
  /* Breadcrumb banner */
  .error-page-banner {
    background: linear-gradient(135deg, #ea9c0b 0%, #076415 100%);
    padding: 48px 0 40px;
  }
  .error-page-banner h2 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 10px;
  }
  .error-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
  }
  .error-breadcrumb li {
    color: #c8d8ea;
    font-size: 14px;
  }
  .error-breadcrumb li + li::before {
    content: "/";
    margin-right: 4px;
    color: #c8d8ea;
  }
  .error-breadcrumb a {
    color: #e8a900;
    text-decoration: none;
  }
  .error-breadcrumb a:hover { text-decoration: underline; }

  @media (max-width: 576px) {
    .error-404-section { padding: 60px 0 80px; }
    .error-404-illustration { max-width: 260px; }
  }

/* ========== END OF 404 PAGE STYLES ============ */





/* ========== START OF CONTACT FORM EMAIL STYLES ========== */

  body {
      background: #f4f6fb;
      font-family: 'Segoe UI', Arial, sans-serif;
      margin: 0;
      padding: 0;
  }
  .email-container {
      max-width: 600px;
      margin: 40px auto;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.07);
      overflow: hidden;
  }
  .header {
      background: #076415;
      color: #fff;
      padding: 32px 32px 16px 32px;
      text-align: left;
  }
  .header h2 {
      margin: 0 0 8px 0;
      font-size: 28px;
      font-weight: 600;
  }
  .header p {
      margin: 0;
      font-size: 16px;
      color: #cbd5e1;
  }
  .content {
      padding: 32px;
  }
  .info-row {
      margin-bottom: 18px;
  }
  .info-label {
      display: inline-block;
      min-width: 90px;
      color: #2a4365;
      font-weight: 600;
  }
  .info-value {
      color: #334155;
  }
  .message-box {
      background: #f1f5f9;
      border-left: 4px solid #009959;
      padding: 18px;
      margin-top: 18px;
      border-radius: 6px;
      color: #334155;
      font-size: 16px;
  }
  .footer {
      background: #f4f6fb;
      color: #64748b;
      text-align: center;
      font-size: 13px;
      padding: 18px 32px;
  }
  @media (max-width: 767px) {
      .email-container, .header, .content, .footer {
          padding-left: 12px !important;
          padding-right: 12px !important;
      }
      .content {
          padding: 18px !important;
      }
  }

/* ========== END OF CONTACT FORM EMAIL STYLES ============ */


/* =========== ALUMNI PAGE STYLES STARTS HERE ============= */

/* --- Scoped Global Overrides --- */
body.alumni-page {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #ffffff;
  overflow-x: hidden;
}

body.alumni-page section {
  padding: 0;
}

body.alumni-page h2 {
  color: #002b7f;
  margin-bottom: 20px;
  line-height: 1.25;
}

body.alumni-page a {
  color: #002b7f;
  text-decoration: none;
}

body.alumni-page a:hover {
  text-decoration: underline;
}

body.alumni-page .breadcrumb .breadcrumb-item a,
body.alumni-page .breadcrumb .breadcrumb-item:hover a {
  color: #ffffff;
}

body.alumni-page .footer-copyright-links a,
body.alumni-page .footer-copyright-links a:hover {
  color: #ffffff;
}

body.alumni-page .main-menu a,
body.alumni-page .main-menu a:hover,
body.alumni-page .main-menu a:focus,
body.alumni-page .main-menu ul li:hover > a,
body.alumni-page .main-menu ul li .sub-menu a,
body.alumni-page .main-menu ul li .sub-menu a:hover,
body.alumni-page .main-menu ul li .sub-menu li:hover > a,
body.alumni-page .mobile-nav-menu a,
body.alumni-page .mobile-nav-menu a:hover,
body.alumni-page .mobile-nav-menu .sub-menu a,
body.alumni-page .mobile-nav-menu .sub-menu a:hover,
body.alumni-page .mm-pos ul li a,
body.alumni-page .mm-pos ul li a:hover {
  text-decoration: none !important;
}

body.alumni-page .mm-pos ul li a:hover:after {
  visibility: visible;
  transform: scaleX(1);
}

/* Fix header top link colors to be white */
body.alumni-page .header-top-info ul li a {
  color: #ffffff !important;
}

body.alumni-page .header-top-wrap .login-register ul li a {
  color: #ffffff !important;
}

body.alumni-page .login-register-link a {
  color: #ffffff !important;
}

/* --- 1. BANNER --- */
body.alumni-page .banner {
  color: white;
  text-align: center;
  padding: 0;
  margin-top: 0px;
  width: 100%;
}

body.alumni-page .banner h1 {
  font-size: 42px;
}

body.alumni-page .banner img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  display: block;
}


body.alumni-page .alumni-welcome-section,
body.alumni-page .alumni-events-section,
body.alumni-page .alumni-connect-section {
  padding: 60px 0;
}

body.alumni-page .alumni-welcome-section .description {
  max-width: 920px;
  margin: 0 auto;
}

/* --- 2. GRID LAYOUT --- */
body.alumni-page .grid-container {
  display: flex;
  /*grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: auto;*/
  gap: 40px;
  align-items: center;
  width: min(100% - 32px, 1200px);
  margin: 0 auto 40px;
  /*padding: 48px;*/
  background: transparent;
  /*border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 43, 127, 0.08);
  box-sizing: border-box;*/
}

body.alumni-page .grid-item {
  padding: 0px;
  min-width: 0;
}

body.alumni-page .grid-item.intro-left {
  grid-column: auto;
  grid-row: auto;
}

body.alumni-page .grid-item.intro-right {
  grid-column: auto;
  grid-row: auto;
}

body.alumni-page .grid-item.mission-img {
  grid-column: auto;
  grid-row: auto;
  min-height: 340px;
}

body.alumni-page .grid-item.mission-text {
  grid-column: auto;
  grid-row: auto;
}

body.alumni-page .grid-item.mission-img img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

body.alumni-page .grid-item.intro-right ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

body.alumni-page .grid-item.intro-right li {
  margin-bottom: 20px;
  font-weight: bold;
}

body.alumni-page .grid-item.intro-right a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #002b7f;
  text-decoration: none;
  transition: all 0.3s ease;
}

body.alumni-page .grid-item.intro-right a:hover {
  color: #009959;
}

body.alumni-page .grid-item.intro-right a i {
  margin-left: 20px;
  font-size: 12px;
}

body.alumni-page .grid-item.mission-text h3 {
  margin-top: 0px;
  color: #002b7f;
}

body.alumni-page .grid-item.mission-text h2,
body.alumni-page .grid-item.mission-text h3,
body.alumni-page .grid-item.mission-text h4,
body.alumni-page .grid-item.mission-text p {
  margin-bottom: 14px;
}

body.alumni-page .grid-item.mission-text br {
  display: none;
}

body.alumni-page .grid-item.intro-left p {
  margin-bottom: 0px;
}

/* --- 3. LEFT TITLE / RIGHT LINKS (LEGACY) --- */
body.alumni-page .intro-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: white;
  gap: 60px;
}

body.alumni-page .intro-left {
  flex: 1;
}

body.alumni-page .intro-left h2 {
  font-size: 32px;
}

body.alumni-page .intro-right {
  flex: 1;
}

body.alumni-page .intro-right ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

body.alumni-page .intro-right li {
  margin-bottom: 20px;
  font-weight: bold;
}

body.alumni-page .intro-right a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #002b7f;
  text-decoration: none;
  transition: all 0.3s ease;
}

body.alumni-page .intro-right a:hover {
  color: #009959;
}

body.alumni-page .intro-right a i {
  margin-left: 20px;
  font-size: 12px;
}

/* --- FAITH ITEMS --- */
body.alumni-page .faith-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

body.alumni-page .faith-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

body.alumni-page .faith-item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f8f9fa;
  cursor: pointer;
  font-weight: 600;
  color: #002b7f;
  transition: all 0.3s ease;
}

body.alumni-page .faith-item .item-header:hover {
  background: #e9eef7;
}

body.alumni-page .faith-item .item-header i {
  transition: transform 0.3s ease;
}

body.alumni-page .faith-item.active .item-header i {
  transform: rotate(180deg);
}

body.alumni-page .faith-item .item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: white;
}

body.alumni-page .faith-item.active .item-content {
  max-height: 200px;
  padding: 20px;
}

body.alumni-page .faith-item .item-content p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

/* --- 3. IMAGE LEFT / TEXT RIGHT --- */
body.alumni-page .mission-flex {
  display: flex;
  gap: 40px;
  background: #ffffff;
}

body.alumni-page .mission-img {
  flex: 1;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}

body.alumni-page .mission-img img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

body.alumni-page .mission-text {
  flex: 1;
}

body.alumni-page .mission-text h3 {
  margin-top: 0px;
  color: #002b7f;
}

body.alumni-page .alumni-awards-list,
body.alumni-page .alumni-give-back-list,
body.alumni-page .alumni-engagement-list {
  margin-bottom: 0;
}

body.alumni-page .connect-banner {
  background: linear-gradient(65deg, #009959 0%, #076415 100%);
  border-radius: 10px;
  padding: 42px 28px;
}

body.alumni-page .connect-banner h2,
body.alumni-page .connect-banner p {
  color: #ffffff;
}

body.alumni-page .give-back-content,
body.alumni-page .give-back-actions {
  background: #ffffff;
  border-radius: 12px;
  padding: 34px;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 43, 127, 0.08);
}

body.alumni-page .action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body.alumni-page .action-buttons .btn-outline-secondary {
  color: #000000;
}

body.alumni-page .action-buttons .btn-outline-secondary:hover,
body.alumni-page .action-buttons .btn-outline-secondary:focus {
  background-color: #076415;
  border-color: #076415;
  color: #ffffff;
}

body.alumni-page .impact-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.alumni-page .stat-item {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
}

body.alumni-page .stat-number,
body.alumni-page .stat-label {
  display: block;
}

body.alumni-page .stat-number {
  color: #076415;
  font-size: 28px;
  font-weight: 700;
}

/* --- 4. VIDEO --- */
body.alumni-page .video-section {
  text-align: center;
  background: #e9eef7;
}

body.alumni-page .video-placeholder {
  background: #000;
  height: 482px;
  width: 100%;
  max-width: 1144px;
  margin: auto;
}
body.alumni-page .video-placeholder p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 200px;
}

body.alumni-page #alumniRegistrationModal {
  z-index: 3005;
}

body.alumni-page .modal-backdrop {
  z-index: 3000;
}

body.alumni-page #alumniRegistrationModal .nice-select.form-select {
  background-image: none;
}

body.alumni-page #alumniRegistrationModal #graduationYear + .nice-select .list,
body.alumni-page #alumniRegistrationModal #campus + .nice-select .list {
  max-height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}

body.alumni-page .give-back-actions a.give-back-btn:hover,
body.alumni-page .give-back-actions a.give-back-btn:focus {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  body.alumni-page .grid-container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0;
  }

  body.alumni-page .grid-item.mission-img,
  body.alumni-page .grid-item.mission-img img,
  body.alumni-page .mission-img img {
    min-height: 280px;
  }

  body.alumni-page .mission-flex {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  body.alumni-page .alumni-welcome-section,
  body.alumni-page .alumni-events-section,
  body.alumni-page .alumni-connect-section {
    padding: 42px 0;
  }

  body.alumni-page .grid-container {
    width: calc(100% - 24px);
    padding: 0;
  }

  body.alumni-page .grid-item.mission-img,
  body.alumni-page .grid-item.mission-img img,
  body.alumni-page .mission-img img {
    min-height: 220px;
  }

  body.alumni-page .connect-banner,
  body.alumni-page .give-back-content,
  body.alumni-page .give-back-actions {
    padding: 26px 20px;
  }

  body.alumni-page .action-buttons,
  body.alumni-page .give-back-btn {
    width: 100%;
  }

  body.alumni-page .impact-stats {
    grid-template-columns: 1fr;
  }
}

/* =========== ALUMNI PAGE STYLES ENDS HERE ============= */

/* ========== START OF KEY ACADEMIC AREAS STYLES ========== */
.wm-box-service .wm-box-service-wrap h6,
.wm-box-service .wm-box-service-wrap h6 a {
  color: #ffffff !important;
}


/* ========== START OF SEARCH AND CARDS FOR KEY ACADEMIC AREAS STYLES ========== */
/* Main Section */
.wm-main-section,.wm-main-content {
	float: left;
	width: 100%;
	position: relative;
}
.wm-main-content 	{ padding: 100px 0px 60px 0px; }

/* Search Courses */
.wm-search-course {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    padding: 36px 36px 35px 36px;
    margin-bottom: 30px;
}
.wm-short-title {
    float: left;
    width: 100%;
    padding-bottom: 6px;
    position: relative;
    margin-bottom: 20px;
}
.wm-short-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #ebebeb;
}
.wm-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 21px;
    color: #424242;
    margin-bottom: 0px;
}
.wm-radio input[type=radio]     { display: none; }
.wm-radio label:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    bottom: 0px;
    border: 1px solid #e79800;
}
.wm-radio input[type=radio]:checked + label:before {
    content: "";
    background-color: #e79800;
    box-shadow: 0px 0px 0px 1px #f7f7f7 inset;
}
.wm-radio-partition {
    float: left;
    margin-right: 30px;
    margin: 0px 19px 15px 0px;
}
.wm-apply-select {
    float: left;
    width: 100%;
    position: relative;
}
.wm-apply-select select {
    padding: 4px 20px;
    font-style: italic;
    margin: 0px;
    background: #ffffff;
    color: #999;
    height: 43px;
    font-size: 15px;
    border: none;
    outline:none;
    display: inline-block;
    cursor:pointer;
    border-bottom: 2px solid #eaeaea;
}
.wm-apply-select:after {
    content: "\f107";
    font-family: FontAwesome;
    color:#b7b7b7;
    right: 16px;
    top: 15px;
    padding:0 0 2px;
    position:absolute;
    font-size: 12px;
}
.wm-search-course p             { margin-bottom: 10px; }
.wm-search-course ul,.wm-search-course ul li,.wm-radio,
.wm-search-course ul li input[type="text"] {
    float: left;
    width: 100%;
}
.wm-search-course ul li {
    list-style: none;
    line-height: 1;
    position: relative;
    margin-bottom: 7px;
}
.wm-search-course ul li input[type="text"] {
    height: 43px;
    border-bottom: 2px solid #eaeaea;
    font-size: 15px;
    color: #a9a9a9;
    padding: 7px 20px;
    background-color: #ffffff;
    font-style: italic;
}
.wm-search-course ul li i {
    position: absolute;
    right: 19px;
    top: 15px;
    font-size: 11px;
    color: #bababa;
}
.wm-search-course ul li input[type="submit"] {
    display: inline-block;
    padding: 11px 21px 10px 21px;
    font-size: 12px;
    color: #e79800;
    border: 1px solid;
    text-transform: uppercase;
    font-weight: 500;
    background-color: transparent;
    margin-top: 17px;
}
.wm-search-course ul li input[type="submit"]:hover,
.wm-search-course.wm-search-color-change p,.wm-search-color-change .wm-radio label {
    color: #ffffff; }
.wm-search-course.wm-search-color-change                                            { background-color: #303030; padding: 45px 36px; }
.wm-search-color-change .wm-short-title:before                                      { background-color: #4a4a4a; }
.wm-search-color-change .wm-radio label:before                                      { border-color: #ffffff;  }
.wm-search-course.wm-search-color-change ul li i                                    { color: #9e9e9e; }
.wm-search-color-change .wm-radio-partition                                         { margin-bottom: 25px; }
.wm-search-color-change .wm-apply-select select {
    background-color: transparent;
    border: 1px solid #595959;
}
.wm-search-color-change .wm-radio input[type="radio"]:checked + label:before {
    box-shadow: 0 0 0 1px #303030 inset;
    background-color: #ffffff;
}
.wm-search-course.wm-search-color-change ul li input[type="text"] {
    border: 1px solid #595959;
    color: #9e9e9e;
    background-color: transparent;
}
.wm-search-course.wm-search-color-change ul li input[type="submit"] {
    border: none;
    color: #ffffff;
    padding: 15px 37px 18px 25px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 26px;
}
.wm-slash-btn {
    position: relative;
    float: left;
    margin-bottom: 0px;
}
/* Service */
.wm-service,.wm-box-service-wrap {
    float: left;
    width: 100%;
}
.wm-service ul li           { list-style: none; }
.wm-service > ul > li       { margin-bottom: 14px; }
.wm-box-service ul          { margin: 0px -9px; }
.wm-box-service ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 25%;
    padding: 0px 9px;
}
.wm-box-service-wrap {
    padding: 40px 35px 37px 35px;
    text-align: center;
}
.wm-box-service-wrap i {
    color: #ffffff;
    font-size: 50px;
    display: inline-block;
    margin-bottom: 16px;
}
.wm-box-service-wrap h6 a                               { color: #ffffff; }
.wm-box-service ul li:hover .wm-box-service-wrap i      { color: #e79800; }
.wm-box-service ul li:hover .wm-box-service-wrap        { box-shadow: 4px 0px 0px 0px #e79800 inset; }

.campus-academic-program-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    clear: both;
    float: none;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
    overflow: visible;
}
.campus-academic-program-section .container,
.campus-academic-program-section .row,
.campus-academic-program-section .col-md-4,
.campus-academic-program-section .col-md-8,
.campus-academic-program-section .wm-search-course,
.campus-academic-program-section .wm-service {
    visibility: visible !important;
    opacity: 1 !important;
}
.campus-academic-program-section .wm-box-service > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -9px;
    padding-left: 0;
}
.campus-academic-program-section .wm-box-service > ul > li {
    display: block;
    margin-right: 0;
    width: 25%;
}
@media only screen and (max-width: 991px) {
    .campus-academic-program-section .wm-box-service > ul > li {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    .campus-academic-program-section .wm-box-service > ul > li {
        width: 100%;
    }
}

/*===== MOBILE RESPONSIVE =====*/
/* Main Grid */
.wm-main-content .col-md-4,.wm-main-content .col-md-3 { float: none; display: inline-block; vertical-align: top; margin-right: -4px; width: 50%; }
.wm-main-content .col-md-7,.wm-main-content .col-md-5,.wm-main-content .col-md-6 { width: 100%; float: left; margin-bottom: 30px; }
.col-md-12 { float: left; width: 100%; }

/* Main Grid */
.wm-main-content .col-md-4,.wm-main-content .col-md-3 { float: none; display: inline-block; vertical-align: top; margin-right: -4px; width: 50%; }
.wm-main-content .col-md-7,.wm-main-content .col-md-5,.wm-main-content .col-md-6 { width: 100%; float: left; margin-bottom: 30px; }
.col-md-12 { float: left; width: 100%; }
/* Content */
.wm-main-wrapper { overflow: hidden; }
.wm-questions-studying img,.wm-contact-service-two ul li:before { display: none; }
.wm-testimonial-slider .slick-arrow.slick-arrow-left,.wm-testimonial-slider .slick-arrow.slick-arrow-right { display: none !important; }
.wm-history-list,.nicescroll-rails-vr,.wm-service-slider .slick-arrow,.wm-service-slider .slick-arrow.slick-arrow-right { display: none !important; }
.wm-map { margin-bottom: 40px; }
.wm-box-service ul li { width: 50%; }

/* Media 300Px Start */
@media (max-width: 480px) {
.wm-main-content .col-md-4,.wm-main-content .col-md-3,.widget { margin-right: 0px; width: 100%; }
.wm-box-service ul li,.modal-content,.modal-dialog,.wm-login-social-media li,
.wm-footer-partner ul li { width: 100%; } 
.wm-contact-service { background: none; } 
.wm-counter-simple:before { display: none; }
.wm-upcoming-event-slider { padding: 0px; } 
.wm-header-number { padding: 30px 11px 29px; } 
.wm-testimonial-navslider span { font-size: 15px; } 
.wm-partners-slider-two .slick-arrow,.slick-dots { display: none !important; }
}

/* ========== END OF SEARCH AND CARDS FOR KEY ACADEMIC AREAS STYLES ========== */

