@charset "UTF-8";
/* Bootstrap Icons */
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.4.0/font/bootstrap-icons.min.css");
@import url(https://unpkg.com/@webpixels/css@1.1.5/dist/index.css);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

* button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

* {
  list-style-type: none;
  font-size: 16px;
}
*:focus, *:active {
  outline: none !important;
}

*::selection {
  color: rgb(243, 235, 238);
  background-color: black;
}

* a,
a:visited {
  color: #003899;
  text-decoration: none;
}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.section-spacing {
  padding-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width: 996px) {
  .section-spacing {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
  }
}

:root {
  --primary-color: #9ed1d2;
  --secondary-color: #2e334e;
  --text-color-700: #2b3049;
  --text-color-100:#656565;
  --white-color: #ffff;
  --grey-color-500: #e4e4e4;
  --grey-color-100: #edeff1;
  --dark: #4E4E4E;
}

.about .wrapper .about_left .about_years {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.about .wrapper .about_left .circle {
  font-size: 3.2rem;
  position: relative;
  color: var(--secondary-color);
  font-weight: 600;
  padding-left: 15px;
}
.about .wrapper .about_left .circle:after {
  background-color: #A9DAD7;
  color: var(--primary-color);
  font-weight: 700;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  left: 0;
  top: 5px;
  z-index: -1;
}
.about .wrapper .about_left .sub_text {
  color: #161E3E;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
.about .wrapper .about_left .text {
  color: var(--text-color-100);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 10px;
}
.about .wrapper .about_right {
  margin-top: -176px;
}
@media screen and (max-width: 996px) {
  .about .wrapper .about_right {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.about .wrapper .about_right .request_form {
  background-color: var(--white-color);
  box-shadow: -1px 4px 17px 3px rgba(0, 0, 0, 0.1);
  padding: 50px 50px;
  position: relative;
  border-radius: 10px;
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 996px) {
  .about .wrapper .about_right .request_form {
    margin-right: auto !important;
    margin-left: 0;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .about .wrapper .about_right .request_form {
    margin-right: 0 !important;
    margin-left: 17px;
    padding: 50px 0px;
    width: 100%;
  }
}
.about .wrapper .about_right .request_form .input-group {
  margin-bottom: 20px;
  position: relative;
}
.about .wrapper .about_right .request_form .input-group .input-group-text {
  background-color: transparent;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 99;
  border: none;
  color: rgb(206, 206, 206);
}
.about .wrapper .about_right .request_form .input-group .form-control {
  padding: 12px 10px 12px 40px;
  border-radius: 5px;
  border: 1px solid var(--grey-color-500);
  box-shadow: none;
}
.about .wrapper .about_right .request_form .input-group .form-control::placeholder {
  color: #c2c2c2;
  opacity: 1;
}
.about .wrapper .about_right .request_form .input-group .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 5px rgba(158, 209, 210, 0.5);
}
.about .wrapper .about_right .request_form .enguiries {
  position: absolute;
  left: -83px;
  top: 31%;
  background-color: var(--secondary-color);
  color: var(--white-color);
  font-size: 22px;
  font-weight: 500;
  height: min-content;
  padding: 5px 20px;
  width: fit-content;
  rotate: -90deg;
}
@media screen and (max-width: 996px) {
  .about .wrapper .about_right .request_form .enguiries {
    left: -50px;
    top: 20%;
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .about .wrapper .about_right .request_form .enguiries {
    left: -75px;
  }
}
.about .wrapper .about_right .request_form .form_heading {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color-700);
  margin-bottom: 20px;
  padding-left: 35px;
}
.about .agree-checkbox .form-check-input {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-right: 10px;
}
.about .agree-checkbox .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.about .agree-checkbox label {
  font-size: 14px;
  color: var(--text-color-100) !important;
}
.about .agree-checkbox a {
  text-decoration: underline;
  color: var(--text-color-100) !important;
}

#zeyora-wtl-form-container {
  width: 100%;
}

iframe {
  width: 100%;
}

.company_service {
  padding: 100px 0;
  background-color: var(--grey-color-100);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 996px) {
  .company_service {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
  }
}
.company_service .sub_text {
  color: #161E3E;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
.company_service .text {
  color: var(--text-color-100);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 10px;
}
.company_service .service_card {
  position: relative;
}
.company_service .service_card .img_wrapper {
  max-width: 440px;
}
.company_service .service_card .img_wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.company_service .service_card .bussiness_icon {
  max-width: 50px;
  position: absolute;
  top: 40px;
  left: 40px;
}
.company_service .service_card .bussiness_icon img {
  width: 100%;
  height: auto;
}
.company_service .service_card .card_bottom {
  position: absolute;
  padding: 20px 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company_service .service_card .card_bottom p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--white-color);
  width: 70%;
}
.company_service .img_warpper {
  overflow: hidden;
  border-radius: 12px;
  max-width: 440px;
  aspect-ratio: 440/500;
  position: relative;
}
@media (max-width: 1200px) {
  .company_service .img_warpper {
    aspect-ratio: unset;
    max-width: 550px;
  }
}
.company_service .img_warpper img {
  transition: transform 0.5s ease;
  width: auto;
  height: 100%;
  object-fit: cover;
  /* Ensures the image fills the box */
  transition: transform 0.3s ease;
}
.company_service .service_card:hover .img_warpper img {
  transform: scale(1.1);
}
.company_service .slider_container {
  margin-right: -40rem;
}
@media screen and (max-width: 996px) {
  .company_service .slider_container {
    margin-right: 0;
  }
}
.company_service .side_text {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  rotate: -90deg;
}
@media screen and (max-width: 1350px) {
  .company_service .side_text {
    position: unset;
    rotate: 0deg;
    align-items: baseline;
    padding-left: 20px;
  }
}
.company_service .side_text p {
  font-size: 18px;
  color: var(--text-color-100);
  margin-bottom: 10px;
}
.company_service .side_text p i {
  margin-right: 10px;
}
.company_service .side_text a {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.company_service .side_text a:hover {
  color: var(--primary-color-dark);
}
.company_service .owl-carousel .owl-nav.disabled {
  display: flex !important;
  gap: 15px;
}
.company_service .owl-carousel .owl-nav {
  position: absolute;
  top: -120px;
  right: 610px !important;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .company_service .owl-carousel .owl-nav {
    position: static;
    top: unset;
    right: unset !important;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
}
.company_service .owl-carousel .owl-nav button.owl-prev {
  background-color: var(--primary-color) !important;
  border: none;
  color: var(--white-color) !important;
  font-size: 24px !important;
  cursor: pointer !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_service .owl-carousel .owl-nav button.owl-prev .bi {
  margin-top: 2px;
}
.company_service .owl-carousel .owl-nav button.owl-next {
  background-color: var(--primary-color) !important;
  border: none;
  color: var(--white-color) !important;
  font-size: 24px !important;
  cursor: pointer !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_service .owl-carousel .owl-nav button.owl-next .bi {
  margin-top: 2px;
}

.company_service .c_container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .company_service .c_container {
    padding: 0 20px;
  }
}

.company_service .grid {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 30px;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .company_service .grid {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 10px 0;
  }
}

.company_service .grid-item {
  padding: 20px;
}
@media (max-width: 768px) {
  .company_service .grid-item {
    padding: 5px 20px;
  }
}

.contact {
  background-color: var(--primary-color);
  padding: 30px 0 20px 0;
}
.contact .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.contact .content .left,
.contact .content .right {
  width: 50%;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.contact .content .left {
  color: var(--white-color);
  font-size: 22px;
  text-align: right;
}
.contact .content .right .link_wrapper {
  display: flex;
  flex-direction: column;
}
.contact .content .right span {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color-700);
  padding-bottom: 5px !important;
  display: block;
}
.contact .content .right a {
  flex: 1;
  font-size: 16px;
  color: var(--text-color-700);
}
.contact .content .right a:hover {
  text-decoration: underline;
  color: white;
}
.contact .content .center_img {
  max-width: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .content .center_img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .contact .content {
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
  }
  .contact .content .left,
  .contact .content .right {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
  }
  .contact .content .center_img {
    max-width: 150px;
    justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .contact .content .left,
  .contact .content .right {
    font-size: 16px;
    padding: 10px 0;
  }
  .contact .content .left a,
  .contact .content .right a {
    font-size: 16px;
  }
  .contact .content .center_img {
    max-width: 100px;
  }
}

.faq {
  /* Accordion Icon */
  /* Accordion Body */
  /* Remove default Bootstrap border */
  /* Optional: Rounded Corners on First & Last Item */
}
.faq .sub_heading_center {
  text-align: center;
}
.faq .sub_heading_center h4 {
  color: var(--secondary-color);
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.faq .sub_heading_center p {
  color: var(--primary-color);
  font-size: 1.2rem;
  line-height: 1.6;
}
.faq .wrapper {
  padding-top: 30px;
}
.faq .accordion-button::after {
  display: none !important;
}
.faq .accordion-button .icon::before {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.faq .accordion-button:not(.collapsed) .icon::before {
  content: "−";
}
.faq .custom-accordion {
  border: 1px solid;
  border-color: var(--grey-color-100);
  border-radius: 8px;
  background-color: #fff;
  padding: 0;
}
.faq .accordion-item {
  border-bottom: 1px solid;
  border-bottom-color: var(--grey-color-100);
  background-color: transparent;
  transition: background 0.3s ease;
}
.faq .accordion-header {
  background-color: transparent !important;
  padding: 0;
}
.faq .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
  padding: 16px 20px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  transition: background-color 0.3s ease;
}
.faq .faq .accordion-body {
  padding: 16px 20px;
  font-size: 16px;
  color: var(--text-color-700);
  background-color: #fff;
  line-height: 1.9;
}
.faq .accordion-button:hover {
  background-color: #f0f0f0;
}
.faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--secondary-color);
}
.faq .accordion-button .icon::before {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  color: #444;
  margin-left: 10px;
}
.faq .accordion-button:not(.collapsed) .icon::before {
  content: "−";
}
.faq .accordion-body {
  padding: 16px 20px;
  font-size: 15px;
  color: #555;
  background-color: #fff;
  line-height: 1.6;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.faq .accordion-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.formation .wrapper {
  padding: 100px 0;
  position: relative;
}
.formation .wrapper .sub_text {
  color: #161E3E;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
.formation .wrapper .text {
  color: var(--text-color-100);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 10px;
}
.formation .wrapper .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .formation .wrapper .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .formation .wrapper .card-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 30px;
  }
}
.formation .wrapper .card {
  border: 3px solid #1a1a2e;
  border-radius: 0;
  padding: 50px 30px;
  background: #fff;
  transition: all 0.3s ease;
}
.formation .wrapper .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.formation .wrapper .card-icon img {
  height: 48px;
  margin-bottom: 20px;
}
.formation .wrapper .card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a2e;
}
.formation .wrapper .card p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .formation .wrapper {
    padding-top: 75px;
  }
}

.subscribe {
  margin-top: 70px;
  background-color: var(--primary-color);
  padding: 50px 0 30px 0;
}
.subscribe .sub_heading_left {
  text-align: left;
}
.subscribe .sub_heading_left h4 {
  color: var(--secondary-color);
  font-size: 2.5rem;
  margin-bottom: 0px;
}
.subscribe .sub_heading_left p {
  color: var(--white-color);
  font-size: 1.2rem;
  line-height: 1.6;
}
.subscribe .btn_group {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.subscribe .btn_group .btn {
  flex: 1;
}
.subscribe .btn_group a {
  font-size: 1.2rem;
  padding: 10px 20px;
  color: var(--white-color);
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.subscribe .btn_group a:hover {
  background-color: var(--secondary-color);
}
@media (max-width: 998px) {
  .subscribe .btn_group {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .subscribe {
    padding: 40px 0 20px 0;
  }
  .subscribe .sub_heading_left {
    text-align: center;
  }
  .subscribe .sub_heading_left h4 {
    font-size: 2rem;
  }
  .subscribe .sub_heading_left p {
    font-size: 1rem;
  }
  .subscribe .btn_group {
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
  .subscribe .btn_group a {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
@media (max-width: 480px) {
  .subscribe {
    padding: 25px 0 15px 0;
  }
  .subscribe .sub_heading_left h4 {
    font-size: 1.5rem;
  }
  .subscribe .sub_heading_left p {
    font-size: 0.95rem;
  }
  .subscribe .btn_group {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .subscribe .btn_group a {
    width: 100%;
    font-size: 0.95rem;
    padding: 10px 0;
  }
  .subscribe .btn_group .btn {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .subscribe {
    padding-bottom: 60px !important;
    padding-top: 50px !important;
  }
}

.testimonial {
  background-color: var(--secondary-color);
  padding: 80px 0 80px 0;
  position: relative;
}
.testimonial .sub_heading_center {
  text-align: center;
}
.testimonial .sub_heading_center h4 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.testimonial .sub_heading_center p {
  color: var(--primary-color);
  font-size: 1.2rem;
  line-height: 1.6;
}
.testimonial .testimonial_wrapper {
  background-color: var(--white-color);
  padding: 40px 40px 20px 40px;
  border-radius: 100px;
  margin-top: 40px;
}
.testimonial .testimonial_wrapper .content {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}
@media screen and (max-width: 998px) {
  .testimonial .testimonial_wrapper .content {
    justify-content: center;
    gap: 30px;
  }
}
.testimonial .testimonial_wrapper .content .brand_image img {
  width: 150px;
  height: auto;
}
.testimonial .testimonial_wrapper .content p {
  width: 40%;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .testimonial .testimonial_wrapper .content p {
    width: 100%;
  }
}
@media screen and (max-width: 998px) {
  .testimonial .testimonial_wrapper .content p {
    text-align: center;
  }
}
@media screen and (max-width: 998px) {
  .testimonial .testimonial_wrapper .content .info {
    text-align: center;
    width: 100%;
  }
}
.testimonial .testimonial_wrapper .content .info .name {
  font-size: 20px;
  color: var(--text-color-700);
}
.testimonial .testimonial_wrapper .content .info .firm {
  font-size: 16px;
  color: var(--text-color-100);
}

.owl-carousel .owl-nav.disabled {
  display: flex !important;
  gap: 15px;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 30px;
  right: 65px;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  gap: 15px;
}
@media screen and (max-width: 998px) {
  .owl-carousel .owl-nav {
    position: static;
    top: auto;
    right: auto;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
  }
}

.owl-carousel .owl-nav button.owl-prev {
  background-color: var(--primary-color) !important;
  border: none;
  color: var(--white-color) !important;
  font-size: 24px !important;
  cursor: pointer !important;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev .bi {
  margin-top: 2px;
}

.owl-carousel .owl-nav button.owl-next {
  background-color: var(--primary-color) !important;
  border: none;
  color: var(--white-color) !important;
  font-size: 24px !important;
  cursor: pointer !important;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-next .bi {
  margin-top: 2px;
}

.btn {
  border: none !important;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-primary {
  border-radius: 25px;
  font-size: 16px !important;
  text-decoration: none;
  position: relative;
  border: 1px solid var(--primary-color) !important;
  background-color: var(--primary-color);
  color: var(--secondary-color) !important;
  font-weight: 500;
  padding: 10px 30px 10px 30px;
}
@media (max-width: 992px) {
  .btn-primary {
    padding: 7px 22px 6px 22px;
  }
}
.btn-primary:hover {
  background-color: #86d0d1;
  transition: all 0.3s;
  color: var(--white-color) !important;
}
.btn-rounded {
  font-size: 16px !important;
  text-decoration: none;
  position: relative;
  padding-left: 0;
  color: var(--white-color) !important;
  font-weight: 500;
  display: flex;
  justify-content: start;
  gap: 10px;
  font-size: 22px !important;
  align-items: center;
}
.btn-rounded span {
  background-color: var(--secondary-color);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-rounded span img {
  width: 18px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn-rounded {
    font-size: 14px !important;
    gap: 6px;
  }
  .btn-rounded span {
    height: 38px;
    width: 38px;
  }
  .btn-rounded span img {
    width: 14px;
  }
}
.btn-rounded:hover img {
  transform: rotate(90deg);
}
.btn-card {
  font-size: 16px !important;
  text-decoration: none;
  position: relative;
  padding-left: 0;
  color: var(--white-color) !important;
  font-weight: 500;
  display: flex;
  justify-content: start;
  gap: 10px;
  font-size: 22px !important;
  align-items: center;
}
.btn-card span {
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-card span img {
  width: 20px !important;
}
.btn-card:hover span {
  background-color: var(--secondary-color);
  transition: all 0.3s;
}
.btn-dark {
  border-radius: 25px !important;
  font-size: 16px !important;
  text-decoration: none;
  position: relative;
  border: 1px solid var(--secondary-color) !important;
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
  font-weight: 500;
  padding: 10px 30px 6px 30px;
  margin-right: 5px;
}
.btn-dark i {
  margin-right: 3px;
}
@media (max-width: 992px) {
  .btn-dark {
    padding: 7px 22px 6px 22px;
  }
}
.btn-dark:hover {
  background-color: rgba(86, 59, 255, 0.28);
  border-color: rgba(86, 59, 255, 0.28);
  transition: all 0.3s;
  color: var(--white-color) !important;
}
.btn-light {
  border-radius: 25px !important;
  font-size: 16px !important;
  text-decoration: none;
  position: relative;
  border: 1px solid var(--white-color) !important;
  background-color: var(--white-color);
  color: var(--secondary-color) !important;
  font-weight: 500;
  padding: 10px 30px 6px 30px;
  margin-right: 5px;
}
.btn-light i {
  margin-right: 4px;
}
@media (max-width: 992px) {
  .btn-light {
    padding: 7px 22px 6px 22px;
  }
}
.btn-light:hover {
  background-color: rgba(86, 59, 255, 0.28);
  border-color: rgba(86, 59, 255, 0.28) !important;
  transition: all 0.3s;
  color: var(--white-color) !important;
}

.small_border {
  border-radius: 8px !important;
  width: 100% !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: var(--bs-btn-active-color);
  background-color: var(--primary-color);
  border-color: var(--bs-btn-active-border-color);
}

.header .topbar {
  padding: 0px 15px;
  padding-top: 10px;
  background-color: var(--grey-color-100);
}
.header .topbar .left {
  color: var(--text-color-700);
  font-weight: 500;
}
.header .topbar .left a {
  color: var(--text-color-700);
  text-decoration: underline;
}
.header .topbar .right {
  display: flex;
  justify-content: end;
  gap: 15px;
  color: var(--text-color-700);
  font-weight: 500;
}
.header .topbar .right i {
  margin-right: 5px;
}
.header .topbar .right a {
  color: var(--text-color-700);
}
.header .topbar .right .phone:hover {
  color: #72cccd;
}
.header .topbar .right .phone:hover a {
  color: #72cccd;
}
@media screen and (max-width: 1200px) {
  .header .topbar .container-fluid {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .header .topbar .container-fluid .left,
  .header .topbar .container-fluid .right {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .header .topbar {
    display: none !important;
  }
}
.header .main_nav {
  position: relative;
  transition: all 0.3s ease;
  z-index: 1030;
}
.header .main_nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f8f9fa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 6px 0;
}
.header .main_nav .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .header .main_nav .navbar {
    padding: 10px 0px;
  }
}
.header .main_nav .navbar .navbar-brand img {
  width: 130px;
}
@media screen and (max-width: 576px) {
  .header .main_nav .navbar .navbar-brand {
    width: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header .main_nav .navbar .wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header .main_nav .navbar .wrapper .nav_call img {
  width: 40px;
}
@media (max-width: 576px) {
  .header .main_nav .navbar .wrapper .nav_call img {
    width: 32px;
  }
}
.header .main_nav .navbar .navbar-toggler {
  display: none;
}
.header .main_nav .navbar .navbar-collapse {
  margin-left: 30rem;
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .header .main_nav .navbar .navbar-collapse {
    margin: auto;
  }
}
.header .main_nav .navbar .navbar-collapse .navbar-nav .nav-link {
  font-weight: 500;
  color: var(--text-color-700);
}
.header .main_nav .navbar .navbar-collapse .navbar-nav .nav-link:hover {
  color: var(--text-color-100);
}
.header .main_nav .navbar .navbar-collapse .navbar-nav .active {
  color: var(--text-color-100) !important;
}

.banner {
  background-image: url(../assets/banner/Layer\ 6.png);
  height: 87vh;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .banner {
    height: 80%;
    background-size: auto;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 65%;
    background-size: auto;
    background-position: center;
  }
}
.banner .wrapper {
  height: 100%;
}
.banner .wrapper .banner_content {
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .banner .wrapper .banner_content {
    padding-bottom: 0px;
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 996px) {
  .banner .wrapper .banner_content {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
.banner .wrapper .banner_content h1 {
  font-size: clamp(2rem, 1.5rem + 2.5vw, 4rem);
  color: var(--white-color);
  margin-bottom: 20px;
}
.banner .wrapper .banner_content p {
  font-size: 18px;
  color: var(--white-color);
  padding-bottom: 20px;
}

.full_height {
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .full_height {
    height: auto;
  }
}

.site-footer {
  background-color: var(--secondary-color);
  padding: 30px 0;
  font-size: 14px;
  color: #fff;
}
.site-footer .footer-logo {
  height: 40px;
  width: auto;
}
.site-footer .footer-left {
  gap: 12px;
}
.site-footer .footer-left p {
  color: #ccc;
  font-weight: 400;
}
.site-footer .footer-right {
  gap: 10px;
}
.site-footer .footer-right .footer-link {
  color: #ccc;
  text-decoration: none;
  margin: 0 6px;
}
.site-footer .footer-right .footer-link:hover {
  text-decoration: underline;
  color: #fff;
}
.site-footer .footer-right .divider {
  color: #888;
}
@media (max-width: 768px) {
  .site-footer .container {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .site-footer .footer-left,
  .site-footer .footer-right {
    flex-wrap: wrap;
    justify-content: center;
  }
}

body {
  font-family: "MyFont", sans-serif !important;
  color: var(--text-color);
  background-color: #F7F8FB;
  overscroll-behavior: none;
  height: 100vh;
  margin: 0 !important;
}

@font-face {
  font-family: "MyFont";
  src: url(../assets/fonts/calibri-regular.ttf) format(truetype);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyFont";
  src: url(../assets/fonts/calibri-bold.ttf) format(truetype);
  font-weight: bold;
  font-style: normal;
}
.g-recaptcha {
  transform: scale(0.85) !important;
  transform-origin: 0 0; /* top-left */
}

.rc-anchor-normal-footer {
  display: none !important;
}

.iti-mobile {
  margin: 0 !important;
  overflow: hidden !important;
}

/*# sourceMappingURL=style.css.map */
