* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  padding: 0px;
  margin: 0px;
  position: relative;
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::selection {
  color: var(--white);
  background: var(--primary);
}

*::-moz-selection {
  color: var(--white);
  background: var(--primary);
}

*::-webkit-selection {
  color: var(--white);
  background: var(--primary);
}

*::-ms-selection {
  color: var(--white);
  background: var(--primary);
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Manrope", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  color: var(--dark);
  text-decoration: none;
  outline: none !important;
  transition: all 0.5s;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: var(--primary);
  outline: none !important;
  transition: all 0.5s;
}

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

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.center {
  text-align: center;
}


img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  color: var(--dark);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 10px;
}

body p a {
  color: var(--dark);
  font-weight: 900;
}

body p:last-child {
  padding-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif !important;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form {
  position: relative;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  padding: 5px 20px !important;
  font-size: 14px !important;
  font-family: "Manrope", sans-serif !important;
  height: 50px !important;
  border: 1px solid #B3B3B3 !important;
  background: #FFF !important;
  border-radius: 100px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center;
  color: rgb(0 0 0 / 60%) !important;
  flex: 0 0 100%;
}

.gform_wrapper .gfield input::-moz-placeholder,
.gform_wrapper .gfield select::-moz-placeholder,
.gform_wrapper .gfield textarea::-moz-placeholder {
  color: rgb(0 0 0 / 60%) !important;
}

.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield select::placeholder,
.gform_wrapper .gfield textarea::placeholder {
  color: rgb(0 0 0 / 60%) !important;
}

.gform_wrapper .gfield input:focus,
.gform_wrapper .gfield select:focus,
.gform_wrapper .gfield textarea:focus {
  border: 1px solid var(--primary) !important;
  box-shadow: unset !important;
  outline: none !important;
}


.gform_wrapper .gfield select {
  line-height: normal !important;
}

.gform-theme--foundation .gform_fields {
  column-gap: 20px !important;
  row-gap: 20px !important;
  align-items: end !important;
}

.gform_validation_errors {
  margin-top: 0px !important;
  margin-bottom: 35px !important;
}

.gform_confirmation_wrapper {
  text-align: center;
  background-color: #26b67c;
  color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.gform_validation_errors ol {
  display: none !important;
}

.gform_wrapper .gfield select option {
  color: var(--dark);
}

html .gform_wrapper .gfield_checkbox input,
html .gform_wrapper input[type=checkbox] {
  border-radius: 2px !important;
  height: 20px !important;
  width: 20px !important;
  line-height: 20px !important;
  padding: 0 !important;
  margin-right: 0px;
  position: relative;
  cursor: pointer;
  display: inline-block !important;
}

.gform-theme--framework input[type=checkbox]::before,
.gform-theme--framework input[type=radio]::before {
  height: 20px !important;
  width: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

fieldset label.gfield_consent_label {
  font-size: 14px !important;
}

.gform-footer.gform_footer {
  width: 100%;
  margin-top: 40px;
}

.gform_wrapper .gfield_error legend {
  color: var(--dark) !important;
}

.gform_wrapper .gfield_error label {
  color: #999 !important;
}

.gform_wrapper .gfield .gfield_checkbox .gfield_label {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}

.gform_wrapper .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.gform_wrapper .gfield legend.gfield_label {
  margin-bottom: 20px;
}

.gform_wrapper .gfield legend.gfield_label .gfield_required {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
}

.gform_wrapper .gfield select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gform-datepicker-toggle {
  padding-right: 10px !important;
}

.gform-datepicker-toggle:focus {
  outline: none !important;
  border: none !important;
}

.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url("../images/drop-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  right: 20px;
  top: 0;
  pointer-events: none;
  bottom: 0;
  margin: auto 0;
  opacity: 0.5;
}

html .gform_wrapper .gfield textarea {
    height: 120px !important;
    resize: none;
    padding: 15px 20px !important;
    border-radius: 10px !important;
}

.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}

.gform_wrapper::-webkit-input-placeholder,
.gform_wrapper:-ms-input-placeholder,
.gform_wrapper::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 400;
}

.gform_wrapper .gform_footer {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.ginput_container_consent label.gfield_consent_label {
  color: #4D4D4D;
  font-size: 16px;
}

.gform_wrapper .gfield div.ginput_container {
  position: relative;
}

.ginput_container_consent label.gfield_consent_label a {
  color: var(--primary);
}

.ginput_container_consent label.gfield_consent_label a:hover {
  color: var(--dark);
}

form fieldset {
  margin-top: 5px !important;
}

.gform-footer.gform_footer {
  width: 100%;
  margin-top: 35px !important;
}

.gform_wrapper .gform_footer .gform_button {
  appearance: none !important;
  z-index: 11;
  cursor: pointer !important;
  margin: 0 !important;
  width: 100%;
  padding: 15px 32px 15px 32px !important;
  display: block !important;
  background: #0772BA !important;
  border: 1px solid #0772BA !important;
  transition: all 0.5s !important;
  color: var(--white) !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  border-radius: 100px !important;
  position: relative;
}

html .gform_wrapper .gform_footer .gform_button:hover {
    background: var(--dark) !important;
    border-color: var(--dark) !important;
}

.gform_wrapper input::-webkit-outer-spin-button,
.gform_wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.gform_wrapper input[type=radio] {
  height: 15px !important;
  width: 15px !important;
  margin-right: 5px;
  line-height: normal !important;
}

.gform_wrapper .gfield_radio {
  display: grid;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.gform_wrapper .gfield_radio>.gchoice {
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 10px 15px 10px 14px;
}

.gform_wrapper .gfield_radio label {
  color: #999;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  white-space: nowrap;
}

.gform_validation_errors {
  background: transparent !important;
  border: 1px solid red !important;
  margin: 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  height: auto !important;
  line-height: normal;
  box-shadow: unset !important;
}

.gform_validation_errors h2.gform_submission_error {
  padding: 10px !important;
  font-size: 12px !important;
  line-height: 120% !important;
  background: transparent;
  font-weight: 500 !important;
  margin-top: 0px !important;
  letter-spacing: 0.4px;
  color: red !important;
  text-align: center;
  margin: 0 !important;
  text-transform: capitalize;
}

.gform_validation_errors span.gform-icon.gform-icon--close {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

.instruction.validation_message {
  display: none;
}

.gform_confirmation_message h3 {
  padding: 20px 0 0;
  font-weight: 600;
}

.gform_confirmation_message p {
  font-size: 18px !important;
  color: var(--text);
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  grid-gap: 10px 10px !important;
}

legend.gfield_label {
  color: var(--dark);
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.4px;
}

.gform_confirmation_message img {
  margin-left: 0;
}

.gform_confirmation_message h3 {
  padding: 10px 0 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.gform_confirmation_message p {
  line-height: normal;
  font-size: 18px;
  color: var(--text);
}

.gform_confirmation_message {
  margin-top: 10px;
  color: green;
  font-weight: 700;
  font-size: 18px;
  background: #e1ffe1;
  padding: 20px 30px;
  text-align: center;
  border-radius: 5px;
}

.id-wrapper {
  margin-top: -120px;
  padding-top: 120px;
  display: block;
  width: 100%;
  pointer-events: none;
}

.for-mobile {
  display: none;
}

.fixed {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 888;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background: transparent;
  margin: 0 auto;
}


#header::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(32, 12, 46, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

#header .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px 60px;
}

#header .wrapper ul#menu-header-menu {
  display: flex;
  align-items: center;
}

#header .wrapper ul#menu-header-menu>li {
  position: relative;
  margin-right: 40px;
}

#header .wrapper ul#menu-header-menu li a {
  color: var(--white);
  position: relative;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

#header .wrapper ul#menu-header-menu li a:hover,
#header .wrapper ul#menu-header-menu li.active,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover a {
  color: var(--primary);
}

#header .wrapper ul#menu-header-menu li a:hover::before,
#header .wrapper ul#menu-header-menu li.active a::before,
#header .wrapper ul#menu-header-menu li.menu-has-children:hover>a::before {
  opacity: 1;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children a::before {
  content: none;
}

#header .wrapper ul#menu-header-menu li.menu-has-children:hover>a {
  color: var(--primary);
}

