@charset "UTF-8";
.l {
  box-shadow: 0 0 0 1px red;
}

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

::-webkit-scrollbar-thumb {
  background-color: #5ecae4;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #187e97;
}

::-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;
}


/*ashraf*/
:root {
  --blue: #187e97;
  --blue-rgb: 5,180,151;
  --orange: #f36825;
  --orange-rgb: 243,104,37;
  --light-yellow: #ffce57;
  --green: #08cf08;
  --grey: #edf2f9;
}

.inline-link a {
    color: #fff;
    text-decoration: none;
}

.card-color {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 7px #ddd;
          box-shadow: 0 1px 7px #ddd;
  padding: 20px;
  border-radius: 14px;
  position: relative;
  /*height: 100%;*/
}

.card-color.card-blue span::before {
  background: var(--blue);
}

.card-color.card-orange span::before {
  background: var(--orange);
}

.card-color.card-yellow span::before {
  background: var(--light-yellow);
}

.card-color.card-dark span::before {
  background: var(--bs-dark);
}

.card-color.card-green span::before {
  background: var(--green);
}

.card-color.card-primary span::before {
  background: var(--bs-primary);
}

.card-color span {
  font-weight: 300;
  font-size: 17px;
  display: block;
  margin: 10px 0 20px 0;
  color: #555;
}

.card-color span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 50px;
  top: 26px;
  left: 0;
  background: #ccc;
}

.card-color a {
  display: block;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 10px;
  color: var(--blue);
  -webkit-transition: 350ms;
  transition: 350ms;
}

.card-color a:hover {
  color: var(--orange);
  text-decoration: underline;
}



/*end*/

.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);
}

.zm-0p5 {
  zoom: 0.5;
}

.zm-0p6 {
  zoom: 0.6;
}

.zm-0p7 {
  zoom: 0.7;
}

.zm-0p8 {
  zoom: 0.8;
}

.zm-0p9 {
  zoom: 0.9;
}

.zm-1p1 {
  zoom: 1.1;
}

.opacity-3 {
  opacity: 0.03;
}

.opacity-4 {
  opacity: 0.04;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-8 {
  opacity: 0.08;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-80 {
  opacity: 0.8;
}

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

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

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

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

.text-light3 {
  color: #f1f3ff;
}

.text-paragraph {
  color: #454545;
}

.text-paragraph2 {
  color: #656565;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.css-white {
  filter: brightness(0) invert(1);
}

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

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

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

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

.bg-light2 {
  background-color: #f9f9f9 !important;
}

.bg-light3 {
  background-color: #f1f3ff !important;
}

.bg-facebook, .bg-facebook:hover {
  background: #3b5998;
}

.bg-instagram, .bg-instagram:hover {
  background: #3b5998;
}

.bg-linkedin, .bg-linkedin:hover {
  background: #0077b5;
}

.bg-whatsapp, .bg-whatsapp:hover {
  background: #25d366;
}

.bg-youtube, .bg-youtube:hover {
  background: #3b5998;
}

.bg-twitter, .bg-twitter:hover {
  background: #1da1f2;
}

.bg-pinterest, .bg-pinterest:hover {
  background: #bd081c;
}

.mt-2px {
  margin-top: 2px;
}

.mt-3px {
  margin-top: 3px;
}

.mt-5px {
  margin-top: 5px;
}

.mt-6px {
  margin-top: 6px;
}

.mt-7px {
  margin-top: 7px;
}

.w-2px {
  width: 2px;
}

.w-3px {
  width: 3px;
}

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

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

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

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

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

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

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

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

.btn-secondary-arrow {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #5ecae4;
}
.btn-secondary-arrow:hover {
  color: #187e97;
}

.btn-secondary {
  --bs-btn-font-weight: 500;
  --bs-btn-border-color: $secondary;
  color: #10164b;
  background: #5ecae4;
  text-transform: uppercase;
}
.btn-secondary:hover, .btn-secondary:active {
  color: #fff;
  background: #187e97 !important;
}
.btn-secondary:focus {
  color: #fff;
  background: #187e97;
}

.form-control, .custom-select {
  --bs-border-radius: 3px !important;
  color: #10164b;
  min-height: 46px;
  font-weight: 500;
  padding: 0.563rem 0.75rem;
}
.form-control:focus, .custom-select:focus {
  color: #3e002e;
  border-color: #5ecae4;
  box-shadow: 0 0 0 0.2rem rgba(94, 202, 228, 0.2);
}

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

.top-bar {
  background-color: #283075;
  padding: 5px 0;
  top: 0;
}
.top-bar .hstack .vr {
  color: #5ecae4;
  opacity: 0.2;
}
.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: #5ecae4;
}
.top-bar .top-social a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  margin-right: 12px;
  display: inline-block;
}
.top-bar .top-social a:hover {
  color: #5ecae4;
}

