@import url(https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Oxygen:wght@300;400;700&display=swap);

:root {
  --theme-color: #257ad2;
  --theme-color2: #257ad2;
  --title-color: #29323c;
  --body-color: #29323c;
  --smoke-color: #EBF3EE;
  --smoke-color2: #F6F6F7;
  --smoke-color3: #F5F5F6;
  --smoke-color4: #F4F4F4;
  --smoke-color5: #F0F2F4;
  --black-color: ##29323c;
  --gray-color: #232323;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E1E1E1;
  --title-font: "Alfa Slab One", serif;
  --body-font: "Oxygen", sans-serif;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1290px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s
}

body,
html {
  scroll-behavior: smooth !important
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

body::-webkit-scrollbar-track {
  background: rgba(251, 212, 81, .1)
}

body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 0
}

body.home-3 {
  background: var(--smoke-color5)
}

body.home-3 .btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 20.5px 35px 20.5px
}

body.bg-dark {
  background: #060606 !important
}

body.bg-dark2 {
  background: #141416 !important
}

iframe {
  border: none;
  width: 100%
}

.slick-slide:focus,
a:active,
a:focus,
button:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  outline: 0
}

input:focus {
  outline: 0;
  box-shadow: none
}

embed,
img:not([draggable]),
object,
video {
  max-width: 100%;
  height: auto
}

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(--border-color)
}

th {
  font-weight: 700;
  color: var(--title-color)
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease .4s
}

a:hover {
  color: var(--title-color)
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0
}

button {
  transition: all ease .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
}

p:empty,
span.ajax-loader:empty {
  display: none
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75
}

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,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0
}

.h1,
h1 {
  font-size: 78px;
  line-height: 1.2em
}

.h2,
h2 {
  font-size: 50px;
  line-height: 1.1em
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.333
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.417
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5
}

@media (max-width:1399px) {

  .h1,
  h1 {
    font-size: 54px
  }
}

@media (max-width:1199px) {

  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3
  }

  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25
  }

  .h3,
  h3 {
    font-size: 30px
  }

  .h4,
  h4 {
    font-size: 24px
  }

  .h5,
  h5 {
    font-size: 20px
  }

  .h6,
  h6 {
    font-size: 16px
  }
}


@media (max-width:375px) {

  .h1,
  h1 {
    font-size: 34px
  }
}

@media (max-width:1399px) {
  :root {
    --main-container: 1250px
  }
}

.container2 {
  max-width: 1330px;
  margin: auto
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters))
  }

  .container2 {
    max-width: 1330px
  }
}

@media only screen and (min-width:1300px) {

  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container-xl.px-0,
  .container-xxl.px-0,
  .container.px-0,
  .container2.px-0 {
    max-width: var(--main-container)
  }

  .container2 {
    max-width: 1330px
  }
}

@media (max-width:1399px) {
  .container2 {
    max-width: 1140px
  }
}

@media (max-width:1199px) {
  .container2 {
    max-width: 960px
  }
}

@media (max-width:991px) {
  .container2 {
    max-width: 720px
  }
}

@media (max-width:767px) {
  .container2 {
    max-width: 540px
  }
}

@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
  }
}

@media (max-width:1199px) {
  .container2 {
    padding-left: 15px !important;
    padding-right: 15px !important
  }
}

.bg-max-container {
  max-width: 1860px;
  margin: 0 auto
}

.slick-track>[class*=col] {
  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)
}

.gy-30 {
  --bs-gutter-y: 30px
}

.gy-40 {
  --bs-gutter-y: 40px
}

.gy-50 {
  --bs-gutter-y: 50px
}

.gy-60 {
  --bs-gutter-y: 60px
}

.gy-80 {
  --bs-gutter-y: 80px
}

.gx-10 {
  --bs-gutter-x: 10px
}

@media (min-width:1299px) {
  .gx-60 {
    --bs-gutter-x: 60px
  }
}

@media (min-width:1399px) {
  .gx-30 {
    --bs-gutter-x: 30px
  }

  .gx-25 {
    --bs-gutter-x: 25px
  }

  .gx-40 {
    --bs-gutter-x: 40px
  }

  .gx-90 {
    --bs-gutter-x: 90px
  }

  .gx-80 {
    --bs-gutter-x: 80px
  }
}

@media (max-width:1199px) {
  .gy-80 {
    --bs-gutter-y: 40px
  }
}

@media (max-width:991px) {
  .gy-50 {
    --bs-gutter-y: 40px
  }
}

.form-control,
.form-select,
.single-select,
input,
select,
textarea {
  height: 60px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: .4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px
}

.form-control:focus,
.form-select:focus,
.single-select:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--smoke-color)
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
.single-select::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--body-color)
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--body-color)
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--body-color)
}

.form-control::placeholder,
.form-select::placeholder,
.single-select::placeholder,
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--body-color)
}

.form-control.style2,
.form-select.style2,
.single-select.style2,
input.style2,
select.style2,
textarea.style2 {
  height: auto;
  border: none;
  border: 2px solid var(--theme-color);
  padding: 14.5px 30px;
  background-color: transparent;
  line-height: initial
}

.form-control.style2 option,
.form-select.style2 option,
.single-select.style2 option,
input.style2 option,
select.style2 option,
textarea.style2 option {
  background-color: var(--title-color);
  color: var(--body-color);
  padding: 2px 15px
}

.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
.single-select.style2::-moz-placeholder,
input.style2::-moz-placeholder,
select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder {
  color: var(--body-color)
}

.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
.single-select.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder,
select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder {
  color: var(--body-color)
}

.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
.single-select.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder,
select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder {
  color: var(--body-color)
}

.form-control.style2::placeholder,
.form-select.style2::placeholder,
.single-select.style2::placeholder,
input.style2::placeholder,
select.style2::placeholder,
textarea.style2::placeholder {
  color: var(--body-color)
}

.form-control.style-white,
.form-select.style-white,
.single-select.style-white,
input.style-white,
select.style-white,
textarea.style-white {
  background: var(--white-color)
}

.form-control.style-border,
.form-select.style-border,
.single-select.style-border,
input.style-border,
select.style-border,
textarea.style-border {
  background: 0 0;
  border: 2px solid var(--border-color);
  border-radius: 10px
}

.form-control.style-border:focus,
.form-select.style-border:focus,
.single-select.style-border:focus,
input.style-border:focus,
select.style-border:focus,
textarea.style-border:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color)
}

.form-control.style-border2,
.form-select.style-border2,
.single-select.style-border2,
input.style-border2,
select.style-border2,
textarea.style-border2 {
  background: 0 0;
  border: 1px solid var(--white-color);
  color: var(--white-color)
}

.form-control.style-border2::placeholder,
.form-select.style-border2::placeholder,
.single-select.style-border2::placeholder,
input.style-border2::placeholder,
select.style-border2::placeholder,
textarea.style-border2::placeholder {
  color: var(--white-color)
}

.form-control.style-border2 option,
.form-select.style-border2 option,
.single-select.style-border2 option,
input.style-border2 option,
select.style-border2 option,
textarea.style-border2 option {
  color: var(--title-color)
}

.form-control.style-border2:focus,
.form-select.style-border2:focus,
.single-select.style-border2:focus,
input.style-border2:focus,
select.style-border2:focus,
textarea.style-border2:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--border-color)
}

.form-control.style3,
.form-select.style3,
.single-select.style3,
input.style3,
select.style3,
textarea.style3 {
  background: var(--smoke-color3)
}

.form-text {
  font-size: 16px
}

.form-text a {
  color: var(--title-color);
  font-weight: 500
}

.form-select,
.single-select,
select {
  display: block;
  width: 100%;
  line-height: 60px;
  cursor: pointer;
  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
}

.form-select:after,
.single-select:after,
select:after {
  right: 30px;
  height: 8px;
  width: 8px
}

.form-select .list,
.single-select .list,
select .list {
  width: 100%
}

textarea,
textarea.form-control {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px
}

textarea.form-control.style2,
textarea.style2 {
  min-height: 100px
}

.form-group {
  margin-bottom: 30px;
  position: relative
}

.form-group>i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  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: var(--smoke-color)
}

.form-group.has-label>i {
  top: 50px
}

.form-group.has-icon .form-control {
  padding-left: 70px
}

.form-group.has-icon .input-icon {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 16px;
  color: var(--body-color)
}

.form-group.has-icon .input-icon:hover {
  color: var(--theme-color)
}

.form-group.radius-group input {
  border-radius: 100px
}

.form-group.style-2 .form-control {
  padding: 0 30px 0 55px
}

.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px
}

.form-group.style-3 .form-control {
  padding: 0 60px 0 30px
}

[class*=col-].form-group>i {
  right: calc(var(--bs-gutter-x)/ 2 + 25px)
}

[class*=col-].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x)/ 2 + 30px);
  right: auto
}

option:checked,
option:focus,
option:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

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;
  border-radius: 10px
}

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: 30px;
  cursor: pointer;
  display: block
}

input[type=checkbox]~label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px
}

input[type=checkbox].style2~label {
  color: #8b929c;
  padding-left: 23px;
  margin-bottom: -.5em
}

input[type=checkbox].style2~label:before {
  background-color: #fff;
  border: 1px solid #f7ccd7;
  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: 30px;
  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: .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;
  transition: all .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: .5em;
  margin-top: -.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px
}

.was-validated input:invalid,
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(.375em + .8875rem) center;
  background-image: none
}

.was-validated input:invalid:focus,
input.is-invalid:focus,
select.is-invalid:focus,
textarea.is-invalid:focus {
  outline: 0;
  box-shadow: none
}

textarea.is-invalid {
  background-position: top calc(.375em + .5875rem) right calc(.375em + .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
}

.slick-track>[class*=col] {
  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)
}

.slick-track {
  min-width: 100%
}

.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}

.slick-slide img {
  display: inline-block
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0 0;
  line-height: 0;
  text-align: center;
  height: max-content
}

.slick-dots li {
  display: inline-block;
  margin-right: 18px
}

.slick-dots li:last-child {
  margin-right: 0
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--theme-color);
  transition: all ease .4s;
  position: relative
}

.slick-dots button:hover {
  border-color: var(--theme-color)
}

.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  transition: all ease .4s;
  opacity: 0;
  visibility: hidden
}

.slick-dots .slick-active button {
  background-color: var(--theme-color)
}

.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible
}

.slick-arrow {
  --pos-x: 362px;
  display: inline-block;
  padding: 0;
  background-color: var(--smoke-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 50%;
  right: var(--pos-x, 120px);
  width: var(--icon-size, 65px);
  height: var(--icon-size, 65px);
  line-height: var(--icon-size, 65px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 53px)/ -1);
  box-shadow: 0 6px 50px rgba(37, 37, 37, .05);
  z-index: 2;
  opacity: 1
}

.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0
}

.slick-arrow.slick-next {
  margin-top: 20px
}

.slick-arrow.style2 {
  --icon-size: 40px;
  border-radius: 10px;
  color: var(--theme-color);
  border: 1px solid #f3f5f4;
  background: var(--white-color);
  box-shadow: none
}

.slick-arrow.style2:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color)
}

.slick-arrow.style3 {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
  background: 0 0;
  box-shadow: none
}

.slick-arrow.style3:hover {
  background: var(--theme-color);
  border-color: var(--theme-color)
}

.slick-arrow:hover {
  opacity: 1;
  background: var(--theme-color);
  color: var(--white-color)
}

.arrow-margin .slick-arrow {
  --pos-x: -100px;
  margin: 0;
  transform: translate(0, -50%);
  border-radius: 5px
}

.arrow-margin .slick-arrow.slick-prev {
  right: auto;
  left: var(--pos-x)
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible
}

@media (min-width:1922px) {
  .slick-arrow {
    --pos-x: 362px
  }
}

@media (max-width:1600px) {
  .slick-arrow {
    --pos-x: 212px
  }
}

@media (max-width:1500px) {
  .slick-arrow {
    --pos-x: 132px
  }
}

@media (max-width:1399px) {
  .slick-arrow {
    --pos-x: 120px
  }
}

@media (max-width:1200px) {
  .slick-arrow {
    --pos-x: 42px
  }
}

@media (max-width:991px) {
  .slick-dots {
    margin: 40px 0 0 0
  }

  .icon-box .slick-arrow {
    margin-right: 0
  }
}

.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .9);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease .8s;
  opacity: 0;
  visibility: hidden
}

.mobile-menu-wrapper .mobile-logo {
  padding: 0 0 0 30px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  background-color: var(--smoke-color2);
  border-bottom: 1px solid var(--theme-color)
}

.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px
}

.mobile-menu-wrapper .menu-toggle {
  border: 0;
  border-left: 1px solid var(--theme-color);
  font-size: 22px;
  right: -16.5px;
  top: 25px;
  padding: 20px 30px 20px 30px;
  line-height: 1;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--theme-color);
  background-color: transparent;
  border-radius: 0
}

.mobile-menu-wrapper .menu-toggle:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1
}

.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible
}

.mobile-menu-wrapper.body-visible .mobile-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 20px;
  text-align: left
}

.mobile-menu ul {
  margin: 0;
  padding: 0 0
}

.mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none
}

.mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1
}

.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-color);
  padding-left: 0
}

.mobile-menu ul li.active-class>a {
  color: var(--theme-color)
}

.mobile-menu ul li.active-class>a:before {
  transform: rotate(90deg)
}

.mobile-menu ul li ul li {
  padding-left: 20px
}

.mobile-menu ul li ul li:last-child {
  border-bottom: none
}

.mobile-menu ul .submenu-item-has-children>a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: end;
  background-color: transparent;
  color: var(--title-color);
  box-shadow: none;
  border-radius: 0
}

.mobile-menu ul .submenu-item-has-children>a .mean-expand-class:before {
  content: "\f105";
  font-family: var(--icon-font);
  font-weight: 700
}

.mobile-menu ul .submenu-item-has-children.active-class>a .mean-expand-class:before {
  content: "\f107"
}

.mobile-menu>ul {
  padding: 0 30px
}

.mobile-menu>ul>li:last-child {
  border-bottom: none
}

@media (max-width:400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px
  }

  .mobile-menu>ul {
    padding: 0 20px
  }
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color)
}

.preloader .btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize
}

.preloader .btn:after {
  border-radius: 0
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1
}

.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto
}

.loader {
  color: #fff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  display: inline-block
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
  }

  5%,
  95% {
    box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
  }

  10%,
  59% {
    box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
  }

  20% {
    box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
  }

  38% {
    box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
  }

  100% {
    box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
  }
}

@keyframes round {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.global-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  border-radius: 10px;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  line-height: 1;
  padding: 20px 30px;
  overflow: hidden;
  transition: .3s
}

.global-btn img {
  margin-left: 10px
}

.global-btn:after,
.global-btn:before {
  content: "";
  width: 50%;
  height: 0;
  background: var(--title-color);
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s
}

.global-btn:after {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  border-radius: 0 10px 10px 0
}

.global-btn i {
  font-size: 14px
}

.global-btn:active,
.global-btn:focus,
.global-btn:hover {
  color: var(--white-color)
}

.global-btn:active:after,
.global-btn:active:before,
.global-btn:focus:after,
.global-btn:focus:before,
.global-btn:hover:after,
.global-btn:hover:before {
  height: 100%
}

.global-btn:active img,
.global-btn:focus img,
.global-btn:hover img {
  filter: brightness(0) invert(1)
}

.global-btn.style2 {
  padding: 22px 30px
}

.global-btn.style3 {
  background: var(--theme-color2);
  color: var(--title-color)
}

.global-btn.style3:after,
.global-btn.style3:before {
  border-radius: 0
}

.global-btn.style3:active,
.global-btn.style3:focus,
.global-btn.style3:hover {
  color: var(--white-color)
}

.global-btn.style4 {
  background: var(--smoke-color);
  color: var(--theme-color)
}

.global-btn.style4:after,
.global-btn.style4:before {
  background: var(--theme-color)
}

.global-btn.style4:active,
.global-btn.style4:focus,
.global-btn.style4:hover {
  color: var(--white-color)
}

.global-btn.style5 {
  background: var(--white-color);
  color: var(--title-color)
}

.global-btn.style5:after,
.global-btn.style5:before {
  background: var(--title-color)
}

.global-btn.style5:active,
.global-btn.style5:focus,
.global-btn.style5:hover {
  color: var(--white-color)
}

.global-btn.style-border {
  color: var(--title-color);
  border: 1px solid var(--theme-color);
  background: 0 0
}

.global-btn.style-border:after,
.global-btn.style-border:before {
  background: var(--theme-color)
}

.global-btn.style-border:active,
.global-btn.style-border:focus,
.global-btn.style-border:hover {
  color: var(--white-color)
}

.global-btn.style-border2 {
  color: var(--title-color);
  border: 1px solid var(--title-color);
  background: 0 0;
  padding: 21px 30px
}

.global-btn.style-border2:after,
.global-btn.style-border2:before {
  background: var(--title-color)
}

.global-btn.style-border2:active,
.global-btn.style-border2:focus,
.global-btn.style-border2:hover {
  color: var(--white-color)
}

.global-btn.style-border3 {
  color: var(--white-color);
  border: 1px solid var(--theme-color2);
  background: 0 0;
  padding: 21px 30px
}

.global-btn.style-border3:after,
.global-btn.style-border3:before {
  background: var(--theme-color2)
}

.global-btn.style-border3:active,
.global-btn.style-border3:focus,
.global-btn.style-border3:hover {
  color: var(--title-color)
}

.global-btn.style-border4 {
  color: var(--title-color);
  border: 1px solid #f3f5f4;
  background: 0 0;
  border-radius: 50px;
  padding: 21px 30px
}

.global-btn.style-border4:after,
.global-btn.style-border4:before {
  background: 0 0
}

.global-btn.style-border4:active,
.global-btn.style-border4:focus,
.global-btn.style-border4:hover {
  color: var(--theme-color);
  border: 1px solid var(--theme-color)
}

.global-btn.style-border5 {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
  background: 0 0;
  padding: 21px 30px
}

.global-btn.style-border5:after,
.global-btn.style-border5:before {
  background: var(--theme-color)
}

.global-btn.style-border5:active,
.global-btn.style-border5:focus,
.global-btn.style-border5:hover {
  color: var(--white-color)
}

.global-btn.style-r0 {
  border-radius: 0 !important
}

.global-btn.style-r0:before {
  border-radius: 0
}

.global-btn.style-radius {
  border-radius: 100px !important
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 46px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 6px;
  border: none;
  transition: .4s ease-in-out
}

.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

.icon-btn.btn-border {
  background: 0 0;
  border: 2px solid var(--theme-color);
  color: var(--theme-color)
}

.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color)
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1
}

.play-btn>i {
  display: inline-block;
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: var(--icon-font-size, 30px);
  border-radius: 50%;
  z-index: 1;
  transition: all ease .4s
}

.play-btn>i.fa-play {
  padding-right: .18em
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .1);
  z-index: -1;
  border-radius: 50%;
  transition: all ease .4s
}

.play-btn:after {
  animation-delay: 2s
}

.play-btn:hover i {
  background-color: var(--theme-color)
}

.play-btn.style2:after,
.play-btn.style2:before {
  background-color: transparent;
  border: 1px solid var(--white-color)
}

.play-btn.style3>i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px
}

.play-btn.style3:after,
.play-btn.style3:before {
  background-color: var(--white-color)
}

.play-btn.style3:hover>i {
  background-color: var(--white-color);
  color: var(--theme-color)
}

.play-btn.style4>i {
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 30px;
  padding-right: 0;
  padding-left: 5px
}

.play-btn.style4:after,
.play-btn.style4:before {
  background-color: rgba(255, 255, 255, .2)
}

.play-btn.style4:hover>i {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.play-btn.style5>i {
  background-color: var(--theme-color);
  color: var(--theme-color2);
  font-size: 30px;
  padding-right: 0;
  padding-left: 5px
}

.play-btn.style5:after,
.play-btn.style5:before {
  background-color: rgba(255, 255, 255, .2)
}

.play-btn.style5:hover>i {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.link-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: .8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color)
}

.link-btn i {
  margin-left: 5px;
  font-size: .9rem
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: all ease .4s
}

.link-btn:hover {
  color: var(--theme-color)
}

.link-btn:hover::before {
  width: 100%
}

.link-btn.style2 {
  color: var(--white-color)
}

.link-btn.style2:before {
  background: var(--white-color)
}

.link-btn.style3 {
  color: var(--title-color);
  letter-spacing: 1px
}

.link-btn.style3:before {
  background: var(--title-color)
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: .8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color)
}

.line-btn i {
  margin-left: 5px;
  font-size: .9rem
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease .4s
}

.line-btn:hover {
  color: var(--title-color)
}

.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px
}

.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;
  transform: translateY(45px);
  transition: all .3s linear
}

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  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;
  transition: all .4s linear
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

@media (max-width:767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px
  }

  .scroll-btn img {
    width: 70px
  }

  .scroll-btn.show {
    bottom: -50px
  }

  .btn {
    padding: 24px 25px 20px
  }
}

.sec-title {
  margin-bottom: calc(var(--section-title-space) - 43px);
  margin-top: -.04em;
  font-weight: 700;
  position: relative
}

.sec-title.style2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700
}

@media (max-width:1399px) {
  .sec-title.style2 {
    font-size: 45px;
    line-height: 1.2
  }
}

@media (max-width:767px) {
  .sec-title.style2 {
    font-size: 30px;
    line-height: 35px
  }
}

.sec-title .title-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  animation: bg-anim 10s linear infinite
}

.sec-title .title-bg-shape.shape-center {
  left: 50%;
  transform: translate(-50%, 0)
}

h3.sec-title {
  margin-top: -.2em
}

.sub-title {
  display: block;
  color: var(--theme-color);
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  position: relative;
  font-family: var(--body-font);
  margin-top: -.28em;
  margin-bottom: 25px
}

.sub-title img {
  margin: 0 8px 0 8px
}

.sub-title.text-white img {
  filter: brightness(9) grayscale(1)
}

.sub-title.style2 {
  color: var(--theme-color2)
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -.3em
}

.box-title a {
  color: inherit
}

.box-title a:hover {
  color: var(--theme-color)
}

.sec-text {
  font-size: 18px;
  font-family: var(--title-font);
  margin-top: 21px;
  line-height: 1.667;
  margin-bottom: 0
}

.sec-text.text-white {
  opacity: .7
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 13px);
  position: relative;
  z-index: 2
}

.title-area.mb-0 .sec-title {
  margin-bottom: 17px
}

.title-area .sub-title {
  margin-top: -.2em
}

.title-area.text-center .sub-title:after {
  display: inline-block
}

.white-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px
}

.white-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 50px
}

.page-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: -.3em
}

.page-subtitle {
  font-weight: 900
}

@media (max-width:1399px) {
  .sec-title {
    font-size: 45px;
    line-height: 1.2
  }
}

@media (max-width:1199px) {

  .sec-title,
  .title-area {
    --section-title-space: 60px
  }

  .sec-title.mb-45,
  .title-area.mb-45 {
    margin-bottom: 36px
  }

  .sec-title.mb-50,
  .title-area.mb-50 {
    margin-bottom: 40px
  }

  .sec-btn,
  .title-line {
    --section-title-space: 55px
  }

  .sec-text {
    font-size: 16px
  }
}

@media (max-width:991px) {

  .sec-title,
  .title-area {
    --section-title-space: 50px
  }

  .sec-title.mb-45,
  .title-area.mb-45 {
    margin-bottom: 35px
  }

  .sec-btn,
  .title-line {
    --section-title-space: 50px
  }

  .sub-title {
    font-size: 18px
  }
}

@media (max-width:767px) {
  .sec-title {
    font-size: 34px
  }
}

@media (max-width:390px) {
  .sec-title {
    font-size: 30px
  }
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative
}

.shape-mockup {
  position: absolute;
  z-index: -1
}

.shape-mockup.z-index-3 {
  z-index: 3
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important
}

.z-index-common {
  position: relative;
  z-index: 3
}

.z-index-3 {
  z-index: 3
}

.z-index-n1 {
  z-index: -1
}

.media-body {
  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-color);
  color: var(--white-color);
  padding: .2em .45em;
  font-size: .6em;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  font-weight: 400;
  transition: .3s ease-in-out
}

.social-btn {
  display: flex;
  gap: 10px
}

.social-btn a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, .2);
  color: var(--white-color);
  text-align: center;
  font-size: 16px
}

.social-btn a:hover {
  background: var(--white-color);
  color: var(--theme-color)
}

.social-btn.style2 a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  color: var(--white-color);
  background: var(--title-color);
  border-radius: 5px
}

.social-btn.style2 a:hover {
  color: var(--white-color);
  background-color: var(--theme-color)
}

.social-btn.style3 a {
  background: rgba(25, 97, 100, .2);
  border-radius: 45px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 16px
}

.social-btn.style3 a:hover {
  background: var(--theme-color);
  color: var(--white-color)
}

.social-btn.style4 {
  gap: 20px
}

.social-btn.style4 a {
  background: 0 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  font-size: 16px
}

.social-btn.style4 a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color)
}

.social-btn.style5 {
  gap: 10px
}

.social-btn.style5 a {
  background: 0 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 16px
}

.social-btn.style5 a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color)
}

.social-btn.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color)
}

.global-carousel.slider-shadow .slick-list {
  padding: 30px 0 40px 0 !important;
  margin: -30px 0 -40px 0
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 25px
}

.btn-group .btn {
  flex: none
}

.btn-group.style2 {
  gap: 20px 70px
}

@media (max-width:767px) {
  .btn-group.style2 {
    gap: 20px 30px
  }
}

.media-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  text-align: start;
  align-items: center
}

.media-wrap .icon i {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 18px;
  padding: 1px;
  background: var(--theme-color2);
  color: var(--theme-color);
  text-align: center;
  position: relative;
  z-index: 1
}

.media-wrap .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0
}

.media-wrap .link {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: -.3em
}

.media-wrap .link:hover a {
  color: var(--title-color) !important
}

@media (max-width:375px) {
  .media-wrap .link {
    font-size: 22px
  }
}

.radius-50 {
  border-radius: 50px !important
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7)
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .7
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.shadow-shape-right {
  position: absolute;
  right: 0;
  width: 731px;
  height: 1541px;
  overflow: hidden;
  z-index: -1
}

.shadow-shape-right:after {
  content: "";
  position: absolute;
  filter: blur(300px);
  width: 311px;
  height: 311px;
  border-radius: 50%;
  background: var(--theme-color2);
  right: 0;
  top: 50%;
  transform: translate(50%, -50%)
}

@media (max-width:991px) {
  .shadow-shape-right {
    display: none
  }
}

.shadow-shape-left {
  position: absolute;
  left: 0;
  width: 731px;
  height: 1541px;
  overflow: hidden;
  z-index: -1
}

.shadow-shape-left:after {
  content: "";
  position: absolute;
  filter: blur(300px);
  width: 311px;
  height: 311px;
  border-radius: 50%;
  background: var(--theme-color2);
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%)
}

@media (max-width:991px) {
  .shadow-shape-left {
    display: none
  }
}

.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 !important
}

.fw-semibold {
  font-weight: 600 !important
}

.fw-bold {
  font-weight: 700
}

.fw-extrabold {
  font-weight: 800
}

.fs-md {
  font-size: 18px
}

.fs-xs {
  font-size: 14px
}

.text-underline {
  text-decoration: underline
}

.bg-theme {
  background-color: var(--theme-color) !important
}

.bg-theme2 {
  background-color: var(--theme-color2) !important
}

.bg-smoke {
  background-color: var(--smoke-color) !important
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important
}

.bg-smoke3 {
  background-color: var(--smoke-color3) !important
}

.bg-smoke4 {
  background-color: var(--smoke-color4) !important
}

.bg-smoke5 {
  background-color: var(--smoke-color5) !important
}

.bg-white {
  background-color: var(--white-color) !important
}

.bg-black {
  background-color: var(--black-color) !important
}

.bg-title {
  background-color: var(--title-color) !important
}

.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
}

.text-theme {
  color: var(--theme-color) !important
}

.text-theme2 {
  color: var(--theme-color2) !important
}

.text-title {
  color: var(--title-color) !important
}

.text-body {
  color: var(--body-color) !important
}

.text-white {
  color: var(--white-color) !important
}

.text-light {
  color: var(--light-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)
}

.text-reset:hover,
a.text-theme:hover {
  text-decoration: underline
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.position-center {
  position: absolute;
  left: 50%;
  top: 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=white]:before {
  background-color: var(--white-color)
}

[data-overlay=black]:before {
  background-color: var(--black-color)
}

[data-overlay=overlay1]:before {
  background-color: #131b23
}

[data-opacity="1"]:before {
  opacity: .1
}

[data-opacity="2"]:before {
  opacity: .2
}

[data-opacity="3"]:before {
  opacity: .3
}

[data-opacity="4"]:before {
  opacity: .4
}

[data-opacity="5"]:before {
  opacity: .5
}

[data-opacity="6"]:before {
  opacity: .6
}

[data-opacity="7"]:before {
  opacity: .7
}

[data-opacity="8"]:before {
  opacity: .8
}

[data-opacity="9"]:before {
  opacity: .9
}

[data-opacity="10"]:before {
  opacity: 1
}

.play-btn:after,
.play-btn:before,
.ripple-animation {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 1
  }

  100% {
    transform: scale(2.1);
    opacity: 0
  }
}

.movingX {
  animation: movingX 8s linear infinite
}

@keyframes movingX {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(50px)
  }

  100% {
    transform: translateX(0)
  }
}

.moving {
  animation: moving 8s linear infinite
}

@keyframes moving {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-50px)
  }

  100% {
    transform: translateX(0)
  }
}

.jump {
  animation: jumpAni 7s linear infinite
}

.jump1 {
  animation: jumpAni 6s linear infinite
}

.jump2 {
  animation: jumpAni 5s linear infinite
}

.jump3 {
  animation: jumpAni 4s linear infinite
}

@keyframes jumpAni {
  0% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  100% {
    transform: translateY(0)
  }
}

.jump-reverse {
  animation: jumpReverseAni 7s linear infinite
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(30px)
  }

  100% {
    transform: translateY(0)
  }
}

.spin {
  animation: spin 15s linear infinite
}

.spin-slow {
  animation: spin 50s linear infinite
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(-360deg)
  }
}

.spin2 {
  animation: spin2 15s linear infinite
}

@keyframes spin2 {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes animate-positive {
  0% {
    width: 0
  }
}

.scalein.slider-animated {
  --animation-name: scalein
}

.slidetopleft.slider-animated {
  --animation-name: slidetopleft
}

.slidebottomright.slider-animated {
  --animation-name: slidebottomright
}

.slideinleft.slider-animated {
  --animation-name: slideinleft
}

.slideinright.slider-animated {
  --animation-name: slideinright
}

.slideinup.slider-animated {
  --animation-name: slideinup
}

.slideindown.slider-animated {
  --animation-name: slideindown
}

.rollinleft.slider-animated {
  --animation-name: rollinleft
}

.rollinright.slider-animated {
  --animation-name: rollinright
}

.rollinleft,
.rollinright,
.scalein,
.slidebottomright,
.slideindown,
.slideinleft,
.slideinright,
.slideinup,
.slidetopleft {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: .3s;
  animation-name: var(--animation-name)
}

.slider-animated {
  opacity: 1
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px)
  }

  100% {
    transform: translateX(0) translateY(0)
  }
}

@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px)
  }

  100% {
    transform: translateX(0) translateY(0)
  }
}

@keyframes rotate {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }

  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent
  }

  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent
  }

  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent
  }
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.wp-block-page-list ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.widget_archive .menu,
.widget_archive>ul,
.widget_categories .menu,
.widget_categories>ul,
.widget_meta .menu,
.widget_meta>ul,
.widget_nav_menu .menu,
.widget_nav_menu>ul,
.widget_pages .menu,
.widget_pages>ul,
.wp-block-page-list .menu,
.wp-block-page-list>ul {
  margin: -3px 0 0 0
}

.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.wp-block-page-list a {
  display: block;
  background: var(--white-color);
  border-radius: 20px;
  margin: 0 0 20px 0;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  line-height: 1;
  color: var(--title-color);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media (max-width:375px) {

  .widget_archive a,
  .widget_categories a,
  .widget_meta a,
  .widget_nav_menu a,
  .widget_pages a,
  .wp-block-page-list a {
    font-size: 16px
  }
}

.widget_archive a i,
.widget_categories a i,
.widget_meta a i,
.widget_nav_menu a i,
.widget_pages a i,
.wp-block-page-list a i {
  margin-right: 12px;
  transition: .4s all
}

.widget_archive a span,
.widget_categories a span,
.widget_meta a span,
.widget_nav_menu a span,
.widget_pages a span,
.wp-block-page-list a span {
  margin-left: auto
}

.widget_archive a.active,
.widget_archive a:hover,
.widget_categories a.active,
.widget_categories a:hover,
.widget_meta a.active,
.widget_meta a:hover,
.widget_nav_menu a.active,
.widget_nav_menu a:hover,
.widget_pages a.active,
.widget_pages a:hover,
.wp-block-page-list a.active,
.wp-block-page-list a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color)
}

.widget_archive a.active i,
.widget_archive a:hover i,
.widget_categories a.active i,
.widget_categories a:hover i,
.widget_meta a.active i,
.widget_meta a:hover i,
.widget_nav_menu a.active i,
.widget_nav_menu a:hover i,
.widget_pages a.active i,
.widget_pages a:hover i,
.wp-block-page-list a.active i,
.wp-block-page-list a:hover i {
  color: var(--theme-color);
  opacity: 1
}

.widget_archive a.active~span,
.widget_archive a:hover~span,
.widget_categories a.active~span,
.widget_categories a:hover~span,
.widget_meta a.active~span,
.widget_meta a:hover~span,
.widget_nav_menu a.active~span,
.widget_nav_menu a:hover~span,
.widget_pages a.active~span,
.widget_pages a:hover~span,
.wp-block-page-list a.active~span,
.wp-block-page-list a:hover~span {
  color: var(--theme-color)
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.wp-block-page-list li {
  display: block;
  position: relative
}

.widget_archive li>span,
.widget_categories li>span,
.widget_meta li>span,
.widget_nav_menu li>span,
.widget_pages li>span,
.wp-block-page-list li>span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  border-radius: 0;
  height: auto;
  width: auto;
  line-height: initial;
  text-align: center;
  color: var(--body-color);
  transition: all ease .4s
}

