@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/* Variables */

@import url("fonts.css");


/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #F58B1F;
  --title-color: #000000;
  --secondary-color: #ead2ac;
  --body-color: #737887;
  --smoke-color: #F5F5F5;
  --smoke-color2: #f5e6ce;
  --black-color: #000000;
  --black-color2: #080E1C;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #E0E0E0;
  --title-font: 'Rokkitt';
  --body-font: 'Roboto', serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --section-space-thirty: 30px;
}

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

body {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.theme-blue {
  --theme-color: #3E66F3;
  background-color: #F8FAFF;
}

.bg-secondary2 {
  background-color: var(--secondary-color);
}

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

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

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

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(--th-border-color);
}

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



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: 48px;
  line-height: 1.208;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 1.25;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}

/* Large devices */
@media (max-width: 1199px) {

  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }

  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }

  .h3,
  h3 {
    font-size: 30px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small devices */
@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {

  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }

  .h2,
  h2 {
    font-size: 28px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {

  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}


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

.page--item {
  margin-bottom: 30px;
}

.page--item p {
  line-height: 1.8;
}

.content-none-search {
  margin-top: 30px;
}


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

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

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

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



/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .th-container2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1300px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }

  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }


}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1720px;
  }
}

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

  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.th-container3 {
  max-width: 1520px;
}

.round-container {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* Large devices */
@media (max-width: 1199px) {
  .round-container {
    border-radius: 0;
  }
}

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

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

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

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

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

.gy-80 {
  --bs-gutter-y: 80px;
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 60px;
  }
}

@media (max-width: 991px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group>i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}

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

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

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

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

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

input[type="checkbox"]~label {
  position: relative;
  padding-left: 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(--th-border-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: rgba(255, 255, 255, 0.1);
  border: 1px solid #8B929C;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}

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

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

input[type="radio"]~label {
  position: relative;
  padding-left: 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;
}

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

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

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

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

.form-messages {
  display: none;
}

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

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

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

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

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

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

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

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

.swiper-fade .swiper-slide-prev {
  opacity: 0;
}

.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  margin: 50px 0 10px 0;
  line-height: 12px;
  height: 12px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  margin: 5px 7px;
  opacity: 1;
  background-color: var(--th-border-color);
  position: relative;
  cursor: pointer;
}

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

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

.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px solid var(--theme-color);
  background: var(--theme-color);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.slider-area {
  position: relative;
}

.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  border: 1px solid #EBEDF1;
  -webkit-filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
  filter: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 55px);
  height: var(--icon-size, 55px);
  line-height: var(--icon-size, 55px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 55px) / -2);
  z-index: 3;
  border-radius: 50%;
}

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

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

.slider-arrow.style3:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}

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

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

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

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

.arrow-wrap {
  position: relative;
}

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

.custom-logo {
  width: 300px;
}

@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: none;
  }
}

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

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

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

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

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

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

  .slider-arrow.slider-next {
    margin-right: 0;
    margin-left: 40px;
  }

  .slick-dots {
    margin: 40px 0 0 0;
  }

  .icon-box .slider-arrow {
    margin-right: 0;
  }
}

.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}

.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}

.slick-3d-active .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}

.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.slick-3d-active .slick-3d-next {
  opacity: 1;
  -webkit-transform: translate3d(50%, 0, -21px);
  transform: translate3d(50%, 0, -21px);
  z-index: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
  transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, -21px);
  transform: translate3d(-50%, 0, -21px);
}

.slick-3d-active .slick-3d-prev .testi-card {
  box-shadow: none;
}

.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
  transform: translate3d(-40%, 0, -23px);
}

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

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}

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

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

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

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

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

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

.mobile-menu {
  padding-bottom: 40px;
  margin-top: 33px;
  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);
}

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

.mobile-menu ul li.th-active>a:before {
  -webkit-transform: rotate(90deg);
  -ms-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 .th-item-has-children>a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }

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

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
/*======================= 
    Preloader
=======================*/
.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.th-preloader {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /* Extra small devices */
}

.th-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.th-preloader .animation-preloader .txt-loading {
  font-family: var(--title-font);
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.th-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.th-preloader .animation-preloader .txt-loading .characters:before {
  -webkit-animation: characters 4s infinite;
  animation: characters 4s infinite;
  color: var(--theme-color);
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

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

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

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

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

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

@media (max-width: 575px) {
  .th-preloader .animation-preloader .txt-loading {
    font-size: 30px;
    line-height: 30px;
  }
}

/* Animation of letters loading from the preloader */
@-webkit-keyframes characters {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes characters {

  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 20.5px 20px;
  min-width: 144px;
  border-radius: 4px;
  text-decoration: none;
}

.th-btn:before,
.th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 99px;
  -webkit-transform: scaleY(1.1);
  -ms-transform: scaleY(1.1);
  transform: scaleY(1.1);
}

.th-btn:before {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.th-btn:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

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

.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
  border-radius: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.th-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 20px 40px;
  box-shadow: none;
}

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

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

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

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

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

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

.th-btn.style4:hover:before,
.th-btn.style4:hover:after {
  background-color: var(--white-color);
}

.th-btn.style5 {
  background-color: var(--white-color);
  color: var(--title-color);
  box-shadow: none;
}

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

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

.th-btn.style6 {
  background-color: var(--white-color);
  color: var(--title-color);
  box-shadow: none;
}

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

.th-btn.style6:hover:before,
.th-btn.style6:hover:after {
  background-color: var(--theme-color);
}

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

.th-btn.style7:hover:before,
.th-btn.style7:hover:after {
  background-color: var(--theme-color);
}

.th-btn.style-radius {
  border-radius: 100px;
  padding: 18px 40px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .th-btn.style-radius {
    padding: 18px 25px;
  }
}



.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 56px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, transparent);
  color: var(--title-color);
  text-align: center;
  border-radius: 4px;
  border: 1px solid #232C47;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

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

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

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

.play-btn.style3>i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
}

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

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

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

.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

.link-btn:hover::before {
  width: 100%;
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.line-btn:hover {
  color: var(--title-color);
}

.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px;
}

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

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

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

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

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

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

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 10px);
  margin-top: -0.32em;
  text-transform: capitalize;
  font-size: 34px;
  line-height: 40px;
  font-weight: bold;
}

.sub-title {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 22px;
  margin-top: -0.34em;
}

.sub-title:has(img) {
  margin-top: 0;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.32em;
  height: 100px;
}

.box-title a {
  color: inherit;
  text-decoration: none;
}

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

.sec-text {
  max-width: 720px;
}

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

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

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

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

hr.title-line {
  margin-top: 0;
  background-color: var(--th-border-color);
  opacity: 1;
}

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

.shadow-title {
  font-family: var(--title-font);
  font-size: 74px;
  font-weight: 900;
  line-height: 1;
  background-image: -webkit-linear-gradient(top, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
  background-image: linear-gradient(180deg, rgba(226, 232, 250, 0.7) 0%, rgba(226, 232, 250, 0) 88.54%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: -0.55em 0 -0.45em -0.25em;
}

.shadow-title.color2 {
  background-image: -webkit-linear-gradient(top, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
  background-image: linear-gradient(180deg, #232C47 0%, rgba(20, 29, 56, 0) 91.15%);
}

.shadow-title.color3 {
  background-image: -webkit-linear-gradient(top, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
  background-image: linear-gradient(180deg, #E0E0E0 0%, rgba(220, 214, 214, 0) 93.75%);
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }

  .shadow-title {
    font-size: 64px;
  }

  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }

  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }

  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }

  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 60px;
  }

  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }

  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }

  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
}

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

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

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

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

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

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

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

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

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

.th-radius3 {
  border-radius: 30px;
}

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

.th-social a {
  display: inline-block;
  width: var(--icon-size, 46px);
  height: var(--icon-size, 46px);
  line-height: var(--icon-size, 46px);
  background-color: var(--white-color);
  color: var(--body-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}

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

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

.th-social.style2 a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid;
}

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

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

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

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

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

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

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

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

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

.icon-masking img {
  width: 27px;
}

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

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

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

/*Magnific popup transition********/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.services-bg {
  position: relative;


}

.sub-menu-toggle {
  display: none;
}

.services-bg::before {
  content: "";
  background-image: url('../img/isafe\ Digital\ Services\ BG\ Image.svg');
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: -3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-industries {
  background-image: url('../img/Industries_Background_Image.png');
  background-position: center;
  background-size: cover;
}

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

.text-inherit {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-opacity="5"]:before {
  opacity: 0.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;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before,
.testi-box_quote:after,
.testi-box_quote:before,
.testi-grid_quote:after,
.testi-grid_quote:before,
.service-grid_icon:after,
.service-grid_icon:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple;
}

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

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

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

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

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

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    opacity: 0;
  }
}

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

  30% {
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    opacity: 0;
  }
}

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

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

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

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

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

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

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

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

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

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

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

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

@-webkit-keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }

  25% {
    background-color: #81F24C;
  }

  50% {
    background-color: #41F27D;
  }

  75% {
    background-color: #0500FF;
  }

  100% {
    background-color: #F2BA4C;
  }
}

@keyframes bgColor {
  0% {
    background-color: #F2BA4C;
  }

  25% {
    background-color: #81F24C;
  }

  50% {
    background-color: #41F27D;
  }

  75% {
    background-color: #0500FF;
  }

  100% {
    background-color: #F2BA4C;
  }
}

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

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

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

.th-ani {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.th-ani:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@-webkit-keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@-webkit-keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
    transform: translate3d(0, -15px, 15px);
  }
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
    transform: translate3d(0, -15px, 15px);
  }
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu>ul,
.widget_nav_menu .menu,
.widget_meta>ul,
.widget_meta .menu,
.widget_pages>ul,
.widget_pages .menu,
.widget_archive>ul,
.widget_archive .menu,
.widget_categories>ul,
.widget_categories .menu {
  margin: 0 0 -10px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: var(--white-color);
  margin: 0 0 10px 0;
  padding: 16px 45px 19px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.313;
  color: var(--body-color);
  border-radius: 4px;
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
  content: "\f061";
  position: absolute;
  right: 25px;
  top: 17px;
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

.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,
.widget_categories li:last-child a {
  border-bottom: none;
}

.widget_nav_menu li>span,
.widget_meta li>span,
.widget_pages li>span,
.widget_archive li>span,
.widget_categories li>span {
  color: var(--white-color);
  background-color: #272A34;
  font-weight: 600;
  text-align: center;
  position: absolute;
  right: 24px;
  top: 15px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  pointer-events: none;
  min-width: 20px;
  text-align: right;
}

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

.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before {
  color: var(--white-color);
}

.widget_nav_menu a:hover~span,
.widget_meta a:hover~span,
.widget_pages a:hover~span,
.widget_archive a:hover~span,
.widget_categories a:hover~span {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

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

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

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

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

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

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 28px 0;
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px 0 0 4px;
  padding-right: 25px;
}

.widget .search-form button {
  border: none;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  padding: 0;
  width: 56px;
  text-align: center;
  border-radius: 0 4px 4px 0;
}

.widget .search-form button:hover {
  background-color: var(--title-color);
}

.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 15px;
  width: 80px;
  overflow: hidden;
  border-radius: 5px;
}

.recent-post .media-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 8px 0;
  font-family: var(--title-font);
  text-transform: capitalize;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  color: var(--body-color);
  font-family: var(--body-font);
}

.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
}

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

.recent-post:hover .media-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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


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


.download-widget-wrap .th-btn {
  width: 100%;
}

.download-widget-wrap .th-btn:first-child {
  margin-bottom: 20px;
}

.download-widget-wrap .th-btn.style2 {
  color: var(--body-color);
}

.download-widget-wrap .th-btn.style2:before,
.download-widget-wrap .th-btn.style2:after {
  background-color: var(--theme-color);
}

.download-widget-wrap .th-btn.style2:hover {
  color: var(--white-color);
  border-color: var(--theme-color);
}

.widget_banner {
  background-color: var(--title-color);
  position: relative;
}

.widget_banner .shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.widget_banner .widget_title {
  color: var(--white-color);
}

.widget_banner:has(.widget-map) {
  padding: 0;
  line-height: 0px;
}

.widget-map iframe {
  min-height: 280px;
}

.widget-banner {
  height: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 360px) {
  .widget-banner {
    height: 280px;
  }
}

.widget-banner .text {
  display: block;
  margin-top: -0.4em;
  margin-bottom: 15px;
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 500;
}

.widget-banner .title {
  color: var(--white-color);
  margin-bottom: 35px;
}

.contact-details .box-title {
  height: unset;
}

.contact-bg {
  background-image: url('../img/bg/contact-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.breadcumb-bg {
  /* position: relative; */
  background-image: url('../img/isafe-Digital-About-Us.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.why-choose-bg {
  background-image: url('../img/bg/why_bg_1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.testimonial {
  background-image: url('../img/bg/testi_bg_2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

footer {
  background-image: url('../img/bg/footer_shape_2.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

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

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

  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }

  .author-widget-wrap .name {
    font-size: 22px;
  }
}

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

  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }

}

/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 35px 20px;
  }
}

@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 14px;
    line-height: 24px;
  }

  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}

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

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

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

.footer-widget .widget_title {
  max-width: 270px;
  color: var(--white-color);
  font-weight: 600;
  text-transform: uppercase;
  margin: -0.12em 0 35px 0;
  padding: 0 0 17px 0;
}

.footer-widget .widget_title:before {
  content: '';
  height: 2px;
  width: 100px;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  bottom: 0;
}



.footer-before h4 {
  height: 42px;
  margin-bottom: 35px;
}

.footer-widget .widget_title:after {
  content: '';
  height: 10px;
  width: 10px;
  background-color: var(--white-color);
  position: absolute;
  bottom: -4px;
  left: 96px;
  border-radius: 99px;
  border: 2px solid var(--theme-color);
}


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

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

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

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

.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
  content: "\f054";
  font-weight: 600;
  left: 0;
  top: 2px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}

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

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

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

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

.footer-widget .recent-post {
  max-width: 315px;
  margin-top: -0.3em;
  margin-bottom: 28px;
}

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

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

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

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

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

.th-widget-about .about-logo {
  margin-bottom: 35px;
  margin-top: -8px;
}

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

.footer-text {
  margin-top: -0.46em;
  margin-bottom: 25px;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-box .social-title {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
}

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

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

/* Large devices */

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  margin-bottom: 16px;
  text-decoration: none;
}


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

  .th-widget-about .about-text {
    margin-bottom: 20px;
  }

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

/*------------------- 4.2. Header  -------------------*/
.th-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);
  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(--title-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  text-decoration: none;
}

.main-menu a:hover {
  color: var(--theme-color);
}

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

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

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

.main-menu ul {
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
}

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

.main-menu ul li.menu-item-has-children>a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 1em;
}

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

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

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

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

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}

.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}

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

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  content: "\f105";
  float: right;
  top: 1px;
}

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

.main-menu ul.sub-menu li a:before {
  content: "\f649";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 500;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

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

.main-menu.style2>ul>li>a {
  padding: 2px 16px;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-menu.style2>ul>li>a:hover {
  background-color: rgba(64, 102, 242, 0.1);
}

.main-menu.style2 ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
  margin-top: 15px;
}

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

.header-button .icon-btn {
  position: relative;
}

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

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.header-links li:not(:last-child) {
  margin: 0 26px 0 0;
}

.header-links li>i {
  margin-right: 6px;
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}

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

.header-links i {
  color: var(--body-color);
}

.header-links b,
.header-links strong {
  font-weight: 600;
}

.header-social .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 15px 0 0;
  color: var(--body-color);
}

.header-social a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}

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

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

.header-logo {
  padding: 8px 0px;
  width: 300px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .header-logo {
    max-width: 210px;
    padding: 8px;
  }
   
  .header-logo img {
    height: 55px;
  }

  .sub-title {
    font-size: 22px;
  }

  .header-logo .icon-masking .mask-icon {
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .main-menu>ul>li>a {
    padding: 37px 0;
  }
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: relative;
}

.header-layout1 .header-top {
  padding: 17px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}

.header-layout1 .header-top a:hover {
  color: var(--title-color);
}

.header-layout1 .menu-area {
  position: relative;
  z-index: 2;
  background-color: #080E1C;
}

.header-layout1 .main-menu {
  margin-left: 60px;
}

.header-layout1 .main-menu>ul>li>a:not(:hover) {
  color: var(--white-color);
}

.header-layout1 .menu-area {
  position: relative;
}

.header-layout1 .header-logo {
  position: relative;
  z-index: 2;
}

.header-layout1 .header-button .icon-btn {
  color: var(--white-color);
}

.header-layout1 .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 32.5%;
  height: 100%;
}

.header-layout1 .logo-bg:before,
.header-layout1 .logo-bg:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  -webkit-clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
  z-index: -2;
}