header {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(16, 22, 75, 0.1);
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 95;
}
header .header-logo {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .header-logo img {
  width: 100%;
  max-width: 200px;
}
header .btn-primary span {
  display: inline-flex;
  transform: translateY(-1px);
}

nav {
  top: 0;
  z-index: 99;
}
nav .menu-wrapper {
  display: flex;
  justify-content: flex-end;
  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: #10164b;
  padding: 16px 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: #187e97;
}
nav .menu-wrapper .menu-wlink:hover > a {
  color: #187e97;
}
nav .dropdown-menu {
  border: none;
}
nav .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  padding: 7px 14px;
  color: #10164b;
  font-weight: 500;
}
nav .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #187e97;
}

.page-banner {
  position: relative;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-banner::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
 background: rgba(16, 22, 75, 0.75);
}
.page-banner .page-imgposter {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.page-banner .container {
  position: relative;
  z-index: 2;
}

.section-banner {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  text-shadow: 0 1px 3px #10164b;
}
.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(16, 22, 75, 0.45);
}
.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(16, 22, 75, 0.3);
}

.experience-year {
  position: relative;
}
.experience-year img {
  width: 100%;
  border-radius: 4px 4px 4px 0;
}
.experience-year .exp-box {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 4px 0 0;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  background: #5ecae4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 30px;
  text-transform: uppercase;
  color: #10164b;
}
.experience-year .exp-box h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.experience-year .exp-box h4 {
  margin: 6px 0;
}
.experience-year .exp-box p {
  margin: 0;
}

.sideline-heading {
  border-left: 4px solid #187e97;
  font-weight: 700;
  padding-left: 20px;
}

.bottomline-heading {
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
.bottomline-heading::after {
  content: "";
  display: block;
  margin: 25px auto;
  width: 100px;
  height: 4px;
  background-color: #187e97;
}

.card-outline {
  position: relative;
}
.card-outline::before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  background-color: #fff;
  z-index: 0;
  border-radius: 4px;
  box-shadow: 0px 10px 26px -10px rgba(0, 0, 0, 0.25);
}
.card-outline > * {
  position: relative;
}

.card-iconbox {
  text-align: right;
  position: relative;
}
.card-iconbox span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 80%;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: -35px;
  font-size: 36px;
  color: #5ecae4;
  box-shadow: 0 4px 6px rgba(16, 22, 75, 0.1);
}

.callto-section {
  position: relative;
  background-attachment: fixed !important;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
}
.callto-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 22, 75, 0.9);
}

.card-team {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #187e97;
}
.card-team img {
  width: 100%;
  aspect-ratio: 9/12;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 500ms;
}
.card-team:hover img {
  transform: scale(1.05);
  opacity: 0.75;
}
.card-team .card-teamtext {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 60px 20px 30px 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.65));
}
.card-team .card-teambottom {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-team .card-teamsocial {
  display: flex;
  gap: 10px;
}
.card-team .card-teamsocial a {
  display: flex;
  width: 28px;
  height: 28px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 0 0 1px #888;
  border-radius: 30px;
}
.card-team .card-teamsocial a:hover {
  font-size: 16px;
  color: #5ecae4;
  box-shadow: 0 0 0 1px #5ecae4;
}
.card-team .card-teamforward {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 20px;
  background: #5ecae4;
  color: #10164b;
  box-shadow: 0 2px 4px rgba(16, 22, 75, 0.9);
  transition: 300ms;
}
.card-team .card-teamforward:hover {
  background: #187e97;
  color: #fff;
}

.number-section {
  position: relative;
  z-index: 2;
  margin-top: -90px;
}
.number-section .row {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.number-section .row::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/worldmap.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.07;
  z-index: 0;
}
.number-section .row > * {
  position: relative;
}

.number-divider {
  display: flex;
  align-items: center;
  gap: 12px;
}
.number-divider .display-5 {
  border-right: 3px solid #5ecae4;
  line-height: 1;
  padding-right: 10px;
}

.card-testimonial {
  padding: 40px;
  height: 100%;
  border-radius: 4px;
}
.card-testimonial .tc-quote {
  position: relative;
  width: 120px;
  height: 120px;
}
.card-testimonial .tc-quote img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
.card-testimonial .tc-quote span {
  background: #000;
  display: flex;
  width: 48px;
  height: 48px;
  font-size: 26px;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: 2px solid #fff;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 24px);
}

.star-rating {
  display: inline-block;
  color: #ddd;
  font-family: Arial !important;
  vertical-align: top;
  position: relative;
}

.star-rating:before {
  content: "★★★★★";
  font-family: inherit;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 3px;
  text-shadow: 0 0px 1px #fff;
}

.star-rating span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.star-rating span:before {
  content: "★★★★★";
  position: relative;
  color: #FFC835;
  font-family: Arial !important;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 3px;
}

.contact-section {
  position: relative;
}

.map-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.common-social {
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: 16px;
}
.common-social a {
  text-decoration: none;
  color: inherit;
}
.common-social a:hover {
  color: #187e97;
}

.text-link {
  color: inherit;
  text-decoration: none;
}
.text-link:hover {
  color: #187e97;
}

.user-group {
  padding-left: 15px;
}
.user-group > li {
  display: inline;
}
.user-group > li:before, .user-group > li:after {
  content: none;
}
.user-group > li:hover > img {
  transform: scale(1.3);
  cursor: pointer;
  z-index: 10;
}
.user-group > li > img {
  transition: 500ms;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
  margin-left: -15px;
  position: relative;
}

.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;
  border-radius: 4px;
}
.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: #10164b;
  background-color: rgba(16, 22, 75, 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;
}

