@charset "UTF-8";

/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #1C2D37;
  --theme-color2: #EED26E;
  --theme-color3: #423A2F;
  --title-color: #0D0D0C;
    --title-dark: #002b4e;
     /* --title-dark: #0d5188; */
    /* --title-dark: #364440; */
  /* --title-dark: #e6ab1a; */
  --title-dark1: #e6ab1a;
  /* #e6ab1a */
  --body-color: #6E7070;
  --smoke-color: #DDE8DD;
  --smoke-color2: #666666;
  --smoke-color3: #C2D6C2;
  --smoke-color4: #F5F7F9;
  --black-color: #000000;
  --black-color2: #1B1B1B;
  --black-color3: #1A1A1A;
  --black-color4: #23343E;
  --gray-color: #DDE8DD;
  --gray-color2: #E5E4E9;
  --gray-color3: #F3F5F6;
  --gray-color4: #EEF4EE;
  --gray-color5: #E4DFD8;
  --gray-color6: #968D81;
  --gray-color7: #ECE5DB;
  --white-color: #ffffff;
  --light-color: #dfdfdf;
  --light-color2: #FBF5EC;
  --yellow-color: #E2B93B;
  --success-color: #27AE60;
  --error-color: #EB5757;
  --th-border-color: #CDCDCD;
  --th-border-color2: #E6E6E6;
  --title-font: "Outfit", sans-serif;
  --body-font: "Inter", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1296px;
  --container-gutters: 24px;
  --section-space: 90px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --th-body-background: #ffffff;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  background: var(--th-body-background);
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 0px;
}

body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  border-radius: 0px;
}

body.bg-light2 .slider-drag-cursor {
  background: rgba(66, 58, 47, 0.7);
}

body.home-sidemenu {
  margin-left: 315px;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  body.home-sidemenu {
    margin-left: 124px;
  }
}

@media (max-width: 575px) {
  body.home-sidemenu {
    margin-left: 0px;
  }
  body.home-sidemenu .th-btn {
    padding: 17.5px 24px;
    font-size: 14px;
  }
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}


ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--th-border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--th-border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  /* color: var(--body-color); */
  color:#2d2b2b;
  line-height: 1.75;
  text-align:justify;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family:rgb(78, 78, 78);
  color: #1c2d37;
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.18;
  /* Medium Large devices */
}

/*@media (max-width: 1399px) {*/
/*  .h1,*/
/*  h1 {*/
/*    font-size: 50px;*/
/*  }*/
/*}*/

/*.h2,*/
/*h2 {*/
/*  font-size: 38px;*/
/*  line-height: 1.333;*/
/*}*/

/*.h3,*/
/*h3 {*/
/*  font-size: 30px;*/
/*  line-height: 1.278;*/
/*}*/

/*.h4,*/
/*h4 {*/
/*  font-size: 26px;*/
/*  line-height: 1.333;*/
/*}*/

/*.h5,*/
/*h5 {*/
/*  font-size: 20px;*/
/*  line-height: 1.417;*/
/*}*/

/*.h6,*/
/*h6 {*/
/*  font-size: 18px;*/
/*  line-height: 1.5;*/
/*}*/

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 60px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}

.cursor-follower {
  position: fixed;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  z-index: 999999;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: translate(2px, 2px);
      -ms-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  opacity: 0.7;
  mix-blend-mode: multiply;
}




.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}


figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;

}

figure.wp-block-gallery {
  margin-bottom: 14px;
}




/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1408px;
  }
  .th-container2 {
    --main-container: 1760px;
  }
  .th-container3 {
    --main-container: 990px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 24px;
  }
}

.gy-10 {
  --bs-gutter-y: 10px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-35 {
  --bs-gutter-y: 35px;
}

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

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

.gy-60 {
  --bs-gutter-y: 60px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}

.g-0 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-100 {
    --bs-gutter-x: 100px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 50px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--gray-color);
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--th-border-color);
  background-color: var(--gray-color);
}

select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color);
}

select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}

select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color);
}

select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

input[type=date] {
  padding: 0 25px 0 25px;
  position: relative;
}

input[type=date]:after {
  content: "\f073";
  position: relative;
  font-family: var(--icon-font);
  top: 0px;
  font-weight: 300;
  color: var(--theme-color);
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

textarea.form-control,
textarea {
  min-height: 74px;
  padding-top: 16px;
  padding-bottom: 17px;
}

textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}

.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 16px;
  font-size: 16px;
  color: var(--body-color);
}

.form-group > i.fa-envelope {
  padding-top: 1px;
}

.form-group > i.fa-comment {
  margin-top: -2px;
}

.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: transparent;
}

.form-group.has-label > i {
  top: 50px;
}

.form-group.style-border select,
.form-group.style-border textarea,
.form-group.style-border input {
  background: transparent;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}

.form-group.style-border select::-webkit-input-placeholder, .form-group.style-border textarea::-webkit-input-placeholder, .form-group.style-border input::-webkit-input-placeholder {
  color: var(--theme-color);
}

.form-group.style-border select::-moz-placeholder, .form-group.style-border textarea::-moz-placeholder, .form-group.style-border input::-moz-placeholder {
  color: var(--theme-color);
}

.form-group.style-border select:-ms-input-placeholder, .form-group.style-border textarea:-ms-input-placeholder, .form-group.style-border input:-ms-input-placeholder {
  color: var(--theme-color);
}

.form-group.style-border select::-ms-input-placeholder, .form-group.style-border textarea::-ms-input-placeholder, .form-group.style-border input::-ms-input-placeholder {
  color: var(--theme-color);
}

.form-group.style-border select::placeholder,
.form-group.style-border textarea::placeholder,
.form-group.style-border input::placeholder {
  color: var(--theme-color);
}

.form-group.style-border option {
  color: var(--title-dark);
}

.form-group.style-border i {
  color: var(--theme-color);
}

.form-group.style-border2 select,
.form-group.style-border2 textarea,
.form-group.style-border2 input {
  background: transparent;
  border: 1px solid var(--th-border-color);
  color: var(--body-color);
}

.form-group.style-border2 select::-webkit-input-placeholder, .form-group.style-border2 textarea::-webkit-input-placeholder, .form-group.style-border2 input::-webkit-input-placeholder {
  color: var(--body-color);
}

.form-group.style-border2 select::-moz-placeholder, .form-group.style-border2 textarea::-moz-placeholder, .form-group.style-border2 input::-moz-placeholder {
  color: var(--body-color);
}

.form-group.style-border2 select:-ms-input-placeholder, .form-group.style-border2 textarea:-ms-input-placeholder, .form-group.style-border2 input:-ms-input-placeholder {
  color: var(--body-color);
}

.form-group.style-border2 select::-ms-input-placeholder, .form-group.style-border2 textarea::-ms-input-placeholder, .form-group.style-border2 input::-ms-input-placeholder {
  color: var(--body-color);
}

.form-group.style-border2 select::placeholder,
.form-group.style-border2 textarea::placeholder,
.form-group.style-border2 input::placeholder {
  color: var(--body-color);
}

.form-group.style-border2 option {
  color: var(--title-dark);
}

.form-group.style-border2 i {
  color: var(--body-color);
}

.form-group.style-border3 select,
.form-group.style-border3 textarea,
.form-group.style-border3 input {
  background: transparent;
  border: 1px solid rgba(221, 232, 221, 0.5);
  color: var(--gray-color);
  border-radius: 50px;
}

.form-group.style-border3 select::-webkit-input-placeholder, .form-group.style-border3 textarea::-webkit-input-placeholder, .form-group.style-border3 input::-webkit-input-placeholder {
  color: var(--gray-color);
}

.form-group.style-border3 select::-moz-placeholder, .form-group.style-border3 textarea::-moz-placeholder, .form-group.style-border3 input::-moz-placeholder {
  color: var(--gray-color);
}

.form-group.style-border3 select:-ms-input-placeholder, .form-group.style-border3 textarea:-ms-input-placeholder, .form-group.style-border3 input:-ms-input-placeholder {
  color: var(--gray-color);
}

.form-group.style-border3 select::-ms-input-placeholder, .form-group.style-border3 textarea::-ms-input-placeholder, .form-group.style-border3 input::-ms-input-placeholder {
  color: var(--gray-color);
}

.form-group.style-border3 select::placeholder,
.form-group.style-border3 textarea::placeholder,
.form-group.style-border3 input::placeholder {
  color: var(--gray-color);
}

.form-group.style-border3 textarea {
  border-radius: 24px;
}

.form-group.style-border3 option {
  color: var(--title-dark);
}

.form-group.style-border3 i {
  color: var(--gray-color);
}

.form-group.style-border4 {
  /* Small devices */
}

.form-group.style-border4 select,
.form-group.style-border4 textarea,
.form-group.style-border4 input {
  background: transparent;
  border: 1px solid var(--light-color);
  color: var(--light-color);
  border-radius: 50px;
  height: 64px;
}

.form-group.style-border4 select::-webkit-input-placeholder, .form-group.style-border4 textarea::-webkit-input-placeholder, .form-group.style-border4 input::-webkit-input-placeholder {
  color: var(--light-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-group.style-border4 select::-moz-placeholder, .form-group.style-border4 textarea::-moz-placeholder, .form-group.style-border4 input::-moz-placeholder {
  color: var(--light-color);
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.form-group.style-border4 select:-ms-input-placeholder, .form-group.style-border4 textarea:-ms-input-placeholder, .form-group.style-border4 input:-ms-input-placeholder {
  color: var(--light-color);
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.form-group.style-border4 select::-ms-input-placeholder, .form-group.style-border4 textarea::-ms-input-placeholder, .form-group.style-border4 input::-ms-input-placeholder {
  color: var(--light-color);
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.form-group.style-border4 select::placeholder,
.form-group.style-border4 textarea::placeholder,
.form-group.style-border4 input::placeholder {
  color: var(--light-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-group.style-border4 select:focus,
.form-group.style-border4 textarea:focus,
.form-group.style-border4 input:focus {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.form-group.style-border4 select:focus::-webkit-input-placeholder, .form-group.style-border4 textarea:focus::-webkit-input-placeholder, .form-group.style-border4 input:focus::-webkit-input-placeholder {
  color: var(--theme-color);
}

.form-group.style-border4 select:focus::-moz-placeholder, .form-group.style-border4 textarea:focus::-moz-placeholder, .form-group.style-border4 input:focus::-moz-placeholder {
  color: var(--theme-color);
}

.form-group.style-border4 select:focus:-ms-input-placeholder, .form-group.style-border4 textarea:focus:-ms-input-placeholder, .form-group.style-border4 input:focus:-ms-input-placeholder {
  color: var(--theme-color);
}

.form-group.style-border4 select:focus::-ms-input-placeholder, .form-group.style-border4 textarea:focus::-ms-input-placeholder, .form-group.style-border4 input:focus::-ms-input-placeholder {
  color: var(--theme-color);
}

.form-group.style-border4 select:focus::placeholder,
.form-group.style-border4 textarea:focus::placeholder,
.form-group.style-border4 input:focus::placeholder {
  color: var(--theme-color);
}

.form-group.style-border4 textarea {
  border-radius: 24px;
}

.form-group.style-border4 option {
  color: var(--title-dark);
}

.form-group.style-border4 i {
  color: var(--light-color);
  top: 24px;
}

@media (max-width: 767px) {
  .form-group.style-border4 select,
  .form-group.style-border4 textarea,
  .form-group.style-border4 input {
    height: 50px;
  }
  .form-group.style-border4 i {
    top: 16px;
  }
  .form-group.style-border4:has(textarea) i {
    top: 22px;
  }
}

.form-group.style-white .form-select,
.form-group.style-white .form-control {
  background: var(--white-color);
}

.form-group.style-white > i {
  top: 20px;
  background: transparent;
  color: var(--theme-color);
}

.form-group.style-radius .form-select,
.form-group.style-radius .form-control {
  border-radius: 50px;
  /*height: 60px;*/
}

.form-group.style-radius textarea.form-control {
  border-radius: 16px;
}

.form-group.style-radius > i {
  top: 22px;
}

[class*="col-"].form-group > i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}

.form-rounded-10 .form-control,
.form-rounded-10 .form-select {
  border-radius: 10px !important;
}

.form-rounded-10 .th-btn {
  border-radius: 10px;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

input[type="checkbox"] ~ label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: block;
  margin-bottom: 6px;
}

input[type="checkbox"] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 5.5px;
  background-color: transparent;
  border: 1px solid rgba(28, 45, 55, 0.2);
  border-radius: 3px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
}

input[type="checkbox"].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}

input[type="checkbox"].style2 ~ label:before {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #8B929C;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}

input[type="checkbox"].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}

input[type="radio"] ~ label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

input[type="radio"] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 18px;
  margin-top: -0.3em;
  display: block;
  color: var(--theme-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}

textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}

.form-messages.mb-0 * {
  margin-bottom: 0;
}

.form-messages.success {
  color: var(--success-color);
  display: block;
}

.form-messages.error {
  color: var(--error-color);
  display: block;
}

.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
}

.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}

.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  opacity: 0 !important;
}

.swiper-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media (min-width: 1000px) {
  .aminities-slider .slider-arrow {
    display: none ;
  }
}
.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 53px 0 0px 0;
  line-height: 3px;
  height: 3px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 64px;
  --swiper-pagination-bullet-horizontal-gap: 12px;
  margin: 5px 7px;
  height: 3px;
  opacity: 1;
  border-radius: 0;
  background-color: var(--theme-color);
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color2);
}

.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullets.style2 .swiper-pagination-bullet {
  height: 2px;
  background: #8A9AA0;
}

.swiper-pagination-bullets.style2 .swiper-pagination-bullet:hover, .swiper-pagination-bullets.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.swiper-pagination-bullets.style3 {
  height: 16px;
  bottom: var(--swiper-pagination-bottom, 0px);
}

.swiper-pagination-bullets.style3 .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid var(--light-color);
  border-radius: 50%;
}

.swiper-pagination-bullets.style3 .swiper-pagination-bullet:hover, .swiper-pagination-bullets.style3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.swiper-pagination-bullets.style4 {
  height: 10px;
}

.swiper-pagination-bullets.style4 .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid var(--light-color);
  border-radius: 50%;
  position: relative;
}

.swiper-pagination-bullets.style4 .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  inset: 0px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-pagination-bullets.style4 .swiper-pagination-bullet:hover {
  background-color: var(--white-color);
}

.swiper-pagination-bullets.style4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white-color);
}

.swiper-pagination-bullets.style4 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  inset: -12px;
}

.swiper-pagination-bullets.style5 {
  text-align: start;
}

.swiper-pagination-bullets.style5 .swiper-pagination-bullet {
  background: var(--light-color);
}

.swiper-pagination-bullets.style5 .swiper-pagination-bullet:hover, .swiper-pagination-bullets.style5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.slider-pagination.swiper-pagination-progressbar {
  width: -webkit-fill-available;
  position: relative;
  height: 1px;
  background: #D9D9D9;
  top: auto;
  bottom: 0px;
  margin: 70px 0px 0;
}

.slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 1px;
  top: auto;
  bottom: 0;
  background: var(--theme-color);
}

.slider-pagination-progressbar2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--light-color);
  z-index: 1;
}

.slider-pagination-progressbar2 .slider-progressbar-fill {
  width: 100%;
  height: 0;
  background-color: var(--theme-color);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.slider-pagination.slider-pagination-progressbar3 {
  background: var(--light-color);
}

.slider-pagination.slider-pagination-progressbar3 .swiper-pagination-progressbar-fill {
  background-color: var(--theme-color2);
}

.slider-area {
  position: relative;
}

.slider-arrow {
  display: inline-block;
  padding: 0;
  /* background-color: var(--white-color); */
  background-image: url("http://www.gardenvalleyemhss.edu.in/resources/img/bg-img/628.jpg");
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  border: none;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 55px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 55px) / -2);
  z-index: 3;
  border-radius: 99px;
}

.slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}

.slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}

.slider-arrow:hover {
  background-color: var(--theme-color2);
  color: var(--theme-color);
}

.slider-arrow.style2 {
  border: 1px solid var(--white-color);
  --icon-size: 48px;
  line-height: 46px;
}

.slider-arrow.style2:hover {
  background: var(--title-dark);
  color: var(--white-color);
}

.slider-arrow.style2:hover img {
  -webkit-filter: grayscale(9) invert(1);
          filter: grayscale(9) invert(1);
}

.slider-arrow.style3 {
  border: 1px solid var(--white-color);
  background: var(--white-color);
  --icon-size: 48px;
  line-height: 46px;
}

.slider-arrow.style3:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.slider-arrow.style3:hover img {
  -webkit-filter: grayscale(9) invert(1);
          filter: grayscale(9) invert(1);
}

.slider-arrow.style4 {
  border: 1px solid var(--title-dark);
  background: transparent;
  line-height: 52px;
  /* Medium devices */
}

