body,
html,
input,
select,
option,
label,
textarea,
li,
p,
span,
a {
  font-family: "Roboto";
  font-weight: 300;
  font-weight: normal;
  font-size: 1.8rem;
  color: #6D6E72;
}
@media (max-width: 991px) {
  body,
  html,
  input,
  select,
  option,
  label,
  textarea,
  li,
  p,
  span,
  a {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  body,
  html,
  input,
  select,
  option,
  label,
  textarea,
  li,
  p,
  span,
  a {
    font-size: 1.4rem;
  }
}

body p {
  line-height: 1.8 !important;
  margin-bottom: 1rem;
  font-weight: 300;
}
body strong {
  font-weight: 800;
}
body .welcome h1 {
  font-size: 3.75rem;
}
body h1.large {
  font-size: 3.125rem;
}
@media (max-width: 500px) {
  body h1.large {
    font-size: 2.1875rem;
  }
}
body h1 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 65px;
  color: #6D6E72;
  margin: 1.5rem 0;
  line-height: 1.3;
}
@media (max-width: 991px) {
  body h1 {
    font-size: 1.6rem;
  }
}
body h2 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.7rem;
  color: #6D6E72;
  margin: 2.5rem 0;
  line-height: 1.3;
}
@media (max-width: 991px) {
  body h2 {
    font-size: 1.4rem;
  }
}
body h3 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.5rem;
  color: #6D6E72;
  margin: 1rem 0;
  line-height: 1.3;
}
@media (max-width: 991px) {
  body h3 {
    font-size: 1.3rem;
  }
}
body h4 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.3rem;
  color: #6D6E72;
  margin: 1.5rem 0;
  line-height: 1.3;
}
body h5 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.1rem;
  color: #6D6E72;
  margin: 1.5rem 0;
  line-height: 1.3;
}
body h6 {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  color: #6D6E72;
  margin: 1.5rem 0;
  line-height: 1.3;
}
body button,
body input[type=submit] {
  font-family: "Roboto";
}
body a {
  text-decoration: none;
}

.btn_wrapper {
  margin-top: 2rem;
  display: flex;
}

.black_btn {
  background: #000;
  color: #fff;
  height: 55px;
  padding: 1rem 1.5rem;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  min-width: 220px;
  border-radius: 4px;
}
.black_btn:hover {
  background: #4ec5da;
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
}

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

::-webkit-scrollbar-thumb {
  background: #4ec5da;
}

::-webkit-scrollbar-thumb:hover {
  background: #4ec5da;
}

::-moz-selection {
  background-color: #4ec5da !important;
  color: #000 !important;
}

::selection {
  background-color: #4ec5da !important;
  color: #000 !important;
}

