/*
Theme Name: Accessi
Theme URI: https://websitesworkshop.studio
Author: Websites Workshop studio
Author URI: https://websitesworkshop.studio
Description: Classic WordPress Bootstrap 5 themeF
Version: 1.0
*/
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Arvo", serif;
}

p {
  font-family: "Karla", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

ul {
  list-style: none;
}

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

p {
  color: #fff;
}

.container {
  margin: 0 auto;
}

li, a {
  text-underline-offset: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Arvo", serif;
}

p {
  font-family: "Karla", sans-serif;
}

nav .container {
  max-width: 1700px;
  padding: 0px 16px;
}
@media (max-width: 767px) {
  nav .container {
    padding: 0px 16px;
  }
}
nav .container .navbar-brand {
  width: 200px;
}
@media (max-width: 767px) {
  nav .container .navbar-brand {
    width: 120px;
  }
}
nav .container a {
  color: #fff;
  font-size: 18px;
  transition: 0.8s;
}
nav .container a:hover {
  -webkit-text-decoration: underline 2px solid #3C66FA;
          text-decoration: underline 2px solid #3C66FA;
  color: #fff;
}
nav .container .nav-link.active {
  color: #fff;
  -webkit-text-decoration: underline 2px solid #FFAA45;
          text-decoration: underline 2px solid #FFAA45;
}

#navbarNav ul {
  gap: 5.5rem;
}
@media (max-width: 991px) {
  #navbarNav ul {
    height: 100dvh;
    gap: 0.5rem;
    margin-block-start: 1.5rem;
  }
  #navbarNav ul li {
    padding-inline-start: 3rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  #navbarNav ul li {
    padding-inline-start: 2rem;
  }
}

/* Custom hamburger icon */
.navbar-toggler-icon {
  display: none;
}

.menuline1,
.menuline2,
.menuline3 {
  position: relative;
  margin: 6px auto;
  height: 2px;
  width: 30px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease-in-out;
}

.menuline2 {
  width: 30px;
  margin: 0 auto;
}

.animate .menuline1 {
  top: 8px;
  transform: rotate(45deg);
  transition: transform 0.4s ease-in-out;
}

.animate .menuline2 {
  width: 0;
}

