
@use "sass:math";


:root {
  --theme-color: #E8092E;
  --title-color: #171717;
  --body-color: #171717;
  --smoke-color: #F4F4F4;
  --smoke-color2: #F6F6F7;
  --smoke-color3: #F5F5F6;
  --smoke-color4: #F4F4F4;
  --smoke-color5: #F0F2F4;
  --black-color: #202020;
  --gray-color: #232323;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E1E1E1;
  --title-font: 'Yantramanav', sans-serif;
  --body-font: 'Roboto', sans-serif;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1290px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}


html,
body {
  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, 0.1);
}

body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 0px;
}





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

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

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

img:not([draggable]),
embed,
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;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

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

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

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

ins {
  text-decoration: none;
}

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

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

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  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,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
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: 75px;
  line-height: 0.9333em;
}

.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: 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;
  }
}


@media (max-width: 575px) {
  .h2,
  h2 {
    font-size: 30px;
  }
}


@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 34px;
  }
}


@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}



@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
  
}

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



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







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

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

select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  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);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}

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

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

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

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

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

select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  height: auto;
  border: none;
  border: 2px solid var(--theme-color);
  padding: 14.5px 30px;
  background-color: transparent;
  line-height: initial;
}

select.style2 option,
.single-select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
  background-color: var(--title-color);
  color: var(--body-color);
  padding: 2px 15px;
}

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

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

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

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



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

select.style-border:focus,
.single-select.style-border:focus,
.form-control.style-border:focus,
.form-select.style-border:focus,
textarea.style-border:focus,
input.style-border:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--theme-color);
}

select.style3,
.single-select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background: var(--smoke-color3);
}

.single-select,
.form-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;
}

.single-select:after,
.form-select:after,
select:after {
  right: 30px;
  height: 8px;
  width: 8px;
}



textarea.form-control,
textarea {
  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-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}

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



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

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


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: 0px;
  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: -0.5em;
}

input[type="checkbox"].style2 ~ label:before {
  background-color: white;
  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: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

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




















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

.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 0px 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  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);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.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%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.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);
  -webkit-box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
          box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.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: 50px;
  border-radius: 5px;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slick-arrow.style2:hover {
  background: transparent;
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.slick-arrow.style3 {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
  background: transparent;
  -webkit-box-shadow: none;
          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-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, 0.9);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-wrapper .mobile-logo {
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: all ease 1s;
  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: 0px;
}

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

.mobile-menu ul li.active-class > a:before {
  -webkit-transform: rotate(90deg);
          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);
  -webkit-box-shadow: none;
          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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

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

.loader {
  color: #ffffff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
          animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  display: inline-block;
}

@-webkit-keyframes mltShdSpin {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em,
 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em,
 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 
 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 
 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 
 -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
 -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 
 -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
 -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
 -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
 -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
 -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
 -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
 -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
 -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
 -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
 -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes mltShdSpin {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em,
 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em,
 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 
 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 
 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 
 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 
 -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
 -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 
 -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, 
 -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
 -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
 -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
 -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, 
 -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
 -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
 -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
 -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, 
 -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 
 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

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

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


.btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  border-radius: 5px !important;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  padding: 24px 30px 20px;
  overflow: hidden;
}

.btn::after, .btn::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--white-color);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.btn:before {
  top: -2em;
  left: -2em;
}

.btn:after {
  left: calc(100% + 2em);
  top: calc(100% + 2em);
}

.btn i {
  font-size: 14px;
}

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

.btn:focus:after, .btn:focus:before, .btn:hover:after, .btn:hover:before, .btn:active:after, .btn:active:before {
  height: 410px;
  width: 410px;
}

.btn.style2:before, .btn.style2:after {
  background-color: var(--title-color);
}

.btn.style2:active, .btn.style2:focus, .btn.style2:hover {
  color: var(--white-color);
}

.btn.style3 {
  background: var(--title-color);
}

.btn.style3:active, .btn.style3:focus, .btn.style3:hover {
  color: var(--title-color);
}

.btn.style-border {
  color: var(--white-color);
  border: 1px solid var(--white-color);
  background: transparent;
  padding: 23px 30px 19px;
}

.btn.style-border:before, .btn.style-border:after {
  background: var(--white-color);
}

.btn.style-border:active, .btn.style-border:focus, .btn.style-border:hover {
  color: var(--title-color);
}



.btn.style-border3 {
  color: var(--title-color);
  border: 1px solid var(--theme-color);
  background: transparent;
  padding: 23px 30px 19px;
}

.btn.style-border3:before, .btn.style-border3:after {
  background: var(--theme-color);
}

.btn.style-border3:active, .btn.style-border3:focus, .btn.style-border3:hover {
  color: var(--white-color);
}

.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;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

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

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  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);
  -webkit-box-shadow: none;
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

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


