@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
:root {
  /**
  @font-family declaration
  */
  --tpl-ff-heading: "Plus Jakarta Sans", sans-serif;
  --tpl-ff-body: "Plus Jakarta Sans", sans-serif;
  --tpl-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --clr-common-white: #ffffff;
  --clr-common-black: #09162b;
  --clr-common-border: #e8e8e8;
  --clr-common-placeholder: #787878;
  --clr-common-body-text: #787878;
  --clr-common-body-bg: #f7fbff;
  --clr-theme-1: #34568b;
  --clr-theme-2: #ff4917;
  --clr-theme-3: #1ca7a0;
  --clr-theme-4: #f3f6f9;
  --clr-theme-5: #009b77;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  font-family: var(--tpl-ff-body);
  font-size: 18px;
  font-weight: normal;
  color: var(--clr-common-body-text);
  background-color: var(--clr-common-body-bg);
  line-height: 30px;
}
@media (max-width: 450px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

section {
  position: relative;
  z-index: 2;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  object-fit: cover;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: var(--clr-theme-3);
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.w-100 {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tpl-ff-heading);
  color: var(--clr-common-black);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

h1 {
  font-size: 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 30px;
  }
}
h2.xlarge {
  font-size: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  h2.xlarge {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.xlarge {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2.xlarge {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  h2.xlarge {
    font-size: 36px;
  }
}
@media (max-width: 450px) {
  h2.xlarge {
    font-size: 32px;
  }
}
h2.large {
  font-size: 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  h2.large {
    font-size: 48px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.large {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2.large {
    font-size: 44px;
  }
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  h2.large {
    font-size: 36px;
  }
}
@media (max-width: 450px) {
  h2.large {
    font-size: 32px;
  }
}
h2.small {
  font-size: 44px;
}
h2.xsmall {
  font-size: 36px;
}

h3 {
  font-size: 36px;
}
@media (max-width: 450px) {
  h3 {
    font-size: 20px;
  }
}
h3.x-large {
  font-size: 30px;
}
h3.large {
  font-size: 26px;
}

h4 {
  font-size: 28px;
}
@media (max-width: 575px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}
h6.small {
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  font-family: var(--tpl-ff-body);
  font-size: 18px;
  font-weight: 400;
  color: var(--clr-common-body-text);
  margin-bottom: 0px;
  line-height: 30px;
}
@media (max-width: 450px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
p.xlarge {
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p.xlarge {
    font-size: 22px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  p.xlarge {
    font-size: 20px;
    line-height: 34px;
  }
}
p.large {
  font-size: 22px;
}
p.small {
  font-size: 18px;
}
p.xsmall {
  font-size: 16px;
}

.is-white li,
.is-white p,
p.is-white {
  color: #b5cde1;
}

.is-white a {
  color: #b5cde1;
}
.is-white a:hover {
  color: var(--clr-theme-3);
}

.df-thumb__overlay {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  left: 0;
  background: var(--clr-common-white);
  z-index: 10;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: panel;
  animation-name: panel;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

*::-moz-selection {
  background: var(--clr-theme-3);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--clr-theme-3);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--clr-theme-3);
  color: var(--clr-common-white);
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: var(--clr-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--clr-common-placeholder);
  font-size: 16px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.x-clip {
  overflow-x: clip;
}

.y-clip {
  overflow-y: clip;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

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

.z-index--1 {
  z-index: -1;
}

.z-index--2 {
  z-index: -2;
}

.z-index--3 {
  z-index: -3;
}

.z-index--4 {
  z-index: -4;
}

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

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.section-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-spacing-top {
  padding-top: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-spacing-top {
    padding-top: 80px;
  }
}

.section-spacing-bottom {
  padding-bottom: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}

.section-title-spacing {
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-title-spacing {
    margin-bottom: 40px;
  }
}

.df-padding-bottom {
  padding-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-padding-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .df-padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-padding-bottom {
    padding-bottom: 60px;
  }
}

.adjust-header-space {
  height: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .adjust-header-space {
    height: 87px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .adjust-header-space {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .adjust-header-space {
    height: 70px;
  }
}

.adjust-header-space2 {
  height: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .adjust-header-space2 {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .adjust-header-space2 {
    height: 70px;
  }
}

.header-right {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-right {
    margin-right: 10px;
  }
}

.header-left {
  margin-left: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-left {
    margin-left: 0;
  }
}

.mr-auto {
  margin-right: auto !important;
}

/*----------------------------------------
    Font Weight
-----------------------------------------*/
.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*--
    - Background color
-----------------------------------------*/
.bg-common-white {
  background: var(--clr-common-body-bg);
}

.bg-common-black {
  background: var(--clr-common-black);
}

.bg-theme-1 {
  background: var(--clr-theme-1);
}

.bg-theme-2 {
  background: var(--clr-theme-2);
}

.bg-theme-3 {
  background: var(--clr-theme-3);
}

.bg-theme-4 {
  background: var(--clr-theme-4);
}

.bg-theme-5 {
  background: linear-gradient(
    135deg,
    #eef7ff 2.02%,
    #eef7ff 42.71%,
    #ffede8 100%
  );
}

.bg-theme-6 {
  background: linear-gradient(
    270deg,
    #fff 0%,
    #dceefe 32.43%,
    rgba(238, 247, 255, 0) 100%
  );
}

.bg-theme-7 {
  background: var(--clr-common-white);
}

/*--
    - color
-----------------------------------------*/
.color-common-white {
  color: var(--clr-common-white);
}

.color-common-black {
  color: var(--clr-common-black);
}

.color-theme-1 {
  color: var(--clr-theme-1);
}

.color-theme-2 {
  color: var(--clr-theme-2);
}

.color-theme-3 {
  color: var(--clr-theme-3);
}

.color-theme-4 {
  color: var(--clr-theme-4);
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .progress-wrap {
    inset-inline-end: 15px;
    bottom: 15px;
  }
}

.border-left {
  position: relative;
}
.border-left:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #eaebee;
  inset-inline-start: 0;
  top: 0;
}

.bg-white {
  background-color: var(--clr-common-white) !important;
}

.bg-gray {
  background-color: var(--clr-bg-4);
}

.section-main-title {
  font-size: 38px;
  line-height: 1.26;
  font-weight: 600;
  color: var(--clr-theme-1);
  margin-top: -8px;
}
@media (max-width: 575px) {
  .section-main-title {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .section-main-title {
    font-size: 28px;
  }
}

.hr1 {
  border-bottom: 1px solid #e8e8e8;
}
.hr1.is-white {
  border-color: rgba(255, 255, 255, 0.062745098);
}

.circle {
  position: absolute;
  width: 278px;
  height: 278px;
  border-radius: 278px;
  background: #55aefb;
  filter: blur(200px);
  bottom: 60px;
  left: -230px;
}

.circle-2 {
  position: absolute;
  width: 278px;
  height: 278px;
  border-radius: 278px;
  background: #55aefb;
  filter: blur(200px);
  top: 150px;
  left: -200px;
  z-index: -1;
}

.circle-3 {
  position: absolute;
  width: 278px;
  height: 278px;
  border-radius: 274px;
  opacity: 0.5;
  background: #ff4917;
  filter: blur(200px);
  top: 550px;
  right: -200px;
  z-index: -1;
}

.circle-4 {
  position: absolute;
  width: 278px;
  height: 278px;
  border-radius: 278px;
  background: #ff4917;
  filter: blur(200px);
  top: 150px;
  right: -200px;
  z-index: -1;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
}

.gx--0 {
  --bs-gutter-x: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx--0 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gx--0 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .gx--0 {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
  }
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}
@media (max-width: 575px) {
  .g-40,
  .gx-40 {
    --bs-gutter-x: 30px;
  }
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}
@media (max-width: 575px) {
  .g-50,
  .gx-50 {
    --bs-gutter-x: 30px;
  }
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

@media only screen and (min-width: 1600px),
  only screen and (min-width: 1441px) and (max-width: 1599px) {
  .container-big {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1600px),
  only screen and (min-width: 1441px) and (max-width: 1599px) {
  .container-xl {
    max-width: 1820px;
  }
}

/*----------------------------------------
   Flaction customize
-----------------------------------------*/
[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"],
[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"] {
  direction: rtl;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parallax-bg {
  background-attachment: fixed;
}

.panel {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  left: 0;
  background: white;
  z-index: 10;
  transition: transform 0.5s ease-in-out;
  animation: panel 1s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.panel-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0%;
  left: 0;
  background: white;
  z-index: 10;
  transition: transform 0.5s ease-in-out;
  animation: panelTop 1s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.panel-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  left: 0;
  background: white;
  z-index: 10;
  transition: transform 0.5s ease-in-out;
  animation: panelBottom 1s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  padding: 0;
}
.social-links ul li {
  list-style: none;
  line-height: 1;
}
.social-links ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #dfdfdf;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--clr-common-black);
  font-size: 18px;
}
.social-links ul li a:hover {
  color: var(--clr-common-white);
  border-color: transparent;
  background: var(--clr-theme-3);
}
.social-links.is-white ul li a {
  border-color: rgba(255, 255, 255, 0.1254901961);
  color: var(--clr-common-white);
}
.social-links.is-white ul li a:hover {
  background: var(--clr-theme-3);
}
.social-links.style-2 ul li a {
  border: none;
  background-color: var(--clr-theme-3);
}

.underline a {
  background-image: linear-gradient(var(--clr-theme-1), var(--clr-theme-1)),
    linear-gradient(var(--clr-theme-1), var(--clr-theme-1));
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.5;
  padding: 2% 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
}
.underline.is-white a {
  background-image: linear-gradient(var(--clr-theme-4), var(--clr-theme-4)),
    linear-gradient(var(--clr-theme-4), var(--clr-theme-4));
}

.link-facebook i {
  color: #3b5998;
}
.link:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 90px;
  background: var(--clr-common-black);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.15;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .link:before {
    height: 80px;
  }
}

.area-separator {
  position: relative;
}
.area-separator:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background: var(--clr-common-black);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.15;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .area-separator:before {
    height: 86px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .area-separator:before {
    height: 89px;
  }
}

.area-separator-2 {
  position: relative;
}
.area-separator-2:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background: var(--clr-common-white);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.15;
}
@media only screen and (min-width: 1441px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1440px) {
  .area-separator-2:before {
    height: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .area-separator-2:before {
    height: 90px;
  }
}

.b-bottom {
  border-bottom: 1px solid #336295;
}

.b-bottom-2 {
  border-bottom: 1px solid #e8e8e8;
}

.b-top {
  border-top: 1px solid #e8e8e8;
}

.mt-10 {
  margin-top: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}

.mb-5 {
  margin-bottom: 5px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}

.mr-5 {
  margin-right: 5px;
}
.mr-55 {
  margin-right: 55px;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-10 {
  padding-left: 10px;
}

.pr-5 {
  padding-right: 5px;
}

/*----------------------------------------
	02. buttons css
----------------------------------------*/

.primary-btn {
  &.emergency-call {
    padding: 30px 40px;
    border-radius: 10px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    &:hover {
      border: 2px solid var(--clr-theme-3);
    }
  }
  height: 60px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--clr-common-white);
  display: inline-flex;
  gap: 6px;
  background: var(--clr-theme-3);
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-radius: 60px;
}
.primary-btn:focus {
  color: var(--clr-common-white);
}
.primary-btn:hover {
  color: var(--clr-common-white);
  background: var(--clr-theme-5);
}
.primary-btn:hover .icon__first {
  transform: translateX(150%);
}
.primary-btn:hover .icon__second {
  transform: translateX(0%);
}
.primary-btn.hover-white:hover {
  color: var(--clr-common-black);
  background-color: var(--clr-common-white);
}
.primary-btn .icon__box {
  transform: rotate(-45deg);
}

.slider__nav-btn {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: var(--clr-common-black);
  background: var(--clr-theme-3);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.slider__nav-btn:focus {
  color: var(--clr-common-white);
}
.slider__nav-btn.swiper-button-disabled {
  background: #f8f8f8;
  color: #b9b9b9;
  pointer-events: none;
}
.slider__nav-btn.swiper-button-disabled:hover {
  color: inherit;
  background: inherit;
}
.slider__nav-btn:hover {
  background: var(--clr-theme-3);
  filter: contrast(80%);
}

.slider__nav-btn img {
  width: 60px;
}

.play-btn {
  width: 90px;
  height: 90px;
  font-size: 16px;
  background-color: var(--clr-theme-3);
  display: inline-flex;
  border-radius: 50%;
  color: var(--clr-common-white);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: pulse 2s infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .play-btn {
    width: 70px;
    height: 70px;
    font-size: 16px;
  }
}
.play-btn:focus {
  color: var(--clr-common-white);
}
.play-btn:visited {
  background-color: var(--clr-theme-3);
  color: var(--clr-common-white);
}
.play-btn:hover {
  background-color: var(--clr-common-white);
  color: var(--clr-common-black);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(85, 174, 251);
    box-shadow: 0 0 0 0 rgb(85, 174, 251);
  }
  70% {
    -moz-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.icon__box {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  padding: 0 4px;
}
.icon__box:hover .icon__first {
  transform: translateX(150%);
}
.icon__box:hover .icon__second {
  transform: translateX(0%);
}
.icon__box .icon__second {
  position: absolute;
  transform: translateX(-150%);
}

.df__pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.df__pagination .swiper-pagination-bullet {
  width: 14px;
  height: 7px;
  border-radius: 0;
  margin: 0 !important;
  background: var(--clr-common-black);
  opacity: 1;
  border-radius: 14px;
}
.df__pagination .swiper-pagination-bullet-active {
  width: 23px;
  background: var(--clr-theme-3);
}

/*----------------------------------------
    33. cursor css
----------------------------------------*/
body {
  cursor: inherit;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--clr-common-white);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
  mix-blend-mode: difference;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}
.cursor-outer.cursor-big {
  opacity: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .cursor-outer {
    display: none;
  }
}

.mouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--clr-common-white);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  mix-blend-mode: difference;
}
.cursor-inner span {
  color: #000000;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.cursor-inner.cursor-big span {
  opacity: 1;
}
.cursor-inner.cursor-hover {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-color: var(--clr-common-white);
  opacity: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .cursor-inner {
    display: none;
  }
}

.page__title {
  font-size: 74px;
  line-height: 1.1;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .page__title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .page__title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page__title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .page__title {
    font-size: 40px;
  }
}

.main-menu {
  display: inline-block;
}
.main-menu ul li {
  display: inline-block;
  margin: 0px 20px;
  position: relative;
}
@media only screen and (min-width: 1441px) and (max-width: 1599px) {
  .main-menu ul li {
    margin: 0px 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .main-menu ul li {
    margin: 0px 10px;
  }
}
.main-menu ul li a {
  font-size: 18px;
  color: var(--clr-common-body-text);
  text-transform: capitalize;
  display: inline-block;
  padding: 40px 0;
  line-height: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .main-menu ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li a {
    padding: 33px 0;
  }
}
.main-menu ul li .sub-menu {
  background: var(--clr-common-white) none repeat scroll 0 0;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  border-top: 4px solid var(--clr-common-heading);
  text-align: left;
  padding: 15px 0;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  border-top: 1px solid rgba(230, 227, 241, 0.3098039216);
}
.main-menu ul li .sub-menu .sub-menu {
  left: 102.3%;
  top: 0%;
}
.main-menu ul li .sub-menu li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px;
  padding: 8px 25px 8px 25px;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
}
.main-menu ul li .sub-menu li a {
  padding: 0px;
  display: inline-block;
  color: var(--clr-common-body-text);
  position: relative;
  font-weight: 500;
  width: 100%;
  display: block;
  margin: 0;
  font-size: 17px;
}
.main-menu ul li .sub-menu li:hover {
  background-color: rgb(243, 246, 249);
}
.main-menu ul li .sub-menu li:hover > a {
  color: var(--clr-theme-3);
}
.main-menu ul li:hover > a {
  color: var(--clr-theme-3);
  opacity: 1;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1) translateZ(194px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu ul li:hover > .sub-menu li:hover > .sub-menu {
  top: 0;
}
.main-menu ul li:hover.menu-item-has-children::after {
  color: var(--clr-theme-2);
}
.main-menu ul li.has-mega-menu {
  position: static;
}
.main-menu ul li.has-mega-menu .mega-menu {
  background: var(--clr-common-white) none repeat scroll 0 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 1028px;
  z-index: 9;
  border-top: 4px solid var(--clr-common-heading);
  text-align: left;
  padding: 25px 25px;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  border-top: 1px solid rgba(230, 227, 241, 0.3098039216);
}
.main-menu ul li.has-mega-menu li ul li {
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  margin: 0;
  border-radius: 5px;
  transition: 0.3s linear;
}
.main-menu ul li.has-mega-menu li ul li a {
  padding: 0;
  color: var(--clr-common-body-text);
  margin: 0;
  font-size: 17px;
  transition: 0.3s linear;
}
.main-menu ul li.has-mega-menu li ul li:hover {
  background-color: rgb(243, 246, 249);
}
.main-menu ul li.has-mega-menu li ul li:hover a {
  color: var(--clr-theme-3);
}
.main-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1) translateZ(194px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu ul li.menu-item-has-children {
  position: relative;
}
.main-menu ul li.menu-item-has-children:after {
  content: "\f067";
  font-size: 12px;
  color: var(--clr-common-body-text);
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

/*----------------------------------------
	04. header css remove css
----------------------------------------*/
.sticky {
  position: fixed !important;
  top: 0;
  background: var(--clr-common-white);
  z-index: 800;
  right: 0;
  left: 0;
  width: 100%;
  transition: 0.4s;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  border: none;
}

/* bar-icon style start */
.bar-icon {
  width: 28px;
  height: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.bar-icon:hover span:nth-child(2) {
  margin-inline-start: 0;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: #000;
  display: inline-block;
}
.bar-icon span:nth-child(2) {
  margin-inline-start: 9px;
  transition: 0.3s;
}
.bar-icon.color-white span {
  background-color: var(--clr-common-white);
}

/* bar-icon style end */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.4;
  visibility: visible;
}

.offcanvas-overlay-white {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--clr-common-white);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay-white.overlay-open {
  opacity: 0;
  visibility: visible;
}

.side-info-close {
  background: none;
  border: 0;
  color: var(--clr-common-white);
  font-size: 24px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: var(--clr-theme-3);
  color: var(--clr-common-white);
  width: 50px;
  height: auto;
  border-radius: 50%;
  line-height: 50px;
}

.side-info-close i {
  font-style: normal;
  height: auto;
}

.side-info {
  background: #1f1f1f;
  height: 100%;
  position: fixed;
  z-index: 999;
  inset-inline-end: -100%;
  top: 0;
  width: 500px;
  padding: 40px 45px;
  overflow-y: scroll;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media (max-width: 575px) {
  .side-info {
    width: 400px;
    padding: 30px 30px;
  }
}
@media (max-width: 450px) {
  .side-info {
    width: 100%;
  }
}

.side-info.info-open {
  inset-inline-end: 0;
}

.offset__widget {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .offset__widget {
    margin-bottom: 40px;
  }
}
.offset__widget:last-child {
  margin-bottom: 0;
}
.offset__title {
  color: var(--clr-common-white);
  font-size: 22px;
  font-weight: 500;
}
.offset__sub-title {
  color: rgba(255, 255, 255, 0.5);
}
.offset__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offset__logo {
  width: 150px;
}
@media (max-width: 575px) {
  .offset__logo {
    width: 130px;
  }
}
.offset__logo img {
  width: 100%;
}

.header__main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main {
    padding: 18px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .header__main {
    padding: 22px 0;
  }
}
@media (max-width: 575px) {
  .header__main {
    padding: 20px 0;
  }
}
.header__main-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__main-content-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--clr-common-white);
  bottom: 0;
  left: 0;
  opacity: 0.156;
}
.header__main-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media only screen and (min-width: 1441px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1440px) {
  .header__main-left {
    gap: 0 30px;
  }
}
.header__main-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media only screen and (min-width: 1441px) and (max-width: 1599px) {
  .header__main-right {
    gap: 0 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .header__main-right {
    gap: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .header__demo {
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .header__demo {
    padding: 20px 0;
  }
}
.header__main-container {
  max-width: 1790px;
}
.header__shadow {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}

.header__main-container {
  max-width: 1790px;
}
.header__logo {
  width: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header__logo {
    display: grid;
    place-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header__logo {
    width: 130px;
  }
}
.header__logo img {
  width: 100%;
}
.header__logo::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--clr-common-white);
  right: 0;
  top: 0;
  opacity: 0.15;
}
.header__logo-2 {
  width: 160px;
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header__logo-2 {
    height: 70px;
    width: 130px;
  }
}
.header__logo-2 img {
  width: 100%;
}
.header__logo-2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--clr-common-white);
  right: 0;
  top: 0;
  opacity: 0.15;
}
.header__logo-4 {
  width: 160px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header__logo-4 {
    display: grid;
    place-items: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo-4 {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header__logo-4 {
    height: 70px;
    width: 130px;
  }
}
.header__logo-4 img {
  width: 100%;
}
.header__logo-4::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--clr-common-white);
  right: 0;
  top: 0;
  opacity: 0.15;
}
.header__shadow {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}

.location-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.location-search i {
  font-size: 30px;
  color: var(--clr-theme-3);
}
.location-search.is-white i {
  color: var(--clr-common-white);
}
.location-search span {
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-common-black);
}
.location-search.color-2 span {
  color: var(--clr-common-white);
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.meta-item__icon i {
  color: #474e56;
  font-size: 45px;
}
.meta-item__icon.is-white i {
  color: var(--clr-common-white);
}
.meta-item__icon-2 {
  font-size: 28px;
  padding: 5px 5px;
  border-radius: 6px;
  color: #ff4917;
}
.meta-item__icon-2.style-2 {
  color: #4cd591;
}
.meta-item__icon-2.style-3 {
  color: #557aff;
}
.meta-item__text p {
  font-size: 12px;
  font-weight: 500;
  color: var(--clr-common-body-text);
  line-height: 1;
  margin-bottom: 5px;
}
.meta-item__text span a {
  font-size: 22px;
  font-weight: 700;
  color: var(--clr-common-white);
  line-height: 1;
  transition: all 0.3s linear;
}
.meta-item__text span a:hover {
  color: var(--clr-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1440px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .meta-item__text span a {
    font-size: 18px;
  }
}
.meta-item__text span a.theme-color {
  color: var(--clr-common-white);
}
.meta-item__text span a.theme-color:hover {
  color: var(--clr-theme-3);
}
.meta-item__text span a.is-black {
  color: var(--clr-common-black);
}
.meta-item__text span a.is-black:hover {
  color: var(--clr-theme-3);
}
.meta-item__text.color-white p {
  color: #d2deff;
}
.meta-item__text.color-white span {
  color: var(--clr-common-white);
}
.meta-item__text-2 p {
  font-size: 12px;
  font-weight: 500;
  color: var(--clr-common-body-text);
  line-height: 1;
  margin-bottom: 5px;
}
.meta-item__text-2 span a {
  font-size: 20px;
  font-weight: 500;
  color: var(--clr-common-white);
  line-height: 1;
}
.meta-item__text-2 span a:hover {
  color: var(--clr-theme-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1440px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .meta-item__text-2 span a {
    font-size: 18px;
  }
}
.meta-item__text-2.color-white p {
  color: #d2deff;
}
.meta-item__text-2.color-white span {
  color: var(--clr-common-white);
}

.df-header4 .container {
  max-width: 1820px;
}
.df-header4-top-3 {
  background-color: var(--clr-theme-1);
  padding-top: 11px;
  padding-bottom: 11px;
}
.df-header4-meta-items {
  gap: 25px;
}
.df-header4-meta-items-3 {
  gap: 16px;
}
@media (max-width: 575px) {
  .df-header4-meta-items-3 {
    gap: 8px;
  }
}
.df-header4-meta-item {
  gap: 8px;
}
.df-header4-meta-item.is-white .df-header4-meta-icon i {
  color: var(--clr-common-white);
}

.service3__box {
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
  transform: translateY(0px);
}
.service3__box:hover {
  transform: translateY(-5px);
}
.service3__content {
  padding: 40px 30px 40px;
  background: var(--clr-common-white);
  box-shadow: 0px 6px 35px 0px rgba(214, 215, 213, 0.4);
  border-radius: 10px;
}
@media (max-width: 450px) {
  .service3__content {
    padding: 25px 20px 25px;
  }
}
.service3__img {
  width: 140px;
  height: 140px;
  background: linear-gradient(
    180deg,
    rgba(38, 232, 207, 0.2) 0%,
    rgba(37, 231, 206, 0) 100%
  );
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.service3__img.bg-1 {
  background: linear-gradient(
    180deg,
    rgba(38, 232, 207, 0.2) 0%,
    rgba(37, 231, 206, 0) 100%
  );
}
.service3__img.bg-2 {
  background: linear-gradient(
    180deg,
    rgba(255, 125, 0, 0.2) 0%,
    rgba(255, 125, 0, 0) 100%
  );
}
.service3__img.bg-3 {
  background: linear-gradient(
    180deg,
    rgba(71, 118, 244, 0.2) 0%,
    rgba(72, 118, 243, 0) 100%
  );
}
.service3__title {
  margin-bottom: 25px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .service3__title {
    font-size: 24px;
  }
}
.service3__btn {
  margin-top: 30px;
}
.service3__btn .primary-btn {
  height: 50px;
}

.df-about__content {
  max-width: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-about__content {
    max-width: 100%;
  }
}

.df-about2__thumb {
  position: relative;
}
.df-about2__thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--clr-theme-1);
  opacity: 0.2;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.df-about2__thumb img {
  width: 100%;
  border-radius: 10px;
}
.df-about2__content {
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .df-about2__content {
    max-width: 600px;
    margin-left: 0;
  }
}
.df-about2__feature-list {
  background-color: rgba(128, 128, 128, 0.06);
  padding: 30px 0;
  border-radius: 10px;
  overflow: hidden;
}
.df-about2__feature-list ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px 0;
}
@media (max-width: 575px) {
  .df-about2__feature-list ul {
    grid-template-columns: auto;
  }
}
.df-about2__feature-list ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 0;
  line-height: 1;
  padding-left: 20px;
  position: relative;
}
.df-about2__feature-list ul li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 200px;
  background: var(--clr-common-white);
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .df-about2__feature-list ul li:not(:first-child)::before {
    top: -20px;
    width: 100%;
    height: 3px;
    left: 0;
    transform: none;
  }
}
.df-about2__feature-list ul li p {
  font-weight: 500;
  color: var(--clr-common-black);
  line-height: 1;
}
.df-about2__feature-list ul li i {
  width: 60px;
  height: 60px;
  background: rgba(85, 174, 251, 0.062745098);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  border-radius: 50%;
  color: var(--clr-theme-3);
}
.df-about2__feature-list.specialities ul li {
  padding-left: 25px;
  line-height: 30px;
}
.df-about2__feature-list.specialities ul li i {
  width: 20px;
  height: 20px;
  background: var(--clr-theme-3);
  font-size: 12px;
  color: var(--clr-common-white);
}
.df-about3__thumb-wrapper {
  padding-bottom: 82px;
  position: relative;
  margin-right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-about3__thumb-wrapper {
    padding-bottom: 0;
    margin-right: 0;
  }
}
.df-about3__content {
  max-width: 500px;
  margin-left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .df-about3__content {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-about3__content {
    margin-left: 0;
    max-width: 100%;
  }
}
.df-about3__thumb1 {
  position: relative;
  max-width: 495px;
}
.df-about3__thumb1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--clr-theme-1);
  left: 0;
  top: 0;
  border-radius: 10px;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-about3__thumb1 {
    max-width: 400px;
  }
}
.df-about3__thumb1 img {
  width: 100%;
  border-radius: 10px;
  filter: grayscale(1);
}
.df-about3__thumb2 {
  position: absolute;
  max-width: 495px;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  z-index: 5;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .df-about3__thumb2 {
    position: inherit;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .df-about3__thumb2 {
    max-width: 100%;
    margin-bottom: 0;
    position: unset;
  }
}
.df-about3__thumb2 img {
  width: 100%;
  border-radius: 10px;
}
.df-about3__thumb2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 16px);
  background: var(--clr-common-white);
  left: -8px;
  z-index: -1;
  border-radius: 20px;
  bottom: -8px;
}
.df-about3__counter-wrap {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  padding: 20px 40px;
  background-color: rgba(128, 128, 128, 0.06);
  border-radius: 10px;
  position: relative;
  gap: 40px;
}
@media (max-width: 450px) {
  .df-about3__counter-wrap {
    grid-template-columns: auto;
  }
}
.df-about3__counter-wrap::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background-color: var(--clr-common-white);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 450px) {
  .df-about3__counter-wrap::before {
    width: 100%;
    height: 5px;
    top: 50%;
  }
}
.df-about3__counter-number {
  color: var(--clr-theme-3);
}
.df-about3__counter-number {
  font-size: 54px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-about3__counter-number {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .df-about3__counter-number {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .df-about3__counter-number {
    font-size: 35px;
  }
}
.df-about3__counter-text {
  font-size: 18px;
  text-align: start;
}
@media (max-width: 575px) {
  .df-about3__counter-text {
    font-size: 16px;
  }
}

.df-video__box {
  position: relative;
  margin-top: 20px;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .df-video__box {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .df-video__box {
    margin-top: 10px;
    margin-right: 0px;
  }
}
.df-video__box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--clr-theme-3);
  top: -20px;
  right: -20px;
  border-radius: 10px;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-video__box::before {
    display: none;
  }
}
.df-video__box.style-2::before {
  left: -20px;
}
@media (max-width: 450px) {
  .df-video__box.style-2::before {
    left: -10px;
  }
}
.df-video__box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--clr-common-black);
  opacity: 0.45;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.df-video__box img {
  width: 100%;
  border-radius: 10px;
}

.trusted-clients {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: var(--clr-common-white);
  z-index: 1;
  padding: 22px 25px;
  border-radius: 10px;
}
@media (max-width: 450px) {
  .trusted-clients {
    padding: 0;
    position: unset;
    margin-top: 25px;
    width: 100%;
  }
}
.trusted-clients .meta-item {
  gap: 15px;
}
.trusted-clients .meta-item__icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: var(--clr-theme-3);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--clr-common-white);
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
}
.trusted-clients .meta-item__icon i {
  font-size: 18px;
  color: var(--clr-theme-2);
}
.trusted-clients .meta-item__text p {
  font-size: 25px;
  font-weight: 700;
  color: var(--clr-common-black);
}
.trusted-clients .meta-item__text span {
  font-size: 18px;
  font-weight: 400;
  color: var(--clr-common-body-text);
}

.df-specialities__thumb-wrapper {
  padding-right: 40px;
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .df-specialities__thumb-wrapper {
    padding-right: 0;
  }
}

.clients-satisfaction {
  background: var(--clr-common-white);
  padding: 35px 30px 30px 30px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
@media (max-width: 450px) {
  .clients-satisfaction {
    position: unset;
    width: 100%;
    margin-top: 25px;
  }
}
.clients-satisfaction .meta-item {
  flex-direction: column;
  align-items: flex-start;
}
.clients-satisfaction .meta-item__icon i {
  font-size: 68px;
  color: var(--clr-theme-3);
}
.clients-satisfaction .meta-item__text p {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: var(--clr-common-black);
}

.df-benifits__icon {
  margin-bottom: 25px;
}
.df-benifits__icon span {
  width: 100px;
  height: 100px;
  background: var(--clr-theme-3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: var(--clr-common-black);
  border-radius: 50%;
}
.df-benifits__icon span.bg-1 {
  color: #ff4917;
  background: rgba(241, 155, 158, 0.1254901961);
}
.df-benifits__icon span.bg-2 {
  color: #4cd591;
  background: rgba(102, 198, 144, 0.1254901961);
}
.df-benifits__icon span.bg-3 {
  color: #557aff;
  background: rgba(137, 162, 252, 0.1254901961);
}
.df-benifits__title {
  margin-bottom: 15px;
  font-size: 22px;
}
@media (max-width: 575px) {
  .df-benifits__title {
    font-size: 20px;
  }
}

.df-benifits2__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--clr-common-border);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-benifits2__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-benifits2__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.df-benifits2__item {
  display: flex;
  gap: 15px;
  padding: 55px 35px;
}
.df-benifits2__item:not(:last-child) {
  border-right: 1px solid var(--clr-common-border);
}
@media only screen and (min-width: 1200px) and (max-width: 1440px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-benifits2__item:not(:last-child) {
    border-bottom: 1px solid var(--clr-common-border);
  }
}
@media (max-width: 450px) {
  .df-benifits2__item {
    flex-wrap: wrap;
    padding: 40px 35px;
    row-gap: 25px;
  }
}
.df-benifits2__icon {
  width: 84px;
  max-width: 84px;
}
.df-benifits2__icon img {
  width: 100%;
}
.df-benifits2__icon i {
  font-size: 46px;
}
.df-benifits2__icon.bg-1 i {
  color: var(--clr-theme-2);
}
.df-benifits2__icon.bg-2 i {
  color: #4cd591;
}
.df-benifits2__icon.bg-3 i {
  color: #557aff;
}
.df-benifits2__title {
  margin-bottom: 5px;
}

.df-benifits__icon {
  width: 80px;
  height: 80px;
  line-height: 85px;
  font-size: 40px;
  color: var(--clr-theme-3);
  text-align: center;
  border-radius: 50%;
  background: rgba(85, 174, 251, 0.1);
  position: relative;
}
.df-benifits__icon svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.df-benifits__icon svg svg * {
  fill: var(--clr-theme-3);
}
.df-benifits__single-box {
  display: grid;
  grid-template-columns: 80px auto;
  justify-content: space-between;
  text-align: start;
  align-items: center;
  gap: 20px 30px;
  margin-bottom: 30px;
  max-width: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  (max-width: 450px) {
  .df-benifits__single-box {
    justify-content: start;
    max-width: 100%;
  }
}
.df-benifits__sub-title {
  font-size: 18px;
  line-height: 25px;
}
.df-benifits__thumb img {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-benifits__thumb {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-testimonial__content {
    padding-right: 30px;
  }
}

.df-testimonial2__box {
  padding: 0;
}
.df-testimonial2__box-content {
  text-align: left;
}
.df-testimonial2__icon {
  transform: rotate(180deg);
  margin-bottom: -15px;
  margin-top: -7px;
  display: inline-block;
}
.df-testimonial2__icon i {
  font-size: 90px;
  color: var(--clr-theme-1);
  font-size: 70px;
}
.df-testimonial2__text {
  margin-top: 35px;
  margin-bottom: 50px;
}
.df-testimonial2__text p {
  font-size: 30px;
  line-height: 1.4;
  color: var(--clr-common-body-text);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-testimonial2__text p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-testimonial2__text p {
    font-size: 25px;
  }
}
@media (max-width: 450px) {
  .df-testimonial2__text p {
    font-size: 22px;
  }
}
.df-testimonial2__author-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  align-items: center;
}
.df-testimonial2__author {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 450px) {
  .df-testimonial2__author {
    font-size: 24px;
  }
}
.df-testimonial2__author-thumb {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}
.df-testimonial2__navigation {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: end;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-testimonial2__navigation {
    display: none;
  }
}

.df-testimonial3__box {
  padding: 0 60px 60px;
  background: #ffffff;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media only screen and (min-width: 1600px),
  only screen and (min-width: 1441px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1440px) {
  .df-testimonial3__box {
    display: grid;
    grid-template-columns: calc(100% - 300px);
    justify-content: end;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-testimonial3__box {
    display: grid;
    grid-template-columns: calc(100% - 260px);
    justify-content: end;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-testimonial3__box {
    padding: 0;
    box-shadow: none;
  }
}
.df-testimonial3__box-content {
  text-align: left;
}
.df-testimonial3__icon {
  transform: rotate(180deg);
  margin-bottom: 0px;
  margin-top: -7px;
  display: inline-block;
}
.df-testimonial3__icon i {
  font-size: 80px;
  color: var(--clr-theme-1);
  font-size: 70px;
}
.df-testimonial3__text {
  margin-top: 35px;
  margin-bottom: 50px;
}
.df-testimonial3__text p {
  font-size: 25px;
  line-height: 1.4;
  color: #787878;
}
@media (max-width: 450px) {
  .df-testimonial3__text p {
    font-size: 22px;
  }
}
.df-testimonial3__author-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  align-items: center;
}
.df-testimonial3__author {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
@media (max-width: 450px) {
  .df-testimonial3__author {
    font-size: 24px;
  }
}
.df-testimonial3__author-thumb {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 1600px),
  only screen and (min-width: 1441px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1440px) {
  .df-testimonial3__author-thumb {
    width: 240px;
    height: 240px;
    position: absolute;
    top: 0;
    left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-testimonial3__author-thumb {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 60px;
  }
}
.df-testimonial3__navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  padding: 0 10px;
}
.df-testimonial4__navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-testimonial3__navigation {
    display: none;
  }
}
.df-testimonial4__navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-testimonial4__navigation {
    display: none;
  }
}

.df-satisfaction__ratings ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 6px;
}
.df-satisfaction__ratings ul li {
  list-style: none;
}
.df-satisfaction__ratings ul li i {
  font-size: 17px;
  color: #ff9501;
}

.df-member2__wrapper:hover .df-member2__navigation .slider__nav-btn {
  visibility: visible;
  opacity: 1;
}

.expart-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.expart-box {
  padding: 30px 40px;
  background: #ffffff;
}

.df-member2__box {
  padding: 50px;
  background: #fbfeff21;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
@media (max-width: 450px) {
  .df-member2__box {
    padding: 20px 20px 25px;
  }
}
.df-member2__box:hover .df-member2__social {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.df-member2__box:hover .df-member2__thumb:after {
  opacity: 0.1;
  visibility: visible;
}
.df-member2__box:hover .df-member2__thumb img {
  transform: scale(1.02);
}
.df-member2__name {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .df-member2__name {
    font-size: 24px;
  }
}
.df-member2__info {
  padding: 24px 0px 0px;
  text-align: center;
}
.df-member2__info .designation {
  font-size: 18px;
  color: var(--clr-common-body-text);
  line-height: 1;
}
.df-member2__social {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -40%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.df-member2__social li {
  list-style: none;
}
.df-member2__social li a {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--clr-common-white);
  background: rgba(255, 255, 255, 0.1254901961);
}
.df-member2__social li a:hover {
  color: var(--clr-common-white);
  background: var(--clr-theme-3);
}
.df-member2__social ul {
  display: inline-flex;
  gap: 10px;
}
.df-member2__thumb {
  background: #f3f6f9;
  z-index: 1;
  overflow: hidden;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-member2__thumb {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 450px) {
  .df-member2__thumb {
    width: 250px;
    height: 250px;
  }
}
.df-member2__thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--clr-theme-1);
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.df-member2__thumb img {
  transform-origin: top center;
  object-fit: cover;
}
.df-member2__navigation .slider__nav-btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  .df-member2__navigation .slider__nav-btn {
    display: none;
  }
}
.df-member2__navigation .member__slider-button-prev {
  left: 0;
}
.df-member2__navigation .member__slider-button-next {
  left: auto;
  right: -60px;
}

.team__slider {
  margin: -30px -15px;
  padding: 30px 15px;
}

.team__cart {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .df-team-details__wrap {
    text-align: center;
  }
}
.df-team-details__author-name {
  font-size: 32px;
}
.df-team-details__author-dagi {
  font-size: 16px;
  color: var(--clr-theme-3);
}
.df-team-details__my-self {
  max-width: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .df-team-details__my-self {
    text-align: start;
    max-width: 100%;
  }
}
.df-team-details__list ul li {
  list-style: none;
  display: grid;
  grid-template-columns: 110px auto;
  text-align: start;
  gap: 20px 75px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .df-team-details__list ul li {
    grid-template-columns: 110px auto;
    gap: 20px 20px;
  }
}
.df-team-details__list ul li span {
  color: #787878;
  font-weight: 500;
}
.df-team-details__list ul li span:first-child {
  color: var(--clr-common-black);
  font-weight: 600;
  font-size: 20px;
}
.df-team-details__social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
.df-team-details__social ul li a {
  width: 60px;
  height: 60px;
  border: 1px solid #dfdfdf;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--clr-common-black);
  font-size: 26px;
}
.df-team-details__social ul li a:hover {
  color: var(--clr-common-white);
  border-color: transparent;
  background: var(--clr-theme-3);
}

.df-booking__area {
  z-index: 3;
}
.df-booking__area-bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 360px;
  background: var(--clr-common-body-bg);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.meta__df-booking {
  padding: 8px 22px 8px;
  height: auto;
  border-radius: 80px;
  background-color: var(--clr-theme-3);
  transition: all 0.3s linear;
}
.meta__df-booking:before {
  display: none;
}
.meta__df-booking:hover {
  background-color: var(--clr-theme-5);
}
.meta__df-booking:hover .meta-item__text-2 span a {
  color: #fff;
}

.meta-item__text-2 span a {
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-common-white);
  line-height: 1;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .meta-item__text-2 span a {
    font-size: 20px;
  }
}

.df-booking__form-wrapper {
  background: var(--clr-common-white);
  padding: 60px 60px;
  display: grid;
  grid-template-columns: 42% auto;
  gap: 40px 60px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-booking__form-wrapper {
    padding: 40px 40px;
    gap: 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-booking__form-wrapper {
    padding: 30px 30px;
    grid-template-columns: auto;
  }
}
@media (max-width: 450px) {
  .df-booking__form-wrapper {
    padding: 20px 20px 30px;
    grid-template-columns: auto;
  }
}
.df-booking__form-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .df-booking__form-title {
    font-size: 24px;
  }
}
.df-booking__form input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  padding: 0 20px;
  outline: none;
  border-radius: 6px;
  background-color: transparent;
  color: var(--clr-common-body-text);
}
.df-booking__form input:focus {
  border-color: var(--clr-theme-3);
}
.df-booking__form label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--clr-common-black);
}
.df-booking__form .nice-select {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(20, 20, 20, 0.0823529412);
  line-height: 60px;
  border-radius: 0;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 18px;
  background-color: transparent;
}
.df-booking__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.df-booking2__form-wrapper {
  display: grid;
  grid-template-columns: 44% auto;
  gap: 40px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-booking2__form-wrapper {
    grid-template-columns: auto;
  }
}
@media (max-width: 450px) {
  .df-booking2__form-wrapper {
    grid-template-columns: auto;
  }
}
.df-booking2__form {
  background: #f3f6f9;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 450px) {
  .df-booking2__form {
    padding: 30px 20px;
  }
}
.df-booking2__form input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(20, 20, 20, 0.15);
  padding: 0 20px;
  outline: none;
  border-radius: 6px;
  background-color: var(--clr-common-white);
}
.df-booking2__form input:focus {
  border-color: var(--clr-theme-3);
}
.df-booking2__form textarea {
  width: 100%;
  height: 240px;
  border: 1px solid rgba(20, 20, 20, 0.15);
  padding: 15px 20px;
  outline: none;
  border-radius: 6px;
  background-color: var(--clr-common-white);
  resize: none;
}
.df-booking2__form textarea:focus {
  border-color: var(--clr-theme-3);
}
.df-booking2__form .nice-select {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(20, 20, 20, 0.15);
  line-height: 60px;
  border-radius: 0;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 18px;
  background-color: var(--clr-common-white);
}
.df-booking3__form-wrapper {
  background: var(--clr-theme-1);
  padding: 60px 40px;
  border-radius: 10px;
  color: var(--clr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-booking3__form-wrapper {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-booking3__form-wrapper {
    padding: 30px 30px;
  }
}
@media (max-width: 450px) {
  .df-booking3__form-wrapper {
    padding: 30px 20px;
  }
}
.df-booking3__form-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  .df-booking3__form-title {
    font-size: 24px;
  }
}
.df-booking3__form input {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0 20px;
  outline: none;
  border-radius: 6px;
  background-color: transparent;
  color: var(--clr-common-white);
}
.df-booking3__form input:focus {
  border-color: var(--clr-common-white);
}
.df-booking3__form input::-webkit-calendar-picker-indicator {
  filter: invert(99%) sepia(100%) saturate(2%) hue-rotate(28deg)
    brightness(101%) contrast(101%);
}
.df-booking3__form label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.df-booking3__form .nice-select {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.0823529412);
  line-height: 60px;
  border-radius: 0;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 18px;
  background-color: transparent;
}
.df-booking3__form .nice-select .option {
  color: var(--clr-common-body-text);
}
.df-booking3__form-btn .primary-btn {
  background: var(--clr-theme-3);
}

.df-input-field {
  margin-bottom: 20px;
  position: relative;
}
.df-input-field.field-time::after {
  position: absolute;
  content: "\f11b";
  top: 70%;
  transform: translateY(-50%);
  font-family: icomoon !important;
  right: 20px;
  color: #787878;
}
.df-input-field.field-date::after {
  position: absolute;
  content: "\f11a";
  top: 70%;
  transform: translateY(-50%);
  font-family: icomoon !important;
  right: 20px;
  color: #787878;
}
.df-input-field.is-white::after {
  color: var(--clr-common-white);
}

.df-booking__video {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.df-booking__video:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--clr-theme-3);
  opacity: 0.65;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.df-booking__content {
  max-width: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-booking__content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-booking__content .section__title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .df-booking__content {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-booking__content {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.df-blog2__box {
  padding: 20px 20px 35px;
  background: var(--clr-common-white);
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.df-blog2__box.bg-2 {
  background: #f3f6f9;
}
.df-blog2__box.df-shadow {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.df-blog2__box:hover .df-blog2__thumb img {
  transform: scale(1.03);
}
.df-blog2__box:hover .df-blog2__masonry-btn {
  opacity: 1;
  visibility: visible;
}
.df-blog2__box .tag {
  font-size: 16px;
  font-weight: 500;
  color: var(--clr-theme-3);
  border: 1px solid var(--clr-theme-3);
  height: 30px;
  line-height: 27px;
  padding: 0 12px;
  border-radius: 28px;
  display: inline-block;
}
.df-blog2__box .tag:hover {
  background: var(--clr-theme-3);
  color: var(--clr-common-white);
}
.df-blog2__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.df-blog2__thumb a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--clr-theme-3);
  opacity: 0.15;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.df-blog2__thumb img {
  width: 100%;
  object-fit: cover;
}

.hero2__area {
  padding: 190px 0;
  padding: 190px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero2__area {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2__area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero2__area {
    padding: 80px 0;
  }
}
.hero2__subtitle {
  color: var(--clr-theme-3);
  margin-bottom: 12px;
  display: inline-block;
  background: rgba(85, 174, 251, 0.1);
  padding: 5px 12px;
  border-radius: 20px;
  text-align: center;
}
.hero2__title {
  max-width: 800px;
  line-height: 1.16;
  font-size: 86px;
}
@media only screen and (min-width: 1441px) and (max-width: 1599px) {
  .hero2__title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .hero2__title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero2__title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2__title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero2__title {
    font-size: 45px;
  }
}
@media (max-width: 450px) {
  .hero2__title {
    font-size: 38px;
  }
}
.hero2__text {
  max-width: 420px;
  margin-top: 18px;
  margin-left: 2px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero2__text {
    margin-left: 0;
  }
}
.hero2__text:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 500px;
  background: #e8e8e8;
  top: 0;
  left: -50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero2__text:before {
    display: none;
  }
}
.hero2__button {
  margin-left: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px 25px;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero2__button {
    margin-left: 0;
  }
}
.hero2__img {
  width: 64%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero2__img {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero2__img {
    width: 35%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero2__img {
    width: 100%;
    height: 50%;
  }
}
.hero2__img img {
  width: 100%;
  height: 100%;
}
.hero2__img-overlay {
  position: absolute;
  left: 0;
  content: "";
  width: 34%;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero2__img-overlay {
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    height: 34%;
    top: 0;
  }
}
.hero2__video {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--clr-common-white);
  border-radius: 50%;
  background: var(--clr-theme-3);
  animation: pulse 2s infinite;
}

.hero2__video:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-5);
}
.hero2__offer {
  position: absolute;
  left: calc(100% - 80px);
  bottom: 50px;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero2__offer {
    position: static;
    transform: none;
    margin-top: 50px;
  }
}

.df-blog2__meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  align-items: center;
}
.df-blog2__meta span {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.df-blog2__title {
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-blog2__title {
    font-size: 20px;
  }
}
.df-blog2__title a:hover {
  color: var(--clr-theme-3);
}

.brand__item {
  width: 165px;
  aspect-ratio: 100/100;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 50%;
  transition: 0.5s;
  position: relative;
  margin: 0 auto;
}
.brand__item:hover {
  border-color: transparent;
  background: var(--clr-theme-1);
}
.brand__item:hover img {
  filter: opacity(1) invert(1);
}
.brand__item img {
  filter: opacity(0.5);
}
.brand__item.is-white {
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.brand__item.is-white:hover {
  border-color: transparent;
  background: var(--clr-theme-3);
}
.brand__item.is-white:hover img {
  filter: opacity(1) invert(1);
}
.brand__item.is-white img {
  filter: opacity(0.5) invert(1);
}

.counter__box {
  text-align: center;
  padding: 0 20px;
}
.counter__number-box {
  width: 160px;
  height: 160px;
  background: transparent;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.counter__number-box.bg-1 {
  background: rgba(241, 155, 158, 0.1254901961);
}
.counter__number-box.bg-1 .counter__number {
  color: #ff4917;
}
.counter__number-box.bg-2 {
  background: rgba(12, 196, 92, 0.062745098);
}
.counter__number-box.bg-2 .counter__number {
  color: #66c690;
}
.counter__number-box.bg-3 {
  background: rgba(137, 162, 252, 0.1254901961);
}
.counter__number-box.bg-3 .counter__number {
  color: #557aff;
}
.counter__number-box.bg-4 {
  background: rgba(241, 191, 155, 0.1254901961);
}
.counter__number-box.bg-4 .counter__number {
  color: #ff9b26;
}
.counter__number-box.style-2.bg-1 {
  background: transparent;
}
.counter__number-box.style-2.bg-1 .counter__number {
  color: #ff4917;
}
.counter__number-box.style-2.bg-2 {
  background: transparent;
}
.counter__number-box.style-2.bg-2 .counter__number {
  color: #66c690;
}
.counter__number-box.style-2.bg-3 {
  background: transparent;
}
.counter__number-box.style-2.bg-3 .counter__number {
  color: #557aff;
}
.counter__number-box.style-2.bg-4 {
  background: transparent;
}
.counter__number-box.style-2.bg-4 .counter__number {
  color: #ff9b26;
}
.counter__number {
  font-size: 48px;
  font-weight: 700;
  color: #ff4917;
  display: flex;
  align-items: center;
}
.counter__title {
  font-size: 22px;
  font-weight: 600;
}
.counter__text {
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
}

#accordionExample .accordion-item {
  background: var(--clr-common-white);
  border: 0;
  border-radius: 10px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}
#accordionExample .accordion-item:not(:last-child) {
  margin-bottom: 30px;
}
#accordionExample .accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#accordionExample .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#accordionExample .accordion-item:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#accordionExample .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#accordionExample .accordion-button {
  font-size: 20px;
  font-weight: 600;
  padding: 23px 30px;
  border-radius: 10px 10px 10px 10px;
}
@media (max-width: 450px) {
  #accordionExample .accordion-button {
    padding: 20px 20px;
  }
}
#accordionExample .accordion-button::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "+";
  font-size: 34px;
}
#accordionExample .accordion-button:not(.collapsed) {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
  box-shadow: none;
  border-radius: 10px 10px 0px 0px;
}
#accordionExample .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
  content: "-";
}
#accordionExample .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
#accordionExample .accordion-body {
  padding: 25px 30px 30px 30px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--clr-common-body-text);
}
@media (max-width: 450px) {
  #accordionExample .accordion-body {
    padding: 20px;
    font-size: 18px;
  }
}
#accordionExample.style-2 .accordion-item {
  background-color: rgba(128, 128, 128, 0.06);
}
#accordionExample.style-2 .accordion-button:not(.collapsed) {
  color: var(--clr-common-black);
  background-color: transparent;
  border-bottom: 1px solid var(--clr-common-border);
}
#accordionExample.style-2 .accordion-body {
  color: var(--clr-common-black);
}
#accordionExample.style-3 .accordion-item {
  background: transparent;
  border: 1px solid var(--clr-common-border);
}
#accordionExample.style-3 .accordion-button:not(.collapsed) {
  color: var(--clr-common-black);
  background-color: transparent;
  border-bottom: 1px solid var(--clr-common-border);
}
#accordionExample.style-4 .accordion-item {
  background: transparent;
  border: 0;
  box-shadow: none;
}
#accordionExample.style-4 .accordion-button:not(.collapsed) {
  color: var(--clr-common-black);
  background-color: transparent;
  border: 1px solid var(--clr-common-border);
  border-radius: 10px;
}
#accordionExample.style-4 .accordion-body {
  color: var(--clr-common-black);
}

