/**
* Website Name: Doulos Biblical Seminary
* Author: @imbazim
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root, [data-bs-theme=light] {
  --bs-body-font-size: .875rem;

    /* General colors */
    --color-blue: #0d6efd;
    --color-blue-rgb: 13, 110, 253;
  
    --color-indigo: #6610f2;
    --color-indigo-rgb: 102, 16, 242;
  
    --color-purple: #6f42c1;
    --color-purple-rgb: 111, 66, 193;
    
    --color-pink: #f3268c;
    --color-pink-rgb: 243, 38, 140;
  
    --color-red: #df1529;
    --color-red-rgb: 223, 21, 4;
  
    --color-orange: #fd7e14;
    --color-orange-rgb: 253, 126, 20;
  
    --color-yellow: #ffc107;
    --color-yellow-rgb: 255, 193, 7;
  
    --color-green: #059652;
    --color-green-rgb: 5, 150, 82;
  
    --color-teal: #20c997;
    --color-teal-rgb: 32, 201, 151;
  
    --color-cyan: #0dcaf0;
    --color-cyan-rgb: 13, 202, 240;
  
    --color-white: #ffffff;
    --color-white-rgb: 255, 255, 255;
  
    --color-gray: #6c757d;
    --color-gray-rgb: 108, 117, 125;
  
    --color-black: #000000;
    --color-black-rgb: 0, 0, 0;
}

body {
  font-family: "Inter", sans-serif;
  color: #444444;
}

a {
  color: #1c3f99;
  text-decoration: none;
  transition: 0.3s;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

.btn {
  --bs-btn-font-size: .875rem;
}

.btn-dbs {
  background: #1c3f99;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px 8px 20px;
}

.btn-dbs:hover {
  background: #18a551;
  color: #fff;
}

.btn-gallery-link {
  display: block;
  background: #1c3f99;
  color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 8px 20px 8px 20px;
}

.btn-gallery-link:hover {
  background: #18a551;
  color: #fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1c3f99;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #18a551;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1c3f99;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #af352c;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}

#header .header-split-1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

#header .header-split-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

#header .logo {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 45px;
}

@media screen and (max-width: 768px) {
  #header .logo {
    font-size: 16px;
  }
  #header .logo img {
    max-height: 45px;
  }
}

/**
* Get Startet Button 
*/
.get-started-btn {
  margin-left: 22px;
  background: #1c3f99;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #18a551;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 10px 0 0;
    padding: 6px 14px;
  }
}

.header-top {
  padding: 8px 5px;
}
.header-top p a {
  color: #fff;
}
.header-top p a:hover {
  color: #4ff090;
}
@media screen and (max-width: 767px) {
  .header-top {
    padding: 5px 2px;
  }
}

.bg-dbs-dark {
  background: #1c3f99;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #4ff090;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #444444;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1c3f99;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37423b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1c3f99;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1c3f99;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("../img/dbs-banner.webp") bottom center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  /* padding-top: 72px; */
}

@media (max-width: 992px) {
  #hero .container {
    /* padding-top: 62px; */
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
  font-family: "Inter", sans-serif;
}

#hero h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 16px;
}

#hero .btn-get-started {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #1c3f99;
  border: 2px solid #1c3f99;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 50vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}

.section-title {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  section {
    padding: 30px 0;
  }
  .section-title {
    padding-bottom: 10px;
  }
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* color: #aaaaaa; */
  font-family: "Inter", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 100px;
  height: 1px;
  display: inline-block;
  background: #18a551;
  margin: 4px 10px;
}

.section-title p {
  margin: 14px 0 10px 0;
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
  /* text-transform: uppercase; */
  font-family: "Inter", sans-serif;
  color: #1c3f99;
}

.breadcrumbs {
  margin-top: 0;
  text-align: center;
  background: #1c3f99;
  padding: 30px 0;
  color: #fff;
}

@media (max-width: 992px) {
  .section-title h2 {
    font-size: 13px;
  }
  .section-title h2::after {
    width: 80px;
  }
  .section-title p {
    font-size: 30px;
  }
  .breadcrumbs {
    margin-top: 0;
  }
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

.breadcrumbs .breadcrumb {

}

.breadcrumbs .breadcrumb-item a {
  color: #fff;
}

.breadcrumbs .breadcrumb-item a:hover {
  color: #069c53;
}

.breadcrumbs .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.8);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 500;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}


.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #1c3f99;
}

.about .content table ul {
  margin: 0;
}

.about .content table ul li:last-child {
  padding: 0 0 0 30px;
}

.about .content .learn-more-btn {
  background: #1c3f99;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.about .content .learn-more-btn:hover {
  background: #18a551;
  color: #fff;
}