@media (max-width: 767px) {
  
  
  
  .btn {
    padding: 24px 25px 20px;
  }
}


.sec-title {
  margin-bottom: calc(var(--section-title-space) - 43px);
  margin-top: -0.04em;
  font-weight: 900;
  position: relative;
}

.sec-title .title-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: bg-anim 10s linear infinite;
          animation: bg-anim 10s linear infinite;
}

.sec-title .title-bg-shape.shape-center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

h3.sec-title {
  margin-top: -0.2em;
}

.sub-title {
  display: block;
  line-height: 1.2;
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  font-weight: 700;
  font-family: var(--body-font);
  margin-bottom: 18px;
  letter-spacing: 0.07em;
}

.sub-title:after, .sub-title:before {
  content: '';
  position: relative;
  width: 40px;
  height: 2px;
  background: var(--theme-color);
  display: inline-block;
  margin-right: 12px;
  top: -4px;
}

.sub-title:after {
  margin-right: 0;
  margin-left: 12px;
  display: none;
}



.sub-title.style2:before {
  display: none;
}

.sub-title.style2:after {
  margin-right: 0;
  margin-left: 12px;
  display: inline-block;
}

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



.title-area .sub-title {
  margin-top: -0.2em;
}

.title-area.text-center .sub-title:after {
  display: inline-block;
}

@media (max-width: 1399px) {
  .sec-title {
    font-size: 45px;
    line-height: 1.2;
  }
  
}


@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  
  
}


@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  
  
  .sub-title {
    font-size: 14px;
  }
}


@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;
}

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



.social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  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, 0.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: var(--gray-color);
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 14px;
}

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

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
}

.btn-group .btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.btn-group.style2 {
  gap: 20px 70px;

}

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

.call-media-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  text-align: start;

}

.call-media-wrap .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: var(--theme-color);
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.call-media-wrap .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: -0.3em;
}

.call-media-wrap .link {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: -0.3em;
}

.call-media-wrap .link:hover a {
  color: var(--title-color) !important;
}

@media (max-width: 375px) {
  .call-media-wrap .link {
    font-size: 22px;
  }
}


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



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