.slider-arrow.style4:hover {
  background: var(--title-dark);
}

.slider-arrow.style4:hover img {
  -webkit-filter: invert(1) contrast(9);
          filter: invert(1) contrast(9);
}

@media (max-width: 991px) {
  .slider-arrow.style4 {
    line-height: 37px;
  }
}

.slider-arrow.style5 {
  border: 1px solid var(--theme-color);
  background: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-arrow.style5:hover {
  background: var(--theme-color);
}

.slider-arrow.style5:hover img {
  -webkit-filter: invert(1) contrast(9);
          filter: invert(1) contrast(9);
}

.slider-arrow.style6 {
  border: 1px solid var(--white-color);
  background: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-arrow.style6 img {
  -webkit-filter: invert(1) contrast(9);
          filter: invert(1) contrast(9);
}

.slider-arrow.style6:hover {
  background: var(--white-color);
}

.slider-arrow.style6:hover img {
  -webkit-filter: none;
          filter: none;
}

.slider-arrow.style7 {
  border: 1px solid var(--white-color);
  background: transparent;
  line-height: 52px;
  /* Medium devices */
}

.slider-arrow.style7 img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-arrow.style7:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.slider-arrow.style7:hover img {
  -webkit-filter: invert(1) contrast(9);
          filter: invert(1) contrast(9);
}

@media (max-width: 991px) {
  .slider-arrow.style7 {
    line-height: 37px;
  }
}

.slider-arrow.style8 {
  border: 1px solid var(--theme-color3);
  background: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-arrow.style8:hover {
  background: var(--theme-color3);
}

.slider-arrow.style8:hover img {
  -webkit-filter: invert(1) contrast(9);
          filter: invert(1) contrast(9);
}

.arrow-margin .slider-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap {
  position: relative;
}

.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
}

.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .slider-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -30px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .slider-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -30px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    display: none !important;
  }
}

.icon-box {
  /* Medium devices */
}

.icon-box .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 991px) {
  .icon-box .slider-arrow {
    display: inline-block !important;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-arrow {
    margin-right: 0;
  }
}

/*slider-drag-cursor**************/
.slider-drag-cursor {
  pointer-events: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: -2px;
  height: 36px;
  width: 36px;
  -webkit-transition: width .1s ease-in-out;
  transition: width .1s ease-in-out;
  background: rgba(28, 45, 55, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 100%;
  color: var(--white-color);
  display: none;
  cursor: none;
}

.slider-drag-cursor.active {
  display: block;
}

/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  /* background-color: var(--theme-color); */
  background-color: white;
}
.logo-mobile{
  width:200px;
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid var(--th-border-color);
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--th-border-color);
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-dark);
  padding-left: 18px;
}

.th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.th-mobile-menu ul li.th-active > a {
  color: var(--theme-color);
}

.th-mobile-menu ul li.th-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.th-mobile-menu ul li ul {
  padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
  position: absolute;
  inset: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-color: transparent;
  color: var(--title-dark);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}

.th-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: none;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
  content: '\f068';
}

.th-mobile-menu ul .menu-item-has-children.th-active > a:after {
  content: "\f068";
}

.th-mobile-menu > ul {
  padding: 0 30px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.th-menu-toggle:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.th-menu-toggle.style-text-white {
  color: var(--white-color);
}

.th-menu-toggle.sidebar-btn {
  width: auto;
}

.th-menu-toggle.sidebar-btn:hover {
  background: transparent;
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}


.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.preloader .th-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

.preloader-inner img {
  display: block;
  margin: 0 auto 0 auto;
}

#preloader .txt-loading {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#preloader .preloading-img {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px auto;
  text-align: center;
  margin: 0 auto;
}

.preloading-animate {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

#preloader .txt-loading .letters-loading {
  font-weight: 700;
  letter-spacing: 10px;
  display: inline-block;
  position: relative;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  #preloader .txt-loading .letters-loading {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 5px;
  }
}

#preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#preloader .txt-loading .letters-loading {
  color: var(--light-color);
}

#preloader .txt-loading .letters-loading:before {
  color: var(--theme-color);
}

/* css  */
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px;
  }
}

/*===== Preloader One =======*/
/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  text-align: center;
  /* background-color: white; */
  color: white;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 14.5px 20px;
  min-width: 125px;
  border-radius: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.th-btn i {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  color: var(--white-color);
}

.th-btn .btn-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.th-btn.th-btn-icon:after {
  content: '';
  position: relative;
  background-image: url(../img/icon/arrow-right.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-btn:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: -webkit-linear-gradient(330deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  opacity: 0.3;
}

.th-btn:focus, .th-btn:hover, .th-btn.active {
  color: var(--white-color);
  box-shadow: none;
}

.th-btn:focus:before, .th-btn:hover:before, .th-btn.active:before {
  -webkit-animation: shine 1.5s ease-out infinite;
          animation: shine 1.5s ease-out infinite;
}

.th-btn.btn-mask {
  border-radius: 0;
  -webkit-mask-image: url(../img/theme-img/btn-shape.png);
          mask-image: url(../img/theme-img/btn-shape.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background: var(--theme-color2);
  color: var(--title-color);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 20px 24px;
}

.th-btn.btn-mask:hover, .th-btn.btn-mask:active, .th-btn.btn-mask:focus {
  border-radius: 50px;
}

.th-btn.btn-mask .th-btn-icon {
  -webkit-filter: none;
          filter: none;
  color: var(--title-color);
}

.th-btn.btn-mask .th-btn-icon img {
  width: 16px;
}

.th-btn.btn-mask .btn-icon {
  -webkit-filter: none;
          filter: none;
}

.th-btn.btn-mask2 {
  border-radius: 0;
  background-image: url(../img/theme-img/btn-shape2.png);
  background-size: 100% 100%;
  background-color: transparent;
  color: var(--white-color);
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 20px 24px;
}

.th-btn.btn-mask2.th-btn-icon:after {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}

.th-btn.btn-mask2.th-btn-icon img {
  width: 16px;
}

.th-btn.btn-mask2:hover, .th-btn.btn-mask2:active, .th-btn.btn-mask2:focus {
  border-radius: 50px;
  background: var(--white-color);
  color: var(--title-color);
}

.th-btn.btn-mask2:hover:after, .th-btn.btn-mask2:active:after, .th-btn.btn-mask2:focus:after {
  -webkit-filter: none;
          filter: none;
}

.th-btn.style2 {
  background: var(--title-color);
  color: var(--white-color);
  padding: 21px 32px;
}

.th-btn.style2.th-btn-icon:after {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
  color: var(--white-color);
  width: 22px;
  height: 22px;
}

.th-btn.style3 {
  background: var(--title-dark);
  color: var(--white-color);
  padding: 21px 32px;
}

.th-btn.style3.th-btn-icon:after {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
  color: var(--white-color);
  width: 22px;
  height: 22px;
}

.th-btn.style3 .btn-icon {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}

.th-btn.style4 {
  color: var(--white-color);
}

.th-btn.style4.th-btn-icon:after {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
  color: var(--white-color);
  width: 23px;
  height: 23px;
}

.th-btn.style5 {
  background-color: var(--theme-color2);
  color: var(--title-color);
  padding: 20px 32px;
}

.th-btn.style5:hover {
  color: var(--theme-color);
}

.th-btn.style-border {
  border: 1px solid var(--white-color);
  padding: 16px 24px;
  background: transparent;
}

.th-btn.style-border.th-btn-icon:after {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
  color: var(--white-color);
  width: 22px;
  height: 22px;
}

.th-btn.style-border:before {
  background-image: -webkit-linear-gradient(330deg, rgba(108, 108, 108, 0) 30%, rgba(108, 108, 108, 0.5), rgba(108, 108, 108, 0) 70%);
  background-image: linear-gradient(120deg, rgba(108, 108, 108, 0) 30%, rgba(108, 108, 108, 0.5), rgba(108, 108, 108, 0) 70%);
}

.th-btn.style-border .btn-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-btn.style-border:hover {
  background: var(--white-color);
  color: var(--title-color);
}

.th-btn.style-border:hover.th-btn-icon:after {
  -webkit-filter: none;
          filter: none;
  color: var(--title-color);
}

.th-btn.style-border:hover .btn-icon {
  -webkit-filter: none;
          filter: none;
}

.th-btn.style-border2 {
  border: 1px solid var(--theme-color);
  padding: 16px 30px;
  color: var(--theme-color);
  background: transparent;
}

.th-btn.style-border2.th-btn-icon:after {
  -webkit-filter: brightness(4);
          filter: brightness(4);
  color: var(--theme-color);
  width: 22px;
  height: 22px;
}

.th-btn.style-border2 .btn-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--theme-color);
  -webkit-filter: none;
          filter: none;
}

.th-btn.style-border2:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.th-btn.style-border2:hover.th-btn-icon:after {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
  color: var(--white-color);
}

.th-btn.style-border2:hover .btn-icon {
  color: var(--white-color);
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
}

.th-btn.style-border3 {
  border: 1px solid var(--white-color);
  padding: 20px 32px;
  background: transparent;
}

.th-btn.style-border3.th-btn-icon:after {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
  color: var(--white-color);
  width: 22px;
  height: 22px;
}

.th-btn.style-border3:before {
  background-image: -webkit-linear-gradient(330deg, rgba(108, 108, 108, 0) 30%, rgba(108, 108, 108, 0.5), rgba(108, 108, 108, 0) 70%);
  background-image: linear-gradient(120deg, rgba(108, 108, 108, 0) 30%, rgba(108, 108, 108, 0.5), rgba(108, 108, 108, 0) 70%);
}

.th-btn.style-border3 .btn-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-btn.style-border3:hover {
  background: var(--white-color);
  color: var(--title-color);
}

.th-btn.style-border3:hover.th-btn-icon:after {
  -webkit-filter: none;
          filter: none;
  color: var(--title-color);
}

.th-btn.style-border3:hover .btn-icon {
  -webkit-filter: none;
          filter: none;
}

.th-btn.style-border4 {
  border: 1px solid var(--theme-color);
  padding: 20px 32px;
  color: var(--theme-color);
  background: transparent;
}

.th-btn.style-border4.th-btn-icon:after {
  -webkit-filter: brightness(4);
          filter: brightness(4);
  color: var(--theme-color);
  width: 22px;
  height: 22px;
}

.th-btn.style-border4 .btn-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--theme-color);
  -webkit-filter: none;
          filter: none;
}

.th-btn.style-border4:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.th-btn.style-border4:hover.th-btn-icon:after {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
  color: var(--white-color);
}

.th-btn.style-border4:hover .btn-icon {
  color: var(--white-color);
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
}

.th-btn.style-border5 {
  border: 1px solid var(--title-dark);
  padding: 20px 32px;
  color: var(--title-dark);
  background: transparent;
}

.th-btn.style-border5.th-btn-icon:after {
  -webkit-filter: brightness(4);
          filter: brightness(4);
  color: var(--title-dark);
  width: 22px;
  height: 22px;
}

.th-btn.style-border5 .btn-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--title-dark);
  -webkit-filter: none;
          filter: none;
}

.th-btn.style-border5:hover {
  background: var(--title-dark);
  color: var(--white-color);
}

.th-btn.style-border5:hover.th-btn-icon:after {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
  color: var(--white-color);
}

.th-btn.style-border5:hover .btn-icon {
  color: var(--white-color);
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
}

.th-btn.style-border6 {
  border: 1px solid var(--white-color);
  padding: 16px 24px;
  background: transparent;
}

.th-btn.style-border6.th-btn-icon:after {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
  color: var(--white-color);
  width: 22px;
  height: 22px;
}

.th-btn.style-border6:before {
  background-image: -webkit-linear-gradient(330deg, rgba(108, 108, 108, 0) 30%, rgba(108, 108, 108, 0.5), rgba(108, 108, 108, 0) 70%);
  background-image: linear-gradient(120deg, rgba(108, 108, 108, 0) 30%, rgba(108, 108, 108, 0.5), rgba(108, 108, 108, 0) 70%);
}

.th-btn.style-border6 .btn-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.th-btn.style-border6:hover {
  background: var(--theme-color2);
  color: var(--theme-color);
  border-color: var(--theme-color2);
}

.th-btn.style-border6:hover.th-btn-icon:after {
  -webkit-filter: none;
          filter: none;
  color: var(--theme-color);
}

.th-btn.style-border6:hover .btn-icon {
  -webkit-filter: none;
          filter: none;
}

.th-btn.style-border7 {
  border: 1px solid var(--theme-color3);
  padding: 16px 30px;
  color: var(--theme-color3);
  background: transparent;
}

.th-btn.style-border7.th-btn-icon:after {
  -webkit-filter: brightness(4);
          filter: brightness(4);
  color: var(--theme-color3);
  width: 22px;
  height: 22px;
}

.th-btn.style-border7 .btn-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--theme-color3);
  -webkit-filter: none;
          filter: none;
}

.th-btn.style-border7:hover {
  background: var(--theme-color3);
  color: var(--white-color);
}

.th-btn.style-border7:hover.th-btn-icon:after {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
  color: var(--white-color);
}

.th-btn.style-border7:hover .btn-icon {
  color: var(--white-color);
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
}

.th-btn.style-white {
  background: var(--white-color);
  color: var(--theme-color);
}

.th-btn.style-white:hover {
  background: var(--theme-color2);
}

.th-btn.style-white2 {
  background: var(--white-color);
  color: var(--theme-color);
  padding: 21px 32px;
}

.th-btn.style-white2.th-btn-icon:after {
  width: 22px;
  height: 22px;
}

.th-btn.style-white2:hover {
  background: var(--theme-color2);
}

.th-btn.btn-fw {
  width: 100%;
}

.th-btn.btn-fw:before, .th-btn.btn-fw:after {
  display: none;
}

.th-btn.btn-fw:hover {
  background: var(--white-color);
  color: var(--title-color);
}

.th-btn.btn-sm {
  padding: 16px 25px;
  min-width: 152px;
}

.th-btn.circle-btn {
  height: 200px;
  width: 200px;
  border: 1px solid rgba(196, 207, 222, 0.28);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
}

.th-btn.circle-btn .circle-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.th-btn.circle-btn .circle-btn-wrap i {
  color: var(--theme-color);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 24px;
}

.th-btn.circle-btn .circle-btn-wrap span {
  margin-top: 10px;
  line-height: 1.857;
  width: 100%;
}

@-webkit-keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}

@-webkit-keyframes btn-icon-anim {
  0% {
    top: 0;
    right: 2px;
  }
  25% {
    top: -10px;
    right: -10px;
  }
  50% {
    top: 10px;
    opacity: 0;
    right: 17px;
  }
  100% {
    top: 0;
    right: 2px;
    opacity: 1;
  }
}

@keyframes btn-icon-anim {
  0% {
    top: 0;
    right: 2px;
  }
  25% {
    top: -10px;
    right: -10px;
  }
  50% {
    top: 10px;
    opacity: 0;
    right: 17px;
  }
  100% {
    top: 0;
    right: 2px;
    opacity: 1;
  }
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px; /* adjust as needed */
  height: 60px;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  color: var(--title-color);
  border-radius: 50%;
  border: 1px solid var(--th-border-color);
  transition: 0.4s ease-in-out;
  position: relative;
  text-align: center;
  line-height: 1; /* reduced space between lines */
  flex-direction: column; /* allows vertical stacking */
}


.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}

.icon-btn.style2:hover {
  background-color: var(--theme-color2);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.4em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}



.play-btn.style2 > i {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  font-size: 32px;
}

.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.play-btn.style3 > i {
  --icon-size: 74px;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
}

/* .play-btn.style3:before, .play-btn.style3:after {
  background-color: rgba(28, 45, 55, 0.7);
}

.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.play-btn.style3:hover:before, .play-btn.style3:hover:after {
  background-color: var(--white-color);
} */

.play-btn.style4 > i {
  --icon-size: 80px;
  font-size: 22px;
  background-color: rgba(28, 45, 55, 0.5);
  color: var(--white-color);
}

.play-btn.style4:before, .play-btn.style4:after {
  background: transparent;
  border: 1px solid var(--white-color);
}

.play-btn.style4:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.play-btn.style5 > i {
  --icon-size: 116px;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
}

.play-btn.style5:before, .play-btn.style5:after {
  background: transparent;
  border: 1px solid var(--white-color);
}

.play-btn.style5:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.play-btn.style6 > i {
  --icon-size: 100px;
  font-size: 30px;
  background-color: transparent;
  color: var(--white-color);
  z-index: 1;
  position: relative;
}

.play-btn.style6 > i:after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
}

.play-btn.style6:before, .play-btn.style6:after {
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

.play-btn.style6:hover > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.responsive-video{
  height:500px;
}
@media (max-width: 991px) {
  .responsive-video{
    height:200px;
    width:100%
  }}


.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 16px);
  margin-top: -0.3em;
  font-weight: 600;
  display: flex;
  /* justify-content: center; */
  text-align: center;
}