@media (max-width: 768px) {
  .about .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 20px 0;
}

.counts .counters .count span {
  font-size: 30px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.counts .counters p {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #eee;
}

.counts .counters i {
  font-size: 25px;
  padding: 14px;
  background: #fff;
  color: #1c3f99;
  border-radius: 50px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #1c3f99;
  border-radius: var(--bs-border-radius);
  color: #fff;
}

.why-us .content h3 {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 20px 8px 20px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1c3f99;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  padding: 30px 20px;
  border-radius: var(--bs-border-radius);
  width: 100%;
  border: 1px solid #eef0ef;
  margin-bottom: 20px;
}

.why-us .icon-boxes .icon-box i {
  font-size: 32px;
  padding: 18px;
  color: #1c3f99;
  margin-bottom: 20px;
  background: #ecf9f0;
  border-radius: 50px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .why-us .icon-boxes .icon-box {
    padding: 30px 20px;
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  /* padding-top: 0px; */
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #eef0ef;
  border-radius: var(--bs-border-radius);
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box p {
  margin: 0;
  margin-top: 5px;
}

.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}

.features .icon-box:hover {
  border-color: #1c3f99;
}

.features .icon-box:hover h3 a {
  color: #1c3f99;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .course-item {
  border-radius: var(--bs-border-radius);
  border: 1px solid #eef0ef;
  overflow: hidden;
}

.courses .course-content {
  padding: 15px;
}

.courses .course-content h3 {
  font-weight: 500;
  font-size: 20px;
}

.courses .course-content h3 a {
  color: #37423b;
  transition: 0.3s;
}

.courses .course-content h3 a:hover {
  color: #1c3f99;
}

.courses .course-content p {
  font-size: 14px;
  color: #777777;
}

.courses .course-content h4 {
  font-size: 14px;
  background: #1c3f99;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}

.courses .course-content .price {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #37423b;
}

.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}

.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}

.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #5a6c60;
}

.courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}

/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/
.trainers .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #eef0ef;
}

.trainers .member img {
  margin: -1px -1px 15px -1px;
}

.trainers .member .member-content {
  padding: 0 10px 10px 10px;
}

.trainers .member h4 {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 18px;
}

.trainers .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.trainers .member p {
  padding-top: 10px;
  font-size: 12px;
  color: #aaaaaa;
  margin: 0;
}

.trainers .member .social {
  margin-top: 15px;
}

.trainers .member .social a {
  color: #7e9486;
  transition: 0.3s;
}

.trainers .member .social a:hover {
  color: #1c3f99;
}

.trainers .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  border: 1px solid #eef0ef;
  position: relative;
  background: #fff;
  border-radius: var(--bs-border-radius);
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #18a551;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1c3f99;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1c3f99;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/
.course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.course-details h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}

.course-details h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #1c3f99;
  bottom: 0;
  left: 0;
}

.course-details .course-info {
  background: #f6f7f6;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.course-details .course-info:nth-child(3n+1) {
  background: #dcf4f6;
}
.course-details .course-info:nth-child(3n+2) {
  background: #ffdeed;
}
.course-details .course-info:nth-child(3n+3) {
  background: #d3e5ff;
}

.course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.course-details .course-info p {
  margin: 0;
  font-weight: 500;
}

.course-details .course-info a {
  color: #657a6d;
}

.course-details table {
  vertical-align: middle!important;
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.course-details table>tbody {
  vertical-align: inherit;
}

.course-details table>thead>tr>th {
  background-color: #1c3f99;
  color: #fff;
}

.course-details table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.course-details table>:not(caption)>* {
  border-width: var(--bs-border-width) 0;
}

.course-details table>:not(caption)>*>* {
  border-width: 0 var(--bs-border-width);
}

.course-details table>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.course-details table>tbody>tr:hover>* {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.course-details table p {
  margin: 0;
}

/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/
.cource-details-tabs {
  overflow: hidden;
  padding-top: 0;
}

.cource-details-tabs .nav-tabs {
  border: 0;
}

.cource-details-tabs .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #37423b;
  border-radius: 0;
  border-right: 2px solid #e2e7e4;
  font-weight: 500;
  font-size: 15px;
}

.cource-details-tabs .nav-link:hover {
  color: #1c3f99;
}

.cource-details-tabs .nav-link.active {
  color: #1c3f99;
  border-color: #1c3f99;
}

.cource-details-tabs .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.cource-details-tabs .details h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #37423b;
}

.cource-details-tabs .details p {
  color: #777777;
}

.cource-details-tabs .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cource-details-tabs .nav-link {
    border: 0;
    padding: 15px;
  }

  .cource-details-tabs .nav-link.active {
    color: #fff;
    background: #1c3f99;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 0;
  position: relative;
  background: transparent;
}