.animate .menuline3 {
  top: -8px;
  transform: rotate(-45deg);
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: 24px;
  line-height: 1;
  color: whitesmoke;
  background-color: transparent;
  border: none;
  border-radius: 0;
  transition: 0.8s;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.img-mambo {
  z-index: -1;
  width: 50%;
  opacity: 30%;
}
@media (max-width: 767px) {
  .img-mambo {
    width: 100%;
    opacity: 67%;
  }
}
.img-mambo img {
  width: 100%;
  height: 100%;
  margin-block-start: -200px;
}

.hero {
  height: 100dvh;
}
@media (max-width: 767px) {
  .hero .row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
.hero .row .col-md-12 {
  padding-block-end: 100px;
}
@media (max-width: 767px) {
  .hero .row .col-md-12 {
    padding-block-end: 50px;
    text-align: center;
  }
}
.hero .row .col-md-12 h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 900;
}
@media (max-width: 1440px) {
  .hero .row .col-md-12 h1 {
    font-size: 80px;
  }
}
@media (max-width: 992px) {
  .hero .row .col-md-12 h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero .row .col-md-12 h1 {
    font-size: 40px;
  }
}
@media (max-width: 410px) {
  .hero .row .col-md-12 h1 {
    font-size: 30px;
  }
}
.hero .row .col-md-12 h1 span {
  color: #FFAA45;
}
.hero .row .col-md-6 p {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 992px) {
  .hero .row .col-md-6 p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero .row .col-md-6 p {
    text-align: center;
  }
}
.hero .row .col-md-4 {
  border: 3px solid #FFAA45;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  font-size: 18px;
  transition: 0.8s;
}
@media (max-width: 767px) {
  .hero .row .col-md-4 {
    margin-block-start: 50px;
  }
}
@media (max-width: 410px) {
  .hero .row .col-md-4 {
    margin-block-start: 30px;
  }
}
.hero .row .col-md-4:hover {
  scale: 1.1;
}
.hero .row .col-md-4 a {
  -webkit-text-decoration: underline 2px solid #FFAA45;
          text-decoration: underline 2px solid #FFAA45;
}

.meet-the-team {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .meet-the-team {
    padding: 50px 10px;
  }
}
.meet-the-team h2 {
  padding-block-end: 100px;
  font-size: clamp(1.75rem, -0.163rem + 3.9855vw, 3.125rem);
}
@media (max-width: 767px) {
  .meet-the-team h2 {
    padding-block-end: 50px;
  }
}
@media (max-width: 410px) {
  .meet-the-team h2 {
    padding-block-end: 50px;
  }
}
.meet-the-team .row {
  flex-wrap: nowrap;
  gap: 3%;
}
@media (max-width: 767px) {
  .meet-the-team .row {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.meet-the-team .row .col-md-6 {
  margin-block-start: 50px;
}
@media (max-width: 767px) {
  .meet-the-team .row .col-md-6 {
    flex: 0 0 99% !important;
    width: 100%;
    margin-block-start: 25px;
  }
}
.meet-the-team .row .col-md-6 h4 {
  background-color: #FFAA45;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.75rem, -0.163rem + 3.9855vw, 3.125rem);
  padding: 0.625rem 1rem;
  margin-block-end: 20px;
}
@media (max-width: 410px) {
  .meet-the-team .row .col-md-6 h4 {
    padding: 10px;
  }
}
.meet-the-team .row .col-md-6 p {
  font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
  font-weight: 300;
  padding-left: 19px;
}
@media (max-width: 410px) {
  .meet-the-team .row .col-md-6 p {
    padding-right: 10px;
  }
}
.meet-the-team .row .col-md-6 a {
  -webkit-text-decoration: underline 1px solid #3C66FA;
          text-decoration: underline 1px solid #3C66FA;
  transition: 0.8s;
  padding-left: 15px;
}
@media (max-width: 410px) {
  .meet-the-team .row .col-md-6 a {
    padding-left: 15px;
  }
}
.meet-the-team .row .col-md-6 a:hover, .meet-the-team .row .col-md-6 a:active {
  -webkit-text-decoration: underline 1px solid #FFAA45;
          text-decoration: underline 1px solid #FFAA45;
}

.team {
  background: #3C66FA;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .team {
    padding: 50px 0;
  }
}
.team h2 {
  font-size: clamp(1.75rem, -0.163rem + 3.9855vw, 3.125rem);
}
@media (max-width: 767px) {
  .team h2 {
    text-align: center;
  }
}

.first-row {
  background: #FFAA45;
  display: flex;
  flex-direction: row;
  gap: 3.1%;
  padding-left: 1.8rem;
  align-items: flex-end;
  margin-block-start: 200px;
  border-radius: 20px;
  min-height: 300px;
}
@media (max-width: 991px) {
  .first-row {
    padding: 0 1rem 1rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .first-row {
    margin-block-start: 150px;
  }
}
@media (max-width: 430px) {
  .first-row {
    padding: 0 0.5rem 1rem;
  }
}

.quote {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex: 0 0 10%;
  align-self: flex-start;
  margin-inline-end: auto;
}
.quote img {
  margin-block-start: -1.125rem;
  width: clamp(3.125rem, 2.1875rem + 4.6875vw, 7.8125rem);
  max-width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .quote {
    flex-direction: row;
    flex: 0 0 70%;
    order: -1;
  }
}

.quote-box {
  margin-block-start: 0.5rem;
  margin-inline-start: 0.5rem;
}
.quote-box h3 {
  font-size: clamp(1.25rem, -0.0543rem + 2.7174vw, 2.1875rem);
  font-family: "Karla", sans-serif;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 575px) {
  .quote-box h3 {
    margin-block-end: 0.1rem;
  }
}
.quote-box h3,
.quote-box p {
  color: #1A1C1E;
}
.quote-box p {
  font-size: clamp(0.875rem, 0.7011rem + 0.3623vw, 1rem);
  line-height: 1.2;
}

.text {
  flex: 1 1 60%;
  align-self: center;
}
.text p {
  color: #1A1C1E;
  margin-block-end: 0;
}
@media (max-width: 991px) {
  .text {
    order: 3;
    width: 100%;
    padding-inline: 1rem;
  }
}
@media (max-width: 767px) {
  .text {
    padding-inline: 0.625rem;
  }
}

.img-team {
  position: relative;
  flex: 0 0 20%;
  right: 0;
}
@media (max-width: 991px) {
  .img-team {
    order: 2;
  }
}

.img-team img {
  width: 110%;
  max-width: 110%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
}
@media (max-width: 575px) {
  .img-team img {
    bottom: 1rem;
    width: 130%;
    max-width: 130%;
    right: 0.1rem;
  }
}

/*========= TWEEST in SECTION ======*/
.first-row.front-team:nth-child(odd) {
  flex-direction: row-reverse;
  background: #1A1C1E;
  padding-inline: 0px 30px;
}
@media (max-width: 991px) {
  .first-row.front-team:nth-child(odd) {
    padding: 0 1rem 1rem 0;
    flex-wrap: wrap;
  }
}
.first-row.front-team:nth-child(odd) .quote {
  margin-inline-end: 0;
  margin-inline-start: auto;
}
@media (max-width: 991px) {
  .first-row.front-team:nth-child(odd) .quote {
    flex-direction: row-reverse;
  }
}

@media (max-width: 991px) {
  .first-row.front-team:nth-child(odd) .quote-box {
    margin-inline: 0 0.5rem;
  }
}
.first-row.front-team:nth-child(odd) .quote-box h3,
.first-row.front-team:nth-child(odd) .quote-box p {
  color: #fff;
}
.first-row.front-team:nth-child(odd) h3 {
  margin-block: 0.3rem 0.3rem;
}
.first-row.front-team:nth-child(odd) .text > * {
  color: #fff;
}

@media (max-width: 991px) {
  .first-row.front-team:nth-child(odd) .text {
    margin-block-start: 1rem;
    padding-inline: 2rem 1rem;
  }
}
@media (max-width: 575px) {
  .first-row.front-team:nth-child(odd) .img-team img {
    right: unset;
  }
}
/*========= TWEEST on PAGE ======*/
.first-row.team-page:nth-child(2n) {
  flex-direction: row-reverse;
  padding-inline: 0px 30px;
  background: #1A1C1E;
}
@media (max-width: 991px) {
  .first-row.team-page:nth-child(2n) {
    padding: 0 1rem 1rem 0;
    flex-wrap: wrap;
  }
}
.first-row.team-page:nth-child(2n) .quote {
  margin-inline-end: 0;
  margin-inline-start: auto;
}
@media (max-width: 991px) {
  .first-row.team-page:nth-child(2n) .quote {
    flex-direction: row-reverse;
  }
}

@media (max-width: 991px) {
  .first-row.team-page:nth-child(2n) .quote-box {
    margin-inline: 0 0.5rem;
  }
}
.first-row.team-page:nth-child(2n) .quote-box h3,
.first-row.team-page:nth-child(2n) .quote-box p {
  color: #fff;
}
.first-row.team-page:nth-child(2n) h3 {
  margin-block: 0.3rem 0.3rem;
}
.first-row.team-page:nth-child(2n) .text > * {
  color: #fff;
}

@media (max-width: 991px) {
  .first-row.team-page:nth-child(2n) .text {
    margin-block-start: 1rem;
    padding-inline: 2rem 1rem;
  }
}
@media (max-width: 575px) {
  .first-row.team-page:nth-child(2n) .img-team img {
    right: unset;
  }
}
footer {
  padding: 30px 0;
}
footer .footer--logo {
  display: inline-block;
  text-align: center;
  width: clamp(9.375rem, 4.375rem + 13.8889vw, 16.875rem);
}
@media (max-width: 767px) {
  footer .footer--logo {
    margin-block-end: 2rem;
  }
}

footer .container {
  margin-block-start: 20px;
  padding: 10px 0;
  border-block-start: 1px solid #707070;
}
@media (max-width: 767px) {
  footer .container {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    border-block-start: none;
  }
  footer .container .textwidget:first-child {
    border-block-start: 1px solid #707070;
    max-width: clamp(18.75rem, 4.6324rem + 70.5882vw, 30rem);
    margin-block-start: 2rem;
    font-size: clamp(0.875rem, 0.7011rem + 0.3623vw, 1rem);
  }
}
footer .container .textwidget {
  width: 100%;
}
footer .container ul {
  display: flex;
  margin-block-end: 0;
}
@media (max-width: 767px) {
  footer .container ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    margin-block-end: 1rem;
  }
}
footer .container ul li {
  padding-right: 35px;
  -webkit-text-decoration: underline 1px solid #FFAA45;
          text-decoration: underline 1px solid #FFAA45;
  transition: 0.8s;
}
footer .container ul li:hover {
  -webkit-text-decoration: underline 1px solid #3C66FA;
          text-decoration: underline 1px solid #3C66FA;
}
@media (max-width: 767px) {
  footer .container ul li {
    padding-right: 0;
    margin-block-start: 1rem;
  }
}

footer .container div {
  color: #fff;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-family: "Karla", sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 0.9;
  text-transform: uppercase;
  color: #fff;
  background-color: #d38c34;
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  cursor: pointer;
  transition: 0.4s ease;
  z-index: 9999;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

span#back-to-top {
  transform: rotate(90deg);
}

#back-to-top:hover {
  background-color: #222;
}

body {
  background: #131313;
}

.accessibility-index {
  padding: 100px 0;
  background: #3C66FA;
}
@media (max-width: 767px) {
  .accessibility-index {
    padding: 100px 10px;
  }
}
.accessibility-index h2 {
  font-size: 50px;
  padding-block-end: 30px;
}
@media (max-width: 767px) {
  .accessibility-index h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .accessibility-index h2 {
    font-size: 25px;
  }
}
.accessibility-index p {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .accessibility-index p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .accessibility-index p {
    font-size: 20px;
  }
}
@media (max-width: 410px) {
  .accessibility-index p {
    font-size: 16px;
  }
}
.accessibility-index a {
  display: block;
  text-align: center;
  margin: 50px auto 0 auto;
  -webkit-text-decoration: underline 2px solid #FFAA45;
          text-decoration: underline 2px solid #FFAA45;
  transition: 0.8s;
}
.accessibility-index a:hover {
  -webkit-text-decoration: underline 2px solid #fff;
          text-decoration: underline 2px solid #fff;
}

.accessibility-index .container {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .accessibility-index .container {
    padding: 50px 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.accessibility-index article {
  border-radius: 8px;
  border: 2px solid #FFAA45;
  flex: 0 0 30%;
  padding: 30px;
  flex-wrap: wrap;
}
.accessibility-index article div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991px) {
  .accessibility-index article div {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .accessibility-index article div {
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-align: left;
  }
}
.accessibility-index article div img {
  width: 100%;
  height: auto;
  max-width: clamp(3.0625rem, 1.2364rem + 3.8043vw, 4.375rem);
}
.accessibility-index article div h3 {
  font-size: clamp(1.125rem, 0.6693rem + 0.9494vw, 1.5rem);
  margin-block-end: 0;
}
.accessibility-index article p {
  font-size: clamp(1rem, 0.4783rem + 1.087vw, 1.375rem);
  margin-block-start: 37px;
}

.accessibility-index article:nth-child(2) .featured-image {
  max-width: clamp(2.375rem, 1.7663rem + 1.2681vw, 2.8125rem);
}

.numbers {
  background: #FFAA45;
}
@media (max-width: 767px) {
  .numbers .row {
    padding: 1rem 0;
  }
}
.numbers .row .border-col {
  border-left: 1px solid #3C66FA;
  border-right: 1px solid #3C66FA;
}
@media (max-width: 767px) {
  .numbers .row .border-col {
    border: none;
  }
}
.numbers .row .col-md-4 {
  flex: 0 0 32%;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .numbers .row .col-md-4 {
    flex: 0 0 90%;
    padding: 2rem 0;
  }
}
@media (max-width: 370px) {
  .numbers .row .col-md-4 {
    padding: 40px 0;
  }
}
.numbers .row .col-md-4 h4 {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  font-family: "Karla", sans-serif;
}
@media (max-width: 767px) {
  .numbers .row .col-md-4 h4 {
    font-size: 24px;
  }
}
.numbers .row .col-md-4 h4 span {
  color: #fff;
  background: #3C66FA;
  padding: 2px 16px;
}

.ready {
  height: 80vh;
}
.ready img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ready h2 {
  background-color: #FFAA45;
  color: #000000;
  font-size: 50px;
  padding: 15px 10px;
}
@media (max-width: 1199px) {
  .ready h2 {
    font-size: 40px;
  }
}
@media (max-width: 999px) {
  .ready h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ready h2 {
    font-size: 25px;
  }
}
.ready p {
  font-size: 22px;
  width: 50%;
  margin-block-start: 40px;
}
@media (max-width: 1199px) {
  .ready p {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .ready p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ready p {
    width: 100%;
  }
}
.ready a {
  -webkit-text-decoration: underline 2px solid #3C66FA;
          text-decoration: underline 2px solid #3C66FA;
  font-size: 20px;
  transition: 0.8s;
}
.ready a:hover {
  -webkit-text-decoration: underline 2px solid #FFAA45;
          text-decoration: underline 2px solid #FFAA45;
}

/**********************************************/
/*Contact - index*/
/**********************************************/
.contact-index {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .contact-index {
    padding: 50px 5px;
  }
}
@media (max-width: 767px) {
  .contact-index .col-md-6 {
    padding: 50px 15px;
  }
}
.contact-index .col-md-6 h2 {
  background: #3C66FA;
  font-size: clamp(1.75rem, -0.163rem + 3.9855vw, 3.125rem);
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  margin-block-end: 20px;
}
.contact-index .col-md-6 p {
  font-size: clamp(1.125rem, 0.0815rem + 2.1739vw, 1.875rem);
  padding-left: 15px;
}
.contact-index .col-md-6 p span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact-index .col-md-6 p {
    margin-block-end: 2rem;
  }
}
.contact-index .col-md-6 a {
  -webkit-text-decoration: underline 2px solid #FFAA45;
          text-decoration: underline 2px solid #FFAA45;
  font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
  transition: 0.8s;
  padding-left: 15px;
}
.contact-index .col-md-6 a:hover {
  -webkit-text-decoration: underline 2px solid #3C66FA;
          text-decoration: underline 2px solid #3C66FA;
}
.contact-index .form-index {
  background: #FFAA45;
  padding: 50px 30px;
}
.contact-index .form-index label {
  color: #000000;
  margin-block-end: 10px;
  font-family: "Arvo", serif;
  font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
  width: 100%;
  font-weight: bold;
}
.contact-index .form-index input {
  margin-block-end: 10px;
  background: transparent;
  border: 1px solid #3C66FA;
  border-radius: 0px;
  height: 50px;
  width: 100%;
}
.contact-index .form-index textarea {
  height: 110px;
  background: transparent;
  border: 1px solid #3C66FA;
  border-radius: 0px;
  width: 100%;
}
.contact-index .form-index a {
  margin-block-start: 30px;
  color: #000000;
  -webkit-text-decoration: underline 2px solid #3C66FA;
          text-decoration: underline 2px solid #3C66FA;
}
.contact-index .form-index a:hover {
  -webkit-text-decoration: underline 2px solid #fff;
          text-decoration: underline 2px solid #fff;
}

.contact-index input[type="submit"] {
	display: inline-block;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #3C66FA;
	width: auto;
	font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
	font-family: "Arvo", serif;
	font-weight: bold;
	transition: all .4s ease;
}

.contact-index input[type="submit"]:hover {
	border-bottom: 2px solid #000;
}

/**************************************/
.about-hero {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .about-hero {
    margin: 0;
    height: 100dvh;
  }
}
.about-hero .content {
  align-self: center;
  padding-left: 100px;
  padding-block-end: 100px;
}
@media (max-width: 767px) {
  .about-hero .content {
    padding: 10px;
    width: 100%;
    padding-block-start: 200px;
  }
}
.about-hero .content h4 {
  font-family: "Karla", sans-serif;
  font-size: clamp(1.125rem, 0.0815rem + 2.1739vw, 1.875rem);
}
@media (max-width: 767px) {
  .about-hero .content h4 {
    text-align: center;
  }
}
.about-hero .content h1 {
  font-size: clamp(1.875rem, -0.7337rem + 5.4348vw, 3.75rem);
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .about-hero .content h1 {
    text-align: center;
  }
}
.about-hero .content h1 span {
  color: #FFAA45;
}
.about-hero .col-md-5 {
  padding-inline-end: 0;
}
.about-hero .col-md-5 img {
  height: 92vh;
  width: 100vw;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-hero .col-md-5 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: black;
    filter: opacity(0.3);
  }
}

.about-us-about-us {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .about-us-about-us {
    padding: 50px 10px;
  }
}
.about-us-about-us .row {
  flex-wrap: nowrap;
  gap: 3%;
}
@media (max-width: 767px) {
  .about-us-about-us .row {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column-reverse;
    gap: 0;
    margin: 0 auto;
  }
}
.about-us-about-us .row .col-md-6 {
  margin-block-start: 50px;
}
@media (max-width: 767px) {
  .about-us-about-us .row .col-md-6 {
    flex: 0 0 99% !important;
    width: 100%;
    margin-block-start: 25px;
  }
}
.about-us-about-us .row .col-md-6 h4 {
  background-color: #FFAA45;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.75rem, -0.163rem + 3.9855vw, 3.125rem);
  padding: 0.625rem 1rem;
  margin-block-end: 20px;
}
@media (max-width: 410px) {
  .about-us-about-us .row .col-md-6 h4 {
    padding: 10px;
  }
}
.about-us-about-us .row .col-md-6 p {
  font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
  font-weight: 300;
  padding-left: 19px;
}
@media (max-width: 410px) {
  .about-us-about-us .row .col-md-6 p {
    padding-right: 10px;
  }
}
.about-us-about-us .row .col-md-6 a {
  -webkit-text-decoration: underline 1px solid #3C66FA;
          text-decoration: underline 1px solid #3C66FA;
  transition: 0.8s;
  padding-left: 19px;
}
@media (max-width: 410px) {
  .about-us-about-us .row .col-md-6 a {
    padding-left: 19px;
  }
}
.about-us-about-us .row .col-md-6 a:hover, .about-us-about-us .row .col-md-6 a:active {
  -webkit-text-decoration: underline 1px solid #FFAA45;
          text-decoration: underline 1px solid #FFAA45;
}

.why-us {
  background: #3C66FA;
  padding: 200px 0;
}
@media (max-width: 767px) {
  .why-us {
    padding: 50px 10px;
  }
}
.why-us h2 {
  padding-block-end: 100px;
  font-size: clamp(1.75rem, -0.163rem + 3.9855vw, 3.125rem);
}
@media (max-width: 767px) {
  .why-us h2 {
    padding-block-end: 50px;
  }
}
.why-us .row {
  flex-wrap: nowrap;
  gap: 3%;
}
@media (max-width: 767px) {
  .why-us .row {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin: 0 auto;
  }
}
.why-us .row .col-md-6 {
  margin-block-start: 50px;
}
@media (max-width: 767px) {
  .why-us .row .col-md-6 {
    flex: 0 0 99% !important;
    width: 100%;
    margin-block-start: 25px;
    padding-inline: 0;
  }
}
.why-us .row .col-md-6 h4 {
  background-color: #FFAA45;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.75rem, -0.163rem + 3.9855vw, 3.125rem);
  padding: 0.625rem 1rem;
  margin-block-end: 20px;
}
@media (max-width: 410px) {
  .why-us .row .col-md-6 h4 {
    padding: 10px;
  }
}
.why-us .row .col-md-6 p {
  font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
  font-weight: 300;
  padding-left: 19px;
}
@media (max-width: 410px) {
  .why-us .row .col-md-6 p {
    padding-right: 10px;
  }
}
.why-us .row .col-md-6 a {
  -webkit-text-decoration: underline 1px solid #3C66FA;
          text-decoration: underline 1px solid #3C66FA;
  transition: 0.8s;
  padding-left: 15px;
}
@media (max-width: 410px) {
  .why-us .row .col-md-6 a {
    padding-left: 15px;
  }
}
.why-us .row .col-md-6 a:hover, .why-us .row .col-md-6 a:active {
  -webkit-text-decoration: underline 1px solid #FFAA45;
          text-decoration: underline 1px solid #FFAA45;
}

.how-we-do-it {
  height: 80vh;
  margin-block-end: 100px;
}
.how-we-do-it h2 {
  font-size: clamp(1.75rem, -0.163rem + 3.9855vw, 3.125rem);
  background-color: #FFAA45;
  color: #000000;
  padding: 15px 10px;
  margin-block-start: 100px;
}
.how-we-do-it .container {
  margin-block-start: 35px;
}
.how-we-do-it .container p {
  font-size: clamp(1.125rem, 0.7772rem + 0.7246vw, 1.375rem);
}
.how-we-do-it .container a {
  font-size: 20px;
  -webkit-text-decoration: underline 3px solid #3C66FA;
          text-decoration: underline 3px solid #3C66FA;
  transition: 0.8s;
}
.how-we-do-it .container a:hover {
  -webkit-text-decoration: underline 3px solid #FFAA45;
          text-decoration: underline 3px solid #FFAA45;
}

.how-we-do-it img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-team {
  background: #3C66FA;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .team-team {
    padding: 50px 0;
  }
}

.services-hero {
  padding: 0 !important;
}
@media (max-width: 767px) {
  .services-hero {
    margin: 0;
    height: 100dvh;
  }
}
.services-hero .content {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .services-hero .content {
    padding: 10px;
    text-align: center;
    width: 98%;
    padding-block-start: 150px;
  }
}
.services-hero .content h1 {
  color: #FFAA45;
  font-size: clamp(1.875rem, -1.9511rem + 7.971vw, 4.625rem);
  font-weight: bold;
}

.services-hero-new .content {
    padding-left: 100px;
}

.services-hero-new .content h1 {
  color: #FFF;
  font-size: clamp(1.875rem, -1.9511rem + 7.971vw, 4.625rem);
  font-weight: bold;
}

.services-hero-new .content h1 span {
  color: #FFAA45;
}

@media (max-width: 767px) {
  .services-hero .content h1 {
    text-align: center;
  }
  
  .services-hero-new .content h1 {
      text-align: center;
  }
}
.services-hero .content p {
  font-size: clamp(1.25rem, -0.4891rem + 3.6232vw, 2.5rem);
  width: 87%;
  line-height: 1.4;
  margin-block: 1.5rem 1rem;
}

@media (max-width: 767px) {
  .services-hero .content p {
    text-align: center;
    width: 100%;
  }
}

.services-hero .content a {
  font-size: 22px;
  -webkit-text-decoration: underline 2px solid #FFAA45;
          text-decoration: underline 2px solid #FFAA45;
  transition: 0.8s;
}

.services-hero .content a:hover {
  -webkit-text-decoration: underline 2px solid #3C66FA;
          text-decoration: underline 2px solid #3C66FA;
}

@media (max-width: 767px) {
  .services-hero .content a {
    font-size: 18px;
  }
}

.services-hero .col-md-5 {
  padding-inline-end: 0;
}
.services-hero .col-md-5 img {
  height: 92dvh;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .services-hero .col-md-5 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: black;
    filter: opacity(0.3);
  }
}

