/*!
Theme Name: Archu Tech FinT
Theme URI: http://underscores.me/
Author: Archu Technology
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: archu-tech-fint
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Archu Tech FinT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ----- WP Scss File ------- */
/* Main Fonts */
/* Optional Fonts */
/* Colors */
/* mostly used color */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: inherit;
  letter-spacing: 0.03em;
}

p {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #575757;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #212121;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #d01110;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.9375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

span {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.03em;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.5rem;
}

p {
  font-size: 0.9375rem;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.75rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 1.875rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.375rem;
  }
  p {
    font-size: 0.875rem;
  }
  ul li,
  ol li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
#breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-block: 10px;
  position: relative;
  z-index: 1;
}
#breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(33, 33, 33, 0.5);
  z-index: -1;
}
#breadcrumb h3 {
  color: #ffffff;
}
#breadcrumb .breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #f6f8fb;
  max-width: 100%;
  border-radius: 5px;
  padding: 10px 5px;
}
#breadcrumb .breadcrumb-wrapper a,
#breadcrumb .breadcrumb-wrapper span {
  color: #f6f8fb;
  font-size: 0.9375rem;
}

@media screen and (max-width: 576px) {
  #breadcrumb .breadcrumb-wrapper a,
  #breadcrumb .breadcrumb-wrapper span {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  font-size: 0.75rem;
  padding: 6px 25px;
}
.btn.btn-custom-mid,
.form-control.btn-custom-mid {
  font-size: 0.875rem;
  padding: 8px 45px;
}
.btn.btn-custom-large,
.form-control.btn-custom-large {
  font-size: 1rem;
  padding: 10px 65px;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #d01110;
  color: #ffffff;
  border-color: #d01110;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #d01110;
  color: #d01110;
}
.btn.btn-primary-ghost,
.form-control.btn-primary-ghost {
  background-color: transparent;
  border-color: #d01110;
  color: #d01110;
}
.btn.btn-primary-ghost:hover,
.form-control.btn-primary-ghost:hover {
  background-color: #d01110;
  color: #ffffff;
  border-color: #d01110;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #00478f;
  color: #ffffff;
  border-color: #00478f;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #00478f;
  color: #00478f;
}
.btn.btn-secondary-ghost,
.form-control.btn-secondary-ghost {
  background-color: transparent;
  border-color: #00478f;
  color: #00478f;
}
.btn.btn-secondary-ghost:hover,
.form-control.btn-secondary-ghost:hover {
  background-color: #00478f;
  color: #ffffff;
  border-color: #00478f;
}

.section {
  padding: 80px 0;
}

@media screen and (max-width: 992px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 30px 0;
  }
}
figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

.main-title {
  margin-bottom: 35px;
}
.main-title h6 {
  font-size: 1rem;
  font-weight: 500;
  color: #00478f;
  text-transform: uppercase;
}
.main-title h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #212121;
  text-transform: capitalize;
}
.main-title h4 span {
  text-transform: uppercase;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
}
.form .form-group {
  flex-basis: 100%;
  position: relative;
}
.form .form-group.halfWidth {
  flex-basis: calc(50% - 15px);
}
.form .form-group.onethirdWidth {
  flex-basis: calc(33.3333333333% - 15px);
}
.form .form-group.onefourthWidth {
  flex-basis: calc(25% - 15px);
}
.form .form-group.messageGroup label.label-icon {
  position: absolute;
  top: 15px;
  transform: translateY(0);
}
.form .form-group label.label-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  color: #575757;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
}
.form .form-group label.label-icon i {
  font-size: 0.875rem;
  line-height: 1;
}
.form .form-group label.label-icon span {
  font: inherit;
  color: inherit;
}
.form .form-group .form-input {
  border-radius: 12px;
  border: 1px solid rgba(12, 12, 12, 0.4);
  background: transparent;
  padding: 15px;
  font-size: 1rem;
  color: #575757;
  resize: none;
  width: 100%;
}
.form .form-group .form-input::placeholder {
  font-size: 1rem;
  color: #ffffff;
  text-transform: capitalize;
}
.form .form-group .form-input:focus-visible, .form .form-group .form-input:not(:placeholder-shown) {
  border: none;
  outline: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border-bottom: 1px solid #575757;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.form .form-group .form-input.msg-input {
  height: 100px;
}

@media screen and (max-width: 992px) {
  .form .form-group label.label-icon {
    font-size: 1rem;
  }
  .form .form-group .form-input {
    font-size: 0.9375rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
    gap: 20px;
  }
  .form .form-group .form-input {
    font-size: 0.875rem;
  }
  .form .form-group .form-input::placeholder {
    font-size: 0.875rem;
  }
}
.icon-block {
  width: 30px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}