.widget_archive li:last-child a,
.widget_categories li:last-child a,
.widget_meta li:last-child a,
.widget_nav_menu li:last-child a,
.widget_pages li:last-child a,
.wp-block-page-list li:last-child a {
  margin-bottom: 0
}

.widget_archive .children,
.widget_archive .sub-menu,
.widget_archive .wp-block-navigation__submenu-container,
.widget_categories .children,
.widget_categories .sub-menu,
.widget_categories .wp-block-navigation__submenu-container,
.widget_meta .children,
.widget_meta .sub-menu,
.widget_meta .wp-block-navigation__submenu-container,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu,
.widget_nav_menu .wp-block-navigation__submenu-container,
.widget_pages .children,
.widget_pages .sub-menu,
.widget_pages .wp-block-navigation__submenu-container,
.wp-block-page-list .children,
.wp-block-page-list .sub-menu,
.wp-block-page-list .wp-block-navigation__submenu-container {
  margin-left: 10px
}

.widget_archive .children li a,
.widget_archive .sub-menu li a,
.widget_archive .wp-block-navigation__submenu-container li a,
.widget_categories .children li a,
.widget_categories .sub-menu li a,
.widget_categories .wp-block-navigation__submenu-container li a,
.widget_meta .children li a,
.widget_meta .sub-menu li a,
.widget_meta .wp-block-navigation__submenu-container li a,
.widget_nav_menu .children li a,
.widget_nav_menu .sub-menu li a,
.widget_nav_menu .wp-block-navigation__submenu-container li a,
.widget_pages .children li a,
.widget_pages .sub-menu li a,
.widget_pages .wp-block-navigation__submenu-container li a,
.wp-block-page-list .children li a,
.wp-block-page-list .sub-menu li a,
.wp-block-page-list .wp-block-navigation__submenu-container li a {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 19px 0;
  padding: 0 0 20px
}

.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
  padding-right: 20px
}

.widget_nav_menu .sub-menu {
  margin-left: 10px
}

.wp-block-page-list {
  padding: 0;
  margin: -3px 0 0 0
}

.product_list_widget .star-rating {
  width: auto;
  font-size: 12px
}

.product_list_widget li a {
  color: var(--title-color)
}

.product_list_widget li a:hover {
  color: var(--theme-color)
}

.product_list_widget li:last-child {
  padding-bottom: 0 !important
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px
}

.wp-block-archives a:not(:hover) {
  color: inherit
}

.blog-single ul.wp-block-archives li {
  margin: 5px 0
}

.widget {
  margin-bottom: 40px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--smoke-color);
  border-radius: 20px
}

.widget[data-overlay]:before {
  z-index: -1
}

.widget_title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--body-font);
  line-height: 1em;
  padding-bottom: 5px;
  /* margin: -.12em 0 30px 0 */
}

.widget_title:after,
.widget_title:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgba(36, 63, 55, .1);
  position: absolute;
  bottom: 0;
  left: 0
}

.widget_title:after {
  background-color: var(--theme-color);
  width: 135px
}

.widget .search-form {
  position: relative;
  display: flex
}

.widget .search-form input {
  background: var(--white-color);
  border: 0;
  flex: 1;
  color: var(--body-color);
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 400;
  height: 64px;
  border-radius: 20px;
  padding: 0 80px 0 20px
}

.widget .search-form input::placeholder {
  color: var(--body-color)
}

.widget .search-form button {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  font-size: 18px;
  background-color: transparent;
  color: var(--title-color)
}

.tagcloud,
.wp-block-tag-cloud {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 13px
}

.tagcloud a,
.wp-block-tag-cloud a {
  display: inline-block;
  font-size: 18px !important;
  font-weight: 400;
  font-family: var(--title-font);
  padding: 10px 15px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 10px
}

.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  color: var(--white-color) !important;
  background-color: var(--theme-color)
}

.side-instagram {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  max-width: 220px
}

.side-instagram li {
  width: 50%;
  flex: 0 0 50%;
  padding: 5px;
  list-style: none;
  border-radius: 20px
}

.side-instagram li img {
  border-radius: 20px
}

.widget_gallery .insta-feed {
  margin-bottom: -10px;
  margin-left: -4px;
  margin-right: -4px
}

.widget_gallery a {
  width: 95px;
  height: 95px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  flex: none;
  margin: 0 4px 10px
}

.widget_gallery a img {
  border-radius: 10px
}

.widget_gallery a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  border-radius: 10px;
  transition: .4s;
  opacity: 0
}

.widget_gallery a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: .4s;
  color: var(--white-color);
  font-size: 20px
}

.widget_gallery a:hover i {
  opacity: 1
}

.widget_gallery a:hover:after {
  opacity: .7
}

.base {
  border-radius: 6px;
  position: absolute;
  left: 1302px;
  top: 2098px;
  width: 80px;
  height: 78px;
  z-index: 209
}

.recent-post {
  margin-bottom: 20px;
  transition: .4s
}

.recent-post:last-child {
  margin-bottom: 0;
  border: 0
}

.recent-post .media-img {
  flex: none;
  overflow: hidden;
  border-radius: 0 5px 5px 0
}

.recent-post .media-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0 5px 5px 0;
  transition: .4s ease-in-out
}

.recent-post .post-title {
  font-weight: 500;
  font-size: 22px;
  font-family: var(--title-font);
  margin-bottom: -.4rem
}

.recent-post .recent-post-meta {
  margin-bottom: 10px
}

.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--body-color);
  margin-bottom: 0;
  display: block
}

.recent-post .recent-post-meta a img {
  margin-right: 6px;
  color: var(--theme-color);
  transition: .4s
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color)
}

.recent-post .recent-post-meta a:hover i {
  color: var(--theme-color)
}

.recent-post:hover .media-img img {
  transform: scale(1.1)
}

.sidebar-area input,
.sidebar-area select {
  background-color: var(--white-color);
  border: 1px solid var(--border-color)
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0
}

.widget_shopping_cart ul li {
  list-style-type: none
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 0;
  text-align: left
}

.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color)
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color)
}

.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  color: var(--body-color)
}

.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color)
}

.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px
}

.widget_shopping_cart .quantity {
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500
}

.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font)
}

.widget_shopping_cart .total strong {
  font-family: var(--title-font)
}

.widget_shopping_cart .amount {
  padding-left: 5px
}

.widget_service-list {
  padding: 40px 30px 30px
}

.widget_service-list ul {
  padding: 0;
  margin: 0
}

.widget_service-list ul li {
  list-style: none;
  background: var(--white-color);
  border: 0;
  box-shadow: 0 16px 51px rgba(0, 0, 0, .07);
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center
}

.widget_service-list ul li:not(:last-child) {
  margin-bottom: 20px
}

.widget_service-list ul li a {
  color: var(--title-color);
  line-height: 1.2;
  display: flex;
  gap: 10px
}

.widget_service-list ul li a:hover {
  color: var(--theme-color)
}

.widget_service-list ul li i {
  color: var(--theme-color)
}

.widget_contact .widget-contact-wrap {
  background: var(--white-color);
  border-radius: 5px;
  padding: 35px 30px
}

.widget_contact .widget-contact-wrap .widget_subtitle {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-top: -.3em
}

.widget_contact .widget-contact-wrap .widget_title {
  margin-bottom: 16px
}

.widget_contact .widget-contact-wrap .widget_title:after {
  display: none
}

.widget_contact .widget-contact-wrap .widget-contact-text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 0
}

.widget_contact .widget-contact-wrap .icon {
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: var(--theme-color);
  display: inline-block;
  color: var(--white-color);
  margin-top: 16px;
  margin-bottom: 16px
}

.widget_contact .widget-contact-wrap h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -.3em;
  margin-top: 3px
}

.widget_contact .widget-contact-wrap h5 a {
  color: var(--title-color)
}

.widget_project-info {
  background: var(--white-color);
  padding: 40px;
  box-shadow: 0 0 60px rgba(0, 0, 0, .05);
  border-radius: 10px
}

.widget_project-info .widget_title {
  margin-bottom: 10px;
  padding-bottom: 0
}

.widget_project-info .widget_title:after,
.widget_project-info .widget_title:before {
  display: none
}

.widget_project-info .widget-text {
  margin-bottom: 30px
}

.widget_project-info ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.widget_project-info ul li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font)
}

.widget_project-info ul li:not(:last-child) {
  border-bottom: 1px solid #f3f5f4;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.widget_project-info ul li strong {
  font-size: 22px;
  font-weight: 500;
  color: var(--title-color);
  width: 150px;
  display: inline-block
}

.widget_project-info ul li span {
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  min-width: 90px;
  display: inline-block
}

.widget_project-info ul .star-ratting {
  color: var(--yellow-color);
  font-size: 14px;
  margin-bottom: -.3em
}

@media (max-width:991px) {
  .widget_project-info {
    margin-top: 0
  }
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px
}

.calendar_wrap,
.wp-block-calendar {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none
}

.calendar_wrap span[class*=wp-calendar-nav],
.wp-block-calendar span[class*=wp-calendar-nav] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7
}

.calendar_wrap span[class*=wp-calendar-nav] a,
.wp-block-calendar span[class*=wp-calendar-nav] a {
  color: inherit
}

.calendar_wrap span.wp-calendar-nav-next,
.wp-block-calendar span.wp-calendar-nav-next {
  left: auto;
  right: 20px
}

.calendar_wrap caption,
.wp-block-calendar caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color)
}

.calendar_wrap th,
.wp-block-calendar th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #eee;
  color: var(--title-color);
  font-weight: 500
}

.calendar_wrap th:first-child,
.wp-block-calendar th:first-child {
  border-left: 1px solid #eee
}

.calendar_wrap th:last-child,
.wp-block-calendar th:last-child {
  border-right: 1px solid #eee
}

.calendar_wrap table th,
.wp-block-calendar table th {
  font-weight: 500
}

.calendar_wrap td,
.wp-block-calendar td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  transition: all ease .4s
}

.calendar_wrap #today,
.wp-block-calendar #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed
}

.calendar_wrap thead,
.wp-block-calendar thead {
  background-color: #fff
}

.calendar_wrap .wp-calendar-table,
.wp-block-calendar .wp-calendar-table {
  margin-bottom: 0
}

.calendar_wrap .wp-calendar-nav .pad,
.wp-block-calendar .wp-calendar-nav .pad {
  display: none
}

.calendar_wrap a,
.wp-block-calendar a {
  color: inherit;
  text-decoration: none
}

.calendar_wrap a:hover,
.wp-block-calendar a:hover {
  color: var(--title-color)
}

.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0
}

.wp-block-calendar table caption {
  color: var(--white-color)
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
  list-style-type: none;
  padding-left: 0
}

.wp-block-latest-comments,
ol.widget_recent_comments,
ul.widget_recent_comments {
  margin-top: -.11em;
  padding-left: 0
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0
}

.widget_recent_comments li,
.wp-block-latest-comments li {
  margin-bottom: 0;
  color: var(--body-color);
  padding-left: 30px;
  position: relative
}

.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font)
}

.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding-left: 0;
  padding-bottom: 0 !important
}

.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
  display: none
}

.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
  margin-top: .4em
}

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px
}

.widget_recent_comments article,
.wp-block-latest-comments article {
  line-height: 1.5
}

.widget_recent_comments a,
.wp-block-latest-comments a {
  color: inherit
}

.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: var(--theme-color)
}

.widget_recent_entries ul {
  margin: -.3em 0 0 0;
  padding: 0;
  list-style: none
}

.widget_recent_entries ul li>a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block
}

.widget_recent_entries ul li>a:hover {
  color: var(--theme-color)
}

.widget_recent_entries ul li span.post-date {
  font-size: 14px
}

.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  margin-bottom: 12px
}

ol.widget_rss,
ol.wp-block-rss,
ul.widget_rss,
ul.wp-block-rss {
  padding-left: 0
}

.widget_rss,
.wp-block-rss {
  list-style-type: none
}

.widget_rss ul,
.wp-block-rss ul {
  margin: -.2em 0 -.5em 0;
  padding: 0;
  list-style: none
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px
}

.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5
}

.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit
}

.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color)
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color)
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color)
}

.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px
}

.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color)
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 16px
}

.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color)
}

.wp-block-latest-comments__comment:first-child {
  margin-top: 0
}

.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0
}

.wp-block-latest-comments__comment:last-child .wp-block-latest-comments__comment-excerpt p {
  margin-bottom: -.3em
}

ul.wp-block-latest-posts li:first-child {
  margin-top: 0
}

ul.wp-block-latest-posts li:last-child {
  margin-bottom: -.3em
}

.price_slider_wrapper {
  margin-top: 0
}

.price_slider_wrapper .price_label {
  margin-bottom: -.6em;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--light-color)
}

.price_slider_wrapper .price_label span {
  display: inline-block;
  color: var(--light-color)
}

.price_slider_wrapper .ui-slider {
  height: 1px;
  position: relative;
  width: 100%;
  background-color: #e0e0e0;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 0
}

.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color)
}

.price_slider_wrapper .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  margin-top: -7px;
  z-index: 2;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  transform: translateX(-1px)
}

.price_slider_wrapper .ui-slider-handle:focus {
  outline: 0;
  box-shadow: 1.5px 2.598px 10px 0 rgba(0, 0, 0, .15)
}

.price_slider_wrapper .ui-slider-handle:last-child {
  transform: translateX(-9px)
}

.price_slider_wrapper .button,
.price_slider_wrapper button {
  background: 0 0;
  color: var(--title-color);
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 16px;
  transition: .4s ease-in;
  margin-left: auto
}

.price_slider_wrapper .button:hover,
.price_slider_wrapper button:hover {
  color: var(--theme-color)
}

.price_slider_wrapper .button:hover:after,
.price_slider_wrapper .button:hover:before,
.price_slider_wrapper button:hover:after,
.price_slider_wrapper button:hover:before {
  display: none
}

@media (max-width:1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px
  }

  .widget_title {
    font-size: 22px;
    margin: -.12em 0 24px 0
  }

  .author-widget-wrap .name {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .sidebar-area {
    padding-top: 40px
  }

  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px
  }
}

@media (max-width:767px) {
  .widget_info {
    padding: 0
  }

  .author-widget-wrap {
    padding: 0
  }

  .widget_info .widget_title {
    padding: 24px 30px 19px 28px
  }

  .info-list {
    padding: 0 30px 30px
  }

  .widget {
    padding: 30px
  }

  .widget_banner {
    padding: 0
  }

  .widget_estimate .estimate-wrap span {
    margin-bottom: 16px
  }

  .widget_estimate .content p {
    margin-bottom: 25px
  }

  .widget_estimate .content h5 {
    margin-bottom: 23px
  }

  .widget_estimate .content .checklist {
    margin-bottom: 30px
  }
}

@media (max-width:375px) {
  .widget_schedule ul li {
    font-size: 14px
  }
}

@media (max-width:330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px
  }

  .recent-post .recent-post-meta a {
    font-size: 12px
  }

  .recent-post .media-img {
    width: 67px
  }

  .recent-post .media-img {
    margin-right: 15px
  }

  .widget_schedule ul li {
    font-size: 12px;
    padding: 0 15px
  }
}

.sidebar-shop .widget_title {
  color: var(--body-color);
  margin-bottom: 30px;
  font-size: 22px
}

.sidebar-shop .widget_title:after {
  display: none
}

.sidebar-shop .widget_search .widget_title {
  margin-bottom: 20px
}

.sidebar-shop .widget {
  padding: 30px 20px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: 0 0
}

.sidebar-shop .widget .search-form {
  border: 1px solid #e1e1e1;
  border-radius: 5px
}

.sidebar-shop .widget button {
  border-radius: 5px;
  right: 3px;
  top: 3px;
  height: 54px;
  width: 54px;
  line-height: 54px
}

.sidebar-shop .widget_categories li:not(:last-child) a {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 17px;
  margin-bottom: 18px
}

.sidebar-shop .widget_categories li a {
  padding: 0;
  border: 0
}

.sidebar-shop .product_ratting_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -.3em
}

.sidebar-shop .product_ratting_widget ul li {
  color: var(--title-color);
  font-size: 18px
}

.sidebar-shop .product_ratting_widget ul li:not(:last-child) {
  margin-bottom: 5px
}

.sidebar-shop .product_ratting_widget ul li .star-rating {
  color: var(--yellow-color)
}

.sidebar-shop .product_ratting_widget ul li .star-rating .unavailable {
  color: var(--light-color);
  opacity: .3
}

.widget_service-categories {
  padding: 30px
}

.widget_service-categories ul {
  margin-top: 0
}

.widget_service-categories a {
  font-size: 22px;
  font-weight: 500;
  border-radius: 10px;
  padding: 24px 20px
}

.footer-widget {
  margin-bottom: 50px !important
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none
}

.footer-widget .widget_title,
.footer-widget .wp-block-search__label {
  color: var(--white-color);
  border-bottom: none;
  position: relative
}

.footer-widget .widget_title:after,
.footer-widget .wp-block-search__label:after {
  display: none
}

.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_recent_entries .menu,
.footer-widget.widget_recent_entries>ul {
  margin-bottom: -5px
}

.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_meta a,
.footer-widget.widget_nav_menu a,
.footer-widget.widget_pages a,
.footer-widget.widget_recent_entries a {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 0;
  font-family: var(--content-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative
}

.footer-widget.widget_archive a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_meta a:hover,
.footer-widget.widget_nav_menu a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_recent_entries a:hover {
  background-color: transparent;
  color: var(--theme-color2)
}

.footer-widget.widget_archive li,
.footer-widget.widget_categories li,
.footer-widget.widget_meta li,
.footer-widget.widget_nav_menu li,
.footer-widget.widget_pages li,
.footer-widget.widget_recent_entries li {
  border: 0 !important;
  padding-bottom: 0 !important
}

.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_nav_menu li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_recent_entries li:last-child a {
  margin-bottom: 0
}

.widget-about .footer-logo {
  margin-bottom: 37px
}

.widget-about .about-text {
  max-width: 350px;
  margin-top: -.65em;
  margin-bottom: 27px
}

.widget-contact {
  margin-top: -.5em
}

.widget-contact p {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font)
}

.widget-contact p:not(:last-child) {
  margin-bottom: 15px
}

.widget-contact p a {
  color: var(--body-color)
}

.widget-contact p a:hover {
  color: var(--theme-color)
}

.widget-contact-grid {
  display: flex;
  align-items: flex-start;
  gap: 8px
}

.widget-contact-grid:not(:last-child) {
  margin-bottom: 30px
}

.widget-contact-grid .icon {
  margin-top: -3px
}

.widget-contact-grid i {
  color: var(--theme-color2)
}

.widget-contact-grid p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: 0;
  margin-top: -.3em
}

.widget-contact-grid h6 {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  margin-top: -.3rem;
  margin-bottom: -.3em
}

.widget-contact-grid h6 a {
  color: var(--white-color)
}

.widget-contact-grid h6 a:hover {
  color: var(--theme-color2)
}

.widget-newsletter {
  background: rgba(255, 255, 255, .04);
  border-radius: 5px;
  padding: 35px 40px;
  max-width: 410px
}

.footer-text {
  margin-bottom: 16px;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font)
}

.newsletter-form {
  position: relative
}

@media (max-width:575px) {
  .newsletter-form {
    margin: 40px 0 80px 0
  }
}

.newsletter-form.style2 .form-group {
  border: 1px solid #fff
}

@media (max-width:575px) {
  .newsletter-form.style3 {
    margin: 0 0 80px 0
  }
}

.newsletter-form.style3 .form-group {
  border: 1px solid rgba(255, 255, 255, .1);
  height: 60px;
  border-radius: 170px
}

.newsletter-form.style3 .form-group input {
  height: 60px;
  padding-left: 30px
}

@media (max-width:575px) {
  .newsletter-form.style3 .form-group {
    height: 60px
  }
}

.newsletter-form.style3 .global-btn {
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background: var(--theme-color);
  color: var(--white-color)
}

.newsletter-form.style3 .global-btn:hover {
  color: var(--theme-color)
}

@media (max-width:575px) {
  .newsletter-form.style3 .global-btn {
    width: 100%;
    top: 15px;
    right: 0
  }
}

@media (max-width:375px) {
  .newsletter-form.style3 .global-btn {
    top: 20px
  }
}

.newsletter-form .form-group {
  position: relative;
  display: flex;
  gap: 15px;
  height: 80px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 45px;
  margin: 0
}

@media (max-width:575px) {
  .newsletter-form .form-group {
    display: block;
    height: 60px
  }
}

.newsletter-form .form-group input {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  padding-left: 40px
}

.newsletter-form .form-group input::-moz-placeholder {
  color: var(--white-color)
}

.newsletter-form .form-group input::-webkit-input-placeholder {
  color: var(--white-color)
}

.newsletter-form .form-group input:-ms-input-placeholder {
  color: var(--white-color)
}

.newsletter-form .form-group input::placeholder {
  color: var(--white-color)
}

@media (max-width:575px) {
  .newsletter-form .form-group input {
    height: 60px
  }
}

.newsletter-form .form-group .form-control:focus {
  color: var(--white-color)
}

.newsletter-form .global-btn {
  width: 188px;
  height: 60px;
  line-height: 60px;
  min-width: auto;
  background-color: var(--theme-color2);
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: var(--title-color);
  border-radius: 45px;
  display: flex;
  justify-content: center;
  flex: none;
  padding: 0
}

.newsletter-form .global-btn:after,
.newsletter-form .global-btn:before {
  background-color: var(--white-color)
}

@media (max-width:575px) {
  .newsletter-form .global-btn {
    position: relative;
    display: block;
    width: 100%;
    right: 0
  }
}

@media (max-width:767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px
  }

  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_meta a,
  .footer-widget.widget_nav_menu a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_recent_entries a {
    font-size: 16px;
    margin-bottom: 20px
  }
}

@media (max-width:575px) {
  .widget-newsletter {
    padding: 30px;
    max-width: 410px
  }
}

.nav-header {
  position: relative;
  z-index: 41
}

.sticky-wrapper {
  transition: .4s ease-in-out
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
  animation: stickyAni .4s ease-in-out
}

@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(.8);
    opacity: .7
  }

  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1
  }
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--body-font)
}

.main-menu a:hover {
  color: var(--theme-color)
}

.main-menu>ul>li {
  margin: 0 27px
}

.main-menu>ul>li>a {
  padding: 36px 0
}

.main-menu>ul>li>a:hover {
  color: var(--title-color)
}

.main-menu ul {
  margin: 0;
  padding: 0
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 700;
  top: 0;
  font-size: 12px
}

.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;
  transform: scaleY(1);
  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: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0 4px 15px rgba(1, 15, 28, .06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all .4s ease 0s
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  content: "\f105";
  float: right;
  top: 1px
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize
}

.main-menu ul.sub-menu li a:before {
  content: "\f105";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--title-color);
  font-weight: 500
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-family: var(--body-font);
  font-size: 16px;
  color: var(--body-color)
}

.main-menu a:hover {
  color: var(--theme-color)
}

.main-menu>ul>li {
  margin: 0 11px
}

.main-menu>ul>li>a {
  padding: 31.5px 0
}

.main-menu>ul>li>a:hover {
  color: var(--theme-color)
}

.main-menu ul {
  margin: 0;
  padding: 0
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  font-weight: 600;
  top: 1px;
  font-size: 16px;
  display: inline-block;
  transition: .4s;
  transform: rotate(0);
  color: var(--theme-color)
}

.main-menu ul li.menu-item-has-children:hover>a:after {
  transform: rotate(180deg)
}

.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;
  transform: scaleY(1);
  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: 190px;
  width: max-content;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0 4px 15px rgba(1, 15, 28, .06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all .4s ease 0s;
  padding: 18px 20px 18px 18px;
  left: -27px
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px
}

.main-menu ul.sub-menu a span {
  font-size: 12px;
  padding: 0 5px;
  margin-left: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  float: right;
  top: 1px;
  font-size: 18px;
  transform: none;
  transition: .4s
}

.main-menu ul.sub-menu li.menu-item-has-children:hover>a:after {
  opacity: 0;
  margin-right: 5px
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize
}

.main-menu ul.sub-menu li a:before {
  content: "\f105";
  position: absolute;
  top: 5px;
  left: 10px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
  opacity: 0;
  transition: .4s
}

.main-menu ul.sub-menu li a:hover {
  background: #257ad2;
  color: #fff;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto
}

.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 22px;
  position: relative
}

.simple-icon .badge {
  padding: .35em .57em;
  font-size: 10px;
  font-weight: 500;
  top: -6px;
  right: 0;
  left: auto
}

.simple-icon:has(.badge) {
  padding-right: 12px
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px 25px
}

.header-button .th-btn {
  margin-left: 10px
}

.social-links {
  display: inline-flex;
  gap: 40px;
  align-items: center;
  line-height: normal
}

.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0
}

.social-links a:last-child {
  margin-right: 0
}

.social-links a:hover {
  color: var(--theme-color)
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px
}

.header-links>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400
}

.header-links li:not(:last-child) {
  margin: 0 30px 0 0
}

.header-links li>i {
  margin-right: 10px;
  color: var(--theme-color)
}

.header-links a,
.header-links li,
.header-links p,
.header-links span {
  color: var(--white-color);
  font-family: var(--title-font)
}

.header-links a:hover {
  color: var(--theme-color2)
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px
}

.header-grid-info ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  align-items: center
}

.header-grid-info li {
  display: inline-flex;
  gap: 15px
}

.header-grid-info li:not(:last-child) {
  border-right: 1px solid var(--border-color);
  padding-right: 30px;
  margin-right: 30px
}

.header-grid-info li .icon {
  font-size: 32px;
  color: var(--theme-color)
}

.header-grid-info li .header-grid-info-details p {
  margin-bottom: 2px;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  margin-top: -.4em
}

.header-grid-info li .header-grid-info-details h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -.3em
}

.header-layout1 .header-wrapper {
  display: flex;
  gap: 39px
}

@media (max-width:1399px) {
  .header-layout1 .header-wrapper {
    gap: 15px
  }
}

.header-layout1 .header-wrapper .simple-icon:not(:last-child) {
  border-right: 1px solid rgba(25, 53, 45, .4);
  height: 46px;
  padding-right: 25px;
  margin-right: 0
}

.header-layout1 .social-links {
  position: relative;
  gap: 10px
}

.header-layout1 .social-links a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  background-color: #ebf3ee;
  transition: all .4s ease-in-out
}

.header-layout1 .social-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.header-layout1 .header-navbar-logo {
  margin-top: 0;
  padding: 15px 0;
  padding-left: 60px;
  position: absolute;
  z-index: 3
}

.header-layout1 .menu-area {
  position: relative
}

.header-layout1 .menu-area .logo-bg {
  position: absolute;
  height: calc(100% + 80px);
  width: 14.2%;
  top: -50px;
  left: 0;
  background: var(--theme-color);
  border-radius: 0 0 5px 0
}

.header-layout1 .navbar-right-desc {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap
}

.header-layout1 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: -2px
}

.header-layout1 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font)
}

.header-layout1 .navbar-right-desc i {
  margin-right: 10px;
  transform: rotate(-45deg)
}

.header-layout1 .navbar-right-desc a {
  color: var(--title-color)
}

.header-layout1 .navbar-right-desc a:hover {
  color: var(--theme-color)
}

@media (max-width:1700px) {
  .header-layout1 .header-navbar-logo {
    padding-left: 35px
  }

  .header-layout1 .header-top .header-links {
    padding-left: 160px
  }

  .header-layout1 .menu-area .main-menu {
    padding-left: 160px
  }

  .header-layout1 .menu-area .logo-bg {
    width: 16%
  }
}

@media (max-width:1500px) {
  .header-layout1 .header-top .header-links {
    padding-left: 0
  }

  .header-layout1 .menu-area .main-menu {
    padding-left: 200px
  }

  .header-layout1 .menu-area .logo-bg {
    height: calc(100% + 10px);
    width: 17%;
    top: 0
  }

  .header-layout1 .header-navbar-logo {
    margin-top: 13px
  }

  .header-layout1 .sticky-wrapper.sticky .header-navbar-logo {
    margin-top: 15px
  }
}

@media (max-width:1399px) {
  .header-layout1 .menu-area .main-menu {
    padding-left: 160px
  }

  .header-layout1 .header-navbar-logo {
    padding-left: 30px
  }
}

@media (max-width:1299px) {
  .header-layout1 .menu-area .main-menu {
    padding-left: 230px
  }

  .header-layout1 .menu-area .logo-bg {
    width: 20%
  }

  .main-menu a {
    font-size: 16px
  }
}

@media (max-width:1199px) {
  .header-layout1 .menu-area .logo-bg {
    display: none
  }

  .header-layout1 .header-navbar-logo {
    display: none
  }

  .header-layout1 .menu-area .main-menu {
    padding-left: 0
  }
}

@media (max-width:991px) {
  .header-layout1 .sticky-wrapper {
    padding: 0 20px 0
  }

  .header-layout1 .header-navbar-logo {
    margin-top: 0
  }

  .header-layout1 .header-navbar-logo img {
    max-width: none
  }

  .header-layout1 .sticky-wrapper.sticky {
    top: 0
  }

  .header-layout1 .social-links {
    padding-right: 20px;
    padding-left: 20px
  }

  .header-layout1 .social-links:after {
    left: 0
  }
}

@media (max-width:575px) {
  .header-layout1 .sticky-wrapper {
    padding: 0
  }
}

.header-layout2 .sticky-wrapper {
  background-color: var(--smoke-color)
}

.header-layout2 .sticky-wrapper.sticky .header-navbar-logo {
  margin-top: 25px
}

.header-layout2 .global-btn {
  padding: 22px 30px
}

.header-layout2 .header-top {
  background: var(--title-color);
  padding: 12px 0
}

.header-layout2 .main-menu>ul>li>a {
  padding: 35.5px 0
}

.header-layout2 .social-links {
  position: relative;
  padding-right: 20px
}

.header-layout2 .social-links:after {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -14px;
  top: -15px;
  background: rgba(255, 255, 255, .1);
  z-index: -1
}

.header-layout2 .header-navbar-logo {
  margin-top: 0;
  padding: 15px 0;
  padding-left: 60px;
  position: absolute;
  z-index: 3
}

.header-layout3 .header-top {
  padding: 12px 0;
  background: var(--theme-color);
  position: relative;
  z-index: 1
}

.header-layout3 .header-links li>i {
  color: var(--white-color)
}

.header-layout3 .header-top-bg-shape {
  background: var(--white-color);
  position: absolute;
  height: 100%;
  width: 26%;
  top: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%)
}

.header-layout3 .header-top-bg-shape:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 99%;
  background: var(--theme-color2);
  right: 0;
  top: 0;
  clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%)
}

@media (min-width:1922px) {
  .header-layout3 .header-top-bg-shape {
    width: 32%
  }
}

.header-layout3 .social-links {
  gap: 10px
}

.header-layout3 .social-links a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  text-align: center;
  color: var(--theme-color)
}

.header-layout3 .social-links a:hover {
  background: var(--theme-color);
  color: var(--white-color)
}

.header-layout3 .header-button {
  gap: 20px 50px
}

.header-layout3 .header-button .simple-icon {
  color: var(--theme-color)
}

.header-layout3 .header-button .simple-icon:hover {
  color: var(--theme-color2)
}

.header-layout3 .menu-area .form-select {
  height: 48px;
  line-height: 48px
}

.header-layout3 .menu-area .form-group>i {
  right: 25px;
  top: 18px
}

.header-layout3 .header-sticky-logo {
  display: none
}

.header-layout3 .sticky-wrapper.sticky .header-sticky-none {
  display: none !important
}

.header-layout3 .sticky-wrapper.sticky .header-sticky-logo {
  display: block
}

@media (max-width:1199px) {
  .header-layout3 .sticky-wrapper.sticky .header-lg-sticky-none {
    display: none !important
  }
}

@media (max-width:991px) {
  .header-layout3 .header-search-wrap .search-form .form-select {
    display: none
  }

  .header-layout3 .sticky-wrapper.sticky .header-sticky-logo {
    display: none
  }
}

.header-layout4 .header-top {
  background: #121212;
  padding: 19px 0
}

.header-layout4 .header-links li>i {
  color: var(--white-color)
}

.header-layout4 .social-links {
  gap: 10px
}

.header-layout4 .social-links a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
  text-align: center;
  font-size: 16px
}

.header-layout4 .social-links a:hover {
  background: var(--theme-color2);
  color: var(--title-color);
  border: 1px solid var(--theme-color2)
}

.header-layout4 .sticky-wrapper {
  background: var(--theme-color)
}

.header-layout4 .main-menu>ul>li>a {
  color: var(--white-color)
}

.header-layout4 .main-menu>ul>li>a:after {
  color: var(--white-color)
}

.header-layout4 .main-menu>ul>li>a:hover {
  color: var(--theme-color2)
}

.header-layout4 .main-menu>ul>li>a:hover:after {
  color: var(--theme-color2)
}

.header-layout4 .simple-icon {
  color: var(--white-color)
}

.header-layout4 .simple-icon:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, .4);
  height: 46px;
  padding-right: 25px;
  margin-right: 0
}

.header-layout4 .simple-icon img {
  filter: brightness(9)
}

.header-layout4 .simple-icon:hover {
  color: var(--theme-color2)
}

.header-layout4 .icon-btn {
  background: 0 0;
  border: 1px solid var(--white-color);
  line-height: 43px
}

.header-layout4 .icon-btn:hover {
  background: var(--white-color);
  color: var(--theme-color)
}

.header-layout5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.header-layout5 .header-top {
  background: #243f37;
  padding: 22px 20px;
  border-radius: 0 0 5px 5px
}

.header-layout5 .header-links li>i {
  color: var(--theme-color2)
}

.header-layout5 .main-menu>ul>li>a {
  color: var(--white-color)
}

.header-layout5 .main-menu>ul>li>a:after {
  color: var(--white-color)
}

.header-layout5 .main-menu>ul>li>a:hover {
  color: var(--theme-color2)
}

.header-layout5 .main-menu>ul>li>a:hover:after {
  color: var(--theme-color2)
}

.header-layout5 .simple-icon {
  color: var(--white-color)
}

.header-layout5 .simple-icon:hover {
  color: var(--theme-color2)
}

