* {
  font-family: "Poppins", sans-serif;
  transition: all 0.5s;
}

:root {
  --theme-main-color: #ffc333;
  --theme-secondary-color: #fa394a;
  --theme-dark-color: #001e43;
  --theme-dark-light: rgb(31, 57, 90);
  --font-roboto: "Roboto Slab", serif;
  --font-poppins: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto Slab", serif;
}

section {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a {
  text-decoration: none !important;
}

/* header */
.main-logo {
  width: 80px;
  height: auto;
  object-fit: cover;
}

header .container-fluid,
.container-fluid-custom,
.banner-hero .container-fluid {
  max-width: 1680px;
  padding-left: 30px;
  padding-right: 30px;
}
.secondary-navbar {
  background: var(--theme-dark-color);
}
.secondary-navbar span.nav-icon a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.56);
  display: flex;
  align-items: center;
  gap: 5px;
}
.secondary-navbar span.nav-icon a i {
  line-height: 0;
  color: var(--theme-secondary-color);
}
span.nav-icon.border-right {
  padding-right: 15px;
  border-right: 1px solid var(--theme-dark-light);
}
a.header-social-media-items {
  width: 26px;
  height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 100%;
  display: inline-flex;
  color: rgb(143, 156, 172);
  background-color: rgba(255, 255, 255, 0.08);
  align-items: center;
  justify-content: center;
  line-height: 0;
}
a.header-social-media-items:hover {
  background-color: var(--theme-main-color);
  color: var(--theme-dark-color);
}
.navbar li.nav-item a.nav-link {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  color: var(--theme-dark-color);
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.navbar li.nav-item {
  padding-right: 10px;
  padding-left: 10px;
}
ul.navbar-nav {
  gap: 15px;
}

.navbar li.nav-item a.nav-link.active,
.navbar li.nav-item a.nav-link:hover {
  color: var(--theme-secondary-color);
}
.navbar li.nav-item a.nav-link.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--theme-secondary-color);
  bottom: 0;
  left: 0;
}

a.dropdown-item {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--theme-dark-color);
}
a.dropdown-item.active,
a.dropdown-item:hover {
  color: var(--theme-secondary-color);
}
.navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 3px rgb(0 0 0 / 25%);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--theme-secondary-color) !important;
  background-color: #fff !important;
}
section.banner-hero {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url(../images/bg-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.banner-hero::after {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(0, 9, 41, 0.9) 31.2%,
    rgba(0, 9, 41, 0) 65.89%
  );
}
h1.banner-title {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
p.banner-description {
  font-size: 18px;
  color: #ffffffb3;
  font-weight: 400;
  padding-bottom: 20px;
  display: block;
}
span {
  font-family: inherit;
}
.btn-button {
  padding: 15px 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: var(--theme-secondary-color);
  font-size: 16px;
  font-weight: 700;
  gap: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Roboto Slab", serif;
  border: none;
}
.btn-button i,
.btn-buttons i {
  line-height: 0;
  transform: rotate(45deg);
  font-size: 18px;
}
.btn-button:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: all 0.5s;
  z-index: -1;
}
.btn-button.yellow-btn:before {
  background-color: var(--theme-main-color);
}
.btn-button:hover:before {
  width: 100%;
}
.btn-button:hover {
  color: var(--theme-dark-color);
}
.btn-buttons {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  color: var(--theme-main-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  gap: 15px;
}
.btn-buttons::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--theme-main-color);
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.btn-buttons::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 1;
}
.btn-buttons:hover {
  color: #fff;
}
.btn-buttons:hover::before {
  width: 100%;
}
.img-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-20deg);
  transition: all 0.5s ease;
}

.img-frame:hover::before {
  left: 130%;
  transition: all 0.5s ease;
}

.abt-img-left {
  width: 324px;
  height: 410px;
  background-color: #ffebeb;
}

.img-frame.abt-img-right {
  width: 390px;
  height: 486px;
  background-color: #ffebeb;
}

.img-frame.abt-img-left {
  float: right;
}