.icon-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #00478f;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.icon-block.circle {
  border-radius: 50%;
}
.icon-block.circle::before {
  border-radius: 50%;
}
.icon-block.primary {
  background-color: #d01110;
}
.icon-block.primary::before {
  background-color: #00478f;
}
.icon-block.primary i {
  color: #ffffff;
}
.icon-block i {
  color: #00478f;
}
.icon-block svg {
  width: 60px;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out;
}
.icon-block:hover::before {
  height: 100%;
}
.icon-block:hover i {
  color: #ffffff;
}
.icon-block:hover svg path {
  fill: #00478f;
  stroke: #00478f;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
}
.mobile-call-button a {
  font-size: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  background-color: #d01110;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(208, 17, 16, 0.7);
  overflow: hidden;
}
.mobile-call-button a i {
  color: #ffffff;
  transition: 0.5s ease-in-out;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(0, 71, 143, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: rgb(0, 45.6783216783, 92);
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  margin: 0;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  border: 1px solid #d01110;
  background-color: transparent;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #d01110;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #575757;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.thanks {
  width: 100%;
  height: 100dvh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #272727;
  position: relative;
}
.thanks .icon {
  width: 100%;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #00478f;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #d01110;
  border: 1px solid #d01110;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #d01110;
}
.thanks .redirect:hover h5 {
  color: #d01110;
}

header {
  z-index: 999;
}
header .top-nav {
  background-color: #00478f;
  padding: 5px 0;
}
header .top-navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px 40px;
}
header .top-navbar .navbar-brand {
  flex: 0 0 25%;
  margin: 0;
  padding: 20px 0;
}
header .top-navbar .navbar-brand .figure {
  width: 100px;
}
header .top-navbar .nav-info {
  flex: 0 0 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 40px;
}
header .top-navbar .nav-info .nav-info-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .top-navbar .nav-info .nav-info-block .nav-icon {
  line-height: 1;
}
header .top-navbar .nav-info .nav-info-block .nav-icon svg path {
  stroke: #65dff6;
}
header .top-navbar .nav-info .nav-info-block .nav-content p {
  font-size: 0.75rem;
  font-weight: 300;
  color: #ffffff;
}
header .top-navbar .nav-info .nav-info-block .nav-content .no-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
header .top-navbar .nav-info .nav-info-block .nav-content .no-group span,
header .top-navbar .nav-info .nav-info-block .nav-content .no-group a {
  font-size: 0.75rem;
  font-weight: 300;
  color: #ffffff;
}
header .top-navbar .nav-info .nav-info-block .nav-content .no-group a {
  transition: 0.3s ease-in-out;
}
header .top-navbar .nav-info .nav-info-block .nav-content .no-group a:hover {
  color: #ffe9c5;
}
header .top-navbar .nav-social {
  display: flex;
  flex: 0 0 10%;
}
header .top-navbar .nav-social .nav-social-block {
  margin: 0 5px;
}
header .top-navbar .nav-social .nav-social-block .social-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  background-color: #00478f;
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
}
header .top-navbar .nav-social .nav-social-block .social-icon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 0;
  background-color: #1667b8;
  z-index: -1;
  transition: 0.3s ease-out;
}
header .top-navbar .nav-social .nav-social-block .social-icon i {
  font-size: 0.6125rem;
  color: #ffffff;
  transition: 0.3s ease-out;
  transition-delay: 0.1s;
}
header .top-navbar .nav-social .nav-social-block .social-icon:hover {
  border-color: #1667b8;
}
header .top-navbar .nav-social .nav-social-block .social-icon:hover::before {
  height: 100%;
}
header .top-navbar .nav-social .nav-social-block .social-icon.circle {
  border-radius: 50%;
}
header .top-navbar .nav-social .nav-social-block .social-icon.circle::before {
  border-radius: 50%;
}
header .top-navbar .nav-social .nav-social-block:last-child {
  margin-right: 0;
}
header .navbar {
  padding: 0;
  justify-content: space-between;
}
header .navbar .navbar-brand {
  width: 80px;
}
header .navbar-collapse {
  justify-content: space-between;
  padding: 5px 0;
  flex-grow: 0;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
  gap: 40px;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #292828;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.5s ease-out;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #00478f;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #00478f;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 25px;
}
header .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}
header .navbar-collapse .navbar-nav .nav-item.btn .nav-link,
header .navbar-collapse .navbar-nav .nav-item.btn a {
  color: inherit;
  padding: 0;
  margin: 0;
}
header .navbar-collapse .navbar-nav .nav-item.btn .nav-link::before,
header .navbar-collapse .navbar-nav .nav-item.btn a::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #00478f;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link::before {
  width: 25px;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show {
  padding: 0;
  overflow: hidden;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show .menu-item .nav-link {
  position: relative;
  font-size: 0.8125rem;
  transition: 0.3s ease-in-out;
  color: #292828;
  text-transform: capitalize;
  line-height: 1.3;
  padding: 8px 10px;
  margin: 0;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show .menu-item .nav-link::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00478f;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show .menu-item:hover .nav-link {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show .menu-item:hover .nav-link::before {
  width: 100%;
}
header .navbar-collapse .button-wrap.inside-collapse {
  display: none;
}
header .navbar .button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
header .navbar .button-wrap .btn-custom-color {
  background-color: #65dff6;
  border: 1px solid #65dff6;
  border-radius: 5px;
}
header .navbar .button-wrap .btn-custom-color:hover {
  border-color: #00478f;
  background-color: #00478f;
  color: #ffffff;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.fixed-header .top-navbar {
  display: none;
}
header.fixed-header .navbar .navbar-brand {
  display: block;
  width: 100px;
  padding: 5px;
  border-radius: 5px;
}
header.fixed-header .navbar .navbar-brand img {
  width: 100%;
}
header.fixed-header .navbar-collapse {
  justify-content: flex-end;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #292828;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  background-color: #292828;
}
header.fixed-header .navbar-collapse .nav-social {
  display: none;
}

@media screen and (max-width: 1200px) {
  header .navbar-collapse .navbar-nav {
    gap: 25px;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.9375rem;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
    width: 15px;
  }
  header .navbar-collapse .navbar-nav .nav-item.active .nav-link::before {
    width: 15px;
  }
  header .navbar .button-wrap {
    gap: 10px;
  }
  header .navbar .button-wrap .btn-custom-color {
    padding: 6px 20px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 992px) {
  header .top-navbar {
    flex-wrap: wrap;
    gap: 10px;
  }
  header .top-navbar .nav-info {
    flex-basis: 100%;
    justify-content: center;
    gap: 20px;
  }
  header .top-navbar .nav-social {
    flex: 0 0 100%;
    justify-content: center;
    margin-top: 5px;
  }
  header .navbar {
    padding: 0;
  }
  header .navbar .navbar-brand {
    display: block;
    width: 100px;
  }
  header .navbar svg rect {
    fill: #292828;
  }
  header .navbar .navbar-toggler {
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #575757;
  }
  header .navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    gap: 0;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 15px;
    display: inline-block;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 15px;
  }
  header .navbar-collapse .button-wrap.inside-collapse {
    display: block;
    text-align: center;
  }
  header .navbar-collapse .button-wrap.inside-collapse .btn {
    display: block;
  }
  header .navbar .button-wrap.outside {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  header .top-nav {
    display: none;
  }
  header .navbar .navbar-brand {
    display: block;
  }
  header .navbar .navbar-brand h4 {
    font-size: 1rem;
  }
  header .navbar svg rect {
    fill: #292828;
  }
  header .navbar .nav-social {
    display: none;
  }
}
.banner {
  position: relative;
}
.banner .banner-wrap {
  height: 500px;
}
.banner .banner-wrap .banner-image {
  width: 100%;
  height: 100%;
}
.banner .banner-wrap .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-wrap .banner-title {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.banner .banner-wrap .banner-title .title {
  max-width: 650px;
}
.banner .banner-wrap .banner-title .title h2 {
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.3;
}
.banner .banner-wrap .banner-title .title h2 span {
  color: #d01110;
  text-transform: uppercase;
  position: relative;
}
.banner .banner-wrap .banner-title .title h2 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d01110;
}
.banner .banner-wrap .banner-title .title h6 {
  text-transform: uppercase;
  color: #d01110;
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 400px;
  margin-left: auto;
}
.banner .banner-content {
  text-align: center;
  padding: 30px 0;
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}
.banner .banner-content p {
  font-size: 1.125rem;
  color: #575757;
  word-spacing: 0.05em;
  margin-bottom: 30px;
}
.banner .banner-content .button-wrap {
  display: flex;
  justify-content: center;
  gap: 20px 30px;
}
.banner .banner-content .button-wrap .btn {
  padding: 15px 70px;
  font-size: 0.9375rem;
}
.banner .course-info {
  width: 100%;
  height: auto;
  background: rgba(8, 17, 41, 0.9);
  padding: 30px 0;
}
.banner .course-info .course-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner .course-info .block {
  flex-basis: 33.3333333333%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.banner .course-info .block .icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}
.banner .course-info .block .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgb(101, 223, 246);
  border-radius: 50%;
  z-index: -1;
}
.banner .course-info .block .content h6 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}
.banner .course-info .block .content p {
  color: #f6f8fb;
}

@media screen and (max-width: 1400px) {
  .banner .banner-wrap {
    height: 320px;
  }
  .banner .banner-wrap .banner-title .title h2 {
    font-size: 3rem;
  }
  .banner .banner-wrap .banner-title .title h6 {
    font-size: 1.25rem;
  }
  .banner .banner-content {
    padding: 20px 0;
  }
  .banner .banner-content p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .banner .banner-content .button-wrap {
    gap: 20px;
  }
  .banner .banner-content .button-wrap .btn {
    padding: 12px 50px;
  }
}
@media screen and (max-width: 992px) {
  .banner .banner-wrap {
    height: 380px;
  }
  .banner .banner-wrap .banner-title .title {
    max-width: 650px;
    text-align: center;
    margin-inline: auto;
  }
  .banner .banner-wrap .banner-title .title h2 {
    font-size: 2rem;
    text-shadow: none;
  }
  .banner .banner-wrap .banner-title .title h6 {
    font-size: 1rem;
  }
  .banner .banner-content p {
    font-size: 1rem;
  }
  .banner .banner-content .button-wrap {
    flex-wrap: wrap;
  }
  .banner .banner-content .button-wrap .btn {
    padding: 12px 50px;
    font-size: 0.9375rem;
  }
  .banner .course-info .block {
    flex-direction: column;
    gap: 10px;
  }
  .banner .course-info .block .content {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-wrap .banner-title {
    flex-direction: column;
    gap: 20px;
  }
  .banner .banner-wrap .banner-title .title h2 {
    font-size: 2rem;
    text-shadow: none;
  }
  .banner .banner-wrap .banner-title .title h6 {
    font-size: 1rem;
  }
  .banner .banner-content p {
    font-size: 0.875rem;
  }
  .banner .banner-content .button-wrap {
    flex-wrap: wrap;
  }
  .banner .banner-content .button-wrap .btn {
    padding: 10px 40px;
    font-size: 0.875rem;
  }
  .banner .course-info .course-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .banner .course-info .block {
    gap: 5px;
  }
}
@media screen and (max-width: 576px) {
  .banner .banner-wrap .banner-title .title h2 {
    font-size: 1.5rem;
  }
  .banner .banner-content {
    padding: 20px 0;
  }
  .banner .banner-content p {
    margin-bottom: 15px;
  }
  .banner .banner-content .button-wrap {
    gap: 10px;
  }
}
.about-acca {
  text-align: center;
  background-color: #f5f5fa;
}
.about-acca .main-title {
  margin: 0;
}
.about-acca .main-title h4 {
  font-weight: 700;
}
.about-acca .content {
  max-width: 1200px;
}
.about-acca .content p {
  margin: 15px 0 30px 0;
  color: #212121;
}
.about-acca .content p span {
  font-weight: 700;
}

.route-to-acca .route-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.route-to-acca .route-wrapper .block {
  flex-basis: 40%;
}
.route-to-acca .route-wrapper .block .section-title h6 {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212121;
  padding: 5px;
  border-bottom: 5px solid #212121;
  text-transform: capitalize;
}
.route-to-acca .route-wrapper .block .section-title h2 {
  color: #0c0c0c;
  font-weight: 900;
  margin-top: 20px;
  line-height: 1;
}
.route-to-acca .route-wrapper .block .section-title h2 span {
  display: block;
  font-size: 10rem;
  line-height: 0.8;
}
.route-to-acca .route-wrapper .block .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 30px;
  margin-bottom: 50px;
  cursor: pointer;
}
.route-to-acca .route-wrapper .block .items:last-child {
  margin-bottom: 0;
}
.route-to-acca .route-wrapper .block .items .numbering {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 8px solid #ffffff;
  background-color: rgba(224, 224, 224, 0.35);
  transition: 0.5s ease-in-out;
  position: relative;
}
.route-to-acca .route-wrapper .block .items .numbering::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 0;
  background-color: #d01110;
  transition: 0.5s ease-in-out 0.1s;
}
.route-to-acca .route-wrapper .block .items .numbering p {
  font-size: 1rem;
  font-weight: 900;
  color: #212121;
}
.route-to-acca .route-wrapper .block .items .desc {
  flex-basis: calc(100% - 90px);
}
.route-to-acca .route-wrapper .block .items .desc h6 {
  font-size: 1.25rem;
  font-weight: 900;
  color: #212121;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.route-to-acca .route-wrapper .block .items:hover .numbering, .route-to-acca .route-wrapper .block .items.active .numbering {
  border-color: #d01110;
  background-color: transparent;
}
.route-to-acca .route-wrapper .block .items:hover .numbering::before, .route-to-acca .route-wrapper .block .items.active .numbering::before {
  height: 50px;
}

@media screen and (max-width: 992px) {
  .route-to-acca .route-wrapper {
    flex-direction: column;
    gap: 60px;
    text-align: center;
  }
  .route-to-acca .route-wrapper .block .section-title h2 span {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .route-to-acca .route-wrapper .block .section-title h2 span {
    font-size: 6rem;
  }
  .route-to-acca .route-wrapper .block .items {
    gap: 10px 20px;
    margin-bottom: 50px;
  }
  .route-to-acca .route-wrapper .block .items .numbering {
    width: 55px;
    height: 55px;
    border: 5px solid #ffffff;
  }
  .route-to-acca .route-wrapper .block .items .numbering::before {
    width: 5px;
  }
  .route-to-acca .route-wrapper .block .items .numbering p {
    font-size: 1rem;
  }
  .route-to-acca .route-wrapper .block .items .desc {
    flex-basis: calc(100% - 80px);
  }
  .route-to-acca .route-wrapper .block .items .desc h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .route-to-acca .route-wrapper .block .section-title h2 span {
    display: block;
    font-size: 4rem;
  }
  .route-to-acca .route-wrapper .block .items {
    align-items: center;
    gap: 10px 20px;
    margin-bottom: 50px;
    padding: 20px;
    border: 5px solid #d01110;
    position: relative;
    border-radius: 10px;
  }
  .route-to-acca .route-wrapper .block .items::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 0;
    background-color: #d01110;
    transition: 0.5s ease-in-out 0.1s;
  }
  .route-to-acca .route-wrapper .block .items .numbering {
    width: 40px;
    height: 40px;
    border: none;
  }
  .route-to-acca .route-wrapper .block .items .numbering::before {
    display: none;
  }
  .route-to-acca .route-wrapper .block .items .desc {
    flex-basis: calc(100% - 60px);
    text-align: center;
  }
  .route-to-acca .route-wrapper .block .items .desc h6 {
    font-size: 1rem;
  }
  .route-to-acca .route-wrapper .block .items.active .numbering, .route-to-acca .route-wrapper .block .items:hover .numbering {
    background-color: #d01110;
  }
  .route-to-acca .route-wrapper .block .items.active .numbering p, .route-to-acca .route-wrapper .block .items:hover .numbering p {
    color: #ffffff;
  }
  .route-to-acca .route-wrapper .block .items.active::before, .route-to-acca .route-wrapper .block .items:hover::before {
    height: 55px;
  }
}
@media screen and (max-width: 480px) {
  .route-to-acca .route-wrapper .block .items {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.check-acca {
  background-color: rgb(245, 245, 250);
}
.check-acca .main-title {
  text-align: center;
}
.check-acca .block-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.check-acca .block-wrapper .block {
  flex-basis: calc(33.3333333333% - 30px);
  padding: 30px;
  box-shadow: 0px 9.17px 27.5px 0px rgba(31, 31, 51, 0.15);
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.check-acca .block-wrapper .block h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212121;
  text-transform: capitalize;
}
.check-acca .block-wrapper .block:hover {
  transform: translateY(-10px);
}

@media screen and (max-width: 992px) {
  .check-acca .block-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .check-acca .block-wrapper .block h5 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .check-acca .block-wrapper .block h5 {
    font-size: 1rem;
  }
}
.faq-section .faq-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 70px;
}
.faq-section .faq-wrap .image-block {
  flex-basis: calc(50% - 70px);
  position: relative;
  width: 100%;
  height: 610px;
  /* THIS allows the images to overflow container */
  overflow: visible;
}
.faq-section .faq-wrap .image-block .figure {
  position: absolute;
  object-fit: cover;
}
.faq-section .faq-wrap .image-block .figure:first-child {
  width: 270px;
  height: 340px;
  left: 0;
  top: 0;
}
.faq-section .faq-wrap .image-block .figure:nth-child(2) {
  width: 270px;
  height: 238px;
  right: 0;
  top: 50px;
}
.faq-section .faq-wrap .image-block .figure:nth-child(3) {
  width: 380px;
  height: 238px;
  left: -100px;
  bottom: 0;
}
.faq-section .faq-wrap .image-block .figure:nth-child(4) {
  width: 270px;
  height: 238px;
  right: 0;
  bottom: 50px;
}
.faq-section .faq-wrap .image-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.faq-section .faq-wrap .faq-block {
  flex-basis: calc(50% - 70px);
  flex-grow: 1;
}
.faq-section .faq-wrap .faq-block .accordion .accordion-item {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.faq-section .faq-wrap .faq-block .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-section .faq-wrap .faq-block .accordion .accordion-item .accordion-button {
  font-size: 1.25rem;
  font-weight: 500;
  color: #212121;
  text-transform: capitalize;
  padding: 0;
}
.faq-section .faq-wrap .faq-block .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq-section .faq-wrap .faq-block .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-section .faq-wrap .faq-block .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  margin-top: 20px;
}
.faq-section .faq-wrap .faq-block .accordion .accordion-item .accordion-collapse .accordion-body P strong {
  display: inline;
}
.faq-section .faq-wrap .faq-block .accordion .accordion-item .accordion-collapse .accordion-body P strong a {
  display: inline;
  font-weight: 700;
}
.faq-section .faq-wrap .faq-block .accordion .accordion-item .accordion-collapse .accordion-body ul {
  margin-top: 10px;
}
.faq-section .faq-wrap .faq-block .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  font-size: 0.875rem;
  color: #575757;
  margin-top: 5px;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
.faq-section .faq-wrap .faq-block .button-wrap {
  margin-top: 30px;
}

.page-faq {
  max-width: 800px;
  margin-inline: auto;
}

@media screen and (max-width: 1400px) {
  .faq-section .faq-wrap {
    gap: 30px 40px;
  }
  .faq-section .faq-wrap .image-block {
    flex-basis: calc(50% - 40px);
    position: relative;
    width: 100%;
    height: 610px;
    /* THIS allows the images to overflow container */
    overflow: visible;
  }
  .faq-section .faq-wrap .image-block .figure {
    position: absolute;
    object-fit: cover;
  }
  .faq-section .faq-wrap .image-block .figure:first-child {
    width: 220px;
  }
  .faq-section .faq-wrap .image-block .figure:nth-child(2) {
    width: 260px;
  }
  .faq-section .faq-wrap .image-block .figure:nth-child(3) {
    width: 220px;
    left: 0;
  }
  .faq-section .faq-wrap .image-block .figure:nth-child(4) {
    width: 260px;
  }
  .faq-section .faq-wrap .faq-block {
    flex-basis: calc(50% - 40px);
  }
  .faq-section .faq-wrap .faq-block .query-wrap .query-box {
    margin-bottom: 30px;
  }
  .faq-section .faq-wrap .faq-block .query-wrap .query-box h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .faq-section .faq-wrap {
    flex-direction: column;
  }
  .faq-section .faq-wrap .image-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .faq-section .faq-wrap .image-block .figure {
    flex-basis: calc(50% - 10px);
    position: relative;
  }
  .faq-section .faq-wrap .image-block .figure:first-child {
    width: 100%;
    height: 100%;
  }
  .faq-section .faq-wrap .image-block .figure:nth-child(2) {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .faq-section .faq-wrap .image-block .figure:nth-child(3) {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .faq-section .faq-wrap .image-block .figure:nth-child(4) {
    width: 100%;
    height: 100%;
    bottom: 0;
  }
  .faq-section .faq-wrap .faq-block {
    flex-basis: calc(50% - 40px);
  }
  .faq-section .faq-wrap .faq-block .query-wrap .query-box {
    margin-bottom: 30px;
  }
  .faq-section .faq-wrap .faq-block .query-wrap .query-box h5 {
    font-size: 1.125rem;
  }
}
.testimonial {
  padding-top: 0;
  background-color: rgb(245, 245, 250);
  position: relative;
  z-index: 1;
}
.testimonial .main-title {
  text-align: center;
}
.testimonial .main-title h4 {
  padding-top: 5px;
}
.testimonial .swiper {
  padding-block: 10px 60px;
  margin-left: 120px;
}
.testimonial .swiper .swiper-pagination {
  top: unset;
  bottom: 10px;
  width: calc(100% - 140px);
}
.testimonial .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #d01110;
}
.testimonial .swiper .swiper-button-prev,
.testimonial .swiper .swiper-button-next {
  left: unset;
  right: 40px;
  top: calc(100% - 10px);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d01110;
  height: initial;
  width: initial;
  background-color: #e0e0e0;
}
.testimonial .swiper .swiper-button-prev svg,
.testimonial .swiper .swiper-button-next svg {
  width: 10px;
  height: 10px;
}
.testimonial .swiper .swiper-button-prev:hover,
.testimonial .swiper .swiper-button-next:hover {
  background-color: #d01110;
}
.testimonial .swiper .swiper-button-prev:hover svg path,
.testimonial .swiper .swiper-button-next:hover svg path {
  stroke: #ffffff;
}
.testimonial .swiper .swiper-button-prev {
  right: 80px;
}

.testi-block {
  margin: 0 20px;
}
.testi-block .block {
  box-shadow: 0px 16px 72px 0px rgba(31, 31, 51, 0.06);
  padding: 25px 30px;
  border-radius: 20px;
}
.testi-block .block .top-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.testi-block .block .figure {
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.testi-block .block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-block .block h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #212121;
  text-transform: capitalize;
}
.testi-block .block .desc .review i {
  font-size: 0.875rem;
  color: #ddd;
}
.testi-block .block .desc .review i.active {
  color: rgb(235, 158, 71);
}
.testi-block .block .desc p {
  font-size: 0.875rem;
  margin-top: 10px;
}
.testi-block .block .desc ul {
  margin-top: 10px;
}
.testi-block .block .desc ul li {
  font-size: 0.875rem;
  color: #575757;
  margin-top: 5px;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

@media screen and (max-width: 1200px) {
  .testimonial .swiper {
    margin-left: 0px;
  }
  .testi-block {
    margin: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .testimonial .swiper .swiper-pagination {
    width: 100%;
  }
  .testimonial .swiper .swiper-button-next,
  .testimonial .swiper .swiper-button-prev {
    display: none;
  }
  .testi-block {
    margin: 0 0;
  }
  .testi-block .block h6 {
    font-size: 1rem;
  }
}
.join-us {
  position: relative;
  z-index: 1;
}
.join-us::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f5f5fa;
  z-index: -1;
}
.join-us .join-wrap {
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  padding: 50px 120px;
  background: linear-gradient(90deg, #da3a3a 0%, #d01110 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.join-us .join-wrap::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: -10px;
  background-image: url("images/news-bg.png");
  background-repeat: no-repeat;
  width: 59px;
  height: 115px;
  z-index: 11;
  opacity: 0.75;
}
.join-us .join-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("images/circle5.png");
  background-repeat: no-repeat;
  width: 78px;
  height: 100px;
  z-index: 11;
}
.join-us .join-wrap .content-block {
  flex-basis: 30%;
}
.join-us .join-wrap .content-block h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}
.join-us .join-wrap .content-block h4 span {
  display: block;
}
.join-us .join-wrap .content-block .btn-wrap {
  width: 200px;
}
.join-us .join-wrap .content-block .btn-wrap .btn {
  display: flex;
  align-items: center;
  gap: 25px;
}
.join-us .join-wrap .content-block .btn-wrap .btn .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
.join-us .join-wrap .content-block .btn-wrap .btn .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.join-us .join-wrap .content-block .btn-wrap .btn .icon i {
  font-size: 0.75rem;
  color: #00478f;
  transition: 0.3s ease-in-out;
}
.join-us .join-wrap .content-block .btn-wrap .btn p {
  color: #ffffff;
}
.join-us .join-wrap .content-block .btn-wrap .btn:hover .icon {
  transform: translateX(110px);
}
.join-us .join-wrap .content-block .btn-wrap .btn:hover .icon i {
  color: #ffffff;
}
.join-us .join-wrap .content-block .btn-wrap .btn:hover .icon::before {
  background-color: #00478f;
}
.join-us .join-wrap .form-block {
  flex-basis: 55%;
}
.join-us .join-wrap .form-block .form {
  justify-content: initial;
}
.join-us .join-wrap .form-block .form .form-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #575757;
}
.join-us .join-wrap .form-block .form .form-input::placeholder {
  color: #575757;
}

@media screen and (max-width: 1200px) {
  .join-us .join-wrap {
    padding: 50px;
  }
  .join-us .join-wrap .form-block .form .form-group.onethirdWidth {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 992px) {
  .join-us .join-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .join-us .join-wrap::after {
    bottom: unset;
    top: 0;
  }
  .join-us .join-wrap .content-block {
    text-align: center;
  }
  .join-us .join-wrap .content-block .btn-wrap {
    margin-inline: auto;
  }
}
footer {
  padding: 60px 0;
  background-color: #f5f5fa;
}
footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
  padding-bottom: 60px;
}
footer .footer-wrapper .footer-block {
  flex-basis: calc(25% - 20px);
}
footer .footer-wrapper .footer-block:nth-child(3) {
  flex-basis: calc(20% - 20px);
}
footer .footer-wrapper .footer-block:first-child {
  flex-basis: calc(30% - 20px);
  padding-right: 40px;
}
footer .footer-wrapper .footer-block:last-child iframe {
  width: 100%;
  height: 100%;
}
footer .footer-block .logo {
  width: 150px;
}
footer .footer-block .logo img {
  width: 100%;
  height: 100%;
}
footer .footer-block .footer-about-desc {
  margin-top: 10px;
}
footer .footer-block .footer-about-desc p {
  font-size: 0.875rem;
  color: #575757;
  font-family: "Open Sans", sans-serif;
}
footer .footer-block .footer-about-desc h5 {
  font-weight: 900;
  font-size: 1.25rem;
  text-transform: capitalize;
  color: #00478f;
  margin-top: 20px;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #212121;
  padding: 0;
  position: relative;
}
footer .footer-block ul li {
  margin-bottom: 15px;
}
footer .footer-block ul li a,
footer .footer-block ul li .quick-link {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #575757;
  transition: 0.5s ease-in-out;
}
footer .footer-block ul li a:hover,
footer .footer-block ul li .quick-link:hover {
  color: #d01110;
}
footer .footer-block ul li.footer-contact {
  display: flex;
  gap: 8px;
}
footer .footer-block ul li.footer-contact .icon i {
  font-size: 1rem;
  color: #00478f;
}
footer .footer-block ul li.footer-contact .content h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #212121;
  text-transform: capitalize;
  padding-bottom: 4px;
}
footer .footer-block ul li.footer-contact .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
}
footer .footer-block ul li.footer-contact .content .wrap a {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
}