.header-layout5 .header-button {
  gap: 20px 48px
}

.header-layout5 .sticky-wrapper.sticky {
  background: var(--title-color)
}

.footer-wrapper {
  background-color: var(--title-color)
}

.footer-top-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 55px 60px;
  border-radius: 20px;
  margin-bottom: -115px;
  position: relative;
  z-index: 3;
  gap: 40px
}

@media (max-width:1199px) {
  .footer-top-1 {
    padding: 40px 50px;
    justify-content: center;
    text-align: center
  }
}

@media (max-width:991px) {
  .footer-top-1 {
    justify-content: center;
    text-align: center
  }
}

@media (max-width:575px) {
  .footer-top-1 {
    padding: 30px;
    display: block
  }
}

.footer-top-1 .footer-top-title {
  font-size: 60px;
  line-height: 69px;
  margin-bottom: 10px
}

@media (max-width:1199px) {
  .footer-top-1 .footer-top-title {
    font-size: 40px;
    line-height: 50px
  }
}

.footer-top-1 .footer-top-text {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, .8);
  margin-bottom: -.4em
}

.copyright-wrap {
  padding: 28px 0;
  background: 0 0;
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.copyright-text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
  font-size: 18px;
  font-family: var(--title-font)
}

@media (max-width:375px) {
  .copyright-text {
    font-size: 14px
  }
}

.copyright-text a {
  color: rgba(255, 255, 255, .7)
}

.copyright-text a:hover {
  color: var(--theme-color2)
}

.footer-links {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center
}

.footer-links a {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  color: rgba(255, 255, 255, .7)
}

@media (max-width:375px) {
  .footer-links a {
    font-size: 14px
  }
}

.footer-links a:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, .7);
  padding-right: 20px;
  margin-right: 20px
}

@media (max-width:375px) {
  .footer-links a:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px
  }
}

.footer-links a:hover {
  color: var(--theme-color2)
}

.footer-layout1 {
  position: relative;
  padding-top: 115px
}

.footer-layout1 .footer-widget {
  --body-color: #ffffff
}

.footer-layout1 .newsletter-form .form-group input {
  color: var(--white-color)
}

.footer-layout1 .about-logo {
  margin-bottom: 40px
}

.footer-layout2 {
  --body-color: #7A7A7A
}

.footer-layout2 .about-logo {
  margin-bottom: 40px
}

.footer-layout2 .social-btn.style3 {
  display: block
}

.footer-layout2 .social-btn.style3 .social-title {
  display: block;
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 22.125px;
  line-height: 29px;
  color: var(--title-color);
  margin-bottom: 20px
}

.footer-layout2 .social-btn.style3 a {
  background-color: var(--white-color);
  color: var(--theme-color);
  transition: all .7s ease;
  border-radius: 10px;
  margin-right: 15px
}

.footer-layout2 .social-btn.style3 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.footer-layout2 .widget_title,
.footer-layout2 .wp-block-search__label {
  color: var(--title-color)
}

.footer-layout2 .widget_title:before,
.footer-layout2 .wp-block-search__label:before {
  display: none
}

.footer-layout2 .widget-contact-grid i {
  color: var(--theme-color)
}

.footer-layout2 .widget-contact-grid h6 {
  color: var(--body-color)
}

.footer-layout2 .widget-contact-grid p {
  color: var(--body-color)
}

.footer-layout2 .widget-contact-grid a {
  color: var(--body-color)
}

.footer-layout2 .widget-contact-grid a:hover {
  color: var(--theme-color)
}

.footer-layout2 .working-time .title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: var(--theme-color);
  margin-bottom: 20px;
  display: block
}

.footer-layout2 .widget-contact2 {
  margin-right: 20px
}

.footer-layout2 .copyright-wrap {
  padding: 30px 0;
  background: 0 0;
  border-top: 1px solid rgba(25, 53, 45, .1)
}

.footer-layout2 .copyright-wrap .copyright-text {
  color: var(--body-color)
}

.footer-layout2 .copyright-wrap .copyright-text a {
  color: var(--body-color)
}

.footer-layout2 .copyright-wrap .copyright-text a:hover {
  color: var(--theme-color)
}

.footer-layout2 .copyright-wrap .footer-links a {
  color: var(--body-color)
}

.footer-layout2 .copyright-wrap .footer-links a:hover {
  color: var(--theme-color)
}

.footer-layout2 .copyright-wrap .footer-links a:not(:last-child) {
  border-right: 0;
  padding-right: 0
}

.footer-layout2 .footer-widget.widget_archive a:hover,
.footer-layout2 .footer-widget.widget_categories a:hover,
.footer-layout2 .footer-widget.widget_meta a:hover,
.footer-layout2 .footer-widget.widget_nav_menu a:hover,
.footer-layout2 .footer-widget.widget_pages a:hover,
.footer-layout2 .footer-widget.widget_recent_entries a:hover {
  background-color: transparent;
  color: var(--theme-color)
}

@media (max-width:991px) {
  .footer-layout2 .footer-top-2 {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center
  }

  .footer-layout2 .footer-top-2 .footer-logo {
    width: 100%
  }

  .footer-layout2 .footer-top-2 .footer-top-title {
    max-width: none;
    margin-bottom: 10px;
    margin-top: 10px
  }
}

@media (max-width:575px) {
  .footer-layout2 .footer-top-2 .newsletter-form {
    min-width: auto
  }

  .footer-layout2 .footer-top-2 {
    padding: 40px
  }

  .footer-layout2 .footer-top-2 .footer-top-title {
    font-size: 22px
  }
}

@media (max-width:375px) {
  .footer-layout2 .footer-top-2 {
    padding: 30px
  }
}

.footer-layout3 {
  position: relative
}

.footer-layout3 .footer-widget {
  --body-color: #ffffff
}

.footer-layout3 .widget-area {
  padding: 120px 0 70px 0
}

.footer-layout3 .newsletter-form .form-group input {
  color: var(--white-color)
}

.footer-layout3 .footer-links a:not(:last-child) {
  border-right: 0;
  padding-right: 0
}

.footer-layout4 {
  background: #121212;
  --body-color: #ffffff
}

.footer-layout4 .copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-layout4 .widget-about .social-btn {
  border-radius: 5px;
  border: 1px solid rgba(36, 63, 55, .8);
  display: inline-flex;
  padding: 8px 10px;
  gap: 25px
}

.footer-layout4 .widget-about .social-btn a {
  background: 0 0;
  width: auto;
  height: auto;
  line-height: normal
}

.footer-layout4 .widget-about .social-btn a:hover {
  color: var(--theme-color2)
}

.footer-layout5 {
  --body-color: rgba(255, 255, 255, 0.7)
}

.footer-layout5 .social-btn a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(25, 53, 45, .2)
}

.footer-layout5 .social-btn a:hover {
  background: var(--title-color);
  color: var(--white-color)
}

.footer-layout5 .widget-contact-grid h6 a {
  color: var(--body-color)
}

.footer-layout5 .widget-contact-grid h6 {
  color: var(--body-color)
}

.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin: 37px 0 -.4em
}

.breadcumb-menu li {
  display: inline-block;
  padding-right: 11px;
  list-style: none;
  position: relative
}

.breadcumb-menu li:after {
  content: "\f105";
  position: relative;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--icon-font);
  color: var(--title-color)
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0
}

.breadcumb-menu li:last-child:after {
  display: none
}

.breadcumb-menu a,
.breadcumb-menu li,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 22px;
  font-family: var(--title-font);
  color: var(--title-color)
}

.breadcumb-menu a:hover {
  color: var(--theme-color)
}

.breadcumb-title {
  color: var(--title-color);
  margin: -.15em 0 -.2em 0;
  line-height: 1.1;
  font-size: 50px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize;
  z-index: 1;
  position: relative
}

.breadcumb-content {
  padding: 170px 0
}

.breadcumb-wrapper {
  background: var(--smoke-color);
  overflow: hidden;
  position: relative;
  z-index: auto
}

.breadcumb-wrapper .breadcumb-thumb {
  text-align: right
}

@media (max-width:1199px) {
  .breadcumb-content {
    padding: 140px 0
  }
}

@media (max-width:991px) {
  .breadcumb-wrapper {
    text-align: center
  }

  .breadcumb-content {
    padding: 120px 0
  }
}

@media (max-width:575px) {
  .breadcumb-title {
    font-size: 40px
  }

  .breadcumb-content {
    padding: 90px 0
  }

  .breadcumb-menu {
    text-align: center;
    margin: 22px 0 -.45em 0
  }

  .breadcumb-menu a,
  .breadcumb-menu li,
  .breadcumb-menu span {
    font-size: 14px
  }
}

.pagination {
  margin-bottom: 30px;
  margin-top: 80px
}

.pagination ul {
  margin: 0;
  padding: 0
}

.pagination li {
  display: inline-block;
  margin: 0 6px;
  list-style-type: none
}

.pagination li:last-child {
  margin-right: 0
}

.pagination li:first-child {
  margin-left: 0
}

.pagination a,
.pagination span {
  display: inline-block;
  text-align: center;
  position: relative;
  color: var(--title-color);
  background-color: transparent;
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  font-size: 22px;
  font-family: var(--title-font);
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #f3f5f4
}

.pagination a i,
.pagination span i {
  font-size: 22px
}

.pagination a.active,
.pagination a:hover,
.pagination span.active,
.pagination span:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none
}

@media (max-width:991px) {
  .pagination {
    margin-top: 60px
  }
}

@media (max-width:767px) {
  .pagination {
    margin-top: 40px
  }

  .pagination a,
  .pagination span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px
  }

  .pagination a i,
  .pagination span i {
    font-size: 16px
  }
}

@media (max-width:330px) {
  .pagination li {
    margin: 0 2px
  }

  .pagination a,
  .pagination span {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 14px
  }
}

.post-footer {
  clear: both;
  margin-top: 30px
}

.wp-block-quote,
blockquote {
  font-size: 18px;
  line-height: 1.55;
  padding: 40px;
  font-weight: 400;
  font-family: var(--title-font);
  display: block;
  position: relative;
  background-color: var(--white-color);
  margin: 50px 0 30px 0;
  color: var(--body-color);
  font-style: italic;
  border-radius: 20px;
  border: 0
}

.wp-block-quote p,
blockquote p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  font-style: normal;
  margin-top: -.3em;
  margin-bottom: -.3rem;
  line-height: 1.55;
  color: var(--body-color);
  width: 100%;
  position: relative;
  z-index: 3
}

.wp-block-quote p a,
blockquote p a {
  color: inherit
}

.wp-block-quote p cite,
blockquote p cite {
  margin-top: 20px
}

.wp-block-quote:before,
blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  left: 45px;
  top: -20px;
  font-size: 16px;
  font-weight: 700;
  opacity: 1;
  color: var(--white-color);
  font-style: normal;
  background: var(--theme-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  text-align: center
}

.wp-block-quote .h4,
blockquote .h4 {
  font-size: 22px;
  margin: 7px 0 10px 0
}

.wp-block-quote cite,
blockquote cite {
  display: block;
  font-size: 14px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
  font-style: normal;
  color: var(--body-color);
  font-family: var(--title-font)
}

.wp-block-quote cite:before,
blockquote cite:before {
  content: "";
  position: relative;
  display: inline-block;
  height: 2px;
  width: 25px;
  background: var(--theme-color);
  margin-right: 15px;
  top: -7px
}

.wp-block-quote .desig,
blockquote .desig {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--title-font);
  font-style: initial;
  text-transform: uppercase;
  color: var(--body-color);
  margin-top: 8px;
  margin-bottom: -.4em;
  display: block
}

.wp-block-quote .quote-icon,
blockquote .quote-icon {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 150px
}

.wp-block-quote.has-text-align-right,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.style-left-icon,
blockquote.has-text-align-right,
blockquote.is-large,
blockquote.is-style-large,
blockquote.style-left-icon {
  padding: 170px 50px 50px
}

.wp-block-quote.style-left-icon,
blockquote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px
}

.wp-block-quote.style-left-icon:before,
blockquote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none
}

.wp-block-quote.style-left-icon cite,
blockquote.style-left-icon cite {
  color: var(--title-color)
}

.wp-block-quote.style-left-icon cite:before,
blockquote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px
}

.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before,
blockquote.is-large cite:before,
blockquote.is-style-large cite:before {
  top: unset;
  bottom: 13px
}

.wp-block-quote.has-text-align-right,
blockquote.has-text-align-right {
  border: 0
}

.wp-block-quote.has-text-align-right:before,
blockquote.has-text-align-right:before {
  right: 50px;
  left: unset
}

.wp-block-pullquote {
  padding: 0
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-bottom: 20px
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
  left: 50%;
  transform: translate(-50%, 0)
}

.wp-block-column .wp-block-quote,
.wp-block-column blockquote {
  padding: 100px 15px 30px 15px
}

.wp-block-column .wp-block-quote:before,
.wp-block-column blockquote:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 30px;
  left: 30px;
  font-size: 30px
}

.wp-block-column .wp-block-quote.has-text-align-right,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column blockquote.has-text-align-right,
.wp-block-column blockquote.is-large:not(.is-style-plain),
.wp-block-column blockquote.is-style-large:not(.is-style-plain),
.wp-block-column blockquote.style-left-icon {
  padding: 100px 15px 30px 15px
}

.blog-meta {
  display: block;
  margin-top: -.4em
}

.blog-meta a,
.blog-meta span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  position: relative;
  margin-right: 11px
}

.blog-meta a i,
.blog-meta span i {
  margin-right: 9px;
  font-weight: 500;
  color: var(--title-color)
}

.blog-meta a:last-child,
.blog-meta span:last-child {
  margin-right: 0 !important;
  padding-right: 0
}

.blog-meta span a {
  margin-right: 0 !important
}

.blog-meta a:hover {
  color: var(--theme-color)
}

.blog-audio img,
.blog-img img,
.blog-video img {
  transition: .4s ease-in-out;
  border-radius: 30px 30px 0 0
}

.blog-title a {
  color: inherit
}

.blog-title a:hover {
  color: var(--theme-color)
}

.blog-inner-title {
  margin-top: -.25em;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px
}

.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px
}

.blog-single-card {
  position: relative;
  background-color: var(--smoke-color);
  border-radius: 20px;
  margin-bottom: 60px
}

.blog-single-card .blog-thumb {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden
}

.blog-single-card .blog-thumb img {
  width: 100%;
  border-radius: 20px 20px 0 0
}

.blog-single-card .blog-title {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize
}

.blog-single-card .blog-text {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 400
}

.blog-single-card .blog-date {
  position: absolute;
  right: 40px;
  top: 40px
}

.blog-single-card .blog-date a {
  background: var(--theme-color);
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
  display: inline-flex;
  gap: 2px;
  color: var(--white-color);
  padding: 10px 12px
}

.blog-single-card .blog-meta {
  margin-bottom: 19px
}

.blog-single-card .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block
}

.blog-single-card .social-links li {
  display: inline-block;
  margin-right: 3px
}

.blog-single-card .social-links li:last-child {
  margin-right: 0
}

.blog-single-card .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--smoke-color);
  font-size: 14px;
  color: var(--body-color);
  text-align: center
}

.blog-single-card .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color)
}

.blog-single-card .blog-content {
  padding: 40px;
  position: relative
}

.blog-single-card .blog-audio {
  line-height: 1
}

.blog-single-card .blog-audio,
.blog-single-card .blog-img,
.blog-single-card .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color)
}

.blog-single-card .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px
}

.blog-single-card .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.blog-single-card .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size)/ -2) 0 0 calc(var(--icon-size)/ -2)
}

.blog-single-card .blog-img .play-btn i {
  --icon-size: 100px;
  background: rgba(255, 255, 255, .102);
  font-size: 24px;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px)
}

.blog-single-card .blog-img .play-btn i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: solid 2px #fff;
  border-radius: 50%;
  animation: rotate 5s infinite linear
}

.blog-single-card .blog-img .play-btn:after,
.blog-single-card .blog-img .play-btn:before {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, .18)
}

.blog-single-card .blog-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px 30px 0 0;
  background-color: rgba(16, 55, 65, .149);
  width: 100%;
  height: 100%
}

.blog-single-card .line-btn,
.blog-single-card .read-more-btn {
  display: block;
  max-width: fit-content;
  margin-bottom: -1px
}

.blog-single-card .read-more-btn {
  margin-bottom: -8px;
  color: var(--theme-color)
}

.blog-single-card .blog-post-wrap {
  background: var(--smoke-color3);
  border-radius: 6px;
  padding: 60px;
  cursor: pointer;
  transition: .4s
}

.blog-single-card .blog-post-wrap:hover {
  background: var(--theme-color)
}

.blog-single-card .blog-post-wrap:hover h5 {
  color: var(--white-color)
}

.blog-single-card .blog-post-wrap h5 {
  margin-bottom: 0;
  transition: .4s
}

.blog-single-card:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible
}

@media (max-width:1399px) {
  .blog-single-card .blog-title {
    font-size: 28px;
    line-height: 1.1
  }
}

@media (max-width:1199px) {
  .blog-single-card .blog-date {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, -100%)
  }

  .blog-single-card .blog-date a {
    border-radius: 5px 0 0 0
  }

  .blog-single-card .blog-content {
    padding: 30px
  }

  .blog-single-card .blog-text {
    margin-bottom: 30px
  }
}

@media (max-width:991px) {
  .blog-single-card {
    margin-bottom: 40px
  }

  .blog-single-card .blog-title {
    margin-bottom: 15px
  }
}

@media (max-width:767px) {
  .blog-single-card .blog-title {
    font-size: 24px;
    line-height: 1.3
  }

  .blog-single-card .blog-text {
    margin-bottom: 22px
  }

  .blog-single-card .blog-content {
    padding: 30px
  }

  .blog-single-card .blog-meta {
    margin-bottom: 14px
  }
}

@media (max-width:575px) {
  .blog-single-card .blog-thumb {
    border-radius: 5px 5px 0 0
  }

  .blog-single-card .blog-thumb img {
    border-radius: 5px 5px 0 0
  }

  .blog-single-card .blog-content {
    margin: 0;
    border-radius: 0 0 5px 5px
  }
}

.blog-author {
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: var(--blog-space-y, 80px)
}

.blog-author .auhtor-img {
  border-radius: 15px;
  overflow: hidden
}

.blog-author .author-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: -.1em
}

.blog-author .author-name a {
  color: var(--title-color)
}

.blog-author .author-desig {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme-color);
  text-transform: uppercase;
  font-family: var(--title-font)
}

.blog-author .author-text {
  margin-top: 9px;
  margin-bottom: -.3em
}

.share-links-title {
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 500;
  margin: 0 20px 0 0
}

.share-links {
  padding: 13px 0 40px
}

.share-links .social-links {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  line-height: normal
}

.share-links .social-links li {
  list-style: none
}

.share-links .social-links a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  color: var(--title-color);
  background-color: var(--white-color);
  transition: all .4s ease-in-out
}

.share-links .social-links a:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.share-links>.row {
  align-items: center;
  --bs-gutter-y: 20px
}

.share-links .tagcloud,
.share-links .wp-block-tag-cloud {
  gap: 20px
}

@media (max-width:1399px) {
  .share-links {
    --blog-space-x: 20px
  }
}

@media (max-width:1199px) {

  .wp-block-quote,
  blockquote {
    padding: 100px 40px 40px 40px
  }

  .wp-block-quote:before,
  blockquote:before {
    left: 40px;
    top: 40px
  }
}

@media (max-width:767px) {

  .wp-block-quote cite,
  blockquote cite {
    font-size: 18px
  }
}

@media (max-width:575px) {
  .share-links-title {
    display: block;
    margin-bottom: 10px
  }

  .blog-author {
    display: block
  }

  .blog-author .auhtor-img {
    margin-bottom: 20px;
    display: inline-block
  }

  .wp-block-quote p,
  blockquote p {
    font-size: 18px;
    line-height: inherit
  }

  .wp-block-quote,
  blockquote {
    padding: 100px 30px 30px 30px
  }

  .wp-block-quote:before,
  blockquote:before {
    left: 30px;
    top: 30px
  }
}

@media (max-width:375px) {

  .share-links .tagcloud,
  .share-links .wp-block-tag-cloud {
    gap: 10px
  }
}

.blog-details-card .blog-meta {
  margin-bottom: 22px
}

.blog-details-card .blog-thumb {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden
}

.blog-details-card .blog-thumb.style2 {
  border-radius: 20px
}

.blog-details-card .blog-thumb.style2 img {
  border-radius: 20px
}

.blog-details-card .blog-thumb .blog-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--white-color);
  background: var(--title-color);
  padding: 12px 20px;
  border-radius: 0 5px 0 5px
}

.blog-details-card .blog-thumb .blog-meta {
  background: var(--theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 5px 0 5px;
  padding: 5.5px 20px
}

.blog-details-card .blog-thumb .blog-meta a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: capitalize
}

.blog-details-card .blog-thumb .blog-meta a i {
  color: var(--white-color)
}

.blog-details-card .blog-content {
  background-color: var(--smoke-color);
  padding: 40px;
  border-radius: 0 0 20px 20px
}

@media (max-width:575px) {
  .blog-details-card .blog-content {
    padding: 30px
  }
}

.blog-details-card .blog-title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 30px
}

@media (max-width:1299px) {
  .blog-details-card .blog-title {
    font-size: 50px
  }
}

@media (max-width:1199px) {
  .blog-details-card .blog-title {
    font-size: 40px
  }
}

.blog-details-card p {
  font-size: 18px;
  font-family: var(--title-font)
}

.blog-details-card .blog-details-single-card {
  padding: 40px;
  border-radius: 5px
}

.comment-form {
  margin-top: var(--blog-space-y, 20px);
  position: relative
}

.comment-form .row {
  --bs-gutter-x: 20px
}

.comment-form .form-title {
  margin-top: -.35em;
  margin-bottom: 30px
}

.comment-form .form-title a#cancel-comment-reply-link {
  font-size: .7em;
  text-decoration: underline
}

.comment-form .form-text {
  margin-bottom: 25px
}

.comment-form .form-group {
  margin-bottom: 20px
}

.blog-comment-area {
  margin-bottom: 25px
}

.comment-item {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #f3f5f4
}

.comment-item .text {
  font-size: 18px;
  margin-right: 90px
}

@media (max-width:1299px) {
  .comment-item .text {
    margin-right: 0
  }
}

.comments-wrap {
  margin-top: var(--blog-space-y, 80px);
  margin-bottom: 30px
}

.comments-wrap .description p:last-child {
  margin-bottom: -.5em
}

.comments-wrap .comment-respond {
  margin: 30px 0
}

.comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word
}

.comments-wrap li {
  margin: 0
}

.comments-wrap .post-comment {
  padding: 0;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--border-color)
}

.comments-wrap .post-comment dl,
.comments-wrap .post-comment ol,
.comments-wrap .post-comment ul {
  margin-bottom: 1rem
}

.comments-wrap .post-comment ol ol,
.comments-wrap .post-comment ol ul,
.comments-wrap .post-comment ul ol,
.comments-wrap .post-comment ul ul {
  margin-bottom: 0
}

.comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: var(--blog-space-y, 30px)
}

.comments-wrap ul.comment-list ol ol,
.comments-wrap ul.comment-list ol ul,
.comments-wrap ul.comment-list ul ol,
.comments-wrap ul.comment-list ul ul {
  margin-bottom: 0
}

.comments-wrap .comment-avater {
  margin-right: 25px;
  overflow: hidden;
  border-radius: 15px;
  height: fit-content
}

.comments-wrap .comment-avater img {
  width: 100%;
  max-width: 100px;
  height: 100px;
  object-fit: cover
}

.comments-wrap .comment-content {
  flex: 1;
  margin-top: -6px;
  position: relative
}

.comments-wrap .commented-on {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--title-font)
}

.comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: .9rem
}

.comments-wrap .name {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700
}

.comments-wrap .comment-top {
  display: flex;
  justify-content: space-between
}

.comments-wrap .text {
  margin-bottom: -.3em
}

.comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 135px
}

.comments-wrap .reply_and_edit {
  margin-bottom: -.46em;
  position: absolute;
  right: 0;
  top: 20px
}

@media (max-width:480px) {
  .comments-wrap .reply_and_edit {
    position: relative;
    padding-bottom: 40px
  }
}

.comments-wrap .reply_and_edit a {
  margin-right: 10px;
  color: var(--theme-color);
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  border-radius: 10px;
  border: 2px solid #f3f5f4;
  padding: 5px 20px
}

.comments-wrap .reply_and_edit a:hover {
  color: var(--title-color)
}

.comments-wrap .reply_and_edit a i {
  margin-left: 3px;
  margin-right: 0
}

.comments-wrap .reply_and_edit a:last-child {
  margin-right: 0
}

.comments-wrap .reply-btn {
  font-weight: 700;
  font-size: 12px;
  color: var(--body-color);
  font-family: var(--title-font);
  display: inline-block
}

.comments-wrap .reply-btn i {
  margin-right: 7px
}

.comments-wrap .reply-btn:hover {
  color: var(--theme-color)
}

.comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px
}

ul.comment-list .comment-item:last-child:not(.children.comment-item)>.post-comment {
  border-bottom: none;
  padding-bottom: 0
}

.comments-wrap.comment-form {
  margin: 0
}

@media (max-width:1199px) {
  .blog-single {
    --blog-space-y: 40px
  }

  .comments-wrap {
    margin-top: 40px
  }

  .comments-wrap .children {
    margin-left: 40px
  }

  .blog-inner-title {
    margin-bottom: 30px
  }

  .comment-form {
    --blog-space-y: 40px
  }

  .comments-wrap .comment-avater {
    margin-right: 35px
  }

  ul.comment-list .comment-item:first-child:not(.children.comment-item)>.post-comment {
    padding-bottom: 30px
  }

  .comments-wrap .post-comment {
    margin-bottom: 30px
  }
}

@media (max-width:991px) {
  .comment-form .btn {
    padding: 20px 40px
  }
}

@media (max-width:767px) {
  .comments-wrap .post-comment {
    display: block
  }

  .comments-wrap .comment-avater {
    height: 100px;
    width: 100px;
    margin-bottom: 30px
  }
}

.comments-title {
  font-size: 27px;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 30px
}

ol.comment-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.comment ol.children {
  list-style: none;
  padding-left: 50px
}

.comment span.says {
  display: none
}

.comment-author.vcard,
footer.comment-meta {
  position: relative
}

.comment-author.vcard img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-top: -5px
}

.comment-author.vcard .fn {
  font-size: 20px;
  position: absolute;
  left: 110px;
  top: -10px;
  text-transform: capitalize;
  font-family: Poppins, sans-serif;
  font-weight: 600
}

.comment-author.vcard .fn a {
  font-weight: 600
}

.bypostauthor {
  display: block
}

.bypostauthor .comment-author.vcard .fn:after {
  content: "\f02e";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  top: 0;
  margin-left: 10px;
  position: relative;
  line-height: 1;
  font-weight: 900
}

.comment-metadata {
  position: absolute;
  left: 110px;
  top: 20px
}

.comment-metadata time {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px
}

em.comment-awaiting-moderation {
  font-weight: 500;
  color: #1d1d1d;
  display: block;
  padding-left: 110px;
  margin-top: -25px;
  margin-bottom: 35px
}

.comment-metadata span.edit-link,
span.edit-link {
  display: none
}

.comment .comment-content {
  position: relative;
  padding-left: 110px;
  margin-top: -25px
}

.comment article {
  margin-top: 15px;
  padding: 15px 15px 15px 0;
  border-bottom: 2px solid var(--border-color);
  position: relative
}

.comment-list li:last-child .comment-body {
  border-bottom: 0
}

.comment-list li .children .comment-body {
  border-bottom: 2px solid var(--border-color)
}

.comment-content img {
  margin-top: 30px;
  margin-bottom: 30px
}

.comment-body .reply {
  position: absolute;
  right: 0;
  top: 8px
}

.comments-area .reply a {
  position: relative;
  padding-left: 25px;
  color: var(--black-color);
  font-weight: 600
}

.comments-area .reply a:hover {
  color: var(--theme-color)
}

.comment-body .reply a:before {
  content: "\f3e5";
  font-family: Font Awesome\ 6 Pro;
  position: absolute;
  left: 3px;
  top: 0
}

.comment-body a,
.comment-content a {
  word-wrap: break-word;
  font-weight: 500
}

.comment-content li {
  font-weight: 500;
  margin: 8px 0
}

.comments-heading {
  font-size: 25px;
  margin-bottom: 5px
}

#cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700
}

#cancel-comment-reply-link:hover {
  text-decoration: underline
}

.comment-respond {
  margin-top: 30px;
  padding: 35px 45px 30px 45px;
  background-color: var(--smoke-color2);
  color: var(--black-color);
  border-radius: 10px
}

.comment-respond .comment-form {
  padding: 0
}

.tp-comment-input {
  position: relative;
  margin-bottom: 30px
}

.tp-comment-input input,
.tp-comment-input textarea {
  margin-bottom: 0
}

.tp-comment-input i {
  position: absolute;
  right: 20px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #647589
}

.comment-message.tp-comment-input i {
  top: 30px
}

li.comment .comment-respond {
  margin-bottom: 45px;
  margin-top: 45px
}

.comment-form .comment-form-wrap {
  margin: 25px -45px 0 -45px;
  border-top: 2px solid var(--border-color);
  padding: 35px 30px 0 30px
}

.comment-form .form-select,
.comment-form input,
.comment-form textarea {
  border: 2px solid #f3f5f4;
  border-radius: 10px;
  font-size: 18px
}

.comment-message textarea {
  height: auto;
  border-radius: 15px
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 10px
}

.comment-form .comment-message {
  margin-top: 10px
}

.comment-form-wrap ::-webkit-input-placeholder {
  color: #647589
}

.comment-form-wrap :-moz-placeholder {
  color: #647589;
  opacity: 1
}

.comment-form-wrap ::-moz-placeholder {
  color: #647589;
  opacity: 1
}

.comment-form-wrap :-ms-input-placeholder {
  color: #647589
}

.comment-form-wrap ::-ms-input-placeholder {
  color: #647589
}

.comment-form-wrap ::placeholder {
  color: #647589
}

#message-cmt::placeholder {
  color: #647589
}

.comments-area button.tp-button i {
  font-size: 14px
}

@media (min-width:500px) {
  .comment-metadata time {
    margin-top: 15px;
    display: inline-block
  }
}

li.pingback,
li.trackback {
  border: 2px solid var(--border-color);
  padding: 10px;
  margin-bottom: 20px
}

.hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden
}

.hero-1 {
  background-repeat: no-repeat
}

.hero-1 .hero-image-wrapp {
  position: relative;
  overflow: hidden
}

.hero-1 .hero-image-wrapp .hero-thumb {
  position: relative;
  width: 580px;
  height: 641px;
  display: block;
  margin-left: auto;
  clip-path: path("M580 352C580 511.61 450.163 641 290 641C129.837 641 0 511.61 0 352C0 192.39 145.337 0 305.5 0C465.663 0 580 192.39 580 352Z")
}

@media (max-width:1199px) {
  .hero-1 .hero-image-wrapp .hero-thumb {
    margin: auto
  }
}

@media (max-width:767px) {
  .hero-1 .hero-image-wrapp .hero-thumb {
    width: 500px;
    height: 500px;
    clip-path: none;
    background-color: var(--white-color);
    border-radius: 50%
  }
}

@media (max-width:575px) {
  .hero-1 .hero-image-wrapp .hero-thumb {
    width: 80%;
    height: 400px;
    object-fit: cover
  }
}

@media (max-width:480px) {
  .hero-1 .hero-image-wrapp .hero-thumb {
    width: 100%
  }
}

@media (max-width:375px) {
  .hero-1 .hero-image-wrapp .hero-thumb {
    height: 300px
  }
}

.hero-1 .hero-image-wrapp .hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 45px
}

@media (max-width:767px) {
  .hero-1 .hero-image-wrapp .hero-thumb img {
    margin-left: 0;
    border-radius: 50%
  }
}

.hero-1 .hero-image-wrapp .hero-shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 579.82px;
  height: 579.82px;
  background: var(--white-color);
  border-radius: 50%;
  z-index: -1
}

@media (max-width:1399px) {
  .hero-1 .hero-image-wrapp .hero-shape1 {
    right: -36px
  }
}

@media (max-width:1199px) {
  .hero-1 .hero-image-wrapp .hero-shape1 {
    right: 19%;
    bottom: 0
  }
}

@media (max-width:991px) {
  .hero-1 .hero-image-wrapp .hero-shape1 {
    right: 8%
  }
}

@media (max-width:767px) {
  .hero-1 .hero-image-wrapp .hero-shape1 {
    display: none
  }
}

.hero-1 .hero-image-wrapp .hero-shape2 {
  position: absolute;
  top: 25%;
  right: 14%;
  width: 63.09px;
  height: 63.09px;
  border-radius: 50%;
  background: var(--theme-color)
}

@media (max-width:375px) {
  .hero-1 .hero-image-wrapp .hero-shape2 {
    display: none
  }
}

.hero-1 .hero-image-wrapp .hero-shape3 {
  position: absolute;
  top: 33%;
  left: 23%;
  width: 40.56px;
  height: 40.56px;
  border-radius: 50%;
  background: var(--theme-color)
}

@media (max-width:375px) {
  .hero-1 .hero-image-wrapp .hero-shape3 {
    display: none
  }
}

.hero-1 .hero-image-wrapp .hero-shape4 {
  position: absolute;
  left: 16%;
  bottom: 20%;
  width: 390px;
  height: 390px;
  background: #c4f500;
  clip-path: path("M236.5 0L472.492 390H.508072L236.5 0Z");
  z-index: -1
}

.hero-1 .hero-image-wrapp .hero-shape5 {
  position: absolute;
  top: 43%;
  left: 15%;
  width: 63.07px;
  height: 63.07px;
  border: .612211px solid #196164;
  transform: rotate(45deg)
}

@media (max-width:375px) {
  .hero-1 .hero-image-wrapp .hero-shape5 {
    display: none
  }
}

.hero-item-content {
  display: block;
  max-width: 630px;
  margin-left: auto
}

@media (max-width:1199px) {
  .hero-item-content {
    margin: auto
  }
}

.hero-card {
  display: flex;
  gap: 10px
}