.bg-white {
  background-color: var(--white-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;
}

[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: 0.1;
}

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

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

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

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

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

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

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

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

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




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

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



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

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



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

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

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







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

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



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

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





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

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



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

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

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

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





















.slider-animated {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            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;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            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_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.wp-block-page-list ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.wp-block-page-list .menu,
.wp-block-page-list > ul,
.widget_categories .menu,
.widget_categories > ul {
  margin: -3px 0 0px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.wp-block-page-list a,
.widget_categories a {
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  margin: 0 0px 20px 0px;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  line-height: 1;
  color: var(--title-color);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget_nav_menu a i,
.widget_meta a i,
.widget_pages a i,
.widget_archive a i,
.wp-block-page-list a i,
.widget_categories a i {
  margin-right: 12px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.widget_nav_menu a span,
.widget_meta a span,
.widget_pages a span,
.widget_archive a span,
.wp-block-page-list a span,
.widget_categories a span {
  margin-left: auto;
}

.widget_nav_menu a.active, .widget_nav_menu a:hover,
.widget_meta a.active,
.widget_meta a:hover,
.widget_pages a.active,
.widget_pages a:hover,
.widget_archive a.active,
.widget_archive a:hover,
.wp-block-page-list a.active,
.wp-block-page-list a:hover,
.widget_categories a.active,
.widget_categories a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.widget_nav_menu a.active i, .widget_nav_menu a:hover i,
.widget_meta a.active i,
.widget_meta a:hover i,
.widget_pages a.active i,
.widget_pages a:hover i,
.widget_archive a.active i,
.widget_archive a:hover i,
.wp-block-page-list a.active i,
.wp-block-page-list a:hover i,
.widget_categories a.active i,
.widget_categories a:hover i {
  color: var(--theme-color);
  opacity: 1;
}

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

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

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.wp-block-page-list li > span,
.widget_categories li > span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  background: transparent;
  border-radius: 0;
  height: auto;
  width: auto;
  line-height: initial;
  text-align: center;
  color: var(--body-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.wp-block-page-list li:last-child a,
.widget_categories li:last-child a {
  margin-bottom: 0;
}

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

.widget_nav_menu .wp-block-navigation__submenu-container li a,
.widget_nav_menu .sub-menu li a,
.widget_nav_menu .children li a,
.widget_meta .wp-block-navigation__submenu-container li a,
.widget_meta .sub-menu li a,
.widget_meta .children li a,
.widget_pages .wp-block-navigation__submenu-container li a,
.widget_pages .sub-menu li a,
.widget_pages .children li a,
.widget_archive .wp-block-navigation__submenu-container li a,
.widget_archive .sub-menu li a,
.widget_archive .children li a,
.wp-block-page-list .wp-block-navigation__submenu-container li a,
.wp-block-page-list .sub-menu li a,
.wp-block-page-list .children li a,
.widget_categories .wp-block-navigation__submenu-container li a,
.widget_categories .sub-menu li a,
.widget_categories .children li a {
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0px 19px 0px;
  padding: 0px 0px 20px;
}





.wp-block-page-list {
  padding: 0;
  margin: -3px 0 0px 0;
}

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

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



.widget {
  margin-bottom: 40px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--smoke-color);
  border-radius: 5px;
}

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

.wp-block-tag-cloud,
.tagcloud {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: 1px solid var(--border-color);
  font-size: 18px !important;
  font-weight: 400;
  font-family: var(--title-font);
  height: 38px;
  line-height: 38px;
  padding: 0px 10px;
  color: var(--body-color);
  background-color: transparent;
  border-radius: 5px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: var(--theme-color) !important;
  border-color: var(--theme-color);
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}

.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap 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;
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
  color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #eee;
  color: var(--title-color);
  font-weight: 500;
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}

.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}

.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}



.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #fff;
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}



.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}

.wp-block-calendar a:hover,
.calendar_wrap 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;
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
  margin-top: -0.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 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);
}

ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
  padding-left: 0;
}

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}

.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}


.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 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, 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: -0.3em;
}

ul.wp-block-latest-posts li:first-child {
  margin-top: 0;
}

ul.wp-block-latest-posts li:last-child {
  margin-bottom: -0.3em;
}

@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  
  
}


@media (max-width: 991px) {
  
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}


@media (max-width: 767px) {
  
  
  
  
  .widget {
    padding: 30px;
  } 
  
}

.nav-header {
  position: relative;
  z-index: 41;
}

.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}

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

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

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: var(--body-color);
  font-family: var(--title-font);
}

.main-menu a:hover {
  color: var(--title-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:last-child {
  margin-right: 0 !important;
}

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

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-family: var(--body-font);
  font-size: 18px;
  color: var(--title-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:last-child {
  margin-right: 0 !important;
}

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

.header-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 40px;
}



.social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 35px 0 0;
}

.header-links li > i {
  margin-right: 10px;
  color: var(--theme-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--white-color);
  font-family: var(--title-font);
}

.header-links a:hover {
  color: var(--theme-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-layout1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.header-layout1 .sticky-wrapper {
  background: var(--white-color);
}

.header-layout1 .sticky-wrapper.sticky .header-navbar-logo {
  margin-top: 25px;
}

.header-layout1 .header-top {
  background: transparent;
  padding: 12px 0;
}

.header-layout1 .social-links {
  position: relative;
  padding-right: 20px;
}

.header-layout1 .social-links:after {
  content: '';
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -14px;
  top: -15px;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      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;
  -webkit-transform: rotate(-45deg);
          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;
  }
  .header-layout1 .header-logo {
    background: var(--theme-color);
    padding: 25px;
    position: relative;
  }
  .header-layout1 .header-logo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 10px);
    top: 0;
    left: 0;
    background: var(--theme-color);
    border-radius: 0 0 5px 5px;
    z-index: -1;
  }
}


@media (max-width: 991px) {
  .header-layout1 .sticky-wrapper {
    padding: 0px 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;
  }
}