.df__progress-bar {
  overflow: hidden;
}
.df__progress-bar .progress {
  height: 10px;
  overflow: visible;
}
.df__progress-bar .progress .progress-bar {
  background-color: var(--clr-theme-3);
  border-radius: 10px;
  position: relative;
  overflow: visible !important;
}
.df__progress-bar .progress .progress-bar:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  background: var(--clr-theme-3);
  border: 2px solid var(--clr-common-white);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df__progress-bar {
    padding-left: 0 !important;
  }
}
.df__progress-bar.style-2 .progress {
  height: 15px;
}
.df__progress-bar.style-2 .progress .progress-bar {
  border-radius: 10px;
  position: relative;
  overflow: visible !important;
}
.df__progress-bar.style-2 .progress .progress-bar:after {
  display: none;
}
.df__progress-bar.style-3 .progress {
  height: 5px;
}
.df__progress-bar.style-3 .progress .progress-bar {
  border-radius: 0;
  position: relative;
  overflow: visible !important;
}
.df__progress-bar.style-3 .progress .progress-bar:after {
  display: none;
}
.df__progress-wrapper {
  margin-bottom: 20px;
}
.df__progress-title {
  font-size: 20px;
  font-weight: 600;
}
.df__progress-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.df__progress-percentage {
  font-size: 20px;
  font-weight: 600;
  color: var(--clr-common-black);
}