@media (max-width:1399px) {
  .hero-card:not(:last-child) {
    margin-bottom: 30px
  }
}

.hero-card_wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 37px;
  background: #ebf3ee;
  padding: 28px 28px 24px 28px;
  border-radius: 13px;
  z-index: 2;
  margin-top: 28px
}

@media (max-width:767px) {
  .hero-card_wrapper {
    display: block
  }
}

@media (max-width:375px) {
  .hero-card_wrapper {
    padding: 16px
  }
}

.hero-card_wrapper:after,
.hero-card_wrapper:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #ebf3ee;
  z-index: -1;
  border-radius: 13px;
  transition: .4s ease-in-out
}

.hero-card_wrapper:after {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(25, 97, 100, .47) 0, rgba(255, 255, 255, 0) 80%);
  z-index: -2;
  top: 0;
  left: 0
}

.hero-card .box-title {
  font-size: 22px;
  margin-bottom: 5px
}

.hero-card_text {
  font-size: 18px;
  margin-bottom: -.4rem
}

.hero-title {
  font-weight: 700
}

.hero-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px
}

.hero-style1 {
  position: relative;
  padding: 134px 0 38px 0;
  z-index: 6
}

@media (max-width:1199px) {
  .hero-text {
    font-size: 16px
  }

  .hero-style1 {
    text-align: center;
    padding: 100px 0 60px 0
  }

  .hero-style1 .btn-group {
    justify-content: center
  }
}

@media (max-width:320px) {
  .hero-title {
    font-size: 38px;
    line-height: 47px
  }
}

.hero-2 {
  background-size: cover;
  position: relative;
  z-index: 2
}

.hero-2 .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center
}

.hero-style2 {
  padding: 144px 0;
  max-width: 511px;
  display: block;
  margin-left: auto
}

@media (max-width:991px) {
  .hero-style2 {
    margin: 0
  }
}

.hero-style2 .hero-title {
  display: block
}

@media (max-width:1199px) {
  .hero-style2 .hero-title {
    font-size: 54px
  }
}

@media (max-width:375px) {
  .hero-style2 .hero-title {
    font-size: 40px
  }
}

.hero-style2 .hero-title .hero-title2 {
  color: var(--theme-color2);
  display: block
}

.hero-style2 .global-btn {
  padding: 22px 30px
}

.hero-client-box {
  background-color: var(--smoke-color);
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 80px
}

@media (max-width:991px) {
  .hero-client-box {
    position: relative;
    display: inline-block
  }
}

.hero-client-box .client-thumb {
  gap: 30px
}

.hero-client-box .client-thumb .thumb:not(:first-child) {
  margin-left: -10px
}

.hero-client-box .client-thumb .thumb img {
  border-radius: 50%;
  height: 60px
}

.hero-client-box .cilent-box_counter {
  font-size: 30px
}

@media (max-width:991px) {
  .hero-client-box .cilent-box_counter {
    font-size: 20px
  }
}

.hero-client-box .cilent-box_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--body-color)
}

.hero-client-box .client-box_wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px
}

.hero-client-box .client-box_wrapp i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--white-color);
  color: var(--theme-color)
}

@keyframes bg-anim {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1
  }

  80% {
    clip-path: inset(0 0 0 0);
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@media (max-width:1399px) {
  .hero-style2 {
    padding: 140px 0
  }

  .hero-style2 .hero-title span img {
    bottom: -27px
  }
}

@media (max-width:1199px) {
  .hero-style2 {
    padding: 130px 0
  }

  .hero-2 .hero-shape2-1:after {
    left: 298px
  }
}

@media (max-width:575px) {
  .hero-style2 {
    padding: 120px 0
  }
}

.hero-style3 {
  padding: 90px 0 156px
}

@media (max-width:1199px) {
  .hero-style3 {
    padding-bottom: 120px;
    text-align: center
  }
}

.hero-style3 .hero-card_wrapper {
  margin: 0;
  border-radius: 30px;
  border: 1px solid var(--theme-color)
}

.hero-style3 .hero-card_wrapper:after,
.hero-style3 .hero-card_wrapper:before {
  display: none
}

.hero-style3 .hero-title {
  line-height: 1.025
}

.hero-style3 .hero-text {
  margin-bottom: 35px;
  margin-top: 18px;
  max-width: 480px
}

@media (max-width:1199px) {
  .hero-style3 .hero-text {
    margin-left: auto;
    margin-right: auto
  }
}

.hero-style3 .btn-wrap {
  text-align: start
}

@media (max-width:1199px) {
  .hero-style3 .btn-wrap {
    justify-content: center
  }
}

.hero-4 {
  position: relative
}

.hero-4 .hero-thumb4-1 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55%
}

.hero-4 .hero-thumb4-1 img {
  height: 100%;
  object-fit: cover;
  object-position: left
}

@media (max-width:991px) {
  .hero-4 .hero-thumb4-1 {
    position: initial;
    width: 100%
  }
}

@media (max-width:991px) {
  .hero-4 {
    background: #121212;
    background-image: none !important
  }
}

.hero-style4 {
  padding: 100px 0 80px
}

.hero-style4 .hero-text {
  color: #f3f5f4;
  max-width: 530px;
  line-height: 1.888
}

.hero-style4 .hero-tag {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-top: -55px;
  margin-bottom: -28px
}

.hero-style4 .hero-tag .hero-tag_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  color: var(--theme-color2);
  z-index: 1;
  font-size: 22px
}

.hero-style4 .btn-wrap {
  align-items: start
}

@media (max-width:991px) {
  .hero-style4 {
    text-align: center;
    padding: 100px 0 120px
  }

  .hero-style4 .hero-text {
    margin-left: auto;
    margin-right: auto
  }

  .hero-style4 .btn-wrap {
    display: block
  }

  .hero-style4 .btn-wrap .hero-tag {
    display: block;
    margin-top: 10px
  }
}

@media (max-width:575px) {
  .hero-style4 {
    padding: 80px 0 100px
  }
}

.about-experience-tag {
  background: 0 0;
  display: inline-block;
  height: 198px;
  width: 198px;
  border-radius: 50%;
  z-index: 1;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
  line-height: 12px;
  text-align: center;
  animation: spin 10s infinite alternate-reverse
}

.about-experience-tag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: 0 0;
  border: 1px solid var(--white-color);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  border-radius: 50%
}

.about-experience-tag span {
  --rotate-letter: 15deg;
  height: 65px;
  position: absolute;
  width: 21px;
  left: 42%;
  top: 17px;
  transform-origin: bottom center;
  transform: rotate(var(--rotate-letter))
}

.about-experience-tag span.char2 {
  transform: rotate(calc(var(--rotate-letter) * 2))
}

.about-experience-tag span.char3 {
  transform: rotate(calc(var(--rotate-letter) * 3))
}

.about-experience-tag span.char4 {
  transform: rotate(calc(var(--rotate-letter) * 4))
}

.about-experience-tag span.char5 {
  transform: rotate(calc(var(--rotate-letter) * 5))
}

.about-experience-tag span.char6 {
  transform: rotate(calc(var(--rotate-letter) * 6))
}

.about-experience-tag span.char7 {
  transform: rotate(calc(var(--rotate-letter) * 7))
}

.about-experience-tag span.char8 {
  transform: rotate(calc(var(--rotate-letter) * 8))
}

.about-experience-tag span.char9 {
  transform: rotate(calc(var(--rotate-letter) * 9))
}

.about-experience-tag span.char10 {
  transform: rotate(calc(var(--rotate-letter) * 10))
}

.about-experience-tag span.char11 {
  transform: rotate(calc(var(--rotate-letter) * 11))
}

.about-experience-tag span.char12 {
  transform: rotate(calc(var(--rotate-letter) * 12))
}

.about-experience-tag span.char13 {
  transform: rotate(calc(var(--rotate-letter) * 13))
}

.about-experience-tag span.char14 {
  transform: rotate(calc(var(--rotate-letter) * 14))
}

.about-experience-tag span.char15 {
  transform: rotate(calc(var(--rotate-letter) * 15))
}

.about-experience-tag span.char16 {
  transform: rotate(calc(var(--rotate-letter) * 16))
}

.about-experience-tag span.char17 {
  transform: rotate(calc(var(--rotate-letter) * 17))
}

.about-experience-tag span.char18 {
  transform: rotate(calc(var(--rotate-letter) * 18))
}

.about-experience-tag span.char19 {
  transform: rotate(calc(var(--rotate-letter) * 19))
}

.about-experience-tag span.char20 {
  transform: rotate(calc(var(--rotate-letter) * 20))
}

.about-experience-tag span.char21 {
  transform: rotate(calc(var(--rotate-letter) * 21))
}

.about-experience-tag span.char22 {
  transform: rotate(calc(var(--rotate-letter) * 22))
}

.about-experience-tag span.char23 {
  transform: rotate(calc(var(--rotate-letter) * 23))
}

.about-experience-tag span.char24 {
  transform: rotate(calc(var(--rotate-letter) * 24))
}

.about-experience-tag span.char25 {
  transform: rotate(calc(var(--rotate-letter) * 25))
}

.about-experience-tag span.char26 {
  transform: rotate(calc(var(--rotate-letter) * 26))
}

.about-experience-tag span.char27 {
  transform: rotate(calc(var(--rotate-letter) * 27))
}

.about-experience-tag span.char28 {
  transform: rotate(calc(var(--rotate-letter) * 28))
}

.about-experience-tag span.char29 {
  transform: rotate(calc(var(--rotate-letter) * 29))
}

.about-experience-tag span.char30 {
  transform: rotate(calc(var(--rotate-letter) * 30))
}

.about-experience-tag span.char31 {
  transform: rotate(calc(var(--rotate-letter) * 31))
}

.about-experience-tag span.char32 {
  transform: rotate(calc(var(--rotate-letter) * 32))
}

.hero-5 {
  background-size: 100% calc(100% - 120px);
  background-repeat: no-repeat
}

.hero-5 .hero-thumb5-1 {
  border-radius: 40px;
  overflow: hidden
}

@media (max-width:991px) {
  .hero-5 .hero-thumb5-1 {
    border-radius: 20px
  }
}

@media (max-width:575px) {
  .hero-5 {
    background-size: 100% calc(100% - 70px)
  }
}

.hero-style5 {
  padding-top: 204px
}

.hero-style5 .hero-title {
  margin-bottom: 20px
}

.hero-style5 .hero-text {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px
}

@media (max-width:991px) {
  .hero-style5 {
    padding-top: 145px
  }
}

@media (max-width:575px) {
  .hero-style5 .hero-text {
    margin-bottom: 40px
  }
}

.error-area .error-thumb {
  margin-bottom: 55px
}

.error-area .error-content {
  margin-bottom: 45px
}

.not-found-text-wrapper .text-404 h4 {
  font-size: 48px;
  margin-top: -.35em
}

.not-found-text-wrapper .error-dec {
  margin-bottom: 45px
}

.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: var(--title-color);
  width: 100.1%;
  height: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all ease .4s
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 54px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  border: 2px solid var(--smoke-color);
  transform: rotate(0);
  transition: all ease .4s;
  color: var(--white-color)
}

.popup-search-box button.searchClose:hover {
  color: var(--title-color);
  background-color: var(--white-color);
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg)
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 0;
  cursor: auto;
  width: 100%;
  max-width: 900px;
  transform: translate(-50%, -50%);
  transition: transform ease .4s
}

@media (max-width:1199px) {
  .popup-search-box form {
    max-width: 600px
  }
}

.popup-search-box form input {
  font-size: 24px;
  font-weight: 400;
  height: 70px;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--smoke-color);
  padding: 0 80px 0 0;
  color: var(--smoke-color);
  border-radius: 0
}

.popup-search-box form input::-moz-placeholder {
  color: rgba(246, 245, 243, .5)
}

.popup-search-box form input::-webkit-input-placeholder {
  color: rgba(246, 245, 243, .5)
}

.popup-search-box form input:-ms-input-placeholder {
  color: rgba(246, 245, 243, .5)
}

.popup-search-box form input::placeholder {
  color: rgba(246, 245, 243, .5)
}

.popup-search-box form button {
  position: absolute;
  top: 0;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 0;
  cursor: pointer;
  width: auto;
  height: 70px;
  transition: all ease .4s;
  transform: scale(1.001);
  filter: brightness(99999)
}

.popup-search-box form button:hover {
  transform: scale(1.1)
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 350px;
  transition: all ease .4s;
  border-radius: 0
}

.popup-search-box.show form {
  transition-delay: .5s
}

@media (max-width:767px) {
  .popup-search-box form {
    width: 80%
  }

  .popup-search-box form input {
    height: 60px
  }

  .popup-search-box form button {
    width: 60px;
    line-height: 62px;
    height: 60px
  }
}

.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, .75);
  opacity: 0;
  visibility: hidden;
  transition: all ease .8s
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease .4s
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
  box-shadow: inset 0 0 1px rgba(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
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease .8s
}

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible
}

@media (max-width:767px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 320px;
    padding: 80px 20px
  }
}

.subscribe-sec-shape {
  position: relative;
  z-index: -1;
  top: -50px
}

.subscribe-area {
  border-radius: 6px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
  border-radius: 0 0 6px 6px;
  padding: 0 30px 30px;
  margin: 0 -30px 0;
  background: var(--white-color)
}

.subscribe-area .subscribe-wrapper {
  padding: 50px 90px;
  border-radius: 6px;
  transform: translate(0, -30px);
  margin-bottom: -30px
}

.subscribe-area .subscribe-title {
  font-size: 30px;
  margin-top: -.25em
}

.subscribe-form {
  position: relative
}

.subscribe-form .form-group .form-control {
  height: 70px;
  padding-right: 220px
}

.subscribe-form .form-group .input-icon {
  top: 0;
  height: 100%;
  line-height: 70px
}

.subscribe-form .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 18px 40px
}

@media (max-width:1199px) {
  .subscribe-area .subscribe-wrapper {
    padding: 50px
  }
}

@media (max-width:575px) {
  .subscribe-area {
    margin: 0 0 0;
    padding: 0 20px 20px
  }

  .subscribe-area .subscribe-wrapper {
    padding: 50px 20px
  }

  .subscribe-form .form-group .form-control {
    height: 60px;
    padding-right: 30px
  }

  .subscribe-form .form-group .input-icon {
    line-height: 60px
  }

  .subscribe-form .btn {
    position: relative;
    margin-top: 15px;
    width: 100%;
    right: 0;
    top: 0
  }

  .subscribe-area .subscribe-title {
    font-size: 24px
  }
}

@media (max-width:375px) {
  .subscribe-area {
    padding: 0;
    box-shadow: none
  }
}

.contact-page-wrap {
  border-radius: 20px;
  padding: 40px 60px
}

.contact-info {
  display: inline-flex;
  gap: 20px;
  align-items: center
}

.contact-info_icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: rgba(255, 255, 255, .1);
  font-size: 30px;
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  flex: none
}

.contact-info .contact-info_title {
  font-size: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--white-color);
  display: block;
  margin-top: -.3em;
  margin-bottom: 10px
}

.contact-info .contact-info_text {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: -.3em
}

.contact-info .contact-info_text a {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color)
}

.contact-info .contact-info_text a:hover {
  color: var(--theme-color2)
}

.contact-info .contact-info_text:last-child {
  margin-bottom: -.4em
}

.map-sec {
  line-height: 0;
  filter: grayscale(1)
}

.map-sec iframe {
  width: 100%;
  height: 555px
}

@media (max-width:991px) {
  .map-sec iframe {
    height: 400px
  }
}

.contact-form {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 60px;
  border: 2px solid var(--border-color)
}

@media (max-width:767px) {
  .contact-form {
    padding: 40px
  }
}

@media (max-width:375px) {
  .contact-form {
    padding: 30px
  }
}

.about-area-1 {
  position: relative;
  z-index: 3
}

@media (max-width:1199px) {
  .about-area-1 {
    background-color: var(--white-color);
    padding-top: 0 !important;
    padding-bottom: 120px !important
  }
}

@media (max-width:1199px) and (max-width:991px) {
  .about-area-1 {
    padding-bottom: 80px !important
  }
}

.about1-shape-img1 {
  position: absolute;
  top: 0;
  right: 0
}

.about1-shape-img1 .about1-shape-img-1 {
  border-radius: 20px 0 0 0
}

@media (max-width:1199px) {
  .about1-shape-img1 .about1-shape-img-1 {
    display: none
  }
}

.about1-shape-img1 .about1-shape-img-1 img {
  border-radius: 20px 0 0 0
}

.about1-shape-img2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.about1-shape-img2:before {
  content: "";
  position: absolute;
  top: 58px;
  left: 0;
  width: 945px;
  min-height: 800px;
  background-color: var(--white-color);
  border-radius: 0 20px 20px 0;
  z-index: -1
}

@media (min-width:1930px) {
  .about1-shape-img2:before {
    width: 1099px
  }
}

@media (max-width:1799px) {
  .about1-shape-img2:before {
    max-width: 850px
  }
}

@media (max-width:1500px) {
  .about1-shape-img2:before {
    max-width: 740px
  }
}

@media (max-width:1199px) {
  .about1-shape-img2:before {
    display: none
  }
}

.about1-shape-img2 .about1-shape-img-2 {
  position: relative;
  z-index: -1;
  padding-top: 43px
}

.about-content-wrap .sec-title {
  font-size: 60px;
  line-height: 69px;
  font-weight: 700;
  margin-right: 80px;
  margin-bottom: 30px
}

@media (max-width:1399px) {
  .about-content-wrap .sec-title {
    font-size: 45px;
    line-height: 1.2;
    margin-right: 0
  }
}

@media (max-width:767px) {
  .about-content-wrap .sec-title {
    font-size: 34px;
    line-height: 44px
  }
}

.achive-about {
  position: relative;
  z-index: 3
}

.achive-about:not(:last-child) {
  margin-bottom: 15px
}

.achive-about_content {
  display: flex;
  gap: 20px
}

.achive-about_icon i {
  color: var(--theme-color);
  font-size: 25px
}

.achive-about .box-title {
  font-size: 22px;
  line-height: 28px;
  margin-top: -.2rem;
  margin-bottom: 10px
}

.achive-about_text {
  font-size: 18px;
  line-height: 34px
}

.about-thumb1 {
  position: relative;
  padding-left: 180px;
  padding-bottom: 240px;
  display: inline-block;
  height: 100%
}

.about-thumb1 .about-img-1 {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding: 30px 0 0 30px
}

.about-thumb1 .about-img-1:after {
  content: "";
  position: absolute;
  inset: 0 90px 94px 0;
  background: var(--theme-color);
  opacity: .2;
  z-index: -1;
  border-radius: 5px
}

.about-thumb1 .about-img-1 img {
  border: 7px solid var(--white-color);
  border-radius: 5px
}

.about-thumb1 .about-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 30px;
  padding-bottom: 30px
}

.about-thumb1 .about-img-2:after {
  content: "";
  position: absolute;
  inset: 104px 0 0 115px;
  background: var(--theme-color);
  opacity: .2;
  z-index: -1;
  border-radius: 5px
}

.about-thumb1 .about-img-2 img {
  border-radius: 5px
}

@media (max-width:575px) {
  .about-thumb1 .about-img-1:after {
    inset: 0 30px 64px 0
  }
}

@media (max-width:375px) {
  .about-thumb1 {
    padding-left: 60px;
    padding-bottom: 200px
  }
}

.about-year-wrap {
  position: relative;
  display: inline-block;
  margin: 7px;
  width: 183px
}

.about-year-wrap:after {
  content: "";
  position: absolute;
  inset: -7px;
  background: url(../img/bg/about_counter-border1-1.html);
  background-size: 100% 100%
}

.about-year-wrap .about-year-mask-wrap {
  mask-size: 100% 100%;
  background: var(--title-color);
  text-align: center;
  padding: 30px 19px 60px
}

.about-year-wrap .about-year-wrap-title {
  font-weight: 900;
  color: var(--white-color);
  margin-top: 7px;
  margin-bottom: -2px
}

.about-year-wrap .about-year-wrap-text {
  font-weight: 400;
  font-family: var(--title-font);
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: -.55em
}

.about-area-2 {
  padding-bottom: 231px
}

@media (max-width:991px) {
  .about-area-2 {
    padding-bottom: 191px
  }
}

.about-thumb2 {
  position: relative;
  min-height: 690px
}

@media (max-width:1199px) {
  .about-thumb2 {
    margin-top: 50px
  }
}

.about-thumb2 .about-img-1 {
  border-radius: 5px;
  text-align: right
}

.about-thumb2 .about-img-1 img {
  margin-top: 40px;
  border-radius: 10px
}

.about-thumb2 .about-img-2 {
  border-radius: 10px;
  position: absolute;
  left: 10px;
  bottom: 0
}

.about-thumb2 .about-img-2 img {
  border-radius: 5px
}

.about-thumb2 .about-counter-wrap {
  background: var(--theme-color);
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 10px;
  max-width: 270px
}

.about-thumb2 .about-counter-wrap .about-icon {
  display: flex;
  gap: 24px;
  margin-bottom: 20px
}

.about-thumb2 .about-counter-wrap .about-icon img {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 10px
}

.about-thumb2 .about-counter-wrap .about-counter {
  font-size: 30px;
  font-weight: 700;
  color: var(--white-color);
  margin-top: -.3rem;
  margin-bottom: 7px
}

.about-thumb2 .about-counter-wrap .about-counter-text {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: -.3em
}

.about-thumb2 .about-counter-wrap .sec-desc {
  font-size: 18px;
  line-height: 34px;
  color: var(--white-color);
  margin-bottom: -.4rem
}

.about-thumb2 .about-year-wrap2 {
  background: var(--white-color);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
  padding: 15px 28px 25px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  right: 50px;
  bottom: 62px
}

.about-thumb2 .about-year-wrap2 .about-year-grid-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center
}

.about-thumb2 .about-year-wrap2 .about-year-grid-wrap .icon {
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: var(--theme-color)
}

.about-thumb2 .about-year-wrap2 .about-year-grid-wrap .about-counter {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: -.4em;
  margin-top: -.3em
}

.about-thumb2 .about-year-wrap2 .about-year-text {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -.3em;
  margin-top: 12px
}

.about-desc {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 22.125px;
  line-height: 29px;
  margin: 35px 0 40px 0;
  color: var(--title-color);
  max-width: 410px
}

.about-counter-grid {
  display: flex;
  gap: 10px;
  padding: 30px 20px;
  background: var(--white-color)
}

.about-feature-wrap {
  background: var(--white-color);
  border-radius: 5px;
  padding: 35px 30px;
  display: flex;
  gap: 20px
}

.about-feature-wrap.style-shadow {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05)
}

.about-feature-wrap:not(:last-child) {
  margin-bottom: 20px
}

.about-feature-wrap .icon {
  flex: none
}

.about-feature-wrap .icon img {
  transition: .4s
}

.about-feature-wrap .about-feature-title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 3px;
  margin-top: -.3em
}

.about-feature-wrap .about-feature-text {
  margin-bottom: -.5em;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font)
}

.about-feature-wrap:hover .icon img {
  transform: rotateY(180deg)
}

@media (max-width:1399px) {
  .about-thumb2 .about-img-1 img {
    width: 210px;
    min-height: 316px;
    object-fit: cover
  }
}

@media (max-width:1199px) {
  .about-thumb2 .about-img-1 img {
    width: 316px;
    min-height: 100%;
    object-fit: cover
  }
}

@media (max-width:767px) {
  .about-thumb2 .about-counter-wrap {
    left: 0
  }

  .about-thumb2 .about-img-1 img {
    width: 210px;
    min-height: 100%;
    object-fit: cover
  }

  .about-thumb2 .about-img-2 {
    left: 0
  }
}

@media (max-width:480px) {
  .about-thumb2 .about-counter-wrap {
    position: relative;
    max-width: 100%
  }

  .about-thumb2 .about-img-1 {
    text-align: left;
    margin-bottom: 30px
  }

  .about-thumb2 .about-img-1 img {
    width: 100%;
    height: 400px;
    min-height: 400px;
    object-fit: cover;
    object-position: bottom
  }

  .about-thumb2 .about-img-2 {
    position: relative;
    margin-bottom: 30px
  }

  .about-thumb2 .about-img-2 img {
    width: 100%;
    height: 400px;
    min-height: 400px;
    object-fit: cover;
    object-position: bottom
  }
}

@media (max-width:375px) {
  .about-thumb2 .about-img-1 {
    padding-left: 0
  }

  .about-thumb2 .about-counter-wrap,
  .about-thumb2 .about-year-wrap2 {
    position: initial;
    animation: none;
    margin-top: 12px;
    display: block
  }

  .about-thumb2 .about-year-wrap2 .about-year-grid-wrap {
    justify-content: start
  }

  .about-thumb2 .about-year-wrap2 .about-year-text {
    text-align: left
  }
}

.about-thumb3 {
  position: relative;
  display: inline-block;
  padding-left: 30px
}

@media (max-width:575px) {
  .about-thumb3 {
    padding-left: 26px
  }
}

.about-thumb3 .img1 {
  border-radius: 10px;
  overflow: hidden
}

.about-thumb3 .about-counter-wrap {
  background: var(--white-color);
  border-radius: 10px;
  border-top: 4px solid var(--theme-color);
  display: inline-flex;
  gap: 20px;
  align-items: center;
  padding: 20px 20px 20px 30px;
  position: absolute;
  right: 40px;
  top: 40px
}

@media (max-width:575px) {
  .about-thumb3 .about-counter-wrap {
    bottom: 50px;
    top: auto
  }
}

@media (max-width:375px) {
  .about-thumb3 .about-counter-wrap {
    right: 30px;
    padding: 20px
  }
}

.about-thumb3 .about-counter-wrap .about-counter {
  margin-bottom: 0;
  font-size: 30px
}

.about-thumb3 .about-counter-wrap .sec-desc {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  color: var(--title-color);
  max-width: 120px;
  line-height: 1.272
}

@media (max-width:375px) {
  .about-thumb3 .about-counter-wrap .sec-desc {
    font-size: 16px;
    max-width: 83px
  }
}

.about-thumb3 .social-links {
  flex-wrap: wrap;
  background: var(--theme-color);
  display: inline-block;
  padding: 35px 18px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 40%
}

.about-thumb3 .social-links a {
  display: block;
  font-size: 24px;
  color: var(--white-color)
}

.about-thumb3 .social-links a:not(:last-child) {
  margin-bottom: 30px
}

.about-thumb3 .social-links a:hover {
  color: var(--theme-color2)
}

@media (max-width:575px) {
  .about-thumb3 .social-links {
    top: 30%
  }

  .about-thumb3 .social-links a {
    font-size: 16px
  }
}

.about-grid-wrap {
  background: #121212;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 34px 30px
}

.about-grid-wrap .about-grid-icon {
  flex: none;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #060606
}

.about-grid-wrap .about-grid-icon img {
  transition: .4s
}

.about-grid-wrap .about-grid-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700
}

.about-grid-wrap:hover .about-grid-icon img {
  transform: rotateY(180deg)
}

.about-thumb5 {
  display: inline-block;
  position: relative
}

.about-thumb5 .img1 {
  border-radius: 20px;
  overflow: hidden
}

.about-thumb5 .about-counter-wrap {
  background: var(--theme-color);
  padding: 20px 40px;
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 30px;
  border-radius: 20px;
  text-align: center
}

.about-thumb5 .about-counter-wrap .about-counter {
  font-size: 60px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 5px
}

.about-thumb5 .about-counter-wrap .sec-desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 0
}

.team-area-1 {
  margin: 0 90px
}

@media (max-width:1299px) {
  .team-area-1 {
    margin: 0 20px
  }
}

.team-slider2 .slick-dots {
  max-width: fit-content;
  height: 10px;
  background-color: var(--white-color);
  display: block;
  margin: auto;
  border-radius: 5px;
  margin-top: 40px
}

.team-slider2 .slick-dots li {
  margin: 0
}

.team-slider2 .slick-dots button {
  width: 100px;
  height: 10px;
  border-radius: 0;
  background-color: transparent
}

.team-slider2 .slick-dots button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 10px;
  margin: 0;
  background-color: var(--theme-color);
  border-radius: 5px 0 0 5px;
  transition: all ease .4s;
  opacity: 0;
  visibility: hidden;
  display: none
}

.team-slider2 .slick-dots .slick-active button {
  background-color: var(--theme-color);
  border-radius: 5px
}

.team-slider2 .slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
  border-radius: 5px
}

.team-card {
  position: relative;
  background: var(--white-color);
  border-radius: 20px;
  transition: .4s;
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  border-radius: 20px;
  margin-bottom: 40px
}

.team-card_wrapp {
  position: relative;
  overflow: hidden
}

.team-card .team-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  transition: .4s
}

.team-card_img {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden
}

.team-card_content {
  padding: 30px
}

@media (max-width:1199px) {
  .team-card_content {
    padding: 30px 20px
  }
}

.team-card .plus-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 40px;
  background-color: var(--theme-color2);
  color: var(--white-color);
  width: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border-radius: 10px;
  transform: scaleY(1);
  cursor: pointer;
  z-index: 2;
  transition: all .3s
}

.team-card .plus-btn img {
  border-radius: 0
}

.team-card .global-social {
  position: absolute;
  bottom: -20px;
  right: 19px;
  display: block;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-color);
  padding-left: 15px;
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: all .5s ease;
  z-index: 2
}

.team-card .global-social a {
  color: var(--white-color);
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
  display: inline-block;
  transition: all .4s ease-in-out;
  margin: 0 20px 0 10px
}

.team-card .global-social a:not(:last-child) {
  margin: 13px 11px 13px 4px;
  padding-right: 16px;
  border-right: 1px solid var(--white-color)
}

.team-card .global-social a:hover {
  background-color: transparent;
  color: var(--theme-color2)
}

.team-card .global-social a img {
  border-radius: 0
}

.team-card_title {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: var(--title-color);
  margin-bottom: 10px;
  margin-top: -.3rem
}

.team-card_title a {
  color: var(--title-color)
}

.team-card_title a:hover {
  color: var(--theme-color)
}

.team-card_desig {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: -.3rem
}

.team-card_text p {
  margin-bottom: 0
}

.team-card:hover .plus-btn {
  transform: scaleY(0)
}

.team-card:hover .global-social {
  bottom: 20px;
  opacity: 1;
  visibility: visible
}

.team-card:hover .team-card_img img {
  transform: scale(1.05)
}

@media (max-width:575px) {
  .team-card .team-card_text {
    margin-top: -.5em
  }
}

.team-box {
  position: relative;
  border-radius: 20px;
  transition: all .7s;
  overflow: hidden
}

.team-box_img img {
  width: 100%;
  height: 100%
}

.team-box_content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -32px;
  padding: 40px;
  background: linear-gradient(3.65deg, #196164 5.86%, rgba(0, 77, 110, 0) 82.23%);
  border-radius: 20px;
  transition: all .4s
}

.team-box_title {
  font-size: 22px;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  margin-top: -.3rem;
  margin-bottom: 10px
}

.team-box_title:hover {
  color: var(--theme-color)
}

.team-box_title a {
  color: inherit
}

.team-box_desig {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: block;
  color: var(--white-color);
  margin-bottom: -.3rem
}

.team-box .team-social_wrap {
  text-align: center;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .7s
}

.team-box .team-social_wrap .social-btn.style2 {
  justify-content: center
}

.team-box .team-social_wrap .social-btn.style2 a {
  background-color: var(--white-color);
  color: var(--theme-color);
  transition: all .7s ease
}

.team-box .team-social_wrap .social-btn.style2 a:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.team-box:hover .team-box_content {
  bottom: 0
}

.team-box:hover .team-social_wrap {
  margin-top: 18px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.team-card.style2 {
  display: block;
  border-radius: 20px;
  background: 0 0;
  border: 2px solid rgba(255, 255, 255, .2);
  padding: 10px;
  margin-bottom: 0
}

.team-card.style2 .team-card_img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden
}

.team-card.style2 .team-card_img img {
  width: 100%
}

.team-card.style2 .team-card_content {
  width: 100%;
  border-radius: 0;
  position: relative;
  padding: 0
}

.team-card.style2 .team-card_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: start
}

.team-card.style2 .team-card_title a {
  color: var(--white-color)
}

.team-card.style2 .team-card_title a:hover {
  color: var(--theme-color2)
}

.team-card.style2 .team-card_desig {
  display: block;
  text-align: start;
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color)
}

.team-card.style2 .team-card_wrapp {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 20px;
  align-items: center;
  overflow: inherit
}

@media (max-width:1199px) {
  .team-card.style2 .team-card_wrapp {
    padding: 30px 20px 20px
  }
}

.team-card.style2 .team-card_wrapp .team-social {
  position: relative
}

.team-card.style2 .team-card_wrapp .team-social .plus-btn {
  position: initial;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  color: var(--white-color);
  filter: brightness(9) grayscale(9);
  transform: none
}

.team-card.style2 .team-card_wrapp .team-social .global-social {
  transform: none;
  bottom: 36px;
  padding-left: 0;
  display: inline-block;
  transform-origin: top;
  background: var(--theme-color2);
  border-radius: 30px;
  z-index: 1;
  right: 0;
  opacity: 0;
  visibility: hidden
}

.team-card.style2 .team-card_wrapp .team-social .global-social a {
  border: 0;
  display: block;
  padding: 0;
  color: var(--title-color);
  margin: 20px 11px
}

.team-card.style2 .team-card_wrapp .team-social:hover .plus-btn {
  background: var(--white-color);
  filter: none
}

.team-card.style2 .team-card_wrapp .team-social:hover .global-social {
  opacity: 1;
  visibility: visible;
  bottom: 46px
}

.team-card.style2:hover {
  box-shadow: none
}

.team-slider3 .slick-dots {
  max-width: fit-content;
  height: 10px;
  background-color: #35797c;
  display: block;
  margin: auto;
  border-radius: 5px;
  margin-top: 80px
}

@media (max-width:991px) {
  .team-slider3 .slick-dots {
    margin-top: 40px
  }
}

.team-slider3 .slick-dots li {
  margin: 0
}

.team-slider3 .slick-dots button {
  width: 100px;
  height: 10px;
  border-radius: 0;
  background-color: transparent
}

.team-slider3 .slick-dots button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 10px;
  margin: 0;
  background-color: var(--theme-color);
  border-radius: 5px 0 0 5px;
  transition: all ease .4s;
  opacity: 0;
  visibility: hidden;
  display: none
}