#header .mobile-info-wrap {
  display: none;
}

#header .wrapper ul#menu-header-menu span.submenu-click-arrow {
  background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 8px;
  cursor: pointer;
  transition: all ease 0.5s;
  background-size: contain;
  pointer-events: none;
}

#header .wrapper ul#menu-header-menu ul.sub-menu {
  background-color: var(--white);
  width: 240px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 10px;
  top: 40px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  border-radius: 5px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 2px;
  position: relative;
  padding: 0px;
  text-align: left;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--dark);
  font-weight: 600;
  transition: none;
  cursor: pointer;
  transition: all 0.5s;
  line-height: 120%;
  border-radius: 5px;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li:last-child a {
  border: 0;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children {
  padding-right: 20px;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .wrapper ul#menu-header-menu li.menu-item-has-children::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 20px;
  top: auto;
  bottom: -19px;
}

#header .wrapper ul#menu-header-menu>li:hover>a {
  color: var(--primary) !important;
}

body:not(.home) #header .wrapper ul#menu-header-menu>li:hover>a,
#header .wrapper ul#menu-header-menu ul.sub-menu li:hover a {
  color: var(--primary) !important;
}

#header.fixed .wrapper ul#menu-header-menu>li:hover>a {
  color: var(--primary);
}

#header .wrapper ul#menu-header-menu>li:last-child {
  margin-right: 0px;
}