.df-counter__wrapper {
  display: flex;
  gap: 15px 40px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .df-counter__wrapper {
    gap: 15px 25px;
  }
}
@media (max-width: 575px) {
  .df-counter__wrapper {
    margin-top: 30px;
    display: inline;
  }
}
.df-counter__wrapper.style-2 .df-counter__item {
  background-color: transparent;
}
.df-counter__title {
  font-size: 20px;
  color: var(--clr-common-black);
  font-weight: 600;
  margin-bottom: 0;
}
.df-counter__item {
  background-color: #f3f6f9;
  padding: 40px 40px;
  border-radius: 10px;
  text-align: center;
}
.df-counter__item .counter_canvas {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.df-counter__item .counter_canvas canvas {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.df-counter__item .counter_percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  color: var(--clr-common-black);
  font-weight: 700;
  width: 62px;
  height: 62px;
  background: transparent;
  border-radius: 50%;
  line-height: 62px;
  -webkit-transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}
.df-counter__item .counter_percentage i {
  font-size: 20px;
}

.df-questions__area-inner {
  display: grid;
  grid-template-columns: 45% auto;
  grid-gap: 145px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .df-questions__area-inner {
    grid-template-columns: 40% auto;
    grid-gap: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .df-questions__area-inner {
    grid-template-columns: 1fr;
    grid-gap: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .df-questions__area-inner {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}

.df-contact__box {
  background-color: rgba(128, 128, 128, 0.06);
  padding: 40px 40px 45px 40px;
  border-radius: 10px;
}
.df-contact__box:hover .df-contact__icon {
  background-color: var(--clr-theme-1);
  color: var(--clr-common-white);
}
.df-contact__icon {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #d1dae1;
  border-radius: 50%;
  line-height: 85px;
  text-align: center;
  color: var(--clr-theme-3);
  font-size: 30px;
  transition: all 0.3s linear;
}
.df-contact__title {
  font-size: 16px;
}
.df-contact__content {
  color: var(--clr-common-black);
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .df-contact__content {
    font-size: 24px;
  }
}
.df__map::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 580px;
  background-color: var(--clr-theme-1);
  opacity: 0.15;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid var(--clr-common-border);
  -moz-appearance: textfield;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--clr-theme-3);
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--clr-theme-1);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--clr-theme-3);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/*----------------------------------------
	33. footer css
----------------------------------------*/

.copyright-content__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  gap: 10px 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .copyright-content__wrapper {
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .copyright-content__wrapper {
    padding: 30px 0;
  }
}

.copyright__text p {
  font-size: 18px;
  color: #111111;
  font-weight: 500;
}
.copyright__nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
}
.copyright__nav ul a {
  color: #111111;
  font-weight: 500;
}
@media (max-width: 575px) {
  .copyright__nav ul {
    gap: 25px;
  }
}
.copyright__nav li {
  list-style: none;
}
.copyright__nav li:not(:first-child) {
  list-style: disc;
  padding-left: 10px;
}
@media (max-width: 575px) {
  .copyright__nav li:not(:first-child) {
    padding-left: 5px;
  }
}