.team-slider3 .slick-dots .slick-active button {
  background-color: var(--theme-color2);
  border-radius: 5px
}

.team-slider3 .slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
  border-radius: 5px
}

.team-card.style3 {
  display: flex;
  position: relative;
  overflow: hidden;
  background: #121212;
  box-shadow: 0 0 60px rgba(0, 0, 0, .05);
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0
}

.team-card.style3 .team-card-bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0
}

.team-card.style3 .team-card-bg-shape img {
  height: 100%;
  width: 300px
}

.team-card.style3 .team-card_content {
  padding: 40px;
  max-width: 340px
}

.team-card.style3 .team-card_title {
  text-align: start;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727;
  margin-bottom: 13px
}

.team-card.style3 .team-card_title a {
  color: var(--white-color)
}

.team-card.style3 .team-card_title a:hover {
  color: var(--theme-color2)
}

.team-card.style3 .team-card_text {
  font-size: 18px;
  color: var(--white-color);
  line-height: 1.888;
  font-weight: 400;
  margin-bottom: -.5em;
  display: block
}

.team-card.style3 .team-card_img {
  flex: none;
  margin-right: 20px;
  align-self: flex-end
}

@media (max-width:1399px) {
  .team-card.style3 .team-card-bg-shape img {
    width: 250px
  }

  .team-card.style3 .team-card_img {
    width: 200px;
    height: 234px
  }

  .team-card.style3 .team-card_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
  }
}

@media (max-width:1199px) {
  .team-card.style3 .team-card_content {
    max-width: 480px
  }
}

@media (max-width:767px) {
  .team-card.style3 .team-card_content {
    padding: 30px
  }
}

@media (max-width:575px) {
  .team-card.style3 {
    display: block
  }

  .team-card.style3 .team-card-bg-shape {
    top: auto
  }

  .team-card.style3 .team-card_img {
    width: auto;
    height: auto;
    margin: 0 15px;
    text-align: end
  }

  .team-card.style3 .team-card_img img {
    width: auto;
    height: auto
  }
}

.team-card.style4 {
  background: #121212;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid transparent;
  margin-bottom: 0
}

.team-card.style4 .team-card_img {
  height: 310px;
  border-radius: 10px;
  transition: .4s
}

.team-card.style4 .team-card_img img {
  border-radius: 0;
  object-position: top
}

.team-card.style4 .team-card_content {
  padding: 30px 0 0;
  text-align: center
}

.team-card.style4 .team-card_title a {
  color: var(--white-color)
}

.team-card.style4 .team-card_title a:hover {
  color: var(--theme-color2)
}

.team-card.style4 .team-card_wrapp {
  position: initial
}

.team-card.style4 .global-social {
  bottom: 35px;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  top: auto;
  margin: 0;
  padding: 0;
  background: 0 0;
  display: inline-flex;
  gap: 10px
}

.team-card.style4 .global-social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--theme-color2);
  border-radius: 50%;
  margin: 0;
  padding: 0;
  font-size: 16px
}

.team-card.style4 .global-social a:hover {
  background: var(--theme-color2);
  color: var(--title-color)
}

.team-card.style4:hover {
  border-color: var(--theme-color2);
  padding-bottom: 90px
}

.team-card.style4:hover .team-card_img {
  height: 250px
}

.team-about-card {
  margin-bottom: 75px
}

.team-about-card .team-about-card_img {
  height: 100%
}

.team-about-card .team-about-card_img img {
  border-radius: 5px;
  height: 100%;
  object-fit: cover
}

.team-about-card .team-about-card_box {
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, .1);
  padding: 40px;
  margin: 60px 0;
  border-radius: 5px;
  margin-left: -80px;
  background: var(--white-color)
}

.team-about-card_title {
  margin-top: -.3em;
  margin-bottom: 30px;
  font-weight: 700
}

.team-details-wrap .team-details-wrap-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0
}

.team-details-wrap .team-details-wrap-desig {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px
}

.team-details-wrap_info {
  display: flex;
  gap: 20px
}

.team-details-wrap_info:not(:last-child) {
  margin-bottom: 25px
}

.team-details-wrap_info .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: var(--smoke-color);
  flex: none
}

.team-details-wrap_info p {
  margin-top: -.3em;
  margin-bottom: 0
}

.team-details-wrap_info p a {
  color: var(--title-color)
}

.team-details-wrap_info p a:hover {
  color: var(--theme-color)
}

@media (max-width:991px) {
  .team-about-card .team-about-card_box {
    margin-left: 0
  }

  .team-about-card {
    margin-bottom: 0
  }
}

.testimonial-thumb1 img {
  border-radius: 20px;
  width: 100%
}

.testi-card {
  position: relative;
  background: var(--smoke-color);
  border-radius: 20px;
  padding: 60px
}

@media (max-width:767px) {
  .testi-card {
    padding: 40px
  }
}

@media (max-width:575px) {
  .testi-card {
    padding: 30px
  }
}

.testi-card .quote-icon {
  position: absolute;
  top: 0;
  right: 40px
}

.testi-card .rating {
  margin-bottom: 20px
}

.testi-card .rating i {
  color: #b8bb0a;
  font-size: 20px
}

.testi-card .rating i:last-child {
  color: var(--white-color)
}

.testi-card .testi-profile-title {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 22.6875px;
  line-height: 29px;
  margin-bottom: 15px;
  margin-top: -.3em
}

.testi-card .testi-profile-desig {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 18.2812px;
  line-height: 34px;
  color: var(--body-color);
  font-family: var(--body-font)
}

.testi-card .testi-card_text {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-bottom: 40px
}

.testi-card .testi-card-profile {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center
}

@media (max-width:375px) {
  .testi-card .testi-card-profile {
    display: block
  }
}

.testi-card .rating {
  color: #f8b427;
  display: flex;
  gap: 10px
}

.testi-profile_thumb {
  min-width: 70px
}

@media (max-width:375px) {
  .testi-profile_thumb {
    margin-bottom: 15px
  }
}

.testi-profile_thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%
}

.testi-desc {
  font-size: 18px;
  margin-left: 70px;
  margin-bottom: 75px
}

@media (max-width:991px) {
  .testi-desc {
    margin-left: 0
  }
}

.testi-area-slider {
  position: relative;
  margin: 130px 0 0 -240px
}

@media (max-width:1399px) {
  .testi-area-slider {
    margin: 70px 0 0 -240px
  }
}

@media (max-width:991px) {
  .testi-area-slider {
    margin: 0
  }
}

.testi-area-slider .icon-box {
  gap: 20px;
  position: absolute;
  right: 0;
  bottom: 40px;
  display: block
}

.testi-area-slider .slick-arrow {
  --icon-size: 40px;
  border-radius: 10px;
  color: var(--theme-color);
  border: 1px solid #f3f5f4;
  background: var(--white-color);
  box-shadow: none;
  top: unset;
  bottom: 40px;
  right: -5px;
  opacity: 1;
  visibility: visible
}

.testi-area-slider .slick-arrow.slick-next {
  top: unset;
  bottom: 90px;
  left: auto;
  right: -5px
}

.testi-slider-1 {
  position: relative
}

.testi-slider-1 .slick-dots {
  position: absolute;
  right: 74px;
  bottom: 60px;
  display: inline-block;
  width: auto
}

@media (max-width:1199px) {
  .testi-card .testi-card_text {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .testimonial-thumb1 {
    display: none
  }
}

.testimonial-area-2.arrow-wrap .slick-arrow {
  background-color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  top: unset;
  bottom: 15px;
  left: 42.5%;
  border: 1px solid #f3f5f4;
  border-radius: 10px;
  opacity: 1;
  visibility: visible;
  transition: all .4s ease-in-out;
  box-shadow: none
}

.testimonial-area-2.arrow-wrap .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.testimonial-area-2.arrow-wrap .slick-arrow.slick-next {
  margin-top: 20px;
  left: unset;
  right: 28%
}

.testi-box {
  background-color: var(--white-color);
  padding: 60px 60px 0 60px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  border-radius: 10px;
  text-align: center;
  margin-left: 110px
}

@media (max-width:1299px) {
  .testi-box {
    margin-left: 30px;
    padding: 30px
  }
}

@media (max-width:991px) {
  .testi-box {
    margin: 40px 0 0 0
  }
}

.testi-box .quote-icon {
  position: relative;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color2);
  display: block;
  margin: auto auto 20px auto
}

.testi-box .quote-icon:after,
.testi-box .quote-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 63px;
  height: 1px;
  background-color: rgba(25, 53, 45, .2)
}

.testi-box .quote-icon:after {
  left: -90px
}

.testi-box .quote-icon:before {
  right: -90px
}

.testi-box_text {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 30px
}

@media (max-width:575px) {
  .testi-box_text {
    font-size: 18px;
    line-height: 28px
  }
}

.testi-box .testi-profile-title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  color: #243f37;
  margin-bottom: 20px
}

.testi-box .testi-profile_thumb {
  min-width: 86px
}

.testi-box .testi-profile_thumb img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  margin-bottom: -30px
}

@media (max-width:991px) {
  .testi-box .testi-profile_thumb img {
    margin-bottom: 0
  }
}

.testi-area-slider4 {
  margin-right: -80px;
  position: relative
}

@media (max-width:991px) {
  .testi-area-slider4 {
    margin-right: 0
  }
}

.testi-area-slider4 .icon-box {
  position: absolute;
  right: 40px;
  bottom: 40px
}

.testi-area-slider4 .icon-box .slick-arrow {
  background: 0 0;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: normal
}

.testi-area-slider4 .icon-box .slick-arrow img {
  filter: brightness(9) grayscale(1);
  transition: .4s;
  width: 50px
}

.testi-area-slider4 .icon-box .slick-arrow:hover img {
  filter: none
}

@media (max-width:375px) {
  .testi-area-slider4 .icon-box {
    display: none
  }
}

.testi-card.style2 {
  background: var(--theme-color);
  border-radius: 20px;
  padding: 40px;
  z-index: 1
}

.testi-card.style2 .testi-profile-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 10px
}

.testi-card.style2 .testi-profile-desig {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color)
}

.testi-card.style2 .testi-card_text {
  font-size: 24px;
  font-weight: 400;
  color: var(--white-color);
  line-height: 1.583;
  margin-top: 30px;
  margin-bottom: 48px
}

@media (max-width:575px) {
  .testi-card.style2 .testi-card_text {
    font-size: 20px
  }
}

@media (max-width:375px) {
  .testi-card.style2 .testi-card_text {
    margin-bottom: 28px;
    font-size: 16px
  }
}

.testi-card.style2 .rating {
  margin-bottom: 0
}

.testi-card.style2 .quote-icon {
  z-index: -1;
  filter: brightness(9);
  width: 295px;
  right: 45px;
  bottom: 55px;
  top: auto
}

@media (max-width:375px) {
  .testi-card.style2 {
    padding: 30px
  }
}

.testimonial-area-5 .testimonial-thumb1 {
  position: relative;
  z-index: 1
}

.testi-card.style3 {
  border: 1px solid #243f37;
  background: 0 0;
  padding: 60px 123px 60px 60px
}

.testi-card.style3 .quote-icon {
  position: initial;
  margin-bottom: 30px
}

.testi-card.style3 .testi-card_text {
  font-size: 30px;
  color: var(--white-color);
  line-height: 1.666;
  margin-bottom: 60px
}

@media (max-width:1199px) {
  .testi-card.style3 .testi-card_text {
    font-size: 20px;
    margin-bottom: 40px
  }
}

.testi-card.style3 .testi-profile-title {
  color: var(--white-color);
  margin-bottom: 10px
}

.testi-card.style3 .testi-profile-desig {
  color: var(--white-color);
  opacity: .7
}

@media (max-width:991px) {
  .testi-card.style3 {
    padding: 60px
  }
}

@media (max-width:575px) {
  .testi-card.style3 {
    padding: 30px
  }
}

@media (max-width:375px) {
  .testi-card.style3 .testi-card_text {
    font-size: 16px
  }
}

.counter-box {
  background-color: var(--white-color);
  box-shadow: 0 0 60px rgba(0, 0, 0, .05);
  border-radius: 20px;
  padding: 45px 10px 45px 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px
}

@media (max-width:1399px) {
  .counter-box {
    gap: 10px;
    padding: 45px 10px 45px 20px
  }
}

.counter-box_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

@media (max-width:480px) {
  .counter-box_wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.counter-box_number {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 10px
}

.counter-box_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: -.3rem
}

@media (max-width:1399px) {
  .counter-box_text {
    font-size: 16px
  }
}

.counter-text {
  font-size: 18px;
  margin-left: 30px;
  margin-bottom: 60px
}

@media (max-width:1199px) {
  .counter-text {
    margin: 40px 0 60px 0
  }
}

.counter-wrap1 {
  border-radius: 5px;
  background: var(--white-color);
  box-shadow: 0 30px 80px 0 rgba(14, 100, 215, .04);
  margin-top: -136px;
  position: relative;
  z-index: 3;
  overflow: hidden
}

.counter-card-wrap {
  padding: 40px 60px
}

.counter-card-wrap .counter-card {
  min-width: 224px
}

.counter-checklist-wrap {
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 40px 60px;
  height: 100%
}

.counter-checklist-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #e8092e -1.06%, rgba(232, 9, 46, 0) 100%);
  z-index: -1
}

.counter-card {
  position: relative;
  display: inline-flex;
  gap: 25px;
  align-items: center
}

.counter-card_wrap~.counter-card_wrap {
  border-left: 1px solid #2c2c2c
}

.counter-card_wrap~.counter-card_wrap .counter-card.style2 {
  padding-left: 45px
}

.counter-card_wrap:last-child .counter-card.style2 {
  padding-right: 0
}

.counter-card_number {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 60px;
  color: var(--title-color)
}

.counter-card_text {
  font-weight: 400;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: -.4em
}

.counter-card_icon {
  border-radius: 50px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  text-align: center;
  position: relative;
  margin: auto
}

.counter-card_icon img {
  transition: .4s all ease-in-out
}

.counter-card:hover .counter-card_icon:after {
  margin: 0;
  border-width: 10px;
  border-color: var(--theme-color)
}

.counter-card:hover .counter-card_icon img {
  transform: rotateY(180deg)
}

@media (max-width:1399px) {
  .counter-card-wrap {
    padding: 40px 40px
  }

  .counter-card_number {
    font-size: 44px
  }

  .counter-card_icon {
    width: 70px;
    height: 70px;
    line-height: 70px
  }

  .counter-card-wrap .counter-card {
    min-width: 214px
  }
}

@media (max-width:1199px) {
  .counter-card-wrap .counter-card {
    min-width: 185px
  }

  .counter-card_number {
    font-size: 34px
  }

  .counter-card_text {
    font-size: 16px
  }

  .counter-card-wrap {
    padding: 30px 30px
  }

  .counter-card-wrap .counter-card {
    min-width: max-content
  }
}

@media (max-width:991px) {
  .counter-card-wrap .counter-card {
    text-align: start
  }

  .counter-card-wrap {
    padding: 30px 30px;
    text-align: center
  }
}

@media (max-width:575px) {
  .counter-checklist-wrap {
    padding: 40px 40px
  }
}

.counter-area-2 {
  padding: 60px;
  border-radius: 20px;
  position: relative;
  z-index: 1
}

.counter-card.style2 {
  gap: 20px
}

.counter-card.style2 .counter-card_number {
  color: var(--theme-color)
}

.counter-card.style2 .counter-card_text {
  color: var(--body-color)
}

.counter-divider {
  height: 100%;
  width: 1px;
  background: var(--smoke-color)
}

@media (max-width:1299px) {
  .counter-area-2 {
    padding: 60px 40px
  }
}

@media (max-width:991px) {
  .counter-area-2 {
    padding: 60px
  }
}

@media (max-width:767px) {
  .counter-area-2 {
    padding: 40px
  }
}

.intro-area-2 {
  margin-top: 164px;
  background-size: cover;
  position: relative;
  z-index: 1
}

.intro-area-2:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  z-index: -1
}

.fact-area {
  transform: translateY(-164px);
  margin-bottom: -164px
}

.single-fact-wrap {
  text-align: center;
  background: #fff;
  box-shadow: 0 -10px 100px rgba(0, 6, 18, .08);
  border-radius: 5px;
  padding: 50px 30px 31px
}

.single-fact-wrap .thumb {
  margin-bottom: 17px
}

.single-fact-wrap .details h2 {
  font-size: 36px;
  margin-bottom: 5px
}

.single-intro-wrap {
  text-align: center;
  background: linear-gradient(125.07deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .1) 100%);
  backdrop-filter: blur(20px);
  border-radius: 5px;
  padding: 15px 15px 30px
}

.single-intro-wrap .bg-border {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100px;
  width: 100px;
  background: rgba(237, 28, 36, .6);
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%)
}

.single-intro-wrap .thumb {
  height: auto;
  width: auto;
  transform: none;
  margin-bottom: 20px
}

.single-intro-wrap .thumb img {
  border-radius: 5px;
  width: 100%
}

.single-intro-wrap .details h3 {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 26px
}

.single-intro-wrap .details p {
  margin: 0;
  color: var(--white-color)
}

.single-intro-wrap .details .btn {
  margin-top: 20px;
  padding: 0 27px;
  height: 50px;
  line-height: 50px
}

.single-intro-wrap.style2 {
  padding: 0 25px 45px;
  margin-top: 50px
}

.single-intro-wrap.style2 .thumb {
  height: 80px;
  width: 80px;
  background: #fff;
  border-radius: 50%;
  line-height: 80px;
  margin: auto;
  transform: translate(0, -50%);
  position: relative;
  z-index: 1
}

.single-intro-wrap.style2 .thumb img {
  width: 52px
}

.single-intro-wrap.style2 .details p {
  margin-top: 20px;
  margin-bottom: 0
}

.single-intro-wrap.style2 .btn {
  color: var(--white-color);
  margin-top: 40px;
  text-transform: capitalize
}

.blog-shape-img1 {
  opacity: .2;
  left: 66px;
  top: 250px
}

.blog-shape-img1 .about1-shape-img-2 {
  margin-left: -35px;
  margin-bottom: -120px
}

@media (max-width:1500px) {
  .blog-shape-img1 {
    right: 42px;
    top: 140px
  }
}

.blog-card {
  position: relative
}

.blog-card .blog-title {
  font-weight: 700;
  font-size: 22px;
  color: var(--title-color);
  margin-bottom: -.3rem;
  margin-top: 12px
}

.blog-card .blog-meta {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f5f4;
  padding-bottom: 15px;
  flex-wrap: wrap
}

.blog-card .blog-meta a {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize
}

.blog-card .blog-meta a i {
  font-weight: 400
}

.blog-card .blog-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px
}

.blog-card .blog-img img {
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  transition: .4s ease-in-out;
  height: 100%;
  object-fit: cover
}

.blog-card .blog-content {
  padding: 30px;
  position: relative;
  z-index: 2;
  transition: .4s;
  background: var(--white-color);
  box-shadow: 0 0 30px rgba(0, 0, 0, .05);
  border-radius: 20px;
  margin: -20px 20px 0 20px;
  transition: all 1s ease
}

.blog-card:hover .blog-content {
  background: #ebf3ee
}

.blog-card:hover .blog-img img {
  transform: scale(1.08)
}

@media (max-width:1199px) {
  .blog-card .blog-title {
    font-size: 24px
  }
}

@media (max-width:575px) {
  .blog-card .blog-content {
    margin-left: 25px;
    padding: 30px
  }

  .blog-card .blog-title {
    margin-bottom: 25px
  }
}

@media (max-width:375px) {
  .blog-card .blog-content {
    margin-left: 0;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    margin: 0
  }

  .blog-card .blog-title {
    font-size: 22px
  }

  .blog-card .blog-img {
    border-radius: 5px 5px 0 0
  }

  .blog-card .blog-img img {
    border-radius: 5px 5px 0 0;
    min-height: 300px
  }

  .blog-card .blog-img .blog-date {
    bottom: 30px
  }
}

.blog-box {
  position: relative;
  background-color: var(--white-color);
  box-shadow: 0 0 16px rgba(0, 0, 0, .05);
  border-radius: 10px
}

.blog-box .blog-img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden
}

.blog-box .blog-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: .4s ease-in-out
}

.blog-box .blog-content {
  padding: 40px
}

@media (max-width:575px) {
  .blog-box .blog-content {
    padding: 30px
  }
}

.blog-box .blog-meta {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f5f4;
  margin-bottom: 20px;
  padding-bottom: 25px
}

@media (max-width:375px) {
  .blog-box .blog-meta {
    display: block
  }
}

.blog-box .blog-meta a {
  font-size: 15px
}

.blog-box .blog-meta a img {
  margin-right: 9px
}

.blog-box .blog-title {
  font-size: 22px;
  margin-top: -.3rem;
  margin-bottom: 25px
}

.blog-box .blog-desc {
  font-size: 18px;
  margin-bottom: 30px
}

.blog-box:hover .blog-img img {
  transform: scale(1.05)
}

.blog-card.style2 .blog-img {
  border-radius: 20px
}

.blog-card.style2 .blog-img img {
  width: 100%;
  height: 253px;
  object-fit: cover
}

.blog-card.style2 .blog-content {
  margin: 0;
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
  padding: 20px 0 0
}

.blog-card.style2 .blog-content .blog-meta {
  justify-content: start;
  gap: 18px;
  border-bottom: 0;
  padding-bottom: 0
}

.blog-card.style2 .blog-title {
  margin-top: 18px;
  margin-bottom: 30px
}

.blog-card.style3 {
  border-radius: 20px
}

.blog-card.style3 .blog-img {
  border-radius: 20px 20px 0 0
}

.blog-card.style3 .blog-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0
}

.blog-card.style3 .blog-content {
  margin: 0;
  background: 0 0;
  box-shadow: none;
  border-radius: 0 0 20px 20px;
  border: 1px solid #196164;
  border-top: 0;
  padding: 40px
}

.blog-card.style3 .blog-content .blog-meta {
  justify-content: start;
  gap: 8px 18px;
  border-bottom: 0;
  padding-bottom: 0
}

.blog-card.style3 .blog-content .blog-meta i {
  color: var(--white-color);
  font-size: 16px
}

.blog-card.style3 .blog-content .blog-meta a {
  font-size: 18px;
  color: var(--white-color)
}

.blog-card.style3 .blog-title {
  margin-top: 21px;
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 37px;
  line-height: 1.272
}

.blog-card.style3 .blog-title a:hover {
  color: var(--theme-color2)
}

.blog-card.style3 .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize
}

.blog-card.style3 .link-btn i {
  color: var(--theme-color);
  transition: .4s
}

.blog-card.style3 .link-btn:before {
  display: none
}

.blog-card.style3 .link-btn:hover i {
  color: var(--theme-color2)
}

@media (max-width:575px) {
  .blog-card.style3 .blog-content {
    padding: 30px
  }

  .blog-card.style3 .blog-content .blog-meta a {
    font-size: 15px
  }
}

.blog-card.style4 {
  border-radius: 20px;
  border: 1px solid #196164;
  transition: .4s
}

.blog-card.style4 .blog-img {
  border-radius: 20px 20px 0 0
}

.blog-card.style4 .blog-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  transform: none
}

.blog-card.style4 .blog-content {
  margin: 0;
  background: 0 0;
  box-shadow: none;
  padding: 30px 40px 40px
}

.blog-card.style4 .blog-content .blog-meta {
  justify-content: start;
  gap: 8px 18px;
  border-bottom: 1px solid var(--title-color);
  opacity: .7
}

.blog-card.style4 .blog-content .blog-meta i {
  color: var(--white-color);
  font-size: 16px
}

.blog-card.style4 .blog-content .blog-meta a {
  color: var(--white-color);
  margin: 0;
  font-size: 14px
}

.blog-card.style4 .blog-title {
  margin-top: 21px;
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 30px;
  line-height: 1.272
}

.blog-card.style4 .blog-title a:hover {
  color: var(--theme-color2)
}

.blog-card.style4 .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize
}

.blog-card.style4 .link-btn:before {
  display: none
}

.blog-card.style4 .link-btn:hover {
  color: var(--theme-color2)
}

.blog-card.style4:hover {
  border-color: var(--theme-color2);
  transform: translate(0, -20px)
}

@media (max-width:575px) {
  .blog-card.style4 .blog-content {
    padding: 30px
  }

  .blog-card.style4 .blog-content .blog-meta a {
    font-size: 15px
  }
}

.client-area-2 {
  padding-top: 70px;
  max-width: 915px;
  display: block;
  margin-left: auto;
  margin-top: -20px
}

@media (max-width:1399px) {
  .client-area-2 {
    max-width: 860px;
    margin-top: -70px
  }
}

@media (max-width:1199px) {
  .client-area-2 {
    max-width: 100%;
    margin: 0
  }
}

.client-area-2 .client-logo {
  text-align: center
}

.client-area-3 {
  border-radius: 20px 20px 0 0;
  padding: 70px 20px
}

.client-area-3 .client-logo {
  text-align: center
}

.client-area-4 {
  position: relative
}

.client-area-4 .shadow-shape-right {
  right: 40%;
  top: 50%;
  transform: translate(0, -50%);
  width: 1041px
}

.client-area-4 .shadow-shape-right:after {
  width: 311px;
  height: 311px;
  background: #196164;
  filter: blur(200px);
  right: 50%
}

.client-area-4 .client-logo {
  opacity: .6;
  transition: .4s;
  text-align: center
}

.client-area-4 .client-logo:hover {
  opacity: 1
}

@media (max-width:575px) {
  .client-logo {
    text-align: center
  }
}

.checklist ul {
  padding: 0;
  list-style: none;
  text-align: start;
  margin-bottom: 0
}

.checklist li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 20px;
  display: flex;
  color: var(--body-color)
}

.checklist li:last-child {
  margin-bottom: 0
}

.checklist li i,
.checklist li svg {
  font-size: 22px;
  margin-right: 15px;
  margin-top: 2px;
  font-weight: 600;
  color: var(--theme-color)
}

.checklist.style2 ul li:not(:last-child) {
  margin-bottom: 17px
}

.checklist.style2 ul li i {
  margin-right: 15px;
  font-size: 16px;
  color: var(--theme-color);
  margin-top: 3px
}

.checklist.style3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px
}

.checklist.style3 ul li {
  margin-bottom: 0
}

.checklist.style4 ul li:not(:last-child) {
  margin-bottom: 9px
}

.checklist.style5 ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--body-color)
}

.checklist.style6 ul li {
  font-weight: 500;
  font-size: 22px;
  color: var(--title-color)
}

@media (max-width:1399px) {
  .checklist.style6 ul li {
    font-size: 18px
  }
}

.checklist.style7 ul li {
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 32px
}

.checklist.style7 ul li:last-child {
  margin-bottom: 0
}

.checklist.style7 ul li i {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color);
  color: var(--theme-color2);
  font-size: 12px;
  flex: none;
  margin-top: 6px
}

@media (max-width:1399px) {
  .checklist.style7 ul li {
    font-size: 18px
  }
}

.checklist.style-white li {
  color: var(--white-color)
}

.checklist.style-white li:not(:last-child) {
  margin-bottom: 12px
}

.checklist.style-white li i,
.checklist.style-white li svg {
  font-size: 14px;
  margin-right: 20px;
  margin-top: 5px
}

.checklist.style-white2 li {
  color: var(--white-color)
}

.checklist.style-white2 li:not(:last-child) {
  margin-bottom: 12px
}

.checklist.style-white2 li i,
.checklist.style-white2 li svg {
  font-size: 16px;
  color: var(--white-color);
  margin-right: 20px;
  margin-top: 5px
}

@media (max-width:1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px
  }
}

@media (max-width:1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px
  }
}

.img-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1
}

.img-half img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.img-half.img-right {
  right: 0
}

.icon-box {
  display: inline-flex;
  gap: 20px
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px
}

.btn-wrap.style2 {
  gap: 30px 40px
}

.read-more-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  position: relative
}

.read-more-btn i,
.read-more-btn svg {
  font-size: 12px
}

.read-more-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--theme-color);
  width: 0;
  transition: .4s ease-in-out
}

.read-more-btn:hover {
  color: var(--theme-color)
}

.read-more-btn:hover:after {
  width: 100%
}

.category-tag {
  background: var(--theme-color);
  height: 25px;
  line-height: 25px;
  border-radius: 30px;
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  padding: 0 19px;
  letter-spacing: 1px
}

@media (max-width:1199px) {
  p.mb-40 {
    margin-bottom: 35px
  }

  p.mb-45 {
    margin-bottom: 38px
  }
}

@media (max-width:575px) {
  .checklist.style2 ul li i {
    margin-right: 10px
  }
}

.video-area-1 .video-wrap {
  display: block;
  text-align: center;
  position: relative
}

.video-area-1 .video-wrap img {
  border-radius: 20px;
  width: 100%;
  height: 480px;
  object-fit: cover
}

.video-area-1 .video-wrap .play-btn {
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%
}

.category-card {
  border-radius: 6px;
  background: var(--white-color);
  padding: 30px;
  display: flex;
  justify-content: space-between
}

.category-card_content {
  max-width: 150px
}

.category-card_title {
  font-size: 20px;
  margin-top: -.3em;
  margin-bottom: 26px
}

.category-card_title a {
  color: var(--title-color)
}

.category-card_title a:hover {
  color: var(--theme-color)
}

.category-card_icon {
  flex: none;
  align-self: end;
  position: relative;
  z-index: 1
}

.category-card_icon:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #f7f4ef;
  height: 60px;
  width: 60px;
  left: -30px;
  top: 0;
  z-index: -1
}

.category-card .more-btn {
  font-size: 12px;
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: initial
}

.category-card .more-btn:hover {
  color: var(--theme-color)
}

.category-card .more-btn i {
  font-size: 14px;
  display: block
}

.category-search-form {
  margin-top: 40px;
  position: relative
}

.category-search-form .form-control {
  padding: 14.5px 280px 14.5px 30px
}

.category-search-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 50px
}

.category-card2 {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07);
  text-align: center;
  padding: 30px 30px 23px
}

.category-card2_title {
  font-size: 20px;
  margin-top: -.3em;
  margin-bottom: 0
}

.category-card2_title a {
  color: var(--title-color)
}

.category-card2_title a:hover {
  color: var(--theme-color)
}

.category-card2_icon {
  display: inline-block;
  height: 66px;
  width: 66px;
  line-height: 64px;
  border-radius: 50%;
  background: var(--smoke-color3);
  margin-bottom: 20px;
  transition: .5s
}

.category-card2_icon img {
  transition: .5s
}

.category-card2_icon:after {
  display: none
}

.category-card2:hover .category-card2_icon {
  background: var(--theme-color)
}

.category-card2:hover .category-card2_icon img {
  filter: brightness(99)
}

.category-slider {
  transform: translateY(-50px);
  margin-bottom: -50px
}

.category-area2 {
  padding-bottom: 100px;
  z-index: 2
}

.category-area2 .category-search-form .form-control {
  border-color: var(--theme-color);
  color: var(--white-color)
}

@media (max-width:767px) {
  .category-search-form {
    text-align: center
  }

  .category-search-form .btn {
    position: inherit;
    margin-top: 20px
  }

  .category-search-form .form-control {
    padding: 14.5px 30px
  }
}

.category-slider3 {
  border: 1px solid var(--border-color)
}

.category-slider3 .slick-slide {
  border-right: 1px solid var(--border-color)
}

@media (max-width:575px) {
  .category-slider3 .slick-slide {
    border-right: 0
  }
}

.category-card-item {
  text-align: center;
  padding-bottom: 18px
}

.category-card-item .category-card-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px
}

.category-card-item .category-card-title a {
  color: var(--title-color)
}

.category-card-item .category-card-title a:hover {
  color: var(--theme-color)
}

.category-card-item .category-card-text {
  margin-bottom: 0;
  font-size: 14px;
  opacity: .6
}

.faq-area-1 {
  margin-top: -400px;
  padding-top: 400px !important
}

.accordion-card {
  margin-bottom: 5px;
  transition: .4s ease-in-out;
  overflow: hidden;
  background: var(--smoke-color);
  border: 0
}

.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--title-color);
  border: 0;
  background-color: transparent;
  padding: 0 0 0 50px;
  min-height: 70px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  transition: .3s;
  position: relative;
  box-shadow: none;
  border-bottom: 1px solid rgba(36, 63, 55, .2)
}

.accordion-card .accordion-button:after {
  content: "\f067";
  height: 30px;
  width: 30px;
  border-radius: 5px;
  line-height: 30px;
  background: #c4f500;
  border: 0;
  font-family: var(--icon-font);
  color: var(--theme-color);
  font-weight: 900;
  font-size: 18px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 22px;
  left: 0;
  transition: .3s ease-in-out
}

.accordion-card .accordion-button:focus {
  outline: 0;
  box-shadow: none
}

.accordion-card .accordion-button:not(.collapsed) {
  color: var(--title-color)
}

.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f068";
  background-color: var(--theme-color);
  color: var(--white-color);
  transform: rotate(180deg)
}

.accordion-card .accordion-collapse {
  border: none
}

.accordion-card .accordion-body {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 30px 30px 30px 0;
  margin-top: -.5em;
  border-bottom: 1px solid rgba(36, 63, 55, .2)
}

.accordion-card .accordion-body p {
  margin-bottom: -.6em;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font)
}

.accordion-card:last-child {
  margin-bottom: 0
}

@media (max-width:1399px) {
  .accordion-card .accordion-button {
    font-size: 20px
  }

  .accordion-card .accordion-button:after {
    font-size: 16px;
    top: 13px
  }
}

@media (max-width:575px) {
  .accordion-card .accordion-button {
    padding: 15px 25px 15px 45px
  }
}

.accordion-card.style2 {
  background: 0 0
}

.accordion-card.style3 {
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0, 0, 0, .05);
  background: var(--white-color);
  padding: 10px 30px
}

.accordion-card.style3:last-child {
  margin-bottom: 0
}

.accordion-card.style3 .accordion-button {
  border-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 0 70px 0 0
}

.accordion-card.style3 .accordion-button:after {
  left: auto;
  right: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  top: 15px;
  content: "\f105";
  background: #f3f5f4
}