#header .wrapper ul#menu-header-menu>li:last-child a {
  padding: 11px 19px;
  white-space: nowrap;
}

/* #header .wrapper .right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
} */

#header .wrapper .right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

#header .header-btn-wrap {
  margin-left: 47px;
}

#header .header-logo a {
  display: block;
  max-width: 162px;
  position: relative;
  z-index: 99;
}

#header .header-logo a img {
  width: 100%;
  max-height: unset;
  height: auto;
}

#header .wrapper ul#menu-header-menu ul.sub-menu li a:hover {
  color: var(--white) !important;
  background-color: var(--dark);
}

/**/
#header .res_navigation {
  cursor: pointer;
  display: none;
}

.res_navigation .nav-toggle {
  display: block;
  position: relative;
  transition: 0.3s ease;
  z-index: 9;
  width: 27px;
  height: 22px;
  top: 2px;
}

.res_navigation .nav-toggle span {
  position: absolute;
  height: 3px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
  left: auto;
  right: 0;
  top: 0;
}

.res_navigation .nav-toggle span:first-child,
.res_navigation .nav-toggle span:nth-child(2) {
  transition: 0.2s ease-in-out;
  width: 25px;
}

.res_navigation .nav-toggle span:nth-child(2) {
  top: 8px;
}

.res_navigation .nav-toggle span:last-child {
  top: 16px;
  width: 16px;
  transition: opacity 0.2s ease-in-out;
}

.res_navigation .nav-toggle.active {
  transform: rotate(45deg);
}

.res_navigation .nav-toggle.active span:first-child {
  transform: translateX(-3%) rotate(90deg);
  top: 8px;
}

.res_navigation .nav-toggle.active span:last-child {
  opacity: 0;
}

#header.fixed .header-logo a {
  max-width: 150px;
}

#header.fixed {
  background-color: var(--dark);
}

.mobile-list-menu {
  display: none;
}


/* section css start */
.container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  float: none;
  padding: 0 15px;
}

:root {
  --primary: #0772BA;
  --dark: #000000;
  --white: #ffffff;
}

.text-center {
  text-align: center;
}

.btn-main {
  background: var(--primary);
  padding: 16px 32px;
  display: flex;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  color: var(--white);
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--primary);
  
  /* Animation */
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.btn-main:hover {
    background-color: transparent;
    color: var(--primary);
    border-color: var(--white);
}

/* Left + Right animated overlay */
.btn-main::before,
.btn-main::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 65%;
    background-color: #fff;
    z-index: -1;
    transition: transform 0.5s ease-in-out;
}

/* Left overlay */
.btn-main::before {
    left: 0;
    transform: translateX(-110%) skewX(-25deg);
}

/* Right overlay */
.btn-main::after {
    right: 0;
    transform: translateX(110%) skewX(-25deg);
}

/* Hover animation */
.btn-main:hover::before {
    transform: translateX(-15%) skewX(-25deg);
}

.btn-main:hover::after {
    transform: translateX(15%) skewX(-25deg);
}

.btn-main.btn-outline-white {
    background-color: transparent;
    border-color: var(--white);
}

.btn-main.btn-outline-white:hover {
  color: var(--dark);
}


.btn-main.btn-outline-primary {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.btn-main.btn-outline-primary::before, .btn-main.btn-outline-primary::after {
    background-color: var(--primary);
}

.btn-main.btn-outline-primary:hover {
  color: var(--white);
}

/* width
::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

Track
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2) !important;
}

Handle
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
} */

.mCSB_scrollTools {
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--dark) !important;
}

.jump-link {
    display: block;
    width: 100%;
    margin-top: -150px;
    padding-top: 150px;
}

.page-not-found {
  padding: 200px 0px 140px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -80px;
}

.page-not-found .btn-wrap {
  display: flex;
  justify-content: center;
}

.page-not-found h1 {
  color: #dc362e;
  margin-bottom: 40px;
  letter-spacing: normal;
  font-size: 40px;
  line-height: 120%;
}


