.l {
  box-shadow: 0 0 0 1px red;
}

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #141625;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #FDC05E;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: #000;
  cursor: pointer;
  display: none;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background-clip: content-box;
  border: 1px solid transparent;
}

::-webkit-scrollbar-track {
  background: #000;
}

.icon {
  stroke: unset;
  stroke-width: 0px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}

.ts-0p7 {
  transform: scale(0.7);
}

.ts-0p8 {
  transform: scale(0.8);
}

.ts-0p9 {
  transform: scale(0.9);
}

.ts-1p1 {
  transform: scale(1.1);
}

.ts-1p2 {
  transform: scale(1.2);
}

.ts-1p3 {
  transform: scale(1.3);
}

.ts-1p4 {
  transform: scale(1.4);
}

.ts-1p5 {
  transform: scale(1.5);
}

.ts-1p6 {
  transform: scale(1.6);
}

.ts-1p7 {
  transform: scale(1.7);
}

.ts-1p8 {
  transform: scale(1.8);
}

.ts-1p9 {
  transform: scale(1.9);
}

.ts-2p0 {
  transform: scale(2);
}

.text-primary {
  color: #99247B !important;
}

.text-primary-dark {
  color: #141625 !important;
}

.text-secondary {
  color: #FDC05E !important;
}

.text-secondary-dark {
  color: #ce8209 !important;
}

.bg-primary {
  background-color: #99247B !important;
}

.bg-primary-dark {
  background-color: #141625 !important;
}

.bg-secondary {
  background-color: #FDC05E !important;
}

.bg-secondary-dark {
  background-color: #ce8209 !important;
}

.bg-light2 {
  background-color: rgba(253, 192, 94, 0.1) !important;
}

.maxw-540 {
  max-width: 540px;
}

.maxw-580 {
  max-width: 580px;
}

.maxw-640 {
  max-width: 640px;
}

.button-lg {
  font-size: 17px;
  min-height: 50px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  --bs-btn-font-weight: 600;
  color: #141625;
  --bs-btn-border-color: $secondary;
  background: linear-gradient(#FDC05E, #ce8209);
}
.btn-primary:hover, .btn-primary:active {
  color: #99247B;
  background: linear-gradient(#ce8209, #FDC05E);
}
.btn-primary:focus {
  color: #99247B;
  background: linear-gradient(#ce8209, #FDC05E);
}

.form-control, .custom-select {
  --bs-border-radius: 3px !important;
  color: #141625;
  padding: 0.563rem 0.75rem;
}
.form-control:focus, .custom-select:focus {
  color: #141625;
  border-color: #99247B;
  box-shadow: 0 0 0 0.2rem rgba(153, 36, 123, 0.25);
}

.top-bar {
  background-color: #1b1e21;
  border-bottom:1px solid #000;
  padding: 4px 0;
  top: 0;
}
.top-bar .hstack .vr {
  color: #FDC05E;
  opacity: 0.25;
}
.top-bar .hstack a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  gap: 8px;
}
.top-bar .hstack a:hover {
  color: #FDC05E;
}
.top-bar .top-social a {
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  margin-left: 10px;
  transform: scale(1.05);
  display: inline-block;
}
.top-bar .top-social a:hover {
  color: #FDC05E;
}

header {
  background-color: #141625;
}
header .header-logo {
  display: inline-block;
}
header .header-logo img {
  width: 100%;
  max-width: 180px;
}
header .btn-primary span {
  display: inline-flex;
  transform: translateY(-1px);
}

nav {
  position: sticky;
  top: 0;
  z-index: 99;
  background: linear-gradient(#FDC05E, #ce8209);
}
nav .menu-wrapper {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
}
nav .menu-wrapper .menu-wlink {
  white-space: nowrap;
}
nav .menu-wrapper .menu-wlink .caret {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
}
nav .menu-wrapper .menu-wlink > a {
  display: block;
  text-decoration: none;
  color: #141625;
  padding: 12px 0;
  font-weight: 500;
  font-size: 1.05rem;
  transition: 500ms;
}
nav .menu-wrapper .menu-wlink > a:hover, nav .menu-wrapper .menu-wlink > a:active, nav .menu-wrapper .menu-wlink > a.active {
  color: #99247B;
}
nav .menu-wrapper .menu-wlink:hover > a {
  color: #99247B;
}
nav .dropdown-menu {
  border: none;
}
nav .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  padding: 7px 14px;
  color: #141625;
  font-weight: 500;
}
nav .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #141625;
}

.section-banner {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  text-shadow: 0 1px 3px #141625;
}
.section-banner .owl-stage-outer, .section-banner .owl-stage, .section-banner .owl-item, .section-banner .container, .section-banner .row {
  min-height: inherit;
}
.section-banner .item {
  position: relative;
  min-height: inherit;
}
.section-banner .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(20, 22, 37, 0.60);
}
.section-banner .item .container {
  z-index: 2;
}
.section-banner .item .item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-banner .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.section-banner .button-lg {
  text-shadow: none;
  box-shadow: 0 2px 6px rgba(62, 0, 46, 0.3);
}