.accordion-card.style3 .accordion-button:not(.collapsed):after {
  background: var(--theme-color);
  content: "\f107"
}

@media (max-width:575px) {
  .accordion-card.style3 .accordion-button {
    font-size: 18px
  }
}

.accordion-card.style3 .accordion-body {
  padding: 0 0 20px;
  border-bottom: 0
}

@media (max-width:767px) {
  .accordion-card.style3 .accordion-body {
    padding: 10px 0 20px
  }
}

.accordion-card.style3:has(.accordion-button:not(.collapsed)) {
  background: #ebf3ee
}

.accordion-card.style4 {
  border-bottom: 1px solid #7a7a7a;
  background: 0 0;
  margin-bottom: 30px;
  padding-bottom: 30px
}

.accordion-card.style4:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0
}

.accordion-card.style4 .accordion-button {
  display: block;
  border-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  padding-top: 5px;
  padding-left: 70px
}

.accordion-card.style4 .accordion-button .event-date {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px
}

@media (max-width:767px) {
  .accordion-card.style4 .accordion-button {
    font-size: 24px;
    padding-left: 60px
  }

  .accordion-card.style4 .accordion-button .event-date {
    margin-top: 10px
  }
}

@media (max-width:575px) {
  .accordion-card.style4 .accordion-button {
    padding-bottom: 0
  }
}

.accordion-card.style4 .accordion-button:after {
  border-radius: 50%;
  top: 0;
  width: 40px;
  height: 40px;
  background: 0 0;
  border: 1px solid var(--theme-color);
  color: var(--title-color);
  content: "\f105"
}

.accordion-card.style4 .accordion-button:not(.collapsed):after {
  background: var(--theme-color);
  color: var(--theme-color2);
  transform: rotate(90deg)
}

.accordion-card.style4 .accordion-body {
  border-bottom: 0;
  padding: 20px 0 0 70px
}

.accordion-card.style4 .accordion-body .event-text {
  margin-bottom: 0
}

.faq-thumb5 {
  overflow: hidden;
  display: inline-block;
  position: relative
}

.faq-thumb5 img {
  border-radius: 20px
}

.faq-thumb5 .about-counter-wrap {
  background: var(--white-color);
  border-radius: 10px;
  padding: 30px;
  display: inline-flex;
  position: absolute;
  right: 10px;
  top: 10px;
  gap: 5px;
  align-items: center
}

.faq-thumb5 .about-counter-wrap .about-counter {
  margin-bottom: 0;
  color: var(--theme-color);
  font-size: 60px;
  font-weight: 700;
  align-items: center
}

.faq-thumb5 .about-counter-wrap .sec-desc {
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color);
  max-width: 82px;
  line-height: 1.888;
  margin-bottom: 0
}

@media (max-width:575px) {
  .faq-thumb5 img {
    border-radius: 10px
  }

  .faq-thumb5 .about-counter-wrap {
    position: initial;
    margin-top: 20px;
    animation: none !important;
    display: flex;
    justify-content: center
  }
}

.accordion-card.style5 {
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0, 0, 0, .05);
  background: #202022;
  padding: 5px 30px
}

.accordion-card.style5:last-child {
  margin-bottom: 0
}

.accordion-card.style5 .accordion-button {
  border-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 0 70px 0 0;
  color: var(--white-color)
}

.accordion-card.style5 .accordion-button:after {
  left: auto;
  right: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  top: 15px;
  content: "\f105";
  background: 0 0;
  border: 1px solid var(--theme-color2);
  color: var(--theme-color2)
}

.accordion-card.style5 .accordion-button:not(.collapsed):after {
  background: 0 0;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  content: "\f107"
}

@media (max-width:575px) {
  .accordion-card.style5 .accordion-button {
    font-size: 18px
  }
}

.accordion-card.style5 .accordion-body {
  padding: 0 50px 30px 0;
  border-bottom: 0
}

.accordion-card.style5 .accordion-body p {
  color: var(--white-color);
  opacity: .7
}

@media (max-width:767px) {
  .accordion-card.style5 .accordion-body {
    padding: 10px 0 20px
  }
}

.accordion-card.style5:has(.accordion-button:not(.collapsed)) {
  background: #202022
}

.feature-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px
}

.feature-wrapper .media-body .header-info_label {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--body-color)
}

.feature-wrapper .media-body .header-info_link {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 0
}

@media (max-width:575px) {
  .feature-wrapper .media-body .header-info_link {
    font-size: 16px;
    line-height: 26px
  }
}

.feature-wrapper .media-body .header-info_link:hover {
  color: var(--theme-color)
}

.feature-wrapper .media-body .header-info_link a {
  color: inherit
}

.feature-area {
  background: #f4f4f4;
  border-radius: 15px;
  overflow: hidden
}

@media (max-width:1399px) {
  .feature-area {
    margin-top: -15px
  }
}

@media (max-width:1199px) {
  .feature-area {
    margin-top: -30px
  }
}

@media (max-width:991px) {
  .feature-area {
    margin-top: -45px
  }
}

.feature-card {
  transition: .4s;
  position: relative;
  border: 1px solid rgba(25, 53, 45, .2);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.feature-card-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 268px;
  line-height: 1.2em
}

.feature-card-title a {
  color: var(--title-color)
}

.feature-card-title a:hover {
  color: var(--theme-color)
}

.feature-card-text {
  flex: 1;
  margin-bottom: 0;
  max-width: 410px
}

.feature-card .btn-wrap {
  flex: none
}

.feature-card:hover {
  background: var(--white-color);
  box-shadow: 0 0 60px rgba(0, 0, 0, .05);
  border-color: var(--white-color)
}

@media (max-width:991px) {
  .feature-card {
    display: block
  }

  .feature-card .feature-card-title {
    max-width: none;
    margin-bottom: 20px
  }

  .feature-card .feature-card-text {
    margin-bottom: 30px;
    max-width: none
  }
}

@media (max-width:575px) {
  .feature-card {
    padding: 30px
  }

  .feature-card .feature-card-title {
    font-size: 24px
  }
}

.feature-wrap4 {
  position: relative
}

.feature-wrap4 .feature-bg-line {
  position: absolute;
  left: 50%;
  top: 80px;
  bottom: 0;
  transform: translate(-50%, 0)
}

@media (max-width:1399px) {
  .feature-wrap4 .feature-bg-line {
    display: none
  }
}

.feature-thumb4-1 {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block
}

.feature-thumb4-1 img {
  width: 100%
}

.feature-content .feature-content-title {
  font-size: 30px
}

.feature-content .feature-content-subtitle {
  font-size: 22px
}

.feature-content .feature-content-text {
  font-size: 18px
}

.cta-wrap1 {
  position: relative;
  z-index: 2;
  padding: 46px 30px 46px 47px
}

@media (max-width:991px) {
  .cta-wrap1 {
    background-color: var(--theme-color);
    border-radius: 30px
  }
}

@media (max-width:767px) {
  .cta-wrap1 {
    padding: 30px
  }
}

.cta-wrap1:after,
.cta-wrap1:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1
}

@media (max-width:991px) {

  .cta-wrap1:after,
  .cta-wrap1:before {
    display: none
  }
}

.cta-wrap1:before {
  left: 0;
  background-color: var(--title-color);
  border-radius: 30px 0 0 30px
}

.cta-wrap1:after {
  right: 0;
  background-color: var(--theme-color2);
  border-radius: 0 30px 30px 0
}

.cta-wrap1 .title-area .sec-title {
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
  color: var(--theme-color2)
}

@media (max-width:575px) {
  .cta-wrap1 .title-area .sec-title {
    font-size: 25px;
    line-height: 30px
  }
}

@media (max-width:991px) {
  .cta-wrap1 .cilent-box_counter {
    color: var(--white-color)
  }
}

@media (max-width:991px) {
  .cta-wrap1 .cilent-box_title {
    color: var(--white-color)
  }
}

.client-box {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  padding: 0 0 0 30px
}

@media (max-width:1399px) {
  .client-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:991px) {
  .client-box {
    padding: 0;
    align-items: center
  }

  .client-box .global-btn.style-border {
    border: 1px solid var(--white-color);
    color: var(--white-color)
  }

  .client-box .global-btn.style-border:after,
  .client-box .global-btn.style-border:before {
    background: var(--white-color)
  }

  .client-box .global-btn.style-border:hover {
    color: var(--title-color)
  }
}

@media (max-width:480px) {
  .client-box {
    display: block
  }
}

.client-box .cta-btn {
  margin-left: 80px
}

@media (max-width:1399px) {
  .client-box .cta-btn {
    margin-left: 30px
  }
}

@media (max-width:480px) {
  .client-box .cta-btn {
    margin: 20px 0 0 0
  }
}

.client-thumb {
  display: flex;
  gap: 20px
}

@media (max-width:1399px) {
  .client-thumb {
    display: block
  }
}

.client-thumb-group {
  display: flex
}

@media (max-width:1399px) {
  .client-thumb-group {
    margin-bottom: 20px
  }
}

@media (max-width:375px) {
  .client-thumb-group {
    margin-bottom: 20px
  }
}

.client-thumb-group .thumb {
  flex: none
}

.client-thumb-group .thumb:not(:first-child) {
  margin-left: -20px
}

.client-thumb-group .thumb img {
  border-radius: 50%;
  height: 54px
}

.client-thumb-group .thumb.icon {
  font-size: 16px;
  color: var(--theme-color2);
  height: 54px;
  width: 54px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  margin-left: -54px
}

.cilent-box_counter {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0
}

.cilent-box_title {
  font-size: 18px;
  line-height: 34px
}

@media (max-width:991px) {
  .cilent-box_title {
    font-size: 16px;
    line-height: 26px
  }
}

.cta-area-2 {
  margin: 0 80px;
  border-radius: 30px
}

@media (max-width:1500px) {
  .cta-area-2 {
    margin: 0 30px
  }
}

.cta-area-2 .cta2-bg-thumb {
  margin-top: -80px
}

@media (max-width:1199px) {
  .cta-area-2 .cta2-bg-thumb {
    margin-top: -30px
  }
}

.cta-wrap2 {
  max-width: 568px;
  display: block;
  margin-left: auto
}

@media (max-width:1299px) {
  .cta-wrap2 {
    max-width: 100%;
    margin: 0;
    margin-right: 30px
  }
}

@media (max-width:991px) {
  .cta-wrap2 {
    padding: 40px 20px 80px 20px;
    margin: 0;
    text-align: center
  }
}

@media (max-width:575px) {
  .cta-wrap2 {
    padding: 40px 0
  }
}

.cta-area-3 {
  border-radius: 20px;
  padding: 80px 60px;
  margin-top: -140px
}

.cta-area-3 .newsletter-form.style2 .form-group {
  border-color: var(--theme-color)
}

@media (max-width:1399px) {
  .cta-area-3 {
    padding: 60px 38px
  }
}

@media (max-width:991px) {
  .cta-area-3 {
    padding: 50px 50px 60px
  }
}

@media (max-width:575px) {
  .cta-area-3 {
    padding: 30px
  }

  .cta-area-3 .newsletter-form {
    margin: 0 0 80px 0
  }
}

.service-area-2 {
  margin: 0 70px
}

@media (max-width:1500px) {
  .service-area-2 {
    margin: 0 30px
  }
}

@media (max-width:767px) {
  .service-area-2 {
    margin: 0
  }
}

.service-card {
  background: var(--white-color);
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0, 0, 0, .05);
  border-radius: 20px;
  display: flex
}

.service-card_img {
  min-width: 220px;
  border-radius: 20px 0 0 20px;
  overflow: hidden
}

.service-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  transition: all .4s ease
}

.service-card_title {
  margin-top: -.2em;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px
}

@media (max-width:375px) {
  .service-card_title {
    font-size: 20px
  }
}

.service-card_title a {
  color: var(--title-color)
}

.service-card_title a:hover {
  color: var(--theme-color)
}

.service-card_content {
  padding: 30px
}

.service-card_text {
  font-size: 18px;
  font-family: var(--title-font);
  margin-bottom: 35px
}

.service-card .link-btn {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize
}

.service-card .link-btn:before {
  background: var(--title-color)
}

.service-card .link-btn i {
  margin-left: 5px
}

.service-card:hover .service-card_img img {
  transform: scale(1.05)
}

.service-title-area {
  max-width: 414px;
  display: block;
  margin-left: auto;
  margin-bottom: 62px
}

@media (max-width:991px) {
  .service-title-area {
    max-width: 100%;
    margin-left: 0
  }
}

.service-title-area p {
  font-size: 18px
}

@media (max-width:1199px) {
  .service-card {
    display: block
  }

  .service-card .service-card_img {
    border-radius: 20px 20px 0 0;
    height: 300px
  }

  .service-card .service-card_img img {
    border-radius: 20px 20px 0 0
  }

  .service-card .service-card_text {
    font-size: 16px
  }
}

.service-box {
  background: var(--white-color);
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding: 50px 40px 40px 40px;
  margin-top: 35px;
  margin-bottom: 40px
}

@media (max-width:1699px) {
  .service-box {
    padding: 30px
  }
}

.service-box_icon {
  margin-top: -80px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: var(--white-color);
  border: 2px solid var(--smoke-color);
  border-radius: 10px;
  margin-bottom: 45px
}

@media (max-width:1699px) {
  .service-box_icon {
    margin-top: -60px
  }
}

.service-box_title {
  margin-top: -.2em;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px
}

@media (max-width:375px) {
  .service-box_title {
    font-size: 20px
  }
}

.service-box_title a {
  color: var(--title-color)
}

.service-box_title a:hover {
  color: var(--theme-color)
}

.service-box_text {
  font-size: 18px;
  font-family: var(--title-font);
  margin-bottom: 40px
}

.service-box .link-btn {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize
}

.service-box .link-btn:before {
  background: var(--title-color)
}

.service-box .link-btn i {
  margin-left: 5px
}

.service-box:hover .service-box_img img {
  transform: scale(1.05)
}

.service-slider2 .slick-dots {
  max-width: fit-content;
  height: 10px;
  background-color: var(--smoke-color);
  display: block;
  margin: auto;
  border-radius: 5px;
  margin-top: 40px
}

.service-slider2 .slick-dots li {
  margin: 0
}

.service-slider2 .slick-dots button {
  width: 100px;
  height: 10px;
  border-radius: 0;
  background-color: transparent
}

.service-slider2 .slick-dots button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 10px;
  margin: 0;
  background-color: var(--theme-color2);
  border-radius: 5px 0 0 5px;
  transition: all ease .4s;
  opacity: 0;
  visibility: hidden;
  display: none
}

.service-slider2 .slick-dots .slick-active button {
  background-color: var(--theme-color2);
  border-radius: 5px
}

.service-slider2 .slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
  border-radius: 5px
}

.page-thumb {
  border-radius: 10px
}

.page-thumb img {
  border-radius: 10px;
  min-height: 350px;
  width: 100%;
  object-fit: cover
}

.page-thumb.style2 {
  border-radius: 20px
}

.page-thumb.style2 img {
  min-height: 270px;
  border-radius: 20px
}

.service-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ebf3ee;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px;
  transform: translate(0, -54px);
  margin-bottom: -54px;
  gap: 20px
}

@media (max-width:1399px) {
  .service-details-list {
    transform: translate(0, -15px);
    margin-bottom: -15px
  }
}

.service-details-list .single-service-list .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px
}

.service-details-list .single-service-list .content {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500
}

@media (max-width:1399px) {
  .service-details-list .single-service-list .content {
    font-size: 20px
  }
}

.service-card-2 {
  border-radius: 20px;
  border: 1px solid var(--theme-color);
  background: var(--white-color);
  padding: 40px 30px
}

.service-card-2 .service-card-icon {
  margin-bottom: 35px
}

.service-card-2 .service-card_content {
  padding: 0
}

.service-card-2 .service-card_title {
  margin-bottom: 20px
}

.service-card-2 .service-card_text {
  margin-bottom: 30px;
  font-size: 16px
}

.service-card-2 .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color)
}

.service-card-wrap:nth-of-type(even) {
  padding-top: 40px
}

@media (max-width:1199px) {
  .service-card-wrap:nth-of-type(even) {
    padding-top: 0
  }
}

.service-card-3 {
  border-radius: 20px;
  border: 1px solid var(--theme-color);
  background: 0 0;
  padding: 40px 40px
}

.service-card-3 .service-card-icon {
  margin-bottom: 35px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #121212
}

.service-card-3 .service-card-icon img {
  transition: .4s
}

.service-card-3 .service-card_content {
  padding: 0
}

.service-card-3 .service-card_title {
  margin-bottom: 20px
}

.service-card-3 .service-card_title a {
  color: var(--white-color);
  transition: .4s
}

.service-card-3 .service-card_title a:hover {
  color: var(--theme-color2)
}

.service-card-3 .service-card_text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.888;
  color: var(--white-color)
}

.service-card-3 .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--white-color)
}

.service-card-3 .link-btn:before {
  background: var(--white-color)
}

.service-card-3 .link-btn:hover i {
  color: var(--theme-color2)
}

.service-card-3:hover .service-card-icon img {
  transform: rotateY(180deg)
}

.service-card-4 {
  border: 1px solid var(--theme-color);
  padding: 30px;
  border-radius: 20px;
  transition: .4s
}

.service-card-4 .service-card-thumb {
  border-radius: 20px;
  overflow: hidden
}

.service-card-4 .service-card-thumb img {
  transition: .4s;
  width: 100%
}

.service-card-4 .service-card_content {
  padding: 30px 10px 0
}

.service-card-4 .service-card_content .service-card_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px
}

.service-card-4 .service-card_content .service-card_title a {
  color: var(--white-color)
}

.service-card-4 .service-card_content .service-card_title a:hover {
  color: var(--theme-color2)
}

.service-card-4 .service-card_content .service-card_text {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--white-color);
  opacity: .7
}

.service-card-4:hover {
  border-color: var(--theme-color2);
  transform: translate(0, -20px)
}

.service-card-4:hover .service-card-thumb img {
  transform: scale(1.1)
}

@media (max-width:1399px) {
  .service-card-4 .service-card-thumb {
    border-radius: 15px
  }

  .service-card-4 .service-card_content {
    padding: 30px 0 0
  }

  .service-card-4 .service-card_content .service-card_title {
    font-size: 20px
  }

  .service-card-4 .service-card_content .service-card_text {
    font-size: 16px
  }
}

@media (max-width:1199px) {
  .service-card-4:hover {
    transform: none
  }
}

.goal-tabs-wrapper {
  display: flex;
  justify-content: space-between
}

@media (max-width:1199px) {
  .goal-tabs-wrapper {
    display: block
  }
}

.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs {
  max-width: 176px;
  gap: 20px;
  border-bottom: none
}

@media (max-width:1199px) {
  .goal-tabs-wrapper .nav-tabs.goal-tabs-tabs {
    max-width: 100%;
    margin-bottom: 70px
  }
}

@media (max-width:991px) {
  .goal-tabs-wrapper .nav-tabs.goal-tabs-tabs {
    gap: 8px
  }
}

.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link {
  background-color: var(--white-color);
  align-items: center;
  padding: 21px 30px;
  border: 1px solid rgba(25, 97, 100, .2);
  border-radius: 10px;
  min-width: 167px;
  font-size: 18px;
  font-weight: 400;
  color: var(--title-color);
  margin-bottom: 0;
  transition: all .4s ease-in-out
}

@media (max-width:767px) {
  .goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link {
    min-width: 100%
  }
}

.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link.active,
.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link:focus,
.goal-tabs-wrapper .nav-tabs.goal-tabs-tabs .nav-link:hover {
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color)
}

.goal-list_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 65px 110px
}

@media (max-width:1399px) {
  .goal-list_wrapper {
    gap: 40px
  }
}

@media (max-width:991px) {
  .goal-list_wrapper {
    grid-template-columns: repeat(1, 1fr)
  }
}

.goal-content_wrapp {
  display: flex;
  align-items: flex-start;
  gap: 20px
}

.goal-content .box-title {
  font-size: 22px;
  font-weight: 700
}

.goal-content p {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: rgba(25, 53, 45, .7)
}

.goal-title-area {
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-bottom: 62px
}

@media (max-width:991px) {
  .goal-title-area {
    max-width: 100%;
    margin-left: 0
  }
}

.goal-title-area p {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--body-color)
}

@media (max-width:991px) {
  .wcu-area-1 {
    margin-bottom: 80px
  }
}

.wcu-card-wrap.right-wrap {
  text-align: end
}

.wcu-card-wrap.right-wrap .wcu-card {
  flex-direction: row-reverse
}

.wcu-card {
  background-color: var(--white-color);
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding: 0 30px 30px 30px
}

@media (max-width:1399px) {
  .wcu-card {
    padding: 0 20px 20px 20px
  }
}

@media (max-width:1199px) {
  .wcu-card {
    padding: 0 30px 30px 30px
  }
}

.wcu-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px
}

@media (max-width:480px) {
  .wcu-card-wrap {
    grid-template-columns: repeat(1, 1fr)
  }
}

.wcu-card .icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  flex: none;
  text-align: center;
  position: relative;
  margin-bottom: 25px
}

.wcu-card .icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: .1;
  border-radius: 0 0 10px 10px
}

.wcu-card .icon img {
  transition: .4s
}

.wcu-card .wcu-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -.2em
}

@media (max-width:1399px) {
  .wcu-card .wcu-card-title {
    font-size: 20px
  }
}

.wcu-card .wcu-card-text {
  font-size: 18px;
  margin-bottom: -.5em
}

.wcu-card:hover .icon img {
  transform: rotateY(180deg)
}

.wcu-thumb {
  position: relative
}

.wcu-thumb .wcu-shape {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1
}

.wcu-thumb .wcu-shape2 {
  position: absolute;
  right: 30%;
  bottom: 7.6%
}

@media (max-width:1199px) {
  .wcu-thumb-1 {
    text-align: center;
    margin-bottom: 50px
  }

  .wcu-card-wrap.right-wrap {
    text-align: left
  }

  .wcu-card-wrap.right-wrap .wcu-card {
    flex-direction: row
  }
}

@media (max-width:320px) {
  .wcu-card {
    flex-wrap: wrap
  }
}

.event-area-1 {
  position: relative;
  padding: 135px 0;
  z-index: 2;
  overflow: hidden
}

@media (max-width:991px) {
  .event-area-1 {
    padding: 80px 0 0 0
  }
}

.event-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1
}

@media (max-width:1500px) {
  .event-shape {
    right: -10%
  }
}

@media (max-width:1199px) {
  .event-shape {
    display: none
  }
}

.event-card {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 65px;
  transition: all .4s ease-in-out
}

@media (max-width:1299px) {
  .event-card {
    margin-bottom: 30px
  }
}

.event-card:last-child {
  margin-bottom: 0
}

.event-card .event-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 7px
}

.event-card .icon {
  min-width: 60px;
  transition: all .4s ease-in-out
}

.event-card .event-card-text {
  font-size: 18px;
  margin-bottom: 0
}

.event-card:hover .icon {
  transform: rotateY(180deg)
}

.event-thumb-1 {
  position: absolute;
  bottom: 0
}

@media (max-width:991px) {
  .event-thumb-1 {
    position: relative
  }
}

.skill-feature:not(:last-child) {
  margin-bottom: 25px
}

.skill-feature .skill-feature_title {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 6px
}

@media (max-width:991px) {
  .skill-feature .skill-feature_title {
    font-size: 20px
  }
}

.skill-feature .progress {
  background: #efefef;
  height: 9px;
  position: relative;
  overflow: visible
}

.skill-feature .progress .progress-bar {
  background: var(--theme-color);
  border-radius: 10px
}

.skill-feature .progress .progress-value {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--title-color)
}

.skill-feature.style2:not(:last-child) {
  margin-bottom: 30px
}

.skill-feature.style2 .skill-feature_title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px
}

.skill-feature.style2 .progress {
  height: 3px;
  background: #f3f5f4
}

.skill-feature.style2 .progress .progress-value {
  font-size: 18px;
  position: relative;
  transform: translate(-100%, 0)
}

.wcu-thumb-wrap {
  position: relative;
  display: flex;
  justify-content: end
}

.wcu-thumb-wrap img {
  border-radius: 10px
}

.wcu-thumb-wrap .img-1 {
  height: fit-content
}

.wcu-thumb-wrap .img-2 {
  margin: 120px 0 0 30px
}

@media (max-width:1199px) {
  .wcu-thumb-wrap {
    justify-content: start
  }
}

@media (max-width:767px) {
  .wcu-thumb-wrap {
    display: block
  }

  .wcu-thumb-wrap img {
    width: -webkit-fill-available;
    max-height: 300px;
    object-fit: cover
  }

  .wcu-thumb-wrap .img-1 {
    margin-right: 60px
  }

  .wcu-thumb-wrap .img-2 {
    margin: 30px 0 0 60px
  }
}

.pricing-shape-img1 {
  opacity: .2;
  left: 53px;
  top: 288px
}

.pricing-shape-img1 .about1-shape-img-2 {
  margin-left: -35px;
  margin-bottom: -120px
}

@media (max-width:1500px) {
  .pricing-shape-img1 {
    left: 42px
  }
}

.pricing-card {
  background: var(--white-color);
  border: 2px solid var(--theme-color);
  border-radius: 20px;
  padding: 40px
}

.pricing-card_icon {
  text-align: center;
  margin-bottom: 35px
}

.pricing-card_icon img {
  transition: .4s
}

.pricing-card_price {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 60.75px;
  line-height: 70px;
  color: var(--title-color);
  transition: .4s;
  margin-bottom: 20px;
  margin-top: -.25em
}

.pricing-card_price .duration {
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color)
}

.pricing-card_title {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-bottom: 23px;
  transition: .4s;
  margin-top: -.25em
}

.pricing-card .checklist {
  margin-bottom: 42px
}

.pricing-card .checklist li {
  font-size: 18px
}

.pricing-card .checklist li:not(:last-child) {
  margin-bottom: 20px
}

.pricing-card .checklist li i {
  font-size: 18px
}

.pricing-card .global-btn {
  width: 100%;
  background-color: var(--white-color);
  border: 2px solid #f3f5f4;
  color: var(--title-color);
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  border-radius: 10px
}

.pricing-card .global-btn:hover {
  color: var(--white-color)
}

.pricing-card:hover .pricing-card_icon img {
  transform: rotateY(180deg)
}

@media (max-width:1199px) {
  .pricing-card {
    padding: 30px
  }
}

@media (max-width:991px) {
  .pricing-card {
    gap: 60px;
    justify-content: center
  }
}

@media (max-width:575px) {
  .pricing-card {
    gap: 25px;
    padding: 40px;
    flex-wrap: wrap;
    justify-content: start
  }

  .pricing-card .pricing-card-price-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column-reverse
  }

  .pricing-card .pricing-card-price-wrap .pricing-card_price {
    width: 100%;
    margin-bottom: 0
  }

  .pricing-card .pricing-card-price-wrap .pricing-card_price .duration {
    display: inline-block
  }
}

@media (max-width:320px) {
  .pricing-card {
    padding: 30px 30px
  }
}

.pricing-area-3 {
  background-color: #202022;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  padding-bottom: 260px
}

@media (max-width:991px) {
  .pricing-area-3 {
    padding-bottom: 220px
  }
}

.pricing-card.style2 {
  background: 0 0;
  border: 1px solid var(--title-color)
}

.pricing-card.style2 .pricing-card_title {
  color: var(--white-color);
  margin-bottom: 30px
}

.pricing-card.style2 .pricing-card_price {
  color: var(--white-color);
  margin-bottom: 0
}

.pricing-card.style2 .pricing-card_price .duration {
  color: var(--white-color);
  margin-left: 5px
}

.pricing-card.style2 .pricing-card-price-wrap {
  border-bottom: 1px solid var(--title-color);
  padding-bottom: 25px;
  margin-bottom: 30px
}

.pricing-card.style2 .checklist li {
  color: var(--white-color)
}

.pricing-card.style2 .checklist li i {
  color: var(--theme-color2)
}

.pricing-card.style2 .global-btn {
  background: 0 0;
  border: 1px solid var(--theme-color);
  color: var(--white-color)
}

.pricing-card.style2 .global-btn img {
  filter: brightness(0) invert(1)
}

.pricing-card.style2 .global-btn:hover {
  border-color: var(--theme-color2);
  color: var(--title-color)
}

.pricing-card.style2 .global-btn:hover:after,
.pricing-card.style2 .global-btn:hover:before {
  background: var(--theme-color2)
}

.pricing-card.style2 .global-btn:hover img {
  filter: none
}

.pricing-card.style2.active {
  border-color: var(--theme-color2);
  padding: 50px 40px
}

.pricing-card.style2.active .global-btn {
  border-color: var(--theme-color2);
  color: var(--title-color);
  background: var(--theme-color2)
}

.pricing-card.style2.active .global-btn:after,
.pricing-card.style2.active .global-btn:before {
  background: var(--theme-color2)
}

.pricing-card.style2.active .global-btn img {
  filter: none
}

@media (max-width:1199px) {
  .pricing-card.style2.active {
    padding: 30px
  }
}

.portfolio-shape-img {
  opacity: .2;
  right: 66px;
  top: 199px;
  transform: rotateY(180deg)
}

.portfolio-shape-img .about1-shape-img-2 {
  margin-left: -35px;
  margin-bottom: -120px
}

@media (max-width:1500px) {
  .portfolio-shape-img {
    right: 42px;
    top: 140px
  }
}

.portfolio-tab-1 .filter-menu-active {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center
}

.portfolio-tab-1 .filter-menu-active .btn.active {
  color: var(--white-color)
}

.portfolio-tab-1 .filter-menu-active .btn.active:after,
.portfolio-tab-1 .filter-menu-active .btn.active:before {
  height: 410px;
  width: 410px
}

@media (max-width:767px) {
  .portfolio-tab-1 .filter-menu-active {
    gap: 20px
  }
}

.portfolio-card-wrap {
  margin-bottom: 0
}

.portfolio-card-wrap:nth-child(even) {
  margin-bottom: 55px
}

@media (max-width:991px) {
  .portfolio-card-wrap:first-child {
    margin: 0 0 55px 0
  }
}

.portfolio-card-wrap:nth-child(3) {
  margin-top: -130px
}

@media (max-width:991px) {
  .portfolio-card-wrap:nth-child(3) {
    margin: 0 0 55px 0
  }
}

.portfolio-card-wrap:last-child {
  margin-bottom: 0
}

.portfolio-card {
  position: relative;
  overflow: hidden
}

.portfolio-card .portfolio-card-thumb {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px
}

.portfolio-card .portfolio-card-thumb img {
  border-radius: 10px;
  width: 100%
}

.portfolio-card .portfolio-card-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  flex-wrap: wrap;
  transition: .4s;
  gap: 10px
}

.portfolio-card .portfolio-card-details_subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #7a7a7a;
  font-family: var(--body-font);
  margin-bottom: 5px;
  display: block
}

.portfolio-card .portfolio-card-details_title {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 22.6875px;
  line-height: 29px;
  color: var(--title-color);
  margin-bottom: 0rem
}

@media (max-width:1199px) {
  .portfolio-card .portfolio-card-details_title {
    font-size: 20px
  }
}

.portfolio-card .portfolio-card-details_title a {
  color: var(--title-color)
}

.portfolio-card .portfolio-card-details_title a:hover {
  color: var(--theme-color)
}

.portfolio-card .portfolio-card-details .icon-btn {
  --btn-size: 50px;
  background: var(--theme-color);
  border-radius: 10px;
  color: var(--white-color);
  flex: none
}

.portfolio-card .portfolio-card-details .icon-btn:hover {
  background: var(--title-color)
}

.portfolio-card:hover .portfolio-card-details {
  bottom: 0;
  opacity: 1
}

.portfolio-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden
}

.portfolio-box .portfolio-box-thumb {
  position: relative;
  border-radius: 10px
}

.portfolio-box .portfolio-box-thumb img {
  border-radius: 10px;
  width: 100%
}

.portfolio-box .portfolio-box-details {
  position: absolute;
  z-index: 1;
  bottom: -100px;
  right: 30px;
  background-color: var(--white-color);
  box-shadow: 0 4.4px 20px -1px rgba(19, 16, 34, .05), 0 4px 9px -1px rgba(19, 16, 34, .03);
  border-radius: 10px;
  max-width: 382px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 30px;
  flex-wrap: wrap;
  transition: .4s;
  opacity: 0;
  gap: 30px
}

.portfolio-box .portfolio-box-details_subtitle {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-top: -.3em;
  margin-bottom: 6px;
  display: block
}

.portfolio-box .portfolio-box-details_title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: -.4em
}

.portfolio-box .portfolio-box-details_title a {
  color: var(--title-color)
}

.portfolio-box .portfolio-box-details_title a:hover {
  color: var(--theme-color)
}

.portfolio-box .portfolio-box-details .icon-btn {
  --btn-size: 50px;
  background: var(--theme-color);
  border-radius: 10px;
  color: var(--white-color);
  flex: none
}

.portfolio-box .portfolio-box-details .icon-btn:hover {
  background: var(--title-color)
}

.portfolio-box:hover .portfolio-box-details {
  bottom: 30px;
  opacity: 1
}

@media (max-width:1399px) {
  .portfolio-deatils-area .page-thumb img {
    min-height: 580px
  }
}

@media (max-width:1199px) {
  .portfolio-deatils-area .page-thumb img {
    min-height: 630px
  }
}

.portfolio-deatils-area .page-thumb.style2 img {
  min-height: auto
}

.portfolio-card-3 {
  position: relative
}

.portfolio-card-3 .portfolio-card-thumb {
  border-radius: 20px;
  overflow: hidden
}

.portfolio-card-3 .portfolio-card-thumb img {
  transition: .4s;
  width: 100%
}

.portfolio-card-3 .portfolio-card-details {
  position: absolute;
  background: var(--white-color);
  border-radius: 20px;
  padding: 30px;
  bottom: 0;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: .4s
}

.portfolio-card-3 .portfolio-card-details_subtitle {
  background: var(--theme-color2);
  border-radius: 20px;
  font-size: 18px;
  font-weight: 400;
  padding: 17px 30px;
  color: var(--title-color);
  display: inline-block;
  margin-bottom: 10px
}

.portfolio-card-3 .portfolio-card-details_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px
}

.portfolio-card-3 .portfolio-card-details_title a {
  color: var(--title-color)
}