.sec-title.style2 {
  margin-top: -0.32em;
}

.sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--theme-color);
  margin-bottom: 28px;
  line-height: 1;
  padding: 8px 0px;
  position: relative;
}

.sub-title:after, .sub-title:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 32px;
  background: var(--theme-color);
}

.sub-title:before {
  top: 0;
  left: 0;
}

.sub-title:after {
  bottom: 0;
  left: 0;
}

.sub-title.h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.14em;
}

.sub-title i {
  font-size: 32px;
  margin-right: 10px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .sub-title i {
    font-size: 24px;
  }
}

.sub-title.text-white:after, .sub-title.text-white:before {
  background: var(--white-color);
}

.sub-title2 {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.4em;
  /* Extra small devices */
}

.sub-title2:before {
  content: '';
  height: 1px;
  width: 48px;
  background-color: var(--theme-color);
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sub-title2.text-white:before {
  background-color: var(--white-color);
}

.sub-title2.text-theme3:before {
  background-color: var(--theme-color3);
}

@media (max-width: 375px) {
  .sub-title2:before {
    display: none;
  }
}

.sub-title3 {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -0.4em;
}

.sub-title3:after, .sub-title3:before {
  content: '';
  height: 1px;
  width: 48px;
  background-color: var(--theme-color);
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .sub-title3:after, .sub-title3:before {
    display: none;
  }
}

.sub-title3.text-white:after, .sub-title3.text-white:before {
  background-color: var(--white-color);
}

.sub-title3.text-theme2:after, .sub-title3.text-theme2:before {
  background: var(--theme-color2);
}

.sub-title3.text-theme3:after, .sub-title3.text-theme3:before {
  background: var(--theme-color3);
}

.sub-title3.after-none:after {
  display: none;
}

.sub-title3.before-none:before {
  display: none;
}

.sub-title4 {
  background: var(--theme-color2);
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color);
  text-transform: uppercase;
  padding: 4px 15px;
  border-radius: 6px;
  font-family: var(--title-font);
  margin-bottom: 30px;
  display: inline-block;
}

.sec-text {
  font-size: 18px;
  line-height: 1.777;
  /* Extra small devices */
}

.sec-text.text-white {
  opacity: 0.8;
}

@media (max-width: 575px) {
  .sec-text {
    font-size: 16px;
  }
}

.box-title {
  font-size: 14px;
  line-height: 1.417;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.box-subtitle {
  margin-bottom: 8px;
}

.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}

.box-title2 a {
  color: inherit;
}

.box-title2 a:hover {
  color: var(--theme-color);
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 11px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 9px;
}

.title-area.text-center .sub-title:before, .title-area.text-center .sub-title:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}

.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

hr.title-line {
  margin-top: 0;
  background-color: var(--smoke-color2);
  opacity: 1;
  margin-bottom: var(--section-title-space) !important;
}

.sec-btn {
  text-align: center;
}
.sec-btn a{
  color:white;
}

.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space);
}

.shadow-title {
  font-family: var(--title-font);
  font-size: 100px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  background: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  margin: -0.67em 0 -0.48em 0;
  display: block;
  /* Medium Large devices */
}
.shadow-title1 {
  font-family: var(--title-font);
  font-size: 100px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  background: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  margin: -0.67em 0 -0.48em 0;
  display: block;
  /* Medium Large devices */
}

.shadow-title.style2 {
  -webkit-text-stroke: 1px rgba(28, 45, 55, 0.15);
}

@media (max-width: 1299px) {
  .shadow-title {
    font-size: 85px;
  }
}

.title-area2 {
  padding: 50px 100px;
}

.title-area2 .subtitle {
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: -0.4em;
  margin-bottom: 5px;
  display: block;
}

.title-area2 .title {
  color: var(--white-color);
  max-width: 430px;
  margin-bottom: -0.26em;
}

@media (max-width: 1700px) {
  .title-area2 {
    padding: 50px 50px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .shadow-title {
    font-size: 64px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .title-area2 .title {
    max-width: 300px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 60px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title.h4 {
    font-size: 22px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .title-area2 {
    text-align: center;
  }
  .title-area2 .title {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .shadow-title {
    font-size: 52px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 40px;
  }
  .title-area2 {
    padding: 40px 20px;
  }
}

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: var(--z-index, 1);
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}

.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}

.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-auto {
  position: relative;
  --z-index: auto;
  z-index: auto;
}

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

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

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

.opacity-30 {
  opacity: 0.3;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--title-color);
  padding: 0.25em 0.45em;
  font-size: 0.7em;
  border-radius: 50%;
  top: 8px;
  right: 8px;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.th-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  text-align: center;
  justify-content: space-between;
  
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 32px);
  height: var(--icon-size, 32px);
  line-height: var(--icon-size, 32px);
  /* background-color: transparent; */
  color: var(--theme-color);
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  
}

.th-social a:last-child {
  margin-right: 0;
}

.th-social a:hover {
  background-color: #EED26E;
  color: var(--white-color);
}

.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.th-social.style2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.th-social.style2 a {
  width: auto;
  height: auto;
  line-height: normal;
  background: transparent;
  border: 0;
}

.th-social.style2 a:hover {
  background: transparent;
  color: var(--theme-color2);
}

.th-social.style3 a {
  --icon-size: 40px;
  line-height: 40px;
  color: var(--theme-color);
  font-size: 16px;
}

.th-social.style3 a:hover {
  color: black;
}

.th-social.style4 a {
  --icon-size: 45px;
  border-radius: 50%;
  background: var(--body-color);
  color: var(--white-color);
}

.th-social.style4 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.th-social.style5 a {
  --icon-size: 32px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--smoke-color3);
  color: var(--white-color);
}

.th-social.style5 a:hover {
  background: var(--white-color);
  color: var(--title-dark);
}

.th-social.style6 a {
  --icon-size: 24px;
  font-size: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.th-social.style6 a:hover {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
  color: var(--title-color);
}

.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.box-icon img {
  height: 40px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.box-text {
  margin-bottom: -0.5em;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* Small devices */
}

.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}

@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}

.th-bg-img {
  position: absolute;
  inset: 0;
}

.th-bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.link-anim .text-anime {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: normal;
}

.link-anim .text {
  display: block;
  -webkit-animation: move-down-alternate 0.2s ease forwards;
          animation: move-down-alternate 0.2s ease forwards;
}

.link-anim:hover .text, .link-anim:active .text, .link-anim:focus .text {
  -webkit-animation: move-up-alternate 0.2s ease forwards;
          animation: move-up-alternate 0.2s ease forwards;
}

@-webkit-keyframes move-up-alternate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes move-down-alternate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes move-down-alternate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.icon-masking {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
}

.icon-masking .mask-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  background: var(--theme-color);
  top: 0;
}

.message-section{
  margin-top: 100px;
}
.slider-container {
  /* margin-top:100px; */
  margin-bottom:100px;
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 50vh;
}

.left-slide {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
 
  transition: transform 0.5s ease-in-out;
}

.left-slide > div {
  
   padding: 140px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  color: white;
}
@media (min-width: 780px) and (max-width: 1299px) {
 
 .left-slide > div  {
    padding: 40px;
  }
}

.left-slide h1 {
  
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: -30px;
}
@media (max-width: 780px) {
  .left-slide > div  {
    padding: 20px;
  }
  .left-slide h1 {
    font-size: 16px;
  }
  .left-slide p{
    font-size:12px;
  }
  .action-buttons{
    display:none;
  }
}
.right-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  transition: transform 0.5s ease-in-out;
}

.right-slide > div {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

button {
  background-color:#002b4e;
  border: black;
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
}

button:hover {
  color: #222;
}

button:focus {
  outline: none;
}

.slider-container .action-buttons button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
}

.slider-container .action-buttons .down-button {
  transform: translateX(-100%);
  border-radius: 5px 0 0 5px;
}

.slider-container .action-buttons .up-button {
  transform: translateY(-100%);
  border-radius: 0 5px 5px 0;
}
.rightslide1{
              background-image: url("../img/leader2.png");

}

.leftslide1{
              background-image: url("../img/leader1.jpg");

}


/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

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

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

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

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

.fs-md {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-xs {
  font-size: 14px;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--title-dark) !important;
}

.bg-theme2 {
  background-color: var(--theme-color2) !important;
}

.bg-theme3 {
  background-color: var(--theme-color3) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-smoke4 {
  background-color: var(--smoke-color4) !important;
}

.bg-gray {
  background-color: var(--gray-color) !important;
}

.bg-gray2 {
  background-color: var(--gray-color2) !important;
}

.bg-gray3 {
  background-color: var(--gray-color3) !important;
}

.bg-gray4 {
  background-color: var(--gray-color4) !important;
}

.bg-gray5 {
  background-color: var(--gray-color5) !important;
}

.bg-gray6 {
  background-color: var(--gray-color6) !important;
}

.bg-gray7 {
  background-color: var(--gray-color7) !important;
}

.bg-light {
  background-color: var(--light-color) !important;
}

.bg-light2 {
  background-color: var(--light-color2) !important;
}

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

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-black2 {
  background-color: var(--black-color2) !important;
}

.bg-black3 {
  background-color: var(--black-color3) !important;
}

.bg-black4 {
  background-color: var(--black-color4) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-title-dark {
  background-color: var(--title-dark) !important;
}

.gradient-body {
  background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
  background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}


.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}

.bg-top-right {
  background-size: auto;
  background-position: top right;
}

.bg-top-left {
  background-size: auto;
  background-position: top left;
}

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

.section-bg-shape {
  position: absolute;
  inset: 0 30px;
  z-index: -1;
  overflow: hidden;
  /* Medium Large devices */
  /* Medium devices */
}

.section-bg-shape img {
  width: 100%;
  height: 100%;
}

.section-bg-shape:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  width: 140px;
  height: 140px;
  -webkit-filter: blur(175px);
          filter: blur(175px);
  background: var(--theme-color);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  z-index: 1;
}

.section-bg-shape.left-shadow:after {
  left: 0px;
  right: auto;
}

@media (max-width: 1399px) {
  .section-bg-shape {
    inset: 0 20px;
  }
}

@media (max-width: 991px) {
  .section-bg-shape {
    inset: 0;
    background: var(--title-dark);
  }
}

.sec-bg-shape2-1.text-white,
.sec-bg-shape2-2.text-white,
.sec-bg-shape2-3.text-white {
  -webkit-filter: brightness(9);
          filter: brightness(9);
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color2) !important;
}

.text-theme3 {
  color: var(--theme-color3) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-title-dark {
  color: var(--title-dark) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-gray {
  color: var(--gray-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}

.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}

[data-overlay]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}

[data-overlay="title"]:before {
  background-color: var(--title-color);
}

[data-overlay="smoke"]:before {
  background-color: var(--smoke-color);
}

[data-overlay="white"]:before {
  background-color: var(--white-color);
}

[data-overlay="black"]:before {
  background-color: var(--black-color);
}

[data-overlay="overlay1"]:before {
  background-color: #080E1C;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.9;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before, .hero-slider10 .slider-banner-dots .single-banner-dot-wrap .dot:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2.8);
            transform: scale(2.8);
    opacity: 0;
  }
}

.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  -webkit-animation: wave 70s linear infinite;
          animation: wave 70s linear infinite;
}

@-webkit-keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}

@keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}

.fancy-animation {
  -webkit-animation: morph 8s ease-in-out infinite;
          animation: morph 8s ease-in-out infinite;
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
          animation: movingX 8s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.movingCar {
  -webkit-animation: movingCar 25s linear infinite;
          animation: movingCar 25s linear infinite;
}

@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
            transform: translateX(calc(100vw*-1 + 108%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
            transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

.moving {
  -webkit-animation: moving 8s linear infinite;
          animation: moving 8s linear infinite;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.moving2 {
  -webkit-animation: moving2 8s linear infinite;
          animation: moving2 8s linear infinite;
}

@-webkit-keyframes moving2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.moving3 {
  -webkit-animation: moving3 8s linear infinite;
          animation: moving3 8s linear infinite;
}

@-webkit-keyframes moving3 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moving3 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.spin {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bg-color-ani,
.color-animate {
  -webkit-animation: bgColor 6s linear infinite;
          animation: bgColor 6s linear infinite;
}

@-webkit-keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }
  25% {
    background-color: #81F24C;
  }
  50% {
    background-color: #41F27D;
  }
  75% {
    background-color: #0500FF;
  }
  100% {
    background-color: #F2BA4C;
  }
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scalein {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes scalein {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

.spin2 {
  -webkit-animation: spin2 10s linear infinite;
          animation: spin2 10s linear infinite;
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}


.img-shine {
  position: relative;
}

.img-shine:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

.img-shine:hover:after {
  -webkit-animation: imgShine 1s;
          animation: imgShine 1s;
}

@-webkit-keyframes imgShine {
  100% {
    left: 125%;
  }
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.wp-block-categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.wp-block-categories a {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 20px 0px 20px 32px;
  font-size: 16px;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before,
.wp-block-categories a::before {
  /* content: '\e0cc'; */
  position: absolute;
  left: 0;
  top: 21px;
  font-family: var(--icon-font);
  font-weight: 300;
  color: var(--gray-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.wp-block-categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li span,
.widget_meta li span,
.widget_pages li span,
.widget_archive li span,
.widget_categories li span,
.wp-block-categories li span {
  color: inherit;
  position: absolute;
  right: 0;
  pointer-events: none;
  text-align: right;
}

.widget_nav_menu .menu > li:last-child > a,
.widget_nav_menu > ul > li:last-child > a,
.widget_meta .menu > li:last-child > a,
.widget_meta > ul > li:last-child > a,
.widget_pages .menu > li:last-child > a,
.widget_pages > ul > li:last-child > a,
.widget_archive .menu > li:last-child > a,
.widget_archive > ul > li:last-child > a,
.widget_categories .menu > li:last-child > a,
.widget_categories > ul > li:last-child > a,
.wp-block-categories .menu > li:last-child > a,
.wp-block-categories > ul > li:last-child > a {
  border-bottom: none;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.wp-block-categories a:hover {
  color: var(--theme-color2);
}

.widget_nav_menu a:hover::before,
.widget_meta a:hover::before,
.widget_pages a:hover::before,
.widget_archive a:hover::before,
.widget_categories a:hover::before,
.wp-block-categories a:hover::before {
  opacity: 1;
  color: var(--theme-color2);
}

.widget_nav_menu a:hover ~ span,
.widget_meta a:hover ~ span,
.widget_pages a:hover ~ span,
.widget_archive a:hover ~ span,
.widget_categories a:hover ~ span,
.wp-block-categories a:hover ~ span {
  color: var(--theme-color2);
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_categories .sub-menu,
.widget_categories .children,
.wp-block-categories .sub-menu,
.wp-block-categories .children {
  margin-left: 10px;
}

.wp-block-categories {
  list-style: none;
  padding: 0;
}

.wp-block-categories > li:last-child > a {
  border-bottom: none;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.th-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  padding: var(--widget-padding-y, 30px) var(--widget-padding-x, 30px);
  background-color: var(--theme-color);
  margin-bottom: 24px;
  position: relative;
  border-radius: 8px;
  border: 0;
}

.widget[data-overlay]:before {
  z-index: -1;
}

.widget .th-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}

.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
  border-radius: 0px;
}

.widget textarea {
  min-height: 120px;
}

.widget .form-group > i {
  background-color: var(--white-color);
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--body-font);
  color: var(--white-color);
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 30px 0;
}

.widget_title:after, .widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: rgba(164, 181, 186, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.widget_title:after {
  background-color: var(--gray-color);
  width: 50px;
  height: 3px;
  border-radius: 0;
  margin-bottom: 0;
}

.widget-form {
  --bs-gutter-x: 20px;
}

.sidebar-area {
  margin-bottom: 30px;
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
}

.sidebar-area .widget_nav_menu > ul,
.sidebar-area .widget_nav_menu .menu,
.sidebar-area .widget_meta > ul,
.sidebar-area .widget_meta .menu,
.sidebar-area .widget_pages > ul,
.sidebar-area .widget_pages .menu,
.sidebar-area .widget_archive > ul,
.sidebar-area .widget_archive .menu,
.sidebar-area .widget_categories > ul,
.sidebar-area .widget_categories .menu,
.sidebar-area .wp-block-categories > ul,
.sidebar-area .wp-block-categories .menu {
  margin: -20px 0 -20px 0;
}

.sidebar-area .widget_nav_menu a,
.sidebar-area .widget_meta a,
.sidebar-area .widget_pages a,
.sidebar-area .widget_archive a,
.sidebar-area .widget_categories a,
.sidebar-area .wp-block-categories a {
  color: var(--white-color);
}

.sidebar-area .widget_nav_menu a:hover,
.sidebar-area .widget_meta a:hover,
.sidebar-area .widget_pages a:hover,
.sidebar-area .widget_archive a:hover,
.sidebar-area .widget_categories a:hover,
.sidebar-area .wp-block-categories a:hover {
  color: var(--theme-color2);
}

.sidebar-area .wp-block-categories {
  margin: -20px 0 -20px 0;
}

.sidebar-area .sidebar-gallery {
  margin-bottom: 0 !important;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.sidebar-area .wp-block-search__label,
.sidebar-area .wp-block-group__inner-container h2 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  padding-bottom: 20px;
  margin: -0.12em 0 38px 0;
}

.sidebar-area .wp-block-search__label:after, .sidebar-area .wp-block-search__label:before,
.sidebar-area .wp-block-group__inner-container h2:after,
.sidebar-area .wp-block-group__inner-container h2:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidebar-area .wp-block-search__label:after,
.sidebar-area .wp-block-group__inner-container h2:after {
  background-color: var(--theme-color);
  width: 40px;
}

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}


.sidebar-area .widget_shopping_cart .th-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .sidebar-shop .widget {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .sidebar-shop .widget {
    margin-bottom: 24px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .recent-post .post-title {
    font-size: 16px;
  }
}




.footer-widget {
  margin-bottom: 50px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}

.footer-widget .sidebar-gallery {
  gap: 20px;
}

.footer-widget .sidebar-gallery .gallery-thumb {
  border-radius: 0px;
}

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 600;
  font-size: 24px;
  font-family: var(--body-font);
  text-transform: capitalize;
  margin: -0.12em 0 30px 0;
  padding: 0;
}

.footer-widget .widget_title:after, .footer-widget .widget_title:before {
  display: none;
}

.footer-widget .widget_title img {
  margin: -7px 10px 0 0;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -4px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -4px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 22px;
  margin-bottom: 21px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border-bottom: none;
  position: relative;
}

.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f105";
  font-weight: 400;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 16px;
  background-color: transparent;
  border: none;
  color: var(--body-color);
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color2);
}

.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color2);
  left: 5px;
}

.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 300px;
  margin-bottom: 20px;
}

.footer-widget .recent-post .media-img {
  max-width: 80px;
}

.footer-widget .recent-post .media-img:after {
  line-height: 74px;
}

.footer-widget .recent-post .post-title {
  color: var(--white-color);
}

.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-widget .recent-post .recent-post-meta {
  margin-top: -0.4em;
}

.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}

.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
}

.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}

.about-logo {
  margin-bottom: 15px;
}

.th-widget-about {
  max-width: 354px;
  margin-bottom: -0.5em;
}

.th-widget-about .about-logo {
  margin-bottom: 44px;
}

.th-widget-about .about-text {
  margin-bottom: 30px;
  margin-top: -0.5em;
}

.footer-text {
  margin-top: -0.5em;
  margin-bottom: -0.5em;
}

.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}