.footer-bottom {
  padding-top: 25px;
  position: relative;
  border-top: 1px solid #e0e0e0;
}
.footer-bottom .bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .bottom-wrapper .block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.footer-bottom .bottom-wrapper .block a {
  color: #d01110;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
  position: relative;
}
.footer-bottom .bottom-wrapper .block a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d01110;
  transition: 0.3s ease-in-out;
}
.footer-bottom .bottom-wrapper .block a:hover::before {
  width: 100%;
}
.footer-bottom .bottom-wrapper .block p {
  color: #575757;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 0.875rem;
}
.footer-bottom .bottom-wrapper .social-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 50px 0;
  }
  footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 20px;
  }
  footer .footer-wrapper .footer-block {
    flex-basis: calc(50% - 20px);
  }
  footer .footer-wrapper .footer-block:nth-child(3) {
    flex-basis: calc(50% - 20px);
  }
  footer .footer-wrapper .footer-block:first-child {
    flex-basis: calc(50% - 20px);
    padding-right: 40px;
  }
  footer .footer-block .logo {
    width: 125px;
    margin-top: 0;
  }
  footer .footer-block .footer-about-desc {
    margin-top: 15px;
  }
  footer .footer-block .footer-title h6 {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .bottom-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .footer-bottom .bottom-wrapper .block {
    justify-content: center;
  }
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-wrapper .footer-block:first-child {
    padding: 0;
  }
  footer .footer-wrapper .footer-block:nth-child(2) ul li {
    width: 150px;
    margin-inline: auto;
    text-align: initial;
  }
  footer .footer-wrapper .footer-block .logo {
    margin: 0 auto;
  }
  footer .footer-wrapper .footer-block .footer-about-desc p {
    text-align: center;
  }
  footer .footer-wrapper .footer-block .footer-title {
    text-align: center;
  }
  footer .footer-wrapper .footer-block ul li {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-wrapper .footer-block ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 420px) {
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .develop a {
    text-align: center;
  }
}
/* Other Page Style */
.page-about {
  padding-bottom: 0;
}
.page-about #fint-story {
  scroll-margin-top: 100px;
}
.page-about .about-us .main-title h4 {
  color: #d01110;
}
.page-about .about-us .desc p {
  margin-bottom: 20px;
}
.page-about .about-us .desc p:last-child {
  margin-bottom: 0;
}
.page-about .why-us {
  padding-top: 60px;
}
.page-about .why-us .desc p {
  margin-bottom: 20px;
}
.page-about .why-us .desc p:last-child {
  margin-bottom: 0;
}
.page-about .gold-challenge {
  box-shadow: 0px 4px 20px 0px rgba(255, 215, 0, 0.3019607843);
  padding: 30px 40px;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.page-about .gold-challenge h5 {
  color: #00478f;
  font-size: 1.5rem;
  font-weight: 700;
}
.page-about .gold-challenge p {
  color: #212121;
}

.team .main-title {
  text-align: center;
}
.team .main-title h4 {
  color: #00478f;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.team-block {
  position: relative;
  flex-basis: calc(33.3333333333% - 30px);
  border-top: 4px solid;
  border-image: linear-gradient(90deg, #00478f 0%, #1a83cc 50%, #65dff6 100%);
  border-radius: 20px;
  cursor: pointer;
}

.team-wrap {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.team-wrap .front,
.team-wrap .back {
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 350px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}
.team-wrap .front {
  padding: 30px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  z-index: 1;
}
.team-wrap .front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 1;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}
.team-wrap .front::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #00478f 0%, #1a83cc 50%, #65dff6 100%);
  border-radius: 10px;
  z-index: -1;
}
.team-wrap .front .figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgb(101, 223, 246);
  margin-bottom: 20px;
}
.team-wrap .front .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-wrap .front .info h6 {
  font-size: 1.125rem;
  color: #212121;
  font-weight: 600;
}
.team-wrap .front .info p {
  color: #00478f;
}
.team-wrap .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #00478f;
  overflow: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
}
.team-wrap .back .back-wrap {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
.team-wrap .back .back-wrap h6 {
  font-size: 1.125rem;
  color: #ffffff;
}
.team-wrap .back .back-wrap p {
  color: #f6f8fb;
  font-size: 0.875rem;
}
.team-wrap .back .back-wrap .desc {
  margin-block: 20px;
}
.team-wrap .back .back-wrap .circle {
  background: #ffffff;
}
.team-wrap .circle {
  background: linear-gradient(90deg, #00478f 0%, #1a83cc 50%, #65dff6 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-inline: auto;
  margin-top: 35px;
  transition: 0.5s ease-in-out;
}
.team-wrap:hover .front,
.team-wrap:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.team-wrap:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.team-wrap:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media screen and (max-width: 1200px) {
  .team-block {
    flex-basis: calc(50% - 30px);
  }
  .team-wrap .front,
  .team-wrap .back {
    min-height: 350px;
  }
  .team-wrap .front .info h6 {
    font-size: 1.125rem;
  }
  .team-wrap .back .back-wrap h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    flex-direction: column;
  }
  .team-wrap .front,
  .team-wrap .back {
    min-height: 350px;
  }
  .team-wrap .front .info h6 {
    font-size: 1rem;
  }
  .team-wrap .back .back-wrap h6 {
    font-size: 1rem;
  }
}
.counter .main-title {
  text-align: center;
}
.counter .main-title h4 {
  color: #00478f;
}
.counter .main-title p {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 10px;
}
.counter .counter-wrapper {
  background: linear-gradient(98.99deg, #00478f 0%, #00204a 100%);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.counter .counter-wrapper .block {
  flex-basis: 25%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.counter .counter-wrapper .block::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #ffffff;
}
.counter .counter-wrapper .block:last-child::after {
  display: none;
}
.counter .counter-wrapper .block h3 {
  color: rgb(101, 223, 246);
  font-weight: 800;
}
.counter .counter-wrapper .block h3 span {
  color: rgb(101, 223, 246);
}
.counter .counter-wrapper .block h3.world {
  color: rgb(255, 215, 0);
}
.counter .counter-wrapper .block h3.world span {
  color: rgb(255, 215, 0);
}
.counter .counter-wrapper .block .info {
  margin-top: 10px;
}
.counter .counter-wrapper .block .info h6 {
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .counter .counter-wrapper .block h3 {
    font-size: 2.5rem;
  }
  .counter .counter-wrapper .block h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  .counter .counter-wrapper .block {
    flex-basis: 50%;
    padding: 30px 0;
  }
  .counter .counter-wrapper .block:last-child::after, .counter .counter-wrapper .block:nth-child(2)::after {
    display: none;
  }
  .counter .counter-wrapper .block .info h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .counter .counter-wrapper {
    padding: 40px 0;
  }
  .counter .counter-wrapper .block .info h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .counter .counter-wrapper {
    padding: 30px 0;
  }
  .counter .counter-wrapper .block h3 {
    font-size: 2rem;
  }
  .counter .counter-wrapper .block .info {
    margin-top: 0;
  }
  .counter .counter-wrapper .block .info h6 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .counter .counter-wrapper {
    flex-direction: column;
  }
  .counter .counter-wrapper .block::after {
    display: none;
  }
}
.high-achiever .main-title {
  text-align: center;
}
.high-achiever .main-title h4 {
  color: #00478f;
}
.high-achiever .achievement-wrappper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.high-achiever .achievement-wrappper .block {
  flex-basis: calc(33.3333333333% - 20px);
  padding: 30px;
  text-align: center;
}
.high-achiever .achievement-wrappper .block .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.high-achiever .achievement-wrappper .block p {
  text-align: center;
}
.high-achiever .achievement-wrappper .block p.rank {
  background-color: #00478f;
  padding: 2px 10px;
  font-size: 0.6125rem;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  margin-inline: auto;
}
.high-achiever .achievement-wrappper .block p.rank.world {
  background-color: #d01110;
}
.high-achiever .achievement-wrappper .block .info {
  margin-top: 20px;
}
.high-achiever .achievement-wrappper .block .info h6 {
  font-weight: 700;
  font-size: 1.125rem;
}
.high-achiever .achievement-wrappper .block .info p {
  font-size: 0.8125rem;
}
.high-achiever .achievement-wrappper .block .info p.sub {
  color: #575757;
  margin-block: 5px;
}
.high-achiever .achievement-wrappper .block .info p.session {
  color: #00478f;
}

@media screen and (max-width: 992px) {
  .high-achiever .achievement-wrappper .block {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .high-achiever .achievement-wrappper {
    flex-direction: column;
  }
}
.page-acca-course .course-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-acca-course .course-info .figure {
  flex-basis: 45%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}
.page-acca-course .course-info .figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-acca-course .course-info .course-desc {
  flex-basis: 50%;
}
.page-acca-course .course-info .course-desc .main-title h4 {
  color: #d01110;
}
.page-acca-course .course-info .course-desc ul li {
  padding-left: 15px;
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  color: #212121;
  margin-top: 10px;
}
.page-acca-course .course-info .course-desc ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00478f;
}
.page-acca-course .course-info.reverse {
  flex-direction: row-reverse;
}
.page-acca-course .course-structure .course-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 15px;
  margin-bottom: 120px;
}
.page-acca-course .course-structure .course-wrapper .block {
  flex-basis: calc(20% - 15px);
  border-top: 6px solid rgb(0, 71, 143);
  box-shadow: 0px 5.09px 15.26px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 20px 15px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.page-acca-course .course-structure .course-wrapper .block .title h6 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-acca-course .course-structure .course-wrapper .block p {
  color: #0c0c0c;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.page-acca-course .course-structure .course-wrapper .block ul {
  display: flex;
  flex-direction: column;
}
.page-acca-course .course-structure .course-wrapper .block ul li {
  font-size: 0.8125rem;
  color: #ffffff;
  padding: 8px 16px;
  margin-bottom: 10px;
  border-radius: 8px;
  text-transform: capitalize;
  background-color: #d01110;
  text-align: center;
  line-height: 1.3;
}
.page-acca-course .course-structure .course-wrapper .block .optional_sub li {
  background-color: #e0e0e0;
  color: #212121;
}
.page-acca-course .course-structure .course-wrapper .block .button-wrap {
  margin-top: 20px;
}
.page-acca-course .course-structure .course-wrapper .block:hover {
  border-top-color: #d01110;
  transform: translateY(-10px);
}
.page-acca-course .course-structure:last-child .course-wrapper {
  margin-bottom: 0;
}
.page-acca-course .course-structure:last-child .course-wrapper .block {
  flex-basis: calc(33.3333333333% - 15px);
  border-top: 0;
  border-left: 6px solid #00478f;
}
.page-acca-course .course-structure:last-child .course-wrapper .block ul li {
  background-color: #1a83cc;
}
.page-acca-course .course-structure:last-child .course-wrapper .block ul li:last-child {
  background-color: rgb(101, 223, 246);
  color: #212121;
}
.page-acca-course .course-structure:last-child .course-wrapper .block ul .optional_sub li {
  background-color: #e0e0e0;
  color: #212121;
}
.page-acca-course .course-structure:last-child .course-wrapper .block:hover {
  border-left-color: #d01110;
}

@media screen and (max-width: 1200px) {
  .page-acca-course .course-structure .course-wrapper {
    justify-content: center;
  }
  .page-acca-course .course-structure .course-wrapper .block {
    flex-basis: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 992px) {
  .page-acca-course .course-info {
    flex-direction: column;
    gap: 30px;
  }
  .page-acca-course .course-info .course-desc ul li {
    font-size: 1rem;
  }
  .page-acca-course .course-info.reverse {
    flex-direction: column;
  }
  .page-acca-course .course-structure .course-wrapper {
    margin-bottom: 80px;
  }
  .page-acca-course .course-structure .course-wrapper .block {
    flex-basis: calc(50% - 15px);
  }
  .page-acca-course .course-structure .course-wrapper .block .title h6 {
    font-size: 1.125rem;
  }
  .page-acca-course .course-structure:last-child .course-wrapper {
    justify-content: center;
  }
  .page-acca-course .course-structure:last-child .course-wrapper .block {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .page-acca-course .course-structure .course-wrapper {
    margin-bottom: 60px;
    flex-direction: column;
  }
}
.page-fee-scholarship .main-title {
  text-align: center;
}

.fee-scholar-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
.fee-scholar-wrap .block {
  flex-basis: calc(50% - 20px);
  border: 1px solid rgb(224, 224, 224);
  box-shadow: 0px 10px 30px 0px rgba(0, 71, 143, 0.08);
  border-radius: 20px;
}
.fee-scholar-wrap .block .title {
  background-color: #00478f;
  text-align: center;
  padding: 40px 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.fee-scholar-wrap .block .title h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-block: 20px 10px;
}
.fee-scholar-wrap .block .title h6 {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #65dff6;
}
.fee-scholar-wrap .block .cost-box {
  padding: 40px 30px;
}
.fee-scholar-wrap .block .cost-box .standar-fee {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fee-scholar-wrap .block .cost-box .standar-fee p {
  font-size: 0.875rem;
  color: #575757;
}
.fee-scholar-wrap .block .cost-box .standar-fee p.old {
  color: #d01110;
  text-decoration: line-through;
}
.fee-scholar-wrap .block .cost-box .best-value {
  border: 1px dashed #d01110;
  padding: 40px;
  background-color: rgba(208, 17, 16, 0.1);
  text-align: center;
  margin-block: 25px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.fee-scholar-wrap .block .cost-box .best-value h6 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d01110;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 20px;
}
.fee-scholar-wrap .block .cost-box .best-value h2 {
  font-weight: 800;
  color: #00478f;
}
.fee-scholar-wrap .block .cost-box .best-value p {
  color: #1a83cc;
  line-height: 1.5;
}
.fee-scholar-wrap .block .cost-box .info-details li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.fee-scholar-wrap .block .cost-box .info-details li:last-child {
  margin: 0;
}
.fee-scholar-wrap .block .cost-box .info-details li i {
  flex-basis: 15px;
  font-size: 0.75rem;
  color: #1a83cc;
}
.fee-scholar-wrap .block .cost-box .info-details li p {
  flex-basis: calc(100% - 20px);
  font-size: 0.875rem;
  line-height: 1.3;
  color: #212121;
}
.fee-scholar-wrap .block .cost-box .info-details li p span {
  font-weight: 700;
}
.fee-scholar-wrap .block .cost-box .button-wrap {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}
.fee-scholar-wrap .block .cost-box .button-wrap .btn {
  flex-basis: calc(50% - 20px);
  border-radius: 5px;
  width: 100%;
  font-size: 0.8125rem;
  padding: 8px 20px;
}
.fee-scholar-wrap .block {
  /* Styling for Uk Payment */
}
.fee-scholar-wrap .block:last-child .title {
  background-color: #212121;
}
.fee-scholar-wrap .block:last-child .title h6 {
  color: #aaaaaa;
}
.fee-scholar-wrap .block:last-child .note {
  padding: 8px 10px;
  border-radius: 5px;
  border-left: 3px solid #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
}
.fee-scholar-wrap .block:last-child .note p {
  font-size: 0.8125rem;
  color: #856404;
  line-height: 1.3;
}
.fee-scholar-wrap .block:last-child .note p span {
  font-weight: 700;
}
.fee-scholar-wrap .block:last-child .info-details {
  margin-top: 25px;
}
.fee-scholar-wrap .block:last-child .info-details li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(33, 33, 33, 0.1);
  margin: 0;
  padding: 25px 0;
}
.fee-scholar-wrap .block:last-child .info-details li h6 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #212121;
}
.fee-scholar-wrap .block:last-child .info-details li .price {
  text-align: right;
}
.fee-scholar-wrap .block:last-child .info-details li .price p {
  line-height: 1.3;
}
.fee-scholar-wrap .block:last-child .info-details li .price p.pound {
  font-size: 0.9375rem;
  font-weight: 700;
}
.fee-scholar-wrap .block:last-child .info-details li .price p.nepali {
  font-weight: 400;
  font-size: 0.8125rem;
  color: #888888;
  padding-top: 5px;
}
.fee-scholar-wrap .block:last-child .button-wrap p {
  font-size: 0.75rem;
  color: #575757;
  text-align: center;
}

.important-message {
  padding: 25px 0;
  background-color: #d1e8f7;
  border-radius: 5px;
  margin-top: 60px;
}
.important-message p {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #00478f;
  max-width: 585px;
  margin-inline: auto;
  text-align: center;
}
.important-message p span.bold {
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .fee-scholar-wrap .block .cost-box .button-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .fee-scholar-wrap .block .cost-box .button-wrap .btn {
    flex-basis: calc(50% - 20px);
    border-radius: 5px;
    width: 100%;
    font-size: 0.8125rem;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 992px) {
  .fee-scholar-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .fee-scholar-wrap .block .title h5 {
    font-size: 1.25rem;
  }
  .fee-scholar-wrap .block .title h6 {
    font-size: 0.75rem;
  }
  .fee-scholar-wrap .block .cost-box .standar-fee p {
    font-size: 0.8125rem;
  }
  .fee-scholar-wrap .block .cost-box .best-value h6 {
    top: -15px;
    font-size: 0.6125rem;
  }
  .fee-scholar-wrap .block .cost-box .best-value h2 {
    font-size: 2rem;
  }
  .fee-scholar-wrap .block .cost-box .best-value p {
    font-size: 0.75rem;
  }
  .fee-scholar-wrap .block .cost-box .info-details li p {
    font-size: 0.8125rem;
  }
  .fee-scholar-wrap .block {
    /* Styling for Uk Payment */
  }
  .fee-scholar-wrap .block:last-child .note p {
    font-size: 0.75rem;
  }
  .fee-scholar-wrap .block:last-child .info-details {
    margin-top: 25px;
  }
  .fee-scholar-wrap .block:last-child .info-details li {
    padding: 15px 0;
  }
  .fee-scholar-wrap .block:last-child .info-details li h6 {
    font-size: 0.8125rem;
  }
  .fee-scholar-wrap .block:last-child .info-details li .price p.pound {
    font-size: 0.875rem;
  }
  .fee-scholar-wrap .block:last-child .info-details li .price p.nepali {
    font-size: 0.75rem;
  }
  .important-message p {
    font-size: 0.875rem;
  }
}
.page-skill-lab .counter .main-title {
  text-align: left;
}
.page-skill-lab .counter p {
  margin-inline: initial;
}
.page-skill-lab .wrap .main-title h4 {
  color: #d01110;
}
.page-skill-lab .wrap p {
  color: #212121;
}
.page-skill-lab .wrap .image {
  margin: 60px 0;
}
.page-skill-lab .wrap .image .image-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: #212121;
  padding-bottom: 10px;
}
.page-skill-lab .wrap .why-skill-lab .main-title h4 {
  color: #212121;
}

@media screen and (max-width: 992px) {
  .page-skill-lab .wrap .image {
    margin: 40px 0;
  }
  .page-skill-lab .wrap .image .image-title {
    text-align: left;
    font-size: 1rem;
  }
}
.page-gold-challenge .main-title {
  text-align: center;
}
.page-gold-challenge .main-title h4 {
  background: linear-gradient(87.43deg, #00478f 0%, #1a83cc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-gold-challenge .main-title h6 {
  color: #b8860b;
}

.gold-challenge-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.gold-challenge-wrap .block {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 0px rgba(0, 71, 143, 0.0784313725);
  background-color: #ffffff;
}
.gold-challenge-wrap .block:first-child {
  grid-column: 1/3;
  grid-row: 1/4;
  background: linear-gradient(138.19deg, #00478f 0%, #002855 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.gold-challenge-wrap .block:first-child .icon p {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 20px;
  color: #e0e0e0;
}
.gold-challenge-wrap .block:first-child .prize-desc h2 {
  font-weight: 700;
  color: #ffd700;
  text-shadow: 0 6px 9px rgba(0, 0, 0, 0.3019607843);
}
.gold-challenge-wrap .block:first-child .prize-desc p {
  margin-block: 20px 40px;
  line-height: 1.5;
  max-width: 500px;
  margin-inline: auto;
  color: #f6f8fb;
}
.gold-challenge-wrap .block:first-child .prize-desc .button-wrap .btn-custom-color {
  box-shadow: 0px 4px 15px 0px rgba(255, 215, 0, 0.4);
  color: #00478f;
  background-color: #ffd700;
  padding: 16px 35px;
  font-weight: 700;
  border-radius: 30px;
}
.gold-challenge-wrap .block:nth-child(2) {
  grid-column: 3/4;
  grid-row: 1/2;
  background: linear-gradient(127.12deg, #fff8e1 0%, #ffecb3 100%);
  border: 1px solid #ffd700;
  display: flex;
  gap: 15px;
}
.gold-challenge-wrap .block:nth-child(2) .figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.gold-challenge-wrap .block:nth-child(2) .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gold-challenge-wrap .block:nth-child(2) .desc {
  flex-basis: calc(100% - 115px);
}
.gold-challenge-wrap .block:nth-child(2) .desc h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #00478f;
  text-transform: capitalize;
}
.gold-challenge-wrap .block:nth-child(2) .desc p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.gold-challenge-wrap .block:nth-child(2) .desc p.faculty {
  font-weight: 700;
  text-transform: uppercase;
  color: #d01110;
  margin-block: 5px 10px;
}
.gold-challenge-wrap .block:last-child {
  grid-column: 3/4;
  grid-row: 2/4;
}
.gold-challenge-wrap .block:last-child .title h5 {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #0c0c0c;
  margin-bottom: 20px;
}
.gold-challenge-wrap .block:last-child .rule {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gold-challenge-wrap .block:last-child .rule li {
  display: flex;
  gap: 5px;
}
.gold-challenge-wrap .block:last-child .rule li i {
  flex-basis: 15px;
  font-size: 0.8125rem;
  color: #d01110;
  padding-top: 4px;
}
.gold-challenge-wrap .block:last-child .rule li p {
  flex-basis: calc(100% - 20px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.gold-challenge-wrap .block:last-child .rule li p span {
  font-weight: 700;
}

@media screen and (max-width: 1400px) {
  .gold-challenge-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .gold-challenge-wrap .block:nth-child(2) {
    grid-column: 3/5;
  }
  .gold-challenge-wrap .block:last-child {
    grid-column: 3/5;
  }
}
@media screen and (max-width: 992px) {
  .gold-challenge-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .gold-challenge-wrap .block:first-child {
    grid-column: 1/3;
    grid-row: 1/2;
    gap: 30px;
  }
  .gold-challenge-wrap .block:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/2;
    flex-direction: column;
  }
  .gold-challenge-wrap .block:last-child {
    grid-column: 2/3;
    grid-row: 2/2;
  }
}
@media screen and (max-width: 768px) {
  .gold-challenge-wrap {
    grid-template-columns: 1fr;
  }
  .gold-challenge-wrap .block:first-child {
    grid-column: initial;
    grid-row: initial;
  }
  .gold-challenge-wrap .block:nth-child(2) {
    grid-column: initial;
    grid-row: initial;
    flex-direction: row;
  }
  .gold-challenge-wrap .block:nth-child(2) .figure {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    flex-basis: 100px;
  }
  .gold-challenge-wrap .block:last-child {
    grid-column: initial;
    grid-row: initial;
  }
}
@media screen and (max-width: 480px) {
  .gold-challenge-wrap .block:nth-child(2) {
    flex-direction: column;
  }
}
.page-commitment-scholarship ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 15px;
  line-height: 1.3;
}
.page-commitment-scholarship ul li span {
  font-weight: 700;
}
.page-commitment-scholarship ul li:last-child {
  margin-bottom: 0;
}
.page-commitment-scholarship ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00478f;
}

.facs-wrap .main-title {
  text-align: center;
}
.facs-wrap .main-title h6 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #00478f;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #65dff6;
  display: inline-block;
}
.facs-wrap .main-title h4 {
  color: #00478f;
  font-weight: 700;
  padding: 20px 0;
}
.facs-wrap .main-title h4 span {
  color: #1a83cc;
}
.facs-wrap .main-title p {
  max-width: 500px;
  margin-inline: auto;
}
.facs-wrap .main-title p span {
  display: block;
  font-weight: 700;
  color: #555555;
}
.facs-wrap .facs-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
}
.facs-wrap .facs-block .box {
  flex-basis: calc(50% - 20px);
  box-shadow: 0px 10px 30px 0px rgba(0, 71, 143, 0.0784313725);
  border-radius: 10px;
  border-top: 5px solid #1a83cc;
  padding: 30px;
}
.facs-wrap .facs-block .box .title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.facs-wrap .facs-block .box .title h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #00478f;
  text-transform: capitalize;
}
.facs-wrap .facs-block .box ul li {
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
.facs-wrap .facs-block .box ul li span {
  font-weight: 700;
}
.facs-wrap .facs-block .box:last-child {
  background-color: rgba(208, 17, 16, 0.05);
  border-top-color: #d01110;
}
.facs-wrap .facs-block .box:last-child .price-tag {
  margin-bottom: 20px;
}
.facs-wrap .facs-block .box:last-child .price-tag h4 {
  font-weight: 700;
  color: #d01110;
  margin-bottom: 5px;
}
.facs-wrap .facs-block .box:last-child .price-tag p {
  font-size: 0.8125rem;
  font-family: "Poppins", sans-serif;
  color: #575757;
}

.road-to-scholarship {
  padding-block: 80px;
}
.road-to-scholarship .main-title {
  text-align: center;
}
.road-to-scholarship .main-title h4 {
  color: #00478f;
}
.road-to-scholarship .main-title p {
  color: #0c0c0c;
}
.road-to-scholarship .scholarship-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 60px;
}
.road-to-scholarship .scholarship-wrap .block {
  flex-basis: calc(33.3333333333% - 60px);
  position: relative;
  padding: 40px 25px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  position: relative;
}
.road-to-scholarship .scholarship-wrap .block::before {
  content: "\f061";
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 1.5rem;
  font-weight: 700;
  color: #65dff6;
}
.road-to-scholarship .scholarship-wrap .block:last-child::before {
  display: none;
}
.road-to-scholarship .scholarship-wrap .block .no {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-color: #00478f;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.road-to-scholarship .scholarship-wrap .block .no p {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
}
.road-to-scholarship .scholarship-wrap .block .title h6 {
  font-weight: 700;
  font-size: 1.25rem;
  color: #00478f;
  text-transform: capitalize;
}
.road-to-scholarship .scholarship-wrap .block .title p {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #1a83cc;
  padding-block: 5px 15px;
}

.performance-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.performance-wrap .box {
  flex-basis: calc(33.3333333333% - 10px);
  padding: 30px 40px;
  border: 2px solid #a0a0a0;
  border-radius: 10px;
  border-top: 5px solid #a0a0a0;
  text-align: center;
}
.performance-wrap .box h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
}
.performance-wrap .box h4 {
  font-weight: 700;
  color: #a0a0a0;
  padding-block: 20px 30px;
}
.performance-wrap .box h4 span {
  font-size: 1rem;
  text-transform: uppercase;
}
.performance-wrap .box .score {
  background: #f6f8fb;
  border-radius: 8px;
  padding: 8px 10px;
  display: inline-block;
}
.performance-wrap .box .score p {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
}
.performance-wrap .box .seat p {
  font-size: 0.875rem;
  font-weight: 700;
  color: #d01110;
  text-transform: capitalize;
  padding-block: 20px 30px;
}
.performance-wrap .box .fee-desc p {
  font-size: 1rem;
  font-weight: 400;
  color: #212121;
}
.performance-wrap .box.platinum {
  background-color: #00478f;
  position: relative;
  border-color: #00478f;
}
.performance-wrap .box.platinum .tag {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d01110;
  font-size: 0.75rem;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 10px;
}
.performance-wrap .box.platinum h6,
.performance-wrap .box.platinum h4,
.performance-wrap .box.platinum p {
  color: #ffffff;
}
.performance-wrap .box.platinum .score {
  background-color: rgba(101, 223, 246, 0.1);
}
.performance-wrap .box.platinum .score p {
  color: #65dff6;
}
.performance-wrap .box.platinum .seat p {
  color: #65dff6;
}
.performance-wrap .box.gold h4 {
  color: #daa520;
}

.bottom-block {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.bottom-block .box {
  flex-basis: calc(33.3333333333% - 20px);
  padding: 30px 40px;
  background: #f6f8fb;
  border-left: 3px solid #1a83cc;
  border-radius: 10px;
}
.bottom-block .box .title h6 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.bottom-block .box ul p {
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #212121;
}
.bottom-block .box:last-child {
  background-color: #0c0c0c;
  border-color: #d01110;
}
.bottom-block .box:last-child .title h6 {
  color: #ffffff;
}
.bottom-block .box:last-child ul li {
  color: #ffffff;
}
.bottom-block .box:last-child ul li::before {
  background-color: #d01110;
}

@media screen and (max-width: 1200px) {
  .facs-wrap .facs-block .box .title {
    margin-bottom: 30px;
  }
  .facs-wrap .facs-block .box .title h6 {
    font-size: 1.125rem;
  }
  .facs-wrap .facs-block .box ul li {
    font-size: 0.9375rem;
  }
  .facs-wrap .facs-block .box:last-child .price-tag {
    margin-bottom: 20px;
  }
  .facs-wrap .facs-block .box:last-child .price-tag p {
    font-size: 0.8125rem;
  }
  .road-to-scholarship .scholarship-wrap {
    gap: 20px 40px;
  }
  .road-to-scholarship .scholarship-wrap .block {
    flex-basis: calc(33.3333333333% - 40px);
    padding: 30px 15px;
  }
  .road-to-scholarship .scholarship-wrap .block::before {
    font-size: 1.125rem;
    right: -35px;
  }
  .road-to-scholarship .scholarship-wrap .block .no p {
    font-size: 0.9375rem;
  }
  .road-to-scholarship .scholarship-wrap .block .title h6 {
    font-size: 1.125rem;
  }
  .road-to-scholarship .scholarship-wrap .block .title p {
    font-size: 0.8125rem;
  }
  .road-to-scholarship .scholarship-wrap .block p {
    font-size: 0.875rem;
  }
  .road-to-scholarship .scholarship-wrap .block ul li {
    font-size: 0.875rem;
  }
  .performance-wrap .box {
    padding: 20px 30px;
  }
  .performance-wrap .box h6 {
    font-size: 1.125rem;
  }
  .performance-wrap .box h4 {
    padding-block: 15px 25px;
  }
  .performance-wrap .box h4 span {
    font-size: 1rem;
  }
  .performance-wrap .box .score p {
    font-size: 0.8125rem;
  }
  .performance-wrap .box .seat p {
    font-size: 0.8125rem;
  }
  .performance-wrap .box .fee-desc p {
    font-size: 0.875rem;
  }
  .performance-wrap .box.platinum .tag {
    top: -15px;
    font-size: 0.6125rem;
    padding: 5px 10px;
  }
  .bottom-block .box {
    padding: 20px 20px;
  }
  .bottom-block .box .title h6 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .bottom-block .box ul p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .facs-wrap .facs-block {
    padding-bottom: 60px;
  }
  .facs-wrap .facs-block .box {
    padding: 30px;
  }
  .facs-wrap .facs-block .box .title {
    margin-bottom: 30px;
  }
  .facs-wrap .facs-block .box .title h6 {
    font-size: 1.125rem;
  }
  .facs-wrap .facs-block .box ul li {
    font-size: 0.9375rem;
  }
  .facs-wrap .facs-block .box:last-child .price-tag {
    margin-bottom: 20px;
  }
  .facs-wrap .facs-block .box:last-child .price-tag p {
    font-size: 0.8125rem;
  }
  .road-to-scholarship {
    padding-block: 60px;
  }
  .road-to-scholarship .scholarship-wrap {
    gap: 40px;
    flex-direction: column;
  }
  .road-to-scholarship .scholarship-wrap .block {
    padding: 20px 40px;
  }
  .road-to-scholarship .scholarship-wrap .block::before {
    font-size: 1rem;
    top: calc(100% + 32px);
    transform: translate(50%, -100%) rotate(90deg);
    right: 50%;
  }
  .road-to-scholarship .scholarship-wrap .block .no {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
  .road-to-scholarship .scholarship-wrap .block .no p {
    font-size: 0.875rem;
  }
  .road-to-scholarship .scholarship-wrap .block .title h6 {
    font-size: 1rem;
  }
  .road-to-scholarship .scholarship-wrap .block .title p {
    font-size: 0.875rem;
  }
  .performance-wrap .box {
    padding: 20px 30px;
  }
  .performance-wrap .box h6 {
    font-size: 1rem;
  }
  .performance-wrap .box h4 {
    padding-block: 10px 20px;
  }
  .performance-wrap .box h4 span {
    font-size: 0.9375rem;
  }
  .performance-wrap .box .score p {
    font-size: 0.75rem;
  }
  .performance-wrap .box .seat p {
    font-size: 0.75rem;
  }
  .performance-wrap .box .fee-desc p {
    font-size: 0.8125rem;
  }
  .performance-wrap .box.platinum .tag {
    top: -15px;
    font-size: 0.6125rem;
    padding: 5px 10px;
  }
  .bottom-block {
    padding-top: 60px;
  }
  .bottom-block .box {
    padding: 20px;
  }
  .bottom-block .box .title h6 {
    font-size: 0.9375rem;
  }
  .bottom-block .box ul p {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .facs-wrap .facs-block {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .facs-wrap .facs-block .box {
    padding: 30px;
  }
  .road-to-scholarship {
    padding-block: 40px;
  }
  .performance-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .bottom-block {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
  }
}
.page-contact .contact-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 20px;
}
.page-contact .contact-wrap .social-icons {
  flex: 0 0 calc(40% - 20px);
  background-color: rgb(250, 227, 227);
  padding: 40px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.page-contact .contact-wrap .social-icons .title h6 {
  color: #0c0c0c;
  font-weight: 700;
  text-transform: capitalize;
}
.page-contact .contact-wrap .social-icons .co-info {
  margin-block: 30px 55px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail {
  display: flex;
  align-items: center;
  gap: 10px 16px;
  margin-bottom: 20px;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  position: relative;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail .icon i {
  font-size: 1rem;
  color: #0c0c0c;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #0c0c0c;
  text-align: left;
  overflow-wrap: anywhere;
  margin: 0;
  padding: 0;
}
.page-contact .contact-wrap .social-icons .co-info .info-detail p:last-child {
  text-transform: inherit;
}
.page-contact .contact-wrap .social-icons .icons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.page-contact .contact-wrap .form-wrap {
  flex: 0 0 calc(60% - 20px);
}
.page-contact .contact-wrap .form-wrap .title {
  margin-bottom: 20px;
}
.page-contact .contact-wrap .form-wrap .title h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #212121;
  text-transform: capitalize;
}
.page-contact .contact-map {
  margin-top: 60px;
}
.page-contact .contact-map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 992px) {
  .page-contact .contact-wrap {
    flex-direction: column;
    align-items: initial;
    gap: 40px;
  }
  .page-contact .contact-wrap .social-icons {
    gap: 30px;
    align-items: center;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap {
    gap: 20px;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap .icon-div {
    margin-top: 0;
    flex: 0 0 auto;
  }
  .page-contact .contact-map {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .page-contact .contact-wrap .social-icons {
    padding: 20px 30px;
  }
  .page-contact .contact-wrap .social-icons .co-info {
    margin-block: 20px 35px;
  }
  .page-contact .contact-wrap .social-icons .co-info .info-detail {
    gap: 10px;
  }
  .page-contact .contact-wrap .social-icons .co-info .info-detail .icon {
    width: 40px;
    height: 40px;
  }
  .page-contact .contact-wrap .social-icons .co-info .info-detail .icon i {
    font-size: 0.9375rem;
  }
  .page-contact .contact-wrap .social-icons .icons-wrap {
    gap: 15px;
  }
  .page-contact .contact-wrap .form-wrap .title h4 {
    font-size: 1.5rem;
  }
  .page-contact .contact-map iframe {
    height: 300px;
  }
}
.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px 0;
}
.blog-wrapper .blog-box {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.blog-wrapper .blog-box .block {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  padding: 20px 30px;
  border-radius: 20px;
}
.blog-wrapper .blog-box .block .blog-category {
  background-color: #d01110;
  padding: 5px 15px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 5px;
}
.blog-wrapper .blog-box .block .blog-category span {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #ffffff;
}
.blog-wrapper .blog-box .block .figure {
  width: 100%;
  overflow: hidden;
}
.blog-wrapper .blog-box .block .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/2;
  border-radius: 10px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.blog-wrapper .blog-box .block .figure:hover img {
  transform: scale(1.1);
}
.blog-wrapper .blog-box .block .desc .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.blog-wrapper .blog-box .block .desc h5 {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}
.blog-wrapper .blog-box .block .desc h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d01110;
}
.blog-wrapper .blog-box .block .desc p {
  margin-block: 10px;
  font-size: 0.875rem;
}
.blog-wrapper .blog-box .block .desc .button-wrap {
  display: inline-block;
  width: 125px;
}
.blog-wrapper .blog-box .block .desc .readmore {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.blog-wrapper .blog-box .block .desc .readmore span {
  font-size: 0.8125rem;
  color: #3b5998;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.blog-wrapper .blog-box .block .desc .readmore i {
  font-size: 0.875rem;
  color: #3b5998;
  transition: 0.3s ease-in-out;
}
.blog-wrapper .blog-box .block .desc .readmore:hover span {
  color: #d01110;
}
.blog-wrapper .blog-box .block .desc .readmore:hover i {
  color: #d01110;
  transform: translateX(10px);
}
.blog-wrapper .sidebar-block {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-wrapper .sidebar-block .main-title {
  border: 1px solid #d01110;
  border-radius: 15px;
  padding: 5px 20px;
  text-align: center;
  margin-bottom: 0;
}
.blog-wrapper .sidebar-block .main-title h6 {
  font-size: 1rem;
  font-weight: 500;
  color: #212121;
}
.blog-wrapper .sidebar-block .search-box form {
  display: flex;
  border: 1px solid #c9c9c9;
  padding: 5px 10px;
  border-radius: 20px;
}
.blog-wrapper .sidebar-block .search-box form label {
  flex-grow: 1;
}
.blog-wrapper .sidebar-block .search-box form label input {
  width: 100%;
  border: none;
  outline: none;
  color: #212121;
}
.blog-wrapper .sidebar-block .search-box form input {
  border: none;
  background-color: transparent;
  padding: 0;
  color: transparent;
  position: relative;
}
.blog-wrapper .sidebar-block .search-box form input::before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "fontAwesome";
  font-size: 0.75rem;
  font-weight: 700;
  color: #d01110;
}
.blog-wrapper .sidebar-block .category-box .blog-category {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
}
.blog-wrapper .sidebar-block .category-box .blog-category li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.blog-wrapper .sidebar-block .category-box .blog-category li a P {
  flex-basis: calc(100% - 30px);
}
.blog-wrapper .sidebar-block .category-box .blog-category li a P.count {
  flex-basis: 30px;
}
.blog-wrapper .sidebar-block .category-box .blog-category li a:hover {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  transform: translateY(-5px);
}
.blog-wrapper .sidebar-block .latest-blog {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-wrapper .sidebar-block .latest-blog .block {
  padding: 5px 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.blog-wrapper .sidebar-block .latest-blog .block .blog-link {
  font-size: 1rem;
  font-weight: 600;
  color: #212121;
}
.blog-wrapper .sidebar-block .latest-blog .block .blog-date {
  font-size: 0.75rem;
}
.blog-wrapper .sidebar-block .latest-blog .block:hover {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  transform: translateY(-10px);
}

.blog-date {
  font-size: 0.8125rem;
}

.blog-author {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-author span,
.blog-author strong {
  font-size: 0.8125rem;
}
.blog-author strong {
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .blog-wrapper {
    flex-direction: column;
    gap: 20px 0;
  }
  .blog-wrapper .blog-box {
    gap: 30px;
  }
  .blog-wrapper .blog-box .block {
    padding: 10px 20px;
  }
  .blog-wrapper .blog-box .block .blog-category span {
    font-size: 0.75rem;
  }
  .blog-wrapper .blog-box .block .desc h5 {
    padding-left: 20px;
  }
  .blog-wrapper .blog-box .block .desc h5::before {
    width: 15px;
    height: 15px;
  }
  .blog-wrapper .sidebar-block .main-title h6 {
    font-size: 0.9375rem;
  }
  .blog-wrapper .sidebar-block .latest-blog .block .blog-link {
    font-size: 0.875rem;
  }
  .blog-wrapper .sidebar-block .latest-blog .block .blog-date {
    font-size: 0.75rem;
  }
  .blog-wrapper .sidebar-block .latest-blog .block:hover {
    transform: translateY(-5px);
  }
  .blog-date {
    font-size: 0.75rem;
  }
  .blog-author span,
  .blog-author strong {
    font-size: 0.75rem;
  }
}
.single-blog .blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.single-blog .blog-wrapper .block {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.single-blog .blog-wrapper .block .figure {
  flex-basis: 50%;
  overflow: hidden;
  border-radius: 20px;
}
.single-blog .blog-wrapper .block .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.single-blog .blog-wrapper .block .blog-info {
  flex-basis: 45%;
}
.single-blog .blog-wrapper .block .blog-info .blog-category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block: 20px 10px;
}
.single-blog .blog-wrapper .block .blog-info .blog-category span {
  font-size: 0.8125rem;
  color: #ffffff;
  background-color: #d01110;
  border-radius: 10px;
  padding: 5px 10px;
}
.single-blog .blog-wrapper .block .blog-info .info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.single-blog .blog-wrapper .full-content {
  flex-basis: 75%;
}
.single-blog .blog-wrapper .full-content p {
  margin-bottom: 20px;
}
.single-blog .blog-wrapper .full-content p:last-child {
  margin-bottom: 0;
}
.single-blog .blog-wrapper .full-content ul,
.single-blog .blog-wrapper .full-content ol {
  margin-block: 20px;
}
.single-blog .blog-wrapper .full-content ul li,
.single-blog .blog-wrapper .full-content ol li {
  margin-bottom: 8px;
}
.single-blog .blog-wrapper .full-content ul li:last-child,
.single-blog .blog-wrapper .full-content ol li:last-child {
  margin-bottom: 0;
}
.single-blog .blog-wrapper .sidebar-block {
  flex-basis: 20%;
}

@media screen and (max-width: 768px) {
  .single-blog .blog-wrapper {
    gap: 30px 0;
  }
  .single-blog .blog-wrapper .block {
    flex-direction: column;
    align-items: initial;
    gap: 10px;
  }
  .single-blog .blog-wrapper .block .blog-info .info {
    gap: 15px;
  }
  .single-blog .blog-wrapper .full-content p {
    margin-bottom: 10px;
  }
  .single-blog .blog-wrapper .full-content ul,
  .single-blog .blog-wrapper .full-content ol {
    margin-block: 10px;
  }
  .single-blog .blog-wrapper .full-content ul li,
  .single-blog .blog-wrapper .full-content ol li {
    margin-bottom: 5px;
  }
}
.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 15px;
}
.gallery-wrapper .image-wrap {
  aspect-ratio: 4/4;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 1s, filter 2s ease-in-out;
}
.gallery-wrapper .image-wrap:first-child {
  grid-row: 1/3;
  grid-column: 1/3;
}
.gallery-wrapper .image-wrap:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-wrapper .image-wrap h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  background-color: rgba(12, 12, 12, 0.25);
  font-size: 1rem;
  padding: 10px;
  text-align: center;
}
.gallery-wrapper .image-wrap:hover img {
  transform: scale(1);
}

@media screen and (max-width: 992px) {
  .gallery-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .gallery-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-wrapper .image-wrap:last-child {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .gallery-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-wrapper .image-wrap {
    aspect-ratio: 3/2;
  }
  .gallery-wrapper .image-wrap:last-child {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .gallery-wrapper .image-wrap img {
    filter: blur(0);
    transform: scale(1);
  }
}
.page-fint-tutor .team .main-title {
  text-align: center;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .front {
  padding: 0;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .front .figure {
  width: 100%;
  height: 500px;
  border-radius: 0;
  margin: 0;
  border: none;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .front .info {
  padding: 10px;
  text-align: center;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back {
  height: 100%;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back .back-wrap h6 {
  text-align: left;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back .back-wrap .desc p {
  color: #ffffff;
  margin-bottom: 10px;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back .back-wrap .desc p:last-child {
  margin-bottom: 0;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back .back-wrap .desc ul {
  margin-block: 10px;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back .back-wrap .desc ul li {
  position: relative;
  line-height: 1.5;
  color: #ffffff;
  padding-left: 15px;
  margin-bottom: 10px;
  text-align: left;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back .back-wrap .desc ul li:last-child {
  margin-bottom: 0;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back .back-wrap .desc ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back .back-wrap .icon-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back .back-wrap .icon-wrap .icon-block.circle {
  margin-inline: initial;
}
.page-fint-tutor .team .wrapper .team-block .team-wrap .back .back-wrap .icon-wrap .icon-block i {
  font-size: 1rem;
}

.fint-placement-section {
  padding: 60px 0;
}
.fint-placement-section .fint-placement-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.fint-placement-section .fint-placement-wrapper .partner {
  flex-basis: calc(16.6666666667% - 20px);
  text-align: center;
  background-color: #faf5f5;
  padding-inline: 10px;
  border-radius: 5px;
}
.fint-placement-section .fint-placement-wrapper .partner .figure {
  width: 100%;
  aspect-ratio: 1/1;
}
.fint-placement-section .fint-placement-wrapper .partner .figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fint-placement-section .fint-placement-wrapper .partner h6 {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding-block: 10px;
}

@media screen and (max-width: 1400px) {
  .fint-placement-section .fint-placement-wrapper .partner {
    flex-basis: calc(20% - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .fint-placement-section {
    padding: 40px 0;
  }
  .fint-placement-section .fint-placement-wrapper .partner {
    flex-basis: calc(25% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .fint-placement-section .fint-placement-wrapper {
    gap: 10px;
  }
  .fint-placement-section .fint-placement-wrapper .partner {
    flex-basis: calc(33.3333333333% - 10px);
  }
  .fint-placement-section .fint-placement-wrapper .partner h6 {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .fint-placement-section .fint-placement-wrapper .partner {
    flex-basis: calc(50% - 10px);
  }
}
.events {
  padding-top: 0;
}
.events .sectionWrapper .block {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.events .sectionWrapper .block .item {
  flex-basis: calc(33% - 25px);
}
.events .sectionWrapper .block .item .image {
  position: relative;
}
.events .sectionWrapper .block .item .image figure {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.events .sectionWrapper .block .item .image figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s all;
}
.events .sectionWrapper .block .item .image figure img:hover {
  transform: scale(1.1);
}
.events .sectionWrapper .block .item .image .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #212121;
  padding: 8px 12px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s all;
}
.events .sectionWrapper .block .item .image .date strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #d01110;
}
.events .sectionWrapper .block .item .image .date:hover {
  background-color: #fff;
}
.events .sectionWrapper .block .item .image h6 {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 8px;
  border-radius: 3px;
  background-color: rgba(208, 17, 16, 0.8);
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
}
.events .sectionWrapper .block .item .image h6:hover {
  background-color: #d01110;
  transition: 0.3s all;
}
.events .sectionWrapper .block .item .content {
  padding: 15px 15px 20px 15px;
  margin: 1px 1px 20px 1px;
  box-shadow: 0 3px 9px #e0e0e0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.events .sectionWrapper .block .item .content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #00478f;
  margin-bottom: 10px;
}
.events .sectionWrapper .block .item .content .title:hover {
  color: #000;
}
.events .sectionWrapper .block .item .content .desc {
  font-size: 14px;
  color: #212121;
}
.events .sectionWrapper .block .item .content ul {
  width: 100%;
  margin-top: 12px;
  justify-content: space-between;
}
.events .sectionWrapper .block .item .content ul li {
  font-size: 13px;
  color: #212121;
}
.events .sectionWrapper .block .item .content ul li i {
  font-size: 12px;
  color: #ffe9c5;
  margin-right: 5px;
  font-weight: 400;
}
.events .sectionWrapper .block .item .content ul li i.fas {
  font-weight: 700;
}
.events .sectionWrapper .block .item .content ul li:first-child {
  margin-right: 10px;
}
.events .sectionWrapper .block .item .content .button {
  margin-top: 20px;
}
.events .sectionWrapper .block .item.upcoming {
  position: relative;
}
.events .sectionWrapper .block .item.upcoming .date {
  color: #fff;
  background-color: rgba(255, 233, 197, 0.8);
}
.events .sectionWrapper .block .item.upcoming .date strong {
  color: #fff;
}
.events .sectionWrapper .block .item.upcoming .date:hover {
  background-color: #ffe9c5;
}
.events .sectionWrapper .block .item.upcoming h6 {
  display: block;
}

@media screen and (max-width: 992px) {
  .events .sectionWrapper .block .item {
    flex: 0 0 calc(50% - 25px);
  }
  .events .sectionWrapper .block .item .image .date {
    font-size: 13px;
    padding: 3px 8px;
    bottom: 10px;
    left: 10px;
  }
  .events .sectionWrapper .block .item .image .date strong {
    font-size: 15px;
  }
  .events .sectionWrapper .block .item .image h6 {
    top: 10px;
    right: 10px;
    padding: 3px 7px;
    font-size: 12px;
  }
  .events .sectionWrapper .block .item .content .title {
    font-size: 14px;
  }
  .events .sectionWrapper .block .item .content .desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .events .sectionWrapper .block {
    flex-direction: column;
  }
  .events .sectionWrapper .block .item {
    width: 100%;
  }
  .events .sectionWrapper .block .item:nth-child(2) {
    margin: 15px 0;
  }
  .events .sectionWrapper .block .item .content ul li {
    margin-bottom: 5px;
  }
}
.page-events .events .block .item {
  margin-bottom: 30px;
}
.page-events .events .block .item .content {
  margin: 1px 1px 10px 1px;
}
.page-events .events .block .item .content p {
  margin-top: 15px;
}

@media screen and (max-width: 992px) {
  .page-events .events .block .item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-events .events .mainPageWrapper .item .content .title {
    text-align: center;
  }
  .page-events .events .mainPageWrapper .item .content .desc {
    text-align: center;
  }
  .page-events .events .mainPageWrapper .item .content ul {
    justify-content: center;
    align-items: center;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #00478f;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #ffffff;
  color: #d01110;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-service-wrap .full-page-content .gallery {
  margin-bottom: 0;
  padding: 0;
}
.single-service-wrap .full-page-content .gallery .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .img-block {
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 5px;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .img-block:first-child {
  grid-row: initial;
  grid-column: initial;
}
.single-service-wrap {
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #d01110;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #f6f8fb;
}
.single-service-wrap .desc p {
  margin-bottom: 20px;
  color: #f6f8fb;
}
.single-service-wrap .desc p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap {
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
.single-gallery h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #d01110;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-gallery .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.single-gallery .gallery-wrapper .gallery-image {
  flex-basis: calc(25% - 15px);
}
.single-gallery .gallery-wrapper .gallery-image figure {
  overflow: hidden;
}
.single-gallery .gallery-wrapper .gallery-image figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .single-gallery h2 {
    font-size: 3rem;
  }
  .single-gallery .gallery-wrapper .gallery-image {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .single-gallery h2 {
    font-size: 2rem;
  }
  .single-gallery .gallery-wrapper {
    flex-direction: column;
  }
}
article {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  padding: 20px 30px;
  border-radius: 20px;
  margin-bottom: 40px;
}
article:last-child {
  margin-bottom: 0;
}
article .entry-header {
  margin-block: 20px 10px;
}
article .entry-header h2.entry-title a {
  font-size: 1.5rem;
}
article .post-thumbnail {
  width: 100%;
  height: 300px;
}
article .post-thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