.portfolio-card-3 .portfolio-card-details_title a:hover {
  color: var(--theme-color)
}

.portfolio-card-3 .portfolio-card-details_text {
  margin-bottom: 0
}

.portfolio-card-3:hover .portfolio-card-thumb img {
  transform: scale(1.05)
}

.portfolio-card-3:hover .portfolio-card-details {
  opacity: 1;
  bottom: 20px
}

@media (max-width:375px) {
  .portfolio-card-3 .portfolio-card-details_title {
    font-size: 24px
  }

  .portfolio-card-3 .portfolio-card-details {
    padding: 25px 0 0 0;
    position: initial;
    opacity: 1
  }
}

.portfolio-card-4 {
  border-radius: 20px;
  overflow: hidden
}

.portfolio-card-4 .portfolio-card-thumb {
  overflow: hidden
}

.portfolio-card-4 .portfolio-card-thumb img {
  width: 100%;
  transition: .4s;
  height: 450px;
  object-fit: cover
}

.portfolio-card-4 .portfolio-card-details {
  display: flex;
  justify-content: space-between;
  border-top: 0;
  border: 1px solid #243f37;
  border-radius: 0 0 20px 20px;
  padding: 40px;
  align-items: center;
  transition: .4s
}

.portfolio-card-4 .portfolio-card-details .portfolio-card-details_title {
  font-size: 22px;
  font-weight: 700
}

.portfolio-card-4 .portfolio-card-details .portfolio-card-details_title a {
  color: var(--white-color)
}

.portfolio-card-4 .portfolio-card-details .portfolio-card-details_title a:hover {
  color: var(--theme-color2)
}

.portfolio-card-4 .portfolio-card-details .portfolio-card-details_subtitle {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color)
}

.portfolio-card-4 .portfolio-card-details .icon-btn {
  border-radius: 0;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  background: 0 0;
  flex: none
}

.portfolio-card-4 .portfolio-card-details .icon-btn img {
  transition: .4s;
  filter: brightness(9) grayscale(1)
}

.portfolio-card-4 .portfolio-card-details .icon-btn:hover {
  background: var(--theme-color2)
}

.portfolio-card-4 .portfolio-card-details .icon-btn:hover img {
  filter: brightness(0)
}

.portfolio-card-4:hover .portfolio-card-thumb img {
  transform: scale(1.05)
}

.portfolio-card-4:hover .portfolio-card-details {
  background: var(--theme-color)
}

.portfolio-card-4:hover .portfolio-card-details .icon-btn {
  border-color: var(--theme-color2)
}

.portfolio-card-4:hover .portfolio-card-details .icon-btn img {
  filter: none
}

.portfolio-card-4:hover .portfolio-card-details .icon-btn:hover {
  background: var(--theme-color2)
}

.portfolio-card-4:hover .portfolio-card-details .icon-btn:hover img {
  filter: brightness(0)
}

@media (max-width:1199px) {
  .portfolio-card-4 .portfolio-card-details {
    padding: 30px
  }
}

@media (max-width:575px) {
  .portfolio-card-4 .portfolio-card-thumb img {
    height: 350px
  }
}

@media (max-width:375px) {
  .portfolio-card-4 .portfolio-card-details {
    flex-wrap: wrap;
    gap: 20px
  }

  .portfolio-card-4 .portfolio-card-details .portfolio-card-details_title {
    font-size: 20px
  }
}

.marquee-area {
  padding: 25px 0
}

.slider__marquee {
  overflow: hidden;
  margin: 0;
  margin-bottom: 0
}

.slider__marquee .item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px
}

.slider__marquee .item a {
  font-family: var(--body-color);
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  color: var(--title-color);
  display: inline-flex;
  align-items: center
}

.slider__marquee .item a img {
  margin-right: 37px
}

.slider__marquee .item a span {
  display: inline-block;
  line-height: 1
}

.slider__marquee .item a span.text-stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--title-color)
}

.slider__marquee.style2 .item a {
  color: var(--white-color)
}

.slider__marquee.style2 .item a span.text-stroke {
  -webkit-text-stroke: 1px var(--white-color)
}

.slider__marquee.style2 .item a img {
  filter: brightness(9) grayscale(9)
}

.appointment-area-1 {
  position: relative;
  z-index: 1
}

.appointment-area-1 .appointment-thumb-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  max-width: 70%
}

.appointment-area-1 .appointment-thumb-1 img {
  border-radius: 5px 0 0 5px;
  height: 100%;
  object-fit: cover
}

.appointment-form .form-control,
.appointment-form .form-select,
.appointment-form .single-select,
.appointment-form input,
.appointment-form select,
.appointment-form textarea {
  height: 60px;
  padding: 0 20px;
  border: none;
  color: var(--body-color);
  background-color: transparent;
  font-size: 18px;
  width: 100%;
  font-family: var(--body-font);
  border-bottom: 2px solid rgba(25, 53, 45, .2);
  transition: .4s ease-in-out;
  padding-right: 45px;
  border-radius: 0
}

.appointment-form .form-group>i {
  font-size: 14px;
  color: var(--theme-color)
}

.appointment-form textarea,
.appointment-form textarea.form-control {
  border: 2px solid rgba(25, 53, 45, .2) !important;
  padding: 20px;
  border-radius: 20px
}

.appointment-form .global-btn {
  border-radius: 50px
}

@media (max-width:1199px) {
  .appointment-thumb-2 {
    margin-bottom: 40px
  }
}

.appointment-area-2 {
  position: relative;
  background-size: cover
}

.appointment-area-2 .appointment-form-wrap {
  margin: 0
}

@media (max-width:375px) {
  .appointment-area-2 .appointment-form-wrap .form-group {
    margin-bottom: 15px
  }
}

.process-card {
  background-color: var(--white-color);
  padding: 50px 40px 44px;
  border-radius: 20px
}

.process-card_wrapp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px
}

.process-card_number {
  font-weight: 700;
  font-size: 60.75px;
  line-height: 60.75px;
  color: rgba(25, 53, 45, .05);
  margin-bottom: 0
}

.process-card .process-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: -.4rem
}

.process-card .process-card-text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 0
}

.process-card-wrap2 {
  position: relative
}

.process-card-wrap2:after {
  content: url(../img/icon/process-arrow-5-1.svg);
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  transform: translate(50%, -5px);
  width: 190px;
  height: 41px
}

.process-card-wrap2:nth-child(even) .process-card.style2 {
  transform: translate(0, -30px);
  border-color: var(--theme-color2)
}

.process-card-wrap2:nth-child(even) .process-card.style2 .process-card_number {
  -webkit-text-stroke: 1px var(--theme-color2)
}

.process-card-wrap2:nth-child(even):after {
  bottom: auto;
  top: -20px;
  transform: translate(50%, -5px) rotateX(180deg)
}

.process-card-wrap2:last-child:after {
  display: none
}

@media (max-width:1299px) {
  .process-card-wrap2:after {
    display: none
  }

  .process-card-wrap2 .process-card.style2 {
    margin: 0
  }
}

@media (max-width:1199px) {
  .process-card-wrap2 .process-card.style2 {
    transform: translate(0, 0)
  }

  .process-card-wrap2:nth-child(even) .process-card.style2 {
    transform: translate(0, 0);
    border-color: var(--theme-color)
  }

  .process-card-wrap2:nth-child(even) .process-card.style2 .process-card_number {
    -webkit-text-stroke: 1px var(--theme-color)
  }
}

.process-card.style2 {
  border: 1px solid var(--theme-color);
  border-radius: 20px;
  padding: 30px;
  background: 0 0;
  margin: 55px 0
}

.process-card.style2 .process-card_number {
  display: inline-block;
  font-size: 60px;
  font-weight: 700;
  color: transparent;
  margin-bottom: 20px;
  -webkit-text-stroke: 1px var(--theme-color)
}

.process-card.style2 .process-card-title {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0
}

.process-card.style2 .process-card-text {
  color: var(--white-color);
  font-size: 18px;
  opacity: .7;
  margin-bottom: 10px;
  display: block
}

.product-area-1 {
  padding-bottom: 295px
}

@media (max-width:991px) {
  .product-area-1 {
    padding-bottom: 255px
  }
}

.product-card {
  transition: all ease .4s;
  border-radius: 6px;
  background: var(--white-color)
}

.product-card.style2 {
  border: 1px solid #e1e1e1;
  border-radius: 5px
}

.product-card .product-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px
}

.product-card .product-title a {
  color: inherit
}

.product-card .product-title a:hover {
  color: var(--theme-color)
}

.product-card .price {
  display: block;
  color: var(--theme-color);
  font-weight: 500;
  font-size: 22px;
  font-family: var(--title-font);
  margin-bottom: -.4em
}

.product-card .price del {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #c5c5c5
}

.product-card .product-img {
  --space: 20px;
  background-color: var(--white-color);
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  z-index: 2
}

.product-card .product-img img {
  width: 100%;
  transition: all ease .4s;
  transform: scale(.9)
}

.product-card .star-rating {
  font-size: 14px;
  color: #e5e5e5;
  display: block;
  margin-bottom: 5px
}

.product-card .product-content {
  padding: 0 20px 25px
}

.product-card .tag {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  width: min-content
}

.product-card .tag span {
  display: block
}

.product-card .offer-tag,
.product-card .product-tag {
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  background-color: #e1e1e1;
  line-height: 31px;
  color: var(--title-color);
  border-radius: 50px;
  padding: 0 10px;
  min-width: 55px
}

.product-card .offer-tag {
  background: var(--theme-color);
  color: var(--white-color)
}

.product-card .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  letter-spacing: 1px;
  margin-top: 20px
}

.product-card .link-btn:before {
  background: var(--title-color)
}

.product-card .icon-btn {
  transform: translateY(30px);
  transition: .4s ease-in-out
}

.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block
}

.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: -1px;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px
}

.product-card .tinv-wishlist a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%
}

.product-card .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.product-card .add_to_cart_button.added {
  display: none
}

.product-card .added_to_cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 10px
}

.product-card .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700
}

.product-card .added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

.product-card .action-btn {
  background-color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 13px 25px
}

.product-card:hover .product-img img {
  transform: scale(1)
}

.product-card:hover .product-img:before {
  visibility: visible;
  opacity: .7
}

.product-card:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible
}

.product-card:hover .icon-btn {
  transform: translateY(0)
}

.product-card .media {
  display: flex;
  margin-top: 21px;
  margin-bottom: 6px
}

.product-card .media .media-body {
  text-align: right
}

.product-card.list-view {
  display: flex;
  text-align: start;
  height: 100%;
  border: 1px solid var(--border-color);
  border-radius: 0;
  align-items: center
}

@media (max-width:375px) {
  .product-card.list-view {
    flex-wrap: wrap
  }
}

.product-card.list-view .product-img {
  width: 100%;
  max-width: 213px;
  margin: 0
}

@media (max-width:375px) {
  .product-card.list-view .product-img {
    padding: 10px 10px 20px
  }
}

.product-card.list-view .star-rating {
  width: 93px
}

.product-card.list-view .product-content {
  flex: 1;
  border-left: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 20px 25px 0
}

@media (max-width:375px) {
  .product-card.list-view .product-content {
    padding: 0 25px 25px 25px
  }
}

.product-card.list-view .actions {
  --btn-size: 35px;
  --btn-font-size: 13px;
  --icon-gap-x: 2px
}

.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px
}

.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px
}

.product-card.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px
}

.product-card.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px
}

.product-card.list-view .added_to_cart:after {
  font-size: 16px
}

.product-card.list-view .action-btn {
  padding: 8px 15px
}

.product-card.list-view .product-title {
  font-size: 26px;
  margin: 0 0 5px 0
}

.product-card.list-view .product-price {
  font-size: 14px
}

#productCarousel .slick-arrow {
  top: 37.5%
}

.mfp-content {
  margin: 1.5rem auto
}

.mfp-content .product-details-img {
  padding-top: 15px
}

.mfp-content .product-about {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-content .container {
  position: relative
}

.mfp-content .product-big-img {
  margin-top: 15px;
  margin-bottom: 15px
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.woosq-popup .product_meta>span>a:after,
.woosq-popup .product_meta>span>span:after {
  display: none
}

.woosq-product>.product>div {
  height: auto
}

.shop-sort-bar {
  padding: 0;
  margin: 0 0 24px 0
}

.shop-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px
}

.shop-sort-bar .single-select,
.shop-sort-bar select {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  width: fit-content;
  min-width: 200px;
  font-size: 16px;
  margin: 0;
  border-radius: 30px;
  color: var(--body-color);
  background-image: none
}

.shop-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
  color: var(--body-color)
}

.shop-sort-bar .nav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  margin: 0 0 0 10px
}

.shop-sort-bar .nav a.active,
.shop-sort-bar .nav a:hover {
  color: var(--theme-color)
}

.product-thumb-area {
  position: relative
}

.product-thumb-area .product-thumb-tab {
  position: absolute;
  bottom: 50px;
  left: 0
}

.product-thumb-tab {
  --thumb: 87px;
  --gap: 0px;
  position: relative;
  z-index: 3;
  display: inline-flex;
  border-radius: 20px;
  align-items: end;
  justify-content: center;
  width: 100%
}

.product-thumb-tab .tab-btn {
  background-color: var(--white-color);
  cursor: pointer;
  height: var(--thumb);
  width: var(--thumb);
  padding: var(--gap);
  border-radius: 20px
}

.product-thumb-tab .tab-btn img {
  max-width: 100%;
  width: 100%;
  border-radius: inherit
}

.product-thumb-tab .tab-btn:not(:last-of-type) {
  margin-right: 15px
}

.product-big-img {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 20px;
  position: relative
}

.product-big-img .img {
  width: 100%;
  border-radius: 20px
}

.product-big-img .img img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover
}

.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px
}

.product-big-img,
.product-thumb {
  background-color: transparent;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.product-big-img .img img,
.product-thumb .img img {
  object-fit: cover;
  border-radius: 15px
}

.product-big-img .add_to_wishlist,
.product-thumb .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
  color: var(--theme-color)
}

.product-big-img .add_to_wishlist:hover i,
.product-thumb .add_to_wishlist:hover i {
  font-weight: 700
}

.product-big-img .product-tag,
.product-thumb .product-tag {
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color);
  line-height: 25px;
  color: var(--white-color);
  border-radius: 5px;
  position: absolute;
  padding: 0 10px;
  top: 23px;
  left: 23px;
  z-index: 9
}

.quantity {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.quantity>.screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  align-self: center;
  margin-right: 10px
}

.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-right: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600
}

.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-right: none
}

.quantity .qty-btn {
  font-size: 16px
}

.product_meta {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--body-font);
  margin: 35px 0 0 0
}

.product_meta>span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: 700
}

.product_meta>span:last-child {
  margin-bottom: 0
}

.product_meta>span a {
  color: inherit
}

.product_meta>span a:hover {
  color: var(--theme-color)
}

.product_meta>span>a,
.product_meta>span>span {
  position: relative;
  color: var(--body-color);
  font-weight: 400
}

.product_meta>span>a:after,
.product_meta>span>span:after {
  content: ",";
  margin-right: 5px
}

.product_meta>span>a:last-child:after,
.product_meta>span>span:last-child:after {
  display: none
}

.product_meta>span>a:first-child,
.product_meta>span>span:first-child {
  margin-left: 7px
}

.product-tab-area {
  margin-top: 80px
}

.product-tab-style1 {
  border-bottom: 2px solid #efefef;
  margin: 0 auto 40px auto;
  padding-bottom: 20px;
  justify-content: center;
  gap: 30px
}

.product-tab-style1 .nav-link {
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  position: relative;
  text-transform: uppercase
}

.product-tab-style1 .nav-link:after {
  content: "";
  height: 2px;
  background: var(--theme-color);
  width: 0;
  left: 0;
  bottom: -22px;
  position: absolute;
  transition: .4s all
}

.product-tab-style1 .nav-link.active,
.product-tab-style1 .nav-link:hover {
  color: var(--theme-color)
}

.product-tab-style1 .nav-link.active:after,
.product-tab-style1 .nav-link:hover:after {
  width: 100%
}

.woocommerce-table {
  margin-bottom: 0
}

.woocommerce-Reviews .comments-wrap {
  padding: 0;
  box-shadow: none
}

.woocommerce-Reviews .comment-form {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: var(--blog-space-y, 30px)
}

.woocommerce-Reviews .comment-form .form-control,
.woocommerce-Reviews .comment-form input {
  background-color: var(--white-color)
}

.woocommerce-Reviews .comment-form .blog-inner-title {
  margin-bottom: 10px
}

.woocommerce-Reviews .comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 40px
}

.woocommerce-Reviews .post-comment {
  padding: 40px !important;
  margin-bottom: 24px;
  background: var(--white-color);
  border: 0 !important;
  margin-bottom: 0
}

.woocommerce-Reviews .post-comment .name {
  margin-bottom: 3px
}

.woocommerce-Reviews .post-comment .commented-on {
  margin-bottom: 12px
}

.woocommerce-Reviews .post-comment .text {
  margin-bottom: -.5em
}

@media (max-width:1199px) {
  .woocommerce-Reviews .post-comment {
    padding: 30px !important
  }
}

@media (max-width:991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media (max-width:575px) {
  .woocommerce-Reviews .comment-form {
    padding: 40px 20px
  }
}

.product-inner-list>ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.product-inner-list li {
  position: relative;
  padding-left: 15px
}

.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0
}

.share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 8px
}

.share-title i {
  color: var(--theme-color)
}

.product-slider-wrap {
  background-color: var(--smoke-color3);
  text-align: center;
  border-radius: 6px;
  height: 100%;
  padding: 0 0 50px
}

.product-slider-wrap .product-thumb {
  padding-top: 100px
}

.product-slider-wrap .product-indicator {
  display: inline-flex;
  gap: 15px;
  margin-top: 40px
}

.product-slider-wrap .product-indicator .indicator-btn {
  z-index: 99;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  width: 87px;
  height: 87px;
  display: inline-block;
  line-height: 85px;
  cursor: pointer;
  border: 1px solid var(--white-color)
}

.product-slider-wrap .product-indicator .indicator-btn.active {
  border: 1px solid var(--theme-color)
}

.product-slider-wrap .product-indicator .indicator {
  display: none
}

.product-about,
.summary-content {
  padding-left: 24px
}

.product-about .product-title,
.summary-content .product-title {
  margin: -.2em 0 15px 0;
  font-weight: 800;
  font-size: 36px
}

.product-about>.price,
.summary-content>.price {
  font-size: 48px;
  font-weight: 500;
  color: var(--theme-color);
  display: block;
  margin-bottom: 25px;
  margin-right: 10px;
  font-family: var(--title-font);
  line-height: 1
}

.product-about>.price del,
.summary-content>.price del {
  color: #d3d3d3;
  font-weight: 400;
  font-size: 30px;
  margin-left: 5px
}

.product-about .product-rating,
.summary-content .product-rating {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  margin-bottom: 25px
}

.product-about .product-rating .star-rating,
.summary-content .product-rating .star-rating {
  font-size: 12px;
  margin-right: 8px;
  color: var(--yellow-color)
}

.product-about .woocommerce-review-link,
.summary-content .woocommerce-review-link {
  color: var(--body-color)
}

.product-about .checklist,
.summary-content .checklist {
  margin: 30px 0 40px 0
}

.product-about .checklist li,
.summary-content .checklist li {
  font-weight: 400
}

.product-about .actions,
.summary-content .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 33px 0 27px 0;
  align-items: center
}

.product-about .actions .btn,
.summary-content .actions .btn {
  padding: 18px 30px
}

.product-about .actions .btn .btn-icon,
.summary-content .actions .btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px
}

.product-about .actions .icon-btn,
.summary-content .actions .icon-btn {
  border-color: var(--border-color)
}

.product-about .actions .icon-btn:hover,
.summary-content .actions .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color)
}

.product-about .share,
.summary-content .share {
  margin-top: 25px
}

.product-about .social-btn a,
.summary-content .social-btn a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--border-color);
  border-radius: 0
}

.product-about .social-btn a:hover,
.summary-content .social-btn a:hover {
  border-color: var(--theme-color)
}

.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 10px
}

.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px
}

.product-about .tinv-wishlist a,
.summary-content .tinv-wishlist a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0
}

.product-about .tinv-wishlist a:hover,
.summary-content .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color)
}

.product-about .quantity,
.summary-content .quantity {
  position: relative;
  background: var(--title-color);
  border-radius: 5px;
  margin-right: 0;
  height: 50px
}

.product-about .quantity .qty-input,
.summary-content .quantity .qty-input {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: var(--white-color);
  text-align: center;
  font-weight: 500;
  border-left: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c
}

.product-about .quantity .qty-btn,
.summary-content .quantity .qty-btn {
  color: var(--white-color);
  background-color: transparent;
  right: 21px;
  border: none;
  line-height: 50px
}

.product-details .comments-wrap {
  margin-top: 0
}

.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px
}

.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color)
}

.product-inner-title {
  font-size: 32px;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0
}

.related-product-wrapper {
  padding-top: 115px
}

.woosq-product .thumbnails img {
  padding: 10px
}

.woosq-product .thumbnails .slick-dots {
  bottom: auto;
  margin-top: 30px
}

.woosq-product .thumbnails .slick-dots li~li {
  margin-left: 5px
}

.woosq-product .thumbnails .slick-dots li button {
  background: var(--theme-color);
  position: relative
}

.woosq-product .thumbnails .slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 14px;
  left: 14px
}

#woosq-popup .single-product .product .tinvwl-shortcode-add-to-cart {
  display: none
}

.mfp-woosq .mfp-close {
  width: 44px;
  height: 44px;
  line-height: initial
}

@media (max-width:1399px) {
  .product.list-view .product-img {
    max-width: 150px
  }

  .woocommerce-Reviews .post-comment {
    display: block
  }

  .woocommerce-Reviews .post-comment .comment-avater img {
    width: auto;
    margin: 0 0 30px
  }
}

@media (max-width:1299px) {
  .product-thumb-tab {
    --thumb: 100px;
    margin-left: -40px
  }

  .product-thumb-area {
    margin-right: 0
  }
}

@media (max-width:1199px) {
  .shop-sort-bar select {
    min-width: auto
  }

  .product-about,
  .summary-content {
    padding-left: 0;
    margin-top: 35px
  }

  .product-about .actions,
  .summary-content .actions {
    margin: 0
  }

  .product-big-img .img {
    height: 540px
  }

  .product-slider-wrap .product-indicator .indicator-btn {
    width: 70px;
    height: 70px;
    line-height: 70px
  }

  .product-slider-wrap {
    padding: 0 0 30px
  }
}

@media (max-width:991px) {
  .product-big-img {
    margin-bottom: 40px;
    margin-left: 50px
  }

  .product-thumb-tab {
    margin-left: -10px
  }

  .product-box.list-view .product-img {
    max-width: 150px
  }

  .shop-sort-bar .row {
    --bs-gutter-x: 20px
  }

  .shop-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0
  }

  .shop-sort-bar .nav a:last-child:before {
    display: none
  }

  .woosq-product>.product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px
  }

  .woocommerce-Reviews .comment-item~.comment-item {
    margin-top: 20px
  }
}

@media (max-width:767px) {
  .shop-sort-bar {
    text-align: center
  }

  .shop-sort-bar .nav {
    justify-content: center
  }

  .shop-sort-bar .single-select,
  .shop-sort-bar select {
    margin: 0 auto;
    width: 100%
  }

  .shop-sort-bar .woocommerce-result-count {
    padding-left: 0
  }

  .product-box.list-view .product-img {
    max-width: 130px
  }

  .product-box.list-view .actions {
    --btn-size: 30px;
    --btn-font-size: 10px;
    --icon-gap-x: 2px
  }
}

@media (max-width:575px) {
  .product-about .actions {
    gap: 15px 15px
  }

  .product-thumb-tab {
    --thumb: 74px;
    --gap: 6px
  }

  .product-thumb-tab .tab-btn {
    border-radius: 6px
  }

  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px
  }

  .product-thumb-tab .indicator {
    border-radius: 6px
  }

  .product-big-img {
    margin-left: 28px
  }

  .product-big-img .img {
    height: 370px
  }

  .product-about .product-title,
  .summary-content .product-title {
    font-size: 32px
  }

  .product-about>.price,
  .summary-content>.price {
    font-size: 24px;
    margin-bottom: 9px
  }

  .product-tab-area {
    margin-top: 40px
  }

  .product-tab-style1 {
    border: 0;
    gap: 15px
  }

  .product-tab-style1 .nav-link:after {
    bottom: -4px
  }
}

@media (max-width:375px) {
  .product.list-view .product-img {
    max-width: 130px
  }

  .product-slider-wrap .product-indicator .indicator-btn {
    width: 60px;
    height: 60px;
    line-height: 60px
  }

  .product-slider-wrap .product-indicator {
    gap: 10px
  }

  .product-about .product-title,
  .summary-content .product-title {
    font-size: 28px
  }
}

.product-intro-card {
  display: flex;
  box-shadow: 0 0 60px rgba(0, 0, 0, .05);
  border-radius: 20px;
  overflow: hidden
}

@media (max-width:1199px) {
  .product-intro-card {
    flex-wrap: wrap
  }
}

@media (max-width:991px) {
  .product-intro-card {
    flex-wrap: nowrap
  }
}

@media (max-width:375px) {
  .product-intro-card {
    flex-wrap: wrap
  }
}

.product-intro-card .intro-card-details {
  padding: 80px 0 80px 36px
}

@media (max-width:1199px) {
  .product-intro-card .intro-card-details {
    padding-bottom: 0
  }
}

@media (max-width:991px) {
  .product-intro-card .intro-card-details {
    padding: 50px 30px 0
  }
}

.product-intro-card .intro-card-img {
  align-self: flex-end
}

.product-intro-card .intro-card-subtitle {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px
}

.product-intro-card .intro-card-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 22px
}

@media (max-width:1399px) {
  .product-intro-card .intro-card-title {
    font-size: 30px
  }
}

.product-intro-card .intro-card-title a {
  color: var(--title-color)
}

.product-intro-card .intro-card-title a:hover {
  color: var(--theme-color)
}

.product-intro-card .btn {
  font-size: 14px;
  font-weight: 700;
  padding: 9px 10px;
  border-color: #e1e1e1
}

.product-intro-card .btn i {
  font-size: 12px
}

.product-intro-card .intro-card-img {
  align-self: flex-end;
  flex: none;
  margin-left: -100px
}

@media (max-width:1399px) {
  .product-intro-card .intro-card-img {
    margin-left: 0
  }
}

@media (max-width:1199px) {
  .product-intro-card .intro-card-img {
    margin-left: auto
  }
}

.product-intro-card.style2 {
  display: block
}

.product-intro-card.style2 .intro-card-details {
  padding: 60px 90px 80px 55px
}

@media (max-width:1199px) {
  .product-intro-card.style2 .intro-card-details {
    padding: 65px 30px 80px 36px
  }
}

.product-intro-card.style2 .intro-card-img {
  margin-left: 0;
  width: 100%
}

@media (max-width:1199px) {
  .product-intro-card.style2 .intro-card-img {
    text-align: end
  }

  .product-intro-card.style2 .intro-card-details {
    padding-top: 0;
    padding-bottom: 50px
  }
}

.product-intro-card.style3 {
  align-items: center
}

.product-intro-card.style3 .intro-card-img {
  margin-left: 0
}

.product-intro-card.style3 .intro-card-details {
  padding: 60px 30px 60px 20px
}

@media (max-width:1199px) {
  .product-intro-card.style3 {
    display: flex
  }
}

@media (max-width:767px) {
  .product-intro-card.style3 {
    flex-direction: column-reverse;
    align-items: flex-start
  }

  .product-intro-card.style3 .intro-card-details {
    padding: 50px 30px 0 30px
  }

  .product-intro-card.style3 .intro-card-img {
    margin-left: 0;
    margin-right: auto
  }
}

.woocommerce-cart-form {
  text-align: center
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px
}

.cart_table thead {
  background-color: #ecf0f1
}

.cart_table thead th {
  border: none !important
}

.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 800;
  border: none;
  padding: 27px 15px
}

.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  transform: translateY(-50%);
  display: none
}

.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle
}

.cart_table .product-quantity {
  color: var(--title-color)
}

.cart_table .product-quantity input {
  position: relative;
  top: -2px
}

.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color)
}

.cart_table .cart-productimage {
  display: inline-block;
  border: 2px solid var(--smoke-color)
}

.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px
}

.cart_table .quantity {
  display: inline-flex;
  align-items: center
}

.cart_table .qty-btn {
  border: 2px solid var(--smoke-color) !important;
  background-color: transparent;
  color: #b8c6d0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  border-radius: 4px
}

.cart_table .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color) !important
}

.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 700;
  margin: 0 10px;
  border-radius: 4px;
  padding: 0
}

.cart_table .qty-input::-moz-placeholder {
  color: var(--title-color)
}

.cart_table .qty-input::-webkit-input-placeholder {
  color: var(--title-color)
}

.cart_table .qty-input:-ms-input-placeholder {
  color: var(--title-color)
}

.cart_table .qty-input::placeholder {
  color: var(--title-color)
}

.cart_table .qty-input::-webkit-inner-spin-button,
.cart_table .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.cart_table .qty-input[type=number] {
  -moz-appearance: textfield
}

.cart_table .actions {
  text-align: right;
  vertical-align: middle
}

.cart_table .actions>.btn {
  font-size: 16px;
  padding: 20px 28px;
  margin-right: 15px
}

.cart_table .actions>.btn:last-child {
  margin-right: 0
}

.cart_totals {
  border: 1px solid #ecf0f1
}

.cart_totals td,
.cart_totals th {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 14px;
  color: var(--title-color);
  width: 55%
}

.cart_totals td:first-child,
.cart_totals th:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 700;
  font-size: 14px;
  color: #333
}

@media (max-width:991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px
  }

  .cart_table .cart-productname {
    font-size: 14px
  }

  .cart_table .actions {
    text-align: center
  }
}

@media (max-width:767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none
  }

  .cart_table thead {
    display: none
  }

  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none
  }

  .cart_table td::before {
    display: block
  }

  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3
  }

  .cart_table td.actions {
    padding-left: 15px;
    text-align: center
  }

  .cart_table td.actions>.btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto
  }

  .cart_table td.actions>.btn:last-child {
    margin-right: auto
  }

  .cart_totals td,
  .cart_totals th {
    padding: 15px 10px
  }

  .cart_totals td:first-child,
  .cart_totals th:first-child {
    width: 17%;
    line-height: 1.4
  }
}

.shipping-area {
  background: var(--white-color);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 60px
}

.checkout-form input[type=radio]~label::before {
  position: relative;
  display: inline-block;
  margin-right: 15px
}

.checkout-form input[type=radio]~label {
  padding-left: 0
}

.checkout-form .footer-currency {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px
}

.checkout-form .footer-currency a {
  border-radius: 5px;
  border: 1px solid var(--border-color);
  display: block
}

.checkout-form .footer-currency a:hover {
  border-color: var(--theme-color)
}

.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  width: auto;
  height: auto
}

.tinv-wishlist .tinv-header {
  margin-top: -.8rem
}

.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px
}

.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700
}

.tinv-wishlist p.return-to-shop .button:Hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

.tinv-wishlist table {
  border: none
}

.tinv-wishlist table th {
  color: var(--title-color)
}

.tinv-wishlist table td,
.tinv-wishlist table th {
  padding: 15.3px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: center
}

.tinv-wishlist table thead {
  background-color: var(--smoke-color)
}

.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center
}

.tinv-wishlist .product-thumbnail {
  width: 110px
}

.tinv-wishlist .stock.in-stock {
  margin-bottom: 0
}

.tinv-wishlist ins {
  text-decoration: none
}

.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 0;
  padding-top: 0
}

.tinv-wishlist .product-remove button i {
  line-height: 22px;
  font-size: 16px
}

.tinv-wishlist .tinvwl-mobile {
  display: none
}

.tinv-wishlist .social-buttons {
  display: flex;
  max-width: 295px;
  margin-left: auto;
  align-items: center
}

.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  gap: 6px
}

.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px
}

.tinv-wishlist .product-stock .stock {
  display: block
}

.tinv-wishlist .product-stock span {
  display: inline
}

.tinv-wishlist .product-stock i {
  margin-right: 5px
}

.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color)
}

.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  padding: 1px 15px;
  min-width: 140px
}

.tinv-wishlist button.button.mask-btn {
  padding: 0
}

.tinv-wishlist button.button .btn-text-mask {
  padding: .5px 21px
}

.tinv-wishlist button.button:hover {
  background-color: var(--title-color);
  color: #fff
}

.tinv-wishlist button.button i {
  font-size: 14px !important;
  margin-right: 3px !important
}

.tinv-wishlist td.product-name,
.tinv-wishlist th {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font)
}

.tinv-wishlist td.product-name a {
  color: var(--body-color)
}

.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color)
}

.tinv-wishlist td.product-price del {
  margin-left: 8px;
  font-size: .9em
}

.tinv-wishlist .social-buttons>span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color)
}

.tinv-wishlist .social-buttons li {
  display: inline-block;
  margin-right: 0
}

.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: var(--title-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px
}

.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0
}

.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit
}

.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color)
}

@media (max-width:991px) {
  .tinvwl-full {
    display: none
  }

  .tinv-wishlist .tinvwl-mobile {
    display: block
  }

  .tinvwl-txt {
    display: none !important
  }

  .product-stock {
    width: 40px;
    text-align: center
  }
}

@media (max-width:767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--border-color)
  }

  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none
  }

  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border: 1px solid var(--border-color)
  }

  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center
  }

  .product-name {
    text-align: center
  }

  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none
  }

  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--border-color)
  }

  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    flex-direction: column
  }

  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px
  }

  .tinvwl-txt {
    display: inline-block !important
  }
}

.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
}

.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
}

.pt-5 {
  padding-top: 5px
}

.pt-10 {
  padding-top: 10px
}

.pt-15 {
  padding-top: 15px
}

.pt-20 {
  padding-top: 20px
}

.pt-25 {
  padding-top: 25px
}

.pt-30 {
  padding-top: 30px
}

.pt-35 {
  padding-top: 35px
}

.pt-40 {
  padding-top: 40px
}

.pt-45 {
  padding-top: 45px
}

.pt-50 {
  padding-top: 50px
}