.header-layout1 .logo-bg:after {
  background-image: url("../img/theme-img/logo_bg.svg");
  background-color: var(--white-color);
  background-repeat: repeat;
  width: calc(100% - 20px);
  -webkit-clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 60px) 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .header-layout1 .logo-bg {
    width: 37%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout1 .logo-bg {
    width: 27%;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-button .th-btn {
    display: none;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout1 .logo-bg:before {
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0%, 100% 100%, 0% 100%);
  }

  .header-layout1 .logo-bg:after {
    -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 30px) 0%, 100% 100%, 0% 100%);
  }

  .header-layout1 .main-menu {
    margin-left: 30px;
  }

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

/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .logo-bg {
    width: 56%;
  }

  .header-layout1 .header-logo img {
    max-height: 80px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .header-layout1 .logo-bg {
    width: 60%;
  }
}

@media (max-width: 320px) {
  .header-layout1 .logo-bg {
    width: 64%;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 .icon-btn {
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid #ddd;
  border-radius: 50%;
  line-height: 54px;
}

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

.header-layout2 .main-menu>ul>li>a {
  color: var(--title-color);
  font-weight: 600;
}

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

.header-layout2 ul.sub-menu {
  background-color: #E1EAFF;
}

.header-layout2 .header-top {
  padding: 17px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}

.header-layout2 .header-top a:hover {
  color: var(--title-color);
}

.header-layout2 .menu-area {
  background-color: #f58b1f3b;
}

/* Large devices */
@media (max-width: 1199px) {
  .header-layout2 .header-button .th-btn {
    display: none;
  }

  .header-layout2 .header-top {
    padding: 12px 0;
  }
}

/* Header 3 ---------------------------------- */
.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  --main-container: 1700px;
}

.header-layout3 .header-button .icon-btn:not(:hover) {
  border-color: #bdbdbd;
}

.header-layout3 .main-menu>ul>li>a {
  font-weight: 600;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout3 .header-button .th-btn {
    display: none;
  }
}

/* Header 4 ---------------------------------- */
.header-layout4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-layout4 .sticky-wrapper.sticky .menu-area {
  background-color: var(--title-color);
}

.header-layout4 .menu-area {
  background: rgba(0, 0, 0, 0.29);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.36);
  padding: 15px 0;
}

.header-layout4 .main-menu>ul>li>a {
  color: var(--white-color) !important;
  font-size: 16px;
  font-weight: 600;
}

.header-layout4 .main-menu>ul>li>a:after {
  color: var(--white-color) !important;
}

.header-layout4 .main-menu>ul>li>a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color) !important;
}

.header-layout4 .main-menu>ul>li>a:hover:after {
  color: var(--white-color) !important;
}

.header-layout4 .main-menu ul li.menu-item-has-children>a:after {
  content: "\2b";
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

.header-layout4 .header-button {
  /* Large devices */
}

.header-layout4 .header-button .th-btn {
  padding: 17px 42.5px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .header-layout4 .header-button .th-btn {
    display: none;
  }
}

/* Header 5 ---------------------------------- */
.header-layout5 {
  position: relative;
}

.header-layout5 .social-links .social-title {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  letter-spacing: -0.32px;
  font-family: var(--title-font);
  color: var(--title-color);
}

@media (max-width: 1599px) {
  .header-layout5 .social-links .social-title {
    display: none;
  }
}

.header-layout5 .social-links a {
  font-size: 14px;
  display: inline-block;
  color: var(--title-color);
  margin: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-layout5 .social-links a:last-child {
  margin-right: 0 !important;
}

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

.header-layout5 .social-links a:hover i {
  -webkit-animation: slideTop 0.5s;
  animation: slideTop 0.5s;
}

.header-layout5 .header-top {
  background-color: transparent;
  border-bottom: 1px solid #D9D9D9;
  padding: 12px 0;
}

.header-layout5 .header-top .header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-layout5 .header-top .header-links li {
  display: inline-block;
  position: relative;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}

.header-layout5 .header-top .header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}

@media (max-width: 1699px) {
  .header-layout5 .header-top .header-links li:not(:last-child) {
    margin: 0 14px 0 0;
  }
}

.header-layout5 .header-top .header-links li:not(:last-child):after {
  content: '';
  height: 15px;
  width: 1px;
  background-color: #CAD4F1;
  position: absolute;
  top: 5px;
  right: -20px;
}

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

.header-layout5 .main-menu ul li.menu-item-has-children>a:after {
  content: "\2b";
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

.header-layout5 .menu-area {
  padding: 18px 0;
}

.header-layout5 .main-menu {
  margin-right: 150px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .header-layout5 .main-menu {
    margin-right: 0;
  }
}

.header-layout5 .header-button .th-btn {
  padding: 18px 38px;
}

/* Header 6 ---------------------------------- */
.header-layout6 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.header-layout6 .menu-area {
  padding: 17px 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .header-layout6 .menu-area {
    padding: 10px 0;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
}

.footer-wrapper .th-social a {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.footer-wrapper .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.widget-area {
  padding-top: var(--section-space);
  padding-bottom: 66px;
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}

.footer-links li:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px 0;
}

.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer-links li:last-child:after {
  display: none;
}



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

.copyright-wrap {
  padding: 22px 0;
  background-size: 100% auto;
}

.copyright-text {
  margin: 0;
}

.copyright-text a {
  color: var(--theme-color);
}

.copyright-text a:hover {
  color: var(--white-color);
}

.th-widget-contact {
  max-width: 265px;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.footer-contact-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact_icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  min-width: 70px;
  font-size: 30px;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px;
  text-align: center;
  position: relative;
}

.footer-contact_icon:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--title-color);
  border-radius: inherit;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-contact_icon:hover:before {
  top: 0;
  left: 0;
}

.footer-contact_text {
  display: block;
  color: var(--body-color);
  margin-bottom: 5px;
}

.footer-contact_link {
  display: inline-block;
  color: var(--body-color);
  font-size: 20px;
  font-weight: 600;
}

.footer-contact_link:hover {
  color: var(--title-color);
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}

.info-box:last-child {
  margin-bottom: -5px;
}

.info-box_icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  line-height: 29px;
  font-size: 14px;
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 999px;
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: 0;
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}

.info-box_link:hover {
  color: var(--theme-color);
}

.footer-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  padding-left: 60px;
}

.footer-layout1 {
  background-color: #080e1c;
  --body-color: #fff;
  overflow: hidden;
}

.footer-layout1 .footer-top {
  background-color: var(--theme-color);
  position: relative;
  z-index: 2;
}

.footer-layout1 .footer-logo {
  padding: 45px 45px 45px 0;
}

.footer-layout1 .shape-left,
.footer-layout1 .shape-right {
  position: absolute;
  z-index: -1;
}

.footer-layout1 .shape-left {
  top: 0;
  left: 0;
}

.footer-layout1 .shape-right {
  bottom: 65px;
  right: 0;
}

.footer-layout1 .logo-bg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  height: 101%;
  width: 33%;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
}

.footer-layout1 .logo-bg:before {
  content: "";
  height: 100%;
  width: calc(100% - 10px);
  background-color: var(--title-color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, calc(100% - 60px) 50%, 100% 100%, 0 100%, 0 0);
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .footer-layout1 .logo-bg {
    width: 37%;
  }
}

/* Extra large devices */
@media (max-width: 1500px) {
  .footer-layout1 .logo-bg {
    width: 27%;
  }

  .footer-layout1 .shape-right {
    bottom: -20px;
    right: -70px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .footer-layout1 .shape-left {
    max-width: 65%;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 .logo-bg {
    width: 100%;
    height: 170px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
  }

  .footer-layout1 .logo-bg:before {
    width: 100%;
    height: calc(100% - 10px);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 50% calc(100% - 40px), 0 100%, 0 0);
  }

  .footer-layout1 .footer-logo {
    padding: 40px 15px 60px 15px;
    text-align: center;
  }

  .footer-contact-wrap {
    padding: 40px 0 30px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }

  .footer-contact-wrap {
    grid-template-columns: auto auto;
    gap: 30px;
  }

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

/* Extra small devices */
@media (max-width: 575px) {
  .copyright-wrap {
    background-size: cover;
  }

  .footer-contact {
    margin-left: 10px;
  }

  .footer-contact-wrap {
    grid-template-columns: auto;
  }
}


.footer-widget .contact-feature {
  padding: 0 !important;
  background-color: transparent;
  box-shadow: none;
  gap: 15px;
}

.footer-widget .contact-feature:not(:last-child) {
  margin-bottom: 28px;
}

.footer-widget .contact-feature .icon-btn {
  --btn-size: 44px;
  font-size: 16px;
}

.footer-widget .contact-feature_label {
  margin-top: -0.4em;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
}

.footer-widget .contact-feature_link {
  font-size: 18px;
  margin-bottom: -0.4em;
  display: block;
}


/* footer 3 ---------------------------------- */
.footer-layout3 {
  background-color: var(--black-color2);
  background-size: cover;
  --body-color: #fff;
}

.footer-layout3 .widget-area {
  padding-top: 100px;
  padding-bottom: 60px;
}

.footer-layout3 .th-btn {
  box-shadow: none;
}

.footer-layout3 .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.footer-layout3 .copyright-wrap {
  --body-color: #fff;
  background-color: var(--theme-color);
}

.footer-layout3 .copyright-wrap a {
  color: var(--white-color);
}

.footer-layout3 .copyright-wrap a:hover {
  color: var(--title-color);
}





/* Large devices */
@media (max-width: 1199px) {
  .footer-top .footer-logo {
    text-align: center;
    margin: 0 auto 35px auto;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .footer-layout3 .widget-area {
    padding: 30px 0px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-newsletter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  margin: 30px 0 -0.5em 0;
  list-style-type: none;
  position: relative;
}

.breadcumb-menu li {
  display: inline-block;
  margin-right: 3px;
  padding-right: 5px;
  list-style: none;
  position: relative;
}

.breadcumb-menu li:after {
  content: "\f324";
  position: relative;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  color: var(--white-color);
  font-family: var(--icon-font);
}

.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcumb-menu li:last-child:after {
  display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  color: var(--white-color);
}

.breadcumb-title {
  color: var(--white-color);
  margin: -0.22em 0 -0.14em 0;
  line-height: 1.1;
  font-size: 48px;
  font-weight: 700;
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  padding: 160px 0;
  overflow: hidden;
  text-align: center;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 140px 0;
  }

  .breadcumb-menu {
    margin: 20px 0 -0.5em 0;
  }

  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 16px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding: 120px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

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

  .footer-widget.widget_nav_menu a {
    margin-bottom: 12px;
    font-size: 16px;
  }
}

@media (max-width:320px) {

  .footer-widget.widget_nav_menu a,
  p {
    font-size: 15px;
  }

}

/*------------------- 4.5. Pagination  -------------------*/
.th-pagination {
  margin-bottom: 30px;
}

.th-pagination ul {
  margin: 0;
  padding: 0;
}

.th-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}

.th-pagination li:last-child {
  margin-right: 0;
}

.th-pagination li:first-child {
  margin-left: 0;
}

.th-pagination span,
.th-pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  border: none;
  color: var(--theme-color);
  background-color: var(--smoke-color2);
  width: 56px;
  height: 56px;
  line-height: 56px;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
}

.th-pagination span.active,
.th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: 0px 6px 20px rgba(0, 96, 255, 0.6);
}

/* Small devices */
@media (max-width: 767px) {

  .th-pagination span,
  .th-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}


.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}

.checklist li {
  color: var(--title-color);
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.checklist li>i {
  color: var(--theme-color);
}

.checklist li:not(:last-child) {
  margin-bottom: 10px;
}

.checklist.style2 li {
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  gap: 15px;
}

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

.checklist.style2 li>i {
  font-size: 20px;
  border-radius: 50%;
  border: 1px dashed var(--theme-color);
  padding: 9px;
}

.checklist.style3 li:not(:last-child) {
  margin-bottom: 20px;
}

.checklist.style3 li>i {
  font-size: 25px;
}

.checklist.style4 li {
  color: #141D38;
}

.checklist.style4 li:not(:last-child) {
  margin-bottom: 20px;
}

.checklist.style4 li>i {
  font-size: 25px;
}

.checklist.style4 li img {
  max-width: 26px;
}

.checklist.style5 li {
  color: var(--body-color);
  font-family: var(--body-font);
  font-weight: 400;
}

.checklist.style5 li:not(:last-child) {
  margin-bottom: 13px;
}

.checklist.style5 li>i {
  font-size: 22px;
}

.checklist.style6 li {
  font-size: 18px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  gap: 15px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.checklist.style6 li p {
  font-weight: 400;
  font-size: 16px;
}

.checklist.style6 li:not(:last-child) {
  margin-bottom: 30px;
}

.checklist.style6 li>i {
  font-size: 14px;
  border-radius: 50%;
  color: var(--white-color);
  background: var(--theme-color);
  padding: 8px;
  margin-top: 1px;
}

.checklist.mb-40 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}

.checklist.mb-45 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.two-column:has(.checklist.style6) {
  gap: 30px;
}


ul.comment-list .th-comment-item:last-child>.th-post-comment {
  border-bottom: none;
  padding-bottom: 0;
}

ul.comment-list .th-comment-item:first-child>.th-post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--th-border-color);
}



/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.th-hero-wrapper .slider-arrow {
  --pos-x: 100px;
  background-color: var(--white-color);
  box-shadow: none;
  color: var(--theme-color);
  border-color: var(--white-color);
}

.th-hero-wrapper .slider-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}