.icon-group a:last-child {
  margin-right: 0;
}



.th-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}

.th-widget-contact .info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.th-widget-contact .info-box_text .icon {
  color: var(--body-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 1px solid var(--body-color);
  border-radius: 50%;
  text-align: center;
}

.th-widget-contact .info-box_text .icon img {
  -webkit-filter: contrast(0) brightness(2) opacity(0.7);
          filter: contrast(0) brightness(2) opacity(0.7);
}

.th-widget-contact .info-box_text .details {
  margin-top: -0.3em;
}

.th-widget-contact .info-box_text .details p {
  margin-bottom: 0;
}

.th-widget-contact .info-box_text a {
  color: inherit;
}

.th-widget-contact .info-box_text a:hover {
  color: var(--theme-color2);
}

.th-widget-contact .info-box_text:not(:last-child) {
  margin-bottom: 18px;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .th-widget-about .about-text {
    margin-bottom: 20px;
  }
}

/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}

.th-header .icon-btn {
  border-radius: 99px;
}

.th-header .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  background-color: #dde8dd;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  /* background-color: var(--theme-color); */
  background-color: #dde8dd;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
  /* color: var(--white-color); */
  color: #364440;
}

.main-menu a:hover {
  /* color: var(--theme-color2); */
   color: #364440;
}

.main-menu > ul > li {
  margin: 0 22px;
}

.main-menu > ul > li > a {
  padding: 46.5px 0;
}

.main-menu > ul > li > a:hover {
  color: var(--theme-color2);
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul li:has(.sub-menu) > a:after, .main-menu ul li:has(.mega-menu) > a:after, .main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  /* color: var(--white-color); */
  color: #212529;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-menu ul li:has(.sub-menu) > a:hover:after, .main-menu ul li:has(.mega-menu) > a:hover:after, .main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: var(--theme-color2);
}

.main-menu ul li:last-child {
  margin-right: 0 !important;
}

.main-menu ul li:first-child {
  margin-left: 0 !important;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}

.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1) translateX(0%);
      -ms-transform: scaleY(1) translateX(0%);
          transform: scaleY(1) translateX(0%);
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}

.main-menu ul.sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}

.main-menu ul.sub-menu li:has(.sub-menu) > a:after, .main-menu ul.sub-menu li:has(.mega-menu) > a:after, .main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
  display: inline-block;
  color: var(--title-color);
}

.main-menu ul.sub-menu li:has(.sub-menu) > a:hover:after, .main-menu ul.sub-menu li:has(.mega-menu) > a:hover:after, .main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  content: "\f105";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul.sub-menu li a {
  position: relative;
  text-transform: capitalize;
}

.main-menu ul.sub-menu li a:before {
  content: "\e1b1";
  position: absolute;
  top: 7px;
  left: 0px;
  font-family: var(--icon-font);
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.main-menu ul.sub-menu li a:hover {
  color: var(--theme-color);
  padding-left: 27px;
}

.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.main-menu .mega-menu-wrap {
  position: static;
}

@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}

.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}

.simple-icon:has(.badge) {
  padding-right: 8px;
}

.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header-button a{
    font-size:14px;
}
.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}

.header-button .icon-btn:hover .badge {
  background-color: var(--title-dark);
}

.header-button .th-btn {
  padding: 12px 20px;
}

.sidebar-btn .line {
  display: block;
  height: 1px;
  width: 32px;
  background: var(--title-dark);
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar-btn .line:not(:last-child) {
  margin-bottom: 9px;
}

.sidebar-btn .line:nth-child(2) {
  width: 20px;
}

.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}

.sidebar-btn.style2 .line {
  margin-right: 0;
}

.sidebar-btn.style2 .line:first-child {
  width: 20px;
}

.sidebar-btn.style2 .line:nth-child(2) {
  width: 27px;
}

.sidebar-btn.style2:hover .line:first-child {
  width: 32px;
}

.sidebar-btn.style2:hover .line:nth-child(2) {
  width: 32px;
}

.sidebar-btn.style3 .line {
  margin-right: 0;
}

.sidebar-btn.style3 .line:first-child {
  width: 32px;
}

.sidebar-btn.style3 .line:nth-child(2) {
  width: 27px;
}

.sidebar-btn.style3:hover .line:first-child {
  width: 32px;
}

.sidebar-btn.style3:hover .line:nth-child(2) {
  width: 32px;
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}

.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}

.social-links a:last-child {
  margin-right: 0 !important;
}

.social-links a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}


  .header-logo img {
      width:290px;
    /* padding-top: 10px;
    padding-bottom: 10px; */
  }

@media (max-width: 778px) {
.header-logo img{
  width:250px;
  height: auto;
}
.hero-style14{
  /* margin-top: 130px; */
}
}



.header-notice {
  margin: 0;
}

.dropdown-link {
  position: relative;
}

.dropdown-link > a {
  color: var(--body-color);
}

.dropdown-link > a i {
  color: var(--theme-color);
  margin-right: 5px;
}

.dropdown-toggle::after {
  content: "\f078";
  border: none;
  font-family: var(--icon-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
  margin-top: -1px;
}

.dropdown-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--th-border-color);
}

.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}

.dropdown-menu li:after {
  display: none;
}

.dropdown-menu li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.dropdown-menu a {
  color: var(--title-dark) !important;
}

.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}

.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid var(--th-border-color);
  border-left: 1px solid var(--th-border-color);
}

.header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  gap: 15px;
}

.header-icons .icon-btn {
  font-size: 18px;
}

.header-icons .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}

.header-icons .icon-btn:hover .badge {
  background-color: var(--title-dark);
}

.header-search {
  position: relative;
}

.header-search input {
  height: 46px;
  border: 1px solid var(--th-border-color);
  width: 500px;
  max-width: 100%;
  /* Large devices */
}

.header-search input:focus {
  border-color: var(--theme-color);
}

@media (max-width: 1199px) {
  .header-search input {
    max-width: 350px;
  }
}

.header-search button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  width: 50px;
  height: 46px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 0 99px 99px 0;
}

.menu-expand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--theme-color2);
  padding: 17px 25px;
  width: 100%;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .menu-expand {
    font-size: 15px;
  }
}

.menu-expand i {
  margin-right: 15px;
}

.menu-expand:hover {
  color: var(--white-color);
}


/* Medium devices */
@media (max-width: 991px) {
  .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .header-button {
    margin: 22px 0;
  }
}


/* Medium devices */
@media (max-width: 991px) {
  .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .header-button {
    margin: 22px 0;
  }
}





/* Header 5 ---------------------------------- */
.header-layout5 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}

.header-layout5 .menu-area {
  position: relative;
}

.header-layout5 .menu-area .sidebar-btn.style3 {
  position: absolute;
  left: -80px;
  background: var(--theme-color);
  height: 100%;
  padding: 0 24px;
}

.header-layout5 .sticky-wrapper.sticky .menu-area {
  margin-top: 0;
}

.header-layout5 .main-menu > ul > li > a {
  padding: 36.5px 0;
}

.header-layout5 .main-menu > ul > li > a:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  background: var(--white-color);
  width: 0%;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-layout5 .main-menu > ul > li > a:hover {
  /* color: var(--white-color); */
  color: #0690d6;
}

.header-layout5 .main-menu > ul > li > a:hover:before {
  width: 100%;
}

.header-layout5 .main-menu > ul > li > a:hover:after {
  color: var(--white-color);
}

.header-layout5 .th-menu-toggle.sidebar-btn {
  background: transparent;
}

.header-layout5.style2 .sticky-wrapper:after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: 0.8;
}

.header-layout5.style-border {
  border-bottom: 1px solid var(--gray-color);
}

@media (max-width: 1500px) {
  .header-layout5 .sticky-wrapper.sticky {
    /* background: var(--theme-color); */
    background:#dde8dd;
  }
  .header-layout5 .menu-area {
    border-radius: 0;
    /* padding: 0 30px; */
    margin-top: 0px;
  }
}

@media (max-width: 1299px) {
  .header-layout5 .header-button {
    display: none;
  }
  .header-layout5 .menu-area {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .header-layout5 .menu-area {
    padding: 0;
  }
}

@media (min-width: 1900px) {
  .header-layout5 {
    --main-container: 1760px;
  }
}

@media (max-width: 1899px) {
  .header-layout5 {
    --main-container: 1460px;
  }
}




/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --th-border-color: rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
  background-color: #212428;
  overflow: hidden;
}

.footer-wrapper .social-links a {
  margin: 0 30px 0 0;
}

.widget-area {
  padding-top: 80px;
  padding-bottom: 30px;
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-links ul {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  position: relative;
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-links li:last-child:after {
  display: none;
}

.footer-links a {
  font-family: var(--body-font);
  color: var(--light-color);
}

.footer-links a:hover {
  color: var(--white-color);
}

.copyright-wrap {
  padding: 20px 0;
  background-size: 100% auto;
  background-color: rgba(23, 26, 30, 0.4);
}

.copyright-wrap .copyright-text {
  color: var(--theme-color);
}

.copyright-wrap .copyright-text a {
  color: var(--theme-color);
}

.copyright-wrap .copyright-text a:hover {
  color: var(--title-color);
}

.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: var(--theme-color);
}

.copyright-text a:hover {
  color: var(--white-color);
}


/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
  .copyright-text {
    text-align: center;
  }
}

/* Footer Area Default---------------------------------- */
.footer-default {
  --body-color: #A4B5BA;
}

.footer-default .widget-area {
  padding-top: 120px;
  padding-bottom: 70px;
}

/* Footer Area 1---------------------------------- */
.footer-layout1 {
  --body-color: #1C2D37;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}
/* .widget-area{
  margin-top: 100px;
} */
.footer-layout1 .footer-wrap {
  margin: 80px 80px 80px;
}

.footer-layout1 .footer-widget .widget_title {
  color: var(--theme-color);
}

.footer-layout1 .th-widget-contact .info-box_text .icon img {
  -webkit-filter: none;
          filter: none;
}

.footer-layout1 .th-widget-contact .info-box_text a:hover {
  color: var(--title-color);
}

.footer-layout1 .footer-widget.widget_meta a:hover,
.footer-layout1 .footer-widget.widget_pages a:hover,
.footer-layout1 .footer-widget.widget_archive a:hover,
.footer-layout1 .footer-widget.widget_categories a:hover,
.footer-layout1 .footer-widget.widget_nav_menu a:hover {
  color: var(--title-color);
}

.footer-layout1 .footer-widget.widget_meta a:hover:before,
.footer-layout1 .footer-widget.widget_pages a:hover:before,
.footer-layout1 .footer-widget.widget_archive a:hover:before,
.footer-layout1 .footer-widget.widget_categories a:hover:before,
.footer-layout1 .footer-widget.widget_nav_menu a:hover:before {
  color: var(--title-color);
}

.footer-layout1 .newsletter-wrap {
  margin-top: 40px;
}

.footer-layout1 .copyright-wrap {
  background: var(--light-color);
  padding: 22px 0;
}

.footer-layout1 .copyright-wrap .copyright-text {
  color: #1B1B1B;
}

.footer-layout1 .copyright-wrap .footer-links ul {
  gap: 10px 24px;
}

.footer-layout1 .copyright-wrap .footer-links a {
  color: #1B1B1B;
}

.footer-layout1 .copyright-wrap .footer-links a:hover {
  color: var(--white-color);
}

@media (max-width: 1500px) {
  .footer-layout1 .footer-wrap {
    margin: 40px 40px 40px;
  }
}

@media (max-width: 1399px) {
  .footer-layout1 .footer-wrap {
    margin: 20px 20px 20px;
  }
}

@media (max-width: 991px) {
  
  .footer-layout1 .widget-area {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .footer-layout1 .footer-wrap {
    margin: 0;
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
}


/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 26px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 5px;
  padding-right: 3px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "\f061";
  position: relative;
  margin-left: 13px;
  font-weight: 500;
  font-size: 15px;
  color: inherit;
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 20px;
  /* color: var(--white-color); */
  color:#264c67;
}

.breadcumb-menu a:hover {
  color: var(--theme-color2);
}

.breadcumb-title {
  margin: -0.20em 0 -0.18em 0;
  line-height: 1.1;
  font-size: 48px;
  font-weight: 600;
  color: var(--white-color);
}

.breadcumb-wrapper {
  /* background-image: url(../img/about1.jpg); */
  /* background-color: var(--gray-color); */
  background:white;
  padding: 50px 0;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
   background-position: center center;
}

.breadcumb-wrapper:after {
  content: '';
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0.7;
  z-index: -1;
}
.breadcumb-content h1{
  color:#264c67;
  font-size: 50px;
}
/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 50px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 34px;
  }
  .breadcumb-wrapper {
    padding: 50px 0;
  }
  .breadcumb-content h1{
    font-size: 30px;
  }
}


.th-pagination span,
.th-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  background-color: transparent;
  width: 48px;
  height: 48px;
  line-height: 48px;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  border-radius: 50%;
}


.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}


.th-pagination span.prev-page,
.th-pagination span.next-page,
.th-pagination a.prev-page,
.th-pagination a.next-page {
  width: auto;
  padding: 0 24px;
  border-radius: 30px;
  line-height: 46px;
}






/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Hero 1 ---------------------------------- */
.hero-title {
  
  margin-bottom: 24px;
  margin-top: -0.2em;
}
.hero-subtitle, .title1{
    color:#c59e6e;

}
.hero-title span {
  display: block;
}



.hero-social-link {
  position: absolute;
  /* left: 70px; */
  left:40px;
  bottom: 52px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  display: inline-block;
  z-index: 1;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
}

.hero-social-link .social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}

.hero-social-link .social-wrap a {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
  /* text-transform: uppercase; */
  position: relative;
}

/* .hero-social-link .social-wrap a:after {
  content: '';
  position: absolute;
  right: -50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-color2);
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
} */

.hero-social-link .social-wrap a:hover {
  color: var(--theme-color2);
}

.hero-social-link .social-wrap a:last-child:after {
  display: none;
}