@media (min-width: 1701px) and (max-width: 1860px) {
  .header-layout1 .header-top .header-links, .header-layout1 .menu-area .main-menu {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }
}

.footer-top-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 75px;
  border-radius: 5px;
  margin-bottom: -115px;
  position: relative;
  z-index: 3;
  gap: 40px;


}

.footer-top-1 .call-media-wrap .icon {
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
  .footer-top-1 {
    padding: 60px 55px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer-top-1 {
    padding: 40px 30px;
  }
}

.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 span,
.pagination a {
  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: 26px;
  font-family: var(--title-font);
  font-weight: 900;
  border-radius: 5px;
  border: 1px solid var(--title-color);
}

.pagination span i,
.pagination a i {
  font-size: 22px;
}

.pagination span.active, .pagination span:hover,
.pagination a.active,
.pagination a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}


@media (max-width: 991px) {
  .pagination {
    margin-top: 60px;
  }
}


@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination span,
  .pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .pagination span i,
  .pagination a i {
    font-size: 16px;
  }
}

@media (max-width: 330px) {
  .pagination li {
    margin: 0 2px;
  }
  .pagination span,
  .pagination a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
  }
}




blockquote,
.wp-block-quote {
  font-size: 18px;
  line-height: 1.55;
  padding: 60px;
  font-weight: 400;
  font-family: var(--title-font);
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 40px 0;
  color: var(--title-color);
  font-style: italic;
  border-radius: 5px;
  border: 0;
  border-top: 3px solid var(--theme-color);
}

blockquote p,
.wp-block-quote p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  font-style: normal;
  margin-top: -0.3em;
  margin-bottom: 23px;
  line-height: 1.55;
  color: var(--title-color);
  width: 100%;
  position: relative;
  z-index: 3;
}

blockquote p a,
.wp-block-quote p a {
  color: inherit;
}

blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
}

blockquote:before,
.wp-block-quote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 45px;
  bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  opacity: 1;
  color: var(--theme-color);
  font-style: normal;
  background: transparent;
  text-align: center;
}

blockquote cite,
.wp-block-quote cite {
  display: block;
  font-size: 26px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: -0.2em;
  font-style: normal;
  color: var(--title-color);
  font-family: var(--title-font);
}

blockquote cite:before,
.wp-block-quote cite:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 2px;
  width: 25px;
  background: var(--theme-color);
  margin-right: 15px;
  top: -7px;
}



blockquote .quote-icon,
.wp-block-quote .quote-icon {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 150px;
}

.wp-block-pullquote {
  padding: 0;
}



.wp-block-pullquote blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 100px 15px 30px 15px;
}

.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 30px;
  left: 30px;
  font-size: 30px;
}

@media (max-width: 1199px) {
  blockquote,
  .wp-block-quote {
    padding: 150px 40px 40px 40px;
  }
  blockquote:before,
  .wp-block-quote:before {
    left: 40px;
    top: 40px;
  }
}


@media (max-width: 767px) {
  blockquote cite,
  .wp-block-quote cite {
    font-size: 18px;
  }
}


@media (max-width: 575px) {
  
  
  
  blockquote p,
  .wp-block-quote p {
    font-size: 18px;
    line-height: inherit;
  }
  blockquote,
  .wp-block-quote {
    padding: 140px 30px 30px 30px;
  }
  blockquote:before,
  .wp-block-quote:before {
    left: 30px;
    top: 30px;
  }
}

.hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}




.hero-title {
  font-weight: 900;
}

.hero-title span {
  position: relative;
}

.hero-title span img {
  position: absolute;
  -webkit-animation: bg-anim 5s linear infinite;
          animation: bg-anim 5s linear infinite;
  bottom: 0;
  left: 47%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}

@-webkit-keyframes bg-anim {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  80% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bg-anim {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  80% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.hero-4 {
  background-size: cover;
  position: relative;
}

.hero-4:after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.03%, #171717), color-stop(99.95%, rgba(23, 23, 23, 0)));
  background: linear-gradient(90deg, #171717 0.03%, rgba(23, 23, 23, 0) 99.95%);
  z-index: -2;
}

.hero-style4 {
  padding: 340px 0 200px;
}

.hero-style4 .hero-title {
  line-height: 1.2333333333;
}

.not-found-text-wrapper .text-404 h4 {
  font-size: 48px;
  margin-top: -0.35em;
}

.not-found-text-wrapper .error-dec {
  margin-bottom: 45px;
}


.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 50px;
  height: 50px;
  line-height: 52px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: var(--theme-color);
  font-size: 22px;
  border-radius: 10px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--white-color);
  border: 0;
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, 50%) scale(0);
          transform: translate(-50%, 50%) scale(0);
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;

}