.happy-icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.happy-box {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: absolute;
  padding: 20px 20px 20px 26px;
  box-shadow: 0px 3px 15px 0px rgba(18, 28, 82, 0.1);
  border-radius: 10px;
  background-color: #ffffffd4;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 250px;
}

.happy-count {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 2px;
}
.happy-count span {
  font-size: 24px;
  font-weight: 500;
  color: var(--theme-secondary-color);
}

.happy-title {
  color: #636a86;
  font-size: 15px;
}

.about-us-images {
  position: relative;
}

h2.section-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
}
h2.section-title::before {
  content: "";
  position: relative;
  background-image: url(../logo-icon.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 0;
  margin-right: 15px;
}
h4.sub-heading {
  font-size: 14px;
  color: var(--theme-secondary-color);
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
h4.sub-heading::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 2px;
  background-color: var(--theme-secondary-color);
}
p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.btn-buttons.red-btn {
  color: var(--theme-secondary-color);
}
.btn-buttons.red-btn:hover {
  color: var(--theme-dark-color);
}
.btn-buttons.red-btn.hover-white:hover {
  color: #fff;
}
.btn-buttons.red-btn::after {
  background-color: var(--theme-secondary-color);
}
.btn-buttons.red-btn::before {
  background-color: var(--theme-dark-color);
}
.btn-buttons.red-btn.hover-white::before {
  background-color: #fff;
}

section.why-choose-us {
  background-image: linear-gradient(45deg, #fff8e45c, #fff8e4, #fedcdf5c);
}
section.why-choose-us::before {
  content: "";
  position: absolute;
  background-image: url(../images/img_1.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-quote img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.quote-content {
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  color: var(--theme-dark-color);
}
.about-quote {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.why-choose-cont {
  font-size: 16px;
  color: #555;
  flex: 1;
}

.why-choose-card {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  margin: 10px 0;
  background: #fff;
  padding: 1.25em;
  box-sizing: border-box;
  /* box-shadow: 0 0 2px 0px rgb(0 0 0 / 23%); */
}

.why-choose-frame {
  background: #ffc1071c;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.why-choose-icon {
  width: 60px;
  height: 60px;
  background-color: var(--theme-main-color);
  mask-position: center;
  mask-size: contain;
  object-fit: contain;
}
.why-choose-icon.icon-women-emp {
  mask-image: url(../images/icon/women-emp.png);
}
.why-choose-icon.icon-women-gang {
  mask-image: url(../images/icon/women-gang.png);
}
.why-choose-icon.icon-women-course {
  mask-image: url(../images/icon/women-course.png);
}
.why-choose-icon.icon-women-env {
  mask-image: url(../images/icon/women-env-2.png);
}

.why-choose-frame.frame-bg-1 {
  background: #ffc1071c;
}
.why-choose-frame.frame-bg-1 .why-choose-icon {
  background-color: var(--theme-main-color);
}
.why-choose-frame.frame-bg-2 {
  background: #fb5c6636;
}
.why-choose-frame.frame-bg-2 .why-choose-icon {
  background-color: var(--theme-secondary-color);
}
.why-choose-frame.frame-bg-3 {
  background: #e5d0ff59;
}
.why-choose-frame.frame-bg-3 .why-choose-icon {
  background-color: #7f55b1;
}
.why-choose-frame.frame-bg-4 {
  background: #dfffcf;
}
.why-choose-frame.frame-bg-4 .why-choose-icon {
  background-color: #216200;
}
.vision-mission-areas {
  position: relative;
  padding-top: 50px;
}

.vision-box {
  margin-bottom: 25px;
}
h5.area-title {
  color: var(--theme-secondary-color);
  font-size: 24px;
  margin-bottom: 15px;
}
.divider-gaps {
  padding-top: 100px;
}

.left-m-50 {
  margin-left: 50px;
}
.right-m-50 {
  margin-right: 50px;
}

/* Scroll activated */
.scroll-animate.active .abt-img-1 {
  transform: translateY(0);
}

.scroll-animate.active .abt-img-2 {
  transform: translateY(0);
}

/* Optional hover animation */
.abt-img-section:hover .abt-img-1 {
  transform: translateY(10px);
}

.abt-img-section:hover .abt-img-2 {
  transform: translateY(-10px);
}

.slide-left {
  transform: translateX(-100px);
  transition: transform 1s ease;
}
.slide-right {
  transform: translateX(100px);
  transition: transform 1s ease;
}
.scroll-animate.active .slide-left,
.scroll-animate.active .slide-right {
  transform: translateX(0);
}
.slide-up {
  transform: translateY(100px);
  transition: transform 1s ease;
}
.slide-down {
  transform: translateY(-100px);
  transition: transform 1s ease;
}
.scroll-animate.active .slide-up,
.scroll-animate.active .slide-down {
  transform: translateY(0);
}

.scroll-animate.active .delay-1 {
  transition: transform 1s;
}
.scroll-animate.active .delay-2 {
  transition: transform 2s;
}

.text-center p {
  text-align: center;
}
.nav.nav-tabs {
  border: none;
  justify-content: space-around;
  margin: 30px 0;
}
.nav.nav-tabs .nav-link {
  border: none;
  color: #666;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  font-family: "Roboto Slab", serif;
}
.nav.nav-tabs .nav-link.active {
  color: var(--theme-secondary-color);
}
.nav.nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: var(--theme-secondary-color);
  bottom: 0;
  left: 0;
  transition: width 0.5s;
}
.nav.nav-tabs .nav-link.active::before,
.nav.nav-tabs .nav-link:hover::before {
  width: 100%;
}
.nav.nav-tabs .nav-link:hover {
  color: var(--theme-secondary-color);
}
.div-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.count-program-number {
  font-size: 60px;
  font-weight: 700;
  color: rgb(0, 30, 67);
}
.program-count-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ac-course-img img {
  width: 148px;
  height: 145px;
  object-fit: cover;
}
.ac-course-card {
  padding: 30px;
  background: #f6f6f6;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  transition: all 0.5s;
  position: relative;
}
.ac-course-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--theme-dark-color);
  font-family: var(--font-roboto);
}
.ac-course-short-desc {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  margin-bottom: 10px;
}
.ac-course-card:hover {
  background-color: var(--theme-dark-color);
}
.ac-course-card:hover .ac-course-short-desc {
  color: rgba(255, 255, 255, 0.75);
}
.ac-course-card:hover .ac-course-title {
  color: #fff;
}

/* apply section */
section.apply-section {
  background-color: #f6f6f6;
}
img.img-round-circle {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.apply-image-sec {
  position: relative;
}
.apply-con-box {
  background: var(--theme-main-color);
  display: inline-flex;
  padding: 15px 22px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  width: auto;
  right: 0;
  height: auto;
  top: 20%;
}
a.app-con-number {
  display: block;
  color: var(--theme-dark-color);
  font-family: var(--font-roboto);
  font-size: 18px;
  font-weight: 800;
}
span.app-con-title {
  color: #666;
}
.app-con-icon i {
  color: var(--theme-dark-color);
  font-size: 30px;
  line-height: 0;
}
.apply-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-right: 10px;
}
h4.apply-card-title {
  color: var(--theme-dark-color);
  font-size: 18px;
  font-family: var(--font-roboto);
  font-weight: 700;
  margin-bottom: 10px;
}
h4.apply-card-title span {
  color: var(--theme-secondary-color);
}
.apply-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #5555553b;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.gallery-title-sec {
  background-image: url(../images/gallery-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 60px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
}
h3.gallery-title {
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}
.gallery-image img {
  height: 400px;
}
.testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* testimonial */
.testimonial-card {
  background: #faf7f2;
  padding: 40px;
  position: relative;
}
.stars-icons i {
  color: rgb(243, 168, 2);
  font-size: 18px;
  display: inline-block;
}
.testimonial-para {
  color: #5b5952;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 30px;
}
.test-user-profile img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-img {
  height: 400px;
  position: relative;
}
.testimonial-img::before {
  content: "";
  background: transparent;
  padding: 20px;
  position: absolute;
  right: 42px;
  top: -12px;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  z-index: 1;
  transform: rotate(-42deg);
}
.testimonial-round-icons {
  background: var(--theme-main-color);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  border: 10px solid #fff;
  top: -15px;
  right: -15px;
}
.testimonial-round-icons i {
  line-height: 0;
  font-size: 40px;
  color: #fff;
}
.testimonial-img::after {
  content: "";
  background: transparent;
  position: absolute;
  right: 0px;
  top: 4px;
  border-radius: 50px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}
.users-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
h5.user-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.user-position {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-transform: capitalize;
}
.testimonial-user-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-media i {
  font-size: 40px;
  color: var(--theme-secondary-color);
}

section.testimonials button.slick-prev.slick-arrow {
  right: 100px;
  z-index: 999;
}

section.testimonials button.slick-prev.slick-arrow,
section.testimonials button.slick-next.slick-arrow {
  bottom: -60px;
  top: auto;
  left: auto;
}

section.testimonials button.slick-prev.slick-arrow::before {
  content: "\f12f";
  font-family: bootstrap-icons !important;
  font-size: 27px;
  color: var(--theme-dark-color);
}
section.testimonials button.slick-next.slick-arrow::before {
  content: "\f138";
  font-family: bootstrap-icons !important;
  font-size: 27px;
  color: var(--theme-dark-color);
}
section.testimonials .testimonial-items {
  margin-right: 20px;
}
img.footer-logo {
  width: 150px;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}
footer.footer-main {
  background-color: #f6f6f6;
  padding: 60px 0 20px 0;
}
h4.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--theme-dark-color);
}
ul.footer-links,
footer.footer-main ul {
  padding: 0;
  list-style: none;
}
ul.footer-links li {
  color: #555;
}
footer.footer-main a {
  color: #555;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
}
footer.footer-main a:hover {
  color: var(--theme-secondary-color);
}