@media (max-width: 1500px) {
  .hero-social-link {
    /* left: 55px; */
  }
}

@media (max-width: 1399px) {
  .hero-social-link {
    /* left: 35px; */
  }
}

@media (max-width: 991px) {
  .hero-social-link {
    display: none;
  }
}

.hero-video-wrap {
  --icon-size: 116px;
  /* Medium devices */
}

.hero-video-wrap .play-btn i:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .hero-video-wrap {
    padding-bottom: 120px;
  }
}

/*------------------- 4.9. Error  -------------------*/
.error-area-1 {
  /* padding: 225px 0; */
  /* Medium devices */
}

@media (max-width: 991px) {
  .error-area-1 {
    padding: 80px 0;
  }
}

.error-img {
  text-align: center;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  /* Medium devices */
}

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

@media (max-width: 991px) {
  .error-img {
    display: none;
  }
}

.error-content {
  max-width: 553px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .error-content {
    text-align: center;
    max-width: none;
  }
}

.error-title {
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 600;
  color: var(--theme-color);
  /* Medium devices */
}

@media (max-width: 991px) {
  .error-title {
    font-size: 60px;
    margin-top: -0.3em;
  }
}

.error-subtitle {
  font-size: 28px;
  font-weight: 600;
  color: var(--theme-color);
  /* Extra small devices */
}

@media (max-width: 767px) {
  .error-subtitle {
    font-size: 20px;
  }
}

.error-text {
  margin-bottom: 72px;
  font-size: 18px;
  color: var(--theme-color);
  margin-left: auto;
  margin-right: auto;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .error-text {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-text {
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .th-social a {
  box-shadow: none;
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}

.sidemenu-wrapper .recent-post .post-title,
.sidemenu-wrapper .widget_title {
  color: var(--title-color);
}

.sidemenu-wrapper .th-widget-contact .info-box_text .icon img {
  -webkit-filter: none;
          filter: none;
}

.sidemenu-wrapper .newsletter-widget .newsletter-form {
  max-width: none;
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* Extra small devices */
@media (max-width: 575px) {
  .sidemenu-wrapper {
    background: transparent;
  }
  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .th-btn {
    margin-bottom: 10px;
  }
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}

.info-box:last-child {
  margin-bottom: 0;
}

.info-box_icon {
  font-size: 16px;
  background-color: transparent;
  color: var(--theme-color);
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}

.info-box_link:hover {
  color: var(--theme-color);
}

#description {
  margin-bottom: 30px;
}

#description p {
  color: var(--theme-color);
}

span.select2-selection.select2-selection--single:focus {
  outline: none;
}

/*------------------- 4.00. Contact  -------------------*/
/* Contact ---------------------------------- */
.location-map {
  position: relative;
}

.location-map .location-map-address {
  border-radius: 10px;
  background: var(--theme-color);
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px;
  gap: 14px;
  max-width: 252px;
  position: absolute;
  right: 95px;
  bottom: 50px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .location-map .location-map-address {
    right: 15px;
  }
}

.location-map .location-map-address .thumb {
  width: 67px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--gray-color);
}

.location-map .location-map-address .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-map .location-map-address .title {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--body-font);
}

.location-map .location-map-address .text {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-color);
  margin-bottom: 8px;
  font-family: var(--body-font);
}

.location-map .location-map-address .text:last-child {
  margin-bottom: 0;
}

.contact-map {
  line-height: 0px;
  max-width: 1920px;
    border-radius: 20px;
  margin: 0 auto;
  padding: 30px 0;
}

.contact-map iframe {
  width: 100%;
  height: 377px;
  border-radius: 20px;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .contact-map iframe {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .contact-map iframe {
    height: 350px;
  }
}

.contact-map.style2 {
  max-width: none;
  width: 100%;
}

.contact-map.style2 iframe {
  height: 450px;
  border-radius: 0;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .contact-map.style2 iframe {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .contact-map.style2 iframe {
    height: 350px;
  }
}

/* Contact Area 1---------------------------------- */
.contact-bg-shape1-1 {
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .contact-bg-shape1-1 {
    display: none;
  }
}

.about-contact-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border: 1px solid #97AE97;
  border-radius: 16px;
  padding: 24px 24px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}

.about-contact-grid .about-contact-icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--title-dark);
  border-radius: 50%;
  color: var(--white-color);
}

.about-contact-grid .about-contact-icon img {
  -webkit-filter: invert(1) contrast(9);
          filter: invert(1) contrast(9);
}

.about-contact-grid .about-contact-details-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: -0.3em;
  margin-bottom: 8px;
}

.about-contact-grid .about-contact-details-text {
  margin-bottom: 0;
}

.about-contact-grid:hover {
  box-shadow: 0px 15px 30px rgba(176, 198, 176, 0.5);
  border-color: transparent;
}

.contact-sec-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  /* Medium devices */
}

.contact-sec-map .contact-map {
  height: 100%;
}

.contact-sec-map .contact-map iframe {
  height: 100%;
  border-radius: 0;
}

.contact-sec-map .location-map-address {
  background: var(--title-dark);
  right: 15%;
  bottom: 30%;
}

@media (max-width: 991px) {
  .contact-sec-map {
    position: relative;
    top: auto;
    bottom: -80px;
    width: 100%;
  }
  .contact-sec-map .contact-map iframe {
    height: 350px;
  }
}

/* Contact Page 1---------------------------------- */
.about-contact-grid.style2 {
  background: var(--theme-color);
  border-radius: 8px;
}

.about-contact-grid.style2 .about-contact-icon {
  width: 70px;
  height: 70px;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 70px;
  font-size: 32px;
  color: var(--white-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .about-contact-grid.style2 .about-contact-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.about-contact-grid.style2 .about-contact-details-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
}

.about-contact-grid.style2 .about-contact-details-text {
  color: var(--light-color);
}

.about-contact-grid.style2 .about-contact-details-text a {
  color: var(--light-color);
}

.about-contact-grid.style2 .about-contact-details-text a:hover {
  color: var(--theme-color2);
}

.about-contact-grid.style2:hover .about-contact-icon {
  background: var(--light-color);
  border-color: var(--light-color);
  color: var(--theme-color);
}

/* Contact Page 1.1---------------------------------- */
.about-contact-grid.style3 {
  border-color: var(--white-color);
}

.about-contact-grid.style3 .about-contact-icon {
  background: var(--theme-color);
}

.about-contact-grid.style3 .about-contact-details-text {
  color: var(--theme-color);
}

.about-contact-grid.style3:hover {
  box-shadow: 0px 15px 30px rgba(131, 150, 155, 0.5);
}

/* Contact Page 4---------------------------------- */
.contact-wrap4 {
  border-radius: 16px;
  overflow: hidden;
}

.contact-wrap4 .appointment-wrap2 {
  border-radius: 0;
}

.contact-wrap4 .contact-thumb4-1 {
  height: 100%;
}

.contact-wrap4 .contact-thumb4-1 img {
  height: 100%;
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.img-box1 {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.img-box1 img {
  display: inline-block;
  position: relative;
  -webkit-mask-image: url(../img/shape/about-1-mask.png);
          mask-image: url(../img/shape/about-1-mask.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  width: 100%;
}

.about-tag {
  display: inline-block;
  position: relative;
  padding: 22px;
}

.about-tag .about-tag-thumb {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}

.about-experience-tag {
  display: inline-block;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  z-index: 1;
  font-size: 20px;
  font-weight: 300;
  font-family: var(--body-font);
  /* color: var(--white-color); */
  /* color:#3f484f; */
  color:#c59e6e;;
  line-height: normal;
  text-align: center;
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -125px;
  margin-top: -125px;
}

.about-experience-tag span {
  --rotate-letter: 7deg;
  height: 127px;
  position: absolute;
  width: 20px;
  left: 42%;
  top: -2px;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(var(--rotate-letter));
      -ms-transform: rotate(var(--rotate-letter));
          transform: rotate(var(--rotate-letter));
}

.about-experience-tag span.char2 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 2));
      -ms-transform: rotate(calc(var(--rotate-letter) * 2));
          transform: rotate(calc(var(--rotate-letter) * 2));
}

.about-experience-tag span.char3 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 3));
      -ms-transform: rotate(calc(var(--rotate-letter) * 3));
          transform: rotate(calc(var(--rotate-letter) * 3));
}

.about-experience-tag span.char4 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 4));
      -ms-transform: rotate(calc(var(--rotate-letter) * 4));
          transform: rotate(calc(var(--rotate-letter) * 4));
}

.about-experience-tag span.char5 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 5));
      -ms-transform: rotate(calc(var(--rotate-letter) * 5));
          transform: rotate(calc(var(--rotate-letter) * 5));
}

.about-experience-tag span.char6 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 6));
      -ms-transform: rotate(calc(var(--rotate-letter) * 6));
          transform: rotate(calc(var(--rotate-letter) * 6));
}

.about-experience-tag span.char7 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 7));
      -ms-transform: rotate(calc(var(--rotate-letter) * 7));
          transform: rotate(calc(var(--rotate-letter) * 7));
}

.about-experience-tag span.char8 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 8));
      -ms-transform: rotate(calc(var(--rotate-letter) * 8));
          transform: rotate(calc(var(--rotate-letter) * 8));
}

.about-experience-tag span.char9 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 9));
      -ms-transform: rotate(calc(var(--rotate-letter) * 9));
          transform: rotate(calc(var(--rotate-letter) * 9));
}

.about-experience-tag span.char10 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 10));
      -ms-transform: rotate(calc(var(--rotate-letter) * 10));
          transform: rotate(calc(var(--rotate-letter) * 10));
}

.about-experience-tag span.char11 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 11));
      -ms-transform: rotate(calc(var(--rotate-letter) * 11));
          transform: rotate(calc(var(--rotate-letter) * 11));
}

.about-experience-tag span.char12 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 12));
      -ms-transform: rotate(calc(var(--rotate-letter) * 12));
          transform: rotate(calc(var(--rotate-letter) * 12));
}

.about-experience-tag span.char13 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 13));
      -ms-transform: rotate(calc(var(--rotate-letter) * 13));
          transform: rotate(calc(var(--rotate-letter) * 13));
}

.about-experience-tag span.char14 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 14));
      -ms-transform: rotate(calc(var(--rotate-letter) * 14));
          transform: rotate(calc(var(--rotate-letter) * 14));
}

.about-experience-tag span.char15 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 15));
      -ms-transform: rotate(calc(var(--rotate-letter) * 15));
          transform: rotate(calc(var(--rotate-letter) * 15));
}

.about-experience-tag span.char16 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 16));
      -ms-transform: rotate(calc(var(--rotate-letter) * 16));
          transform: rotate(calc(var(--rotate-letter) * 16));
}

.about-experience-tag span.char17 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 17));
      -ms-transform: rotate(calc(var(--rotate-letter) * 17));
          transform: rotate(calc(var(--rotate-letter) * 17));
}

.about-experience-tag span.char18 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 18));
      -ms-transform: rotate(calc(var(--rotate-letter) * 18));
          transform: rotate(calc(var(--rotate-letter) * 18));
}

.about-experience-tag span.char19 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 19));
      -ms-transform: rotate(calc(var(--rotate-letter) * 19));
          transform: rotate(calc(var(--rotate-letter) * 19));
}

.about-experience-tag span.char20 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 20));
      -ms-transform: rotate(calc(var(--rotate-letter) * 20));
          transform: rotate(calc(var(--rotate-letter) * 20));
}

.about-experience-tag span.char21 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 21));
      -ms-transform: rotate(calc(var(--rotate-letter) * 21));
          transform: rotate(calc(var(--rotate-letter) * 21));
}

.about-experience-tag span.char22 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 22));
      -ms-transform: rotate(calc(var(--rotate-letter) * 22));
          transform: rotate(calc(var(--rotate-letter) * 22));
}

.about-experience-tag span.char23 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 23));
      -ms-transform: rotate(calc(var(--rotate-letter) * 23));
          transform: rotate(calc(var(--rotate-letter) * 23));
}

.about-experience-tag span.char24 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 24));
      -ms-transform: rotate(calc(var(--rotate-letter) * 24));
          transform: rotate(calc(var(--rotate-letter) * 24));
}

.about-experience-tag span.char25 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 25));
      -ms-transform: rotate(calc(var(--rotate-letter) * 25));
          transform: rotate(calc(var(--rotate-letter) * 25));
}

.about-experience-tag span.char26 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 26));
      -ms-transform: rotate(calc(var(--rotate-letter) * 26));
          transform: rotate(calc(var(--rotate-letter) * 26));
}

.about-experience-tag span.char27 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 27));
      -ms-transform: rotate(calc(var(--rotate-letter) * 27));
          transform: rotate(calc(var(--rotate-letter) * 27));
}

.about-experience-tag span.char28 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 28));
      -ms-transform: rotate(calc(var(--rotate-letter) * 28));
          transform: rotate(calc(var(--rotate-letter) * 28));
}

.about-experience-tag span.char29 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 29));
      -ms-transform: rotate(calc(var(--rotate-letter) * 29));
          transform: rotate(calc(var(--rotate-letter) * 29));
}

.about-experience-tag span.char30 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 30));
      -ms-transform: rotate(calc(var(--rotate-letter) * 30));
          transform: rotate(calc(var(--rotate-letter) * 30));
}

.about-experience-tag span.char31 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 31));
      -ms-transform: rotate(calc(var(--rotate-letter) * 31));
          transform: rotate(calc(var(--rotate-letter) * 31));
}

.about-experience-tag span.char32 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 32));
      -ms-transform: rotate(calc(var(--rotate-letter) * 32));
          transform: rotate(calc(var(--rotate-letter) * 32));
}

.about-experience-tag span.char33 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 33));
      -ms-transform: rotate(calc(var(--rotate-letter) * 33));
          transform: rotate(calc(var(--rotate-letter) * 33));
}

.about-experience-tag span.char34 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 34));
      -ms-transform: rotate(calc(var(--rotate-letter) * 34));
          transform: rotate(calc(var(--rotate-letter) * 34));
}

.about-experience-tag span.char35 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 35));
      -ms-transform: rotate(calc(var(--rotate-letter) * 35));
          transform: rotate(calc(var(--rotate-letter) * 35));
}

.about-experience-tag span.char36 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 36));
      -ms-transform: rotate(calc(var(--rotate-letter) * 36));
          transform: rotate(calc(var(--rotate-letter) * 36));
}

.about-experience-tag span.char37 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 37));
      -ms-transform: rotate(calc(var(--rotate-letter) * 37));
          transform: rotate(calc(var(--rotate-letter) * 37));
}

.about-experience-tag span.char38 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 38));
      -ms-transform: rotate(calc(var(--rotate-letter) * 38));
          transform: rotate(calc(var(--rotate-letter) * 38));
}

.about-experience-tag span.char39 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 39));
      -ms-transform: rotate(calc(var(--rotate-letter) * 39));
          transform: rotate(calc(var(--rotate-letter) * 39));
}

.about-experience-tag span.char40 {
  -webkit-transform: rotate(calc(var(--rotate-letter) * 40));
      -ms-transform: rotate(calc(var(--rotate-letter) * 40));
          transform: rotate(calc(var(--rotate-letter) * 40));
}


.img-box3 {
  position: relative;
}

.img-box3 .img1 {
  border-radius: 24px;
  overflow: hidden;
}

.img-box3 .img1 img {
  width: 100%;
}

.img-box3 .about-tag {
  position: absolute;
  top: 60px;
  right: -56px;
  padding: 0;
  /* Extra large devices */
  /* Extra small devices */
}

.img-box3 .about-tag .play-btn {
  --icon-size: 107px;
  border: 0;
  border-radius: 50%;
}

.img-box3 .about-tag .play-btn:after, .img-box3 .about-tag .play-btn:before {
  background: rgba(255, 255, 255, 0.5);
}

.img-box3 .about-tag .play-btn i {
  line-height: 110px;
  background: var(--light-color);
  --icon-font-size: 30px;
}

.img-box3 .about-tag .about-experience-tag {
  color: var(--title-color);
  width: 150px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
}

.img-box3 .about-tag .about-experience-tag span {
  height: 95px;
  top: -11px;
}

@media (max-width: 1500px) {
  .img-box3 .about-tag {
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    background: var(--white-color);
    padding: 60px;
    border-radius: 50%;
  }
}

@media (max-width: 575px) {
  .img-box3 .about-tag {
    padding: 40px;
  }
  .img-box3 .about-tag .play-btn {
    --icon-size: 60px;
  }
  .img-box3 .about-tag .play-btn i {
    --icon-font-size: 20px;
    line-height: 60px;
  }
  .img-box3 .about-tag .about-experience-tag {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
  }
  .img-box3 .about-tag .about-experience-tag span {
    --rotate-letter: 15deg;
    height: 62px;
    top: -10px;
    left: 30%;
  }
}

/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.th-team {
  position: relative;
}