@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: none;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  padding: 0 80px 0 30px;
  color: var(--title-color);
  border-radius: 50px;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: var(--theme-color);
}

.popup-search-box form input:-ms-input-placeholder {
  color: var(--theme-color);
}

.popup-search-box form input::-ms-input-placeholder {
  color: var(--theme-color);
}

.popup-search-box form input::placeholder {
  color: var(--theme-color);
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 12px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}

.popup-search-box.show form {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}


@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, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}

.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.testi-card {
  background: #232323;
  border-radius: 5px;
  padding: 60px;
}

.testi-card .testi-profile-title {
  color: var(--white-color);
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: -0.3em;
}

.testi-card .testi-profile-desig {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
  opacity: 0.7;
}

.testi-card .testi-card_text {
  color: var(--white-color);
  opacity: 0.7;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 32px;
}

.testi-card .testi-card-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}

@media (max-width: 1199px) {
  .testi-card .testi-card_text {
    font-size: 18px;
  }
}


@media (max-width: 575px) {
  .testi-card {
    padding: 40px;
  }
}


.testimonial-area-2 {
  position: relative;
  z-index: 1;
}

.testimonial-area-2 .testimonial-thumb-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  width: 50%;
}

.testimonial-area-2 .testimonial-thumb-2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testiomonial-wrap-2 {
  margin: 60px 0;
  padding: 100px 70px 70px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}

.testiomonial-wrap-2 .quote-icon {
  position: absolute;
  right: 55px;
  top: 100px;
}

.testiomonial-wrap-2 .testi-slider-2 {
  margin-top: 65px;
  margin-bottom: 100px;
}

.testi-card.style2 {
  background: transparent;
  padding: 0;
}

.testi-card.style2 .testi-card-profile {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 25px;
  margin-bottom: 57px;
}

.testi-card.style2 .testi-profile_thumb img {
  border-radius: 50%;
}

.testi-card.style2 .testi-card_text {
  font-size: 26px;
  opacity: 1;
  line-height: 36px;
  margin-bottom: 0;
}


@media (max-width: 1299px) {
  .testiomonial-wrap-2 .testi-slider-2 {
    margin-bottom: 70px;
  }
}


@media (max-width: 1199px) {
  .testiomonial-wrap-2 .quote-icon {
    width: 200px;
  }
  .testi-card.style2 .testi-card_text {
    font-size: 24px;
  }
}


@media (max-width: 767px) {
  .testiomonial-wrap-2 {
    padding: 80px 50px 50px;
  }
  .testiomonial-wrap-2 .testi-slider-2 {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .testi-card.style2 .testi-card-profile {
    margin-bottom: 37px;
  }
  .testi-card.style2 .testi-card_text {
    font-size: 18px;
  }
}


@media (max-width: 375px) {
  .testiomonial-wrap-2 {
    padding: 80px 30px 50px;
  }
  .testiomonial-wrap-2 .quote-icon {
    width: 100px;
  }
  .testi-card.style2 .testi-card-profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 17px;
  }
}

.client-bg-area-2 {
  background-size: 100% calc(100% - 382px);
  background-repeat: no-repeat;
}

.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: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--body-color);
}

.checklist li:last-child {
  margin-bottom: 0;
}

.checklist li i, .checklist li svg {
  font-size: 22px;
  margin-right: 20px;
  margin-top: 2px;
}

.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: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}

.checklist.style3 ul li {
  margin-bottom: 0;
}

.icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
}

@media (max-width: 575px) {
  .checklist.style2 ul li i {
    margin-right: 10px;
  }
}

.accordion-card {
  margin-bottom: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background: var(--smoke-color);
  border: 0;
  border-radius: 5px;
}

