.bg-primarys {
  background-color: #7b0010 !important;
}

.button-primary {
  color: #fff !important;
  background-color: #7b0010 !important;
  border-color: #7b0010 !important;
}
.button-primary:hover {
  color: #fff !important;
  background-color: #59000c !important;
  border-color: #59000c !important;
}
.button-primary.focus, .button-primary:focus {
  color: #fff;
  background-color: #761623;
  border-color: #761623;
  box-shadow: 0 0 0 0.2rem rgba(167, 24, 24, 0.5);
  outline: none;
}
.button-primary.disabled, .button-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.button-primary:not(:disabled):not(.disabled).active, .button-primary:not(:disabled):not(.disabled):active, .show > .button-primary.dropdown-toggle {
  color: #fff;
  background-color: #761623;
  border-color: #761623;
}
.button-primary:not(:disabled):not(.disabled).active:focus, .button-primary:not(:disabled):not(.disabled):active:focus, .show > .button-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 24, 24, 0.5);
}

.button-primary-white {
  color: #7b0010 !important;
  background-color: #fdfdfd !important;
  border-color: #7b0010 !important;
}
.button-primary-white:hover {
  color: #fdfdfd !important;
  background-color: #59000c !important;
  border-color: #59000c !important;
}
.button-primary-white.focus, .button-primary-white:focus {
  color: #7b0010;
  background-color: #761623;
  border-color: #761623;
  box-shadow: 0 0 0 0.2rem rgba(167, 24, 24, 0.5);
  outline: none;
}
.button-primary-white.disabled, .button-primary-white:disabled {
  color: #7b0010;
  background-color: #007bff;
  border-color: #007bff;
}
.button-primary-white:not(:disabled):not(.disabled).active, .button-primary-white:not(:disabled):not(.disabled):active, .show > .button-primary-white.dropdown-toggle {
  color: #7b0010;
  background-color: #761623;
  border-color: #761623;
}
.button-primary-white:not(:disabled):not(.disabled).active:focus, .button-primary-white:not(:disabled):not(.disabled):active:focus, .show > .button-primary-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 24, 24, 0.5);
}

.button-outline-primary {
  color: #fdfdfd !important;
  border-color: #fdfdfd !important;
}
.button-outline-primary:hover {
  color: #7b0010 !important;
  background-color: #fdfdfd !important;
  border-color: #fdfdfd !important;
}
.button-outline-primary.focus, .button-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 24, 24, 0.5);
  outline: none;
}
.button-outline-primary.disabled, .button-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.button-outline-primary:not(:disabled):not(.disabled).active, .button-outline-primary:not(:disabled):not(.disabled):active, .show > .button-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #761623;
  border-color: #761623;
}
.button-outline-primary:not(:disabled):not(.disabled).active:focus, .button-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .button-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(167, 24, 24, 0.5);
}

* {
  margin: 0;
  padding: 0;
  font-family: "poppins", sans-serif;
}

html {
  min-width: 360px;
}

a {
  text-decoration: none !important;
}

body {
  background-color: #fbfafd !important;
  overflow-x: hidden;
}

.Page-wrapper {
  margin: auto;
}

p,
h3,
h1,
li,
label {
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}

.navbar {
  position: fixed !important;
  width: 100%;
  height: 90px;
  top: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  transition: background-color 0.3s ease;
}
.navbar .header-logo {
  height: 60px;
}
.navbar .brand-name {
  color: #fdfdfd;
  font-size: 24px;
}
.navbar .navbar-collapse {
  display: flex;
  flex-grow: unset;
}
.navbar .navbar-collapse li {
  padding: 0 16px;
}
.navbar .navbar-collapse li a {
  font-weight: 200 !important;
  color: #fdfdfd !important;
}
.navbar .navbar-collapse li a:hover {
  color: #7b0010 !important;
}

.scroll {
  background-color: #1a1a1a; /* Set your primary color */
}

.custom-toggler.navbar-toggler {
  border-color: #fdfdfd;
}