.th-team .team-img {
  position: relative;
  overflow: hidden;
}

.th-team .team-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .team-desig {
  font-size: 26px;
  font-weight: 700;
  display: block;
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: var(--theme-color);
}

.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-team .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  color: var(--theme-color);
}

.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-team .box-title {
  margin-bottom: 0;
}

/* Team Area 1 ---------------------------------- */
.team-area-1 {
  padding-top: calc(450px + 120px);
  /* Medium devices */
}

@media (max-width: 991px) {
  .team-area-1 {
    padding-top: calc(450px + 80px);
  }
}

.team-slider1 {
  text-align: center;
  margin-bottom: 0px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .team-slider1 {
    margin-bottom: 0;
  }
}

.team-slider1 .slider-pagination.swiper-pagination-progressbar {
  bottom: 8px;
  margin: 70px 40px 0;
  background: rgba(255, 255, 255, 0.1);
  /* Medium devices */
}

.team-slider1 .slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--white-color);
}

@media (max-width: 991px) {
  .team-slider1 .slider-pagination.swiper-pagination-progressbar {
    margin: 50px 0 0;
  }
}

.team-slider1 .slider-pagination.swiper-pagination-progressbar.style2 {
  background: rgba(255, 255, 255, 0.5);
}

.team-slider1 .slider-pagination.swiper-pagination-progressbar.style2 .swiper-pagination-progressbar-fill {
  background: var(--theme-color2);
}

.team-slider1 .slider-arrow {
  top: auto;
  bottom: 0px;
  left: 0;
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.team-slider1 .slider-arrow.slider-next {
  right: 0;
  left: auto;
}

/* Team Card ---------------------------------- */
.team-card {
  position: relative;
}

.team-card .team-img img {
  height: 442px;
  object-fit: cover;
}

.team-card .team-card-content {
  position: absolute;
  /* bottom: 24px; */
  padding:20px;
  left: 24px;
  right: 24px;
  top: 325px;
  background: #dde8dd;
  /* background: rgba(22, 65, 90); */
  /* -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); */
  border-radius: 10px;
  /* padding: 18px 25px; */
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* -webkit-mask-image: url(../img/theme-img/team-shape1-2.png);
          mask-image: url(../img/theme-img/team-shape1-2.png); */
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* Extra small devices */
  /* Extra small devices */
}
.team-card:hover .team-card-content:hover{
  background: rgba(2, 30, 46, 0.7);
 
}

@media (max-width: 575px) {
  .team-card .team-card-content {
    padding: 18px 20px;
  }
}

.team-card .team-card-content .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: auto;
  width: 100%;
  text-align: start;
}

.team-card .team-card-content .media .media-body {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.team-card .team-card-content .icon-btn {
  border: 0;
  background: var(--theme-color2);
}

.team-card .team-card-content .icon-btn:hover {
  background: var(--white-color);
}

@media (max-width: 575px) {
  .team-card .team-card-content {
    /*bottom: 15px;*/
    left: 15px;
    right: 15px;
    top: 338px;
  }
}

.team-card .box-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-card .box-title a {
  color: var(--white-color);
}

.team-card .box-title a:hover {
  color: var(--theme-color2);
}

.team-card .team-desig {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: -0.4em;
  display: block;
  color: #002b4e;
}
/* .team-anchor a{
    color: #002b4e;

}
.team-card-content:hover .team-desig {
  color: white;
}

.team-card-content:hover .team-anchor a {
  color: white;
} */

.team-card-content .team-desig,
.team-card-content .team-anchor a {
  color: #002b4e;
  transition: color 0.3s ease;
}

.team-card-content:hover .team-desig,
.team-card-content:hover .team-anchor a {
  color: white;
}
.th-btn-icon {
  color: #002b4e;
  transition: color 0.3s ease;
}

/* On hover of inner card */
.team-card-content:hover .th-btn-icon {
  color: white !important;
}


.team-card .th-social {
  z-index: 1;
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: auto;
  opacity: 0;
  visibility: hidden;
}

.team-card .th-social a {
  display: block;
  text-align: center;
  padding: 0;
  color: var(--white-color);
  border: 1px solid rgba(189, 189, 189, 0.5);
  margin: 0;
  background: transparent;
  --icon-size: 32px;
}

/* .team-card .th-social a:hover {
  color: var(--title-color);
  background: var(--white-color);
} */

/* .team-card:hover .team-card-content {
  top: 24px;
  -webkit-mask-image: url(../img/theme-img/team-shape1.png);
          mask-image: url(../img/theme-img/team-shape1.png);
  padding: 24px 25px;

} */

@media (max-width: 575px) {
  .team-card:hover .team-card-content {
    top: 15px;
    padding: 20px;
  }
}

/* .team-card:hover .th-social {
  opacity: 1;
  visibility: visible;
} */

/* Team Card 2---------------------------------- */
.team-slider2 .slider-arrow {
  --pos-x: -25px;
}

.team-card.style2 {
  padding: 0;
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
}

.team-card.style2 .img-wrap {
  position: relative;
}

.team-card.style2 .img-wrap:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(54, 68, 64, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style2 .team-img img {
  height: auto;
}

.team-card.style2 .team-card-content {
  background: var(--gray-color);
  padding: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: initial;
  -webkit-mask-image: none;
          mask-image: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-card.style2 .box-title {
  margin-bottom: 1px;
}

.team-card.style2 .box-title a {
  color: var(--title-dark);
}

.team-card.style2 .box-title a:hover {
  color: var(--theme-color);
}

.team-card.style2 .team-desig {
  color: var(--title-dark);
}

.team-card.style2 .icon-btn {
  background: var(--title-dark);
  color: var(--white-color);
}

.team-card.style2 .icon-btn img {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style2 .icon-btn:hover {
  background: var(--theme-color2);
  color: var(--title-color);
}

.team-card.style2 .icon-btn:hover img {
  -webkit-filter: none;
          filter: none;
}

.team-card.style2 .th-social-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style2 .th-social-wrap .icon-btn {
  background: transparent;
  border: 0;
  margin-top: 15px;
  font-size: 30px;
}

.team-card.style2 .th-social-wrap .icon-btn img {
  width: 30px;
}

.team-card.style2 .th-social-wrap .icon-btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-card.style2 .th-social-wrap .icon-btn:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.team-card.style2 .th-social {
  background: transparent;
  position: initial;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  width: auto;
}

.team-card.style2 .th-social a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: transparent;
  border: 1px solid rgba(189, 189, 189, 0.5);
  font-size: 16px;
}

.team-card.style2 .th-social a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

.team-card.style2:hover .img-wrap:after {
  opacity: 1;
}

.team-card.style2:hover .th-social-wrap {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}



/* Team Card 4---------------------------------- */
.team-card.style4 {
  padding: 0;
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
}

.team-card.style4 .img-wrap {
  position: relative;
}

.team-card.style4 .img-wrap:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(28, 45, 55, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style4 .team-img img {
  height: auto;
}

.team-card.style4 .team-card-content {
  background: var(--theme-color);
  padding: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: initial;
  -webkit-mask-image: none;
          mask-image: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-card.style4 .box-title {
  margin-bottom: 1px;
}

.team-card.style4 .box-title a {
  color: var(--white-color);
}

.team-card.style4 .box-title a:hover {
  color: var(--theme-color2);
}

.team-card.style4 .team-desig {
  color: var(--white-color);
}

.team-card.style4 .icon-btn {
  background: var(--light-color);
  color: var(--theme-color);
}

.team-card.style4 .icon-btn img {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style4 .icon-btn:hover {
  background: var(--theme-color2);
  color: var(--title-color);
}

.team-card.style4 .th-social-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team-card.style4 .th-social-wrap .icon-btn {
  background: transparent;
  border: 0;
  margin-top: 15px;
  font-size: 30px;
}

.team-card.style4 .th-social-wrap .icon-btn img {
  width: 30px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.team-card.style4 .th-social-wrap .icon-btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.team-card.style4 .th-social {
  background: transparent;
  position: initial;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  width: auto;
}
.th-social-wrap h1{

}

.team-card.style4 .th-social a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: transparent;
  border: 1px solid rgba(189, 189, 189, 0.5);
  font-size: 16px;
}

.team-card.style4 .th-social a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

.team-card.style4:hover .img-wrap:after {
  opacity: 1;
}

.team-card.style4:hover .th-social-wrap {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

/* Team Details ---------------------------------- */
.about-card_title {
  font-size: 32px;
  font-weight: 600;
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .about-card_title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .about-card_title {
    font-size: 24px;
  }
}

.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
}

.th-video {
  position: relative;
  border-radius: 10px;
}

.th-video img {
  border-radius: inherit;
}

.th-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .rounded-20 {
    border-radius: 10px;
  }
}

.rounded-80 {
  border-radius: 80px 80px 0 0;
  /* Small devices */
}

@media (max-width: 767px) {
  .rounded-80 {
    border-radius: 10px 10px 0 0;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}

.modal-backdrop.show {
  opacity: .7;
  z-index: 99;
}

.modal {
  z-index: 999;
  padding-right: 0 !important;
}

.modal-dialog {
  max-width: 100%;
}

.modal-dialog .modal-content {
  background: transparent;
  border: 0;
}

.modal-dialog .modal-content .modal-header {
  border: 0;
}

.modal-dialog .btn-close {
  padding: 0;
  outline: 0;
  box-shadow: none;
  margin: 0 0px 0 auto;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--white-color);
  border: 0;
  opacity: 1;
  -webkit-transform: translate(50%, 50%);
      -ms-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  display: block;
  /* Extra small devices */
}

.modal-dialog .btn-close:hover i {
  -webkit-animation: toTopFromBottom .5s forwards;
          animation: toTopFromBottom .5s forwards;
}

@media (max-width: 575px) {
  .modal-dialog .btn-close {
    -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}

.modal-dialog .page-single {
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 20px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .modal-dialog .page-single {
    padding: 20px;
    border-radius: 15px;
  }
}

/*------------------- 4.00. Service -------------------*/
/* Service Area 1 ---------------------------------- */
.service-card .service-card-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card .box-title {
  margin-top: 30px;
}

.service-card .box-title a {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 600;
}

.service-card .box-title a:hover {
  color: var(--theme-color2);
}

.service-card .box-text {
  color: var(--white-color);
  opacity: 0.8;
}

.service-card:hover .service-card-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* Service Area 2 ---------------------------------- */
.service-card.style2 .service-card-icon {
  width: 96px;
  height: 96px;
  line-height: 93px;
  border-radius: 50%;
  border: 1px solid var(--title-dark);
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .service-card-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2 .box-title {
  margin-top: 17px;
}

.service-card.style2 .box-title a {
  color: var(--title-color);
  font-size: 24px;
  font-weight: 600;
}

.service-card.style2 .box-title a:hover {
  color: var(--title-dark);
}

.service-card.style2 .box-text {
  color: var(--body-color);
  opacity: 0.8;
}

.service-card.style2 .service-img {
  margin-top: 50px;
  border-radius: 24px;
  overflow: hidden;
}

.service-card.style2 .service-img img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style2:hover .img-shine:after {
  -webkit-animation: imgShine 1s;
          animation: imgShine 1s;
}

.service-card.style2:hover .service-card-icon {
  background: var(--title-dark);
}

.service-card.style2:hover .service-card-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-filter: brightness(9);
          filter: brightness(9);
}

.service-card.style2:hover .service-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/* Service Area 3 ---------------------------------- */
.service-slider3 .slider-pagination.swiper-pagination-progressbar {
  background: #8EA3A9;
}

.service-card.style3 .service-card-icon {
  width: 96px;
  height: 96px;
  line-height: 93px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .service-card-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .box-title {
  margin-top: 17px;
}

.service-card.style3 .box-title a {
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 600;
}

.service-card.style3 .box-title a:hover {
  color: var(--title-color);
}

.service-card.style3 .box-text {
  color: var(--theme-color);
  opacity: 0.9;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1500px) {
  .service-card.style3 .box-text {
    font-size: 14px;
  }
}

@media (max-width: 1299px) {
  .service-card.style3 .box-text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .service-card.style3 .box-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .service-card.style3 .box-text {
    font-size: 16px;
  }
}

.service-card.style3 .service-img {
  margin-top: 50px;
  border-radius: 24px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}

.service-card.style3 .service-img img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style3 .service-img:before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

.service-card.style3 .service-img .icon-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 2;
}

.service-card.style3:hover .service-card-icon {
  background: var(--theme-color);
}

.service-card.style3:hover .service-card-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-filter: brightness(9);
          filter: brightness(9);
}

.service-card.style3:hover .service-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.service-card.style3:hover .service-img:before {
  opacity: 0.7;
}

.service-card.style3:hover .service-img .icon-btn {
  opacity: 1;
}

/* Service Area 4 ---------------------------------- */
.service-card.style4 .service-card-icon {
  width: 96px;
  height: 96px;
  line-height: 93px;
  border-radius: 50%;
  border: 1px solid var(--light-color);
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style4 .service-card-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: brightness(9) contrast(0.4);
          filter: brightness(9) contrast(0.4);
}

.service-card.style4 .box-title {
  margin-top: 17px;
}

.service-card.style4 .box-title a {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 600;
}

.service-card.style4 .box-title a:hover {
  color: var(--theme-color2);
}

.service-card.style4 .box-text {
  color: var(--light-color);
}

.service-card.style4 .service-img {
  margin-top: 50px;
  border-radius: 24px;
  overflow: hidden;
}

.service-card.style4 .service-img img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card.style4:hover .img-shine:after {
  -webkit-animation: imgShine 1s;
          animation: imgShine 1s;
}

.service-card.style4:hover .service-card-icon {
  background: var(--light-color);
}

.service-card.style4:hover .service-card-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-filter: none;
          filter: none;
}

.service-card.style4:hover .service-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.feature-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  /* Small devices */
}

@media (max-width: 767px) {
  .feature-list-wrap {
    display: block;
  }
  .feature-list-wrap .feature-card:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*------------------- 4.00. Project -------------------*/
/* Portfolio Area -------------------------------*/
.project-area-1 {
  background-attachment: fixed;
}

.project-wrap1 .project-number-pagination {
  position: absolute;
  z-index: 9;
  left: 146px;
  top: 50%;
  -webkit-transform: translate(0, calc(-50% + 20px));
      -ms-transform: translate(0, calc(-50% + 20px));
          transform: translate(0, calc(-50% + 20px));
  display: inline-block;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .project-wrap1 .project-number-pagination {
    display: none;
  }
}

.project-wrap1 .project-number-pagination .tab-btn {
  position: relative;
  margin: 110px 0;
  cursor: pointer;
}

.project-wrap1 .project-number-pagination .tab-btn:before, .project-wrap1 .project-number-pagination .tab-btn:after {
  content: '';
  position: absolute;
  height: 155px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 50%;
}

.project-wrap1 .project-number-pagination .tab-btn:before {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  background: #D9D9D9;
}

.project-wrap1 .project-number-pagination .tab-btn:nth-child(4) {
  margin-bottom: 0;
}

.project-wrap1 .project-number-pagination .tab-btn:nth-child(4):after {
  display: none;
}

.project-wrap1 .project-number-pagination .tab-btn:first-child {
  margin-top: 0;
}

.project-wrap1 .project-number-pagination .tab-btn span {
  display: block;
  color: var(--title-color);
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: var(--white-color);
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.project-wrap1 .project-number-pagination .tab-btn span:after {
  content: '';
  position: absolute;
  inset: -17px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.project-wrap1 .project-number-pagination .tab-btn.active span {
  opacity: 1;
}

.project-slider-area {
  margin-right: -312px;
  /* Hight Resoulation devices */
  /* Extra small devices */
}

@media (min-width: 1922px) {
  .project-slider-area {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .project-slider-area {
    margin-right: 0;
  }
}

.project-slider1 {
  padding-right: 560px;
  /* Hight Resoulation devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (min-width: 1922px) {
  .project-slider1 {
    padding-right: 0;
  }
}

@media (max-width: 1299px) {
  .project-slider1 {
    padding-right: 500px;
  }
}

@media (max-width: 1199px) {
  .project-slider1 {
    padding-right: 580px;
  }
}

@media (max-width: 991px) {
  .project-slider1 {
    padding-right: 500px;
  }
}

@media (max-width: 767px) {
  .project-slider1 {
    padding-right: 400px;
  }
}

@media (max-width: 575px) {
  .project-slider1 {
    padding-right: 0;
  }
}

.project-slider1 .slider-pagination {
  text-align: start;
}

.project-slider1 .slider-pagination .swiper-pagination-bullet {
  background: var(--white-color);
}

.project-slider1 .slider-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.project-slider1 .slider-pagination .swiper-pagination-bullet:hover, .project-slider1 .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color2);
}

.portfolio-card {
  position: relative;
  width: 100%;
}

.portfolio-card .portfolio-img {
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.portfolio-card .portfolio-img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.portfolio-card .portfolio-img .portfolio-card-shape {
  background: rgba(28, 45, 55, 0.7);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  padding: 25px 50px;
  position: absolute;
  inset: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.portfolio-card .icon-btn {
  --btn-size: 56px;
  line-height: 54px;
  background: var(--theme-color2);
  border-color: var(--theme-color2);
  font-size: 18px;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.portfolio-card .icon-btn img {
  width: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.portfolio-card .icon-btn:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}

.portfolio-card .icon-btn:hover img {
  -webkit-filter: brightness(0) grayscale(9) invert(2);
          filter: brightness(0) grayscale(9) invert(2);
}

.portfolio-card .portfolio-content {
  background-color: transparent;
  z-index: 3;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  padding-top: 22px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .portfolio-card .portfolio-content {
    padding-top: 28px;
  }
}

.portfolio-card:hover .portfolio-img:after {
  -webkit-animation: imgShine 1s;
          animation: imgShine 1s;
}

.portfolio-card:hover .portfolio-img .portfolio-card-shape {
  opacity: 1;
}

.portfolio-card:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
}


/* Appointment 2---------------------------------- */
.appointment-wrap2 {
  border-radius: 16px;
  padding: 40px;
  /* Extra small devices */
}

.appointment-wrap2 .form-title {
  font-weight: 600;
  font-family: var(--body-font);
  margin-top: -0.3em;
  /*margin-bottom: 26px;*/
}

@media (max-width: 375px) {
  .appointment-wrap2 {
    padding: 40px 30px;
  }
}

/*------------------- 4.00. Video -------------------*/
/* Video Area 1 -------------------------------*/
.video-area-1 {
  margin-bottom: -450px;
  z-index: 1;
  position: relative;
}

.video-wrap1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-wrap1 {
    display: block;
  }
}

.video-wrap-details {
  /* background: var(--smoke-color); */
  background: #d5e5d5;
  /* padding: 60px 125px 64px 64px; */
  padding:20px;
  display:flex;
  justify-content: center;
  border-radius: 20px 0 0px 20px;
  align-items: center;
  width: 50%;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.video-wrap-details .title-area h2{
  color:#1C2D37;
}

.video-wrap-details .sec-title {
  text-transform: capitalize;
}

@media (max-width: 1299px) {
  .video-wrap-details {
    padding: 60px 64px 64px 64px;
  }
}

@media (max-width: 1199px) {
  .video-wrap-details {
    padding: 50px 54px 54px 54px;
  }
}

@media (max-width: 991px) {
  .video-wrap-details {
    width: 100%;
    border-radius: 20px 0 20px 20px;
  }
}

@media (max-width: 575px) {
  .video-wrap-details {
    padding: 40px 30px 30px 30px;
  }
}

.video-box1 {
  position: relative;
  width: 80%;
  /* Medium devices */
}

.video-box1 img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.video-box1 .play-btn {
  position: absolute;
  bottom: 56px;
  right: 56px;
}

@media (max-width: 991px) {
  .video-box1 {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
  }
  .video-box1 img {
    width: 100%;
  }
}


.aminities-slider {
  text-align: center;
  /* Medium devices */
}

@media (max-width: 991px) {
  .aminities-slider {
    margin-bottom: 0;
  }
}

.aminities-slider .slider-pagination.swiper-pagination-progressbar {
  bottom: 8px;
  margin: 70px 40px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .aminities-slider .slider-pagination.swiper-pagination-progressbar {
    margin: 50px 0 0;
  }
}

.aminities-slider .slider-arrow {
  top: auto;
  bottom: 0px;
  left: 0;
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
}

.aminities-slider .slider-arrow.slider-next {
  right: 0;
  left: auto;
}

.aminities-card {
  position: relative;
  text-align: center;
  padding: 44px 20px;
  display: block;
  position: relative;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .aminities-card {
    padding: 34px 20px;
  }
}

.aminities-card:after {
  content: '';
  position: absolute;
  inset: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* background: var(--theme-color); */
  background:#002B4E;
  z-index: -1;
}

.aminities-card .aminities-card-img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.aminities-card .aminities-card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aminities-card .aminities-card-icon {

  margin-bottom: 8px;
  position: relative;
}

.aminities-card .aminities-card-icon:after {
  content: '';
  position: relative;
  height: 68px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  margin: 8px auto 0;
}

.aminities-card .aminities-card-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.aminities-card .box-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 0;
  font-family: var(--body-font);
}

.aminities-card:hover:after {
  opacity: 0.6;
}

.aminities-card:hover .aminities-card-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.gallery-card {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* Small devices */
  /* Extra small devices */
}

.gallery-card a {
  border-radius: 32px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.gallery-card a:after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--title-dark);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.2;
}

.gallery-card a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  color: var(--white-color);
  font-size: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.gallery-card a:hover:after {
  opacity: 0.5;
}

.gallery-card a:hover i {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 767px) {
  .gallery-card {
    width: 100%;
  }
  .gallery-card a {
    width: 100%;
  }
  .gallery-card img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .gallery-card a {
    border-radius: 20px;
  }
}

.agency-card .agency-card-img {
    height:220px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  
 
}

.agency-card .agency-card-img:after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: 0.2;
}

.agency-card .agency-card-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
    transition: transform 0.4s ease;
}

.agency-card .agency-card-img .agency-card-brand {
  position: absolute;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 16px;
  background: rgba(28, 45, 55, 0.8);
  top: 16px;
  left: 16px;
  padding: 16px;
  z-index: 1;
  max-width: 106px;
}
.agency-card-img:hover img {
  transform: scale(1.1);
}

.agency-card-brand h6{
  color:#e6ab1a;
  margin-bottom: 0;
  text-align: center;
}
.agency-card .agency-card-img .agency-card-brand img {
  height: auto;
  width: auto;
}

.agency-card .agency-card-details {
  margin-top: 18px;
}

.agency-card .agency-card-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 0;
}

.agency-card .agency-card-text {
  font-size: 16px;
  color: white;
  margin-bottom: 3px;
}

.agency-card .agency-card-text i {
  margin-right: 8px;
}

.agency-card .agency-card-text strong {
  font-weight: 500;
}

.agency-card .agency-card-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 22px;
  gap: 10px;
  /* Medium Large devices */
}

.agency-card .agency-card-meta .btn-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 1399px) {
  .agency-card .agency-card-meta {
    display: block;
  }
  .agency-card .agency-card-meta .btn-wrap {
    margin-top: 20px;
  }
}

.agency-card.style-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* Medium Large devices */
}