.accordion-card .accordion-button {
  font-size: 26px;
  font-weight: 900;
  font-family: var(--title-font);
  color: var(--title-color);
  border: 0;
  background-color: transparent;
  padding: 12px 65px 12px 30px;
  min-height: 86px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-card .accordion-button:after {
  content: "\f067";
  height: 40px;
  width: 40px;
  border-radius: 7px;
  line-height: 38px;
  background: transparent;
  border: 0;
  font-family: var(--icon-font);
  color: var(--theme-color);
  font-weight: 900;
  font-size: 18px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 22px;
  right: 17px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion-card .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-card .accordion-button:not(.collapsed) {
  color: var(--title-color);
}

.accordion-card .accordion-button:not(.collapsed):after {
  content: '\f068';
  color: var(--title-color);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-card .accordion-collapse {
  border: none;
}

.accordion-card .accordion-body {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 0px 30px 30px 30px;
  margin-top: -0.5em;
}

.accordion-card .accordion-body p {
  margin-bottom: -0.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;
    min-height: 65px;
  }
  .accordion-card .accordion-button:after {
    font-size: 16px;
    top: 13px;
  }
}


@media (max-width: 575px) {
  .accordion-card .accordion-button {
    padding: 15px 65px 15px 30px;
  }
}


.accordion-card.style2 {
  background: transparent;
}

.accordion-card.style2 .accordion-button {
  background: var(--theme-color);
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  min-height: 60px;
  color: var(--white-color);
}

.accordion-card.style2 .accordion-button:after {
  top: 10px;
  content: "\f078";
  font-size: 16px;
  color: var(--white-color);
}

.accordion-card.style2 .accordion-body {
  padding: 30px 30px 10px;
}

.accordion-card.style2:has(.accordion-button.collapsed) .accordion-button {
  background: var(--smoke-color);
  color: var(--title-color);
}

.accordion-card.style2:has(.accordion-button.collapsed) .accordion-button:after {
  color: var(--theme-color);
}

.faq-thumb3 {
  position: relative;
  display: inline-block;
  padding-right: 42px;
  padding-left: 30px;
  padding-bottom: 30px;
}

.faq-thumb3 .faq-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.accordion-card.style3 {
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.accordion-card.style3 .accordion-button {
  background: var(--theme-color);
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  min-height: 60px;
  color: var(--white-color);
}

.accordion-card.style3 .accordion-button:after {
  top: 10px;
  content: "\f078";
  font-size: 16px;
  color: var(--white-color);
}

.accordion-card.style3 .accordion-body {
  padding: 30px 20px 30px;
}

.accordion-card.style3:has(.accordion-button.collapsed) .accordion-button {
  background: var(--white-color);
  color: var(--title-color);
}

.accordion-card.style3:has(.accordion-button.collapsed) .accordion-button:after {
  color: var(--theme-color);
}

.wcu-thumb-1 img {
  border-radius: 242px;
}

.wcu-card-wrap.right-wrap {
  text-align: end;
}

.wcu-card-wrap.right-wrap .wcu-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wcu-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 22px;
}

.wcu-card:not(:last-child) {
  margin-bottom: 95px;
}

.wcu-card .icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
  position: relative;
}

.wcu-card .icon:after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: 0.1;
  border-radius: 5px;
}

.wcu-card .icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wcu-card .wcu-card-title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 8px;
  margin-top: -0.2em;
}



.wcu-card:hover .icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}


@media (max-width: 1399px) {
  .wcu-card:not(:last-child) {
    margin-bottom: 55px;
  }
}


@media (max-width: 1199px) {
  .wcu-thumb-1 {
    text-align: center;
  }
  .wcu-card-wrap.right-wrap {
    text-align: left;
  }
  .wcu-card-wrap.right-wrap .wcu-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}