/* common-inner-banner_section */
.common-inner-banner-section {
  padding: 210px 0px 60px 0px;
  background-color: var(--dark);
}

.page-not-found-section {
  padding: 210px 0px 60px 0px;
}

.common-inner-banner-section h1 {
  color: #ffffff;
  text-align: center;
  font-size: 60px;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.common-content-section {
  padding: 70px 0px 70px 0px;
  position: relative;
}

.common-content-section .common-content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.common-content-section .common-content-wrapper h1,
.common-content-section .common-content-wrapper h2,
.common-content-section .common-content-wrapper h3,
.common-content-section .common-content-wrapper h4,
.common-content-section .common-content-wrapper h5,
.common-content-section .common-content-wrapper h6 {
  margin: 15px 0px;
  line-height: 130%;
  text-align: left;
  text-transform: capitalize;
  color: var(--dark);
  letter-spacing: 0.1px;
  font-weight: 600;
}


.common-content-section .common-content-wrapper p b,
.common-content-section .common-content-wrapper p strong {
  color: var(--dark);
}

.common-content-section .common-content-wrapper ol,
.common-content-section .common-content-wrapper ul {
  margin: 15px 0px;
  position: relative;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.common-content-section .common-content-wrapper ol>li,
.common-content-section .common-content-wrapper ul>li {
  color: var(--dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  list-style: decimal !important;
}

.common-content-section .common-content-wrapper ul>li {
  list-style: disc !important;
}

.common-content-section .common-content-wrapper h1 {
  font-size: 40px;
}

.common-content-section .common-content-wrapper h2 {
  font-size: 37px;
}

.common-content-section .common-content-wrapper h3 {
  font-size: 34px;
}

.common-content-section .common-content-wrapper h4 {
  font-size: 28px;
}

.common-content-section .common-content-wrapper h5 {
  font-size: 24px;
}

.common-content-section .common-content-wrapper h6 {
  font-size: 20px;
}

.common-content-section .common-content-wrapper a {
  color: var(--primary) !important;
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: from-font;
}

.common-content-section .common-content-wrapper a b,
.common-content-section .common-content-wrapper a strong {
  color: var(--dark) !important;
}

.common-content-section .common-content-wrapper a:hover,
.common-content-section .common-content-wrapper a b:hover,
.common-content-section .common-content-wrapper a strong:hover {
  color: var(--dark) !important;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0px;
}

.table-responsive table {
  width: 100%;
  position: relative;
}

.table-responsive th,
.table-responsive td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark);
}

.table-responsive th {
  background: #fff;
  font-weight: 600;
}

.table-responsive tbody tr:nth-child(even) {
  background: #fff;
}

.table-responsive tbody tr:hover {
  background: #fff;
}

.entry-title {
  display: none;
}

.ptb_100 {
  padding: 100px 0px;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white ul li,
.white ol li,
.white b,
.white strong,
.white span,
.white a {
  color: var(--white);
}

h1 {
  font-size: 66px;
  font-weight: 600;
  line-height: 112.121%;
  letter-spacing: -0.66px;
  margin-bottom: 30px;
}


.note {
  background: #B5D5EB;
  padding: 8px 20px;
  position: relative;
}

.note .header-note {
  color: var(--dark);
  font-size: 14px;
  text-align: center;
}

.note .header-note img {
  margin: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
}

.note .header-note strong {
  font-weight: 800;
  margin-right: 5px;
}

.note span.close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_section {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  border-radius: 0px 0px 25px 40px;
  padding: 280px 0px 220px;
  background-color: #f5f1eb;
  margin-bottom: 13px;
}

.banner_section::after {
    content: "";
    display: block;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 99.74%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    pointer-events: none;
    z-index: 0;
    border-radius: 0px 0px 25px 40px;
}

.banner_section .container {
    z-index: 5;
}

.banner-bg-shap {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  width: 100%;
  z-index: -1;
}

.banner_section .round-shap {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -60px;
  animation: rotate 10s infinite linear;
  height: 120px;
  width: 120px;
  z-index: 1;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_section::before {
  content: "";
  display: block;
  height: 160px;
  position: absolute;
  bottom: -80px;
  background-color: #f5f1eb;
  left: 0;
  right: 0;
  z-index: -1;
}


.banner_section .small_title {
  padding: 10px 24px;
  border-radius: 20px;
  background: #FEE5BC;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: inline-block;
  color: var(--dark);
}

.banner_section .content_wrapper .inner_wrap {
  margin: 0 auto;
  max-width: 960px;
}

.btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.banner_section .content_wrapper .inner_wrap p {
  line-height: 175%;
}

.experience_sec {
  position: relative;
}

.experience_sec span.small_title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  gap: 15px;
  justify-content: center;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 129.412%;
  text-transform: uppercase;
}

.experience_listing {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, 1fr);
}

.experience_listing .experience_box {
  padding: 30px 15px;
  position: relative;
  text-align: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border-radius: 10px;
  cursor: pointer;
}

.experience_listing .experience_box span {
  font-size: 18px;
  font-weight: 600;
  line-height: 116.667%;
}

/* .experience_listing .experience_box .icon img {
  transition: filter 0.3s ease;
} */

.experience_listing .experience_box:hover .icon img {
  filter: invert(72%) sepia(96%) saturate(1250%) hue-rotate(348deg) brightness(101%) contrast(101%);
}

.experience_listing .experience_box:nth-child(1) {
  border: 1px solid #E5E5E5;
  animation: experienceShadow 3s ease-in-out infinite;
}

@keyframes experienceShadow {

  0%,
  100% {
    box-shadow: 0 2px 5px 0 rgba(250, 195, 219, 0.4);
  }

  50% {
    box-shadow: 0 8px 25px 3px rgba(250, 195, 219, 0.75);
  }
}

.experience_listing .experience_box:nth-child(2) {
  border: 1px solid #E5E5E5;
  animation: experienceShadow2 3s ease-in-out infinite;
}

@keyframes experienceShadow2 {

  0%,
  100% {
    box-shadow: 0 2px 5px 0 rgba(252, 216, 189, 0.4);
  }

  50% {
    box-shadow: 0 8px 25px 3px rgba(252, 216, 189, 0.75);
  }
}

.experience_listing .experience_box:nth-child(3) {
  border: 1px solid #E5E5E5;
  animation: experienceShadow3 3s ease-in-out infinite;
}

@keyframes experienceShadow3 {

  0%,
  100% {
    box-shadow: 0 2px 5px 0 rgba(254, 229, 188, 0.4);
  }

  50% {
    box-shadow: 0 8px 25px 3px rgba(254, 229, 188, 0.75);
  }
}

.experience_listing .experience_box:nth-child(4) {
  border: 1px solid #E5E5E5;
  animation: experienceShadow4 3s ease-in-out infinite;
}

@keyframes experienceShadow4 {

  0%,
  100% {
    box-shadow: 0 2px 5px 0 rgba(190, 234, 216, 0.4);
  }

  50% {
    box-shadow: 0 8px 25px 3px rgba(190, 234, 216, 0.75);
  }
}

.experience_listing .experience_box:nth-child(5) {
  border: 1px solid #E5E5E5;
  animation: experienceShadow5 3s ease-in-out infinite;
}

@keyframes experienceShadow5 {

  0%,
  100% {
    box-shadow: 0 2px 5px 0 rgba(181, 213, 235, 0.4);
  }

  50% {
    box-shadow: 0 8px 25px 3px rgba(181, 213, 235, 0.75);
  }
}

.experience_listing .experience_box:nth-child(6) {
  border: 1px solid #E5E5E5;
  animation: experienceShadow6 3s ease-in-out infinite;
}

@keyframes experienceShadow6 {

  0%,
  100% {
    box-shadow: 0 2px 5px 0 rgba(215, 201, 226, 0.4);
  }

  50% {
    box-shadow: 0 8px 25px 3px rgba(215, 201, 226, 0.75);
  }
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

h2 {
  font-size: 54px;
  font-weight: 600;
  line-height: 114.815%;
  letter-spacing: -1.08px;
}

.about_sec .title_wrapper img {
  margin: 0 10px 0px 0px;
  width: 42px;
  height: 42px;
  min-width: 42px;
}

.about_sec .title_wrapper>h2:first-child {
  display: ruby;
}

.about_sec .about_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px;
}

.about_sec .about_wrap .image_wrap {
  position: relative;
}

.about_sec .about_wrap .image_wrap img.about-image {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 340px;
  width: 100%;
  border-radius: 20px;
  transform: rotate(-3deg);
  padding: 8px;
  object-fit: cover;
}

.about_sec .about_wrap .content_wrap p {
  padding-bottom: 24px;
  line-height: 162.5%;
}

.about_sec .about_wrap .content_wrap p:last-child {
  padding-bottom: 0px;
}

.about_sec .about_wrap .content_wrap {
  padding-right: 55px;
}

.services-sec {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: bottom;
}

.service_slider {
  position: relative;
}


.service_slider .swiper-slide {
  height: inherit;
}

.services_listing {
  position: relative;
  height: inherit !important;
}

.service_box {
  background-color: var(--white);
  backdrop-filter: blur(50px);
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.service_box .service_title {
  display: block;
  padding: 20px 20px 20px 20px;
  border-radius: 0 10px 10px 0;
  background-color: #26B67C;
  width: 93%;
  color: #FFF;
  font-size: 23px;
  font-weight: 600;
  line-height: 110%;
}

.service_box .service_cotent {
  padding: 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-height: 200px;
}

.service_box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 10px;
  color: rgb(0 0 0 / 80%);
}

.service_box h3.service_price {
  color: #26B67C;
  font-size: 36px;
  font-weight: 800;
  line-height: 90%;
}

.service_box .service_price_label {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: rgb(0 0 0 / 60%);
}

.service_box .service_price_wrap {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.service_box .service_image {
  padding: 0px 4px;
  height: 105px;
  width: 100%;
}

.service_box .service_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service_box ul.service_listing {
  padding: 22px 22px 0px 22px;
  display: flex;
  flex-direction: column;
  transition: max-height 0.15s ease;
}

.service_box ul.service_listing li {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 125%;
  font-family: "Poppins", sans-serif;
  padding-left: 26px;
  position: relative;
}

.service_box ul.service_listing li::before {
  content: "";
  display: block;
  background-image: url(../images/check-green.svg);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.service_box .service_more_btn {
  padding: 0px 24px;
  color: #26B67C;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
}

.service_box .service_more_btn:hover {
  color: var(--dark);
}

.service_box .bottom_wrap {
  padding: 22px;
  margin-top: auto;
}

.service_box .service_btn {
  border-radius: 100px;
  background: #BEEAD8;
  padding: 16px 20px;
  width: 100%;
  display: block;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.service_box .service_btn:hover {
  background-color: #26b67c;
  color: var(--white);
}

.services-sec h4 {
  font-size: 24px;
  font-weight: 600;
}

.services_listing .service_box:nth-child(4n + 2) .service_title {
  background-color: #0772BA;
}

.services_listing .service_box:nth-child(4n + 2) h3.service_price {
  color: #0772BA;
}

.services_listing .service_box:nth-child(4n + 2) .service_more_btn {
  color: #0772BA;
}

.services_listing .service_box:nth-child(4n + 2) .service_btn {
  background-color: #B5D5EB;
}

.services_listing .service_box:nth-child(4n + 2) .service_btn:hover {
  background-color: var(--primary);
}

.services_listing .service_box:nth-child(4n + 2) ul.service_listing li::before {
  background-image: url(../images/check-blue.svg);
}



.services_listing .service_box:nth-child(4n + 3) .service_title {
  background-color: #78489C;
}

.services_listing .service_box:nth-child(4n + 3) h3.service_price {
  color: #78489C;
}

.services_listing .service_box:nth-child(4n + 3) .service_more_btn {
  color: #78489C;
}

.services_listing .service_box:nth-child(4n + 3) .service_btn {
  background-color: #D7C9E2;
}

.services_listing .service_box:nth-child(4n + 3) .service_btn:hover {
  background-color: #78489C;
}

.services_listing .service_box:nth-child(4n + 3) ul.service_listing li::before {
  background-image: url(../images/check-purple.svg);
}


.services_listing .service_box:nth-child(4n + 4) .service_title {
  background-color: #EE3685;
}

.services_listing .service_box:nth-child(4n + 4) h3.service_price {
  color: #EE3685;
}

.services_listing .service_box:nth-child(4n + 4) .service_more_btn {
  color: #EE3685;
}

.services_listing .service_box:nth-child(4n + 4) .service_btn {
  background-color: #FAC3DB;
}

.services_listing .service_box:nth-child(4n + 4) .service_btn:hover {
  background-color: #EE3685;
}

.services_listing .service_box:nth-child(4n + 4) ul.service_listing li::before {
  background-image: url(../images/check-pink.svg);
}


.services-sec .swiper-button-prev,
.services-sec .swiper-button-next {
  margin: 0;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  z-index: 10;
}

.services-sec .swiper-button-prev::after,
.services-sec .swiper-button-next::after {
  display: none;
}

.services-sec .swiper-button-prev {
  left: 0;
}

.services-sec .swiper-button-next {
  right: 0;
}

.add-on-sec {
  position: relative;
}

.add-on-sec .add-on-wrap {
  display: grid;
  grid-template-columns: auto 633px;
  gap: 100px;
  position: relative;
  z-index: 2;
}

.add-on-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.add-on-listing .add-on-box {
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background: var(--white);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  padding: 20px 20px 20px 20px;
  gap: 20px;
  align-items: center;
}

.add-on-listing .add-on-box .add-on-icon img {
  margin: 0;
}

.add-on-listing .add-on-box .add-on-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.add-on-sec .bg-bottom-shap {
  position: absolute;
  left: 0;
  bottom: -100px;
  pointer-events: none;
  z-index: 1;
}

.why-choose-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.why-choose-listing .why-choose-box {
  background-color: #F5F1EB;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.why-choose-listing .why-choose-box .icon img {
  margin: 0;
}

.why-choose-listing .why-choose-box .content {
  padding: 20px 20px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.why-choose-listing .why-choose-box h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 116.667%;
}

.why-choose-listing .why-choose-box p {
  color: rgb(0 0 0 / 60%);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.bg_light {
  background-color: #f5f1eb;
}


.how-it-wrok-sec {
  padding-bottom: 120px !important;
  position: relative;
  overflow: hidden;
}

.how-it-wrok-sec .bg-shap-one {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: -40px;
  bottom: -80px;
  z-index: 1;
}

.how-it-wrok-sec .container {
  position: relative;
  z-index: 2;
}


.how-it-wrok-listing {
  display: grid;
  grid-template-columns: auto 380px auto;
  gap: 40px;
  margin: 0 auto;
}

.how-it-wrok-listing .col-one,
.how-it-wrok-listing .col-three {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 75px;
}

.how-it-wrok-box h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 90.909%;
  margin-bottom: 13px;
}

.how-it-wrok-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.how-it-wrok-listing .col-one .how-it-wrok-box {
  text-align: right;
}

.how-it-wrok-listing .col-one .how-it-wrok-box:last-child {
  margin-bottom: -15px;
  margin-right: -70px;
}


.how-it-wrok-listing .col-three .how-it-wrok-box:last-child {
  margin-bottom: -15px;
  margin-left: -70px;
}

.instagram-sec {
  background-color: var(--dark);
  position: relative;
}

.insta-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: -0.8px;
}

.insta-link img {
  margin: 0;
}



.testimonial-box {
  border-radius: 20px;
  background: #FFF;
  padding: 30px 40px 40px 40px;
  position: relative;
  height: auto;
}

.testimonial-box .top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.testimonial-box .left-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-box .left-wrap>.icon {
  width: 51px;
  height: 51px;
  background: #34A853;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-box .content {
  transition: max-height 0.3s ease;
}

.testimonial-box.expanded .content {
  max-height: none;
  overflow: visible;
}

.testimonial-box .left-wrap .inner-con {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-box span.user-name {
  color: #0A1F1F;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.288px;
}

.testimonial-box span.user-location {
  color: #0A1F1F;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.224px;
  opacity: 0.4;
}

.testimonial-box .star {
  margin: 25px 0px;
}

.testimonial-box .star img {
  margin: 0;
}
.testimonial-box .star i {
    color: #fd8124;
}

.testimonial-box .content p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.testimonial-box span.see-more-btn {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}

.testimonials .testimonial-slider-wrapper .swiper-wrapper {
  height: fit-content !important;
}


.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  margin: 0;
  height: 34px;
  width: 34px;
  cursor: pointer;
  z-index: 10;
}

.testimonials .swiper-button-prev::after,
.testimonials .swiper-button-next::after {
  display: none;
}

.testimonials .swiper-button-prev {
  left: 0;
}

.testimonials .swiper-button-next {
  right: 0;
}

.testimonials .testimonial-slider-wrapper .swiper-wrapper .testimonial-box:nth-child(3n + 2) .left-wrap>.icon {
  background-color: var(--primary);
}

.testimonials .testimonial-slider-wrapper .swiper-wrapper .testimonial-box:nth-child(3n + 3) .left-wrap>.icon {
  background-color: #EA4335;
}



.faq-section {
  position: relative;
  overflow: hidden;
}

.faq-section .faq-item {
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: rgba(248, 248, 248, 0.40);
}

.faq-section .faq-item.active {
  background-color: rgba(179, 179, 179, 0.10);
}

.faq-section .faq-item .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.faq-section .faq-item .faq-question svg.icon-minus {
  display: none;
}

.faq-section .faq-item .faq-answer {
  margin-top: 1rem;
}

.faq-section .faq-item .faq-answer p {
  font-size: 14px;
  font-weight: 500;
  line-height: 157.143%;
  color: hsl(0deg 0% 0% / 60%);
}

.faq-section .faq-main-wrapper {
  display: grid;
  grid-template-columns: auto 420px;
  gap: 70px;
  position: relative;
  align-items: center;
}

.faq-section .btn-wrapper {
  margin-top: 40px;
}

.faq-section .btn-wrapper .btn-main {
  padding: 13px 40px;
}

.faq-section .faq-gallery {
  width: 100%;
  height: 1000px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 35%, #000 88%, transparent 100%);
}

.faq-section .faq-gallery-track {
  display: flex;
  flex-direction: column;
  animation: faq-gallery-scroll 50s linear infinite;
  will-change: transform;
}

.faq-section .faq-gallery-set {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 27px;
}

.faq-section .faq-gallery img {
  display: block;
  width: 100%;
  height: 330px;
  border-radius: 10px;
  object-fit: cover;
  flex: 0 0 330px;
  object-position: top;
}

@keyframes faq-gallery-scroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}


.contact-us-sec {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 200px !important;
  margin-bottom: -70px;
  z-index: 1;
  background-position: bottom;
}

footer.footer .container {
  z-index: 6;
}

.contact-us-sec .title-wrap h2 {
  margin-bottom: 20px;
}

.contact-us-sec .title-wrap .desc {
  margin: 0 auto;
  max-width: 680px;
}

.contact-us-sec .title-wrap .desc p {
  line-height: 175%;
}

.contact-form-main-wrapper {
  position: relative;
}

.contact-us-sec .contact-form {
  border-radius: 20px;
  background: var(--white);
  padding: 40px;
  position: relative;
  z-index: 4;
  margin: 0px 30px;
}

.contact-form-main-wrapper .form-bg-shap {
  height: 100%;
  width: 100%;
  background-color: #F5F1EB;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -30px;
  border-radius: 20px;
}

footer.footer {
  background-color: var(--dark);
  position: relative;
  border-radius: 40px 40px 0px 0px;
  padding-top: 100px;
  margin-top: 14px;
  z-index: 3;
}

footer.footer::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--dark);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 5;
  border-radius: 40px 40px 0px 0px;
}