.th-hero-wrapper .slick-dots {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .th-hero-wrapper .slider-arrow {
    --pos-x: 40px;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .th-hero-wrapper .slider-arrow {
    left: auto;
    top: calc(50% - 35px);
    right: var(--pos-x, -120px);
    margin: 0;
  }

  .th-hero-wrapper .slider-arrow.slider-next {
    top: calc(50% + 35px);
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .th-hero-wrapper .slider-arrow {
    left: auto;
    top: calc(50% - 30px);
    right: var(--pos-x, -120px);
    margin: 0;
  }

  .th-hero-wrapper .slider-arrow.slider-next {
    top: calc(50% + 30px);
  }
}

/* Small devices */
@media (max-width: 767px) {
  .th-hero-wrapper .slider-arrow {
    display: none;
  }
}

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

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

/* Hero 1 ---------------------------------- */
.hero-subtitle {
  font-family: var(--title-font);
  color: var(--theme-color);
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  text-transform: uppercase;
  margin-top: -0.24em;
}

.hero-title {
  font-size: 58px;
  font-weight: bold;
  line-height: 65px;
  margin-bottom: 0;
}

.hero-title:last-of-type {
  margin-bottom: 21px;
}

.hero-text {
  margin-bottom: 43px;
}

.hero-1 {
  overflow: hidden;
}

.hero-1 .hero-shape1,
.hero-1 .hero-shape2,
.hero-1 .hero-shape3 {
  position: absolute;
  z-index: 2;
}

.hero-1 .hero-shape1,
.hero-1 .hero-shape2 {
  top: 10%;
  right: 0;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.hero-1 .hero-shape2 {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

.hero-1 .hero-shape3 {
  bottom: -80px;
  left: -60px;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.hero-1 .hero-img {
  position: absolute;
  top: 60px;
  right: 10%;
  z-index: 3;
}



.hero-1 .hero-img:before {
  content: '';
  width: 500px;
  height: 500px;
  background-color: #F2BA4C;
  opacity: 0.3;
  -webkit-filter: blur(300px);
  filter: blur(300px);
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: -180px;
  z-index: -1;
  -webkit-animation: bgColor 8s ease-in-out infinite;
  animation: bgColor 8s ease-in-out infinite;
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 219px 0 219px 0;
  max-width: 710px;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .hero-1 .hero-img {
    right: 18%;
  }
}

@media (max-width: 1700px) {
  .hero-1 .hero-img {
    right: 1%;
  }
}

@media (max-width: 1400px) {
  .hero-1 .hero-img {
    top: 20px;
  }

  .hero-style1 {
    padding: 180px 0;
  }

  .hero-title {
    font-size: 68px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-1 .hero-img {
    max-width: 485px;
  }

  .hero-style1 {
    padding: 150px 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 60px;
  }

  .hero-1 .hero-img {
    right: -10%;
  }

  .hero-1 .hero-shape1,
  .hero-1 .hero-shape2 {
    max-width: 600px;
  }

  .hero-1 .hero-shape3 {
    max-width: 600px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-title {
    font-size: 54px;
    line-height: 1.2;
  }

  .hero-style1 {
    padding: 110px 0;
    text-align: center;
  }

  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-style1 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-1 .hero-img {
    position: relative;
    margin-top: 30px;
    margin-bottom: -60px;
    text-align: center;
    right: 0;
    top: 0;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 18px;
  }

  .hero-title {
    font-size: 48px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 1.24;
  }

  .hero-title:last-of-type {
    margin-bottom: 16px;
  }

  .hero-text {
    margin-bottom: 28px;
  }
}

@media (max-width: 390px) {
  .hero-title {
    font-size: 34px;
    line-height: 1.3;
  }
}

@media (max-width: 330px) {
  .hero-title {
    font-size: 30px;
  }
}

/* Hero 2 ---------------------------------- */
.hero-2 {
  overflow-x: hidden;
  /* Small devices */
}

.hero-2 .th-hero-bg {
  z-index: -1;
}

.hero-2 .th-hero-bg:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(left, var(--theme-color), transparent);
  background: linear-gradient(to right, var(--theme-color), transparent);
  z-index: 2;
  opacity: 0.9;
}

.hero-2 .hero-shape1,
.hero-2 .hero-shape2,
.hero-2 .hero-shape3 {
  position: absolute;
  right: 0;
  z-index: 1;
}

.hero-2 .hero-shape1 {
  bottom: 0;
  height: 430px;
  width: 215px;
  background: var(--theme-color);
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  opacity: 0.65;
  /* Small devices */
}

@media (max-width: 767px) {
  .hero-2 .hero-shape1 {
    display: none;
  }
}

.hero-2 .hero-shape2,
.hero-2 .hero-shape3 {
  top: 0;
}

.hero-2 .ripple-shape {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 1;
  height: 100px;
  width: 100px;
}

@media (max-width: 767px) {
  .hero-2 .th-hero-bg:before {
    background: -webkit-linear-gradient(left, var(--theme-color), var(--theme-color));
    background: linear-gradient(to right, var(--theme-color), var(--theme-color));
    opacity: 0.6;
  }
}

.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  -webkit-animation: heroripple 8s linear infinite;
  animation: heroripple 8s linear infinite;
}

.ripple-1 {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.ripple-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ripple-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ripple-4 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.ripple-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.ripple-5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.ripple-6 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes heroripple {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.2;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}

@keyframes heroripple {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.2;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}

.hero-style2 {
  position: relative;
  z-index: 6;
  margin: 240px 0;
  max-width: 620px;
}

.hero-style2 .hero-text {
  color: var(--white-color);
}

.hero-style2 .hero-title {
  color: var(--white-color);
}

.hero-style2 .hero-subtitle {
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-4 .hero-img {
    right: 0px;
  }

  .hero-style2 {
    margin: 200px 0;
  }

  .hero-img img {
    width: 480px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-style2 {
    margin: 150px 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-2 .hero-shape1 {
    max-width: 180px;
  }

  .hero-2 .hero-shape2 {
    max-width: 110px;
  }

  .hero-2 .hero-shape3 {
    max-width: 150px;
  }

  .hero-style2 {
    margin: 130px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-style2 {
    margin: 100px 0;
    text-align: center;
  }

  .hero-style2 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Hero 3 ---------------------------------- */
.hero-social {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.hero-social a {
  display: inline-block;
  color: var(--title-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.hero-social a:not(:last-child):after {
  content: '';
  height: 6px;
  width: 6px;
  display: inline-block;
  background-color: var(--theme-color);
  position: relative;
  margin: 35px 0 30px 0;
  position: relative;
  top: -2px;
}

.hero-social a:hover {
  color: var(--theme-color);
}


/* Hero 4 ---------------------------------- */
.hero-4 {
  background-color: #f8d5b33b;
}

.hero-4 .hero-img {
  position: absolute;
  top: 50px;
  right: 7%;
  z-index: 2;
}

.hero-4 .triangle-1,
.hero-4 .triangle-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 82%;
  background-color: #f7d08b;
  opacity: 0.3;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.hero-4 .triangle-2 {
  width: calc(70% - 140px);
  height: calc(82% - 90px);
  background-color: #f7d08b;
  opacity: 0.5;
}

.hero-4 .hero-shape2,
.hero-4 .hero-shape3 {
  position: absolute;
  right: 0;
  top: 0;
}

.hero-style4 {
  position: relative;
  z-index: 6;
  margin: 219px 0 219px 0;
  max-width: 660px;
}

.hero-style4 .ripple-shape {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 1;
  height: 100px;
  width: 100px;
}

.hero-style4 .ripple-1,
.hero-style4 .ripple-2,
.hero-style4 .ripple-3,
.hero-style4 .ripple-4,
.hero-style4 .ripple-5,
.hero-style4 .ripple-6 {
  border-color: rgba(20, 29, 56, 0.3);
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .hero-4 .hero-img {
    right: 18%;
  }
}

@media (max-width: 1700px) {
  .hero-4 .hero-img {
    right: 1%;
  }
}

@media (max-width: 1400px) {
  .hero-4 .hero-img {
    top: 20px;
  }

  .hero-style4 {
    margin: 180px 0;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-4 .hero-img {
    max-width: 520px;
    top: 80px;
  }

  .hero-style4 {
    margin: 150px 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box1 .img1 img {
    width: 100%;
  }

  .hero-style4 {
    max-width: 500px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-style4 {
    margin: 110px auto;
    text-align: center;
  }

  .hero-style4 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .hero-style4 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-4 .hero-img {
    position: relative;
    margin-top: 50px;
    margin-bottom: -70px;
    text-align: center;
    right: 0;
    top: 0;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 18px;
  }

  .hero-title {
    font-size: 48px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 1.24;
  }

  .hero-title:last-of-type {
    margin-bottom: 16px;
  }

  .hero-text {
    margin-bottom: 28px;
  }
}


/*------------------- 4.9. Error  -------------------*/
.error-content {
  text-align: center;
}

.error-img {
  text-align: center;
  margin-bottom: 45px;
}

.error-title {
  margin-bottom: 20px;
}

.error-text {
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }

  .error-img {
    margin-bottom: 30px;
  }

  .error-text {
    margin-bottom: 25px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}

/*------------------- 4.00. Popup Search  -------------------*/
.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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--theme-color);
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: var(--theme-color);
}

.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-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);
  -ms-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;
  /* Large devices */
}

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

.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: 2px solid var(--theme-color);
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
}

.popup-search-box form input::-moz-placeholder {
  color: #fff;
}

.popup-search-box form input::-webkit-input-placeholder {
  color: #fff;
}

.popup-search-box form input:-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::-ms-input-placeholder {
  color: #fff;
}

.popup-search-box form input::placeholder {
  color: #fff;
}

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

.popup-search-box form button:hover {
  -webkit-transform: scale(1.1);
  -ms-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);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidemenu-wrapper .th-social a {
  background-color: transparent;
  border: 1px solid;
}

.sidemenu-wrapper .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 320px;
  }
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

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

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

.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}



.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#additional_information {
  margin-bottom: 40px;
}


.share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 8px;
}

.share-title i {
  color: var(--theme-color);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  padding: 0;
}

#ship-to-different-address {
  margin-top: 15px;
}

.select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #e3e6e9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-left: 30px;
  padding-right: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-family: var(--icon-font);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  border: none;
  top: 0;
}

/*------------------- 4.00. Contact  -------------------*/
/* Contact 1 ---------------------------------- */
.appoitment-form select,
.appoitment-form .form-control,
.appoitment-form .form-select,
.appoitment-form textarea,
.appoitment-form input {
  background-color: var(--white-color);
  border: 1px solid var(--th-border-color);
}

.contact-feature {
  padding: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: var(--white-color);
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
  border-radius: 5px;
}

.contact-feature-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
  border-top: 1px solid var(--th-border-color);
  padding-top: 40px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.contact-feature .icon-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 24px;
  box-shadow: 0px 6px 20px rgba(0, 96, 255, 0.6);
  border-radius: 5px;
  border: none;
}

.contact-feature_label {
  margin-bottom: 0;
}

.contact-feature_link {
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
}

.contact-feature_link:hover {
  color: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .contact-feature {
    padding: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .contact-feature {
    gap: 15px;
    padding: 15px;
  }

  .contact-feature-wrap {
    gap: 15px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .contact-feature {
    padding: 22px;
  }

  .contact-feature-wrap {
    grid-template-columns: auto;
  }
}



/* Contact Page ---------------------------------- */
.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
  border-radius: 5px;
  background-color: var(--white-color);
  padding: 40px;
}

.contact-info .box-title {
  margin-bottom: 10px;
}

.contact-info_icon {
  display: inline-block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 40px;
  position: relative;
  box-shadow: 0px 6px 20px rgba(249, 169, 84, 0.6);
  border-radius: 5px;
}

.contact-info_text {
  min-width: 180px;
  display: block;
  margin-bottom: -0.5em;
  font-family: var(--body-font);
}

.contact-info_text label {
  color: var(--body-color);
}

.contact-info_text span,
.contact-info_text a {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-info_text a {
  color: var(--body-color);
}

.contact-info_text a:hover {
  color: var(--theme-color);
}

.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
  background-color: var(--white-color);
}

.contact-form .form-group>i {
  background-color: var(--white-color);
  color: var(--theme-color);
  width: 18px;
  text-align: right;
}

.map-sec {
  line-height: 0px;
}

.map-sec iframe {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  height: 600px;
  /* Medium Large devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .map-sec iframe {
    height: 450px;
  }
}

@media (max-width: 575px) {
  .map-sec iframe {
    height: 300px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .contact-info {
    padding: 30px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Appointment Area 3 ---------------------------------- */
.appointment-area-wrapp {
  background-color: var(--white-color);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-left: 50px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .appointment-area-wrapp {
    margin: 0;
  }
}

.appointment-area-wrapp .title {
  border-bottom: 1px solid #E4E6EA;
  padding: 40px 50px 20px 50px;
  margin-bottom: 0;
}

.appointment-form3 {
  position: relative;
  padding: 35px 50px 50px;
  border-radius: 30px;
  background-color: var(--white-color);
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .appointment-form3 {
    padding: 40px;
  }
}

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

.appointment-form3 .form-group label {
  color: var(--body-color);
  font-size: 14px;
}

.appointment-form3 select,
.appointment-form3 .form-control,
.appointment-form3 .form-select,
.appointment-form3 textarea,
.appointment-form3 input {
  border: 1px solid #E4E6EA;
  background-color: var(--white-color);
  height: 50px;
  border-radius: 5px;
}

.appointment-form3 textarea.form-control,
.appointment-form3 textarea {
  min-height: 120px;
}

.appointment-form3 .th-btn {
  border-radius: 5px;
}

/*------------------- 4.00. About  -------------------*/
/* About 1 ---------------------------------- */
.img-box1 {
  position: relative;
  z-index: 2;
  margin-right: 18px;
  margin-left: 50px;
}

.img-box1 .shape1 {
  position: absolute;
  bottom: 0px;
  right: 80px;
  z-index: -1;
}

.img-box1 .shape1 img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.img-box1 .year-counter {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.year-counter {
  height: 184px;
  width: 184px;
  background-color: var(--theme-color);
  border: 12px solid var(--white-color);
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.1);
  border-radius: 50%;
  text-align: center;
  padding: 25px 0;
}

.year-counter_number {
  color: var(--white-color);
  font-size: 64px;
  margin-bottom: 0px;
  line-height: 1.1;
}

.year-counter_text {
  color: var(--white-color);
  margin-bottom: 0;
  font-weight: 400;
}

.about-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-feature-wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  padding-bottom: 35px;
  margin-bottom: 40px;
}

.about-feature_title {
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 700;
}

.about-feature_text {
  margin-bottom: 0;
}

.about-feature.style2 {
  gap: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.about-feature.style2:not(:last-child) {
  margin-bottom: 37px;
}

.about-feature.style2 .about-feature_icon {
  height: 64px;
  width: 64px;
  line-height: 64px;
  display: inline-block;
  background: var(--theme-color);
  border-radius: 16px;
  text-align: center;
  color: var(--white-color);
  font-size: 28px;
}

.about-feature.style2 .about-feature_icon i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-feature.style2 .about-feature_title {
  font-size: 24px;
  font-weight: 600;
  margin-top: -0.2em;
  margin-bottom: 13px;
}

.about-feature.style2 .about-feature_text {
  margin-bottom: -0.4em;
}

.about-feature.style2:hover .about-feature_icon i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.about-feature.style3 {
  gap: 20px;
  max-width: 390px;
}

.about-feature.style3 .about-feature_icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: #EFF1F9;
  border-radius: 16px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.about-feature.style3 .about-feature_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.about-feature.style3:not(:last-child) {
  margin-bottom: 40px;
}

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

.call-btn .play-btn>i {
  --icon-size: 56px;
  background-color: var(--theme-color);
  color: var(--white-color);
}

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

.call-btn .play-btn:hover>i {
  background-color: var(--title-color);
}

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

.call-btn .btn-text {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.call-btn .btn-title {
  font-size: 20px;
  color: var(--title-color);
  font-weight: 600;
}

.call-btn a:hover {
  color: var(--theme-color);
}

.btn-group:has(.call-btn) {
  gap: 50px;
}

/* Small devices */
@media (max-width: 767px) {
  .img-box1 {
    margin-right: 0;
    margin-left: 0;
  }

  .img-box1 .year-counter {
    bottom: 0;
    height: 130px;
    width: 130px;
    padding: 10px 0px;
  }

  .year-counter_number {
    font-size: 30px;
  }

  .year-counter_text p {
    line-height: 1;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .btn-group:has(.call-btn) {
    gap: 30px;
  }

  .about-feature-wrap {
    grid-template-columns: auto;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}

/* About 2 ---------------------------------- */
@media (min-width: 1300px) {
  .img-box3 {
    margin-right: 56px;
  }
}

.img-box3 {
  position: relative;
  z-index: 2;
  line-height: 1px;
}

.img-box3 .img1 {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 15px;
}

.img-box3 .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white-color);
  padding: 10px 0 0 10px;
  border-radius: 10px;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.img-box3 .img2 img {
  border-radius: inherit;
}

.img-box3 .img3 {
  position: absolute;
  left: -90px;
  top: 80px;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

.img-box3 .img3 img {
  border-radius: 10px;
}

.img-box3 .shape1 {
  position: absolute;
  top: 80px;
  left: -195px;
  z-index: -1;
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .img-box3 .img3 {
    left: -40px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box3 {
    margin-left: 150px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .img-box3 {
    margin-left: 0;
  }
}


@media (min-width: 1300px) {
  .img-box4 {
    margin-left: -90px;
    margin-right: 56px;
  }
}

.img-box4 {
  position: relative;
  text-align: center;
}

.img-box4 img {
  width: 100%;
  max-width: 750px;
}

.img-box4 .img-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.img-box4 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* About Feature ---------------------------------- */
.about-sec-v4 {
  padding-top: 67px;
}

.img-box6 {
  position: relative;
}

.img-box6 .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

.img-box6 .shape2 {
  position: absolute;
  top: 0;
  left: -40px;
  -webkit-animation: moving 8s linear infinite;
  animation: moving 8s linear infinite;
}

.color-animate {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 16 / 16;
  background-color: #F2BA4C;
  opacity: 0.45;
  -webkit-filter: blur(300px);
  filter: blur(300px);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-animation: bgColor 8s ease-in-out infinite;
  animation: bgColor 8s ease-in-out infinite;
}

/* Medium devices */
@media (max-width: 991px) {
  .img-box6 {
    text-align: center;
  }

  .img-box6 .shape2 {
    left: 0;
  }

  .list-center {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-center.two-column {
    max-width: 500px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {

  .img-box6 .shape1,
  .img-box6 .shape2 {
    max-width: 130px;
  }
}

/* About 4 ---------------------------------- */
.about-sec4 {
  position: relative;
  min-height: 770px;
  border-radius: 30px;
  z-index: 2;
  background-attachment: fixed;
  /* Medium devices */
}

@media (max-width: 991px) {
  .about-sec4 {
    height: 472px;
  }
}

.about-sec4 .about-shape4 {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 512px;
  border-radius: 30px;
  background-color: var(--theme-color);
  z-index: -1;
  overflow: hidden;
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: -75%;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .marquee-wrapper {
    margin-right: -90%;
  }
}

@media (max-width: 991px) {
  .marquee-wrapper {
    margin-right: -100%;
  }
}

@media (max-width: 767px) {
  .marquee-wrapper {
    margin-right: -140%;
    margin-top: 20%;
  }
}

@media (max-width: 530px) {
  .marquee-wrapper {
    margin-right: -190%;
    margin-top: 20%;
  }
}

@media (max-width: 330px) {
  .marquee-wrapper {
    margin-right: -210%;
    margin-top: 50%;
  }
}

.marquee-wrapper .marquee {
  position: relative;
  --duration: 120s;
  --gap: 0px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}

.marquee-wrapper .marquee:first-child {
  --duration: 100s;
}

.marquee-wrapper .marquee:last-child {
  --duration: 80s;
}

.marquee-wrapper .marquee.marquee--reverse .marquee-group {
  animation-direction: reverse;
}

.marquee-wrapper .marquee .marquee-group {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}

.marquee-wrapper .marquee .marquee-group .text {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  border-radius: 100px;
  color: var(--white-color);
  padding: 6px 30px;
  margin: 8px 5px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid rgba(92, 127, 255, 0.62);
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.marquee-wrapper .marquee .marquee-group .text:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
}

@media (prefers-reduced-motion: reduce) {
  .marquee-wrapper .marquee .marquee-group {
    -webkit-animation-play-state: play;
    animation-play-state: play;
  }
}

/* About 5 ---------------------------------- */
.about-area5 {
  border: 1px solid #E3E7F0;
  padding: 80px;
  border-radius: 30px;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .about-area5 {
    padding: 80px 40px;
  }
}

@media (max-width: 767px) {
  .about-area5 {
    padding: 80px 20px;
  }
}


.img-box6 {
  position: relative;
  z-index: 2;
  text-align: right;
}

.img-box6 .img1 {
  position: relative;
  text-align: right;
  z-index: 2;
  border-radius: 30px;
  /* Extra small devices */
  /* Large devices */
}


.down-option-area {
  position: relative;
  border-radius: 30px;
  border: 1px solid #E3E7F0;
  background: #F8FAFF;
  padding: 0 30px;
  margin-top: 30px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .down-option-area {
    padding: 30px;
  }
}

.down-option-area_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .down-option-area_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
}

@media (max-width: 767px) {
  .down-option-area_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.down-option-area_wrapper .about-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  margin-right: 50px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .down-option-area_wrapper .about-counter {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .down-option-area_wrapper .about-counter {
    display: block;
  }
}

@media (max-width: 991px) {
  .down-option-area_wrapper .about-counter {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .down-option-area_wrapper .about-counter {
    margin: 20px 0;
  }
}

.down-option-area_wrapper .about-counter:before {
  content: "";
  position: absolute;
  top: -2px;
  width: 1px;
  height: 124px;
  right: 25%;
  background: #E2E4EA;
  -webkit-transform: matrix(-0.97, -0.26, -0.26, 0.97, 0, 0);
  -ms-transform: matrix(-0.97, -0.26, -0.26, 0.97, 0, 0);
  transform: matrix(-0.97, -0.26, -0.26, 0.97, 0, 0);
  /* Large devices */
}

@media (max-width: 1199px) {
  .down-option-area_wrapper .about-counter:before {
    display: none;
  }
}

.down-option-area_wrapper .about-counter .cilent-box_title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  color: var(--title-color);
}

.down-option-area_wrapper .about_review {
  display: block;
  margin-bottom: 3px;
}

.down-option-area_wrapper .about_review i {
  color: #FFBE11;
  font-size: 14px;
  margin-right: 3px;
}

.down-option-area_wrapper .cilent-box_counter {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.down-option-area_wrapper .cilent-box .counter-number {
  font-size: 14px;
  font-weight: 700;
}

.about-client-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .about-client-box {
    padding: 0;
  }
}

@media (max-width: 375px) {
  .about-client-box {
    display: block;
  }
}

.about-client-box:before {
  content: "";
  position: absolute;
  right: -35%;
  top: -2px;
  width: 1px;
  height: 124px;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  background: #E2E4EA;
  /* Large devices */
}

@media (max-width: 1199px) {
  .about-client-box:before {
    display: none;
  }
}

.about-client-box .cilent-box_title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: var(--title-color);
}

.client-thumb-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .client-thumb-group {
    margin-bottom: 20px;
  }
}


/* About 8 ---------------------------------- */
.img-box10 .img1 {
  position: relative;
  display: inline-block;
}

.img-box10 .img1 .img2 {
  position: absolute;
  right: 0;
  bottom: 100px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .img-box10 .img1 .img2 img {
    max-width: 200px;
  }
}

.about-sec-8 {
  margin: 0 100px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .about-sec-8 {
    margin: 0 60px;
    padding: 0 30px;
  }
}

@media (max-width: 1399px) {
  .about-sec-8 {
    margin: 0 30px;
  }
}

@media (max-width: 1199px) {
  .about-sec-8 {
    margin: 0 15px;
  }
}

@media (max-width: 575px) {
  .about-sec-8 {
    padding: 0 15px;
  }
}

/* About 9 ---------------------------------- */
.img-box11 {
  text-align: end;
  position: relative;
  display: inline-block;
  padding: 0 80px 0 174px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box11 {
    padding: 0 40px 0 70px;
  }
}

.img-box11 .img2 {
  bottom: 100px;
  left: 0;
  box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
  border-radius: 20px;
  display: inline-block;
  position: absolute;
}

.img-box11:after {
  content: '';
  position: absolute;
  inset: 299px 0 54px 75px;
  border-radius: 30px;
  background: var(--theme-color);
  z-index: -1;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box11:after {
    inset: 299px 0 54px 25px;
  }
}

.img-box12 {
  text-align: end;
  position: relative;
  display: inline-block;
  padding: 0 250px 0 80px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1299px) {
  .img-box12 {
    padding: 0 170px 0 80px;
  }
}

@media (max-width: 1199px) {
  .img-box12 {
    padding: 0 70px 0 40px;
  }
}

.img-box12 .img2 {
  bottom: 100px;
  right: 0;
  box-shadow: 10px 10px 50px 10px rgba(0, 31, 96, 0.2);
  border-radius: 20px;
  display: inline-block;
  position: absolute;
}

.img-box12:after {
  content: '';
  position: absolute;
  inset: 299px 75px 54px 0;
  border-radius: 30px;
  background: var(--theme-color);
  z-index: -1;
  /* Large devices */
}

@media (max-width: 1199px) {
  .img-box12:after {
    inset: 299px 20px 54px 0;
  }
}

/* Team Details ---------------------------------- */
.about-card {
  background-color: var(--white-color);
  box-shadow: 0px 0px 50px rgba(8, 14, 28, 0.1);
  border-radius: 10px;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.about-card_img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 490px;
  -webkit-flex: 490px;
  -ms-flex: 490px;
  flex: 490px;
}

.about-card_img img {
  width: 100%;
  border-radius: inherit;
}

.about-card_box {
  -webkit-box-flex: 610px;
  -webkit-flex: 610px;
  -ms-flex: 610px;
  flex: 610px;
}

.about-card_title {
  margin-top: -0.32em;
  margin-bottom: 7px;
}

.about-card_desig {
  color: var(--theme-color);
  margin-bottom: 0;
}

.about-card_top {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-card_text {
  margin-bottom: 30px;
}


.border-title {
  border-bottom: 1px solid var(--smoke-color2);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.experience-box {
  padding: 30px 30px 30px 65px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
  position: relative;
  margin-bottom: -1px;
  margin-right: -1px;
}

.experience-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.03);
}

.experience-box_num {
  font-size: 12px;
  width: 60px;
  height: 60px;
  line-height: 65px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -13px;
  left: -13px;
}

.experience-box_num::first-letter {
  font-size: 18px;
  font-weight: 600;
}

.experience-box_title {
  font-family: var(--title-font);
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: -0.2em;
}

.experience-box_text {
  font-size: 14px;
  margin-bottom: -0.2em;
}

/* Large devices */
@media (max-width: 1199px) {
  .border-title {
    margin-bottom: 24px;
    padding-bottom: 15px;
  }

  .about-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about-card_img {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .about-card_img img {
    width: 100%;
  }

  .about-card_box {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .about-card {
    padding: 20px;
  }
}



/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Card ---------------------------------- */
.testi-card {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.testi-card-area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}

.testi-card-slide {
  background-color: var(--white-color);
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.testi-card-tab {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px 0;
  width: 56px;
}

.testi-card-tab:after {
  content: '';
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
  left: 26.5px;
  background-color: var(--theme-color);
  z-index: -1;
}

.testi-card-tab .tab-btn {
  cursor: pointer;
  width: 56px;
  border-radius: 99px;
}

.testi-card-tab .tab-btn img {
  border-radius: inherit;
}

.testi-card-tab .indicator {
  position: absolute;
  top: calc(var(--pos-y) - 5px);
  left: calc(var(--pos-x) - 5px);
  width: calc(var(--width-set) + 10px);
  height: calc(var(--height-set) + 10px);
  border: 3px solid var(--theme-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 50%;
}

.testi-card_quote {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.testi-card_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.testi-card_avater {
  border-radius: 99px;
  overflow: hidden;
}

.testi-card_name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testi-card_desig {
  margin-bottom: 0;
  display: block;
  color: var(--theme-color);
}

.testi-card_text {
  margin-bottom: 22px;
}

.testi-card_review {
  color: var(--theme-color);
  font-size: 14px;
  margin-top: -0.4em;
  margin-bottom: 17px;
}

.testi-card_review i {
  margin-right: 3px;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-card-area {
    max-width: 700px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .testi-card-area {
    display: block;
  }

  .testi-card-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0 auto;
  }

  .testi-card-tab:after {
    height: 3px;
    top: 26.5px;
    left: 0;
    width: 100%;
  }

  .testi-card-tab .tab-btn {
    -webkit-box-flex: 56px;
    -webkit-flex: 56px;
    -ms-flex: 56px;
    flex: 56px;
    width: auto;
    max-width: 56px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-card {
    padding: 40px 20px;
  }

  .testi-card_name {
    font-size: 20px;
  }

  .testi-card_avater {
    max-width: 60px;
  }
}

/* Testimonial Box ---------------------------------- */
.testi-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white-color);
  box-shadow: 0px 6px 15px rgba(8, 14, 28, 0.06);
  border-radius: 10px;
  gap: 30px;
  padding: 40px;
}

.testi-box_img {
  min-width: 180px;
  text-align: center;
}

.testi-box_img>img {
  border-radius: 10px;
  width: 100%;
}

.testi-box_quote {
  height: 56px;
  width: 56px;
  line-height: 52px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: -28px auto 0 auto;
}

.testi-box_quote img {
  position: relative;
  z-index: 1;
}

.testi-box_quote:after,
.testi-box_quote:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.testi-box_quote:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.testi-box_avater {
  margin-bottom: 12px;
}

.testi-box_avater img {
  border-radius: 999px;
}

.testi-box .box-title {
  margin-bottom: 4px;
  height: unset;
}

.testi-box_desig {
  font-size: 14px;
  display: block;
  margin-bottom: -0.5em;
}

.testi-box_text {
  margin-top: -0.45em;
  padding-bottom: 23px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--smoke-color2);
}

.testi-box_review {
  color: var(--theme-color);
  font-size: 14px;
  position: absolute;
  bottom: 55px;
  right: 40px;
}

.testi-box_review i {
  margin-right: 3px;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-box {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .testi-box_review {
    bottom: 75px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .testi-box {
    padding: 20px;
    gap: 20px;
  }

  .testi-box_img {
    min-width: 140px;
  }

  .testi-box_review {
    bottom: 30px;
  }

  .testi-box_text {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .testi-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
    text-align: center;
    padding-bottom: 30px;
  }

  .testi-box_img {
    min-width: 120px;
    max-width: 120px;
    margin-top: -60px;
  }

  .testi-box_img>img {
    border-radius: 50%;
  }

  .testi-box_review {
    position: static;
    margin-bottom: 10px;
    margin-top: -0.4em;
  }
}

/* Testimonial Grid ---------------------------------- */
.testi-grid {
  position: relative;
  background-color: var(--white-color);
  box-shadow: 0px 6px 15px rgba(8, 14, 28, 0.06);
  border-radius: 10px;
  padding: 120px 40px 40px 40px;
  margin-top: 50px;
}

.testi-grid_img {
  background-color: var(--black-color2);
  width: 120px;
  text-align: center;
  border-radius: 10px;
  border: 10px solid var(--black-color2);
  position: absolute;
  top: -50px;
  left: 40px;
}

.testi-grid_img>img {
  border-radius: 10px;
  width: 100%;
}

.testi-grid_quote {
  height: 36px;
  width: 36px;
  line-height: 36px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 18px);
  z-index: 2;
  margin: -28px auto 0 auto;
}

.testi-grid_quote img {
  position: relative;
  z-index: 1;
}

.testi-grid_quote:after,
.testi-grid_quote:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.testi-grid_quote:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.testi-grid .box-title {
  margin-bottom: 4px;
}

.testi-grid_desig {
  font-size: 14px;
  display: block;
  margin-bottom: -0.5em;
}

.testi-grid_text {
  margin-top: -0.45em;
  margin-bottom: 25px;
}

.testi-grid_review {
  color: var(--theme-color);
  font-size: 14px;
  position: absolute;
  top: 35px;
  right: 40px;
}

.testi-grid_review i {
  margin-right: 3px;
}

/* Testimonial 1 ---------------------------------- */
.testi-block-area {
  background-color: var(--white-color);
  padding: 100px 95px 100px 100px;
  max-width: 660px;
  border-radius: 20px;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

.testi-block-quote {
  position: absolute;
  bottom: 70px;
  right: 100px;
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}

.testi-block-slide .slick-dots {
  text-align: left;
}

.testi-block_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.testi-block_avater {
  border-radius: 99px;
  overflow: hidden;
}

.testi-block .box-title {
  margin-top: 0;
  margin-bottom: 5px;
}

.testi-block_desig {
  margin-bottom: 0;
  display: block;
  color: var(--theme-color);
}

.testi-block_text {
  font-size: 20px;
  margin-top: -0.5em;
  margin-bottom: 35px;
}

@media (min-width: 1500px) {
  .testi-block-area {
    margin-left: -100px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .testi-block-area {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
  }

  .testi-block-quote {
    right: 50px;
    bottom: 30px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .testi-block_text {
    font-size: 18px;
    margin-top: -0.45em;
    margin-bottom: 30px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .testi-block-area {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 50px 20px;
    border-radius: 10px;
  }

  .testi-block-slide .slick-dots {
    margin-top: 25px;
  }

  .testi-block-quote {
    right: 10px;
  }

  .testi-block_text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .testi-block .box-title {
    font-size: 22px;
  }

  .testi-block_profile {
    gap: 15px;
  }

  .testi-block_avater {
    max-width: 70px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .testi-block-quote {
    display: none;
  }
}

/* Testimonial Box 5 ---------------------------------- */
.testi-box5 {
  position: relative;
  padding: 40px;
  background-color: var(--white-color);
  border-radius: 15px;
  box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 0.04);
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .testi-box5 {
    padding: 30px;
  }
}

.testi-box5_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 0px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .testi-box5_wrapper {
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .testi-box5_wrapper {
    display: block;
  }
}

@media (max-width: 375px) {
  .testi-box5_wrapper {
    display: block;
  }
}

.testi-box5_author {
  margin-bottom: 15px;
}

.testi-box5_image {
  margin-bottom: 20px;
}

.testi-box5 .testi-box5_img {
  min-width: 60px;
}

.testi-box5 .testi-box5_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testi-box5 .testi-box5_name {
  margin-bottom: 0px;
}

.testi-box5 .testi-box5_text {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 30px;
  margin-bottom: 40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .testi-box5 .testi-box5_text {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.testi-box5 .testi-box5_desig {
  font-size: 14px;
  color: var(--theme-color);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-box5 .testi-box5_desig {
    margin-bottom: 40px;
  }
}

.testi-box5 .testi-box5_info {
  margin-bottom: -0.3rem;
}

.testi-box5 .testi-quote {
  /* Medium devices */
}

@media (max-width: 991px) {
  .testi-box5 .testi-quote {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}

.testi-box5 .box-title {
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 500;
  margin-bottom: -0.3rem;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .testi-box5 .box-title {
    font-size: 20px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .testi-box5_quote {
    display: none;
  }
}

/* Testimonial 7 ---------------------------------- */
.testi-grid2 {
  text-align: center;
}

.testi-grid2-area {
  position: relative;
  background-color: var(--white-color);
  padding: 80px 120px;
  border-radius: 20px;
  border: 1px solid #D8DFED;
  text-align: center;
  z-index: 2;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .testi-grid2-area {
    padding: 80px;
  }
}

@media (max-width: 1299px) {
  .testi-grid2-area {
    padding: 80px 60px;
  }
}

@media (max-width: 991px) {
  .testi-grid2-area {
    padding: 80px 30px;
  }
}

@media (max-width: 575px) {
  .testi-grid2-area {
    padding: 80px 20px;
  }
}

.testi-grid2-area .testi-indicator {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 160px;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-grid2-area .testi-indicator {
    position: initial;
    margin-bottom: 30px;
  }
}

.testi-grid2-area .slider-arrow {
  top: 66%;
  left: 0;
  border: 1px solid var(--theme-color);
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /* Extra large devices */
  /* Small devices */
}

.testi-grid2-area .slider-arrow.slider-next {
  right: 0;
  left: auto;
}

@media (max-width: 1500px) {
  .testi-grid2-area .slider-arrow {
    display: block;
  }
}

@media (max-width: 767px) {
  .testi-grid2-area .slider-arrow {
    display: none;
  }
}

.testi-grid2-area .testi-line {
  position: absolute;
  left: 120px;
  z-index: -1;
  bottom: 196px;
  width: 80%;
  height: 1px;
  background-color: var(--theme-color);
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .testi-grid2-area .testi-line {
    left: 60px;
    width: 85%;
  }
}

@media (max-width: 767px) {
  .testi-grid2-area .testi-line {
    display: none;
  }
}

.testi-grid2-thumb {
  position: relative;
  max-width: 410px;
  padding: 7px;
  z-index: 2;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-grid2-thumb {
    max-width: 100%;
  }
}

.testi-grid2-thumb .box-img {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 50px;
  text-align: center;
  padding: 5px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  /* Extra small devices */
  /* Extra small devices */
}

@media (max-width: 575px) {
  .testi-grid2-thumb .box-img {
    margin: auto;
  }
}

@media (max-width: 375px) {
  .testi-grid2-thumb .box-img {
    width: 50px;
    height: 50px;
    line-height: 30px;
    padding: 8px;
  }
}

.testi-grid2-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.testi-grid2-thumb .swiper-slide-thumb-active .box-img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  border-width: 3px;
  line-height: 40px;
  border-color: var(--theme-color);
  /* Extra small devices */
}

@media (max-width: 375px) {
  .testi-grid2-thumb .swiper-slide-thumb-active .box-img {
    line-height: 25px;
  }
}


/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.counter-card_icon {
  width: 112px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
  z-index: 2;
}

.counter-card_icon:before,
.counter-card_icon:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--black-color2);
  -webkit-clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
  clip-path: path("M13.3648 23.689C12.3113 18.0885 13.5019 11.7494 18.6938 9.40012C35.1267 1.96429 68.7714 -9.44147 82.3112 14.0815C100.548 45.7649 138.846 59.5402 82.3112 87.5508C66.122 95.5719 56.2138 98.9992 50.3168 99.8059C42.2525 100.909 34.515 87.5508 26.3756 87.5508H13.8433C10.9933 87.5508 8.2154 86.3499 6.50037 84.0737C-12.7867 58.4757 17.3824 45.0461 13.3648 23.689Z");
  z-index: -2;
}

.counter-card_icon:after {
  background-color: var(--white-color);
  top: 2px;
  left: 10px;
  z-index: -1;
}

.counter-card_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.counter-card_number {
  font-size: 40px;
  color: var(--white-color);
  font-weight: 900;
  margin-bottom: 8px;
  margin-top: -0.3em;
}

.counter-card_text {
  font-weight: 500;
  color: var(--white-color);
  display: block;
  margin-bottom: -0.5em;
}

.counter-card .icon {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

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

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

/* Medium Large devices */
@media (max-width: 1299px) {
  .counter-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .counter-card_number {
    margin-bottom: 4px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .counter-card_number {
    font-size: 36px;
  }

  .counter-card_text {
    font-size: 14px;
  }
}

.counter-card-wrap {
  background-color: var(--black-color2);
  border-radius: 10px;
  padding: 65px 40px;
  /* Extra small devices */
}

.counter-card-wrap .counter-card_icon:before {
  background-color: var(--theme-color);
  opacity: 0.6;
}

.counter-card-wrap .counter-card_number {
  font-weight: 700;
}

@media (max-width: 575px) {
  .counter-card-wrap {
    padding: 65px 10px;
  }
}

/* Counter 4 ---------------------------------- */
.counter-area-4 {
  padding-top: 80px;
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .counter-area-4 {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .counter-area-4 {
    padding-top: 80px;
  }
}

.counter-card4 {
  /* Large devices */
}

.counter-card4-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.counter-card4-wrap .divider {
  background: #D4DAE7;
  width: 1px;
  height: 245px;
  /* Medium devices */
}

.counter-card4-wrap .divider:last-of-type {
  display: none;
}

@media (max-width: 991px) {
  .counter-card4-wrap .divider {
    display: none;
  }
}

.counter-card4-wrap.style2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #5770FF;
  /* Large devices */
}

@media (max-width: 1199px) {

  .counter-card4-wrap.style2:nth-child(1),
  .counter-card4-wrap.style2:nth-child(2) {
    border-bottom: 1px solid #5770FF;
  }

  .counter-card4-wrap.style2:nth-child(2) {
    border-right: 0;
  }

  .counter-card4-wrap.style2:nth-child(3) {
    border-bottom: 1px solid #5770FF;
  }
}

.counter-card4-wrap.style2:last-child {
  border-right: 0;
}

.counter-card4-wrap.style2 .divider {
  background: #5770FF;
}

.counter-card4 .box-number {
  font-size: 40px;
  color: var(--title-color);
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: -0.2em;
}

.counter-card4 .counter-title {
  margin-bottom: 10px;
  font-size: 20px;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .counter-card4 .counter-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .counter-card4 .counter-title {
    font-size: 20px;
  }
}

.counter-card4 .counter-text {
  /* Medium devices */
}

@media (max-width: 991px) {
  .counter-card4 .counter-text {
    font-size: 16px;
  }
}

.counter-card4 .media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 312px;
}


.counter-card4.style2 {
  padding: 70px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .counter-card4.style2 {
    padding: 35px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.title-area-wrapper {
  position: absolute;
  bottom: 0;
  max-width: 600px;
  padding: 120px 0 120px 120px;
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 991px) {
  .title-area-wrapper {
    padding: 80px 0 80px 0px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .title-area-wrapper {
    padding: 0px 0 180px 0px;
  }
}

.title-area-wrapper .title-area .sec-title {
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 767px) {
  .title-area-wrapper .title-area .sec-title {
    font-size: 28px;
  }
}

@media (max-width: 375px) {
  .title-area-wrapper .title-area .sec-title {
    font-size: 25px;
  }
}

.title-area-wrapper .sub-title {
  font-weight: 600;
}

@media (max-width: 600px) {
  .title-area-wrapper {
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .title-area-wrapper {
    padding-bottom: 180px;
  }
}

.title-area-wrapper .th-btn {
  padding: 17px 46.5px;
}

/* Medium devices */
@media (max-width: 991px) {
  .counter-area-4 {
    margin-top: 60px;
  }

  .counter-card4 .box-number {
    font-size: 46px;
  }

  .counter-card4 .box-text {
    font-size: 18px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .counter-card4 {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .counter-card4-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    display: block;
  }

  .counter-card4-wrap .divider {
    display: none;
  }

  .counter-card4:nth-child(1),
  .counter-card4:nth-child(3) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .counter-card4 .media-body {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .counter-area-4 {
    margin-top: 0px;
  }
}

/* Counter 5 ---------------------------------- */
.counter-area-5 {
  border-bottom: 1px solid #D4D4D4;
  padding: 80px 0;
}

.counter-card5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* Medium devices */
}

.counter-card5 .box-number {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: -0.25em;
  margin-top: -0.25em;
}

.counter-card5 .counter-text {
  max-width: 180px;
  margin-top: -0.25rem;
}

@media (max-width: 991px) {
  .counter-card5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter-card5 .box-number {
    font-size: 44px;
  }

  .counter-card5 .media-body {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

/* Counter 6 ---------------------------------- */
.counter-area-6 {
  padding: 80px 0;
}

.counter-card6 .box-number {
  color: var(--white-color);
  font-size: 64px;
  font-weight: 700;
  margin-bottom: -2px;
  margin-top: -0.3em;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .counter-card6 .box-number {
    font-size: 40px;
  }
}

.counter-card6 .counter-text {
  color: var(--white-color);
  max-width: 215px;
}


/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */
.brand-sec1 {
  position: relative;
  z-index: 4;
  border-radius: 10px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  /* Small devices */
}



@media (max-width: 1500px) {
  .brand-sec1:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px);
    clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px);
  }
}

@media (max-width: 1299px) {
  .brand-sec1:after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px);
    clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px);
  }
}

@media (max-width: 767px) {
  .brand-sec1 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .brand-sec1:after {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.brand-sec1 .slick-arrow {
  visibility: visible;
  opacity: 1;
}

/* Small devices */
@media (max-width: 767px) {
  .brand-box.py-20 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Brand 1.1 ---------------------------------- */
.brand-box1-1 {
  border-radius: 20px;
  border: 1px solid #EDF0F4;
  background: -webkit-linear-gradient(top, #EDF0F4 0%, rgba(237, 240, 244, 0) 100%);
  background: linear-gradient(180deg, #EDF0F4 0%, rgba(237, 240, 244, 0) 100%);
  display: grid;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 90px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.brand-box1-1 img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.brand-box1-1:hover {
  -webkit-filter: none;
  filter: none;
}

.brand-box1-1:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.brand-title {
  letter-spacing: -0.4px;
  font-weight: 600;
}

/* Brand 4 ---------------------------------- */
.brand-slider4 {
  padding-bottom: 60px;
  border-bottom: 1px solid #D3D3E7;
}





.bg-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

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

.th-video {
  position: relative;
  border-radius: 5px;
}

.th-video img {
  border-radius: inherit;
}

.th-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

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

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

.video-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--body-color);
  text-transform: uppercase;
  line-height: 1.6;
}

.video-btn .play-btn {
  --icon-size: 50px;
  margin-right: 15px;
}

.video-btn .play-btn>i {
  background-color: var(--theme-color);
  color: var(--white-color);
  padding-right: 0.1em;
}

.video-btn .play-btn:before {
  background-color: var(--theme-color);
}

.video-btn .small-text {
  font-size: 10px;
  text-decoration: underline;
  display: block;
}

.video-btn .big-text {
  font-size: 14px;
  font-weight: 500;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }

  p.mb-45 {
    margin-bottom: 38px;
  }
}

/* custom-mouse-pointer-end */
.cursor2 {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 999999;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
  -ms-transform: translate(calc(-50% + 15px), -50%);
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2.hover {
  display: none;
}

.cursor {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--theme-color);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 999999;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
}

.cursor.hover {
  display: none;
}

/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */
.img-box2 {
  text-align: center;
  margin-left: 85px;
  position: relative;
  z-index: 2;
}

.img-box2:before,
.img-box2:after {
  content: '';
  position: absolute;
  background-color: var(--theme-color);
  width: 100%;
  height: 100%;
  -webkit-animation: morph 10s ease-in-out infinite;
  animation: morph 10s ease-in-out infinite;
  z-index: -1;
}

.img-box2:before {
  top: -20px;
  left: -40px;
  opacity: 0.5;
  -webkit-animation-delay: 0.2;
  animation-delay: 0.2;
}

.img-box2:after {
  right: -20px;
  bottom: -40px;
  background-color: var(--smoke-color2);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -2;
}

.img-box2 .img1 img {
  -webkit-animation: morph 10s ease-in-out infinite;
  animation: morph 10s ease-in-out infinite;
  width: 100%;
  max-width: 760px;
}

.two-column {
  display: grid;
  grid-template-columns: auto auto;
  max-width: 700px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .img-box2 {
    margin-left: 0;
  }

  .img-box2:before {
    left: -20px;
  }

  .img-box2:after {
    right: -12px;
  }
}



/* Why 2 ---------------------------------- */
.feature-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  max-width: 310px;
}

.feature-circle-wrap {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 34px;
}

.feature-circle_title {
  font-size: 20px;
  margin-bottom: 7px;
}

.feature-circle_text {
  margin-bottom: 0px;
  font-size: 14px;
}

.feature-circle .progressbar {
  position: relative;
}

.feature-circle .circle-num {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
  font-family: var(--title-font);
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 15px;
  background-color: var(--white-color);
  border-radius: 999px;
  text-align: center;
}

@media (min-width: 1300px) {
  .img-box5 {
    margin-left: 56px;
    margin-right: -77px;
  }
}

.img-box5 {
  position: relative;
  z-index: 2;
  margin-bottom: -46px;
  margin-top: -60px;
}

.img-box5 .year-counter {
  position: absolute;
  top: 20px;
  left: 40%;
  border-color: var(--smoke-color2);
  box-shadow: none;
  height: 155px;
  width: 155px;
  padding: 32px 0;
}

.img-box5 .year-counter_number {
  font-size: 36px;
}

.animate-shape1 {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.animate-shape1 svg {
  width: 100%;
  height: 100%;
}

.why-sec-v2 {
  overflow-x: hidden;
  margin-top: -440px;
  padding-top: 420px;
}

/* Large devices */
@media (max-width: 1199px) {
  .img-box5 {
    max-width: 760px;
    margin-bottom: -20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .img-box5 .animate-shape1 {
    max-width: 610px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .feature-circle-wrap {
    grid-template-columns: auto;
    gap: 20px;
  }
}

.img-box7,
.img-box8 {
  position: relative;
  margin-left: 56px;
}

.img-box7 .shape1,
.img-box8 .shape1 {
  position: absolute;
  top: 0;
  left: 40px;
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}

.img-box7 .shape2,
.img-box8 .shape2 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: moving 8s linear infinite;
  animation: moving 8s linear infinite;
}

.img-box8 .shape1 {
  left: 0;
}

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

.img-box8 .color-animate {
  top: -200px;
  max-width: 400px;
}

/* Medium Large devices */
@media (max-width: 1299px) {

  .img-box7,
  .img-box8 {
    margin-left: 0;
  }
}

/* Medium devices */
@media (max-width: 991px) {

  .img-box7,
  .img-box8 {
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .img-box7 .shape1 {
    max-width: 50px;
  }

  .img-box7 .shape2 {
    max-width: 70px;
  }

  .img-box8 .shape1 {
    max-width: 100px;
  }

  .img-box8 .shape2 {
    max-width: 100px;
  }
}

/* Choose 2 ---------------------------------- */
.choose-tabs-wrapper {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1E2127;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 0px 16px 48px 0px rgba(18, 20, 26, 0.64);
  /* Large devices */
  /* Medium devices */
}

@media (max-width: 1199px) {
  .choose-tabs-wrapper {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .choose-tabs-wrapper {
    display: block;
  }
}

.choose-tabs-tabs {
  /* Medium devices */
}

.choose-tabs-tabs.nav-tabs {
  border-bottom: none;
  padding: 60px;
  display: block;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}


.choose-tabs-tabs.nav-tabs .nav-link:focus,
.choose-tabs-tabs.nav-tabs .nav-link:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.choose-tabs-tabs.nav-tabs .nav-item.show .nav-link,
.choose-tabs-tabs.nav-tabs .nav-link.active {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.choose-tabs-tabs .nav-link {
  position: relative;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #1D2128;
  padding: 18px 40px;
  font-family: var(--title-font);
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  min-width: 330px;
  color: var(--white-color);
  text-align: left;
  display: block;
  box-shadow: none;
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}

.choose-tabs-tabs .nav-link:not(:last-child) {
  margin-bottom: 20px;
}

.choose-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 60px;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1199px) {
  .choose-wrapper {
    display: block;
    padding: 60px 40px 40px 0;
    margin: 0;
    border: none;
  }
}

@media (max-width: 991px) {
  .choose-wrapper {
    padding: 30px 40px 60px 40px;
  }
}

@media (max-width: 375px) {
  .choose-wrapper {
    padding: 30px 20px 60px 20px;
  }
}

.choose-wrapper .choose-image {
  min-width: 276px;
  height: 300px;
  border-radius: 30px;
  /* Large devices */
}

.choose-wrapper .choose-image img {
  width: 100%;
  border-radius: 30px;
}

@media (max-width: 1199px) {
  .choose-wrapper .choose-image {
    margin-top: 30px;
    min-width: 100%;
    width: 100%;
    height: 100%;
  }
}

.choose-content .sec-title {
  font-weight: 500;
  letter-spacing: normal;
}

.choose-content .box-text {
  font-size: 14px;
}



/* Appointment 3 ---------------------------------- */
.feature-wrapper.style3 {
  margin-bottom: 60px;
}

.feature-wrapper.style3 .feature-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: #1E2127;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-wrapper.style3 .feature-icon:hover {
  background-color: var(--theme-color);
}

.feature-wrapper.style3 .header-info_label {
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: -0.32px;
}

.feature-wrapper.style3 .header-info_link {
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.48px;
}

.work-area {
  margin-bottom: 40px;
}

.work-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  /* Small devices */
}

.work-item:first-child {
  max-width: 290px;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .work-item:first-child {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .work-item:first-child {
    max-width: 100%;
  }
}

.work-item:first-child:before {
  right: -15px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .work-item:first-child:before {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .work-item {
    margin-bottom: 20px;
  }
}

.work-item:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='37' viewBox='0 0 20 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.5L0 0L10.6446 18.5L0 37L20 18.5Z' fill='%233E66F3'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0px;
  right: -40px;
  font-family: var(--icon-font);
  width: 20px;
  height: 37px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* Large devices */
}

@media (max-width: 1199px) {
  .work-item:before {
    display: none;
  }
}

.work-item:last-child:before {
  display: none;
}

.work-item_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /* Small devices */
}

@media (max-width: 767px) {
  .work-item_wrapper {
    display: block;
  }
}

.work-item_number {
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  display: block;
  background-color: #1E2127;
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.work-item .work-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #C7C7C7;
}

/* Why 8 ---------------------------------- */
.why-sec-4 {
  /* Large devices */
}

@media (max-width: 1199px) {
  .why-sec-4 {
    background: transparent !important;
  }
}

.why-feature-wrap-4-1 {
  margin-top: 40px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .why-feature-wrap-4-1 {
    margin-top: 0;
  }
}

.why-feature-wrap-4-2 {
  margin-top: 100px;
  margin-left: 55px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1399px) {
  .why-feature-wrap-4-2 {
    margin-left: 45px;
  }
}

@media (max-width: 1299px) {
  .why-feature-wrap-4-2 {
    margin-top: 40px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .why-feature-wrap-4-2 {
    margin-bottom: 40px;
  }
}

.why-thumb-4 {
  text-align: center;
}

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
  border-radius: 5px;
  overflow: hidden;
}

.accordion-card:not(:last-child) {
  margin-bottom: 24px;
}

.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  border: 0;
  color: var(--title-color);
  background-color: var(--white-color);
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 56px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.accordion-card .accordion-button:after {
  content: "\2b";
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  font-family: var(--icon-font);
  color: var(--title-color);
  font-weight: 700;
  font-size: 1em;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
  padding-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.accordion-card .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--theme-color);
  box-shadow: none;
  border-radius: 0;
}

.accordion-card .accordion-button:not(.collapsed):after {
  content: '\f068';
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  color: var(--white-color);
}

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

.accordion-card .accordion-body {
  border-radius: 0;
  background-color: var(--white-color);
  border: none;
  padding: 23px 30px 30px 30px;
}


.accordion-card.style2 {
  box-shadow: none;
  border: 1px solid var(--smoke-color2);
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
}

.accordion-card.style2:not(:last-child) {
  margin-bottom: 24px;
}

.accordion-card.style2 .accordion-button {
  background-color: var(--white-color);
  box-shadow: none;
}

.accordion-card.style2 .accordion-button:not(.collapsed) {
  color: var(--white-color);
  border-bottom: none;
  background-color: var(--theme-color);
}

.accordion-card.style3 {
  border-radius: 20px;
  box-shadow: 0px 5px 15px rgba(42, 77, 113, 0.04);
}

.accordion-card.style3:not(:last-child) {
  margin-bottom: 30px;
}

.accordion-card.style3 .accordion-button {
  background-color: var(--white-color);
  box-shadow: none;
}

.accordion-card.style3 .accordion-button:not(.collapsed) {
  color: var(--title-color);
  background-color: var(--white-color);
  box-shadow: none;
}

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

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

.accordion-area.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 24px;
}

.accordion-area.grid .accordion-card {
  width: calc(50% - 12px);
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}

/*------------------- 4.00. CTA -------------------*/
.img-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

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

.img-half .img-left {
  left: 0;
}

.th-video2:after {
  content: "";
  height: 140px;
  width: 140px;
  background-color: #080E1C;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 70px);
  right: -70px;
}

.th-video2 .play-btn {
  position: absolute;
  right: -40px;
  top: calc(50% - 40px);
}

.th-video2 .play-btn>i {
  --icon-size: 80px;
}

.th-video2 .play-btn:before,
.th-video2 .play-btn:after {
  background-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .img-half {
    position: relative;
    width: 100%;
    height: auto;
  }

  .th-video2:after {
    right: calc(50% - 70px);
    top: calc(100% - 70px);
  }

  .th-video2 .play-btn {
    position: absolute;
    top: calc(100% - 40px);
    right: calc(50% - 40px);
  }
}

.cta-box {
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--smoke-color);
}

.cta-box_img {
  height: 100%;
}

.cta-box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-box_content {
  padding: 70px 70px 70px 55px;
  position: relative;
}

.cta-box_icon {
  position: absolute;
  right: 70px;
  bottom: 70px;
}

/* Medium devices */
@media (max-width: 991px) {
  .cta-box {
    text-align: center;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .cta-box_content {
    padding: 70px 20px;
  }

  .cta-box_icon {
    bottom: 20px;
    right: 20px;
  }
}

/*CTA Area 4***********************/
.cta-area4 {
  padding: 0 20px 91px 20px;
  border-radius: 30px;
}

.cta-area4 .cta-title {
  border-radius: 100px;
  border: 1px solid #3E66F3;
  background: var(--white-color);
  padding: 6px 49px;
  margin: 0px 0 49px 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
}

.cta-area4 .cta-title.sub-title:before {
  top: 8px;
  left: 25px;
}

.cta-area4 .cta-title.sub-title:after {
  top: 8px;
  right: 25px;
}

.cta-area4 .cta-text {
  font-size: 18px;
  font-weight: 500;
  max-width: 460px;
  display: block;
  margin: auto;
}

.cta-area4 .counter-title {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.96px;
  margin-bottom: 0;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .cta-area4 .counter-title {
    font-size: 25px;
  }
}

.cta-area4 .title-area .sec-title {
  margin-bottom: 26px;
}

.cta-area4 .cta-desc {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.7px;
}

.cta-area4 .th-btn {
  padding: 17px 46.5px;
}

/*CTA Area 5***********************/
.cta-area5 {
  padding: 173.5px 0;
  background-attachment: fixed;
  background-position: right;
  position: relative;
  /* Large devices */
  /* Medium devices */
}

.cta-area5:after {
  content: '';
  position: absolute;
  background: -webkit-linear-gradient(315deg, rgba(104, 77, 244, 0) -24.45%, var(--theme-color) 165.8%);
  background: linear-gradient(135deg, rgba(104, 77, 244, 0) -24.45%, var(--theme-color) 165.8%);
  -webkit-backdrop-filter: blur(10.5px);
  backdrop-filter: blur(10.5px);
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

@media (max-width: 1199px) {
  .cta-area5:after {
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }
}

@media (max-width: 991px) {
  .cta-area5 {
    padding: 120px 0;
  }
}

.cta-title-area .sec-title {
  font-size: 60px;
  line-height: 64px;
  letter-spacing: -1.2px;
  margin-bottom: 30px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .cta-title-area .sec-title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .cta-title-area .sec-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .cta-title-area .sec-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.cta-title-area .sec-text {
  font-size: 18px;
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 0;
}

/*CTA Area 6***********************/
.cta-sec6 {
  padding: 80px 100px;
  border-radius: 30px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .cta-sec6 {
    padding: 80px 50px;
  }
}

.cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cta-content {
    display: block;
  }
}

.cta-content .cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 80px;
  margin-right: 80px;
  min-width: 440px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .cta-content .cta-wrapper {
    padding-right: 40px;
    margin-right: 40px;
    min-width: 360px;
  }
}

@media (max-width: 991px) {
  .cta-content .cta-wrapper {
    border: none;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 375px) {
  .cta-content .cta-wrapper {
    display: block;
  }
}

.cta-content .cta-wrapper .cta-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 90px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  /* Extra small devices */
}

.cta-content .cta-wrapper .cta-icon:hover {
  background-color: var(--title-color);
}

@media (max-width: 375px) {
  .cta-content .cta-wrapper .cta-icon {
    margin-bottom: 20px;
  }
}

.cta-content .cta-wrapper .header-info_link {
  font-size: 30px;
  font-weight: 600;
  color: var(--white-color);
  letter-spacing: -0.3px;
  margin-bottom: 0;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .cta-content .cta-wrapper .header-info_link {
    font-size: 24px;
  }
}

.cta-content .cta-wrapper .header-info_link a {
  color: inherit;
}

.cta-content .title-area {
  margin-right: 64px;
  /* Medium Large devices */
  /* Medium devices */
}

@media (max-width: 1299px) {
  .cta-content .title-area {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .cta-content .title-area {
    margin: 30px 0 30px 0 !important;
  }
}

.cta-content .cta-group {
  min-width: 160px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cta-content .cta-group {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}

.cta-sec7 {
  border-radius: 200px 200px 0 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cta-sec7 {
    border-radius: 40px 40px 0 0;
  }
}

.cta-sec8 {
  border-radius: 30px;
  padding: 80px 0;
  text-align: center;
}

.cta-sec8 .sec-text {
  margin: 40px auto 33px;
}

.cta-sec8 .btn-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}

/*------------------- 4.00. Service -------------------*/
/* Global Style ---------------------------------- */
.shape-icon {
  position: relative;
  z-index: 2;
  width: 90px;
  height: 85px;
  line-height: 85px;
  text-align: center;
}

.shape-icon:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #f5e6ce;
  -webkit-clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
  clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.shape-icon .dots:before,
.shape-icon .dots:after {
  content: '';
  position: absolute;
  background-color: var(--theme-color);
  height: 24px;
  width: 23px;
  border-radius: 50%;
}

.shape-icon .dots:before {
  top: 0;
  right: 9px;
}

.shape-icon .dots:after {
  height: 12px;
  width: 11px;
  bottom: 0;
  left: 27px;
}

/* Service Featured ---------------------------------- */
.services-details .page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-details .page-single {
  height: 100%;
  margin-bottom: 0px;
}

.services-details .page-img {
  height: 100%;
}

.service-featured {
  text-align: center;
  position: relative;
  z-index: 2;
}

.service-featured:before {
  content: '';
  height: 180px;
  width: 100%;
  background-color: var(--smoke-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-featured .shape-icon {
  margin: 0 auto 30px auto;
}

.service-featured .icon-btn {
  border-radius: 99px;
  background-color: var(--theme-color);
  box-shadow: 0px 6px 20px rgba(249, 169, 84, 0.6);
  border: none;
  color: var(--white-color);
  position: absolute;
  bottom: -28px;
  left: calc(50% - 28px);
}

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

.service-featured_content {
  background-color: var(--white-color);
  max-width: 312px;
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px 28px 15px;
  margin-bottom: 28px;
}

.service-featured_text {
  max-width: 255px;
  margin: 0 auto 31px auto;
}

/* Service Card ---------------------------------- */
.service-card {
  padding: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
  background-color: var(--white-color);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card:before,
.service-card:after {
  content: '';
  position: absolute;
  height: 110px;
  width: 110px;
  background-color: var(--theme-color);
  opacity: 0.6;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: -1;
}

.service-card:before {
  bottom: -73px;
  right: -28px;
}

.service-card:after {
  right: -73px;
  bottom: -28px;
}

.service-card .shape-icon {
  margin-bottom: 30px;
}

.service-card .box-title a:hover {
  color: var(--smoke-color2);
}

.service-card .bg-shape {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}

.service-card .bg-shape img {
  width: 100%;
}

.service-card:hover .service-card_number {
  color: white;
}

.service-card_number {
  position: absolute;
  top: 25px;
  right: 40px;
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
  color: var(--theme-color);
  opacity: 0.1;
}

.service-card_text {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-bottom: 22px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;

}

.service-card .th-btn {
  background-color: var(--smoke-color2);
  color: var(--title-color);
  padding: 12.5px 20px;
  box-shadow: none;
}

.service-card .th-btn:before,
.service-card .th-btn:after {
  background-color: var(--smoke-color2);
}

.service-card:hover {
  width: 100%;
}

.service-card:hover:before,
.service-card:hover:after {
  opacity: 1;
  height: 120%;
  width: 120%;
  border-radius: 0;
}

.service-card:hover .shape-icon:before {
  background-color: var(--white-color);
}

.service-card:hover .shape-icon .dots:before,
.service-card:hover .shape-icon .dots::after {
  background-color: var(--secondary-color);
}

.service-card:hover .bg-shape {
  bottom: 0;
  opacity: 1;
}

.service-card:hover .box-title {
  color: var(--white-color);
}

.service-card:hover .th-btn {
  background-color: var(--white-color);
}

.service-card:hover .service-card_text {
  color: var(--white-color);
}

.service-sec {
  background-size: auto;
  background-position: top center;
  background-color: var(--smoke-color);
}

/* Extra small devices */
@media (max-width: 375px) {
  .service-card {
    padding: 25px 30px;
  }

}

/* Service Box ---------------------------------- */
.service-box {
  position: relative;
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  background-color: var(--white-color);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-box .bg-shape {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}

.service-box .bg-shape img {
  width: 100%;
}

.service-box_img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.service-box_img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-box .box-title {
  margin-bottom: 12px;
}

.service-box .box-title a:hover {
  color: var(--smoke-color2);
}

.service-box_text {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-width: 230px;
  margin: 0 auto 10px auto;
}

.service-box_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--white-color);
  margin: -40px auto 0 auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  border-radius: 50%;
}

.service-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-box_content {
  position: relative;
  padding: 0 10px 25px 10px;
}

.service-box:hover {
  background-color: var(--theme-color);
}

.service-box:hover .bg-shape {
  bottom: 0;
  opacity: 1;
}

.service-box:hover .box-title {
  color: var(--white-color);
}

.service-box:hover .link-btn {
  color: var(--white-color);
}

.service-box:hover .link-btn:before {
  background-color: var(--white-color);
  width: 100%;
}

.service-box:hover .link-btn:hover:before {
  width: 70px;
}

.service-box:hover .service-box_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service-box:hover .service-box_icon {
  background-color: var(--theme-color);
}

.service-box:hover .service-box_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.service-box:hover .service-box_text {
  color: var(--white-color);
}

/* Service Grid ---------------------------------- */
.service-grid {
  position: relative;
  margin-top: -40px;
}

.service-grid .bg-shape {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}

.service-grid .bg-shape img {
  width: 100%;
}

.service-grid_content {
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  background-color: var(--white-color);
  border-radius: 10px;
  text-align: center;
  padding: 70px 15px 40px 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}

.service-grid_icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 auto 0 auto;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.service-grid_icon img {
  position: relative;
  z-index: 2;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid_icon:after,
.service-grid_icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  z-index: -2;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.service-grid_icon:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.service-grid .box-title {
  margin-bottom: 15px;
}

.service-grid .box-title a:hover {
  color: var(--smoke-color2);
}

.service-grid_text {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-width: 230px;
  margin: 0 auto 22px auto;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.service-grid .th-btn {
  padding: 15.5px 18px;
}

.service-grid:hover .bg-shape {
  bottom: 0;
  opacity: 1;
}

.service-grid:hover .box-title {
  color: var(--white-color);
}

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

.service-grid:hover .th-btn:hover {
  color: var(--white-color);
}

.service-grid:hover .service-grid_content {
  background-color: var(--theme-color);
}

.service-grid:hover .service-grid_icon {
  background-color: var(--white-color);
}

.service-grid:hover .service-grid_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-filter: none;
  filter: none;
}

.service-grid:hover .service-grid_icon:before,
.service-grid:hover .service-grid_icon:after {
  background-color: var(--white-color);
}

.service-grid:hover .service-grid_text {
  color: var(--white-color);
}

/* Service 3D ---------------------------------- */
.service-3d {
  text-align: center;
  background: var(--white-color);
  border-radius: 10px;
  padding: 40px 12px;
}

.service-3d_text {
  max-width: 315px;
  margin: 0 auto 22px auto;
}

.service-3d_icon {
  margin-bottom: 30px;
}

.service-3d_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-3d .th-btn {
  padding: 15.5px 18px;
  background-color: var(--smoke-color2);
  color: var(--title-color);
  box-shadow: none;
}

.service-3d .th-btn:before,
.service-3d .th-btn:after {
  background-color: var(--smoke-color2);
}

.service-3d .th-btn:hover {
  color: var(--white-color);
}

.service-3d .th-btn:hover:before,
.service-3d .th-btn:hover:after {
  background-color: var(--theme-color);
}

.service-3d:hover .service-3d_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* Service Card 6---------------------------------- */
.service-area6 {
  background: -webkit-linear-gradient(top, rgba(237, 240, 244, 0) 0%, rgba(237, 240, 244, 0.85) 100%);
  background: linear-gradient(180deg, rgba(237, 240, 244, 0) 0%, rgba(237, 240, 244, 0.85) 100%);
  overflow: hidden;
}

.service-item {
  border-radius: 30px;
  border: 1px solid var(--white-color);
  padding: 40px 30px;
  background: -webkit-linear-gradient(top, #FFF 77.78%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFF 77.78%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  min-height: 260px;
}

.service-item_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  /* margin-bottom: 28px; */
  background-color: var(--smoke-color2);
  border-radius: 50%;
  margin: 0px auto 28px auto;
}

.service-item_text {
  font-size: 16px;
  margin-bottom: 15px;
}

.service-item .box-title {
  letter-spacing: -0.48px;
  margin-bottom: 10px;
  /* Medium Large devices */
  text-align: center;
}

@media (max-width: 1299px) {
  .service-item .box-title {
    font-size: 20px;
  }
}

.service-item img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-item:hover .service-item_icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* Service Card 7---------------------------------- */
.service-area7 {
  position: relative;
  background-color: #EFF1F9;
  border-radius: 30px;
  overflow: hidden;
  /* Extra large devices */
}

@media (max-width: 1500px) {
  .service-area7 {
    border-radius: 0;
  }
}

.service-grid7 {
  position: relative;
  background: var(--white-color);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #E3E7F0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .service-grid7 {
    padding: 25px;
  }
}

.service-grid7_icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #E3E7F0;
  background-color: var(--white-color);
  box-shadow: drop-shadow(0px 26px 65px rgba(232, 234, 238, 0.55));
  border-radius: 50%;
  z-index: 9;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid7_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-grid7_text {
  margin-bottom: 15px;
}

.service-grid7 .box-title {
  font-weight: 600;
  margin: 25px 0 5px 0;
}

.service-grid7 .icon-btn {
  border-radius: 99px;
  background-color: var(--white-color);
  border: 1px solid var(--th-border-color);
  color: var(--title-color);
  position: relative;
  z-index: 3;
  display: block;
  text-align: center;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

.service-grid7 .line-btn {
  font-family: var(--body-font);
}

.service-grid7:hover .service-grid7_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service-grid7:hover .service-grid7_icon {
  border: 1px solid var(--theme-color);
}

.service-grid7:hover .service-grid7_icon:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.service-grid7:hover .service-grid7_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* Service Box 7---------------------------------- */
.service-box7 {
  text-align: center;
}

.service-box7_thumb {
  border-radius: 20px;
  background: #EFF1F9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 50px;
}

.service-box7_thumb img {
  margin: 20px 20px 0 20px;
  border-radius: 10px 10px 0 0;
  width: -webkit-fill-available;
}

.service-box7_content {
  margin: 0 30px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .service-box7_content {
    margin: 0;
  }
}

.service-box7_text {
  margin-bottom: -0.4em;
}

/* Service Details ---------------------------------- */
.page-title {
  margin-top: -0.22em;
  font-size: 40px;
  margin-bottom: 20px;
}

.page-img {
  margin-bottom: 40px;
  border-radius: 5px;
  overflow: hidden;
}

.page-single {
  margin-bottom: 30px;
}

.service-feature {
  background-color: var(--white-color);
  padding: 20px;
  border: 1px solid var(--th-border-color);
  box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  min-height: 225px;
}

.service-feature-wrap {
  display: grid;
  grid-template-columns: initial;
  gap: 25px;
}

.service-feature_icon {
  background: var(--theme-color);
  box-shadow: 0px 6px 20px rgba(249, 169, 84, 0.6);
  border-radius: 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.service-feature_title {
  font-size: 20px;
  margin-bottom: 12px;
}

.service-feature_text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .page-title {
    font-size: 38px;
  }
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .service-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 30px 10px;
  }

  .service-feature_text {
    margin-bottom: -0.5em;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .page-title {
    font-size: 32px;
  }
}

@media (max-width:992px) {
  .footer-top .footer-logo {
    margin-bottom: 0px;
  }

  .footer-top .footer-logo img {
    width: 500px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .page-title {
    font-size: 28px;
  }
}

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

  .service-feature-wrap {
    grid-template-columns: auto;
  }

  .available-list {
    padding: 0;
  }

  .footer-top .footer-logo {
    text-align: left;
  }

  .footer-top .footer-logo img {
    width: 300px;
  }
}

.available-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.available-list li {
  position: relative;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--body-color);
}

.available-list li:after {
  content: "\f058";
  font-family: var(--icon-font);
  font-weight: 600;
  color: var(--theme-color);
  font-size: 1.1em;
  position: absolute;
  top: 1px;
  left: 0;
}

.available-list li.unavailable:after {
  content: "\f058";
  right: 4px;
  color: var(--body-color);
  font-weight: 400;
}

.available-list li img {
  max-width: 18px;
  margin-right: 10px;
}

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

.available-list li.unavailable {
  font-weight: 400;
  color: var(--body-color);
}

.available-list li.unavailable img {
  opacity: 0.2;
}



.switch-area {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.switch-area .toggler {
  -webkit-transition: .2s;
  transition: .2s;
  font-weight: 600;
  font-size: 20px;
  font-family: var(--body-font);
  color: var(--title-color);
  background: transparent;
  margin-bottom: -0.4em;
  cursor: pointer;
}

.switch-area .toggler.toggler--is-active {
  color: var(--theme-color);
}

.switch-area .toggle {
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 100px;
  background-color: var(--theme-color);
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.switch-area .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
  visibility: visible;
}

.switch-area .check:checked~.switch {
  right: 2px;
  left: 57.5%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: .08s, 0s;
  transition-delay: .08s, 0s;
}

.switch-area .switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: var(--white-color);
  border-radius: 36px;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, .08s;
  transition-delay: 0s, .08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.wrapper-full.hide {
  display: none;
}



/*------------------- 4.00. Project -------------------*/
/* Project Card ---------------------------------- */
.project-card {
  --space: 30px;
  position: relative;
  overflow: hidden;
}

.project-card .project-img {
  overflow: hidden;
  border-radius: 10px;
  z-index: 2;
}

.project-card .project-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-card .project-img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 40, 0) 0%, rgba(0, 0, 40, 0.140476) 43.1%, #000028 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 40, 0) 0%, rgba(0, 0, 40, 0.140476) 43.1%, #000028 100%);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 1;
  border-radius: inherit;
}

.project-card .project-content-wrap {
  position: absolute;
  left: var(--space);
  bottom: -30px;
  width: 100%;
  max-width: calc(100% - var(--space)*2 - 28px);
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-card .project-content {
  background-color: var(--theme-color);
  background-size: auto;
  background-position: right center;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 26px 30px;
}

.project-card .box-title {
  color: var(--white-color);
  margin-bottom: 2px;
}

.project-card .box-title a:hover {
  color: var(--smoke-color2);
}

.project-card .project-subtitle {
  margin-bottom: -0.5em;
  color: var(--white-color);
}

.project-card .icon-btn {
  position: absolute;
  right: -28px;
  top: calc(50% - 28px);
  background-color: var(--white-color);
  border: none;
  color: var(--theme-color);
  font-size: 24px;
}

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

.project-card:hover .project-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.project-card:hover .project-img:before {
  height: 100%;
  opacity: 1;
}

.project-card:hover .project-content-wrap {
  bottom: var(--space);
  opacity: 1;
}

/* Extra small devices */
@media (max-width: 375px) {
  .project-card {
    --space: 15px;
  }
}

@media (max-width: 360px) {
  .project-card .box-title {
    font-size: 22px;
  }

  .project-card .project-content {
    padding: 26px 20px;
  }
}

/* Project Grid ---------------------------------- */
.project-grid {
  background-color: var(--white-color);
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  border-radius: 10px;
}

.project-grid_img {
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.project-grid_img:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--black-color2);
  opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 1;
}

.project-grid_img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-grid_img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.project-grid_img .play-btn>i {
  font-size: 24px;
}

.project-grid_text {
  margin-bottom: -0.5em;
}

.project-grid_content {
  padding: 40px;
}

.project-grid:hover .project-grid_img:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.project-grid:hover .project-grid_img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.project-grid:hover .project-grid_img .play-btn {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/* Project Box ---------------------------------- */
.project-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.project-box .project-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.project-box .project-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-box .project-content {
  background-color: var(--white-color);
  padding: 22px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.project-box .box-title {
  margin-bottom: 3px;
}

.project-box .project-subtitle {
  margin-bottom: -0.5em;
  color: var(--theme-color);
}

.project-box .icon-btn {
  background-color: var(--theme-color);
  border: none;
  color: var(--white-color);
  font-size: 24px;
  border-radius: 8px;
}

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

.project-box:hover .project-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 360px) {
  .project-box .box-title {
    font-size: 22px;
  }

  .project-box .project-content {
    padding: 26px 20px;
  }
}

/* Project Box 4---------------------------------- */
.project-box4 {
  position: relative;
  --space: 40px;
  border-radius: 35px;
  margin-bottom: 0px;
  overflow: hidden;
}

.project-box4 .project-content {
  position: absolute;
  left: var(--space);
  bottom: -30px;
  width: calc(100% - var(--space)*2);
  z-index: 3;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-box4 .box-title {
  color: var(--white-color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.project-box4 .box-title a {
  color: inherit;
}

.project-box4 .box-title:hover {
  color: var(--white-color);
}

.project-box4 .project-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.project-box4 .project-tags a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 100px;
  padding: 4px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-box4 .project-tags a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.project-box4 .project-img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-box4 .project-img:before,
.project-box4 .project-img:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-box4 .project-img:before {
  background: var(--theme-color);
  mix-blend-mode: multiply;
  z-index: 4;
}

.project-box4 .project-img:after {
  background: rgba(64, 102, 242, 0.92);
  z-index: 3;
}

.project-box4 .project-img img {
  width: 100%;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project-box4:hover .project-img img {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.project-box4:hover .project-img:before {
  opacity: 1;
  visibility: visible;
}

.project-box4:hover .project-content {
  bottom: var(--space);
  opacity: 1;
  visibility: visible;
}

.project-slider4 {
  margin-left: 40px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .project-slider4 {
    margin: 50px 0 0 0;
  }
}

.project-btn {
  /* Small devices */
}

@media (max-width: 767px) {
  .project-btn {
    text-align: center;
  }
}

/* Project 5---------------------------------- */
.project-area-5 {
  background: #1C1C25;
}

.project-card5 {
  position: relative;
  border-radius: 20px;
  border: 1px solid #2E3039;
  background-color: #1C1C25;
  padding: 20px;
  overflow: hidden;
}

.project-card5 .project-img {
  overflow: hidden;
  border-radius: 20px;
  z-index: 2;
}

.project-card5 .project-img img {
  width: 100%;
  border-radius: 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-card5 .project-content {
  padding: 30px 20px 20px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .project-card5 .project-content {
    padding: 30px 0px 20px;
  }
}

.project-card5 .box-title {
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 14px;
  letter-spacing: -0.22px;
}

.project-card5_desc {
  margin-bottom: 22px;
}

.project-card5 .line-btn {
  font-family: var(--body-font);
}

.project-card5 .line-btn:hover {
  color: var(--white-color);
}

.project-card5 .line-btn:hover:before {
  background-color: var(--white-color);
}

.project-card5:hover .project-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 360px) {
  .project-card5 .box-title {
    font-size: 22px;
  }

  .project-card5 .project-content {
    padding: 26px 20px;
  }
}

/* Project Details ---------------------------------- */
.project-inner-box {
  background-color: var(--smoke-color);
  border-radius: 5px;
  padding: 30px;
  /* Extra small devices */
}

@media (max-width: 375px) {
  .project-inner-box {
    padding: 20px;
  }
}

/*------------------- 4.00. Skill -------------------*/
.skill-feature:not(:last-child) {
  margin-bottom: 25px;
}

.skill-feature_title,
.skill-feature .progress-value {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -0.2em;
  font-family: var(--title-font);
  color: var(--title-color);
}

.skill-feature .progress {
  position: relative;
  height: 10px;
  background-color: var(--white-color);
  overflow: visible;
  border-radius: 100px;
}

.skill-feature .progress-bar {
  background-color: var(--theme-color);
  height: 4px;
  margin: 3px;
  border-radius: inherit;
  position: relative;
  overflow: visible;
}

.skill-feature .progress-value {
  position: absolute;
  top: -34px;
  right: 0;
}

.skill-feature.style2:not(:last-child) {
  margin-bottom: 32px;
}

.skill-feature.style2 .progress {
  background-color: var(--smoke-color2);
}

@media (min-width: 1430px) {
  .video-box1 {
    margin-right: -105px;
  }
}

@media (min-width: 1300px) {
  .video-box1 {
    margin-left: 30px;
  }
}

.video-box1 {
  position: relative;
  text-align: center;
}

.video-box1 img {
  width: 100%;
  max-width: 650px;
}

.video-box1 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*------------------- 4.00. Feature -------------------*/
/* Feature Card ---------------------------------- */
.feature-card {
  text-align: center;
  border: 2px solid #D9E0F3;
  border-radius: 10px;
  padding: 40px 12px;
}

.feature-card .shape-icon {
  width: 120px;
  height: 115px;
  line-height: 115px;
  margin: 0 auto 30px auto;
  -webkit-filter: drop-shadow(0px 10px 30px rgba(8, 14, 28, 0.06));
  filter: drop-shadow(0px 10px 30px rgba(8, 14, 28, 0.06));
}

.feature-card .shape-icon:before {
  background-color: var(--white-color);
  -webkit-clip-path: path("M6.35418 25.7699C-3.10248 43.0115 -1.601 65.2669 8.18807 82.317C21.8699 106.149 51.9755 119.386 78.1565 111.915C104.338 104.443 123.425 76.1006 119.484 48.8163C112.307 -0.867846 31.1988 -19.5262 6.35418 25.7699Z");
  clip-path: path("M6.35418 25.7699C-3.10248 43.0115 -1.601 65.2669 8.18807 82.317C21.8699 106.149 51.9755 119.386 78.1565 111.915C104.338 104.443 123.425 76.1006 119.484 48.8163C112.307 -0.867846 31.1988 -19.5262 6.35418 25.7699Z");
}

.feature-card_text {
  max-width: 315px;
  margin: 0 auto -0.5em auto;
}

/* Appijntment 3 ---------------------------------- */
.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .feature-wrapper {
    margin-bottom: 30px;
  }
}

.feature-wrapper.style4 {
  gap: 15px;
}

.feature-wrapper .feature-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 14px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-wrapper .feature-icon:hover {
  background-color: var(--white-color);
}

.feature-wrapper .feature-icon:hover i {
  color: var(--theme-color);
}

.feature-wrapper .feature-icon i {
  color: var(--white-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.feature-wrapper .header-info_link {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: -0.3rem;
}

.feature-wrapper .header-info_link a {
  color: inherit;
}

.feature-wrapper .header-info_label {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0;
}

.feature-wrapper.style3 {
  margin-bottom: 60px;
}

.feature-wrapper.style3 .feature-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: #1E2127;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-wrapper.style3 .feature-icon:hover {
  background-color: var(--theme-color);
}

.feature-wrapper.style3 .header-info_label {
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: -0.32px;
}

.feature-wrapper.style3 .header-info_link {
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.48px;
}

/* Feature 2 ---------------------------------- */
.choose-feature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  max-width: 410px;
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1199px) {
  .choose-feature {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .choose-feature {
    display: block;
    max-width: 100%;
    margin: auto;
  }
}

.choose-feature .box-icon {
  position: relative;
  z-index: 2;
  min-width: 50px;
}

.choose-feature .box-icon:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #E8ECF6;
  border-radius: 999px;
  z-index: -1;
  /* Small devices */
}

@media (max-width: 767px) {
  .choose-feature .box-icon:before {
    top: 15px;
    left: 50%;
  }
}

.choose-feature .box-icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 10px;
}

.choose-feature .box-title {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
}

.choose-feature_text {
  margin-bottom: -0.3rem;
}

.choose-feature:hover .box-icon img {
  -webkit-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

/* Small devices */
@media (max-width: 767px) {
  .choose-feature {
    text-align: center;
    padding: 0px 20px;
  }

  .footer-top .footer-logo {
    margin-bottom: 0px;
  }

  .choose-feature .box-icon {
    position: static;
    margin: 0 auto 20px auto;
    padding-top: 0;
    padding-left: 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .choose-feature {
    max-width: 100%;
    width: 100%;
  }

  .choose-feature .box-text {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Feature 8 ---------------------------------- */
.feature-card-wrap2:nth-of-type(even) .feature-card.style2:after {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: translate(calc(-100% + 170px), calc(-100% + 160px));
  -ms-transform: translate(calc(-100% + 170px), calc(-100% + 160px));
  transform: translate(calc(-100% + 170px), calc(-100% + 160px));
}

.feature-card.style2 {
  border-radius: 20px;
  box-shadow: 0px 20px 30px rgba(187, 192, 207, 0.15);
  background: var(--white-color);
  border: 0;
  text-align: start;
  padding: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .feature-card.style2 {
    padding: 30px;
  }
}

.feature-card.style2:after {
  content: '';
  position: absolute;
  height: 380px;
  width: 380px;
  border: 50px solid #EFF1F9;
  border-radius: 50%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translate(calc(100% - 170px), calc(-100% + 160px));
  -ms-transform: translate(calc(100% - 170px), calc(-100% + 160px));
  transform: translate(calc(100% - 170px), calc(-100% + 160px));
}

.feature-card.style2 .feature-card-icon {
  margin-bottom: 38px;
  /* Medium Large devices */
}

@media (max-width: 1299px) {
  .feature-card.style2 .feature-card-icon {
    margin-bottom: 28px;
  }
}

.feature-card.style2 .feature-card-icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-card.style2 .box-title {
  font-weight: 600;
}

.feature-card.style2 .feature-card_text {
  margin-left: 0;
}

.feature-card.style2:hover .feature-card-icon img {
  -webkit-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

/*------------------- 4.00. Screenshot -------------------*/
.screenshot-sec-1 {
  background-position: bottom;
  padding-bottom: 160px;
  /* Medium devices */
  /* Extra small devices */
}

@media (max-width: 991px) {
  .screenshot-sec-1 {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .screenshot-sec-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.screetshot-thumb img {
  width: 100%;
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

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

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

.pb-60 {
  padding-bottom: 60px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}


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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

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

.mt-n1 {
  margin-top: -.25rem;
}

.mt-n2 {
  margin-top: -.6rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -.25rem;
}

.mb-n2 {
  margin-bottom: -.6rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

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

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

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {

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

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

  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }

  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }

  .space-top-md-none {
    padding-top: 0;
  }

  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }

  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}

@media (max-width:576px) {

  .space {
    padding: 40px 0px;
  }

  .space-bottom {
    padding-bottom: 40px;
  }

  .space-top {
    padding-top: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
.footer-links a {
  font-family: inherit;
  color: var(--body-color);
  text-decoration: none;

}

.widget_nav_menu h4 {
  height: 41px;
}

.widget_nav_menu h4::before,
.widget_nav_menu h4::after {
  display: none;
}

.why-choose-us .shape-icon {
  text-align: center;
  margin: auto;
}

.why-choose-us .box-title,
.services-bg .box-title {
  height: unset;
  text-align: center;
}

.why-choose-us .service-card .shape-icon {
  margin-bottom: 30px;
}

.why-choose-us .service-card {
  min-height: 485px;
}

.why-choose-us .service-card_text {
  overflow: unset;
  text-align: center;
  display: block;
}

.footer-widget,
.footer-widget .widget,
.footer-logo .wp-block-image {
  margin: 0;
}
.tilt-active img{
  width: 100%;
}
.hero-img img {
  width: 700px;
}
@media (max-width:1024px) {
  .footer-logo .wp-block-image img{
    width: 300px;
    display: flex;
  }
}
@media (max-width:992px) {
  .services-details .page-img img {
    object-fit: contain;
  }
  .service-feature_text{
    max-width: 100%;
  }
  .hero-style4 .ripple-shape {
  left: 30px;
  }

}
@media (max-width:768px) {

  .footer-widget,
  .footer-widget .widget {
    margin-bottom: 16px;
  }
  .footer-logo .footer-widget{
    margin-bottom: 0px;
  }
  .space, .space-bottom{
    padding-bottom:40px
  }
  .space ,.space-top{
    padding-top: 40px;
  }
  
}

@media (max-width:576px) {

  .ripple-1,
  .ripple-2,
  .ripple-3,
  .ripple-4,
  .ripple-5,
  .ripple-6 {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 100%;
  }
  .footer-widget, .footer-widget .widget{
    margin-bottom: 24px;
  }
}

@media (max-width:476px) {
  .custom-logo {
    width: 200px;
  }
}
@media (max-width:280px){
  .header-logo {
    max-width: 180px;
}
}
.wpcf7-submit {
  background-color: var(--theme-color) !important;
  transition: all ease 0.4s !important;
  width: auto;
  display: block;
  margin: 0px auto;
}

.wpcf7-submit:hover {
  background-color: var(--title-color) !important;
  color: var(--white-color);
  box-shadow: none;
}

.error-page-title {
  width: 100%;
  text-align: center;
  font-size: 300px;
  margin-top: 30px;
  margin-bottom: 0px;

}

.page-not-found {
  font-size: 80px;
  text-align: center;
  background-color: #ffb066;
  margin-bottom: 0px;
  color: #fff;
}

/*================================================ my custom css =======================================================*/
.mega-menu-parent {
  position: inherit !important;
}
.mega-menu-parent .sub-menu {
  width: 100% !important;
  left: 0 !important;
  display: grid;
  grid-template-columns: auto auto auto auto;
  row-gap: 20px;
}
.mega-menu-parent .sub-menu a {
  font-size: 18px !important;
}
.mega-menu-parent .sub-menu  .menu-item-description {
  padding-left: 23px;
}

.service-sub-feature-card {
  padding: 20px !important;
  min-height: 300px;
  overflow: hidden;
}
.service-sub-feature-card img {
  width: 90px;
}
.service-sub-feature-card .box-title {
  height: auto;
}


/*=======================================  process card css==================================*/
.process-card-area {
  position: relative;
}

.process-card-area .process-line {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.process-card-area .position-top {
  top: 42px;
  bottom: unset;
}

.process-card-wrap {
  padding: 30px 0 0 30px;
}

.process-card-wrap:has(.pulse) {
  padding: 0 12px;
}

.process-card-wrap:has(.pulse):nth-child(even) {
  padding-top: 60px;
}

.process-card {
  position: relative;
  box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
  border-radius: 10px;
  background-color: #ffffff; /* Replace $white-color with actual color value */
  text-align: center;
  padding: 30px 20px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}

.process-card:has(.pulse) {
  margin-top: 52px;
}

.process-card .box-title {
  font-weight: 600;
  margin-bottom: 14px;
}

.process-card_number,
.process-card .pulse {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: var(--theme-color); /* Replace $theme-color with actual color value */
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff; /* Replace $white-color with actual color value */
}

.process-card_number:after,
.process-card_number:before,
.process-card .pulse:before,
.process-card .pulse:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--theme-color); 
  border-radius: 50%;
  transition: all ease 0.4s;
  z-index: -1;
} 

.process-card_number:after {
  animation-delay: 2s;
}

.process-card .pulse {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -52px;
  left: calc(50% - 8px);
}

.process-card .pulse:before,
.process-card .pulse:after {
  animation-name: ripple2;
}

.process-card_icon {
  margin-bottom: 24px;
}

.process-card_text {
  margin-bottom: -0.53em;
  font-size: 14px;
}

@media (min-width: 1024px) { /* Assuming lg is for large screens */
  /* .process-card-area .process-line {
      display: none;
  } */

  .process-card-wrap:has(.pulse):nth-child(even) {
      padding-top: 30px;
  }

  .process-card:has(.pulse) {
      margin-top: 8px;
  }

  .process-card .pulse {
      top: -8px;
  }
}

@media (max-width: 600px) { /* Assuming xs is for extra-small screens */
  .process-card-wrap:has(.pulse):nth-child(even) {
      padding-top: 0;
  }
}

/* Process area 3 */
.process-area-3 .sec-text {
  max-width: 430px;
}

@media (min-width: 1024px) { /* Assuming lg is for large screens */
  .process-area-3 .sec-text {
      margin-left: auto;
      margin-right: auto;
  }
}

.process-card-area3 {
  position: relative;
}

.process-card-area3 .process-line {
  margin: -268px -25px 0;
  position: absolute;
  z-index: -1;
  max-width: 1100px;
}

@media (min-width: 1200px) { /* Assuming xl is for extra-large screens */
  .process-card-area3 .process-line {
      max-width: 900px;
      margin: -208px -25px 0;
  }
}

@media (min-width: 1024px) { /* Assuming lg is for large screens */
  .process-card-area3 .process-line {
      display: none;
  }
}

.process-card-wrap {
  padding-top: 0;
  padding-left: 80px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) { /* Assuming xl is for extra-large screens */
  .process-card-wrap {
      padding-left: 20px;
  }
}

@media (max-width: 600px) { /* Assuming xs is for extra-small screens */
  .process-card-wrap {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.process-card-wrap:first-child {
  padding-top: 40px;
}

@media (min-width: 1200px) { /* Assuming ml is for medium-large screens */
  .process-card-wrap:first-child {
      padding-top: 30px;
  }
}

@media (min-width: 1200px) { /* Assuming xl is for extra-large screens */
  .process-card-wrap:first-child {
      padding-top: 0px;
  }
}

/* .process-card-wrap:nth-child(2) {
  margin-top: -40px;
} */

@media (min-width: 1024px) { /* Assuming lg is for large screens */
  .process-card-wrap:nth-child(2) {
      margin-top: 40px;
  }
}

/* .process-card-wrap:nth-child(3) {
  margin-top: -280px;
} */

@media (min-width: 1200px) { /* Assuming xl is for extra-large screens */
  .process-card-wrap:nth-child(3) {
      margin-top: -240px;
  }
}

@media (min-width: 1024px) { /* Assuming lg is for large screens */
  .process-card-wrap:nth-child(3) {
      margin-top: 40px;
  }
}

.process-card.style3 {
  text-align: start;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  max-width: 326px;
  background: transparent;
  margin-bottom: -0.3em;
}

.process-card.style3 .process-card_icon {
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 20px;
  background: #ffffff; /* Replace $white-color with actual color value */
  margin-bottom: 30px;
}

.process-card.style3 .process-card_icon img {
  transition: 0.4s;
}

.process-card.style3 .process-card_number {
  background: transparent;
  width: auto;
  height: auto;
  left: auto;
  right: 0;
  color: #000000; /* Replace $title-color with actual color value */
  opacity: 0.06;
  font-size: 230px;
  font-weight: 800;
  line-height: 1;
  top: -50px;
}

.process-card.style3 .process-card_number:after,
.process-card.style3 .process-card_number:before {
  display: none;
}

.process-card.style3 .process-card_text {
  font-size: 16px;
  margin-bottom: 13px;
}

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

.theme-checklist li {
  font-family: var(--body-font);
  color: var(--body-color);
}

.th-btn.th-border {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(12.5px);
  backdrop-filter: blur(12.5px);
  padding: 16px 39.4px;
}

.what-we-do-process-line {
  width: 92% !important;
  left: 4% !important;
}
.what-we-do-process-card {
  height: 300px;
}

.what-we-do-process-card .box-title {
  height: 60px;
}

.what-we-do-process-card .process-card_number {
  left: 37%;
}

.what-we-do-process-card {
  padding-top: 50px;
}
/*  */


/* ========= isafedigital Popup section start ============== */
.isafedigital-popup-section .cta-sec6 {
  padding: 50px 70px;
  border-radius: 30px;
}
.isafedigital-popup-section .header-info_link a, .isafedigital-popup-section .sec-title {
  font-size: 24px;
}
.isafedigital-popup-section .cta-group a {
  cursor: pointer !important;
}
/* ========= isafedigital Popup section end ============== */

@media only screen and (max-width: 991px) {
  .mega-menu-parent .sub-menu {
    grid-template-columns: auto;
    row-gap: 0px;
  }
  .sm-column-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1199px) {
  .what-we-do-process-line {
    display: none;
  }
}

.isafedigital-commun-popup .commun-popup-tittle-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.isafedigital-commun-popup .contact-bg {
  padding-top: 60px;
  padding-bottom: 20px;
}

.isafedigital-commun-popup {
  align-items: center;
  z-index: 41;
}

.isafedigital-commun-popup .modal-header {
  padding: 0;
}

.isafedigital-commun-popup-close-button {
  background: none;
  border: none;
  font-size: 35px;
  margin-left: auto;
  margin-bottom: -90px !important;
  z-index: 9;
  margin-right: 25px !important;
}
.isafedigital-commun-popup-close-button i::before {
  color: #000;
}

.life-at-isafedigital .box-title {
  height: 50px;
  line-height: 25px;
}

@media only screen and (max-width: 1199px) {
  .life-at-isafedigital .box-title {
      font-size: 20px;
  }
  .life-at-isafedigital .process-card-wrap {
      padding-left: 20px;
  }
  .life-at-isafedigital .box-title {
    height: 35px;
    line-height: 20px;
  }

  .isafedigital-card-wrap {
    align-items: end;
    display: flex;
  }
}
.text-theme-color {
  color: var(--theme-color);
}
.job-opening-section-btn-group a{
  min-width: auto;
  padding: 15px 25px;
}
.job-opening-section .box-title {
  margin-bottom: 5px;
  height: 35px !important;
}
.job-opening-section .card {
  padding: 40px 25px;
  border-radius: 15px;
}
.job-opening-section .row {
  row-gap: 50px;
}
.job-opening-box-title {
	height:30px;
}
@media only screen and (max-width: 768px) {
  .isafedigital-popup-section .cta-sec6 {
    padding: 20px 30px; border-radius: 30px;
  }
  .isafedigital-popup-section .sec-title {
    font-size: 14px; line-height: 20px;
  }
  .isafedigital-popup-section .header-info_link a {
    font-size: 14px;
  }
  .isafedigital-popup-section .header-info_link {
    line-height: 20px;
  }
  .cta-content .cta-wrapper .cta-icon {
    width: 50px; height: 50px; line-height: 50px;
  }
  .cta-content .cta-wrapper .cta-icon img{
      width: 30px;height: 30px;
  }
  .isafedigital-popup-section .th-btn {
    font-size: 11px; padding: 10px 20px;
  }
  .isafedigital-popup-section .cta-icon {
    display: none;
  }
  .isafedigital-commun-popup .sec-title {
    font-size: 22px;
  }
  .isafedigital-commun-popup .form-group {
    margin-bottom: 0px;
  }
  .isafedigital-commun-popup input {
      height: 40px;
      font-size: 12px;
  }
  .isafedigital-commun-popup textarea {
    min-height: 90px;
    font-size: 12px;
  }
  .isafedigital-commun-popup .wpcf7-submit {
    line-height: 0.5px;
  }
}

/*============================ Job Apply section ================*/
.job-apply-btn {
  padding: 15px 40px;
  border-radius: 15px;
  margin-top: 30px;
}

.job-opening-section .sec-title {
  font-size: 24px;
}

.job-titile-icon img {
  background-color: var(--theme-color);
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: visible;
}

.job-title-area {
  padding-bottom: 10px;
}
.rupees-img img {
  
}

.indian-rupes-img {
	width: 40px !important;
  height: 40px !important;
  max-width:40px !important
}

.job-opening-card-sec {
  padding: 30px 30px 10px 30px;
}
.main-job-dec-sec {
  border-top: 1px solid var(--theme-color) !important;
}
.job-sellery-text {
  font-size: 22px;
}
.time-manage-section button {
  border-radius: 10px;
  margin-right: 10px;
}
.job-opening-section .job-dec-sec {
  width: 49%;
  border-radius: 15px;
}
.job-opening-section .job-dec-sec .job-dec {
  padding: 20px;
}
.view-more-btn-sec .view-more-btn {
  color: var(--theme-color);
  text-align: end;
  font-size: 20px;
  margin-top: 20px;
}
.view-more-btn-sec .view-more-btn:focus {
  /* box-shadow: 0 0 0 .25rem rgba(245, 139, 31, .5);  */
  box-shadow: none;
}
.main-job-opening-card-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  border-radius: 15px;
  margin:30px 0;
}
.job-description-text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
.job-titile-icon img {
    width: inherit;
    height: inherit;
}
}
@media screen and (max-width: 576px) {
    .job-opening-section .job-dec-sec {
        width: auto;
    }
    .job-opening-section .row {
        row-gap: normal;
    }
    .job-sellery-text {
        padding-top: 20px;
    }
    .job-apply-btn {
        padding: 12px 30px;
        margin-top: 15px;
    }
    .main-job-opening-card-sec .view-more-btn-sec {
        position: relative;
    }
}

/*service tempalte css start*/
.feature-box-group {
    row-gap: 20px;
}
.service-box-new .service-feature {
    display: block !important;
}
.service-box-new .service-feature_icon {
    margin-bottom: 15px;
}
.service-banner-section {
    background: linear-gradient(135deg, #7c2d12 0%, #1e293b 100%);
    margin-bottom: 100px;
}
.service-banner-section .page-title {
    color: var(--white-color);
    line-height: 46px;
}
.service-banner-section p {
    color: var(--white-color);
}
.service-feature-content h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.service-feature-content ul {
  list-style: none;
  padding-left: 0;
}

.service-feature-content li {
  position: relative;
  padding-left: 25px; 
  margin-bottom: 10px;
  text-align: left;
}

.service-feature-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url('../img/check-mark-isafe.svg');
    width: 15px;
    height: 15px;
    background-size: cover;
}
.kpi-box {
    row-gap: 20px;
}
.why-choose-service-section ul {
  list-style: none;
  padding-left: 0;
}
.why-choose-service-section li {
  position: relative;
  padding-left: 25px; 
  margin-bottom: 10px;
}
.why-choose-service-section li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    /* background: url(/wp-content/uploads/2025/09/check-mark-isafe.svg); */
    background-image: url('../img/check-mark-isafe.svg');
    width: 15px;
    height: 15px;
    background-size: cover;
}
.kpi-sect {
    background-color: var(--white-color);
    padding: 20px;
    border: 1px solid var(--th-border-color);
    border-radius: 20px;
    box-shadow: 0px 20px 30px rgba(187, 192, 207, 0.15);
    min-height: 250px;
}
.kpi-sect h3 {
    margin-top: 15px;
}
.kpi-sect p {
    margin:0px;
}
.kpi-number span {
    color: var(--theme-color);
    font-size: 50px;
    font-weight: 700;
}
.kpi-number {
    margin-top: 15px;
}
/*service tempalte css end*/