.events .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.events .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.events .card-body {
  z-index: 10;
  background: #af352c;
  border-top: 4px solid #af352c;
  padding: 15px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  transition: 0.3s;
  border-radius: 5px;
}

.events .card-title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.events .card-title a {
  color: #fff;
  transition: 0.3s;
}

.events .card-text {
  color: #5e5e5e;
}

.events .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  transition: 0.3s;
}

.events .read-more a:hover {
  color: #1c3f99;
}

.events .card:hover img {
  transform: scale(1.1);
}

.events .card:hover .card-body {
  border-color: #18a551;
}

.events .card:hover .card-body .card-title a {
  color: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #eef0ef;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #1c3f99;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #1c3f99;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #1c3f99;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #18a551;
}

.pricing .featured h3 {
  color: #fff;
  background: #1c3f99;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #1c3f99;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 0;
  padding-top: 10px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1c3f99;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecf9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #37423b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1c3f99;
  color: #fff;
}

.contact .contact-form {
  width: 100%;
  background: #fff;
}

.contact .contact-form .form-group {
  padding-bottom: 8px;
}

.contact .contact-form input,
.contact .contact-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
  border-color: #1c3f99;
}

.contact .contact-form input {
  height: 38px;
}

.contact .contact-form textarea {
  padding: 10px 12px;
}

.contact .contact-form button[type=submit] {
  background: #1c3f99;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .contact-form button[type=submit]:hover {
  background: #18a551;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #82231d;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #af352c;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact .logo img {
  max-height: 80px;
}

#footer .footer-top .footer-contact h4 {
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  color: #eee;
}

#footer .footer-top .footer-contact a {
  color: #fff;
}

#footer .footer-top .footer-contact a:hover {
  color: #4ff090;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c3f99;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #4ff090;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-newsletter p {
  color: #eee;
  margin-bottom: 0;
  font-size: 14px;
}

#footer .footer-newsletter form {
  margin-top: 25px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  outline: none;
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 14px;
  padding: 0 20px 2px 20px;
  background: #1c3f99;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #18a551;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .credits a {
  color: #18a551;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #1c3f99;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1c3f99;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a.twitter {
  background: #00acee;
}
#footer .social-links a.facebook {
  background: #1778F2;
}
#footer .social-links a.instagram {
  background: #bc2a8d;
}
#footer .social-links a.youtube {
  background: #ff0000;
}
#footer .social-links a.linkedin {
  background: #0e76a8;
}
#footer .social-links a:hover {
  background: #18a551;
  color: #fff;
  text-decoration: none;
}

/* whatsapp-us */
#fixed-button {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 99;
}
.whatsapp-us {
	background-color: #14b550;
	color: #fff;
	text-decoration: none;
	z-index: 999;
	transition: all .3s;
	box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.15);
	outline: none;
	border: none;
	border-radius: 50%;
	padding: 4px 12px;
}
.whatsapp-us:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.2);
}
.whatsapp-us:active, .whatsapp-us:focus {
	background-color: rgb(78, 78, 78);
	color: rgb(255, 255, 255);
  outline: none;
}
@media screen and (max-width:768px) {
	#fixed-button {
		bottom: 15px;
		left: 15px;
  }
  .whatsapp-us {
    padding: 4px 10px;
  }
}
/* whatsapp-us-end */

.hero-slider {
  padding: 0;
}
.img-bg {
  height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}

@media (max-width: 768px) {
  .img-bg {
    height: 30vh;
  }
}

.img-bg:before {
  position: absolute;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}

.img-bg .img-bg-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  /* margin-bottom: 0; */
}

@media (max-width: 768px) {
  .img-bg .img-bg-inner {
    /* padding-left: 30px;
    padding-right: 30px;
    /* margin-bottom: 0; */ 
  }
}

.img-bg .img-bg-inner h2,
.img-bg .img-bg-inner p {
  color: var(--color-white);
  font-weight: 500;
}

@media (max-width: 500px) {
  .img-bg .img-bg-inner p {
    /* display: none; */
  }
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {

  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    display: none;
  }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
  font-size: 20px;
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
  color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
  right: 40px;
}

.custom-swiper-button-prev {
  left: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(var(--color-white-rgb), 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--color-white-rgb), 1);
}

.more {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.more:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-black);
}

.post-content {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 768px) {
  .post-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.post-content .firstcharacter {
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.post-content figure {
  position: relative;
  left: 52%;
  min-width: 990px;
  transform: translateX(-50%);
}

@media (max-width: 1255px) {
  .post-content figure {
    min-width: auto;
    left: auto !important;
    transform: none;
  }
}

.post-content figure figcaption {
  font-family: var(--font-secondary);
  font-size: 14px;
  padding: 10px 0 0 0;
}

.aside-title,
.category-title {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--color-black);
}

.category-title {
  border-bottom: none;
}

.custom-pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-family: var(--font-secondary);
  margin: 5px;
  transition: 0.3s all ease;
}