.agency-card.style-flex .agency-card-img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.agency-card.style-flex .agency-card-title {
  margin-bottom: 10px;
}

.agency-card.style-flex .agency-card-details {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 1399px) {
  .agency-card.style-flex {
    display: block;
  }
}


/*------------------- 4.00. Megamenu -------------------*/
/*Mega menu area*********************/
.main-menu ul.mega-menu {
  position: absolute;
  top: 100%;
  left: 0 !important;
  right: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: 500px;
  overflow: overlay;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
          transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: var(--white-color);
  padding: 20px 10px;
  /* Medium Large devices */
  /***scroll-bar***/
  /* Medium devices */
}

@media (max-width: 1599px) {
  .main-menu ul.mega-menu {
    width: 920px;
    left: -10rem !important;
  }
}

@media (max-width: 1299px) {
  .main-menu ul.mega-menu {
    left: -18rem !important;
  }
}

.main-menu ul.mega-menu li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.mega-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 0px;
}

.main-menu ul.mega-menu::-webkit-scrollbar-track {
  background: white;
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}

.main-menu ul.mega-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  border-radius: 0px;
}

.main-menu ul.mega-menu li li {
  padding: 2px 0;
}

.main-menu ul.mega-menu li a {
  display: inline-block;
  text-transform: capitalize;
}

.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--title-color);
  border-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}

.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}

.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

@media (max-width: 991px) {
  .main-menu ul.mega-menu {
    padding: 10px 0 !important;
  }
}

.main-menu ul.mega-menu .th-mobile-menu ul li ul li {
  padding-left: 0px;
}

.main-menu ul.mega-menu .th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: none;
}



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

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

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}



/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

.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-45 {
  margin-bottom: 45px;
}

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

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

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

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

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

.mt-80 {
  margin-top: 80px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-n1 {
  margin-top: -.25rem;
}

.mt-n2 {
  margin-top: -.45rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -.25rem;
}

.mb-n2 {
  margin-bottom: -.45rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  padding-top: var(--section-space);

}
.facility-section{
  background-color: #EEF4EE;}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}


.about-feature-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.about-feature-card14 {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 0;
}
.about-feature-card14:hover{
  background-color: #eed26e; /* Light blue background on hover */
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
/* Create a pseudo element for the dotted animated border */
.about-feature-card14::before {
  content: "";
  position: absolute;
  top: -4px;   /* space outside the div */
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 16px; /* slightly larger to match padding */
  border: 2px dotted #002b4e;  /* dotted border color */
    animation: moveDots 3s linear infinite;
  pointer-events: none; /* ignore mouse */
  z-index: -1;
}

/* Animation to move the dotted border */

@keyframes moveDots {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 16px 16px;
  }
}


.about-feature-card14:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
















/* ---------------------------------- */
/* Home 14 
/* ---------------------------------- */
.hero-14 {
  position: relative;
  /* padding-left: 80px; */
  padding-left:40px;
 
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-14 {
    padding-left: 0;
  }
}

.hero-14 .hero-social-link {
  background: var(--gray-color);
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  /* left: 80px; */
  width: 853px;
  z-index: 1;
  /* Medium Large devices */
}

.hero-14 .hero-social-link .social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-space {
  margin-right: 6px; /* adjust spacing as needed */
}

.hero-14 .hero-social-link .social-wrap a {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  color: var(--title-dark);
  /* text-transform: uppercase; */
  position: relative;
}

/* .hero-14 .hero-social-link .social-wrap a:after {
  content: '';
  position: absolute;
  right: -50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--title-dark);
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
} */

.hero-14 .hero-social-link .social-wrap a:hover {
  color: var(--title-color);
}

.hero-14 .hero-social-link .social-wrap a:last-child:after {
  display: none;
}

@media (max-width: 1299px) {
  .hero-14 .hero-social-link {
    display: none;
  }
}

.hero-14 .hero-grid-thumb .box-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.hero-14 .hero-grid-thumb .box-img:after {
  content: '';
  position: absolute;
  inset: 0;
  background: #0D0D0C;
  opacity: 0;
}

.hero-14 .hero-grid-thumb .box-img img {
  height: 160px;
  object-fit: cover;
  width: 100%;
}

.hero-14 .hero-grid-thumb .box-img .slider-number {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--white-color);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}

.hero-14 .hero-grid-thumb .swiper-slide-thumb-active .box-img:after {
  opacity: 0.3;
}

.hero-14 .hero-grid-thumb .swiper-slide-thumb-active .box-img .slider-number {
  opacity: 1;
}

.hero-14 .hero-slider-thumb-wrap {
  /* Large devices */
}

.hero-14 .hero-slider-thumb-wrap .slider-arrow {
  --pos-x: 25px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (max-width: 1199px) {
  .hero-14 .hero-slider-thumb-wrap {
    display: none;
  }
}

.hero-14 .property-search-form-wrap {
  margin: 0;
  background: var(--gray-color);
  /* padding: 30px; */
}

.hero-14 .property-search-form-wrap .property-search-form {
  margin: 0;
  background: var(--white-color);
  border: 0;
  border-radius: 0;
  padding: 0;
  padding-left: 48px;
  /* Extra large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
  .hero-14 .property-search-form-wrap .property-search-form {
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .hero-14 .property-search-form-wrap .property-search-form {
    padding-left: 0;
  }
}

.hero-14 .property-search-form-wrap .property-search-form .form-group {
  margin-left: 0;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .hero-14 .property-search-form-wrap .property-search-form .form-group {
    margin-left: 40px;
  }
}

@media (max-width: 575px) {
  .hero-14 .property-search-form-wrap .property-search-form .form-group {
    margin-left: 30px;
  }
}

.hero-14 .property-search-form-wrap .property-search-form .form-select,
.hero-14 .property-search-form-wrap .property-search-form .form-control {
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-14 .property-search-form-wrap .property-search-form .form-select,
  .hero-14 .property-search-form-wrap .property-search-form .form-control {
    font-size: 14px;
  }
}

.hero-14 .property-search-form-wrap .property-search-form .th-btn {
  width: 100px;
  height: 100px;
  border-radius: 0;
  min-width: auto;
  /* Large devices */
}

@media (max-width: 1199px) {
  .hero-14 .property-search-form-wrap .property-search-form .th-btn {
    margin: 0;
    margin-top: 30px;
    width: 100%;
    height: 60px;
  }
}

.hero-thumb14-1 {
  position: relative;
  height: 100%;
  /* Large devices */
}

.hero-thumb14-1 .about-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-90%, -60%);
      -ms-transform: translate(-90%, -60%);
          transform: translate(-90%, -60%);
  z-index: 1;
  /* Large devices */
}

.hero-thumb14-1 .about-tag .about-experience-tag {
  font-size: 12px;
  font-weight: 500;
  height: 140px;
  width: 140px;
  margin-left: -70px;
  margin-top: -74px;
}

.hero-thumb14-1 .about-tag .about-experience-tag span {
  --rotate-letter: 10.5deg;
  height: 73px;
  left: 38%;
}

.hero-thumb14-1 .about-tag .about-tag-icon {
  width: 32px;
  height: 28px;
  /* background: var(--theme-color2); */
  background: #c59e6e;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.hero-thumb14-1 .about-tag .about-tag-icon:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 1199px) {
  .hero-thumb14-1 .about-tag {
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    left: 50%;
    bottom: 50%;
  }
}

.hero-thumb14-1 .thumb {
  height: 100%;
  max-height: 694px;
  /* Large devices */
}

.hero-thumb14-1 .thumb img {
  /* height: 100%; */
  max-height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1599px) {
  .hero-thumb14-1 .thumb img {
    max-height:650px;
  }
}
.ticker-wrapper-h{
	display: flex;	
	position: relative;
	overflow: hidden;
	border: 1px solid #c59e6e;
}

.ticker-wrapper-h .heading{
	background-color: #c59e6e;
	color: #fff;
	padding: 25px 10px;
	flex: 0 0 auto;
	z-index: 1000;
}
.ticker-wrapper-h .heading:after{
	content: "";
	position: absolute;
	top: 0;
	border-left: 20px solid #c59e6e;
	border-top: 17px solid transparent;
	border-bottom: 15px solid transparent;
}

.ticker-news{
  padding-inline: 20px;
}
.news-ticker-h{
	display: flex;
	margin:0;
	padding: 0;
	padding-left: 90%;
	z-index: 999;
	
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: tic-h;
	animation-duration: 30s;
	
}
.news-ticker-h:hover { 
	animation-play-state: paused; 
}

.news-ticker-h li{
	display: flex;
	width: 100%;
	align-items: center;
	white-space: nowrap;
	padding-left: 20px;
}

.news-ticker-h li a{
	color: #212529;
	font-weight: bold;
}