@media (max-width: 767px) {
  .wcu-card:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 320px) {
  .wcu-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pricing-card {
  border-radius: 5px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 60px;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.pricing-card_icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: var(--theme-color);
}

.pricing-card_icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-card_price {
  font-size: 50px;
  font-weight: 900;
  font-family: var(--title-font);
  color: var(--title-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 34px;
  margin-top: -0.25em;
}

.pricing-card_price .duration {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.pricing-card_title {
  font-size: 26px;
  font-weight: 900;
  font-family: var(--title-font);
  margin-bottom: 23px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: -0.25em;
}

.pricing-card .checklist.style2 {
  margin-bottom: 42px;
}

.pricing-card .checklist.style2 li:not(:last-child) {
  margin-bottom: 7px;
}

.pricing-card:hover .pricing-card_icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}


@media (max-width: 1199px) {
  .pricing-card {
    padding: 50px;
    gap: 30px;
  }
}


@media (max-width: 991px) {
  .pricing-card {
    gap: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}


@media (max-width: 575px) {
  .pricing-card {
    gap: 25px;
    padding: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
    
}

@media (max-width: 320px) {
  .pricing-card {
    padding: 30px 30px;
  }
}


.pricing-card.style2 {
  display: block;
  padding: 0;
  background: var(--smoke-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-card.style2 .pricing-card-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0px 25px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.pricing-card.style2 .pricing-card-icon-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% - 20px);
  left: 10px;
  background: var(--border-color);
}

.pricing-card.style2 .pricing-card-icon-wrap .pricing-card_icon {
  background: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: normal;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.pricing-card.style2 .pricing-card-icon-wrap .pricing-card_icon img {
  -webkit-transform: none;
          transform: none;
}

.pricing-card.style2 .pricing-card_title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  background: var(--theme-color);
  border-radius: 5px 0 0 5px;
  padding: 17px 20px;
  min-width: 220px;
  color: var(--white-color);
  text-align: center;
}

.pricing-card.style2 .pricing-card-details {
  padding: 35px 40px 45px;
}

.pricing-card.style2 .pricing-card_price {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 3px;
}

.pricing-card.style2 .pricing-card_currency {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 28px;
}

.pricing-card.style2 .checklist.style2 {
  margin-bottom: 52px;
}

.pricing-card.style2 .btn {
  width: 100%;
  background: var(--white-color);
  color: var(--title-color);
  border: 2px solid transparent;
}

.pricing-card.style2 .btn:hover {
  border-color: var(--theme-color);
}

.pricing-card.style2.pricing-card-active, .pricing-card.style2:hover {
  background: #FBD7DD;
}


@media (max-width: 1199px) {
  .pricing-card.style2 .pricing-card-icon-wrap {
    gap: 40px;
  }
  .pricing-card.style2 .pricing-card_title {
    margin-left: auto;
    min-width: auto;
    padding: 13px 20px;
    font-size: 18px;
  }
}

.portfolio-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.portfolio-card .portfolio-card-thumb {
  position: relative;
  border-radius: 5px;
}

.portfolio-card .portfolio-card-thumb img {
  border-radius: 5px;
  width: 100%;
}

.portfolio-card.style2 .icon-btn {
  --btn-size: 135px;
  margin-bottom: 30px;
  font-size: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1700px) {
  
  .portfolio-card.style2 .icon-btn {
    --btn-size: 120px;
    margin-bottom: 0;
    font-size: 24px;
  }
}


@media (max-width: 991px) {
  .portfolio-slider1 {
    padding: 0 15px;
  }
  
}


@media (max-width: 575px) {
  
  .portfolio-card.style2 .icon-btn {
    --btn-size: 80px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .portfolio-card .portfolio-card-thumb img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
}

@media (max-width: 375px) {
  .portfolio-card .portfolio-card-thumb img {
    min-height: 400px;
  }
}

.appointment-form-wrap {
  padding: 60px;
  border-radius: 5px;
  margin: 80px 0;

}

@media (max-width: 575px) {
  .appointment-form-wrap {
    padding: 50px 30px;
  }
}


.appointment-area-2 {
  position: relative;
  background-size: cover;
}

.appointment-area-2 .appointment-form-wrap {
  margin: 0;
}

.appointment-area-2 .appointment-thumb-2 {
  position: absolute;
  bottom: 0;
}


@media (max-width: 375px) {
  .appointment-area-2 .appointment-form-wrap .form-group {
    margin-bottom: 15px;
  }
}

.slick-prev.slick-arrow {
  --pos-x: 0 !important;
}

.slick-next.slick-arrow {
  --pos-x: 0 !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 20% !important;
  background-color: #ffffff36;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 32px;
  height: 1px;
}

.swiper-scrollbar-drag {
  background: #ffffff;
}

.progress-container, .progress {
  background-color: #eee;
  border-radius: 5px;
  position: relative;
  height: 4px;
  width: 100%;
}

.progress {
  background-color: var(--theme-color);
  width: 0;
  -webkit-transition: 0.8s linear;
  transition: 0.8s linear;
}

.percentage {
  background-color: var(--theme-color);
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 5px #00000033;
          box-shadow: 0 4px 5px #00000033;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  position: absolute;
  bottom: 20px;
  inset-inline-start: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  text-align: center;
  -webkit-transition: 0.8s linear;
  transition: 0.8s linear;
}

.percentage::after {
  background-color: var(--theme-color);
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
  z-index: -1;
}

.progress.active {
  width: 0 !important;
}

.progress.active, .percentage.active {
  inset-inline-start: 0 !important;
}

[dir="rtl"] .fa-arrow-right:before {
  content: "\f060";
}

[dir="rtl"] .fa-arrow-left:before {
  content: "\f061";
}

[dir="rtl"] .percentage {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

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

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

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

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

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  } 
  
}

[dir="rtl"] {

}

[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"] .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"] .header-layout1 .social-links {
  padding-left: 20px;
  padding-right: 0;
}

[dir="rtl"] .header-layout1 .social-links:after {
  right: -20px;
  left: 0;
}

[dir="rtl"] .header-layout1 .header-navbar-logo {
  padding-right: 60px;
  padding-left: 0;
}

[dir="rtl"] .header-layout1 .menu-area .logo-bg {
  right: 0;
  left: auto;
  border-radius: 0 0 0 5px;
}

[dir="rtl"] .header-layout1 .navbar-right-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[dir="rtl"] .header-layout1 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: -2px;
}

[dir="rtl"] .header-layout1 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
}

[dir="rtl"] .header-layout1 .navbar-right-desc i {
  margin-right: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

[dir="rtl"] .header-layout1 .navbar-right-desc a {
  color: var(--title-color);
}

[dir="rtl"] .header-layout1 .navbar-right-desc a:hover {
  color: var(--theme-color);
}

@media (max-width: 1700px) {
  [dir="rtl"] .header-layout1 .header-navbar-logo {
    padding-right: 35px;
    padding-left: 0;
  }
  [dir="rtl"] .header-layout1 .header-top .header-links {
    padding-right: 160px;
    padding-left: 0;
  }
  [dir="rtl"] .header-layout1 .menu-area .main-menu {
    padding-right: 160px;
    padding-left: 0;
  }
}

@media (max-width: 1500px) {
  [dir="rtl"] .header-layout1 .header-top .header-links {
    padding-right: 0;
  }
  [dir="rtl"] .header-layout1 .menu-area .main-menu {
    padding-right: 200px;
  }
}

@media (max-width: 1399px) {
  [dir="rtl"] .header-layout1 .menu-area .main-menu {
    padding-right: 160px;
  }
  [dir="rtl"] .header-layout1 .header-navbar-logo {
    padding-right: 30px;
  }
}

@media (max-width: 1299px) {
  [dir="rtl"] .header-layout1 .menu-area .main-menu {
    padding-right: 230px;
  }
}

@media (max-width: 1199px) {
  [dir="rtl"] .header-layout1 .menu-area .main-menu {
    padding-right: 0;
  }
  [dir="rtl"] .header-layout1 .header-logo:after {
    right: 0;
    left: auto;
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .header-layout1 .social-links {
    padding-right: 20px;
    padding-left: 20px;
  }
  [dir="rtl"] .header-layout1 .social-links:after {
    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"] .accordion-card .accordion-button {
  padding: 12px 30px 12px 65px;
  text-align: start;
}

[dir="rtl"] .accordion-card .accordion-button:after {
  left: 17px;
  right: auto;
}

@media (max-width: 575px) {
  [dir="rtl"] .accordion-card .accordion-button {
    padding: 15px 30px 15px 65px;
  }
}

[dir="rtl"] .testimonial-area-2 .testimonial-thumb-2 {
  right: 0;
  left: auto;
}

[dir="rtl"] .testiomonial-wrap-2 .quote-icon {
  right: auto;
  left: 55px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

[dir="rtl"] .hero-4:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(0.03%, #171717), color-stop(99.95%, rgba(23, 23, 23, 0)));
  background: linear-gradient(-90deg, #171717 0.03%, rgba(23, 23, 23, 0) 99.95%);
}