.social-media-icons {
  display: flex;
  flex-direction: row;
}
.social-media-icons a:not(:last-child) {
  margin-right: 1rem;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.subscribe {
  position: relative;
}
.subscribe .section_inner {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
@media (max-width: 1200px) {
  .subscribe .section_inner {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
.subscribe .section_inner .form {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 1024px) {
  .subscribe .section_inner .form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .subscribe .section_inner .form {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
}
.subscribe .section_inner .form p {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.subscribe .section_inner .form h3 {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1024px) {
  .subscribe .section_inner .form h3 {
    font-size: 35px;
  }
}
.subscribe .section_inner .form h4 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .subscribe .section_inner .form h4 {
    font-size: 25px;
  }
}
.subscribe .section_inner .form form {
  width: 100%;
}
.subscribe .section_inner .form > div {
  width: 100%;
}
.subscribe .section_inner .form .form_inner {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 0px;
}
@media (max-width: 1024px) {
  .subscribe .section_inner .form .form_inner {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .subscribe .section_inner .form .form_inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subscribe .section_inner .form .form_inner .form_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .subscribe .section_inner .form .form_inner .form_group {
    margin-bottom: 2rem;
  }
}
.subscribe .section_inner .form .form_inner .input_wrapper {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.subscribe .section_inner .form .form_inner .input_wrapper label {
  position: relative;
  top: 16px;
  padding-right: 5px;
}
.subscribe .section_inner .form .form_inner .form_group_full {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .subscribe .section_inner .form .form_inner .form_group_full {
    margin-top: 2rem;
  }
}
.subscribe .section_inner .form .form_inner .form_group_full .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.subscribe .section_inner .form .form_inner .form_group_full label {
  position: relative;
  top: 16px;
  padding-right: 5px;
  transition: all 0.3s ease-in-out 0s;
}
.subscribe .section_inner .form .form_inner .form_group_last {
  margin-top: 8rem;
}
@media (max-width: 1024px) {
  .subscribe .section_inner .form .form_inner .form_group_last {
    margin-top: 4rem;
  }
}
.subscribe .section_inner .form .form_inner .interest {
  margin-top: 4rem;
}
@media (max-width: 1024px) {
  .subscribe .section_inner .form .form_inner .interest {
    margin-top: 3rem;
  }
}
.subscribe .section_inner .form .form_inner span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 45px;
}
.subscribe .section_inner .form .form_inner .wpcf7-not-valid-tip {
  color: #FFDE00;
  margin-top: 1rem;
}
.subscribe .section_inner .form .form_inner .wpcf7-list-item-label {
  color: #fff;
  padding-left: 1rem;
}
.subscribe .section_inner .form .form_inner .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.subscribe .section_inner .form .form_inner .wpcf7-list-item input {
  width: auto;
}
.subscribe .section_inner .form .form_inner input {
  background: transparent;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  padding: 1rem;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.subscribe .section_inner .form .form_inner input:focus {
  border-bottom: 1px solid #FFDE00;
}
.subscribe .section_inner .form .form_inner textarea {
  background: transparent;
  border: 1px solid #fff;
  width: 100%;
  min-height: 400px;
  padding: 1rem;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1024px) {
  .subscribe .section_inner .form .form_inner textarea {
    min-height: 200px;
  }
}
.subscribe .section_inner .form .form_inner textarea:focus {
  border: 1px solid #FFDE00;
}
.subscribe .section_inner .form .form_inner label {
  color: #fff;
}
.subscribe .section_inner .form .form_inner input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.subscribe .section_inner .form .form_inner input::placeholder {
  color: #fff;
}
.subscribe .section_inner .form .form_inner textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.subscribe .section_inner .form .form_inner textarea::placeholder {
  color: #fff;
}
.subscribe .section_inner .form .form_inner input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #fff;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.subscribe .section_inner .form .form_inner input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #FFDE00;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.subscribe .section_inner .form .form_inner input[type=checkbox]:checked::before {
  transform: scale(1);
}
.subscribe .section_inner .form .form_inner input[type=checkbox]:focus {
  border: 1px solid #FFDE00;
}
.subscribe .section_inner .form .form_inner input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.subscribe .section_inner .form .form_inner input:-internal-autofill-selected {
  background-color: transparent !important;
  color: #fff !important;
}
.subscribe .section_inner .form .form_inner .form_footer {
  margin-top: 6rem;
  display: flex;
}
.subscribe .section_inner .form .form_inner .form_footer input {
  background: #fff;
  color: #000;
  cursor: pointer;
  width: auto;
  padding: 1.3rem;
  min-width: 100px;
  transition: all 0.3s ease-in-out 0s;
  border: none;
}
.subscribe .section_inner .form .form_inner .form_footer input:hover {
  background: #4ec5da;
}
.subscribe .section_inner .form_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .subscribe .section_inner .form_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
.subscribe .section_inner .form_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .subscribe .section_inner .form_image img {
    display: none;
  }
}
.subscribe .section_inner .cover {
  background: rgb(88, 189, 201);
  background: linear-gradient(241deg, rgba(30, 137, 191, 0.5) 0%, rgba(17, 62, 68, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog_banner {
  position: relative;
  z-index: 4;
}
.blog_banner .banner_inner {
  position: relative;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.blog_banner .inner_wrapper {
  position: relative;
  max-width: 100vw;
}
.blog_banner .inner_wrapper h1 {
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.blog_banner .inner_wrapper p {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.blog_banner .cover {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background: rgb(88, 189, 201);
  background: linear-gradient(241deg, rgba(88, 189, 201, 0.5) 0%, rgba(17, 62, 68, 0.3) 100%);
  z-index: 2;
}
.blog_banner img.img.background_image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.smaller_banner .banner_inner {
  height: 60vh !important;
}

.global_banner {
  position: relative;
  z-index: 4;
}
.global_banner .banner_inner {
  position: relative;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.global_banner .inner_wrapper {
  position: relative;
  max-width: 100vw;
}
.global_banner .inner_wrapper h1 {
  color: #fff;
  font-weight: 800;
  text-align: center;
}
.global_banner .inner_wrapper p {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.global_banner .cover {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background: rgb(88, 189, 201);
  background: linear-gradient(241deg, rgba(88, 189, 201, 0.5) 0%, rgba(17, 62, 68, 0.3) 100%);
  z-index: 2;
}
.global_banner img.img.background_image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.global_banner_cta {
  position: relative;
  z-index: 4;
}
.global_banner_cta .banner_inner {
  position: relative;
  top: 0;
  z-index: 3;
  width: 100%;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.global_banner_cta .inner_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.global_banner_cta .inner_wrapper .content {
  max-width: 700px;
}
.global_banner_cta .inner_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.global_banner_cta .inner_wrapper .btn_wrapper a.white_btn {
  background: #fff;
  margin-right: 20px;
  font-weight: 500;
  border: 1px solid #fff;
  color: #37628b;
  padding: 13px 25px;
  font-size: 18px;
  border-radius: 4px;
  height: 55px;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  min-width: 160px;
  justify-content: center;
}
.global_banner_cta .inner_wrapper .btn_wrapper a.white_btn:hover {
  background: #4ec5da;
  color: #fff;
}
.global_banner_cta .inner_wrapper .btn_wrapper a.white_btn_outline {
  background: transparent;
  margin-right: 20px;
  font-weight: 500;
  border: 1px solid #fff;
  color: #fff;
  padding: 13px 25px;
  font-size: 18px;
  border-radius: 4px;
  height: 55px;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  min-width: 160px;
  justify-content: center;
}
.global_banner_cta .inner_wrapper .btn_wrapper a.white_btn_outline:hover {
  background: #4ec5da;
  color: #fff;
}
.global_banner_cta .inner_wrapper h2 {
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 55px;
}
.global_banner_cta .inner_wrapper p {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.global_banner_cta .cover {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background: rgba(55, 98, 139, 0.56);
  z-index: 2;
}
.global_banner_cta img.img.background_image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonials_outer {
  margin-top: 4rem;
  background: #f3f4f6;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.testimonials_outer .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonials_outer .title .sub_title {
  font-size: 22px;
  text-align: center;
  font-weight: 800;
  color: #37628b;
  text-transform: uppercase;
}
.testimonials_outer .title h2 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  color: #585858;
}
.testimonials_outer .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.testimonials_outer .testimonials {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 5rem;
}
.testimonials_outer .testimonials .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}
.testimonials_outer .testimonials .col_three {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.testimonials_outer .testimonials .box {
  border-radius: 6px;
  background: #fff;
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 460px;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
}
.testimonials_outer .testimonials .box .icon {
  position: absolute;
  top: -5rem;
}
.testimonials_outer .testimonials .box h3.sub_title {
  color: #585858;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0rem;
  margin-bottom: 2rem;
  display: block;
}
.testimonials_outer .testimonials .box p {
  text-align: center;
  font-size: 17px;
  font-style: italic;
}
.testimonials_outer .testimonials .box .stars {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.testimonials_outer .testimonials .box .stars .rating {
  width: 20px;
  margin-right: 0.5rem;
}
.testimonials_outer .testimonials .box .stars .rating svg {
  fill: #4ec5da;
}
.testimonials_outer .btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.accreditations {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.accreditations .accreditations_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.accreditations .accreditations_inner h2 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  color: #585858;
}
.accreditations .accreditations_inner p {
  font-size: 28px;
  max-width: 800px;
  text-align: center;
}
.accreditations .accreditations_inner .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.accreditations .accreditations_inner .accreditations_logos {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}
.accreditations .accreditations_inner .accreditations_logos .image {
  margin: 2rem 2rem;
}
.accreditations .accreditations_inner .accreditations_logos img {
  filter: contrast(0.5);
  height: 115px;
  width: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

nav ul, nav ol {
  list-style-type: none !important;
  padding-left: 0 !important;
}

ul {
  list-style-type: disc !important;
  padding-left: 2rem;
}
ul li {
  font-family: "Arimo";
  font-weight: normal;
  font-size: 1.8rem;
  color: #6D6E72;
  line-height: 1.5;
}
@media (max-width: 991px) {
  ul li {
    font-size: 1.6rem;
  }
}

ol {
  list-style-type: decimal !important;
  padding-left: 2rem;
}
ol li {
  font-family: "Arimo";
  font-weight: normal;
  font-size: 1.8rem;
  color: #6D6E72;
  line-height: 1.5;
}
@media (max-width: 991px) {
  ol li {
    font-size: 1.6rem;
  }
}

html {
  min-width: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.owl-carousel {
  overflow: hidden;
}
.owl-carousel .owl-stage {
  overflow: hidden;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  min-width: 100%;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote {
  background-clip: padding-box;
  border-radius: 5px;
  margin: 22px;
  padding: 0;
  background-color: #4ec5da;
  position: relative;
}
blockquote p {
  padding: 1rem;
  color: #fff !important;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 19px;
  font-style: italic;
}

blockquote:before {
  border-right: 20px solid transparent !important;
  border-top: 20px solid;
  content: "";
  height: 0;
  left: 4.5em;
  position: absolute;
  top: 100%;
  border-top-color: #4ec5da;
  width: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  height: auto;
  max-width: 100%;
}

:focus {
  outline: none;
}

button:focus {
  outline: none !important;
}
button:active {
  outline: none !important;
}

a,
a:active,
a:hover {
  outline: 0;
}

::-moz-selection {
  background: #4ec5da;
  color: #fff;
}

::selection {
  background: #4ec5da;
  color: #fff;
}

::-moz-selection {
  background: #4ec5da;
  color: #fff;
}

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Bold.woff2) format("woff2"), url(../fonts/Gilroy-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Light.woff2) format("woff2"), url(../fonts/Gilroy-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beyond Infinity";
  src: url(../fonts/BeyondInfinity.woff2) format("woff2"), url(../fonts/BeyondInfinity.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .container {
    max-width: 1400px;
  }
}

.container_smaller {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container_meduim {
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.home_wrapper {
  position: relative;
}
.home_wrapper .first_section_home {
  position: relative;
  z-index: 4;
}
.home_wrapper .first_section_home .banner_inner {
  position: relative;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
}
.home_wrapper .first_section_home .inner_wrapper {
  position: relative;
  max-width: 40vw;
}
.home_wrapper .first_section_home .inner_wrapper h1 {
  color: #fff;
  font-weight: 800;
}
.home_wrapper .first_section_home .inner_wrapper p {
  color: #fff;
  font-size: 24px;
}
.home_wrapper .first_section_home .cover {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background: rgb(88, 189, 201);
  background: linear-gradient(241deg, rgba(88, 189, 201, 0.5) 0%, rgba(17, 62, 68, 0.3) 100%);
  z-index: 2;
}
.home_wrapper .first_section_home img.img.background_image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home_wrapper .first_section {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem;
  text-align: center;
  background: #f3f4f6;
}
.home_wrapper .first_section .section_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home_wrapper .first_section h2 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  color: #4ec5da;
}
.home_wrapper .first_section .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.home_wrapper .first_section .sub {
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
  line-height: 44px;
  color: #585858;
}
.home_wrapper .first_section p {
  font-size: 28px;
  max-width: 800px;
}
@media (max-width: 991px) {
  .home_wrapper .first_section {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.home_wrapper .first_section .selling_points {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.home_wrapper .first_section .selling_points .sub_title {
  color: #37628b;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-weight: 800;
}
.home_wrapper .first_section .selling_points p {
  font-size: 17px;
}
.home_wrapper .first_section .selling_points .icon {
  margin-bottom: 2.5rem;
}
.home_wrapper .first_section .selling_points .points_inner {
  padding: 1rem;
}
.home_wrapper .first_section .selling_points .col:not(:last-child) {
  border-right: 1px solid #ccc;
}
.home_wrapper .first_section .selling_points .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}
.home_wrapper .first_section .selling_points .col_three {
  flex: 0 0 25%;
  max-width: 25%;
}
.home_wrapper .services_section {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.home_wrapper .services_section .section_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home_wrapper .services_section .section_inner h2 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  color: #585858;
}
.home_wrapper .services_section .section_inner p {
  text-align: center;
}
.home_wrapper .services_section .section_inner .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.home_wrapper .services_section .section_inner .btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.home_wrapper .services_section .section_inner .services_rows {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 5rem;
}
.home_wrapper .services_section .section_inner .services_rows .services_inner {
  position: relative;
}
.home_wrapper .services_section .section_inner .services_rows .services_inner:hover .cover {
  background: rgba(55, 98, 139, 0.75);
}
.home_wrapper .services_section .section_inner .services_rows .services_inner .description_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  padding: 2rem;
}
.home_wrapper .services_section .section_inner .services_rows .services_inner h3.sub_title {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: bold;
}
.home_wrapper .services_section .section_inner .services_rows .services_inner .description p {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  line-height: 1.4 !important;
}
.home_wrapper .services_section .section_inner .services_rows .services_inner .cover {
  background: rgba(55, 98, 139, 0.56);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
.home_wrapper .services_section .section_inner .services_rows .services_inner .image {
  height: 400px;
}
.home_wrapper .services_section .section_inner .services_rows .services_inner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home_wrapper .services_section .section_inner .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}
.home_wrapper .services_section .section_inner .col_three {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.home_wrapper .what_wrapper {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.home_wrapper .what_wrapper .what_inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.home_wrapper .what_wrapper .what_inner .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.home_wrapper .what_wrapper .what_inner .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}
.home_wrapper .what_wrapper .what_inner .col_two {
  flex: 0 0 50%;
  max-width: 50%;
}
.home_wrapper .what_wrapper .what_inner h2 {
  font-size: 35px;
  font-weight: 800;
  color: #4ec5da;
  margin-top: 0;
}
.home_wrapper .what_wrapper .what_inner h3 {
  font-size: 25px;
  font-weight: 800;
  color: #585858;
  margin-top: 2rem;
}
.home_wrapper .what_wrapper .what_inner ul li {
  line-height: 1.8 !important;
  margin-bottom: 1rem;
  font-weight: 300 !important;
  font-family: unset;
}

.about_wrapper .about_intro {
  margin-bottom: 3rem;
  background: #f3f4f6;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.about_wrapper .about_intro .container {
  max-width: 780px;
}
.about_wrapper .about_intro .about_inner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about_wrapper .about_intro .about_inner_wrapper h2 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  color: #585858;
}
.about_wrapper .about_intro .about_inner_wrapper .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.about_wrapper .about_intro .about_inner_wrapper p {
  font-size: 28px;
  max-width: 800px;
  text-align: center;
}
.about_wrapper .about_who {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.about_wrapper .about_who .who_inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.about_wrapper .about_who .who_inner .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.about_wrapper .about_who .who_inner .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}
.about_wrapper .about_who .who_inner .col_two {
  flex: 0 0 50%;
  max-width: 50%;
}
.about_wrapper .about_who .who_inner .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr); /* Repeat the rows 3 times */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 3rem 0rem;
  padding: 0;
}
.about_wrapper .about_who .who_inner li.services_inner {
  display: flex;
  align-items: center;
}
.about_wrapper .about_who .who_inner .icon {
  height: 16px;
  width: 16px;
  line-height: 15px;
  text-align: center;
  background: #4ec5da;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_wrapper .about_who .who_inner .icon svg path {
  fill: #fff;
}
.about_wrapper .about_who .who_inner h2 {
  font-size: 35px;
  font-weight: 800;
  color: #4ec5da;
  margin-top: 0;
}
.about_wrapper .about_who .who_inner h3 {
  font-size: 25px;
  font-weight: 800;
  color: #585858;
  margin-top: 2rem;
}
.about_wrapper .about_who .who_inner ul li {
  line-height: 1.8 !important;
  margin-bottom: 1rem;
  font-weight: 300 !important;
  font-family: unset;
  list-style: none;
}

.services_wrapper p {
  color: #000;
  line-height: 3;
}
@media (max-width: 1024px) {
  .services_wrapper p {
    line-height: 2;
  }
}
.services_wrapper h2 span {
  color: #000;
  font-weight: bold;
  font-size: 55px;
}
@media (max-width: 1024px) {
  .services_wrapper h2 span {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .services_wrapper h2 span {
    font-size: 35px;
  }
}
.services_wrapper .services_nav {
  background: #000;
  position: relative;
  border-top: solid 1px #fff;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.services_wrapper .services_nav .services_nav_inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .services_wrapper .services_nav .services_nav_inner {
    flex-direction: column;
  }
}
.services_wrapper .services_nav .services_nav_inner .active {
  color: #FFDE00 !important;
}
.services_wrapper .services_nav .services_nav_inner .active .toggle {
  background: #FFDE00 !important;
}
.services_wrapper .services_nav .services_nav_inner .active .toggle:after {
  background: #FFDE00 !important;
}
.services_wrapper .services_nav .services_nav_inner .label {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  position: relative;
}
@media (max-width: 767px) {
  .services_wrapper .services_nav .services_nav_inner .label {
    padding: 1.8rem;
  }
}
.services_wrapper .services_nav .services_nav_inner .label:active {
  color: #FFDE00 !important;
}
.services_wrapper .services_nav .services_nav_inner .label:hover {
  color: #FFDE00;
}
.services_wrapper .services_nav .services_nav_inner .label:hover .toggle {
  background: #FFDE00;
}
.services_wrapper .services_nav .services_nav_inner .label:hover .toggle::after {
  background: #FFDE00;
}
.services_wrapper .services_nav .services_nav_inner .label .toggle {
  width: 25px;
  height: 5px;
  background: #fff;
  position: relative;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
  margin-left: 0.5rem;
  scale: 0.5;
  transition: all 0.4s ease;
}
.services_wrapper .services_nav .services_nav_inner .label .toggle::after {
  content: "";
  width: 25px;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.09, 0.97);
  transition-delay: 0.1s;
  height: 5px;
  position: absolute;
  opacity: 1;
  transform: rotate(90deg);
  background: #fff;
}
.services_wrapper .services_nav .services_nav_inner .divider {
  width: 2px;
  background: #fff;
  height: 55px;
}
@media (max-width: 767px) {
  .services_wrapper .services_nav .services_nav_inner .divider {
    height: 2px;
    width: 100%;
  }
}
.services_wrapper .services_nav .services_nav_inner .divider:last-child {
  display: none;
}
.services_wrapper .odd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .services_wrapper .odd {
    display: flex;
    flex-direction: column-reverse;
  }
}
.services_wrapper .odd .left_side {
  width: 100%;
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_wrapper .odd .counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services_wrapper .odd .counter .count {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-top: 1rem;
}
.services_wrapper .odd .right_side {
  width: 100%;
  text-align: right;
  background-color: #f2f2f2;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services_wrapper .odd .right_side .btn_wrapper {
  display: flex;
  justify-content: flex-end;
}
.services_wrapper .even {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .services_wrapper .even {
    display: flex;
    flex-direction: column;
  }
}
.services_wrapper .even .left_side {
  width: 100%;
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services_wrapper .even .counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
.services_wrapper .even .counter .count {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-top: 1rem;
}
.services_wrapper .even .right_side {
  width: 100%;
  text-align: left;
  background-color: #f2f2f2;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services_wrapper .even .right_side .btn_wrapper {
  display: flex;
  justify-content: flex-start;
}
.services_wrapper .services_third_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .services_wrapper .services_third_section {
    display: flex;
    flex-direction: column-reverse;
  }
}
.services_wrapper .services_third_section .left_side {
  width: 100%;
  padding: 5rem;
  display: flex;
  align-items: flex-start;
}
.services_wrapper .services_third_section .counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services_wrapper .services_third_section .counter .count {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-top: 1rem;
}
.services_wrapper .services_third_section .right_side {
  width: 100%;
  text-align: right;
  background-color: #f2f2f2;
  padding: 5rem;
}
.services_wrapper .services_third_section .right_side .btn_wrapper {
  display: flex;
  justify-content: flex-end;
}
.services_wrapper .services_fourth_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .services_wrapper .services_fourth_section {
    display: flex;
    flex-direction: column;
  }
}
.services_wrapper .services_fourth_section .left_side {
  width: 100%;
  padding: 5rem;
  display: flex;
  align-items: flex-start;
}
.services_wrapper .services_fourth_section .counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services_wrapper .services_fourth_section .counter .count {
  font-size: 36px;
  color: #000;
  font-weight: bold;
  margin-top: 1rem;
}
.services_wrapper .services_fourth_section .right_side {
  width: 100%;
  text-align: left;
  background-color: #f2f2f2;
  padding: 5rem;
}
.services_wrapper .services_fourth_section .right_side .btn_wrapper {
  display: flex;
  justify-content: flex-start;
}
.services_wrapper .services_fifth_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background: #000;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .services_wrapper .services_fifth_section {
    display: flex;
    flex-direction: column;
  }
}
.services_wrapper .services_fifth_section .faq_title {
  cursor: pointer;
  transition: all 0.4s ease;
}
.services_wrapper .services_fifth_section .faq_title.open {
  color: #FFDE00 !important;
}
.services_wrapper .services_fifth_section .content {
  display: none;
  transition: all 0.4s ease;
}
.services_wrapper .services_fifth_section .content p {
  color: #fff;
}
.services_wrapper .services_fifth_section .content ul li {
  color: #fff;
  font-weight: 300;
  line-height: 3;
  font-family: "Gilroy";
}
.services_wrapper .services_fifth_section .tab_content.active {
  display: block;
}
.services_wrapper .services_fifth_section .left_side {
  width: 100%;
  padding: 5rem;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.services_wrapper .services_fifth_section .left_side .item {
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  line-height: 2.5;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .services_wrapper .services_fifth_section .left_side .item {
    font-size: 20px;
    line-height: 1.5;
  }
}
.services_wrapper .services_fifth_section .left_side .item svg {
  height: 45px;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .services_wrapper .services_fifth_section .left_side .item svg {
    height: 36px;
  }
}
.services_wrapper .services_fifth_section .right_side {
  width: 100%;
  text-align: center;
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .services_wrapper .services_fifth_section .right_side {
    padding: 0;
  }
}
.services_wrapper .services_fifth_section .right_side h3 {
  color: #FFDE00;
  font-size: 48px;
  line-height: 1.5;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .services_wrapper .services_fifth_section .right_side h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .services_wrapper .services_fifth_section .right_side h3 {
    font-size: 28px;
  }
}
.services_wrapper .services_sixth_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .services_wrapper .services_sixth_section {
    display: flex;
    flex-direction: column;
  }
}
.services_wrapper .services_sixth_section .btn_wrapper {
  margin-top: 0;
}
.services_wrapper .services_sixth_section .left_side {
  width: 100%;
  padding: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 300px;
  background: #c6c4c4;
}
.services_wrapper .services_sixth_section h3 {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  z-index: 4;
  position: relative;
  transition: all 0.4s ease;
  left: 0px;
}
@media (max-width: 1024px) {
  .services_wrapper .services_sixth_section h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .services_wrapper .services_sixth_section h3 {
    font-size: 28px;
  }
}
.services_wrapper .services_sixth_section h3 svg {
  height: 46px;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .services_wrapper .services_sixth_section h3 svg {
    height: 36px;
  }
}
.services_wrapper .services_sixth_section .service_link {
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.services_wrapper .services_sixth_section .service_link:hover h3 {
  color: #fff;
}
.services_wrapper .services_sixth_section .service_link:hover img {
  filter: grayscale(0%);
  scale: 1.1;
}
.services_wrapper .services_sixth_section .service_link:hover .cover {
  background-color: rgba(0, 0, 0, 0.1);
}
.services_wrapper .services_sixth_section .cover {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.services_wrapper .services_sixth_section .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.services_wrapper .services_sixth_section .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.4s ease;
  position: relative;
}
.services_wrapper .services_sixth_section .right_side {
  width: 100%;
  padding: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 300px;
  background: #c6c4c4;
}

.booking_wrapper .global_banner .cover {
  background: linear-gradient(241deg, rgba(88, 189, 201, 0.5) 0%, rgba(17, 62, 68, 0.8) 100%);
}
.booking_wrapper .global_banner .inner_wrapper h1 {
  font-size: 60px;
}
.booking_wrapper .booking-form.booking_container p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 2rem;
}
.booking_wrapper .bookings_wrapper {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.testimonials_wrapper .testimonials_intro {
  margin-bottom: 3rem;
  background: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.testimonials_wrapper .testimonials_intro .container {
  max-width: 780px;
}
.testimonials_wrapper .testimonials_intro .testimonials_inner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonials_wrapper .testimonials_intro .testimonials_inner_wrapper h2 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  color: #585858;
}
.testimonials_wrapper .testimonials_intro .testimonials_inner_wrapper .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.testimonials_wrapper .testimonials_intro .testimonials_inner_wrapper p {
  font-size: 28px;
  max-width: 800px;
  text-align: center;
}
.testimonials_wrapper .about_who {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.testimonials_wrapper .about_who .who_inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.testimonials_wrapper .about_who .who_inner .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.testimonials_wrapper .about_who .who_inner .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}
.testimonials_wrapper .about_who .who_inner .col_two {
  flex: 0 0 50%;
  max-width: 50%;
}
.testimonials_wrapper .about_who .who_inner .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr); /* Repeat the rows 3 times */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 3rem 0rem;
  padding: 0;
}
.testimonials_wrapper .about_who .who_inner li.services_inner {
  display: flex;
  align-items: center;
}
.testimonials_wrapper .about_who .who_inner .icon {
  height: 16px;
  width: 16px;
  line-height: 15px;
  text-align: center;
  background: #4ec5da;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials_wrapper .about_who .who_inner .icon svg path {
  fill: #fff;
}
.testimonials_wrapper .about_who .who_inner h2 {
  font-size: 35px;
  font-weight: 800;
  color: #4ec5da;
  margin-top: 0;
}
.testimonials_wrapper .about_who .who_inner h3 {
  font-size: 25px;
  font-weight: 800;
  color: #585858;
  margin-top: 2rem;
}
.testimonials_wrapper .about_who .who_inner ul li {
  line-height: 1.8 !important;
  margin-bottom: 1rem;
  font-weight: 300 !important;
  font-family: unset;
  list-style: none;
}

.treatments_wrapper .treatments_intro {
  margin-bottom: 3rem;
  background: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.treatments_wrapper .treatments_intro .treatments_inner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.treatments_wrapper .treatments_intro .treatments_inner_wrapper h2 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  color: #585858;
}
.treatments_wrapper .treatments_intro .treatments_inner_wrapper .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.treatments_wrapper .treatments_intro .treatments_inner_wrapper p {
  font-size: 28px;
  max-width: 800px;
  text-align: center;
}
.treatments_wrapper .treatments {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.treatments_wrapper .treatments .even {
  flex-direction: row-reverse;
}
.treatments_wrapper .treatments .treatments_inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 6rem;
}
.treatments_wrapper .treatments .treatments_inner .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.treatments_wrapper .treatments .treatments_inner .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}
.treatments_wrapper .treatments .treatments_inner .col img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.treatments_wrapper .treatments .treatments_inner .col_two {
  flex: 0 0 50%;
  max-width: 50%;
}
.treatments_wrapper .treatments .treatments_inner .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr); /* Repeat the rows 3 times */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 3rem 0rem;
  padding: 0;
}
.treatments_wrapper .treatments .treatments_inner li.services_inner {
  display: flex;
  align-items: center;
}
.treatments_wrapper .treatments .treatments_inner .icon {
  height: 16px;
  width: 16px;
  line-height: 15px;
  text-align: center;
  background: #4ec5da;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.treatments_wrapper .treatments .treatments_inner .icon svg path {
  fill: #fff;
}
.treatments_wrapper .treatments .treatments_inner h2 {
  font-size: 35px;
  font-weight: 800;
  color: #4ec5da;
  margin-top: 0;
}
.treatments_wrapper .treatments .treatments_inner h3 {
  font-size: 25px;
  font-weight: 800;
  color: #585858;
  margin-top: 2rem;
}
.treatments_wrapper .treatments .treatments_inner ul li {
  line-height: 1.8 !important;
  margin-bottom: 1rem;
  font-weight: 300 !important;
  font-family: unset;
  list-style: none;
}

.treatments_wrapper_child .treatments_intro {
  margin-bottom: 3rem;
  background: #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.treatments_wrapper_child .treatments_intro .treatments_inner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.treatments_wrapper_child .treatments_intro .treatments_inner_wrapper h2 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  color: #585858;
}
.treatments_wrapper_child .treatments_intro .treatments_inner_wrapper .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.treatments_wrapper_child .treatments_intro .treatments_inner_wrapper p {
  font-size: 28px;
  max-width: 800px;
  text-align: center;
}
.treatments_wrapper_child .advantages_disadvantages {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #f3f4f6;
}
.treatments_wrapper_child .advantages_disadvantages .advantages_disadvantages_title h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 800;
  color: #4ec5da;
}
.treatments_wrapper_child .advantages_disadvantages_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.treatments_wrapper_child .advantages, .treatments_wrapper_child .disadvantages {
  /* Add any additional styling for these sections */
}
.treatments_wrapper_child .advantages ul li, .treatments_wrapper_child .disadvantages ul li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Roboto";
  color: #6D6E72;
  margin-bottom: 2rem;
}
.treatments_wrapper_child .advantages path {
  fill: #4ec5da;
}
.treatments_wrapper_child .disadvantages path {
  fill: #db6f6f;
}
.treatments_wrapper_child .advantages ul li .icon, .treatments_wrapper_child .disadvantages ul li .icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.treatments_wrapper_child .questions_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  row-gap: 30px;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.treatments_wrapper_child .questions_wrapper h3 {
  font-size: 25px;
  font-weight: 800;
  color: #585858;
}
.treatments_wrapper_child .btn_wrapper {
  justify-content: center;
}
.treatments_wrapper_child .booking_prompt {
  display: flex;
  justify-content: center;
}
.treatments_wrapper_child .booking_prompt p {
  font-size: 28px;
  text-align: center;
  max-width: 800px;
}
.treatments_wrapper_child .services_section {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.treatments_wrapper_child .services_section .section_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.treatments_wrapper_child .services_section .section_inner h2 {
  font-size: 55px;
  text-align: center;
  font-weight: 800;
  color: #585858;
}
.treatments_wrapper_child .services_section .section_inner p {
  text-align: center;
}
.treatments_wrapper_child .services_section .section_inner .divider {
  max-width: 250px;
  height: 1px;
  background: #ccc;
  width: 100%;
  margin-bottom: 2rem;
}
.treatments_wrapper_child .services_section .section_inner .btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.treatments_wrapper_child .services_section .section_inner .services_rows {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 5rem;
}
.treatments_wrapper_child .services_section .section_inner .services_rows .services_inner {
  position: relative;
}
.treatments_wrapper_child .services_section .section_inner .services_rows .services_inner:hover .cover {
  background: rgba(55, 98, 139, 0.75);
}
.treatments_wrapper_child .services_section .section_inner .services_rows .services_inner .description_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  padding: 2rem;
}
.treatments_wrapper_child .services_section .section_inner .services_rows .services_inner h3.sub_title {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: bold;
}
.treatments_wrapper_child .services_section .section_inner .services_rows .services_inner .description p {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  line-height: 1.4 !important;
}
.treatments_wrapper_child .services_section .section_inner .services_rows .services_inner .cover {
  background: rgba(55, 98, 139, 0.56);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
.treatments_wrapper_child .services_section .section_inner .services_rows .services_inner .image {
  height: 400px;
}
.treatments_wrapper_child .services_section .section_inner .services_rows .services_inner .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.treatments_wrapper_child .services_section .section_inner .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}
.treatments_wrapper_child .services_section .section_inner .col_three {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.contact_wrapper .contact_form {
  padding-left: 20rem;
  padding-right: 20rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f3f4f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1300px) {
  .contact_wrapper .contact_form {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 1024px) {
  .contact_wrapper .contact_form {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.contact_wrapper .contact_form .form_inner .form_group_full .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  display: block;
}
.contact_wrapper .contact_form p {
  color: #000;
  font-size: 34px;
}
@media (max-width: 767px) {
  .contact_wrapper .contact_form p {
    font-size: 20px;
  }
}
.contact_wrapper .contact_form h1 {
  color: #000;
  font-weight: bold;
  font-size: 65px;
}
@media (max-width: 767px) {
  .contact_wrapper .contact_form h1 {
    font-size: 35px;
  }
}
.contact_wrapper .contact_form .form_inner {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 0px;
}
@media (max-width: 1024px) {
  .contact_wrapper .contact_form .form_inner {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .contact_wrapper .contact_form .form_inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact_wrapper .contact_form .form_inner .form_group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .contact_wrapper .contact_form .form_inner .form_group {
    margin-bottom: 2rem;
  }
}
.contact_wrapper .contact_form .form_inner .input_wrapper {
  margin-bottom: 3rem;
}
.contact_wrapper .contact_form .form_inner .input_wrapper label {
  position: relative;
  top: 16px;
}
.contact_wrapper .contact_form .form_inner .form_group_full {
  margin-bottom: 4rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .contact_wrapper .contact_form .form_inner .form_group_full {
    margin-top: 2rem;
  }
}
.contact_wrapper .contact_form .form_inner .form_group_full .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.contact_wrapper .contact_form .form_inner .form_group_full label {
  position: relative;
  top: 16px;
  transition: all 0.3s ease-in-out 0s;
  display: block;
}
.contact_wrapper .contact_form .form_inner .form_group_last {
  margin-top: 2rem;
}
.contact_wrapper .contact_form .form_inner span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 45px;
}
.contact_wrapper .contact_form .form_inner .wpcf7-not-valid-tip {
  color: #FFDE00;
  margin-top: 1rem;
}
.contact_wrapper .contact_form .form_inner .wpcf7-list-item-label {
  color: #fff;
  padding-left: 1rem;
}
.contact_wrapper .contact_form .form_inner .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_wrapper .contact_form .form_inner .wpcf7-list-item input {
  width: auto;
}
.contact_wrapper .contact_form .form_inner input {
  background: transparent;
  border-bottom: 1px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  padding: 1rem;
  color: #000;
  transition: all 0.3s ease-in-out 0s;
}
.contact_wrapper .contact_form .form_inner input:focus {
  border-bottom: 1px solid #FFDE00;
}
.contact_wrapper .contact_form .form_inner textarea {
  background: transparent;
  border: 1px solid #000;
  width: 100%;
  min-height: 100px;
  padding: 1rem;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 1024px) {
  .contact_wrapper .contact_form .form_inner textarea {
    min-height: 200px;
  }
}
.contact_wrapper .contact_form .form_inner textarea:focus {
  border: 1px solid #FFDE00;
}
.contact_wrapper .contact_form .form_inner label {
  color: #000;
}
.contact_wrapper .contact_form .form_inner input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.contact_wrapper .contact_form .form_inner input::placeholder {
  color: #000;
}
.contact_wrapper .contact_form .form_inner textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.contact_wrapper .contact_form .form_inner textarea::placeholder {
  color: #000;
}
.contact_wrapper .contact_form .form_inner select.wpcf7-form-control.wpcf7-select {
  background: transparent;
  border-bottom: 1px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #000;
  padding-bottom: 2rem;
  width: 100%;
}
.contact_wrapper .contact_form .form_inner option {
  color: #000;
}
.contact_wrapper .contact_form .form_inner input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 1px solid #fff;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.contact_wrapper .contact_form .form_inner input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #FFDE00;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.contact_wrapper .contact_form .form_inner input[type=checkbox]:checked::before {
  transform: scale(1);
}
.contact_wrapper .contact_form .form_inner input[type=checkbox]:focus {
  border: 1px solid #FFDE00;
}
.contact_wrapper .contact_form .form_inner input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.contact_wrapper .contact_form .form_inner input:-internal-autofill-selected {
  background-color: transparent !important;
  color: #fff !important;
}
.contact_wrapper .contact_form .form_inner .form_footer {
  margin-top: 6rem;
  display: flex;
}
.contact_wrapper .contact_form .form_inner .form_footer input {
  background: #000;
  color: #fff;
  height: 55px;
  padding: 1rem 1.5rem;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  min-width: 220px;
  border-radius: 4px;
  cursor: pointer;
  border-bottom: 0;
}
.contact_wrapper .contact_form .form_inner .form_footer input:hover {
  background: #4ec5da;
  color: #fff;
}
.contact_wrapper .contact_form .form_footer_title {
  font-family: "Beyond Infinity";
  margin-top: 2rem;
  font-size: 95px;
}
@media (max-width: 1440px) {
  .contact_wrapper .contact_form .form_footer_title {
    font-size: 89px;
  }
}
@media (max-width: 1200px) {
  .contact_wrapper .contact_form .form_footer_title {
    font-size: 75px;
  }
}
@media (max-width: 500px) {
  .contact_wrapper .contact_form .form_footer_title {
    font-size: 36px;
  }
}
.contact_wrapper .faq {
  padding-left: 20rem;
  padding-right: 20rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1300px) {
  .contact_wrapper .faq {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 1024px) {
  .contact_wrapper .faq {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.contact_wrapper .faq .faq_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 8rem;
}
.contact_wrapper .faq .faq_top h2 {
  color: #000;
  font-weight: bold;
  font-size: 65px;
  text-align: center;
  max-width: 600px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .contact_wrapper .faq .faq_top h2 {
    font-size: 35px;
  }
}
.contact_wrapper .faq form#search-form {
  width: 100%;
  margin-bottom: 2rem;
}
.contact_wrapper .faq form#search-form input {
  height: 50px;
  width: 100%;
  border: solid 1px #000;
  padding: 1rem;
}
.contact_wrapper .faq .search_footer p {
  font-size: 30px;
  color: #000;
  font-weight: 800;
}
.contact_wrapper .faq .faq_outer {
  margin-bottom: 7rem;
}
.contact_wrapper .faq .faq_outer .faq_label {
  font-size: 24px;
  color: #000;
  margin-bottom: 2rem;
  display: block;
}
.contact_wrapper .faq .faq_outer .item {
  color: #000;
  line-height: 2.5;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 19px;
}
.contact_wrapper .faq .faq_outer .item svg {
  height: 20px;
  margin-right: 1rem;
}
.contact_wrapper .faq .faq_outer .content {
  display: none;
  transition: all 0.4s ease;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.contact_wrapper .faq .faq_outer .content p {
  color: #000;
}
.contact_wrapper .faq .faq_outer .content ul li {
  color: #000;
  font-weight: 300;
  line-height: 3;
  font-family: "Gilroy";
}
.contact_wrapper .faq .faq_outer .tab_content.active {
  display: block;
}
.contact_wrapper .contact_bottom_left {
  display: flex;
  margin-top: 15rem;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  justify-content: center;
  text-align: center;
  background: #000;
}
@media (max-width: 500px) {
  .contact_wrapper .contact_bottom_left {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.contact_wrapper .contact_bottom_left .content_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact_wrapper .contact_bottom_left .content_inner h2 {
  color: #FFDE00;
  font-weight: bold;
  font-size: 54px;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
  max-width: 730px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact_wrapper .contact_bottom_left .content_inner h2 {
    font-size: 25px;
  }
}
.contact_wrapper .contact_bottom_left .content_inner p {
  color: #fff;
  font-size: 34px;
  line-height: 2;
}
@media (max-width: 500px) {
  .contact_wrapper .contact_bottom_left .content_inner p {
    font-size: 20px;
  }
}
.contact_wrapper .contact_bottom_left .content_inner .btn_wrapper {
  margin-bottom: 1rem;
}
.contact_wrapper .contact_bottom_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact_wrapper .contact_bottom_right {
    display: flex;
    flex-direction: column;
  }
}
.contact_wrapper .contact_bottom_right .btn_wrapper {
  margin-top: 0;
}
.contact_wrapper .contact_bottom_right .left_side {
  width: 100%;
  padding: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 300px;
  background: #c6c4c4;
}
.contact_wrapper .contact_bottom_right h3 {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  z-index: 4;
  position: relative;
  transition: all 0.4s ease;
  left: 0px;
}
@media (max-width: 1024px) {
  .contact_wrapper .contact_bottom_right h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .contact_wrapper .contact_bottom_right h3 {
    font-size: 28px;
  }
}
.contact_wrapper .contact_bottom_right h3 svg {
  height: 46px;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .contact_wrapper .contact_bottom_right h3 svg {
    height: 36px;
  }
}
.contact_wrapper .contact_bottom_right .service_link {
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.contact_wrapper .contact_bottom_right .service_link:hover h3 {
  color: #fff;
}
.contact_wrapper .contact_bottom_right .service_link:hover img {
  filter: grayscale(0%);
  scale: 1.1;
}
.contact_wrapper .contact_bottom_right .service_link:hover .cover {
  background-color: rgba(0, 0, 0, 0.1);
}
.contact_wrapper .contact_bottom_right .cover {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.contact_wrapper .contact_bottom_right .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.contact_wrapper .contact_bottom_right .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.4s ease;
  position: relative;
}
.contact_wrapper .contact_bottom_right .right_side {
  width: 100%;
  padding: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 300px;
  background: #c6c4c4;
}

.blog_wrapper .item {
  display: none;
}
.blog_wrapper .black_btn_blog_filter {
  background: #000;
  color: #fff;
  height: 45px;
  padding: 1rem 1.5rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  border: 0;
  margin-left: 1rem;
  cursor: pointer;
}
.blog_wrapper .blogs_subscribe_section {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1024px) {
  .blog_wrapper .blogs_subscribe_section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 1024px) {
  .blog_wrapper .blogs_subscribe_section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.blog_wrapper .blogs_subscribe_section h2 {
  color: #000;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .blog_wrapper .blogs_subscribe_section h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blog_wrapper .blogs_subscribe_section h2 {
    font-size: 23px;
  }
}
.blog_wrapper .blogs_subscribe_section .form_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media (max-width: 767px) {
  .blog_wrapper .blogs_subscribe_section .form_group {
    grid-column-gap: 10px;
  }
}
.blog_wrapper .blogs_subscribe_section .form_group .input_wrapper {
  width: 100%;
}
.blog_wrapper .blogs_subscribe_section .form_group .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.blog_wrapper .blogs_subscribe_section .form_group .wpcf7-text {
  height: 40px;
  border: solid 1px #000;
  width: 100%;
  padding: 1rem;
  color: #000;
}
.blog_wrapper .blogs_subscribe_section .form_group input::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.blog_wrapper .blogs_subscribe_section .form_group input::placeholder {
  color: #000;
}
.blog_wrapper .blogs_subscribe_section .form_footer {
  margin-top: 2rem;
}
.blog_wrapper .blogs_subscribe_section .form_footer .black_btn {
  font-weight: 800;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.blog_wrapper .blogs_section {
  margin-top: 4rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1024px) {
  .blog_wrapper .blogs_section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 1024px) {
  .blog_wrapper .blogs_section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.blog_wrapper .blogs_section .filter_toggle {
  text-align: right;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.blog_wrapper .blogs_section .filter_toggle .filter_by {
  color: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.blog_wrapper .blogs_section .filter_by:after {
  display: block;
  position: relative;
  top: 2px;
  left: 4px;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000" class="bi bi-chevron-down" viewBox="0 0 16 16"> <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>');
}
.blog_wrapper .blogs_section .filter_active {
  margin-bottom: 4rem !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
}
.blog_wrapper .blogs_section .form_group_wrapper {
  text-align: right;
  margin-bottom: 0rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.2s ease;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 500px) {
  .blog_wrapper .blogs_section .form_group_wrapper {
    flex-direction: column;
  }
}
.blog_wrapper .blogs_section .form_group_wrapper .black_btn {
  display: unset;
  margin-left: 1rem;
  cursor: pointer;
  border: none !important;
}
@media (max-width: 500px) {
  .blog_wrapper .blogs_section .form_group_wrapper .black_btn {
    margin-left: 0rem;
    margin-top: 2rem;
    min-width: 100%;
  }
}
.blog_wrapper .blogs_section .form_group_wrapper select#category {
  height: 45px;
  border: solid 1px #000;
  padding: 1rem;
  color: #000;
}
@media (max-width: 500px) {
  .blog_wrapper .blogs_section .form_group_wrapper select#category {
    min-width: 100%;
  }
}
.blog_wrapper .blogs_section .form_group_wrapper select#month {
  height: 45px;
  border: solid 1px #000;
  padding: 1rem;
  color: #000;
}
@media (max-width: 500px) {
  .blog_wrapper .blogs_section .form_group_wrapper select#month {
    min-width: 100%;
  }
}
.blog_wrapper .blogs_section .form_group_wrapper option {
  color: #000;
}
.blog_wrapper .blogs_section .form_group_wrapper label {
  color: #000;
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (max-width: 500px) {
  .blog_wrapper .blogs_section .form_group_wrapper label {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.blog_wrapper .blogs_section #posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}
@media (max-width: 500px) {
  .blog_wrapper .blogs_section #posts {
    grid-column-gap: 20px;
  }
}
.blog_wrapper .blogs_section .blog_blocks {
  margin-top: 2rem;
}
.blog_wrapper .blogs_section .blog_blocks .blog_block {
  position: relative;
}
.blog_wrapper .blogs_section .blog_blocks .blog_block p {
  margin-top: 2rem;
}
.blog_wrapper .blogs_section .blog_blocks .blog_block .blog_block_image_link {
  position: relative;
}
.blog_wrapper .blogs_section .blog_blocks .blog_block .blog_block_image_link:hover .cover {
  opacity: 1;
}
.blog_wrapper .blogs_section .blog_blocks .blog_block .blog_block_image_link:hover h2 {
  opacity: 1;
}
.blog_wrapper .blogs_section .blog_blocks .blog_block .blog_block_image_link:hover img {
  filter: grayscale(0%);
}
.blog_wrapper .blogs_section .blog_blocks .blog_block .blog_block_image_link:hover .blog_strike {
  color: #000 !important;
}
.blog_wrapper .blogs_section .blog_blocks .blog_block .blog_image {
  position: relative;
  height: 800px;
}
@media (max-width: 767px) {
  .blog_wrapper .blogs_section .blog_blocks .blog_block .blog_image {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .blog_wrapper .blogs_section .blog_blocks .blog_block .blog_image {
    height: 250px;
  }
}
.blog_wrapper .blogs_section .blog_blocks .blog_block .blog_image img {
  transition: all 0.2s ease;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog_wrapper .blogs_section .blog_blocks .blog_block h2 {
  color: #000;
  font-size: 35px;
}
@media (max-width: 767px) {
  .blog_wrapper .blogs_section .blog_blocks .blog_block h2 {
    font-size: 15px;
  }
}
.blog_wrapper .load_btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
.blog_wrapper .load_btn_wrapper .load-more {
  font-size: 20px;
  color: #000;
  border: solid 1px #000;
  padding: 2rem;
}
.blog_wrapper .load_btn_wrapper .hidden {
  display: none;
}
.blog_wrapper .blog_first_section {
  display: flex;
  margin-top: 6rem;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  justify-content: center;
  text-align: center;
  background: #000;
}
@media (max-width: 500px) {
  .blog_wrapper .blog_first_section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.blog_wrapper .blog_first_section .content_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.blog_wrapper .blog_first_section .content_inner h2 {
  color: #FFDE00;
  font-weight: bold;
  font-size: 35px;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .blog_wrapper .blog_first_section .content_inner h2 {
    font-size: 25px;
  }
}
.blog_wrapper .blog_first_section .content_inner p {
  color: #fff;
  font-size: 34px;
  line-height: 2;
}
@media (max-width: 500px) {
  .blog_wrapper .blog_first_section .content_inner p {
    font-size: 20px;
  }
}
.blog_wrapper .blog_first_section .content_inner .btn_wrapper {
  margin-bottom: 1rem;
}
.blog_wrapper .blog_first_section .content_inner .btn_wrapper .strike_btn:hover span {
  color: #000;
}
.blog_wrapper .blog_second_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog_wrapper .blog_second_section {
    display: flex;
    flex-direction: column;
  }
}
.blog_wrapper .blog_second_section .btn_wrapper {
  margin-top: 0;
}
.blog_wrapper .blog_second_section .left_side {
  width: 100%;
  padding: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 300px;
  background: #c6c4c4;
}
.blog_wrapper .blog_second_section h3 {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  z-index: 4;
  position: relative;
  transition: all 0.4s ease;
  left: 0px;
}
@media (max-width: 1024px) {
  .blog_wrapper .blog_second_section h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .blog_wrapper .blog_second_section h3 {
    font-size: 28px;
  }
}
.blog_wrapper .blog_second_section h3 svg {
  height: 46px;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .blog_wrapper .blog_second_section h3 svg {
    height: 36px;
  }
}
.blog_wrapper .blog_second_section .service_link {
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.blog_wrapper .blog_second_section .service_link:hover h3 {
  color: #fff;
}
.blog_wrapper .blog_second_section .service_link:hover img {
  filter: grayscale(0%);
  scale: 1.1;
}
.blog_wrapper .blog_second_section .service_link:hover .cover {
  background-color: rgba(0, 0, 0, 0.1);
}
.blog_wrapper .blog_second_section .cover {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.blog_wrapper .blog_second_section .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.blog_wrapper .blog_second_section .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.4s ease;
  position: relative;
}
.blog_wrapper .blog_second_section .right_side {
  width: 100%;
  padding: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 300px;
  background: #c6c4c4;
}

.single_blog_post {
  width: 100%;
}
.single_blog_post .main_section .section_inner {
  width: 100%;
  padding: 7rem 0;
}
@media (max-width: 767px) {
  .single_blog_post .main_section .section_inner {
    padding: 3rem 0;
  }
}
.single_blog_post .main_section .section_inner .bread_crumb_wrapper {
  display: flex;
  margin-bottom: 4rem;
  position: relative;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .single_blog_post .main_section .section_inner .bread_crumb_wrapper {
    left: unset;
    justify-content: center;
  }
}
.single_blog_post .main_section .section_inner .bread_crumb_wrapper a {
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .single_blog_post .main_section .section_inner .bread_crumb_wrapper a {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .single_blog_post .main_section .section_inner .bread_crumb_wrapper a {
    font-size: 16px;
  }
}
.single_blog_post .main_section .section_inner .bread_crumb_wrapper a:after {
  content: "/";
  margin-left: 1rem;
  margin-right: 1rem;
}
.single_blog_post .main_section .section_inner .bread_crumb_wrapper a:last-child:after {
  content: "";
}
.single_blog_post .main_section .section_inner .blog_header {
  display: flex;
  position: relative;
  margin-bottom: 4rem;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .single_blog_post .main_section .section_inner .blog_header {
    justify-content: center;
  }
}
.single_blog_post .main_section .section_inner .blog_header .left_side {
  background: #000;
  position: absolute;
  z-index: 2;
  padding: 6rem;
  left: 0;
  min-height: 450px;
  max-width: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .single_blog_post .main_section .section_inner .blog_header .left_side {
    background: rgba(0, 0, 0, 0.48);
    left: unset;
  }
}
@media (max-width: 500px) {
  .single_blog_post .main_section .section_inner .blog_header .left_side {
    max-width: unset;
    padding: 2rem;
  }
}
.single_blog_post .main_section .section_inner .blog_header .left_side h1 {
  color: #fff;
  font-size: 45px;
}
@media (max-width: 767px) {
  .single_blog_post .main_section .section_inner .blog_header .left_side h1 {
    font-size: 45px;
  }
}
.single_blog_post .main_section .section_inner .blog_header .left_side h1:hover span {
  color: #fff !important;
}
.single_blog_post .main_section .section_inner .blog_header .left_side h1:hover strong {
  color: #fff !important;
}
.single_blog_post .main_section .section_inner .blog_header .left_side h1 span {
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .single_blog_post .main_section .section_inner .blog_header .left_side h1 span {
    font-size: 45px;
  }
}
.single_blog_post .main_section .section_inner .blog_header .left_side h1 strong {
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .single_blog_post .main_section .section_inner .blog_header .left_side h1 strong {
    font-size: 45px;
  }
}
.single_blog_post .main_section .section_inner .blog_header .right_side {
  height: 650px;
  width: 930px;
}
@media (max-width: 500px) {
  .single_blog_post .main_section .section_inner .blog_header .right_side {
    height: 460px;
    width: auto;
  }
}
.single_blog_post .main_section .section_inner .blog_header .right_side img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single_blog_post .main_section .section_inner .navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.single_blog_post .main_section .section_inner .navigation a span {
  color: #000;
  font-size: 20px;
  letter-spacing: 4px;
}
@media (max-width: 500px) {
  .single_blog_post .main_section .section_inner .navigation a span {
    font-size: 12px;
  }
}
.single_blog_post .main_section .section_inner .navigation .title {
  color: #000;
  font-size: 14px;
}
.single_blog_post .main_section .section_inner .featured_image img {
  width: 100%;
  height: auto;
}
.single_blog_post .main_section .section_inner h1 {
  font-size: 4vw;
}
@media (min-width: 768px) {
  .single_blog_post .main_section .section_inner h1 {
    font-size: 64px;
  }
}
.single_blog_post .main_section .section_inner h2 {
  font-size: 3.5vw;
}
@media (min-width: 768px) {
  .single_blog_post .main_section .section_inner h2 {
    font-size: 56px;
  }
}
.single_blog_post .main_section .section_inner h3 {
  font-size: 3vw;
}
@media (min-width: 768px) {
  .single_blog_post .main_section .section_inner h3 {
    font-size: 48px;
  }
}
.single_blog_post .main_section .section_inner h4 {
  font-size: 2.5vw;
}
@media (min-width: 768px) {
  .single_blog_post .main_section .section_inner h4 {
    font-size: 40px;
  }
}
.single_blog_post .main_section .section_inner h5 {
  font-size: 2vw;
}
@media (min-width: 768px) {
  .single_blog_post .main_section .section_inner h5 {
    font-size: 32px;
  }
}
.single_blog_post .main_section .section_inner h6 {
  font-size: 1.5vw;
}
@media (min-width: 768px) {
  .single_blog_post .main_section .section_inner h6 {
    font-size: 24px;
  }
}
.single_blog_post .main_section .section_inner h1, .single_blog_post .main_section .section_inner h2, .single_blog_post .main_section .section_inner h3, .single_blog_post .main_section .section_inner h4, .single_blog_post .main_section .section_inner h5, .single_blog_post .main_section .section_inner h6 {
  color: #000;
}
.single_blog_post .main_section .section_inner p {
  font-size: 2rem;
  margin: 0 0 2rem;
  color: #000;
  font-weight: 300;
  line-height: 2;
}
.single_blog_post .main_section .section_inner ul {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.single_blog_post .main_section .section_inner li {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: #000 !important;
  font-family: "Gilroy" !important;
}
.single_blog_post .main_section .section_inner blockquote {
  background-clip: unset;
  border-radius: 0;
  margin: 22px;
  padding: 1rem;
  background-color: #fff !important;
  position: relative;
  font-size: 2.5rem;
  color: #000;
  border-left: 4px solid #000;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}
.single_blog_post .main_section .section_inner blockquote p {
  font-size: 2.5rem;
  color: #000 !important;
}
.single_blog_post .main_section .section_inner blockquote cite {
  line-height: 2;
  padding-left: 2rem;
  font-size: 2.5rem;
  color: #000 !important;
}
.single_blog_post .main_section .section_inner blockquote:before {
  content: unset !important;
}
.single_blog_post .main_section .section_inner .wp-block-latest-posts__list.wp-block-latest-posts {
  display: flex;
  flex-wrap: wrap;
}
.single_blog_post .main_section .section_inner .wp-block-latest-posts__list.wp-block-latest-posts li {
  flex: 0 0 25%;
  max-width: 25%;
  list-style-type: none;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
}
.single_blog_post .main_section .section_inner .wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-weight: 800;
  color: #000;
}
.single_blog_post .main_section .section_inner .wp-block-latest-posts__list.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
  font-size: 1.8rem;
}
.single_blog_post .find_out {
  display: flex;
  margin-top: 4rem;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  justify-content: center;
  text-align: center;
  background: #000;
}
@media (max-width: 500px) {
  .single_blog_post .find_out {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.single_blog_post .find_out .content_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.single_blog_post .find_out .content_inner h2 {
  color: #fff;
  font-size: 55px;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .single_blog_post .find_out .content_inner h2 {
    font-size: 25px;
  }
}
.single_blog_post .find_out .content_inner p {
  color: #fff;
  font-size: 34px;
  line-height: 2;
}
@media (max-width: 500px) {
  .single_blog_post .find_out .content_inner p {
    font-size: 20px;
  }
}
.single_blog_post .find_out .content_inner .btn_wrapper {
  margin-bottom: 1rem;
}
.single_blog_post .find_out .content_inner .btn_wrapper .strike_btn:hover span {
  color: #000;
}
.single_blog_post .blog_footer_links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single_blog_post .blog_footer_links {
    display: flex;
    flex-direction: column;
  }
}
.single_blog_post .blog_footer_links .btn_wrapper {
  margin-top: 0;
}
.single_blog_post .blog_footer_links .left_side {
  width: 100%;
  padding: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 300px;
  background: #c6c4c4;
}
.single_blog_post .blog_footer_links h3 {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  z-index: 4;
  position: relative;
  transition: all 0.4s ease;
  left: 0px;
}
@media (max-width: 1024px) {
  .single_blog_post .blog_footer_links h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .single_blog_post .blog_footer_links h3 {
    font-size: 28px;
  }
}
.single_blog_post .blog_footer_links h3 svg {
  height: 46px;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .single_blog_post .blog_footer_links h3 svg {
    height: 36px;
  }
}
.single_blog_post .blog_footer_links .service_link {
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.single_blog_post .blog_footer_links .service_link:hover h3 {
  color: #fff;
}
.single_blog_post .blog_footer_links .service_link:hover img {
  filter: grayscale(0%);
  scale: 1.1;
}
.single_blog_post .blog_footer_links .service_link:hover .cover {
  background-color: rgba(0, 0, 0, 0.1);
}
.single_blog_post .blog_footer_links .cover {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.single_blog_post .blog_footer_links .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.single_blog_post .blog_footer_links .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.4s ease;
  position: relative;
}
.single_blog_post .blog_footer_links .right_side {
  width: 100%;
  padding: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 300px;
  background: #c6c4c4;
}
.single_blog_post .btn_wrapper {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.single_blog_post .title_wrapper h3 {
  color: #000;
  font-size: 40px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.single_blog_post .title_wrapper h3 span {
  color: #000;
  font-size: 40px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.single_blog_post .post_link {
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none !important;
}
.single_blog_post .post_link h3 {
  color: #000;
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.single_blog_post .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}
.single_blog_post .col_one {
  flex: 0 0 100%;
  max-width: 100%;
}
.single_blog_post .col_two {
  flex: 0 0 50%;
  max-width: 50%;
}
.single_blog_post .col_three {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.single_blog_post .col_four {
  flex: 0 0 25%;
  max-width: 25%;
}
.single_blog_post .col_five {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .single_blog_post .col_three {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single_blog_post .col_two {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single_blog_post .col_four {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single_blog_post .col_five {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.single_blog_post .share_article {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.single_blog_post .share_article_wrapper a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
.single_blog_post .share_article_wrapper a:not(:first-child) {
  margin-left: 2rem;
}
.single_blog_post .share_article_title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 24px;
  display: block;
}

.announcements {
  background: #ace0ed;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.announcements .announcements_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.announcements .announcements_inner .announcement {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.announcements .announcements_inner p {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.announcements .announcements_inner a {
  margin-left: 1rem;
  color: #000;
  font-size: 15px;
  text-decoration: underline;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.7s ease;
  background: #4ec5da;
  min-height: 96px;
}
header .header_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header a.logo {
  transition: all 0.7s ease;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  header a.logo {
    padding-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  header a.logo img {
    scale: 0.8;
    transform-origin: center center;
  }
}
@media (max-width: 767px) {
  header a.logo img {
    scale: 0.6;
    transform-origin: left;
    padding-left: 3rem;
  }
}
header .logo_sticky {
  transition: all 0.7s ease;
  position: relative;
  top: 0;
}
header .top_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top_header a {
  color: #000;
  margin-right: 2.5rem;
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}
header .top_header a span {
  color: #000;
  margin-left: 1rem;
  transition: all 0.6s ease;
}
header .top_header a svg {
  width: 25px;
  transition: all 0.6s ease;
}
header .top_header a:hover span {
  color: #fff;
}
header .top_header a:hover svg {
  fill: #fff;
}
header .contact {
  display: flex;
  align-items: center;
  line-height: 2;
}
header .menu_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
header .menu {
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  header .menu {
    display: none;
  }
}
header .menu li {
  display: flex;
  align-items: center;
}
header .menu li:not(:last-child):after {
  content: "|";
  color: #37628b;
}
header .menu li a {
  margin-left: 1.9rem;
  margin-right: 1.9rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  header .menu li a {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
header .menu li a span {
  color: #37628b;
  text-transform: uppercase;
  font-size: 15px;
}
header .menu li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #37628b;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
header .menu li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
header .menu .menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
header .menu .active a::before {
  visibility: visible !important;
  transform: scaleX(1) !important;
}
header .menu .menu-item-has-children > a:after {
  display: block;
  position: relative;
  top: 1px;
  left: 4px;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%37628b" class="bi bi-chevron-down" viewBox="0 0 16 16"> <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>');
}
header .menu .menu-item-has-children ul {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 2rem 1rem 1rem 1rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
header .menu .menu-item-has-children ul li {
  line-height: 2.5;
}
header .menu .menu-item-has-children ul li:after {
  content: unset;
}
header .burger {
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  right: 20px;
  background-color: transparent;
  cursor: pointer;
  display: none;
  scale: 0.8;
}
@media (max-width: 1024px) {
  header .burger {
    display: block;
  }
}
@media (max-width: 767px) {
  header .burger {
    scale: 0.6;
    right: 0;
  }
}
header .burger__bar {
  height: 10%;
  width: 80%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 50%;
  animation-timing-function: ease-in-out;
  animation-play-state: paused;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
header .burger__bar:nth-child(1) {
  top: 25%;
  transform: translate(-50%, 0%);
}
header .burger__bar:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
header .burger__bar:nth-child(3) {
  bottom: 25%;
  transform: translate(-50%, 0%);
}
header .burger.close .burger__bar {
  animation-direction: reverse;
}
header .burger.open .burger__bar {
  animation-direction: normal;
}
header .burger.animate .burger__bar {
  animation-play-state: running;
}
header .burger.animate .burger__bar:nth-child(1) {
  animation-name: default-top;
}
header .burger.animate .burger__bar:nth-child(2) {
  animation-name: default-middle;
}
header .burger.animate .burger__bar:nth-child(3) {
  animation-name: default-bottom;
}
header .burger--merge.animate .burger__bar {
  animation-duration: 0.6s;
  animation-timing-function: ease;
}
header .burger--merge.animate .burger__bar:nth-child(1) {
  animation-name: merge-top;
}
header .burger--merge.animate .burger__bar:nth-child(2) {
  animation-name: merge-middle;
}
header .burger--merge.animate .burger__bar:nth-child(3) {
  animation-name: merge-bottom;
}
header .burger--rotate.animate .burger__bar:nth-child(1) {
  animation-name: rotate-top;
}
header .burger--rotate.animate .burger__bar:nth-child(2) {
  animation-name: rotate-middle;
}
header .burger--rotate.animate .burger__bar:nth-child(3) {
  animation-name: rotate-bottom;
}
header .burger--spin.animate .burger__bar {
  animation-duration: 1s;
  animation-timing-function: ease;
}
header .burger--spin.animate .burger__bar:nth-child(1) {
  animation-name: spin-top;
}
header .burger--spin.animate .burger__bar:nth-child(2) {
  animation-name: spin-middle;
}
header .burger--spin.animate .burger__bar:nth-child(3) {
  animation-name: spin-bottom;
}

@media (max-width: 1024px) {
  header.sticky_header {
    position: sticky;
    width: 100%;
  }
}
header.sticky_header .shadow {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

header.sticky_header.shadow {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.mobile_menu {
  background: #000;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
  display: none;
  padding: 4rem;
}
.mobile_menu .mob_icon {
  position: absolute;
  top: 0;
  left: calc(70% - 0px);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .mobile_menu .mob_icon {
    left: calc(90% - 0px);
  }
}
.mobile_menu .mob_icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.mobile_menu a {
  line-height: 3;
  display: flex;
  align-items: center;
}
.mobile_menu a span {
  color: #fff;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 767px) {
  .mobile_menu a span {
    font-size: 14px;
  }
}
.mobile_menu .menu-item-has-children > a:after {
  display: block;
  position: relative;
  top: 3px;
  left: 4px;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-chevron-down" viewBox="0 0 16 16"> <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>');
}
.mobile_menu .menu-item-has-children ul {
  display: none;
}
.mobile_menu .menu-item-has-children ul a span {
  color: #FFDE00;
  text-decoration: underline;
  text-underline-offset: 8px;
}
.mobile_menu .menu-item-has-children ul.show {
  display: block;
}

.menu_open {
  display: flex;
  align-items: center;
}

footer#footer {
  width: 100%;
  background: #4ec5da;
  position: relative;
}
footer#footer address {
  font-style: normal;
}
footer#footer .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}
footer#footer .col_four {
  flex: 0 0 25%;
  max-width: 25%;
}
footer#footer .footer_title {
  letter-spacing: 0.17rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 2rem;
  text-decoration: underline;
  text-underline-offset: 8px;
}
footer#footer .footer_inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  footer#footer .footer_inner {
    flex-direction: column;
  }
}
footer#footer .footer_inner .accrediations {
  padding-left: 4rem;
}
footer#footer .footer_inner .accrediations .icon {
  margin-bottom: 1rem;
}
footer#footer .footer_inner .contact_details {
  display: flex;
  flex-direction: column;
}
footer#footer .footer_inner .contact_details a {
  color: #000;
  word-break: break-all;
}
@media (max-width: 767px) {
  footer#footer .footer_inner .footer_logo {
    width: 100%;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer#footer .footer_inner .contact_icon {
  width: 25px;
}
footer#footer .footer_inner nav.footer_menu {
  display: flex;
  flex-direction: column;
  padding-left: 7rem;
}
@media (max-width: 767px) {
  footer#footer .footer_inner nav.footer_menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer#footer .footer_inner a {
  line-height: 2;
}
footer#footer .footer_inner a span {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}
footer#footer .footer_inner .address p {
  color: #000;
  line-height: 1.8;
  margin-top: 1rem;
}
footer#footer .footer_inner .follow_title {
  margin-top: 3rem;
}
footer#footer .footer_inner .social_media {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
footer#footer .footer_inner .social_media a {
  width: 25px;
  height: 25px;
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  footer#footer .footer_inner .social_media a {
    width: 25px;
    height: 25px;
  }
}
footer#footer .footer_inner .social_media a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer#footer .footer_bottom {
  background: #000;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-self: center;
}
footer#footer .footer_bottom .footer_contact {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
footer#footer .footer_bottom .footer_contact a {
  color: #fff;
  transition: all 0.4s ease;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
footer#footer .footer_bottom .footer_contact a:hover {
  color: #4ec5da;
}

nav.main_navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 992px) {
  nav.main_navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav.main_navigation ul li:not(:first-child) {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav.main_navigation ul li.mobile_only_li {
    display: none;
  }
}
@media (min-width: 992px) {
  nav.main_navigation ul li a {
    font-size: 2rem;
    font-weight: 700;
    color: #6D6E72;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  nav.main_navigation {
    display: none;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  nav.main_navigation.active {
    display: flex;
  }
  nav.main_navigation ul {
    display: flex;
    list-style-type: none;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0;
  }
  nav.main_navigation ul li {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  nav.main_navigation ul li {
    margin-right: 3rem;
  }
}
@media (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  nav.main_navigation ul li {
    margin-right: 1rem;
  }
}
@media (max-width: 991px) {
  nav.main_navigation ul li a {
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  nav.main_navigation .join_button {
    display: none;
  }
}
nav.main_navigation .top_area {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: -4rem;
}
nav.main_navigation .top_area a.directions {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 3rem;
}
nav.main_navigation .top_area a.directions svg {
  width: auto;
  height: 3rem;
  margin-right: 1rem;
}
nav.main_navigation .top_area a.directions span {
  font-size: 1.6rem;
}
nav.main_navigation .top_area div.opening_times {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav.main_navigation .top_area div.opening_times svg {
  width: auto;
  height: 3rem;
  margin-right: 1rem;
}
nav.main_navigation .top_area div.opening_times select {
  font-size: 1.6rem;
  border: none;
}
nav.main_navigation .login_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  nav.main_navigation .login_button {
    margin-right: 4rem;
  }
}
nav.main_navigation .login_button svg {
  margin-right: 1rem;
}
nav.main_navigation .logout_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  nav.main_navigation .logout_button {
    margin-right: 3rem;
  }
}
nav.main_navigation .logout_button svg {
  margin-right: 1rem;
}
nav.main_navigation .join_button {
  background: #6D6E72;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0.5rem;
}
@media (max-width: 1199px) {
  nav.main_navigation .join_button {
    font-size: 14px;
  }
}