@keyframes tic-h {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@media (max-width: 1199px) {
  .hero-thumb14-1 .thumb {
    max-height: 550px;
  }
}

@media (max-width: 1199px) {
  .hero-thumb14-1:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}

.hero-style14 {
  padding: 187px 30px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1500px) {
  .hero-style14 {
    padding: 147px 30px;
  }
}

@media (max-width: 1299px) {
  .hero-style14 {
    padding: 140px 30px;
  }
}

@media (max-width: 1199px) {
  .hero-style14 {
    padding: 100px 15px;
  }
}

.hero-style14 .hero-subtitle {
  font-size: 54px;
  font-weight: 400;
  margin-top: -0.3em;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .hero-style14 .hero-subtitle {
    font-size: 46px;
  }
}

@media (max-width: 1299px) {
  .hero-style14 .hero-subtitle {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .hero-style14 .hero-subtitle {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .hero-style14 .hero-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 375px) {
  .hero-style14 .hero-subtitle {
    font-size: 20px;
  }
}

.hero-style14 .hero-title {
  font-size: 74px;
  font-weight: 600;
  margin-bottom: 15px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .hero-style14 .hero-title {
    font-size: 54px;
  }
}

@media (max-width: 1299px) {
  .hero-style14 .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style14 .hero-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .hero-style14 .hero-title {
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .hero-style14 .hero-title {
    font-size: 36px;
  }
}

.hero-style14 .hero-text {
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .hero-style14 .hero-text {
    font-size: 16px;
  }
}

.hero-style14 .btn-wrap {
  margin-top: 42px;
}

/* Aminities area 3 ---------------------------------- */
.aminities-card.style3 {
  border-radius: 50%;
  overflow: hidden;
  /* Extra small devices */
}

.aminities-card.style3:after {
  background: #EEF4EE;
  opacity: 1;
}

.aminities-card.style3:before {
  content: '';
  position: absolute;
  inset: 0 0 50% 0;
  border-radius: 0% 0% 100% 100% / 0% 0% 200% 200%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* background: var(--white-color); */
    background: var(--theme-color);
}

/* .aminities-card.style3 .aminities-card-icon img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
} */

.aminities-card.style3 .aminities-card-icon:after {
  background: var(--theme-color);
  opacity: 0.2;
  height: 55px;
  margin-top: 25px;
}

.aminities-card.style3 .box-title {
  color: var(--theme-color);
}

.aminities-card.style3:hover:before {
  background: var(--theme-color);
}

.aminities-card.style3:hover .aminities-card-icon img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

@media (max-width: 575px) {
  .aminities-card.style3 {
    display: inline-block;
    width: 230px;
  }
}

/* About area 14 ---------------------------------- */
.about-wrap14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.about-wrap14 .about-thumb14-1 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  /* Small devices */
}

.about-wrap14 .about-thumb14-1 img {
  width: 502px;
  height: 589px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .about-wrap14 .about-thumb14-1 {
    width: 100%;
  }
  .about-wrap14 .about-thumb14-1 img {
    width: 100%;
    height: auto;
  }
}

.about-wrap14 .about-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 546px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .about-wrap14 .about-content {
    max-width: none;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

.about-wrap14 .about-profile2 .about-profile-name {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
  color: var(--theme-color);
  /* Extra small devices */
}

@media (max-width: 575px) {
  .about-wrap14 .about-profile2 .about-profile-name {
    font-size: 24px;
  }
}

.about-wrap14 .about-profile2 .desig {
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 0;
}

.about-wrap14 .about-feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: 100%;
  /* Medium Large devices */
}

.about-wrap14 .about-feature-wrap .about-card-wrap {
  -webkit-align-self: self-end;
      -ms-flex-item-align: self-end;
          align-self: self-end;
  width: 100%;
}

@media (max-width: 1299px) {
  .about-wrap14 .about-feature-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-wrap14 .about-thumb14-2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-top: -275px;
  /* Medium Large devices */
}

.about-wrap14 .about-thumb14-2 img {
  width: 404px;
  height: 450px;
  object-fit: cover;
}

@media (max-width: 1299px) {
  .about-wrap14 .about-thumb14-2 {
    margin-top: 0;
    width: 100%;
  }
  .about-wrap14 .about-thumb14-2 img {
    width: 100%;
  /*   width: 204px;*/
  /*height: 450px;*/
  }
}

.about-feature-card14 {
  text-align: center;
  max-width: 242px;
  margin-left: auto;
  margin-right: auto;
  /* Small devices */
}

.about-feature-card14 .box-icon {
  margin-bottom: 28px;
}

.about-feature-card14 .box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--theme-color);
}

.about-feature-card14 .box-text {
  margin-bottom: -0.4em;
}

@media (max-width: 767px) {
  .about-feature-card14 {
    max-width: none;
    text-align: start;
  }
}

.floating-icons {
  position: fixed;
  top: 30%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.icon-item {
  position: relative;
  width: 45px;
  height: 45px;
}

.icon-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #e6ab1a;
  color: #002b4e;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 45px;
  transition: width 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.icon-content i {
  font-size: 20px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

/* Optional: Target specific icon if needed */
.icon-content .fa-whatsapp {
  font-size: 24px;
  font-weight: bold; /* Slightly smaller to visually match */
}
.icon-label {
  margin-left: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.icon-content:hover {
  width: 150px;
}

.icon-content:hover .icon-label {
  opacity: 1;
}


 .mission-container {
      display: flex;
      flex-wrap: wrap;
      min-height: 100vh;
      align-items: center;
      justify-content: center;
      padding: 50px;
    }

    .mission-left {
      background-color: #002b4e;
      color: white;
      padding: 90px;
      flex: 1 1 30%;
      border-radius: 20px 0 0 20px;
    }

    .mission-left h2 {
      font-size: 36px;
      font-weight: 600;
      color: #eef4ee;
    }

    .mission-left p {
      font-size: 15px;
      line-height: 1.8;
      margin-top: 20px;
      color:white;
    }

    .mission-center {
      background: white;
      padding: 30px;
      flex: 1 1 20%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .mission-center img {
      width: 180px;
      height: 180px;
      border-radius: 50%;
      border: 8px solid #eef4ee;
      padding: 10px;
      background: white;
    }

    .mission-right {
      background-color: #f1f1f1;
      padding: 40px 20px;
      flex: 1 1 40%;
      border-radius: 0 20px 20px 0;
    }

    .mission-card {
      background: white;
      border-radius: 15px;
      padding: 20px;
      display: flex;
      align-items: flex-start;
      gap: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      margin-bottom: 20px;
      transition: transform 0.3s ease;
    }

    .mission-card:hover {
      transform: translateY(-5px);
    }

    .mission-card i {
      font-size: 20px;
      color: #555;
      margin-top: 5px;
    }
 .mission-icon {
    font-size: 28px;
    color: #4a90e2;
    animation: pulse 1.5s infinite;
  }

  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.2);
      opacity: 0.6;
    }
  }

  .mission-text h4 {
    font-size: 22px;
    margin: 0 0 6px;
    color: #1c2d37;
  }

  .mission-text p {
    margin: 0;
    color: #666;
    font-size: 15px;
  }
    /* .mission-card h4 {
      margin: 0 0 5px;
      font-weight: 600;
      font-size: 17px;
    }

    .mission-card p {
      margin: 0;
      font-size: 14px;
      color: #666;
    } */

    .highlighted {
      /* background-color:#EED26E; */
      color: #000;
    }

    .highlighted i {
      color: #000;
    }

    .highlighted p {
      color: #333;
    }
    .mission-left p{
      color:white;
     
    }

    @media (max-width: 991px) {
      .mission-container {
        flex-direction: column;
        padding: 20px;
      }
      .mission-left{
        padding:20px;
      }
    

      .mission-left, .mission-center, .mission-right {
        flex: 1 1 100%;
        border-radius: 20px;
      }

      .mission-center {
        order: -1;
        margin-bottom: 20px;
      }
    }
    .mission-card.highlighted {
  background-color: #EED26E;
  color: #000;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
  .mission-card:hover{
  background-color: #EED26E;
  color: #000;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.mission-card.highlighted i {
  color: #000;
}


.gallery-row .title-area {
  max-width: 537px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .gallery-row .title-area {
    max-width: none;
  }
}



/* Blog Card 6---------------------------------- */
.blog-card.style6 {
  background: transparent;
  position: relative;
}

.blog-card.style6 .blog-img {
  border-radius: 0px;
  position: relative;
}

.blog-card.style6 .blog-img img {
  height: 300px;
}

.blog-card.style6 .blog-content {
  padding-top: 25px;
  margin-bottom: 0;
}

.blog-card.style6 .blog-content .blog-meta {
  margin-top: -0.3em;
  margin-bottom: 14px;
}

.blog-card.style6 .blog-content .box-title {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  max-width: none;
  /* Medium Large devices */
}

.blog-card.style6 .blog-content .box-title a {
  color: var(--theme-color);
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
}

@media (max-width: 1299px) {
  .blog-card.style6 .blog-content .box-title {
    font-size: 22px;
  }
}



.side-icon{
  font-size: 28px;
  margin-right: 28px;
  width: 28px;
}
figure.snip1200 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 320px;
  max-width: 210px;
  min-height: 240px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  border-radius: 10px;
 
  
}
@media (max-width: 1400px) {
  figure.snip1200 {
    min-width: 100%;
    max-width: 100%;
    min-height: 240px;
  }
}
figure.snip1200 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip1200  h2{
  font-size: 2.2em;

}
figure.snip1200 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures full coverage */
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 0;
}
figure.snip1200 figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 1px 1px 0;
}
figure.snip1200 .heading {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}
figure.snip1200 h2 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}
figure.snip1200 h2 span {
  font-weight: 800;
}
figure.snip1200 h2:before,
figure.snip1200 h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.snip1200 h2:before {
  left: -1000%;
}
figure.snip1200 h2:after {
  right: -1000%;
}
figure.snip1200 p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  line-height: 1.6em;
  font-size: 0.9em;
}
figure.snip1200 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1200:hover img,
figure.snip1200.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1200:hover figcaption,
figure.snip1200.hover figcaption {
  top: 7%;
  bottom: 7%;
}
figure.snip1200:hover p,
figure.snip1200.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}


#gallery1{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 4px;
}

#gallery1 img {
  width: 25%;
  height: 300px;
  object-fit: cover;
  margin-top: 8px;
  padding: 0 4px;
  border-radius: 10px;
}

@media (max-width: 800px) {
  #gallery1 img {
    width: 50%;
  }
}

@media (max-width: 600px) {
  #gallery1 img {
    width: 100%;
  }
}

 .custom-gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .custom-gallery-card {
    width: 400px;
    background: #fff;
    /* border: 1px solid #ddd; */
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .custom-gallery-img img {
    width: 100%;
  height: 300px;
  object-fit: cover;
  margin-top: 8px;
  padding: 0 4px;
  border-radius: 10px;
  }

  .custom-gallery-content {
    padding: 10px;
    text-align: center;
  }

  .custom-gallery-btn img {
    width: 20px;
    transition: transform 0.3s ease;
  }

  .custom-gallery-btn:hover img {
    transform: translateX(5px);
  }


  .section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.section_title h4 {
  color: #264c67;
  
}
.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
        background: #F8C01B none repeat scroll 0 0;
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
        color:#000000;
}


.section_title p {
  color: #264c67;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
#service .single_service{
  padding: 32px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
 min-height: 300px;

 
}
@media (max-width: 768px) {
  #service .single_service{
   
   min-height: 200px;
  
   
  }
}
#service .single_service:hover{

  background-image: url(https://i.pinimg.com/736x/5f/3c/35/5f3c35be4d7fb7d9d551ce005833274f.jpg);
  background-size: cover;
 
}

/* #service .single-service{
  background-image: url(https://i.pinimg.com/736x/5f/3c/35/5f3c35be4d7fb7d9d551ce005833274f.jpg);
} */
#service .single_service{
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

#service .icon {
  border: 1px solid #666;
  border-radius: 5%;
  color:#264c67;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #264c67;
}

.single_service-body p {
  font-size: 13px;
  line-height: 25px;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
#service .single_service {
    background: #F8C01B none repeat scroll 0 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.03);
}



 .custom-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 768px) {
  .custom-5 {
  flex: 0 0 90%;
  max-width: 90%;
  margin:10px;
}
}
.our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
    /* border:1px solid grey; */
    margin-bottom: 50px;
    min-height: 400px;
}
.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-team .pic:after{
    background: rgba(8,75,77,0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-team:hover .pic:before{ top: 0; }
.our-team:hover .pic:after{ bottom: 0; }
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.our-team:hover .social{ opacity: 1; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #db162f;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{text-decoration:none;}
.our-team .social li a:hover:after{ transform: rotate(180deg); }
.our-team .team-content{
   padding: 10px; 
  
  }
.our-team .title{
    font-size: 18px;
    font-weight: 700;
    color: #047168;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 7px;
}
.our-team .post{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #707070;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


 .tab-section {
      display: flex;
      flex-wrap: wrap;
      max-width: 1300px;
      margin: 40px auto;
      background: #fff;
      border-radius: 25px;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    }

    .tab-content {
      flex: 1 1 60%;
      background-color: #002b4e;
      color: #fff;
      padding: 90px;
      min-height: 320px;
      position: relative;
    }

    .tab-panel {
      display: none;
      animation: fadeIn 0.3s ease-in-out;
    }

    .tab-panel.active {
      display: block;
    }

    .tab-panel h2 {
      color: #f2c94c;
      font-size: 30px;
      margin-bottom: 20px;
    }

    .tab-panel p {
      color:white;
      font-size: 16px;
      line-height: 1.6;
    }

    .tab-buttons {
      flex: 1 1 40%;
      background-color: #f1f1f1;
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      justify-content: center;
    }

    .tab-buttons button {
      background: #fff;
      border: none;
      border-radius: 10px;
      padding: 20px;
      font-size: 18px;
      font-weight: bold;
      color: #002f56;
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
      transition: 0.3s ease;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }

    .tab-buttons button.active {
      border: 2px solid #f2c94c;
      background: #fffce8;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

 @media (max-width: 768px) {
      @media (max-width: 768px) {
  .tab-section {
    flex-direction: column-reverse; /* This puts buttons at top */
  }

  .tab-buttons, .tab-content {
    flex: 1 1 100%;
  }

  .tab-content {
    padding: 30px 20px;
  }
}
      .tab-buttons, .tab-content {
        flex: 1 1 100%;
      }

      .tab-content {
        /* padding: 30px 20px; */
         padding: 30px;
         min-height: 0px;
      }
    }

    
    
    
    
    
    
    
    
    
    
    
    
    /* new style*/
    .call-to-action-area.bg-img {
    background: linear-gradient(to right, #e9f5f1, #f0fdf8);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.about-us-area.about-page {
    padding: 60px 0;
}

.about-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
    position: relative;
}

.about-content h2 span.text-green {
    color: #047d84;
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.about-thumbnail {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    padding: 20px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.about-thumbnail:hover {
    transform: translateY(-5px);
}

.about-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.about-thumbnail p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
}

.about-thumbnail i {
    color: #047d84;
    margin-right: 8px;
}

@media screen and (max-width: 768px) {
    .about-content h2 {
        font-size: 26px;
        text-align: center;
    }

    .about-thumbnail {
        margin-top: 30px;
    }
}
.gallery.section-padding-100 {
    padding: 60px 0;
    background: #f9f9f9;
}

.gallery .container {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery .d-md-flex {
    gap: 30px;
    justify-content: center;
}

.gallery .col-lg-3 {
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 1 100%;
    max-width: 100%;
}

.gallery .col-lg-3 iframe {
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.gallery .col-lg-3:hover {
    transform: translateY(-5px);
}

/* Responsive Grid */
@media (min-width: 768px) {
    .gallery .col-lg-3 {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media (min-width: 992px) {
    .gallery .col-lg-3 {
        flex: 1 1 calc(25% - 30px);
        max-width: calc(25% - 30px);
    }
}

/* Optional Button Styling */
.crose-btn.btns-green {
    background-color: #047d84;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

.crose-btn.btns-green:hover {
    background-color: #035e63;
    color: #fff;
}
    .services-section {
  padding: 40px 20px;
  background-color: #f7f7f7;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-box {
  flex: 1 1 calc(33.333% - 40px); /* 3 per row */
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box i {
  font-size: 32px;
  margin-bottom: 10px;
  color: #e6ab1a;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.service-box h3 {
  margin: 10px 0;
  font-size: 20px;
}

.service-box p {
  font-size: 14px;
  color: #555;
}

/* Responsive: 2 per row on tablets */
@media (max-width: 768px) {
    
  .service-box {
    flex: 1 1 calc(50% - 40px);
  }
}

/* Responsive: 1 per row on mobile */
@media (max-width: 480px) {
  .service-box {
    flex: 1 1 100%;
  }
}


@media (min-width: 768px) and (max-width: 1400px) {
  .main-menu a{
      font-size: 14px;
  }
  .news-ticker-h li a{
      font-size:14px;
  }
  .title-area h2{
      font-size:32px;
  }
  .about-wrap14 .about-feature-wrap{
      
  }
  .error-subtitle{
      font-size:20px;
  }
  .widget-area {
      padding-inline:70px;
  }
 
.single_service-heading{
    font-size:20px;
  }
  .space-top{
      padding-top:50px;
  }
  .about-content p{
      font-size:14px;
  }
  .about-feature-card14 .box-text{
      font-size:14px;
  }
  .text-white{
      font-size:14px;
  }
  .team-card .team-desig{
      font-size:14px;
      margin-bottom:0px;
      
  }
  .left-slide p{
      font-size:14px;
  }
  .tab-panel p{
       font-size:14px;

  }
      
    .th-widget-about .about-text , .th-widget-contact .info-box_text a , .th-widget-contact .info-box_text .details p , .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a , .th-social.style3 a , .footer-layout1 .copyright-wrap .copyright-text , .footer-links li:last-child {
        font-size:14px; 
    }   
    .about-page-wrap p , .title-area p{
        font-size:14px;
    }
    .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span{
        font-size:14px;
    }
    .breadcumb-content h1{
        font-size:35px;
    }
    .our-team .title{
        font-size:16px;
    }
   .error-text{
       font-size:14px;
    }
    .agency-card .agency-card-text{
          font-size:14px;
    }
    .about-contact-grid.style2 .about-contact-details-title{
         font-size:16px;
    }
    .about-contact-grid.style2 .about-contact-details-text{
        font-size:14px;
    }
    select, .form-control, .form-select, textarea, input{
        font-size:12px;
    }
}