.pb-5 {
  padding-bottom: 5px
}

.pb-10 {
  padding-bottom: 10px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-25 {
  padding-bottom: 25px
}

.pb-30 {
  padding-bottom: 30px
}

.pb-35 {
  padding-bottom: 35px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-45 {
  padding-bottom: 45px
}

.pb-50 {
  padding-bottom: 50px
}

.pl-5 {
  padding-left: 5px
}

.pl-10 {
  padding-left: 10px
}

.pl-15 {
  padding-left: 15px
}

.pl-20 {
  padding-left: 20px
}

.pl-25 {
  padding-left: 25px
}

.pl-30 {
  padding-left: 30px
}

.pl-35 {
  padding-left: 35px
}

.pl-40 {
  padding-left: 40px
}

.pl-45 {
  padding-left: 45px
}

.pl-50 {
  padding-left: 50px
}

.pr-5 {
  padding-right: 5px
}

.pr-10 {
  padding-right: 10px
}

.pr-15 {
  padding-right: 15px
}

.pr-20 {
  padding-right: 20px
}

.pr-25 {
  padding-right: 25px
}

.pr-30 {
  padding-right: 30px
}

.pr-35 {
  padding-right: 35px
}

.pr-40 {
  padding-right: 40px
}

.pr-45 {
  padding-right: 45px
}

.pr-50 {
  padding-right: 50px
}

.pb-60 {
  padding-bottom: 60px
}

.pb-100 {
  padding-bottom: 100px
}

.pb-105 {
  padding-bottom: 105px
}

.pt-105 {
  padding-top: 105px
}

.pt-95 {
  padding-top: 95px
}

.mx-5 {
  margin-right: 5px;
  margin-left: 5px
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px
}

.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
}

.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: 20px
}

.mb-35 {
  margin-bottom: 35px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-45 {
  margin-bottom: 45px
}

.mb-50 {
  margin-bottom: 50px
}

.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
}

.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-60 {
  margin-bottom: 60px
}

.mt-70 {
  margin-top: 70px
}

.mt-80 {
  margin-top: 80px
}

.mt-n1 {
  margin-top: -.25rem
}

.mt-n2 {
  margin-top: -.65rem
}

.mt-n3 {
  margin-top: -.8rem
}

.mt-n4 {
  margin-top: -1.5rem
}

.mt-n5 {
  margin-top: -3rem
}

.mb-n1 {
  margin-bottom: -.25rem
}

.mb-n2 {
  margin-bottom: -.6rem
}

.mb-n3 {
  margin-bottom: -.8rem
}

.mb-n4 {
  margin-bottom: -1.5rem
}

.mb-n5 {
  margin-bottom: -3rem
}

.mb-135 {
  margin-bottom: 135px
}

.space,
.space-top {
  padding-top: var(--section-space)
}

.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)
}

@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
  }

  .pb-105 {
    padding-bottom: 65px
  }

  .pt-105 {
    padding-top: 65px
  }
}

[dir=rtl] .ml-5 {
  margin-right: 5px;
  margin-left: 0
}

[dir=rtl] .ml-10 {
  margin-right: 10px;
  margin-left: 0
}

[dir=rtl] .ml-15 {
  margin-right: 15px;
  margin-left: 0
}

[dir=rtl] .ml-20 {
  margin-right: 20px;
  margin-left: 0
}

[dir=rtl] .ml-25 {
  margin-right: 25px;
  margin-left: 0
}

[dir=rtl] .ml-30 {
  margin-right: 30px;
  margin-left: 0
}

[dir=rtl] .ml-35 {
  margin-right: 35px;
  margin-left: 0
}

[dir=rtl] .ml-40 {
  margin-right: 40px;
  margin-left: 0
}

[dir=rtl] .ml-45 {
  margin-right: 45px;
  margin-left: 0
}

[dir=rtl] .ml-50 {
  margin-right: 50px;
  margin-left: 0
}

[dir=rtl] .mr-5 {
  margin-left: 5px;
  margin-right: 0
}

[dir=rtl] .mr-10 {
  margin-left: 10px;
  margin-right: 0
}

[dir=rtl] .mr-15 {
  margin-left: 15px;
  margin-right: 0
}

[dir=rtl] .mr-20 {
  margin-left: 20px;
  margin-right: 0
}

[dir=rtl] .mr-25 {
  margin-left: 25px;
  margin-right: 0
}

[dir=rtl] .mr-30 {
  margin-left: 30px;
  margin-right: 0
}

[dir=rtl] .mr-35 {
  margin-left: 35px;
  margin-right: 0
}

[dir=rtl] .mr-40 {
  margin-left: 40px;
  margin-right: 0
}

[dir=rtl] .mr-45 {
  margin-left: 45px;
  margin-right: 0
}

[dir=rtl] .mr-50 {
  margin-left: 50px;
  margin-right: 0
}

[dir=rtl] .pl-5 {
  padding-left: 0;
  padding-right: 5px
}

[dir=rtl] .pl-10 {
  padding-left: 0;
  padding-right: 10px
}

[dir=rtl] .pl-15 {
  padding-left: 0;
  padding-right: 15px
}

[dir=rtl] .pl-20 {
  padding-left: 0;
  padding-right: 20px
}

[dir=rtl] .pl-25 {
  padding-left: 0;
  padding-right: 25px
}

[dir=rtl] .pl-30 {
  padding-left: 0;
  padding-right: 30px
}

[dir=rtl] .pl-35 {
  padding-left: 0;
  padding-right: 35px
}

[dir=rtl] .pl-40 {
  padding-left: 0;
  padding-right: 40px
}

[dir=rtl] .pl-45 {
  padding-left: 0;
  padding-right: 45px
}

[dir=rtl] .pl-50 {
  padding-left: 0;
  padding-right: 50px
}

[dir=rtl] .pr-5 {
  padding-right: 0;
  padding-left: 5px
}

[dir=rtl] .pr-10 {
  padding-right: 0;
  padding-left: 10px
}

[dir=rtl] .pr-15 {
  padding-right: 0;
  padding-left: 15px
}

[dir=rtl] .pr-20 {
  padding-right: 0;
  padding-left: 20px
}

[dir=rtl] .pr-25 {
  padding-right: 0;
  padding-left: 25px
}

[dir=rtl] .pr-30 {
  padding-right: 0;
  padding-left: 30px
}

[dir=rtl] .pr-35 {
  padding-right: 0;
  padding-left: 35px
}

[dir=rtl] .pr-40 {
  padding-right: 0;
  padding-left: 40px
}

[dir=rtl] .pr-45 {
  padding-right: 0;
  padding-left: 45px
}

[dir=rtl] .pr-50 {
  padding-right: 0;
  padding-left: 50px
}

[dir=rtl] .sub-title:after,
[dir=rtl] .sub-title:before {
  margin-left: 12px;
  margin-right: 0
}

[dir=rtl] .sub-title:after {
  margin-left: 0;
  margin-right: 12px
}

[dir=rtl] .slick-dots li {
  margin-left: 18px;
  margin-right: 0
}

[dir=rtl] .slick-dots li:last-child {
  margin-left: 0
}

[dir=rtl] .global-btn img {
  margin-right: 10px;
  margin-left: 0;
  transform: rotateY(180deg)
}

[dir=rtl] .header-links li:not(:last-child) {
  margin: 0 0 0 35px
}

[dir=rtl] .header-links li>i {
  margin-left: 10px;
  margin-right: 0
}

[dir=rtl] .main-menu>ul>li:first-child {
  margin-right: 0 !important;
  margin-left: 11px !important
}

[dir=rtl] .main-menu>ul>li:last-child {
  margin-right: 11px !important;
  margin-left: 0 !important
}

[dir=rtl] .main-menu ul li.menu-item-has-children>a:after {
  margin-left: 0;
  margin-right: 5px
}

[dir=rtl] .header-layout1 .header-wrapper .simple-icon:not(:last-child) {
  border-left: 1px solid rgba(25, 53, 45, .4);
  padding-left: 25px;
  margin-left: 0;
  border-right: 0;
  padding-right: 0;
  margin-right: 0
}

[dir=rtl] .footer-layout2 .social-btn.style3 a {
  margin-left: 15px;
  margin-right: 0
}

[dir=rtl] .footer-layout2 .widget-contact2 {
  margin-left: 20px;
  margin-right: 0
}

[dir=rtl] .footer-layout2 .copyright-wrap .footer-links a:not(:last-child) {
  border-left: 0;
  padding-left: 0
}

[dir=rtl] .checklist.style-white li i,
[dir=rtl] .checklist.style-white li svg {
  margin-left: 20px;
  margin-right: 0
}

[dir=rtl] .checklist li i,
[dir=rtl] .checklist li svg {
  margin-left: 20px;
  margin-right: 0
}

[dir=rtl] .checklist.style2 ul li i {
  margin-left: 15px;
  margin-right: 0
}

[dir=rtl] .mobile-menu-wrapper .mobile-menu-area {
  right: -110%;
  left: auto
}

[dir=rtl] .mobile-menu-wrapper.body-visible .mobile-menu-area {
  right: 0
}

[dir=rtl] .mobile-menu-wrapper .mobile-logo {
  padding: 0 30px 0 0
}

[dir=rtl] .mobile-menu-wrapper .menu-toggle {
  border-right: 1px solid var(--theme-color)
}

[dir=rtl] .mobile-menu {
  text-align: right
}

[dir=rtl] .mobile-menu ul .submenu-item-has-children>a .mean-expand-class:before {
  content: "\f104"
}

[dir=rtl] .blog-shape-img1 {
  right: 66px;
  left: auto
}

[dir=rtl] .blog-shape-img1 .about1-shape-img-2 {
  margin-right: -35px;
  margin-left: 0
}

@media (max-width:1500px) {
  [dir=rtl] .blog-shape-img1 {
    left: 42px
  }
}

[dir=rtl] .blog-meta a,
[dir=rtl] .blog-meta span {
  margin-left: 11px;
  margin-right: 0
}

[dir=rtl] .blog-meta a i,
[dir=rtl] .blog-meta span i {
  margin-left: 9px;
  margin-right: 0
}

[dir=rtl] .hero-item-content {
  margin-right: auto;
  margin-left: 0
}

[dir=rtl] .cta-wrap1:before {
  right: 0;
  left: auto;
  border-radius: 0 30px 30px 0
}

[dir=rtl] .cta-wrap1:after {
  left: 0;
  right: auto;
  border-radius: 30px 0 0 30px
}

[dir=rtl] .client-box {
  padding: 0 30px 0 0
}

[dir=rtl] .client-thumb-group .thumb:not(:first-child) {
  margin-right: -20px;
  margin-left: 0
}

[dir=rtl] .client-thumb-group .thumb.icon {
  margin-right: -54px;
  margin-left: 0
}

[dir=rtl] .cta-wrap1 {
  padding: 46px 47px 46px 30px
}

[dir=rtl] .about1-shape-img1 {
  left: 0;
  right: auto
}

[dir=rtl] .about1-shape-img1 .about1-shape-img-1 {
  border-radius: 0 20px 0 0
}

[dir=rtl] .about1-shape-img2 {
  right: 0;
  left: auto;
  transform: rotateY(180deg)
}

[dir=rtl] .about-content-wrap .sec-title {
  margin-left: 80px;
  margin-right: 0
}

[dir=rtl] .goal-title-area {
  margin-right: auto;
  margin-left: 0
}

[dir=rtl] .testi-area-slider {
  margin: 130px -240px 0 0
}

[dir=rtl] .testi-area-slider .slick-arrow {
  left: -5px;
  right: auto
}

[dir=rtl] .marquee-area {
  direction: ltr
}

[dir=rtl] .team-card .global-social {
  padding-right: 15px;
  padding-left: 0
}

[dir=rtl] .team-card .global-social a:not(:last-child) {
  margin: 13px 4px 13px 11px;
  padding-left: 16px;
  padding-right: 0;
  border-left: 1px solid var(--white-color);
  border-right: 0
}

[dir=rtl] .team-card .global-social a {
  margin: 0 10px 0 20px
}

[dir=rtl] .counter-box {
  padding: 45px 28px 45px 10px
}

[dir=rtl] .accordion-card .accordion-body {
  padding: 30px 0 30px 30px
}

[dir=rtl] .footer-links a:not(:last-child) {
  border-left: 1px solid rgba(255, 255, 255, .7);
  padding-left: 20px;
  margin-left: 20px;
  border-right: 0;
  padding-right: 0;
  margin-right: 0
}

[dir=rtl] .hero-2 {
  direction: ltr
}

[dir=rtl] .hero-style2 {
  direction: rtl
}

[dir=rtl] .hero-client-box {
  direction: rtl
}

[dir=rtl] .service-title-area {
  margin-right: auto;
  margin-left: 0
}

[dir=rtl] .testimonial-area-2.arrow-wrap .slick-arrow {
  right: auto
}

[dir=rtl] .testimonial-area-2.arrow-wrap .slick-arrow.slick-next {
  right: 28%
}

[dir=rtl] .event-shape {
  left: 0;
  right: auto
}

[dir=rtl] .blog-box .blog-meta a img {
  margin-left: 9px;
  margin-right: 0
}

[dir=rtl] .header-layout3 .header-top-bg-shape {
  left: 0;
  right: auto;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 100%, 0 100%)
}

[dir=rtl] .header-layout3 .header-top-bg-shape:after {
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 100%, 0 100%);
  left: 0;
  right: auto
}

[dir=rtl] .skill-feature.style2 .progress .progress-value {
  transform: translate(100%, 0)
}

[dir=rtl] .link-btn i {
  margin-right: 5px;
  margin-left: 0
}

[dir=rtl] .team-card.style2 .team-card_wrapp .team-social .global-social {
  padding: 0
}

[dir=rtl] .header-layout4 .simple-icon:not(:last-child) {
  border-left: 1px solid rgba(255, 255, 255, .4);
  padding-left: 25px;
  margin-left: 0;
  border-right: 0;
  padding-right: 0;
  margin-right: 0
}

[dir=rtl] .hero-4 .hero-thumb4-1 {
  left: 0;
  right: auto;
  transform: rotateY(180deg)
}

[dir=rtl] .team-card.style3 .team-card-bg-shape {
  left: 0;
  right: auto;
  transform: rotateY(180deg)
}

[dir=rtl] .team-card.style3 .team-card_img {
  margin-left: 20px;
  margin-right: 0
}

[dir=rtl] .testi-area-slider4 {
  margin-left: -80px;
  margin-right: 0
}

[dir=rtl] .testi-area-slider4 .icon-box {
  left: 40px;
  right: auto
}

@media (max-width:991px) {
  [dir=rtl] .testi-area-slider4 {
    margin-left: 0
  }
}

[dir=rtl] .process-card-wrap2:after {
  transform: translate(-50%, -5px) rotateY(180deg);
  left: 0;
  right: auto
}

[dir=rtl] .process-card-wrap2:nth-child(even):after {
  transform: translate(-50%, -5px) rotateY(180deg) rotateX(180deg)
}

[dir=rtl] .testi-card.style3 {
  padding: 60px 60px 60px 123px
}

[dir=rtl] .team-card.style4 .global-social a {
  border: 1px solid var(--theme-color2);
  border-radius: 50%;
  margin: 0;
  padding: 0
}

[dir=rtl] .header-search-wrap .search-form .form-control {
  border-left: 1px solid var(--border-color);
  border-right: 0
}

[dir=rtl] .hero-style6 {
  padding-right: 70px;
  padding-left: 0
}

@media (max-width:991px) {
  [dir=rtl] .hero-style6 {
    padding: 70px 70px 70px 0
  }
}

@media (max-width:767px) {
  [dir=rtl] .hero-style6 {
    padding: 0 50px 50px 50px
  }
}

@media (max-width:375px) {
  [dir=rtl] .hero-style6 {
    padding: 0 30px 30px 30px
  }
}

[dir=rtl] .hero-intro-card {
  flex-direction: row-reverse
}

@media (max-width:1199px) {
  [dir=rtl] .hero-intro-card {
    flex-direction: column-reverse
  }

  [dir=rtl] .hero-intro-card .intro-card-img {
    align-self: self-end
  }
}

[dir=rtl] .product-intro-card .intro-card-details {
  text-align: end
}
.header-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 206px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center
}

.main-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center
}

.main-menu>ul>li>.global-btn {
  padding: 17.5px 20px;
  color: #fff
}

.main-menu>ul>li>a {
  padding: 20.5px 0
}

.btn-five {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  background-color: #257ad2;
  padding: 20.5px 0;
  font-weight: 500;
  overflow: hidden;
  border-radius: 4px;
  color: #fff !important;
  transition: .3s linear;
  z-index: 1
}

.btn-five:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #29323c;
  border-radius: 7px;
  transform: perspective(200px) scaleX(.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  z-index: -1;
  top: 0;
  left: 0;
  content: ""
}

.btn-five:after,
.btn-five:hover:after {
  transition: transform .4s linear, transform .4s linear
}

.main-menu>ul>li>a {
  padding: 10px 10px !important
}
.main-menu>ul>li {
  margin: 0 0px;
}

.main-menu>ul>li>a {
  padding: 10px 17px 15px  9px !important;
  font-weight: 500;
  font-size: 15px;
  line-height: initial;
  color: #29323c;
  position: relative;
  transition: .2s ease-in-out;
}
.btn-five:hover {
  color: #fff
}

.main-banneclr {
  background: #eff6f3;
  padding: 0;
  overflow: hidden
}

.main-banneclr .h1,
h1 {
  font-size: 42px;
  letter-spacing: 1.2px;
  color: #29323c;
  line-height: 1.2em
}

.main-banneclr h1 span {
  color: #257ad2
}

.main-banneclr {
  position: relative
}

.shapelogo {
  position: absolute
}

.shapelogo {
  position: absolute;
  left: -100px;
  bottom: -160px;
  opacity: .5
}

.main-banneclr .container {
  position: relative;
  z-index: 9999
}

.main-banneclr .container p {
  font-family: var(--body-font);
  margin: 0 0 5px 0;
  color: var(--body-color);
  line-height: 1.75;
  font-weight: 500
}

img.shapelogo1 {
  position: absolute;
  right: -100px;
  top: -200px;
  transform: rotate(187deg);
  z-index: 999;
  opacity: .5;
  width: 30%;
}

.banner-img {
  width: 100%;
  height: 200px;
  border-radius: 20px
}

.bg-boxbanner {
  background: var(--theme-color);
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0
}

.bg-boxbanner img {
  height: 300px;
  width: 100%
}

.bg-boxbanner {
  background: var(--theme-color);
  width: 40%;
  height: 100%;
  position: absolute;
  top: -53px;
  right: 0
}

.box-btm-shape {
  transform: skew(359deg, 349deg);
  background: #fff;
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: -333px
}

@media (max-width:992px) {
  .bg-boxbanner {
    background: var(--theme-color);
    width: 100%;
    height: 30%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 99
  }

  .box-btm-shape {
    transform: skew(359deg, 349deg);
    background: #fff;
    height: 500px;
    width: 200%;
    position: absolute;
    bottom: -333px;
    left: -8px;
    z-index: 99
  }

  .main-banneclr .h1,
  h1 {
    font-size: 32px;
    letter-spacing: 1.2px;
    color: #29323c;
    line-height: 1.2em
  }

  .main-banneclr {
    background: #eff6f3;
    padding: 40px 0 0 0;
    overflow: hidden
  }

  .main-banneclr .h1,
  h1 {
    font-size: 27px;
    letter-spacing: 1.2px;
    color: #29323c;
    line-height: 1.5em
  }

  .banenrimg {
    margin: 30px auto 0;
    display: block
  }
}

.banenrimg {
  margin: auto;
  display: block;
  width: 400px
}

h2 span {
  color: #257ad2
}

.about-content-wrap .sec-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 0;
  margin-right: 0
}



.homepage-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000008d;
  content: "";
}

.homepage-banner .container {
  position: relative;
  z-index: 9999;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.spacing-section {
  padding: 80px 0 !important;
}

.bg-light-clr {
  background: var(--smoke-color);
}

.pb-0 {
  padding-bottom: 0 !important;
}
.bg-light-clr {
  background: #EAF5F5;
  padding: 52px 0px;
}

.sec-title {
  font-weight: 400 !important;
  font-size: 32px !important;

}

.box {
  background: #257ad2;
  width: 100%;
  padding: 10px;

}

.img-section {
  position: relative;
}

.fonttitle {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 25px;
}


.border-btn {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 5px 20px !important;
}

.border-btn:hover {
  background: #fff !important;
  color: #257ad2 !important;
}

.mx-none {
  margin: 0 !important;
}

.w-fit-content {
  width: fit-content;
}

.form-style-one.wow.fadeInUp.Serice-form {
  background: #ebf3ee;
  padding: 15px;
  border-radius: 15px;
}

.form-control,
.form-select,
.single-select,
input,
select,
textarea {
  height: 60px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: .4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}

p.service-form-title.mb-3 {
  font-size: 20px;
  text-align: center;
}

.form-control,
.form-select,
.single-select,
input,
select,
textarea {
  height: 40px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: .4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

p.service-form-title.mb-2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

p.mt-1.font-12 {
  line-height: 16px;
}

.box {
  background: #1c1c1cbd;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
}

.imgsection {
  height: 250px !important;
  object-fit: cover;
}

.border-btn {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 1px 10px !important;
  font-size: 15px !important;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
  font-size: 16px;
  line-height: 24px;
}

.form-style-one.wow.fadeInUp.Serice-form {
  background: #ebf3ee;
  padding: 25px;
  border-radius: 15px;
}

label {
  margin-bottom: .5em;
  margin-top: -.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}

.form-control,
.form-select,
.single-select,
input,
select,
textarea {
  height: 30px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: .4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}

.divider-sec {
  background: #EBF3EE;
  padding: 80px 0;
  position: relative;
}

.boder-btm-line {
  display: flex;
  position: absolute;
  bottom: 0;
}

.border-1 {
  width: 30%;
  height: 5px;
  background: #B99870;
}

.border-2 {
  width: 30%;
  height: 5px;
  background: #92BDE9;
}

.border-3 {
  width: 30%;
  height: 5px;
  background: #257AD2;
}

.border-4 {
  width: 30%;
  height: 5px;
  background: #29323C;
}

.border-btm-line {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.border-tp-line {
  display: flex;
  position: absolute;
  top: 0;
  flex-direction: row-reverse;
  width: 100%;
}

.h2,
h2 {
  font-size: 32px !important;
  line-height: 1.25;
}

@media(max-width:1099px) {
  h2 {
    font-size: 24px !important;
    line-height: 1.25;
  }
}

.portfolio-area-1 {
  position: relative;
}


button.accordion-button {
  font-family: 'Oxygen';
  font-size: 18px;
  font-weight: 500;
}

.bg-wrapper {
  position: relative;
  z-index: 9;
  background: #eff6f3;
  border-radius: 20px;
}

.accordion-style-two .accordion-button::after {
  content: "+";
  content: "+";
  width: 30px;
  height: 30px;
  background: 0 0;
  border-radius: 50%;
  font-size: 50px;
  color: #b99870;
  text-align: center;
  line-height: 0;
  font-family: Oxygen;
  font-weight: 800;
  top: 5px;
  position: relative;
}

.accordion-style-two .accordion-button::after {
  content: "+";
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion-style-two .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 50px;
  background: 0 0;
  color: #b99870;
}

.accordion-style-two .accordion-button:not(.collapsed):after {
  content: "-";
  font-size: 50px;
  background: 0 0;
  color: #b99870;
}

button.accordion-button.collapsed {
  border: 0;
  border-bottom: 2px solid #b99870;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #29323c;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: #29323c;
  background-color: transparent;
}

.accordion-collapse {
  border: none;
  border-width: 0 0px;
}

button.accordion-button {
  font-family: 'Oxygen';
  font-size: 18px;
  font-weight: 500;
  border: 0;
}

button.accordion-button {
  display: flex;
  align-items: center;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.fonttitle {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 600;
}

.fonttitle {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 600;
}

.footerlogo {
  width: 200px;
}

.footer-widget .widget_title,
.footer-widget .wp-block-search__label {
  color: var(--white-color);
  border-bottom: none;
  position: relative;
  font-family: 'Alfa Slab One';
  font-weight: 400 !important;
}

.widget-contact-grid h6 {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  margin-top: -.3rem;
  margin-bottom: -.3em;
  font-family: 'Oxygen';
}

.footer-widget.widget_meta a {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 0;
  font-family: var(--content-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  list-style: circle;
  position: relative;
}

.copyright-text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: rgb(255, 254, 254);
  font-family: var(--body-font);
}

.footer-layout1 {
  position: relative;
  padding-top: 50px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none !important;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all .3s linear;
}

.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_meta a,
.footer-widget.widget_nav_menu a,
.footer-widget.widget_pages a,
.footer-widget.widget_recent_entries a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 0;
  font-family: var(--content-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
}

.copyright-wrap {
  padding: 10px 0;
  background: 0 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.social-btn.style3 a {
  background: transparent;
  border-radius: 45px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 16px;
}

.imgsection {
  height: 250px !important;
  object-fit: cover;
  width: 100%;
}

.spacing-section {
  padding: 80px 0 !important;
}

@media(max-width:768px) {
  .spacing-section {
    padding: 40px 0 !important;
  }
}

.bbg-pattern {
  background: url(../img/bg-pattern.svg);
  background-repeat: repeat;
}

.sec-title.style2 {
  line-height: 0px !important;
}

.bgfixedline {
  height: 100vh !important;
  position: absolute;
  right: -15%;
  left: auto;
  width: fit-content;
  top: -116px;
  transform: rotate(328deg);
}


.divider-sec {
  background: #EBF3EE;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.divider-sec .container {
  position: relative;
  z-index: 999;
}

.footer-layout1 .about-logo {
  margin-bottom: 15px;
}


.footer-widget {
  margin-bottom: 0px !important;
}

.widget-contact-grid:not(:last-child) {
  margin-bottom: 20px;
}

.widget-contact-grid h6 {
  font-size: 16px;
}

.footer-wrapper {
  background: url(https://www.dnsaccountantsfranchise.co.uk/find-an-accountants/images/footer-v2-bg.png) center center #29323c !important;
}

.form-control,
.form-select,
.single-select,
input,
select,
textarea {
  height: 30px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: #29323c !important;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: .4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}

input::placeholder {
  color: #29323c !important;
  opacity: 0.5;
}

.form-control,
.form-select,
.single-select,
input,
select,
textarea {
  height: 30px;
  padding: 0 9px;
  border: 1px solid transparent;
  color: #29323c !important;
  background-color: #fff;
  font-size: 13px;
  width: 100%;
  font-family: var(--body-font);
  transition: .4s ease-in-out;
  padding-right: 0px;
  border-radius: 5px;
}

.accordion-button:not(.collapsed) {
  color: #29323c;
  border-bottom: 2px solid #b99870;
  background-color: transparent;
}

@media(max-width:768px) {
  .homepage-banner {
    padding: 40px 0;
  }
  .homepage-banner {
    background: url(../img/banner/banner-main-1.jpg) !important;
    padding: 58px 0px 62px 5px !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: auto !important;
    background-position: center center !important;
}

.homepage-index {
  padding: 100px 0px 160px 0px;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-size: cover !important;

  position: relative;
  overflow: hidden;
  background-position: center center !important;
}

  .sec-title {
    font-weight: 400 !important;
    font-size: 24px !important;
  }

  .sec-title.style2 {
    line-height: 32px !important;
  }
}


@media (max-width: 768px) {
  .sec-title.style2 {
    text-align: center !important;
    line-height: 32px !important;
  }
}
.homepage-index {
  padding: 100px 0px 160px 0px;
  background-attachment: fixed;
  background-repeat: no-repeat ;
  background-size: 100% ;
  position: relative;
  overflow: hidden;
  background-position: center center ;
}



.box {
  background: #1c1c1cbd;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

/* .box {
  background: #1c1c1cbd;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
} */
.box {
  background: #257ad2e3;
  width: 94%;
  padding: 15px;
  border-radius: 5px;
  position: absolute;
  margin-left: 11px;
  margin-bottom: 10px;
  bottom: 0;
  display: flex;
}

.sec-title.style2 {
  line-height: 50px !important;
}


@media(max-width:768px) {
  .bgfixedline {
    display: none;
  }

  .sec-title.style2 {
    line-height: 32px !important;
  }

  .mobile-menu ul li ul li {
    padding-left: 5px;
  }

  .title-area.me-xl-5.mb-20 {
    text-align: center;
  }

}

ul.sub-menu {
  display: block;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0 4px 15px rgba(1, 15, 28, .06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all .4s ease 0s;
  padding: 0;
  left: -27px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
  padding: 2px 10px;
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
  padding: 2px 10px;
}


.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 260px;
  background-color: #fff;
  height: 100%;
  position: relative;
  right: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}

.mobile-menu-wrapper.body-visible .mobile-menu-area {
  right: -10px;
  left: auto !important;
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.body-visible .mobile-menu-area {
  right: 0px;
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  left: auto;
}

.w200logo {
  width: 200px
}

@media(max-width:768px) {
  button.accordion-button {
    text-align: left;
    margin: 0;
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 0px;
  }

  .footer-widget {
    margin-bottom: 15px !important;
  }


  footer .form-control {
    height: 36px;
    padding: 0 9px;
    border: 1px solid transparent;
    color: #29323c !important;
    background-color: #fff;
    font-size: 13px;
    width: 100%;
    font-family: var(--body-font);
    transition: .4s ease-in-out;
    padding-right: 0px;
    border-radius: 5px;
  }
}

.copyright-wrap {
  padding: 9px 0;
  margin-top: 15px;
  background: 0 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

footer li a {
  margin-bottom: 16px;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}

footer li a:hover {
  color: #257AD2;
}

ul {
  list-style-type: disc;
  padding: 0;
}


.nav-header {
  position: relative;
  z-index: 99999;
}

@media(max-width:992px) {
  .accordion-body {
    padding: 1rem 10px;
  }

  button.accordion-button {
    font-family: 'Oxygen';
    font-size: 17px;
    font-weight: 500;
    border: 0;
  }
}

.mobile-menu-wrapper.body-visible .mobile-menu-area {
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  left: initial !important;
}

.homepage-banner {
  background: url(../img/banner/banner-main-1.jpg);
  padding: 100px 0px 160px 0px;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  background-position: center center !important;
  height: 530px;
}
.lable p {
  border: 1px solid #257ad2;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  font-family: var(--body-font);
  background-color: #fff;
  border-radius: 7px;
  color: var(--body-color);
  width: fit-content;
  margin: 10px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media(max-width:768px) {
  .lable p {
    font-size: 14px;
    margin: 5px;
    margin-bottom: 0;
  }
}


.btn-five {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  background-color: #257ad2;
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  padding: 5px 15px;
  overflow: hidden;
  border-radius: 4px;
  color: #fff;
  transition: .3s linear;
  z-index: 1;
}



.btn-five:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #29323c;
  border-radius: 7px;
  transform: perspective(200px) scaleX(.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
}

.btn-five:after,
.btn-five:hover :after {
  transition: transform .4s linear, transform .4s linear;
}


.btn-five:hover {
  color: #fff;
}


.activenav a {
  position: relative;
  color: #257ad2 !important;
  font-weight: 500 !important;
}
/* .activenav a{
  color:#257ad2 ;
  font-weight: 500;
} */
/* .activenav::after {
  content: "";
  width: 81%;
  background: #257ad2;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 0px;
  transition: 1s;
  right: 0;
  margin: auto;
  display: block;
} */
.activenav li a {
  color: #257ad2 !important;
}

.lable p {
  border: 1px solid #fff;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  font-family: var(--body-font);
  background-color: #fff;
  border-radius: 7px;
  color: var(--body-color) !important;

  width: fit-content;
  margin: 10px 3px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.social-btn.style3 a {
  background: var(--theme-color);
  color: var(--white-color);
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}



.social-btn.style3 {
  background: var(--theme-color) !important;
  color: var(--white-color);
}


.btn-five:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #29323c;
  border-radius: 7px;
  transform: perspective(200px) scaleX(.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
}

.btn-five:after,
.btn-five:hover:after {
  transition: transform .4s linear, transform .4s linear;
}

.btn-five:hover:after {
  transform: perspective(200px) scaleX(1.05) rotateX(0) translateZ(0);
}

.homepage-banner span {
  color: #257ad2 !important;
}

.social-btn.style3 {
  background: var(--theme-color) !important;
  color: var(--white-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
/* form  */
.zf-subContWrap {
  padding: 0;
  margin: 10px;
  margin-top: 35px;
  margin-bottom: 0;
}
.zf-tempHeadContBdr {
  margin: 0;
  padding: 10px 25px;
}
.zf-tempFrmWrapper {
  padding: 10px 40px;
  margin: 1px 0;
}
.form-style-one .input-group-meta input {
  height: 46px !important;
  padding: 0 20px;
  border: 1px solid #257ad28f;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
.social {
  display: flex;
}
.social div {
  margin: 0px  5px;
}
.py{
    padding-left: 0px !important;
    padding-right: 20px;
}
.spacing-section-1{
  padding: 50px 0px !important;
}
.spacing-section-2 {
  padding: 35px 0px !important;
}


.col-md-6.col-lg-6.col-11.my-3.my-md-0.aos-init.aos-animate.service-img {
  display: flex;
  justify-content: flex-start;
}

.title-two.text-center.mb-30.service-title h2 {
  margin-bottom: 45px;
}

ul.bul-list a {
color: black;
text-decoration: underline;
text-underline-offset: 2px;
text-underline-position: inherit;
text-decoration-color: #257ad2;
font-size: 19px;
}

ul.bul-list {
list-style: none;
margin-left: 223px;
}

span.arrow {
color: #257ad2;
font-size: 21px;
}
ul.bul-list li {
margin: 20px 0px;
}
a.btn-five {
  margin-left: 10px;
}
.col-md-6.col-lg-6.col-11.aos-init.service-img .btn-five {
  margin-left: 0px !important;
}

@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
  }
  ul.bul-list {
    list-style: none;
    margin-left: 84px;
}
.title-two.text-center.mb-30.service-title h2 {
  margin-bottom: -12px;
}
.py {
  margin-top: 0px !important;
}
.spacing-section-1 {
  padding: 20px 0px !important;
}
}

@media (max-width:575px) {

  .h2,
  h2 {
    font-size: 30px
  }
}