.demo__section-title {
  padding: 0 30px;
  position: relative;
}

.demo__features p {
  font-weight: 500;
  font-size: 15px;
  position: relative;
  padding-left: 18px;
}
.demo__features p:not(:last-child) {
  margin-right: 40px;
}
.demo__features p::after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: var(--clr-theme-1);
  border-radius: 50%;
}

.demo__features-item {
  background: var(--clr-common-white);
  box-shadow: 0px 6px 35px 0px rgba(214, 215, 213, 0.4);
  border-radius: 6px;
  position: relative;
  transition: all 0.3s 0s ease-out;
}
@media (max-width: 450px),
  only screen and (min-width: 1200px) and (max-width: 1440px) {
  .demo__features-item {
    padding: 30px 30px;
  }
}
.demo__features-item:hover {
  transform: translateY(-5px);
}

.demo__features-icon {
  color: #000;
}
.feature-img {
  overflow: hidden;
}
.feature-img img:hover {
  transform: scale(1.2);
  transition: 0.7s linear;
}
.demo__features-content h3 {
  background-color: #fff;
  bottom: 20px;
  font-size: 20px;
  color: #313131;
}
.demo__features-content p {
  margin-top: 15px;
}
.feature-info-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.demo__features-icon i {
  color: var(--clr-theme-3);
  font-size: 30px;
  float: left;
}