.custom-pagination a.active {
  background: var(--color-black);
  color: var(--color-white);
}

.custom-pagination a.active:hover {
  background: rgba(var(--color-black-rgb), 0.9);
}

.custom-pagination a:hover {
  background: rgba(var(--color-black-rgb), 0.1);
}

.custom-pagination a.prev,
.custom-pagination a.next {
  width: auto !important;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.custom-pagination a.prev:hover,
.custom-pagination a.next:hover {
  background: rgba(var(--color-black-rgb), 0.1);
}

.notifications-list {
  margin-bottom: 30px;
}

.notifications-list a {
  color: #fff;
  background-color: rgb(130 130 130 / 10%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.notifications-list a:first-child {
  margin-top: 0;
}

.notifications-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--color-primary);
}

.notifications-list a.active {
  color: var(--color-inverse);
  background-color: var(--color-primary);
}

.notifications-list a.active i {
  color: var(--color-inverse);
}

.notifications-list a:hover {
  background-color: rgba(var(--color-primary-rgb), 0.05);
  color: var(--color-primary);
}
.notifications-list a small {
  color: #bababa;
  text-align: right;
  line-height: 1.5;
  padding-left: 5px;
}

.enquiry .enquiry-form {
  width: 100%;
  background: #fff;
}

.enquiry .enquiry-form .form-group {
  padding-bottom: 8px;
}

.enquiry .enquiry-form input,
.enquiry .enquiry-form select,
.enquiry .enquiry-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.enquiry .enquiry-form input:focus,
.enquiry .enquiry-form select:focus,
.enquiry .enquiry-form textarea:focus {
  border-color: #1c3f99;
}

.enquiry .enquiry-form input,
.enquiry .enquiry-form select {
  height: 38px;
}

.enquiry .enquiry-form textarea {
  padding: 10px 12px;
}

.enquiry .enquiry-form button[type=submit] {
  background: #1c3f99;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.enquiry .enquiry-form button[type=submit]:hover {
  background: #18a551;
}

.form-box {
  padding: 30px 30px;
  border: 1px solid #eef0ef;
  border-radius: var(--bs-border-radius);
  box-shadow: 0 0 15px 0px rgb(0 0 0 / 15%);
}

.select2-container {
	text-align: left;
	z-index: 999999;
	width: 100% !important;
}
.select2-container .select2-selection--single {
	height: 38px;
  border-color: #dee2e6;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-color: #aaa;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
  padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}

.video-wrap {
	position: relative;
	display: block;
	padding-top: 15px;
}

.video-wrap .play-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

.video-wrap .play-wrap>span {
	position: absolute;
	top: 50%;
	left: 50%;
  font-size: 50px;
  line-height: 50px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.video-wrap:hover .play-wrap {
	width: 70px;
	height: 70px
}

.sidebar .apply-form {
  padding: 25px 30px;
  border: 1px solid #eef0ef;
  border-radius: var(--bs-border-radius);
  box-shadow: 0 0 15px 0px rgb(0 0 0 / 15%);
}
.sidebar .apply-form h3 {
  margin: 0;
}
.sidebar .related-box .related-items ul li {
  padding-bottom: 12px;
}
.sidebar .related-box .related-items ul li i {
  color: #18a551;
}

.bg-red {
  background-color: #af352c;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery .gallery-flters {
  padding: 0 0 20px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.gallery .gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 5px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background: #1c3f99;
  border: 1px solid #1c3f99;
  border-radius: 50px;
}

.gallery .gallery-flters li:hover,
.gallery .gallery-flters li.filter-active {
  color: #fff;
  background: #af352c;
  border: 1px solid #af352c;
}

.gallery .gallery-flters li:first-child {
  margin-left: 0;
}

.gallery .gallery-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .gallery .gallery-flters li {
    font-size: 14px;
    margin: 4px 4px;
  }
}

.gallery .gallery-wrap {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.gallery .gallery-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.gallery .gallery-wrap .gallery-info {
  padding: 5px 10px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #f3f3f3;
  z-index: 2;
  text-align: center;
}

.gallery .gallery-wrap .gallery-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
}

.gallery .gallery-wrap:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gslide-description {
  background: #af352c;
}

.glightbox-clean .gdesc-inner {
  padding: 10px 10px;
  text-align: center;
}

.glightbox-clean .gslide-title {
  font-family: inherit;
  margin-bottom: 0;
  color: #fff;
}