ul.social-icons i {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition: all 0.5s;
}

ul.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-con {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 10px;
}
.footer-con i {
  color: var(--theme-secondary-color);
}
ul.social-icons i:hover {
  background-color: var(--theme-main-color);
  color: var(--theme-dark-color);
}
footer.footer-secondary {
  padding: 30px 0;
}
footer.footer-secondary p {
  margin-bottom: 0;
}
span.company {
  color: var(--theme-secondary-color);
  font-weight: 600;
}

section.breadcrumb-sec {
  padding: 70px 0;
  background-image: url(../images/bg-3.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
section.breadcrumb-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 30, 67, 0.92);
  z-index: -1;
}
h1.breadcrumb-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 25px;
}

ol.breadcrumb-list {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
ol.breadcrumb-list li a {
  color: var(--theme-main-color);
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
ol.breadcrumb-list li a:hover {
  color: var(--theme-secondary-color);
}
ol.breadcrumb-list li a.breadcrumb-items.active {
  color: #d2d6dc;
  pointer-events: none;
}
ol.breadcrumb-list li a::after {
  content: "";
  position: relative;
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: inline-block;
  margin-left: 10px;
  border-radius: 50%;
}

ol.breadcrumb-list li:last-child a::after {
  display: none;
}
img.img-course {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.course-card {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgb(246 246 246 / 50%);
}
.course-card:hover {
  box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}
.course-card-img {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.course-tag-box {
  position: absolute;
  background: #fff;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  left: 10px;
  bottom: 10px;
  gap: 15px;
  padding: 8px 25px;
  font-size: 14px;
}
.course-card:hover .course-tag-box {
  background-color: var(--theme-secondary-color);
  color: #fff;
}
.course-card:hover .course-tag-box i {
  color: #fff;
}
.course-card:hover h4.course-title {
  color: var(--theme-secondary-color);
}
.course-card:hover img.img-course {
  transform: scale(1.2);
}
.course-tag-box i {
  color: var(--theme-secondary-color);
  margin-right: 5px;
}
.course-card-body {
  padding: 25px;
}
h4.course-title {
  color: var(--theme-dark-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
p.course-description {
  line-height: 1.5em;
  color: #555;
  font-size: 16px;
}
section.course-pages {
  overflow: visible;
}
.course-page-sidebar {
  position: sticky;
  top: 10px;
}
img.in-page-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-page-img {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.img-thumb {
  position: absolute;
  background: #f6f6f6;
  color: #555;
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  left: 10px;
  right: 10px;
  bottom: 10px;
  gap: 10px;
  padding: 30px;
  font-size: 14px;
}
h5.cc-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--theme-dark-color);
}
ul.page-lists {
  list-style: none;
  padding: 0;
}
ul.page-lists li {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

ul.page-lists li::before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  position: relative;
  color: var(--theme-secondary-color);
  font-size: 20px;
}
ul.page-lists li i {
  color: var(--theme-secondary-color);
  font-size: 20px;
}
h4.section-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-top: 10px;
  color: var(--theme-dark-color);
}

.side-bar {
  padding: 40px;
  margin-bottom: 50px;
  background-color: #f6f6f6;
  overflow: hidden;
}
h5.sidebar-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.sidebar-con {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.side-bar a {
  color: #555;
}
.side-bar a:hover {
  color: var(--theme-secondary-color);
}
.side-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-con i {
  color: var(--theme-secondary-color);
}

.sidebar-social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 6px;
  color: var(--theme-dark-color);
}
.side-bar ul.social-icons i:hover {
  color: var(--theme-secondary-color);
}
.side-bar ul.social-icons i {
  color: var(--theme-dark-color);
}
.more-course-img img {
  width: 109px;
  height: 82px;
  object-fit: cover;
}
.more-course-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #5555;
  padding-top: 15px;
}
.more-course-title a {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  font-family: var(--font-roboto);
  color: var(--theme-dark-color);
}
.year-more-course {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}
.year-more-course i {
  color: var(--theme-secondary-color);
}
.form-input {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  color: #555;
}
.form-input:hover,
.form-input:focus,
.form-input:active {
  border: none;
  outline: none;
}
div#email-error {
  font-size: 14px;
  padding-bottom: 10px;
}
.obj-card {
  background-color: #f6f7fc;
  padding: 2rem;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  color: var(--theme-dark-color);
  text-align: center;
}
.obj-icon img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

h5.obj-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.obj-card.color-1 {
  background-color: #f6f7fc;
}
.obj-card.color-2 {
  background-color: #c8f9e4;
}
.obj-card.color-3 {
  background-color: #ffe0de;
}
.obj-card.color-4 {
  background-color: #e7c2d4;
}
.obj-card.color-5 {
  background-color: #f0da6a;
}

.gallery {
  --s: 250px;
  --g: 10px;
  --f: 1.5;

  display: grid;
  gap: var(--g);
  width: calc(3 * var(--s) + 2 * var(--g));
  aspect-ratio: 1;
  grid-template-columns: repeat(3, auto);
}

.gallery > img.gallery-items,
.gallery a > img.gallery-items {
  width: 0;
  height: 300px;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(80%);
  transition: 0.35s linear;
}

.gallery img.gallery-items:hover {
  filter: grayscale(0);
  width: calc(var(--s) * var(--f));
  height: calc(var(--s) * var(--f));
}
h4.gallery-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  margin-top: 30px;
}
.contact-page .form-input {
  border: 1px solid #ebebeb;
  color: var(--theme-dark-color);
}
.contact-page .form-input:hover,
.contact-page .form-input:focus,
.contact-page .form-input:active {
  border: 1px solid var(--theme-secondary-color);
}

.side-bar.contact-page-side-bar .sidebar-con i {
  color: var(--theme-dark-color);
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.google-map {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

a.sec-footer-link {
  color: #555;
}
a.sec-footer-link:hover {
  color: var(--theme-secondary-color);
}

.about-us-page a {
  color: #555;
}
.about-us-page a:hover {
  color: var(--theme-secondary-color);
}
.btn-button:disabled {
  background-color: #ccc;
  color: #888;
  border: 1px solid #bbb;
  cursor: not-allowed;
  opacity: 0.7;
}