.footer-bg-shap {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  /* height: 82px; */
  width: 100%;
  z-index: 2;
}

.footer-top {
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: 220px auto;
  gap: 87px;
  position: relative;
}

.footer-logo a {
  display: block;
  max-width: 220px;
}

.book-box {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.10);
  position: relative;
  padding: 28px 40px 27px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}

.book-box h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 93.333%;
  margin-bottom: 15px;
}

.book-box p {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255 255 255 / 60%);
}

.book-box .btn-main {
  padding: 15px 50px;
}

ul.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: end;
}

ul.social-links li a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 18%);
  border-radius: 100%;
}

h4.footer-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 37px;
}

.footer-middle .left .footer-links ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links ul li a {
  color: rgb(255 255 255 / 70%);
  font-size: 16px;
  white-space: nowrap;
}

.footer-links ul li a:hover {
  color: var(--primary);
}

.footer-middle {
  display: grid;
  grid-template-columns: 390px auto;
  justify-content: space-between;
  gap: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-box span {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.contact-box a.link,
.contact-box .text {
  color: rgb(255 255 255 / 70%);
  font-size: 16px;
}

.contact-box a.link:hover {
  color: var(--primary);
}

.footer-middle .right-wrap {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
}

.footer-bottom {
  margin-top: 60px;
  padding: 30px 0px;
  position: relative;
  border-top: 1px solid rgb(255 255 255 / 15%);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

p.copyright {
  color: rgb(255 255 255 / 70%);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 0px;
}

ul.privacy-link {
  display: flex;
  align-items: center;
  gap: 25px;
}

ul.privacy-link li a {
  color: rgb(255 255 255 / 70%);
}

ul.privacy-link li a:hover {
  color: var(--primary);
}

html .mobile-social {
  display: none !important;
}

.how-it-wrok-listing .col-two .image img.how-it-wrok-image {
    margin-bottom: -170px;
    animation: rotate 30s infinite linear;
    padding: 18px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.reveal {
  overflow: hidden;
}

.reveal img {
  width: 100%;
  transform: scale(1.3);
}

.contact-us-sec .contact-form .gfield--type-captcha textarea {
    display: none !important;
}

.instagram-gallery-feed .swiper-button-next:after, .instagram-gallery-feed .swiper-button-prev:after {
    color: var(--white) !important;
}