.demo_features_info {
  padding: 20px;
}

.footer__intro {
  padding: 70px 0 80px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .footer__intro {
    padding: 50px 0 60px;
  }
}
.footer__intro {
  .info {
    max-width: 380px;
  }
}
.footer__intro h3 {
  margin-bottom: 15px;
  color: rgb(223, 223, 223);
}
.footer__intro p {
  max-width: 480px;
  margin-bottom: 35px;
  color: white;
}
.footer__intro {
  li {
    color: rgb(223, 223, 223);
  }
}
.footer__intro {
  &.text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    p {
      margin-bottom: 0;
      color: #000;
      font-weight: 600;
    }
  }
}

.contact-info {
  ul {
    li {
      list-style: none;
    }
  }
}

.demo-support__wrapper {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .demo-support__wrapper {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .demo-support__icon {
    margin-bottom: 25px;
  }
}
.demo-support__icon img {
  max-width: 90px;
}
.demo-support__item {
  padding: 65px 50px;
  background-color: var(--clr-common-white);
  box-shadow: 0px 6px 35px 0px rgba(214, 215, 213, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (min-width: 1441px) and (max-width: 1599px) {
  .demo-support__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .demo-support__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .demo-support__item {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .demo-support__item {
    padding: 50px 20px;
  }
}
.demo-support__title {
  font-size: 28px;
  color: var(--clr-common-black);
  margin-bottom: 35px;
}

.service-list {
  li {
    list-style: none;
    .fa-check-double {
      color: #14cf93;
    }
  }
}
.book__area {
  background: #14334e15;
}

.footer-bg {
  background: #0c6e6a;
}

.page-title-area-2 {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
  margin-inline-start: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .page-title-area-2 {
    height: 250px;
  }
}
@media (max-width: 450px) {
  .page-title-area-2 {
    height: 200px;
  }
}

.breadcrumb-menu-2 li {
  list-style: none;
  position: relative;
  position: relative;
}
.breadcrumb-menu-2 li span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.breadcrumb-menu-2 li span:hover {
  color: var(--clr-theme-3);
}
.breadcrumb-menu-2 li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.breadcrumb-menu-2 li a:first-child {
  color: var(--clr-common-black);
}
.breadcrumb-menu-2 li:last-child {
  padding-left: 12px;
  color: var(--clr-theme-3);
}
.breadcrumb-menu-2 li:last-child::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--clr-theme-3);
  left: -7px;
  top: 15px;
}
.breadcrumb-menu-2 ul {
  display: flex;
  justify-content: start;
  gap: 20px;
}

/* mean menu */
div.mean-container .mean-bar {
  background: transparent;
}
div.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  margin-bottom: 40px;
  overflow: hidden;
}
div.mean-container .mean-nav > ul {
  display: block !important;
}
div.mean-container .mean-nav ul li a {
  width: 100%;
  color: var(--clr-common-white);
  font-size: 18px;
  text-transform: none;
  opacity: 1;
  padding-inline-start: 0;
}
div.mean-container .mean-nav ul li a:hover {
  color: var(--clr-theme-3);
}
div.mean-container .mean-nav ul li a i {
  display: none;
}
div.mean-container .mean-nav ul li a.mean-expand {
  font-size: 18px;
  margin-top: 8px;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--clr-common-white);
  top: 0;
  font-weight: 400;
}
div.mean-container .mean-nav ul li a.mean-expand::before {
  position: absolute;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

div.mean-container a.meanmenu-reveal {
  display: none !important;
}

.whatsapp-quick-action {
  position: fixed !important;
  right: 0 !important;
  bottom: 30px !important;
  z-index: 999 !important;
  width: 90px !important;
}

.whatsapp-quick-action a {
  display: block;
}

.phone-quick-action {
  position: fixed !important;
  right: 5px !important;
  bottom: 100px !important;
  z-index: 999 !important;
  width: 80px !important;
}

.whatsapp-quick-action a {
  display: block;
}
/* ========= Update css file */
/* ---- Header Booking Form */
/* ---- Header Booking Form with Glassmorphism Effect */
.df-booking__form.header_form {
  background: rgba(242, 242, 242, 0.8); /* Semi-transparent background */
  padding: 35px;
  border-radius: 5px;
  backdrop-filter: blur(10px); /* Blur effect */
  -webkit-backdrop-filter: blur(10px); /* For Safari */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Adds shadow for better visibility */
  border: 1px solid rgba(255, 255, 255, 0.3); /* Optional: Adds border for a subtle edge */
}

@media (max-width: 992px) {
  .df-booking__form.header_form {
    margin-top: 30px;
  }
}
/* ======= */
.heading {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
}

.custom-swiper-container {
  width: 100%;
  padding-bottom: 50px;
}

.slide-content {
  display: flex;
  justify-content: space-around;
}

.review-card {
  text-align: left;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.review-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  margin-bottom: 10px;
}

.review-card h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.rating {
  margin-top: 10px;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #333;
}