.section-serivcesbg {
  position: relative;
  background-color: #fff;
}
.section-serivcesbg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background: url("../images/banner.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.section-serivcesbg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 440px;
  background: rgba(20, 22, 37, 0.8);
  top: 0;
  left: 0;
  z-index: 0;
}
.section-serivcesbg .container {
  position: relative;
  z-index: 4;
}

.card-service {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: none;
  height: 100%;
}
.card-service:hover .card-poster {
  transform: scale(1.1);
}
.card-service .card-poster {
  transition: 0.75s;
}
.card-service .card-serviceicon {
  width: 64px;
  top: -32px;
  left: 0;
  position: absolute;
  z-index: 2;
}
.card-service .card-body {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.card-service .card-title {
  font-weight: 600;
  margin-top: -8px;
  margin-bottom: 16px;
  color: #141625;
}
.card-service ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card-service ul li {
  background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="%2399247B" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708"/><path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: left 5px;
  padding-left: 22px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.938rem;
}
.card-service ul li:not(:last-child) {
  margin-bottom: 10px;
}

.logo-wrapper {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}
.logo-wrapper .logo-box {
  width: 240px;
  height: 90px;
  border: 1px solid #eee;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  margin-right: 15px;
  background-color: #fff;
}
.logo-wrapper .logo-box:hover img {
  transform: scale(1.05);
}
.logo-wrapper .logo-box img {
  max-width: 90%;
  max-height: 60px;
  transition: 500ms;
}

.accordion-common {
  border: none;
}
.accordion-common .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.accordion-common .accordion-button {
  color: #141625;
  background-color: rgba(62, 0, 46, 0.1);
  border-radius: 0 !important;
  font-weight: 500;
  font-size: 1.25rem;
}
.accordion-common .accordion-collapse, .accordion-common .accordion-item {
  border-radius: 0 !important;
}

.table-services th, .table-services td {
  padding: 12px 14px;
  border: 1px solid #ddd !important;
}

.connect-link {
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
  color: #141625;
}
.connect-link:hover {
  color: #ce8209;
}
.connect-link .icon {
  font-size: 22px;
  margin-top: 3px;
}

footer {
  background-color: #141625;
  padding-top: 50px;
  padding-bottom: 25px;
  color: #ffffff;
}
footer form .form-control, footer form .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
}
footer form .form-control::-moz-placeholder, footer form .form-control:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
}
footer form .form-control::placeholder, footer form .form-control:focus::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
footer form .btn-primary {
  --bs-border-radius: 3px !important;
  color: #141625;
  padding: 0.625rem 0.75rem;
}
footer .footer-logo {
  display: inline-block;
  margin-bottom: 10px;
}
footer .footer-logo img {
  width: 100%;
  max-width: 240px;
}
footer h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
footer address {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-links, footer .copyright {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-links a, footer .copyright a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
footer .footer-links a:hover, footer .copyright a:hover {
  color: #FDC05E;
}

.goto-top {
  position: fixed;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: linear-gradient(#FDC05E, #ce8209);
  box-shadow: 0 0 10px #141625;
  bottom: 15px;
  right: 15px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  border: none;
  opacity: 0;
  transform: scale(0);
  z-index: 120;
}
.goto-top.active {
  opacity: 1;
  transform: scale(1);
}
.goto-top:hover {
  background-color: #141625;
  box-shadow: 0 0 15px #FDC05E;
}

.dropdown-mobile {
  visibility: hidden;
  width: 36px;
  height: 100%;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-family: Arial;
}
.dropdown-mobile::before {
  content: "+";
  box-shadow: 0 0 0 1px rgba(62, 0, 46, 0.25);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50px;
}

.display-7 {
  font-size: calc(1.25rem + 1.5vw);
  font-weight: 300;
  line-height: 1.3;
}

.display-8 {
  font-size: calc(1rem + 1.5vw);
  font-weight: 300;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .display-7 {
    font-size: 2.25rem;
  }
  .display-8 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  nav .menu-wrapper {
    gap: 20px;
    justify-content: space-between;
  }
  nav .menu-wrapper .menu-wlink > a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  header .header-logo img {
    max-width: 140px;
  }
}
@media (max-width: 575.9px) {
  .dropdown-mobile {
    visibility: visible;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 95;
  }
  header .header-logo img {
    max-width: 100px;
  }
  nav {
    position: fixed;
    width: 260px;
    right: -280px;
    height: 100%;
    transition: 300ms;
    box-shadow: -4px 4px 8px rgba(62, 0, 46, 0.75);
  }
  nav .menu-wrapper {
    flex-direction: column;
    gap: 1px;
  }
  nav .menu-wrapper .menu-wlink > a {
    font-size: 1rem;
    position: relative;
  }
  .accordion-common .accordion-button {
    font-size: 1rem;
  }
  .section-banner {
    min-height: 56vh;
  }
  body.menu-onoff {
    overflow: hidden;
  }
  body.menu-onoff::before {
    content: "";
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: fixed;
    z-index: 90;
    background: rgba(62, 0, 46, 0.75);
  }
  body.menu-onoff nav {
    right: 0;
  }
}
@media (max-width: 420px) {
  header .header-logo img {
    max-width: 80px;
  }
  .section-banner .button-lg {
    white-space: nowrap;
  }
  .button-lg {
    height: 40px !important;
    min-height: 40px;
  }
}/*# sourceMappingURL=style.css.map */