.usability-testing {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .usability-testing {
    display: flex !important;
    flex-direction: column-reverse;
    width: 100%;
    padding: 50px 0;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .usability-testing .col-md-6 {
    flex: 0 0 99% !important;
    width: 100%;
  }
}
.usability-testing .col-md-6 h2 {
  font-size: 50px;
  background: #FFAA45;
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  margin-block-end: 20px;
}
@media (max-width: 767px) {
  .usability-testing .col-md-6 h2 {
    font-size: 25px;
    text-align: center;
  }
}
.usability-testing .col-md-6 p {
  font-size: 18px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .usability-testing .col-md-6 p {
    padding-left: 20px;
  }
}

.available-packages {
  background: #3C66FA;
  padding: 100px 0;
}
.available-packages h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  .available-packages h2 {
    font-size: 25px;
  }
}
.available-packages .row {
  margin-block-start: 200px;
  align-items: stretch;
}
@media (max-width: 1401px) {
  .available-packages .row {
    margin-block-start: 50px;
  }
}
@media (max-width: 767px) {
  .available-packages .row {
    margin-block-start: 10px;
  }
}
.available-packages .row .col-md-4 {
  background: #000000;
  flex: 0 0 32%;
  min-height: 500px;
  border-radius: 10px;
}
@media (max-width: 1401px) {
  .available-packages .row .col-md-4 {
    flex: 0 0 100%;
    margin-block-start: 150px;
    min-height: 300px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .available-packages .row .col-md-4 {
    flex: 0 0 98%;
    margin-block-start: 150px;
    height: auto;
    padding: 20px 20px 0 20px;
  }
}
.available-packages .row .col-md-4 h4 {
  width: 162px;
  height: 162px;
  border-radius: 100%;
  background: #3C66FA;
  border: 1px solid #FFAA45;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding-block-start: 50px;
  font-size: 22px !important;
}
.available-packages .row .col-md-4 ul {
  padding-block-start: 170px;
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 1401px) {
  .available-packages .row .col-md-4 ul {
    padding-block-start: 100px;
  }
}
@media (max-width: 767px) {
  .available-packages .row .col-md-4 ul {
    padding: 100px 0;
  }
}
.available-packages .row .col-md-4 ul li i {
  color: #0CC53E;
  font-size: 22px;
  padding-right: 15px;
}
.available-packages .row .col-md-4 ul li p {
  padding-block-start: 4px;
}
.available-packages .row .orange {
  border: 1px solid #FFAA45;
}
@media (max-width: 1441px) {
  .available-packages .row .orange {
    height: auto;
  }
}
.available-packages .row .orange h4 {
  background-color: #FFAA45;
  color: #000000;
}

.full-audit {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .full-audit {
    justify-content: center !important;
  }
}
.full-audit .col-md-6 {
  border: 2px solid #FFAA45;
  border-radius: 8px;
  flex: 0 0 49%;
  padding: 50px;
}
@media (max-width: 992px) {
  .full-audit .col-md-6 {
    flex: 0 0 100%;
    margin-block-start: 50px;
  }
}
@media (max-width: 767px) {
  .full-audit .col-md-6 {
    flex: 0 0 97%;
    padding: 15px;
    margin-block-start: 20px;
  }
}
.full-audit .col-md-6 h3 {
  background: #FFAA45;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  font-size: 40px;
  color: #000000;
  margin-block-end: 20px;
}
@media (max-width: 767px) {
  .full-audit .col-md-6 h3 {
    font-size: 20px;
  }
}
.full-audit .col-md-6 p {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .full-audit .col-md-6 p {
    padding-left: 0;
  }
}
.full-audit .col-md-6 .fw-bold {
  padding-left: 0;
}
.full-audit .col-md-6 ul {
  padding-left: 0;
}
.full-audit .col-md-6 ul li i {
  color: #0CC53E;
  font-size: 22px;
  padding-right: 15px;
}
.full-audit .col-md-6 ul li p {
  padding-block-start: 4px;
}
.full-audit .col-md-6 .orange-p {
  color: #FFAA45;
  margin-block-start: 50px;
}

.privacy {
  padding: 100px 10px;
}
.privacy h1 {
  font-family: "Karla", sans-serif;
  font-size: clamp(1.5625rem, -0.6114rem + 4.529vw, 3.125rem);
  font-weight: 500;
  color: #000000;
  background-color: #FFAA45;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
}
.privacy h3 {
  font-size: clamp(1.125rem, 0.0815rem + 2.1739vw, 1.875rem);
  font-weight: 600;
  color: #FFAA45;
  margin-block: 2.5rem 1.25rem;
}
.privacy p {
  font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
}
.privacy span {
  color: #FFAA45;
  font-weight: bold;
}

/**************/
/* SECURITY */
/***************/
.security {
  padding: 100px 10px;
}
.security h1 {
  font-family: "Karla", sans-serif;
  font-size: clamp(1.5625rem, -0.6114rem + 4.529vw, 3.125rem);
  font-weight: 500;
  color: #000000;
  background-color: #FFAA45;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
}
.security h4 {
  font-size: clamp(1.125rem, 0.0815rem + 2.1739vw, 1.875rem);
  font-weight: 600;
  color: #FFAA45;
  margin-block: 2.5rem 1.25rem;
}
.security h2 {
  font-size: clamp(1.875rem, -0.7337rem + 5.4348vw, 3.75rem);
  font-weight: 600;
  padding: 50px 0;
  color: #FFAA45;
}
.security p {
  font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
}
.security span {
  font-weight: bold;
  color: #FFAA45;
}

.terms {
  padding: 100px 10px;
}
.terms h1 {
  font-family: "Karla", sans-serif;
  font-size: clamp(1.5625rem, -0.6114rem + 4.529vw, 3.125rem);
  font-weight: 500;
  color: #000000;
  background-color: #FFAA45;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
}
.terms h4 {
  font-size: clamp(1.125rem, 0.0815rem + 2.1739vw, 1.875rem);
  font-weight: 600;
  color: #FFAA45;
  margin-block: 2.5rem 1.25rem;
}
.terms p {
  font-size: clamp(1rem, 0.8261rem + 0.3623vw, 1.125rem);
}
.terms span {
  font-weight: bold;
  color: #FFAA45;
}

/***********************/
/* CONTACT page */
/***********************/
.contact-hero {
  display: grid;
  place-items: center;
  place-content: center;
  height: 40vh;
}
@media (max-width: 767px) {
  .contact-hero {
    height: 0;
    padding-block: 25% 10%;
  }
}
.contact-hero h1 {
  font-size: clamp(1.875rem, -1.9511rem + 7.971vw, 4.625rem);
  font-weight: 800;
  color: #FFAA45;
}/*# sourceMappingURL=style.css.map */

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}