footer {
  background-color: #10164b;
  padding-top: 50px;
  padding-bottom: 25px;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-logo {
  display: inline-block;
  margin-bottom: 10px;
}
footer .footer-logo img {
  width: 100%;
  max-width: 200px;
  filter: brightness(0) invert(1);
}
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: #5ecae4;
}
footer .footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
footer .footer-social a {
  font-size: 20px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer-social a:hover {
  color: #5ecae4;
}

.goto-top {
  position: fixed;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #283075;
  box-shadow: 0 0 10px #10164b;
  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: #10164b;
  box-shadow: 0 0 15px #5ecae4;
}

.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(16, 22, 75, 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) {
  .g-lg-6, .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-6, .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
  nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-95px {
    margin-top: 95px;
  }
  .mt-md-100px {
    margin-top: 100px;
  }
  .mt-md-105px {
    margin-top: 105px;
  }
  .mt-md-110px {
    margin-top: 110px;
  }
}
@media (max-width: 992px) {
  header .header-logo img {
    max-width: 140px;
  }
  nav .menu-wrapper {
    gap: 20px;
  }
  nav .menu-wrapper .menu-wlink > a {
    font-size: 1rem;
  }
  .page-banner {
    height: 260px;
  }
}
@media (max-width: 767.9px) {
  body, html {
    overflow-x: hidden;
  }
  header .col.align-self-center {
    display: flex;
    justify-content: flex-end;
  }
  nav {
    position: fixed;
    background: #ffffff;
    width: 260px;
    right: -280px;
    height: 100%;
    transition: 300ms;
    box-shadow: -4px 4px 8px rgba(16, 22, 75, 0.75);
    z-index: 100;
  }
  nav .menu-wrapper {
    flex-direction: column;
    gap: 1px;
  }
  nav .menu-wrapper .menu-wlink > a {
    font-size: 1rem;
    position: relative;
    padding: 10px 20px;
  }
  nav .menu-wrapper .menu-wlink .caret {
    display: none;
  }
  .menu-toggle {
    margin-right: -6px;
  }
  .dropdown-mobile {
    visibility: visible;
    margin-right: 10px;
  }
  .card-testimonial {
    padding: 20px;
  }
  .card-testimonial .tc-quote {
    width: 80px;
    height: 80px;
  }
  .card-testimonial .tc-quote span {
    width: 32px;
    height: 32px;
    font-size: 20px;
    border: 1px solid #fff;
    bottom: -16px;
    left: calc(50% - 16px);
  }
  body.menu-onoff {
    overflow: hidden;
  }
  body.menu-onoff::before {
    content: "";
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: fixed;
    z-index: 95;
    background: rgba(16, 22, 75, 0.75);
  }
  body.menu-onoff header .top-bar, body.menu-onoff header .header-logo {
    opacity: 0.15;
    pointer-events: none;
  }
  body.menu-onoff nav {
    right: 0;
  }
}
@media (max-width: 575.9px) {
  .accordion-common .accordion-button {
    font-size: 1rem;
  }
  .section-banner {
    min-height: 56vh;
  }
  .page-banner {
    height: 200px;
  }
}
@media (max-width: 420px) {
  header .header-logo img {
    max-width: 120px;
  }
  .section-banner .button-lg {
    white-space: nowrap;
  }
  .button-lg {
    height: 40px !important;
    min-height: 40px;
  }
}/*# sourceMappingURL=style.css.map */