/* Setting the stroke to green using rgb values (0, 128, 0) */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(253, 253, 253, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.section-wrapper {
  width: 90%;
  margin: auto;
}

.sections {
  margin: auto;
  padding: 60px 0;
  min-height: 500px;
}
.sections .wrapper {
  width: 60%;
  margin: auto;
}
.sections .section-title {
  font-size: 52px;
  font-weight: 200;
  color: #7b0010;
  text-align: center;
  margin-bottom: 32px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #1a1a1a !important;
  background-color: #7b0010 !important;
  padding: 22px;
  border-radius: 50px;
  opacity: 0.5;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
}

.swiper-pagination-bullet {
  background-color: #fdfdfd !important;
}

.header-section {
  background-color: #ffffff;
}
.header-section .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-section .wrapper .left-side-group h1 {
  margin-bottom: 24px;
}
.header-section .wrapper .left-side-group .mission {
  font-size: 28px;
  font-weight: 700;
}
.header-section .wrapper .left-side-group .form-group {
  margin-bottom: 54px;
  width: 80%;
}
.header-section .wrapper .left-side-group .form-group label {
  font-size: 24px;
  font-weight: 500;
}
.header-section .wrapper .left-side-group img {
  height: 24px;
  margin: 0 8px 10px 0;
}
.header-section .wrapper .right-side-group img {
  height: 400px;
}

.careers-section {
  padding: 60px;
}
.careers-section .accordion-button:not(.collapsed) {
  color: #7b0010 !important;
  background-color: #1a1a1a !important;
}
.careers-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.footer-section {
  background-color: #fdfdfd;
  padding: 60px 0;
}
.footer-section .row {
  margin-bottom: 64px;
}
.footer-section .row .form-group .group-title {
  font-weight: 800;
  margin-bottom: 16px;
  font-size: 24px;
  color: #7b0010;
}
.footer-section .row .form-group i,
.footer-section .row .form-group a {
  color: #7b0010;
}
.footer-section .row .form-group a {
  color: #1a1a1a;
}
.footer-section .row .form-group p {
  margin: 0;
}
.footer-section .row .form-group .email-group,
.footer-section .row .form-group .socmed-group {
  margin-bottom: 16px;
}
.footer-section .row .form-group .email-group i,
.footer-section .row .form-group .socmed-group i {
  margin-right: 8px;
}
.footer-section .credits span,
.footer-section .credits a {
  color: #8c8c8c;
}
.footer-section .credits a {
  text-decoration: underline !important;
}

@media only screen and (max-width: 1200px) {
  .sections {
    margin: auto;
    padding: 60px 0;
  }
  .sections .wrapper {
    display: block !important;
    width: 90%;
  }
  .hero-section .wrapper .left-side {
    width: 100%;
    margin-bottom: 32px;
  }
  .hero-section .wrapper .left-side .name {
    font-size: 18px;
  }
  .hero-section .wrapper .left-side .title {
    font-size: 44px;
    margin-bottom: 16px;
  }
  .hero-section .wrapper .left-side .about {
    font-size: 18px;
  }
  .hero-section .wrapper .right-side {
    width: 100%;
  }
  .hero-section .wrapper .right-side img {
    height: 200px !important;
  }
  .header-section {
    background-color: #ffffff;
  }
  .header-section .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-section .wrapper .left-side-group .form-group {
    margin-bottom: 44px;
    width: 100%;
  }
  .header-section .wrapper .left-side-group .form-group label {
    font-size: 16px;
    font-weight: 600;
  }
  .header-section .wrapper .left-side-group img {
    height: 16px;
  }
  .header-section .wrapper .right-side-group {
    text-align: center;
  }
  .header-section .wrapper .right-side-group img {
    height: 230px;
  }
  .contact-section .contact-group {
    display: block;
  }
  .contact-section .left-side {
    width: 100%;
  }
  .contact-section .left-side .form-group {
    display: block;
    text-align: center;
  }
  .contact-section .right-side {
    text-align: center;
    width: 100%;
  }
  .contact-section .right-side img {
    width: 50%;
    height: 50%;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    background-color: #1a1a1a;
  }
  .navbar .navbar-nav {
    width: 100%;
  }
  .navbar .navbar-nav li {
    text-align: center;
    padding: 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-section {
    padding-bottom: 16px;
  }
  .footer-section .form-group {
    margin-bottom: 32px;
  }
}