@charset "UTF-8";
/* ==============
 ========= css table of contents =========

 * template name: Safai
 * version: 1.0
 * description: Cleaning Service HTML5 Template
 * author: Expert-Themes
 * author-url: https://themeforest.net/user/expert-themes

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader

 04. layout
     4.01 --> header
     4.02 --> sidebar
     4.03 --> banner
     4.04 --> footer

 05. sections
     5.01 --> about
     5.02 --> service
     5.03 --> counter
     5.04 --> featured service
     5.05 --> team
     5.06 --> priority
     5.07 --> portfolio
     5.08 --> partner
     5.09 --> testimonial
     5.10 --> blog
     5.11 --> pricing
     5.12 --> faq
     5.13 --> contact
     5.14 --> privacy
     5.15 --> color-switcher
     5.16 --> coming-soon
     5.17 --> error
    ==================================
============== */
@import url("bootstrap.min.css");
@import url("../fonts/css/all.min.css");
@import url("../fonts/flaticon/flaticon_flaticons.css");
@import url("magnific-popup.css");
@import url("aos.css");
@import url("nice-select.css");
@import url("odometer.css");
@import url("swiper-bundle.min.css");
/* ==== 
 --------- (1.01) mixins start ---------
 ==== */
/* ==== 
 --------- (1.01) mixins end ---------
 ==== */
/* ==== 
 --------- (1.02) variables start ---------
 ==== */

 *{
  padding: 0px;
  margin: 0px;
 }
:root {
  --outift: "Outfit", sans-serif;
  --template-font: var(--outift);
  --template-bg: #ffffff;
  --template-color: #000000;
  --white: #ffffff;
  --black: #000000;
  --primary-color: #BF161D;

  --secondary-color: #FBA037;
  --tertiary-color: #FBA037;
  --quaternary-color: #FBA037;
  --quinary-color: #212121;
  --transition: all 0.5s ease;
  --shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  --shadow-secondary: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

/* ==== 
 --------- (1.02) variables end ---------
 ==== */
/* ==== 
 --------- (2.01) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  scroll-padding-top: 100px;
}

body {
  font-family: var(--template-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--template-color);
  background-color: var(--template-bg);
  overflow-x: clip;
  /* text-transform: capitalize; */
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #b5c8d4;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: var(--base-color);
  border-radius: 5px;
}

button {
  background-color: transparent;
  border: 0px;
  outline: 0px;
}

a,
button {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer;
  color: var(--template-color);
}
a i,
a span,
button i,
button span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}
a:focus,
button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

hr,
blockquote,
textarea {
  margin: 0px;
  opacity: 1;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}
input:focus,
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0px;
  width: 100%;
}

/* div {
  line-height: 0px;
} */

.odometer div {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  color: var(--template-color);
  font-family: var(--outift);
}

/* ==== 
 --------- (2.01) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.02) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--template-color);
}

a,
button {
  font-size: 20px;
  line-height: 10px;
}

h1 {
  font-size: 30px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span,
p a,
p span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--outift);
}

/* ==== 
 --------- (2.02) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.03) global styles start ---------
 ==== */
img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-img{
  height: 100%;
  width:auto;
}
i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

span {
  display: inline-block;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-12 {
  row-gap: 12px;
}

.gutter-30 {
  row-gap: 30px;
}

.gutter-40 {
  row-gap: 40px;
}

.gutter-60 {
  row-gap: 60px;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--base-color);
  background-color: var(--base-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.cursor-outer.cursor-hover {
  opacity: 0.14;
}
.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  margin-left: -12px;
  margin-top: -12px;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--base-color);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--theme-color);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.cursor-inner.cursor-big span {
  opacity: 1;
}
.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #686363;
  opacity: 0;
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  padding: 6px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #d8d6eb;
  -webkit-box-shadow: inset 0 0 0 8px #d8d6eb;
          box-shadow: inset 0 0 0 8px #d8d6eb;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 99;
  overflow: hidden;
}
.progress-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background-color: var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.progress-wrap span::after {
  content: "\f176";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  border-radius: 50%;
  color: var(--base-color);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 200%);
      -ms-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
  height: 34px;
  width: 34px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap span::before {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  border-radius: 50%;
  color: var(--base-color);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 34px;
  width: 34px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover span::before {
  -webkit-transform: translate(-50%, -200%);
      -ms-transform: translate(-50%, -200%);
          transform: translate(-50%, -200%);
}
.progress-wrap:hover span::after {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.progress-wrap path {
  fill: none;
}
.progress-wrap .progress-circle path {
  stroke: var(--base-color);
  stroke-width: 4;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.social a {
  font-size: 20px;
  color: var(--white);
}
.social a:hover {
  color: var(--white);
}

.stroke-base {
  stroke: var(--base-color);
}

.fill-base {
  fill: #FBA037;
}

.breadcrumb {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb .breadcrumb-item,
.breadcrumb a {
  color: #ffffff;
  text-shadow: 0px 0px 0px #000;

}
.breadcrumb a:hover {
  color: var(--base-color);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
  color: var(--white);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 16px;
  font-size: 20px;
  content: "/";
  /* font-weight: 700; */
  color: #ffffff;
  margin-top: -1px;
}
.breadcrumb .active {
  color: var(--white) !important;
}

.sidebar-cart {
  background: var(--black);
  color: var(--white);
  padding: 15px 15px 0 15px;
  position: fixed;
  display: block;
  width: 320px;
  height: 100vh;
  z-index: 99999;
  top: 0;
  right: 0px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sidebar-cart .close-cart {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: 0px;
  outline: 0px;
}
.sidebar-cart .close-cart .close-icon {
  width: 16px;
  height: 16px;
  background: var(--white);
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sidebar-cart h2 {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin: 5px 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar-cart h2 span.count {
  color: var(--tertiary-color);
  background: var(--secondary-color);
  padding: 8px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar-cart .cart-items {
  margin-top: 30px;
}
.sidebar-cart .cart-item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 24px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
  padding-right: 24px;
  position: relative;
}
.sidebar-cart .cart-item-single .delete-item {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--secondary-color);
  background-color: transparent;
  font-size: 20px;
}
.sidebar-cart .cart-item-single .cart-item-thumb a {
  width: 80px;
  height: 100px;
}
.sidebar-cart .cart-item-single .cart-item-thumb a img {
  width: 100%;
  height: 100%;
}
.sidebar-cart .cart-item-single .h6 a {
  font-weight: 600;
  color: var(--white);
  font-size: 18px;
}
.sidebar-cart .cart-item-single .h6 a:hover {
  color: var(--secondary-color);
}
.sidebar-cart .cart-item-single .price {
  font-weight: 600;
  font-size: 14px;
  color: var(--secondary-color);
}
.sidebar-cart .cart-item-single .measure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.sidebar-cart .cart-item-single .measure button {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
  background-color: var(--white);
  color: var(--base-color);
  font-size: 10px;
}
.sidebar-cart .cart-item-single .item-quantity {
  min-width: 16px;
  color: var(--white);
  font-weight: 700;
  text-align: center;
}
.sidebar-cart .der {
  height: calc(100% - 140px);
  overflow-y: auto;
}
.sidebar-cart div.totals {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  height: 45px;
  background: var(--white);
  border-bottom: 1px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sidebar-cart div.totals div.subtotal,
.sidebar-cart div.totals div.shipping,
.sidebar-cart div.totals div.tax {
  padding: 15px;
  text-align: center;
  color: var(--white);
  border-bottom: 1px solid var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-cart div.totals div.subtotal span.amount,
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping span.amount,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax span.amount,
.sidebar-cart div.totals div.tax .total-price {
  color: var(--base-color);
  margin-left: 10px;
  font-weight: 700;
}
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax .total-price {
  margin: 0px;
}
.sidebar-cart div.totals div.subtotal span.label,
.sidebar-cart div.totals div.shipping span.label,
.sidebar-cart div.totals div.tax span.label {
  color: var(--base-color);
  font-weight: 700;
}
.sidebar-cart div.action-buttons {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: var(--white);
  display: block;
  white-space: nowrap;
}
.sidebar-cart div.action-buttons a.view-cart-button,
.sidebar-cart div.action-buttons a.checkout-button {
  display: inline-block;
  padding: 10px;
  margin: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sidebar-cart div.action-buttons a.view-cart-button {
  background: var(--black);
  border-color: var(--secondary-color);
  margin-right: 5px;
  color: var(--secondary-color);
  width: 80px;
}
.sidebar-cart div.action-buttons a.checkout-button {
  border-color: var(--secondary-color);
  background: var(--black);
  margin-left: 5px;
  color: var(--white);
  width: 200px;
}

.sidebar-cart-active {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.cart-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5921568627);
  z-index: 9999;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.cart-backdrop-active {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .search-popup__group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .search-popup__group input {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: var(--black);
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: var(--white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  text-transform: capitalize;
  padding-right: 80px;
}
.search-popup button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--black);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  background-color: var(--base-color);
  width: 70px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 20px;
  line-height: 70px;
  color: var(--white);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  margin-top: 0;
}
.search-active .search-popup form {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.off-canvas {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 360px;
  height: 100vh;
  min-height: 100vh;
  background-color: var(--white);
  z-index: 999999;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  border-right: 5px solid var(--base-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.off-canvas .off-canvas__inner {
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.off-canvas .off-canvas__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.off-canvas .off-canvas__head button {
  background-color: transparent;
  font-size: 24px;
  color: var(--base-color);
}
.off-canvas .offcanvas__search {
  width: 100%;
}
.off-canvas .offcanvas__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--black);
}
.off-canvas .offcanvas__search form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 0px;
  color: var(--black);
}
.off-canvas .offcanvas__search form input::-webkit-input-placeholder {
  font-weight: 400;
  color: var(--black);
  font-size: 16px;
}
.off-canvas .offcanvas__search form input::-moz-placeholder {
  font-weight: 400;
  color: var(--black);
  font-size: 16px;
}
.off-canvas .offcanvas__search form input:-ms-input-placeholder {
  font-weight: 400;
  color: var(--black);
  font-size: 16px;
}
.off-canvas .offcanvas__search form input::-ms-input-placeholder {
  font-weight: 400;
  color: var(--black);
  font-size: 16px;
}
.off-canvas .offcanvas__search form input::placeholder {
  font-weight: 400;
  color: var(--black);
  font-size: 16px;
}
.off-canvas .offcanvas__search form button {
  background-color: transparent;
  font-size: 20px;
  color: var(--base-color);
}
.off-canvas .off-canvas__contact {
  width: 100%;
  text-align: start;
}
.off-canvas .off-canvas__contact h5 {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}
.off-canvas .off-canvas__contact .single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.off-canvas .off-canvas__contact .single span {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--primary-color);
  color: var(--base-color);
}
.off-canvas .off-canvas__contact .single a {
  color: var(--black);
}
.off-canvas .off-canvas__contact .single a:hover {
  color: var(--base-color);
}
.off-canvas .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.off-canvas .social a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--black);
  color: var(--white);
  font-size: 14px;
}
.off-canvas .social a:hover {
  background-color: var(--base-color);
}

.off-canvas-active {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.off-canvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5921568627);
  z-index: 99;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.off-canvas-backdrop-active {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.animated-circle {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
  opacity: 0.05;
  z-index: -1;
  -webkit-animation: moveCircle 18s linear infinite alternate;
          animation: moveCircle 18s linear infinite alternate;
}
.animated-circle:nth-of-type(2) {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  bottom: 20%;
  -webkit-animation: moveCircleAlt 13.2s linear infinite alternate;
          animation: moveCircleAlt 13.2s linear infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.animated-circle:nth-of-type(3) {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 30%;
  bottom: 10%;
  opacity: 0.08;
  -webkit-animation: moveCircleAlt 15.2s linear infinite alternate;
          animation: moveCircleAlt 15.2s linear infinite alternate;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.animated-circle:nth-of-type(4) {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 20%;
  bottom: 5%;
  opacity: 0.12;
  -webkit-animation: moveCircleAlt 18.2s linear infinite alternate;
          animation: moveCircleAlt 18.2s linear infinite alternate;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.animated-circle:nth-of-type(5) {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 80%;
  bottom: 10%;
  opacity: 0.07;
  -webkit-animation: moveCircleAlt 16.2s linear infinite alternate;
          animation: moveCircleAlt 16.2s linear infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.animated-circle:nth-of-type(6) {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 90%;
  bottom: 70%;
  opacity: 0.09;
  -webkit-animation: moveCircle 15.2s linear infinite alternate;
          animation: moveCircle 15.2s linear infinite alternate;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.animated-circle:nth-of-type(7) {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 60%;
  bottom: 17%;
  opacity: 0.1;
  -webkit-animation: moveCircle 22.2s linear infinite alternate;
          animation: moveCircle 22.2s linear infinite alternate;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.animated-circle:nth-of-type(8) {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 60%;
  bottom: 90%;
  opacity: 0.15;
  -webkit-animation: moveCircle 12.2s linear infinite alternate;
          animation: moveCircle 12.2s linear infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.animated-circle:nth-of-type(9) {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 80%;
  bottom: 60%;
  opacity: 0.12;
  -webkit-animation: moveCircle 32.2s linear infinite alternate;
          animation: moveCircle 32.2s linear infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.animated-circle:nth-of-type(10) {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 10%;
  bottom: 60%;
  opacity: 0.09;
  -webkit-animation: moveCircle 38.2s linear infinite alternate;
          animation: moveCircle 38.2s linear infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.animated-circle:nth-of-type(11) {
  width: 130px;
  min-width: 130px;
  height: 130px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 10%;
  bottom: 20%;
  opacity: 0.07;
  -webkit-animation: moveCircle 32.2s linear infinite alternate;
          animation: moveCircle 32.2s linear infinite alternate;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

@-webkit-keyframes moveCircle {
  0% {
    -webkit-transform: scale(1) translate(0%, 0%);
            transform: scale(1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1.6) translate(1000%, -100%);
            transform: scale(1.6) translate(1000%, -100%);
  }
}

@keyframes moveCircle {
  0% {
    -webkit-transform: scale(1) translate(0%, 0%);
            transform: scale(1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1.6) translate(1000%, -100%);
            transform: scale(1.6) translate(1000%, -100%);
  }
}
@-webkit-keyframes moveCircleAlt {
  0% {
    -webkit-transform: scale(1) translate(0%, 0%);
            transform: scale(1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1.6) translate(10%, -10%);
            transform: scale(1.6) translate(10%, -10%);
  }
}
@keyframes moveCircleAlt {
  0% {
    -webkit-transform: scale(1) translate(0%, 0%);
            transform: scale(1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1.6) translate(10%, -10%);
            transform: scale(1.6) translate(10%, -10%);
  }
}
.divider {
  margin: 40px 0px;
  background-color: #d9d9d9;
  height: 1px;
  width: 100%;
  border: 0px solid transparent !important;
  opacity: 1;
}

.title-animation {
  text-transform: lowercase !important;
}
.title-animation > div > div:nth-child(1) {
  text-transform: uppercase;
}
.it-heading >  div > div:nth-child(2){
  text-transform: uppercase;
}
.it-heading .lowercase {
  text-transform: lowercase;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(66.94% 66.94% at 56.55% 28.57%, #000 0%, #020202 37%, #090909 51%, #141414 60%, #252525 68%, #3b3b3b 75%, #575757 80%, #777 86%, #9d9d9d 91%, #c8c8c8 95%, #f6f6f6 99%, #fff 100%);
  opacity: 0.13;
  -webkit-animation: floatUp linear infinite;
          animation: floatUp linear infinite;
}

@-webkit-keyframes floatUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
}

@keyframes floatUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
  }
}
.bubble {
  -webkit-animation-duration: 5.7551865363s;
          animation-duration: 5.7551865363s;
  -webkit-animation-delay: 0.4478374981s;
          animation-delay: 0.4478374981s;
}

.video-btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}
.video-btn-wrapper .open-video-popup {
  width: 100px;
  height: 100px;
  background: var(--white);
  border-radius: 100%;
  position: relative;
  -webkit-animation: pulse-shadow 3s 2s linear infinite;
          animation: pulse-shadow 3s 2s linear infinite;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.video-btn-wrapper .open-video-popup i {
  font-size: 30px;
  color: var(--base-color);
}
.video-btn-wrapper .open-video-popup::before, .video-btn-wrapper .open-video-popup::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--white);
  border-radius: 100%;
  z-index: -1;
}
.video-btn-wrapper .open-video-popup::after {
  -webkit-animation: pulse 3s linear infinite;
          animation: pulse 3s linear infinite;
}
.video-btn-wrapper .open-video-popup::before {
  -webkit-animation: pulse 3s 1s linear infinite;
          animation: pulse 3s 1s linear infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
  }
}

.section__content span {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: -8px;
}
.section__content h2 {
  color: var(--base-color);
  font-weight: 700;
  margin-top: 24px;
}
.section__content p {
  margin-top: 24px;
}

.section__content--light span {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: -8px;
}
.section__content--light h2 {
  color: var(--white);
  font-weight: 700;
  margin-top: 24px;
}
.section__content--light p {
  color: var(--white);
  margin-top: 24px;
}

.section__header {
  text-align: center;
  margin-bottom: 55px;
}
.section__header span {
  margin-bottom: 12px;
  color: var(--primary-color);
  margin-top: -8px;
  font-size: 18px;
}
.section__header h2 {
  color: var(--base-color);
  font-weight: 700;
}

.section__header--light h2 {
  color: var(--white);
}

.section-cta {
  margin-top: 55px;
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.slider-navigation button {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
  border: 1px solid var(--primary-color);
  font-size: 20px;
  color: var(--base-color);
}
.slider-navigation button:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
.blog-pagination button,
.blog-pagination a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--black);
  border-radius: 0px;
  background-color: var(--white);
  color: var(--black);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog-pagination button:hover,
.blog-pagination a:hover {
  border-color: var(--base-color);
  color: var(--base-color);
}
.blog-pagination .active {
  border-color: var(--base-color);
  color: var(--base-color);
}
.blog-pagination button {
  background-color: var(--base-color);
  color: var(--white);
}
.blog-pagination button:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

/* ==== 
 --------- (2.03) global styles end ---------
 ==== */
/* ==== 
 --------- (3.01) buttons styles start ---------
 ==== */
.btn--primary {
  /* padding: 8px 16px; */
  /* padding: 4px 20px 5px; */
  padding: 13px 27px 13px 27px;
  background-image: linear-gradient(to right, #BF161D, #FBA037) !important;;
  color: var(--white);
  border: 1px solid var(--base-color);
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 25px;
}
.btn--primary::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 0%;
  height: 100%;
  background-color: #FBA037;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
  border-radius: inherit;
}
.btn--primary:hover {
  border: 1px solid #000000;
}
.btn--primary:hover::before {
  width: 100%;
}

.btn--secondary {
  padding: 16px 46px;
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 5px;
}
.btn--secondary::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 0%;
  height: 100%;
  background-color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
  border-radius: inherit;
}
.btn--secondary:hover {
  border: 1px solid var(--white);
  color: var(--black);
}
.btn--secondary:hover::before {
  width: 100%;
}

/* ==== 
 --------- (3.01) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.02) forms styles start ---------
 ==== */
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.input-group .input-single {
  width: 100%;
}
.input-group input,
.input-group textarea {
  width: 100%;
  padding: 16px 16px;
  background-color: #e6ebed;
  border: 1px solid transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px !important;
}
.input-group input:focus,
.input-group textarea:focus {
  border-color: var(--base-color);
}
.input-group label {
  font-weight: 600;
  margin-bottom: 12px;
}
.input-group textarea {
  min-height: 150px;
  max-height: 300px;
}

/* ==== 
 --------- (3.02) forms styles end ---------
 ==== */
/* ==== 
 --------- (3.03) preloader styles start ---------
 ==== */
#preloader {
  background: -webkit-gradient(linear, left top, left bottom, from(#7c858c), to(#ed6700));
  background: linear-gradient(180deg, #7c858c 0%, #ed6700 100%);
  z-index: 9999999999;
}

.ctn-preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1882352941) !important;
  border-top-color: var(--base-color) !important;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 6em var(--template-font);
  text-align: center;
}
.ctn-preloader .animation-preloader .txt-loading span {
  font: bold 32px var(--template-font);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: var(--base-color);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.3137254902);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, right top, from(#e8edff), to(#c9eaff));
  background-image: linear-gradient(90deg, #e8edff 0%, #c9eaff 100%);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em var(--template-font);
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading span {
    font: bold 24px var(--template-font);
  }
}
/* ==== 
 --------- (3.03) preloader styles end ---------
 ==== */
/* ==== 
 --------- (4.01) header styles start ---------
 ==== */
.header {
  z-index: 9;
  position: relative;
}
.header .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 0px 16px 24px;
  background-color: var(--white);
  border-top-left-radius: 25px;
  position: relative;
}
.header .topbar::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  width: 200%;
  background-color: var(--white);
}
.header .topbar .btn--primary {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.header .logo img {
  /* height: 48px; */
  height: 95px;
}
.get_in_touch{
  /* padding-right: 15px; */
}
.header .topbar__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .topbar__item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .topbar__item-single svg {
  height: 34px;
}
.header .topbar__item-single span,
.header .topbar__item-single p {
  font-size: 14px;
  line-height: 1;
}
.header .topbar__item-single span {
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 8px;
}
.header .topbar__item-single a:hover {
  color: var(--base-color);
}
.header .header__nav {
  padding: 21px 0px;
}
/* .header .btn--primary {
  padding-left: 24px;
  padding-right: 24px;
} */
.header .header__nav-content .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .header__nav-content .navbar__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header .header__nav-content .navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-top{
  background-color: rgb(255 255 255 / 73%);
  margin-bottom: 10px !important;
  height: 32px;
}
.header .header__nav-content .navbar__item a {
  font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
  padding: 10px 10px;
  width: 100%;
  line-height: 1;
  color: var(--template-bg);

}
.header .header__nav-content .navbar__item a:hover {
  color: var(--tertiary-color);
}
.header .header__nav-content .navbar__item .dropdown-label-alter {
  position: relative;
}
.header .header__nav-content .navbar__item .dropdown-label-alter::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  border: 10px solid transparent;
  border-bottom-color: var(--white);
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.header .header__nav-content .navbar__item:hover .dropdown-label-alter::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
}
.header .header__nav-content .navbar__item--has-children {
  position: relative;
}
.header .header__nav-content .navbar__item--has-children:hover > .navbar__dropdown-label {
  color: var(--tertiary-color);
}
.header .header__nav-content .navbar__item--has-children:hover > .navbar__dropdown-label-sub::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header .header__nav-content .navbar__item--has-children:hover > .navbar__sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
}
.header .header__nav-content .navbar__dropdown-label {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header__nav-content .navbar__dropdown-label::after {
  font-weight: 400;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  line-height: 0px;
  font-size: 20px;
  margin-top: -3px;
}
.header .header__nav-content .navbar__dropdown-label-sub::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  font-size: inherit;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-top: 0px;
}
.header .header__nav-content .navbar__sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 220px;
  max-width: 260px;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  pointer-events: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 20px 0px;
  border-radius: 5px;
  z-index: 9;
}
.header .header__nav-content .navbar__sub-menu li:nth-last-of-type(1) > a {
  border-bottom: 0px;
}
.header .header__nav-content .navbar__sub-menu a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  color: var(--black);
  position: relative;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(206, 206, 206, 0.4784313725);
  text-transform: capitalize;
  -webkit-transition: var(--transition) !important;
  transition: var(--transition) !important;
}
.header .header__nav-content .navbar__sub-menu a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 3px;
  height: 12px;
  background-color: var(--base-color);
  opacity: 0;
  -webkit-transform: translateY(-50%) scaleX(0);
      -ms-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
.header .header__nav-content .navbar__sub-menu a:hover {
  color: var(--base-color);

  padding-left: 40px;
}
.header .header__nav-content .navbar__sub-menu a:hover::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1);
      -ms-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
}
.header .header__nav-content .navbar__sub-menu .active > a {
  padding-left: 40px;
  font-weight: 700;
  color: var(--base-color);
}
.header .header__nav-content .navbar__sub-menu .active > a::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleX(1);
      -ms-transform: translateY(-50%) scaleX(1);
          transform: translateY(-50%) scaleX(1);
}
.header .header__nav-content .navbar__sub-menu .navbar__item--has-children:hover > .navbar__dropdown-label-sub {
  color: var(--base-color);
}
.header .header__nav-content .navbar__sub-menu__nested {
  top: 0%;
  left: 100%;
  min-width: 220px;
}
.header .header__nav-content .navbar__sub-menu__nested::before {
  content: "";
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: -1;
  left: -20px;
  border: 10px solid transparent;
  top: 12px;
  border-right-color: var(--base-color);
}
.header .header__nav-content .active > .dropdown-label-alter::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
}
.header .header__nav-content .active > .navbar__dropdown-label,
.header .header__nav-content .active > a {
  color: var(--tertiary-color);
  font-weight: 700;
}
.header .header__nav-content .active > .navbar__dropdown-label::after,
.header .header__nav-content .active > a::after {
  font-weight: 700;
}
.header .header__nav-content .navbar__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* gap: 30px; */
  /* gap: 170px; */
}
.header .header__nav-content .open-offcanvas-nav {
  padding: 0px;
  display: inline-block;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.header .header__nav-content .open-offcanvas-nav span {
  height: 2px;
  background-color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header .header__nav-content .open-offcanvas-nav .top-bar {
  width: 30px;
}
.header .header__nav-content .open-offcanvas-nav .middle-bar {
  width: 34px;
}
.header .header__nav-content .open-offcanvas-nav .bottom-bar {
  width: 16px;
}
.header .header__nav-content .open-offcanvas-nav:hover span {
  background-color: var(--white);
}
.header .header__nav-content .open-offcanvas-nav-active .middle-bar {
  opacity: 0;
}
.header .header__nav-content .open-offcanvas-nav-active .top-bar,
.header .header__nav-content .open-offcanvas-nav-active .bottom-bar {
  width: 30px !important;
}
.header .header__nav-content .open-offcanvas-nav-active .top-bar {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(9px);
      -ms-transform: rotate(45deg) translateY(5px) translateX(9px);
          transform: rotate(45deg) translateY(5px) translateX(9px);
  background-color: var(--white);
}
.header .header__nav-content .open-offcanvas-nav-active .bottom-bar {
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(9px);
      -ms-transform: rotate(-45deg) translateY(-5px) translateX(9px);
          transform: rotate(-45deg) translateY(-5px) translateX(9px);
  background-color: var(--white);
}

.header-one {
  overflow-x: clip;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#040085), color-stop(98.75%, #01001f)); */
  /* background: linear-gradient(180deg, #040085 0%, #01001f 98.75%); */
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}

.header-two {
  background-color: var(--white);
  /* position: absolute; */
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow-x: clip;
}
.header-two .logo-lg {
  width: calc(100% + 30px);
  height: 100%;
  /* background-color: var(--base-color); */
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-two .header__topbar {
  padding: 10px 40px;
  background-image: linear-gradient(to right,  #056475 , #38b687);
}
.header-two .header__topbar .social a {
  color: var(--white);
}
.header-two .header__topbar .social a:hover {
  color: var(--base-color);
}
.header-two .topbar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-two .topbar__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-two .topbar__item-single {
  gap: 12px;
}
.header-two .topbar__item-single svg {
  height: auto;
}
.header-two .topbar__item-single span {
  font-weight: 500 !important;
}
.header-two .topbar__item-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header-two .topbar__item-single__content span,
.header-two .topbar__item-single__content p {
  margin: 0px;
  color: var(--white);
  font-size: 16px;
}
.header-two .topbar__item-single__content a {
  /* text-transform: capitalize; */
    font-size: 18px;
}
.header-two .topbar__item-single__content a:hover {
  color: var(--base-color);
}
.header-two .header__nav-content {
  background-image: none !important;
  background-color: var(--white) !important;
}
.header-two .header__nav-content::after {
  background-image: none !important;
  background-color: var(--white) !important;
}
.header-two .header__nav-content .navbar__item a {
  color: var(--black);
}
.header-two .header__nav-content .navbar__item a:hover {
  color: var(--base-color);
}
.header-two .header__nav-content .navbar__item .navbar__dropdown-label {
  padding: 32px 15px;
}
.header-two .header__nav-content .navbar__item .navbar__sub-menu a {
  color: var(--black);
    font-size: 16px;
    font-weight: 400;
}
.header-two .header__nav-content .navbar__item .navbar__sub-menu a:hover {
  color: var(--base-color);
}
.header-two .header__nav-content .navbar__item .navbar__sub-menu .navbar__dropdown-label {
  padding: 16px 32px;
}
.header-two .header__nav-content .navbar__item .navbar__sub-menu .navbar__dropdown-label:hover {
  padding-left: 40px;
}
.header-two .header__nav-content .navbar__item .navbar__sub-menu .active > a {
  padding-left: 40px;
  color: var(--base-color);
}
.header-two .header__nav-content .active > .navbar__dropdown-label,
.header-two .header__nav-content .active > a {
  color: var(--base-color);
  font-weight: 700;
}
.header-two .header__nav-content .active > .navbar__dropdown-label:hover,
.header-two .header__nav-content .active > a:hover {
  color: var(--base-color);
}
.header-two .header__nav-content .navbar__item--has-children:hover > .navbar__dropdown-label {
  color: var(--base-color);
}
.header-two .header__nav-content .open-offcanvas-nav span {
  background-color: var(--black);
}
.header-two .header__nav-content .open-offcanvas-nav:hover span {
  background-color: var(--base-color);
}
.header-two .header__nav-content .open-offcanvas-nav-active .top-bar,
.header-two .header__nav-content .open-offcanvas-nav-active .bottom-bar {
  background-color: var(--base-color);
}
.header-two .header__nav-content .navbar__options {
  gap: 20px;
}
.header-two .navbar__mobile-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-two .navbar__mobile-options .contact-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header-two .navbar__mobile-options .contact-btn i {
  font-size: 36px;
  color: var(--base-color);
}
.header-two .navbar__mobile-options .contact-btn p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 6px;
}
.header-two .navbar__mobile-options .contact-btn a {
  color: #444444;
  line-height: 1;
  font-weight: 700;
}
.header-two .navbar__mobile-options .contact-btn a:hover {
  color: var(--base-color);
}
.header-two .navbar__mobile-options .btn--primary {
  display: none;
}
.header-two .search-box button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid var(--primary-color);
}
.header-two .sidebar-box .nav__bar-alt .icon-bar {
  width: 35px;
  height: 3px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--primary-color);
}
.header-two .sidebar-box .nav__bar-alt .middle-bar {
  margin: 8px 0px;
}
.header-two .sidebar-box .nav__bar-alt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  background-color: transparent;
}
.header-two .sidebar-box .nav__bar-alt .icon-bar {
  border-radius: 3px;
}
.header-two .sidebar-box .nav__bar-alt .top-bar {
  width: 25px;
}
.header-two .sidebar-box .nav__bar-alt .bottom-bar {
  width: 15px;
}
.header-two .sidebar-box .nav__bar-toggle .icon-bar {
  background-color: var(--primary-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header-two .sidebar-box .nav__bar-toggle .top-bar,
.header-two .sidebar-box .nav__bar-toggle .bottom-bar {
  width: 35px;
}
.header-two .sidebar-box .nav__bar-toggle .top-bar {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
      -ms-transform: rotate(-45deg) translate(-4px, 4px);
          transform: rotate(-45deg) translate(-4px, 4px);
}
.header-two .sidebar-box .nav__bar-toggle .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
      -ms-transform: rotate(45deg) translate(-7px, -7px);
          transform: rotate(45deg) translate(-7px, -7px);
}
.header-two .sidebar-box .nav__bar-toggle-active .icon-bar {
  width: 35px;
}
.header-two .sidebar-box .nav__bar-toggle-active .top-bar {
  -webkit-transform: rotate(-45deg) translate(-8px, 4px);
      -ms-transform: rotate(-45deg) translate(-8px, 4px);
          transform: rotate(-45deg) translate(-8px, 4px);
  background-color: var(--base-color);
}
.header-two .sidebar-box .nav__bar-toggle-active .middle-bar {
  opacity: 0;
}
.header-two .sidebar-box .nav__bar-toggle-active .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-12px, -7px);
      -ms-transform: rotate(45deg) translate(-12px, -7px);
          transform: rotate(45deg) translate(-12px, -7px);
  background-color: var(--base-color);
}

.header-three {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow-x: clip;
}
.header-three .header-three__topbar {
  background-color: var(--base-color);
}
.header-three .topbar {
  background-color: transparent;
  border-radius: 0px;
  padding-left: 0px;
}
.header-three .topbar::after {
  content: none;
}
.header-three .topbar__item-single svg {
  height: 34px;
}
.header-three .topbar__item-single span,
.header-three .topbar__item-single p {
  color: var(--white);
}
.header-three .topbar__item-single span {
  color: var(--white);
}
.header-three .topbar__item-single a:hover {
  color: var(--white);
}
.header-three .header-three__content {
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.header-three .header__nav-content {
  background: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-three .header__nav-content::after {
  content: none !important;
}
.header-three .header__nav-content .navbar {
  gap: 20px;
}
.header-three .header__nav-content .navbar__item a {
  color: var(--black);
}
.header-three .header__nav-content .navbar__item a:hover {
  color: var(--base-color);
}
.header-three .header__nav-content .navbar__item .dropdown-label-alter::before {
  border-bottom-color: #d1cece;
}
.header-three .header__nav-content .navbar__item--has-children:hover > .navbar__dropdown-label {
  color: var(--base-color);
}
.header-three .header__nav-content .active > .navbar__dropdown-label,
.header-three .header__nav-content .active > a {
  color: var(--base-color);
}
.header-three .header__nav-content .navbar__options {
  gap: 20px;
}
.header-three .header__nav-content .open-offcanvas-nav span {
  background-color: var(--black);
}
.header-three .header__nav-content .open-offcanvas-nav:hover span {
  background-color: var(--base-color);
}
.header-three .header__nav-content .open-offcanvas-nav-active .top-bar,
.header-three .header__nav-content .open-offcanvas-nav-active .bottom-bar {
  background-color: var(--base-color);
}
.header-three .btn--primary {
  min-width: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 24px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: var(--primary-color);
  border: 0px;
}
.header-three .navbar__mobile-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-three .search-box button {
  font-size: 20px;
  color: var(--black);
}
.header-three .search-box button:hover {
  color: var(--base-color);
}
.header-three .cart {
  position: relative;
  font-size: 20px;
  color: var(--black);
  margin-right: 10px;
}
.header-three .cart:hover {
  color: var(--base-color);
}
.header-three .cart .cart-item {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  font-size: 12px;
}

.mobile-menu {
  position: fixed;
  inset: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  max-width: 400px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.mobile-menu .mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu .logo img {
  max-width: 150px;
}
.mobile-menu .close-mobile-menu {
  font-size: 36px;
  color: var(--base-color);
  position: relative;
  top: -50px;
  right: -25px;
}
.mobile-menu .mobile-menu__wrapper {
  position: absolute;
  left: -400px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: var(--white);
  padding: 60px 0px;
  z-index: 9999;
  border-radius: 0px;
  overflow-y: auto;
  overflow-x: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.mobile-menu .mobile-menu__wrapper::-webkit-scrollbar {
  width: 0px;
}
.mobile-menu .navbar__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0px !important;
}
.mobile-menu .navbar__list > li > a,
.mobile-menu .navbar__list > li button {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__list > li:nth-of-type(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__item {
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.mobile-menu .navbar__item a {
  color: var(--black);
  padding: 20px 80px 20px 40px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  font-weight: 500;
}
.mobile-menu .navbar__item a:hover {
  color: var(--base-color);
}
.mobile-menu .navbar__item a::after {
  -webkit-transition: none;
  transition: none;
}
.mobile-menu .nav-fade {
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out !important;
  transition: all 0.7s ease-in-out !important;
}
.mobile-menu .navbar__item--has-children .navbar__dropdown-label::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mobile-menu .navbar__item--has-children:hover > .navbar__dropdown-label-sub {
  color: var(--base-color) !important;
}
.mobile-menu .navbar__item-active {
  color: var(--base-color) !important;
  font-weight: 600 !important;
}
.mobile-menu .navbar__item-active::after {
  content: "\f068" !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}
.mobile-menu .navbar__sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  width: 100%;
  max-width: 100%;
  padding: 0px;
  display: none;
  -webkit-transition: none;
  transition: none;
  background-color: transparent;
  border-radius: 0px;
}
.mobile-menu .navbar__sub-menu::before {
  content: none;
}
.mobile-menu .navbar__sub-menu a,
.mobile-menu .navbar__sub-menu button {
  color: var(--black);
  padding: 20px 40px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .navbar__sub-menu a::before,
.mobile-menu .navbar__sub-menu button::before {
  content: none;
}
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) a,
.mobile-menu .navbar__sub-menu li:nth-last-of-type(1) button {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu .mobile-menu__options {
  padding: 0px 40px;
}
.mobile-menu .mobile-menu__options a,
.mobile-menu .mobile-menu__options button {
  width: 100%;
}
.mobile-menu .mobile-menu__social {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.mobile-menu .mobile-menu__social a {
  font-size: 16px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  color: var(--white);
}
.mobile-menu .mobile-menu__social a:hover {
  background-color: var(--black);
}
.mobile-menu .active > .navbar__dropdown-label,
.mobile-menu .active > a {
  color: var(--base-color);
  font-weight: 600;
}
.mobile-menu .active > .navbar__dropdown-label::after,
.mobile-menu .active > a::after {
  font-weight: 900;
}

.mobile-menu__backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
  visibility: hidden;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.mobile-menu__backdrop-active {
  width: 100%;
  visibility: visible;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

.show-menu {
  opacity: 1;
  visibility: visible;
}
.show-menu .mobile-menu__wrapper {
  left: 0px;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.show-menu .nav-fade {
  -webkit-animation: navLinkFade 0.5s ease forwards;
          animation: navLinkFade 0.5s ease forwards;
  -webkit-transition: all 0.7s ease-in-out !important;
  transition: all 0.7s ease-in-out !important;
}

.nav-fade-active {
  animation: navLinkFade 1s ease reverse !important;
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes navLinkFadeReverse {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes navLinkFadeReverse {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes stickyNavbar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes stickyNavbar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.sticky-header .topbar {
  display: none;
}
.sticky-header .header__nav {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  -webkit-animation: stickyNavbar 0.5s linear;
          animation: stickyNavbar 0.5s linear;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
          /* background-color: #ffffff38; */
          background-color: var(--black);
          
          background-image: none;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#040085), color-stop(98.75%, #01001f)); */
  /* background: linear-gradient(180deg, #040085 0%, #01001f 98.75%); */
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.sticky-header .navbar {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.sticky-header .navbar::after {
  content: none !important;
}
.sticky-header .navbar-logo {
  display: block !important;
}
.sticky-header .header-three__content {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  -webkit-animation: stickyNavbar 0.5s linear;
          animation: stickyNavbar 0.5s linear;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background: var(--white) !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}
.sticky-header .header-three__content .header__nav {
  position: relative;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sticky-header .header-three__content .header__nav-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sticky-header .header-three__content .header__nav-content .navbar__item a {
  font-size: 14px;
}
.sticky-header .header-three__content .navbar__mobile-options {
  gap: 12px;
}
.sticky-header .header-three__content .btn--primary {
  min-width: auto;
  border-radius: 5px;
}
.sticky-header .header-three__content .navbar {
  gap: 16px;
}

.sticky-header.header-two .header__nav-content {
  border-left: 0px solid transparent;
  padding: 0px 15px !important;
}
.sticky-header.header-two .header__nav-content .navbar {
  padding: 0px !important;
}
.sticky-header.header-two .header__nav {
  background-image: none;
  background-color: var(--white);
}

/* ==== 
 --------- (4.01) header styles end ---------
 ==== */
/* ==== 
 --------- (4.02) banner styles start ---------
 ==== */
.banner {
  position: relative;
  z-index: 1;
  background-color: var(--white);
  padding-top: 90px;
}
.banner .banner__inner {
  padding: 100px 0px;
}
.banner .banner-two__single {
  text-align: start;
}
.banner .banner-two__single span {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.banner .banner-two__single h1 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner .banner-two__single p {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  color: var(--white);
}
.banner .banner-two__single .cta {
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner .swiper-slide-active .banner-two__single span {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.banner .swiper-slide-active .banner-two__single h1 {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}
.banner .swiper-slide-active .banner-two__single p {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.banner .swiper-slide-active .banner-two__single .cta {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}
.banner .swiper-slide-active .thumb img {
  -webkit-animation: backgroundAnimation 12s ease-in-out;
          animation: backgroundAnimation 12s ease-in-out;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.banner .banner-half-shape {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
  background-color: var(--base-color);
}
.banner .banner-half-shape .banner-bg {
  position: absolute;
  left: 8px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}
.banner .banner-half-shape .thumb-shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
.banner .banner-half-shape img {
  display: none;
}
.banner .bubble-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.banner .banner-left-shape {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 550px;
  height: 280px;
  z-index: -3;
}
.banner .banner-left-shape .banner-left-shape-img {
  position: absolute;
  top: -5px;
  right: 0px;
}
.banner .banner-left-shape img {
  display: none;
}
.banner .banner-thumb-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -4;
  min-width: 60vw;
  max-width: 60vw;
  pointer-events: none;
}
.banner .banner-thumb-wrapper img {
  min-width: 60vw;
  -o-object-position: left top;
     object-position: left top;
  height: 100%;
}
.banner .banner-thumb-wrapper .banner-two-slider-thumb {
  height: 100%;
}
.banner .banner-thumb-wrapper .banner-two-slider-thumb .thumb {
  height: 100%;
}
.banner .banner-two-navigation {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  margin-top: 40px;
}
.banner .banner-two-navigation button {
  font-size: 40px;
  color: var(--white);
}
.banner .banner-two-navigation button:nth-last-of-type(1) i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.banner-two {

  margin-top: 90px;
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-two::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1450px;
  height: 1450px;
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#fba037), color-stop(50%, var(--base-color))) calc(100% - 1px) calc(100% - 1px)/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, from(#fba037), color-stop(50%, var(--base-color))) 0px calc(100% - 1px)/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, from(#fba037), color-stop(50%, var(--base-color))) 0px 1px/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, from(#fba037), color-stop(50%, var(--base-color))) calc(100% - 1px) 0px/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #fba037 0%, var(--base-color) 50%) calc(100% - 1px) calc(100% - 1px)/50% 50% no-repeat, linear-gradient(to bottom left, #fba037 0%, var(--base-color) 50%) 0px calc(100% - 1px)/50% 50% no-repeat, linear-gradient(to top left, #fba037 0%, var(--base-color) 50%) 0px 1px/50% 50% no-repeat, linear-gradient(to top right, #fba037 0%, var(--base-color) 50%) calc(100% - 1px) 0px/50% 50% no-repeat;
  z-index: -2;
  -webkit-transform: rotate(45deg) translateX(30%) translateY(-20%);
      -ms-transform: rotate(45deg) translateX(30%) translateY(-20%);
          transform: rotate(45deg) translateX(30%) translateY(-20%);
}
.banner-two::after {
  content: "";
  position: absolute;
  left: 35%;
  top: 0px;
  width: 780px;
  height: 780px;
  border-radius: 48px;
  z-index: -3;
  background-color: var(--base-color);
  opacity: 0.6;
  -webkit-transform: rotate(45deg) translateX(-60%) translateY(-50%);
      -ms-transform: rotate(45deg) translateX(-60%) translateY(-50%);
          transform: rotate(45deg) translateX(-60%) translateY(-50%);
}
.banner-two .shape-lg {
  position: absolute;
  width: 440px;
  height: 440px;
  background-color: var(--primary-color);
  border-radius: 20px;
  -webkit-transform: rotate(45deg) translateY(80%);
      -ms-transform: rotate(45deg) translateY(80%);
          transform: rotate(45deg) translateY(80%);
  bottom: 0px;
  right: 13%;
  z-index: -1;
}
.banner-two .banner-thumb-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -4;
  min-width: 60vw;
  max-width: 60vw;
  pointer-events: none;
}
.banner-two .banner-thumb-wrapper img {
  min-width: 60vw;
  -o-object-position: left top;
     object-position: left top;
  height: 100%;
}
.banner-two .banner-thumb-wrapper .banner-two-slider-thumb {
  height: 100%;
}
.banner-two .banner-thumb-wrapper .banner-two-slider-thumb .thumb {
  height: 100%;
}
.banner-two .banner-two-navigation {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.banner-two .banner-two-navigation button {
  font-size: 40px;
  color: var(--white);
}
.banner-two .banner-two-navigation button:nth-last-of-type(1) i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner-two .banner-two__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.banner-two .banner-two__content::before {
  content: "";
  position: absolute;
  inset: 0px;
  top: -30%;
  height: 130%;
  width: 100%;
  border-radius: 50%;
  border-radius: 372.5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  z-index: -2;
}
.banner-two .banner-two__content .bubble-banner {
  position: absolute;
  width: 450px;
  height: 70%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.banner-two .banner-two__content .bubble-banner .bubble {
  position: absolute;
  width: 10px;
  height: 10px;
  background: radial-gradient(66.95% 66.95% at 59.88% 29.89%, #000 0%, #020202 37%, #090909 51%, #141414 60%, #252525 68%, #3b3b3b 75%, #575757 80%, #777 86%, #9d9d9d 91%, #c8c8c8 95%, #f6f6f6 99%, #fff 100%);
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: floatUpAlter 10s linear infinite;
          animation: floatUpAlter 10s linear infinite;
  opacity: 0;
}
.banner-two .banner-two__content .bubble-banner-right {
  left: unset;
  right: 0px;
}
.banner-two .banner-two__content .bubble-banner-right .bubble {
  -webkit-animation: floatUpAlterT 10s linear infinite;
          animation: floatUpAlterT 10s linear infinite;
}
.banner-two .banner-two__single {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.banner-two .banner-two__single span {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-two .banner-two__single h1 {
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-two .banner-two__single p {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-two .banner-two__single .cta {
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-two .banner-two__inner::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  background-color: var(--secondary-color);
  border-radius: 20px;
  top: 20%;
  right: 150px;
  z-index: -1;
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.banner-two .banner-two__inner::after {
  content: "";
  position: absolute;
  left: -150px;
  top: -50px;
  width: 200px;
  height: 200px;
  background-color: var(--secondary-color);
  border-radius: 20px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: rotation 10s linear infinite;
          animation: rotation 10s linear infinite;
}
.banner-two .swiper-slide-active .banner-two__single span {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.banner-two .swiper-slide-active .banner-two__single h1 {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}
.banner-two .swiper-slide-active .banner-two__single p {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.banner-two .swiper-slide-active .banner-two__single .cta {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}
.banner-two .swiper-slide-active .thumb img {
  -webkit-animation: backgroundAnimation 12s ease-in-out;
          animation: backgroundAnimation 12s ease-in-out;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@-webkit-keyframes floatUpAlter {
  0% {
    -webkit-transform: translateY(0) translateX(60px);
            transform: translateY(0) translateX(60px);
    opacity: 0.08;
  }
  25% {
    -webkit-transform: translateY(-25vh) translateX(-60px);
            transform: translateY(-25vh) translateX(-60px);
  }
  50% {
    -webkit-transform: translateY(-50vh) translateX(60px);
            transform: translateY(-50vh) translateX(60px);
    opacity: 0.05;
  }
  75% {
    -webkit-transform: translateY(-75vh) translateX(320px);
            transform: translateY(-75vh) translateX(320px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100vh) translateX(0);
            transform: translateY(-100vh) translateX(0);
  }
}

@keyframes floatUpAlter {
  0% {
    -webkit-transform: translateY(0) translateX(60px);
            transform: translateY(0) translateX(60px);
    opacity: 0.08;
  }
  25% {
    -webkit-transform: translateY(-25vh) translateX(-60px);
            transform: translateY(-25vh) translateX(-60px);
  }
  50% {
    -webkit-transform: translateY(-50vh) translateX(60px);
            transform: translateY(-50vh) translateX(60px);
    opacity: 0.05;
  }
  75% {
    -webkit-transform: translateY(-75vh) translateX(320px);
            transform: translateY(-75vh) translateX(320px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100vh) translateX(0);
            transform: translateY(-100vh) translateX(0);
  }
}
@-webkit-keyframes floatUpAlterT {
  0% {
    -webkit-transform: translateY(0) translateX(250px);
            transform: translateY(0) translateX(250px);
    opacity: 0.08;
  }
  25% {
    -webkit-transform: translateY(-25vh) translateX(350px);
            transform: translateY(-25vh) translateX(350px);
  }
  50% {
    -webkit-transform: translateY(-50vh) translateX(220px);
            transform: translateY(-50vh) translateX(220px);
    opacity: 0.05;
  }
  75% {
    -webkit-transform: translateY(-75vh) translateX(-120px);
            transform: translateY(-75vh) translateX(-120px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100vh) translateX(0);
            transform: translateY(-100vh) translateX(0);
  }
}
@keyframes floatUpAlterT {
  0% {
    -webkit-transform: translateY(0) translateX(250px);
            transform: translateY(0) translateX(250px);
    opacity: 0.08;
  }
  25% {
    -webkit-transform: translateY(-25vh) translateX(350px);
            transform: translateY(-25vh) translateX(350px);
  }
  50% {
    -webkit-transform: translateY(-50vh) translateX(220px);
            transform: translateY(-50vh) translateX(220px);
    opacity: 0.05;
  }
  75% {
    -webkit-transform: translateY(-75vh) translateX(-120px);
            transform: translateY(-75vh) translateX(-120px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100vh) translateX(0);
            transform: translateY(-100vh) translateX(0);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0.8;
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0.8;
  }
}
.banner-three {
  margin-top: 90px;
  padding: 100px 0px 180px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-three::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: var(--base-color);
  opacity: 0.7;
  z-index: -3;
}
.banner-three .banner-three__single span {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -7px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-three .banner-three__single h1 {
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-three .banner-three__single p {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 440px;
  color: var(--white);
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-three .banner-three__single .cta {
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-three .banner-thumb-wrapper {
  position: absolute;
  inset: 0px;
  z-index: -5;
  height: 100%;
}
.banner-three .banner-thumb-wrapper img {
  width: 100%;
  -o-object-position: left top;
     object-position: left top;
  height: 100%;
}
.banner-three .banner-thumb-wrapper .banner-three-slider-thumb {
  height: 100%;
}
.banner-three .banner-thumb-wrapper .banner-three-slider-thumb .thumb {
  height: 100%;
}
.banner-three .banner-three-navigation {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.banner-three .banner-three-navigation button {
  font-size: 30px;
  color: var(--white);
}
.banner-three .banner-three-navigation button:nth-last-of-type(2) i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner-three .swiper-slide-active .banner-three__single span {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.banner-three .swiper-slide-active .banner-three__single h1 {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}
.banner-three .swiper-slide-active .banner-three__single p {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.banner-three .swiper-slide-active .banner-three__single .cta {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}
.banner-three .swiper-slide-active .thumb img {
  -webkit-animation: backgroundAnimation 12s ease-in-out;
          animation: backgroundAnimation 12s ease-in-out;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.banner-three .bubble-banner {
  position: absolute;
  width: 450px;
  height: 70%;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -3;
}
.banner-three .bubble-banner .bubble {
  position: absolute;
  width: 10px;
  height: 10px;
  background: radial-gradient(66.96% 66.96% at 59.89% 29.88%, #000 0%, #020202 37%, #090909 51%, #141414 60%, #252525 68%, #3b3b3b 75%, #575757 80%, #777 86%, #9d9d9d 91%, #c8c8c8 95%, #f6f6f6 99%, #fff 100%);
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: floatUpAlter 10s linear infinite;
          animation: floatUpAlter 10s linear infinite;
  opacity: 0;
}
.banner-three .bubble-banner-right {
  left: unset;
  right: 5%;
}
.banner-three .bubble-banner-right .bubble {
  -webkit-animation: floatUpAlterT 10s linear infinite;
          animation: floatUpAlterT 10s linear infinite;
}
.banner-three .banner-thumb {
  position: absolute;
  bottom: 30px;
  right: 16%;
  z-index: -2;
}
.banner-three .banner-thumb img {
  min-width: 25vw;
  max-width: 35vw;
}
.banner-three .banner-cloud {
  position: absolute;
  bottom: -5px;
  left: 0px;
  right: 0px;
  z-index: -1;
}
.banner-three .banner-cloud img {
  width: 100%;
  height: 120px;
  -o-object-position: top;
     object-position: top;
}
.banner-three .banner-cloud .swiper-slide {
  margin-left: -16px;
}
.banner-three .banner-cloud .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.common-banner {
  /* padding: 120px 0px 115px; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position: left top; */
  /* margin-top: 90px; */
  position: relative;
  /* z-index: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-banner::after {
  content: "";
  position: absolute;
  inset: 0px;
  opacity: 0.4;
  /* background: var(--base-color); */
  z-index: -1;

}
.common-banner .common-banner__inner {
  text-align: center;
  text-shadow: 2px 1px 4px #000;
  z-index: 1;
  position: relative;
  top: 50%;
}
.common-banner h2 {
  font-weight: 600;
  color: var(--white);
  margin-top: -12px;
  margin-bottom: 14px;
  text-shadow: 0px 0px 0px #000;
  line-height: 1.1em;
  font-size: 50px;


}

@-webkit-keyframes backgroundAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes backgroundAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/* ==== 
 --------- (4.02) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.04) footer styles start ---------
 ==== */
.footer {
  margin-top: 126px;
  background-color: var(--base-color);
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
.footer .footer__newsletter-inner {
  padding: 60px 20px;
  border-radius: 20px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffb800), color-stop(50%, #ffb800)) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, from(#ffb800), color-stop(50%, #ffb800)) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, from(#ffb800), color-stop(50%, #ffb800)) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, from(#ffb800), color-stop(50%, #ffb800)) top right/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #ffb800 0%, #ffb800 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #ffb800 0%, #ffb800 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #ffb800 0%, #ffb800 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #ffb800 0%, #ffb800 50%) top right/50% 50% no-repeat;
  position: relative;
  top: -126px;
  margin-bottom: -126px;
  z-index: 1;
}
.footer .footer__newsletter-inner .footer__newsletter-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.25;
  z-index: -1;
}
.footer .footer__newsletter-inner h3 {
  font-weight: 700;
  color: var(--base-color);
  text-transform: capitalize;
}
.footer .footer__newsletter-inner form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 10px;
  background-color: var(--white);
  border-radius: 10px;
}
.footer .footer__newsletter-inner form input {
  width: 100%;
  padding-left: 16px;
  padding: 16px;
}
.footer .footer__newsletter-inner form button {
  min-width: 160px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer__newsletter-inner .bubble-news {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.footer .footer__newsletter-inner .bubble-news .bubble {
  background: radial-gradient(66.94% 66.94% at 59.89% 29.89%, #000 0%, #020202 37%, #090909 51%, #141414 60%, #252525 68%, #3b3b3b 75%, #575757 80%, #777 86%, #9d9d9d 91%, #c8c8c8 95%, #f6f6f6 99%, #fff 100%);
  opacity: 0.03;
}
.footer .btn--primary {
  padding-left: 24px;
  padding-right: 24px;
}
.footer .footer__content {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}
.footer .footer__thumb {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
  right: 60px;
  z-index: -1;
}
.footer .footer__thumb img {
  max-width: 9vw;
  min-width: 40px;
  animation: move 1.2s linear infinite alternate-reverse;
}
.footer .footer__widget-header h5 {
  font-weight: 700;
  color: var(--white);
  margin-top: -6px;
}
.footer .footer__widget-content {
  margin-top: 30px;
}
.footer .footer__widget-content-alt {
  margin-top: 30px;
}
.footer .footer__widget-cta {
  margin-top: 24px;
}
.footer .footer__widget p {
  color: var(--white);
}
.footer .footer__widget-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer__widget-group p {
  font-weight: 700;
}
.footer .footer__blog-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
.footer .footer__blog-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer__blog-single .thumb {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.footer .footer__blog-single .thumb img {
  border-radius: 5px;
}
.footer .footer__blog-single span {
  color: #21c5fc;
  font-size: 14px;
  margin-top: -5px;
}
.footer .footer__blog-single h6 {
  margin-top: 5px;
  font-size: 18px;
  line-height: 24px;
}
.footer .footer__blog-single a {
  font-weight: 600;
  color: var(--white);
  text-transform: capitalize;
}
.footer .footer__blog-single a:hover {
  color: var(--white);
}
.footer .footer__widget-list li {
  margin-bottom: 6px;
  width: 100%;
}
.footer .footer__widget-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer__widget-list li:nth-of-type(1) {
  margin-top: -2px;
}
.footer .footer__widget-list a {
  color: var(--white);
  font-weight: 500;
  gap: 12px;
}
.footer .footer__widget-list a svg {
  width: 20px;
  height: 20px;
}
.footer .footer__widget-list a:hover {
  color: var(--white);
}
.footer .download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 30px;
  background-color: #020039;
  border-radius: 10px;
  margin-bottom: 12px;
  max-width: 300px;
}
.footer .download-btn:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .download-btn .download-btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .download-btn .download-btn__content span {
  color: var(--white);
}
.footer .download-btn .download-btn__content span:nth-of-type(1) {
  font-size: 14px;
  margin-top: -6px;
  margin-bottom: 8px;
}
.footer .download-btn .download-btn__content span:nth-last-of-type(1) {
  font-size: 24px;
  font-weight: 700;
}
.footer .footer__copyright {
  padding: 30px 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(#04009a), to(#010034));
  background: linear-gradient(0deg, #04009a 0%, #010034 100%);
}
.footer .footer__copyright p {
  color: var(--white);
}
.footer .footer__copyright p a:hover {
  color: var(--white);
}
.footer .footer__bottom-left li:nth-of-type(2), .footer .footer__bottom-left li:nth-of-type(4) {
  display: none;
}
.footer .footer__bottom-left li span {
  height: 16px;
  width: 1px;
  background-color: var(--white);
  margin-bottom: -3px;
}
.footer .footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  row-gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer__bottom-list a {
  color: var(--white);
}
.footer .footer__bottom-list a:hover {
  color: var(--white);
}

.footer-team {
  margin-top: 0px;
}

.footer-two {
  margin-top: 0px;
}
.footer-two .newsletter-form {
  margin-top: 40px;
}
.footer-two .newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1882352941);
  border-radius: 5px;
}
.footer-two .newsletter-form form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 5px 10px;
  background-color: transparent;
  padding-left: 16px;
  border-radius: 5px;
  color: var(--white);
  font-size: 14px;
}
.footer-two .newsletter-form form input::-webkit-input-placeholder {
  color: #c2f0ff;
  font-size: 14px;
}
.footer-two .newsletter-form form input::-moz-placeholder {
  color: #c2f0ff;
  font-size: 14px;
}
.footer-two .newsletter-form form input:-ms-input-placeholder {
  color: #c2f0ff;
  font-size: 14px;
}
.footer-two .newsletter-form form input::-ms-input-placeholder {
  color: #c2f0ff;
  font-size: 14px;
}
.footer-two .newsletter-form form input::placeholder {
  color: #c2f0ff;
  font-size: 14px;
}
.footer-two .newsletter-form form button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-color: var(--secondary-color);
}
.footer-two .newsletter-form form svg {
  width: 35px;
  height: 35px;
}
/* .footer-two .footer__widget-newsletter .footer__widget-content p {
  margin-top: -6px;
} */
.footer-two .footer__copyright {
  /* background: #023cb0; */
  background: #00ADEF;
    background-image: linear-gradient(to right, #BF161D, #FBA037) !important;
}
.footer-two .topbar__item {
  padding: 40px 20px;
  background-color: #f6fdff;
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  row-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0px 90px;
  position: relative;
}
.footer-two .topbar__item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  height: 10px;
  width: calc(100% - 30px);
  background-color: var(--primary-color);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.footer-two .topbar__item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  height: 10px;
  width: calc(100% - 30px);
  background-color: var(--secondary-color);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.footer-two .topbar__item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-two .topbar__item-single span,
.footer-two .topbar__item-single p {
  font-size: 16px;
  line-height: 1;
}
.footer-two .topbar__item-single span {
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 10px;
}
.footer-two .topbar__item-single a {
  text-transform: lowercase;
}
.footer-two .topbar__item-single a:hover {
  color: var(--base-color);
}
.footer-two .topbar__item-single svg {
  width: 40px;
  height: 40px;
}

.footer-three {
  margin-top: 109px;
}
.footer-three .footer__newsletter-inner {
  padding: 60px 20px;
  background-color: var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  top: -109px;
  margin-bottom: -109px;
  z-index: 1;
}
.footer-three .footer__newsletter-inner h3 {
  color: var(--white);
  font-size: 38px;
  font-weight: 700;
}
.footer-three .footer__newsletter-inner p{
	position:relative;
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 30px;
	margin-top: 10px;	
}
.footer-three .footer__newsletter-inner .bubble {
  background: var(--white);
  opacity: 0.13;
  z-index: -1;
}
.footer-three .footer__content {
  padding-top: 100px;
}
.footer-three .footer__content .social {
  gap: 8px;
}
.footer-three .footer__content .social a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--primary-color);
  color: var(--base-color);
  font-size: 16px;
}
.footer-three .footer__content .social a:hover {
  background-color: var(--base-color);
  color: var(--white);
  border-color: var(--base-color);
}
.footer-three .footer__content form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #fba037;
}
.footer-three .footer__content form input {
  width: 100%;
  padding: 8px 16px;
  padding-left: 0px;
  background-color: #ffffff;
}
.footer-three .footer__content form button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 24px;
}
.footer-three .footer__content-inner {
  padding-bottom: 80px;
}
.footer-three .footer__content-main {
  padding: 80px 0px;
  border-top: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
}
.footer-three .footer__widget-header h5 {
  font-weight: 700;
  color: var(--base-color);
  margin-top: -6px;
}
.footer__widget-header a img{
  height: 100px;
}
.footer-three .footer__widget-content {
  margin-top: 30px;
}
.footer-three .footer__widget-content-alt {
  margin-top: 30px;
}
.footer-three .footer__widget-list li {
  margin-bottom: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  row-gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-three .footer__widget-list li span:nth-of-type(1) {
  min-width: 80px;
}
.footer-three .footer__widget-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer-three .footer__widget-list li:nth-of-type(1) {
  margin-top: -2px;
}
.footer-three .footer__widget-list a {
  color: var(--template-color);
  font-weight: 500;
  gap: 12px;
}
.footer-three .footer__widget-list a svg {
  width: 20px;
  height: 20px;
}
.footer-three .footer__widget-list a:hover {
  color: var(--base-color);
}
.footer-three .footer__widget-open li {
  margin-bottom: 6px;
}
.footer-three .footer__widget-open li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer-three .topbar__item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer-three .topbar__item-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer-three .topbar__item-single svg {
  height: 34px;
}
.footer-three .topbar__item-single:nth-child(3) svg{
	height:24px;	
}
.footer-three .topbar__item-single span,
.footer-three .topbar__item-single p {
  line-height: 1;
  font-size:16px;
}
.footer-three .topbar__item-single span {
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 8px;
  font-size:16px;
}
.footer-three .topbar__item-single a {
  text-transform: lowercase;
}
.footer-three .topbar__item-single a:hover {
  color: var(--base-color);
}
.footer-three .footer__copyright {
  padding: 30px 0px;
  background: transparent;
}
.footer-three .footer__copyright p {
  color: var(--template-color);
}
.footer-three .footer__copyright p a:hover {
  color: var(--base-color);
}
.footer-three .footer__bottom-left li:nth-of-type(2), .footer-three .footer__bottom-left li:nth-of-type(4) {
  display: none;
}
.footer-three .footer__bottom-left li span {
  height: 16px;
  width: 1px;
  background-color: var(--template-color);
  margin-bottom: -3px;
}
.footer-three .footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  row-gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-three .footer__bottom-list a {
  color: var(--template-color);
}
.footer-three .footer__bottom-list a:hover {
  color: var(--base-color);
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


@keyframes move {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.footer-three .topbar__item-single__icon {
  min-width: 50px;
  text-align:center;
}

/* ==== 
 --------- (4.04) footer styles end ---------
 ==== */
/* ==== 
 --------- (5.01) about section styles start ---------
 ==== */
.about {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
  background-color: #f6feff;
  z-index: 1;
}
.about .about__thumb {
  position: relative;
  max-width: 600px;
}
.about .about__thumb img {
  border-radius: 20px;
}
.about .about__thumb-big {
  position: relative;
}
.about .about__thumb-big::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 400px;
  background-color: var(--secondary-color);
  z-index: -1;
}
.about .about__thumb-big img {
  min-height: 600px;
}
.about .about__thumb-big .video-btn-wrapper {
  top: 40px;
  left: 40%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.about .about__thumb-big .video-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -45%);
      -ms-transform: translate(-55%, -45%);
          transform: translate(-55%, -45%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.about .about__thumb-sm {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 260px;
}
.about .about__thumb-sm img {
  min-height: 130px;
}
.about .about__thumb-sm__content {
  padding: 20px 30px;
  background-color: var(--white);
  border-radius: 10px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -40px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.about .about__thumb-sm__content-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.about .about__thumb-sm__content-counter h2 {
  font-weight: 700;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about .about__thumb-sm__content-counter i {
  font-size: 40px;
  color: var(--base-color);
}
.about .about__content-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about .about__content-inner ul li {
  width: 100%;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600;
}
.about .about__content-inner ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.about .about__content-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 34px;
}
.about .about__content-review h3 {
  color: var(--base-color);
  font-weight: 700;
}
.about .about__content-inner__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  row-gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.about .join-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  padding-left: 24px;
}
.about .join-users .single-user {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -24px;
}
.about .join-users .single-user img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.about .about-thumb-left,
.about .about-thumb-right {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  min-width: 400px;
  min-height: 600px;
  pointer-events: none;
  opacity: 0.6;
}
.about .about-thumb-left #particles-js-left,
.about .about-thumb-left #particles-js-right,
.about .about-thumb-right #particles-js-left,
.about .about-thumb-right #particles-js-right {
  position: absolute;
  inset: 0px;
}
.about .about-thumb-left #particles-js-left canvas,
.about .about-thumb-left #particles-js-right canvas,
.about .about-thumb-right #particles-js-left canvas,
.about .about-thumb-right #particles-js-right canvas {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.about .about-thumb-left img,
.about .about-thumb-right img {
  max-width: 20vw;
  min-width: 80px;
}
.about .about-thumb-right {
  left: unset;
  right: 0px;
}

.about-two {
  padding: 80px 0px;
  background-color: #ffffff;
  overflow-x: clip;
}
.about-two .about__content-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-two .about__content-inner ul li {
  width: 100%;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600;
}
.about-two .about__content-inner ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.about-two .about__content-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}
.about-two .about__content-cta .arrow {
  position: absolute;
  top: 80px;
  left: 200px;
}
.about-two .about__content-group {
  padding: 30px 24px;
  border-radius: 15px;
  background: #f5f5f5;
  margin: 40px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-two .about__content-group .vector-shape {
  display: none;
}
.about-two .about__content-group svg {
  fill: var(--base-color);
}
.about-two .about__content-group span {
  font-weight: 700;
  color: var(--base-color);
  font-size: 20px;
  margin-bottom: 6px;
}
.about-two .group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  row-gap: 20px;
}
.about-two .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.about-two .contact-btn i {
  font-size: 36px;
  color: var(--base-color);
}
.about-two .contact-btn p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 6px;
}
.about-two .contact-btn a {
  color: #444444;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
}
.about-two .contact-btn a:hover {
  color: var(--base-color);
}
.about-two .about-two__thumb {
  position: relative;
  z-index: 1;
}
.about-two .about-two__thumb-inner {
  min-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about-two .thumb-two-lg {
  margin: 130px 0px 80px;
  position: relative;
  padding: 50px;
  padding-left: 0px;
}
.about-two .thumb-two-lg::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--base-color);
  border-radius: 50%;
  left: 250px;
  top: -50px;
  z-index: -1;
}
.about-two .thumb-two-lg img {
  border-radius: 15px;
  border: 15px solid var(--secondary-color);
}
.about-two .thumb-two-lg .shape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 340px;
  height: 100%;
  bottom: 0px;
  z-index: -1;
  border: 15px solid var(--base-color);
  border-left: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.about-two .thumb-two-lg .shape::before, .about-two .thumb-two-lg .shape::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--base-color);
  top: 0px;
  left: 0px;
  -webkit-transform: translateX(-100%) translateY(-68%);
      -ms-transform: translateX(-100%) translateY(-68%);
          transform: translateX(-100%) translateY(-68%);
}
.about-two .thumb-two-lg .shape::after {
  top: 100%;
  -webkit-transform: translateX(-100%) translateY(-30%);
      -ms-transform: translateX(-100%) translateY(-30%);
          transform: translateX(-100%) translateY(-30%);
}
.about-two .thumb-two-sm {
  position: absolute;
  top: 0px;
  left: 0px;
}
.about-two .thumb-two-sm img {
  border: 15px solid var(--white);
  border-radius: 15px;
}
.about-two .video-btn-wrapper {
  position: absolute;
  top: 65%;
  left: 20%;
  bottom: unset;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.about-two .video-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -45%);
      -ms-transform: translate(-55%, -45%);
          transform: translate(-55%, -45%);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.about-two .video-btn-wrapper::after {
  content: "";
  position: absolute;
  top: 63%;
  left: 7%;
  width: 140px;
  height: 140px;
  border: 6px solid var(--secondary-color);
  border-radius: 15px;
  z-index: -1;
}
.about-two .video-btn-wrapper a {
  width: 200px;
  height: 200px;
}
.about-two .video-btn-wrapper a i {
  font-size: 40px;
}

.about-three {
  padding-top: 100px;
  overflow-x: clip;
}
.about-three .about-three__content-group {
  padding: 24px;
  border-radius: 10px;
  border-left: 4px solid var(--base-color);
  background: var(--white);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.about-three .video-btn-wrapper {
  position: relative;
  -webkit-transform: translate(-20px, 0px);
      -ms-transform: translate(-20px, 0px);
          transform: translate(-20px, 0px);
  top: unset;
  left: unset;
}
.about-three .video-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -45%);
      -ms-transform: translate(-55%, -45%);
          transform: translate(-55%, -45%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.about-three .video-btn-wrapper a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-three .video-btn-wrapper a i {
  font-size: 16px;
  color: var(--secondary-color);
}
.about-three ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-three ul li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 600;
}
.about-three ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.about-three .left-group-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-three .left-group-inner img {
  opacity: 0.9;
  border-radius: 10px;
}
.about-three .about__content-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  row-gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 60px;
}
.about-three .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.about-three .contact-btn i {
  font-size: 36px;
  color: var(--base-color);
}
.about-three .contact-btn p {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 6px;
}
.about-three .contact-btn a {
  color: #444444;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
}
.about-three .contact-btn a:hover {
  color: var(--base-color);
}
.about-three .about-three__thumb-inner {
  min-width: 700px;
}
.about-three .thumb-lg {
  padding: 80px;
  position: relative;
}
.about-three .thumb-lg .main-img {
  min-height: 300px;
}
.about-three .thumb-lg img {
  border-radius: 30px;
}
.about-three .dot-img {
  position: absolute;
  z-index: -1;
  left: 0px;
  border-radius: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
}
.about-three .thumb-xs,
.about-three .thumb-sm {
  position: absolute;
  right: -50px;
  border: 7px solid var(--white);
  border-radius: 30px;
}
.about-three .thumb-xs {
  top: 0px;
}
.about-three .thumb-sm {
  bottom: 0px;
}

/* ==== 
 --------- (5.01) about section styles end ---------
 ==== */
/* ==== 
 --------- (5.02) service section styles start ---------
 ==== */
.service {
  background-color: #f6feff;
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
  overflow: hidden;
}
.service::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 30%;
  background-color: var(--white);
  z-index: -2;
}
.service .service__single {
  padding: 0px 24px 24px 24px;
  background: #fff;
  text-align: center;
  border-radius: 50px 50px 15px 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  margin-top: 50px;
}
.service .service__single::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: calc(100% - 90px);
  border-radius: 50px 50px 15px 15px;
  border: 1px solid #ddd;
  -webkit-transition: border-color 0.5s ease-in-out;
  transition: border-color 0.5s ease-in-out;
  z-index: -1;
}
.service .service__single:hover {
  background-color: var(--base-color);
}
.service .service__single:hover::before {
  border-color: var(--base-color);
}
.service .service__single:hover .service__single-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service .service__single:hover a:hover {
  color: var(--white);
}
.service .service__single:hover a,
.service .service__single:hover p {
  color: var(--white);
}
.service .service__single-icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.service .service__single-content {
  margin-top: 35px;
  margin-bottom: 35px;
}
.service .service__single-content h5 {
  margin-bottom: 10px;
}
.service .service__single-content a {
  font-weight: 600;
  color: var(--base-color);
}
.service .service__single-content a:hover {
  color: var(--black);
}
.service .service__single-content p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.service .service__single-thumb {
  position: relative;
}
.service .service__single-thumb a {
  width: 100%;
  border-radius: 10px;
}
.service .service__single-thumb img {
  border-radius: 10px;
  width: 100%;
  min-height: 240px;
}
.service .service__single-active {
  background-color: var(--base-color);
  padding-bottom: 24px;
}
.service .service__single-active::before {
  height: 100%;
  border-color: var(--base-color);
}
.service .service__single-active .service__single-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service .service__single-active a,
.service .service__single-active p {
  color: var(--white);
}
.service .cloud {
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.service .cloud img {
  width: 100%;
}

.service-two {
  /* padding: 100px 0px; */
  background-color: #d6d09f26;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-two .service__single {
  /* padding: 30px 24px; */
  border-radius: 15px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.service-two .service__single:hover {
  background-color: var(--base-color);
}
.service-two .service__single:hover .service__single-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.service-two .service__single:hover .service__single-content a,
.service-two .service__single:hover .service__single-content p {
  color: var(--white);
}
.service-two .service__single:hover .service__single-content a,
.service-two .service__single:hover .service__single-content ul li {
  color: var(--white);
}
.service-two .service__single:hover .bubble-blog {
  opacity: 1;
}
.service-two .service__single:hover .bubble-blog .bubble {
  background: radial-gradient(66.94% 66.94% at 59.89% 29.89%, #000 0%, #020202 37%, #090909 51%, #141414 60%, #252525 68%, #3b3b3b 75%, #575757 80%, #777 86%, #9d9d9d 91%, #c8c8c8 95%, #f6f6f6 99%, #fff 100%);
}
.service-two .service__single .bubble-blog {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  
}
.service-two .service__single-thumb a {
  /* max-height: 130px; */
  width: 100%;
  border-radius: 10px;
}
.service-two .service__single-thumb a img {
  /* max-height: 130px; */
  width: 100%;
  /* border-radius: 10px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
}
.service-two .service__single-icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.service-two .service__single-content {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0px 20px;
  height: 235px;
}
.service-two .it-box-content {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0px 20px;
  height: 420px !important;
}

.service-two .service__single-content h5 {
  margin-bottom: 10px;
}
.service-two .service__single-content a {
  font-weight: 600;
  color: var(--base-color);
}
.service-two .service__single-content a:hover {
  color: var(--black);
}
.service-two .service__single-content p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.service-two .service__single-content ul li {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.service__single-cta{
  padding: 0px 20px 20px 20px;
}
.service-two .service__single-cta a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 24px;
  border-radius: 10px;
  background: #f5f5f5;
  font-weight: 700;
  color: var(--base-color);
}
.service-two .service__single-cta i {
  font-size: 20px;
  margin-top: 2px;
  color: var(--primary-color);
}
.service-two .about-thumb-left,
.service-two .about-thumb-right {
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: -1;
  min-width: 400px;
  min-height: 700px;
  pointer-events: none;
  opacity: 0.6;
}
.service-two .about-thumb-left #particles-js-left,
.service-two .about-thumb-left #particles-js-right,
.service-two .about-thumb-right #particles-js-left,
.service-two .about-thumb-right #particles-js-right {
  position: absolute;
  inset: 0px;
}
.service-two .about-thumb-left #particles-js-left canvas,
.service-two .about-thumb-left #particles-js-right canvas,
.service-two .about-thumb-right #particles-js-left canvas,
.service-two .about-thumb-right #particles-js-right canvas {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.service-two .about-thumb-left img,
.service-two .about-thumb-right img {
  max-width: 20vw;
  min-width: 80px;
}
.service-two .about-thumb-right {
  left: unset;
  right: 0px;
}
.service-two .partner {
  padding-top: 100px;
  background-color: transparent;
}

.service-three {
  padding: 100px 0px;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-three .featured-servcie__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.service-three .featured-servcie__cta .btn--secondary {
  padding-left: 30px;
  padding-right: 30px;
}
.service-three .swiper-slide {
  border-radius: 20px;
}
.service-three .service-navigation {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
.service-three .feature-service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: var(--white);
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-three .thumb {
  position: relative;
  overflow: hidden;
}
.service-three .cloud {
  position: absolute;
  right: -12px;
  top: 0px;
  bottom: 0px;
  height: 100%;
}
.service-three .feature-icon-wrapper img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
}
.service-three .feature-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 1;
}
.service-three .feature-icon i {
  font-size: 40px;
  color: var(--white);
}
.service-three .feature-icon span {
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid var(--primary-color);
  background-color: var(--secondary-color);
  color: var(--black);
  position: absolute;
  top: 0px;
  -webkit-transform: translate(-50%, 15%);
      -ms-transform: translate(-50%, 15%);
          transform: translate(-50%, 15%);
  left: 0px;
  font-size: 18px;
  font-weight: 700;
}
.service-three .thumb {
  width: 100%;
}
.service-three .thumb a {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}
.service-three .thumb a img {
  width: 100%;
  min-height: 220px;
  border-radius: 15px 15px 0px 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.service-three .content {
  position: relative;
  padding: 30px 24px;
}
.service-three .content img {
  position: absolute;
  bottom: calc(100% - 50px);
  left: 0px;
  right: 0px;
}
.service-three .content a {
  font-weight: 700;
  color: var(--base-color);
}
.service-three .content a:hover {
  color: var(--black);
}
.service-three .content .cta a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--primary-color);
  font-weight: 400;
}
.service-three .content .cta a:hover {
  color: var(--base-color);
}
.service-three .content .cta a i {
  margin-top: 2px;
}
.service-three .content p {
  margin-top: 6px;
  margin-bottom: 15px;
}
.service-three .bubble-left,
.service-three .bubble-right {
  position: absolute;
  z-index: -1;
}
.service-three .bubble-left {
  left: 0px;
  bottom: 0px;
}
.service-three .bubble-left img {
  max-width: 25vw;
  min-width: 100px;
}
.service-three .bubble-right {
  right: 0px;
  bottom: 40px;
}
.service-three .bubble-right img {
  max-width: 20vw;
  min-width: 100px;
}


.service-details {
  padding: 100px 0px;
}
.service-details .service__sidebar-tab li {
  width: 100%;
  margin-bottom: 12px;
}
.service-details .service__sidebar-tab li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.service-details .service__sidebar-tab a {
  padding: 28px 40px;
  background-color: #e6ebed;
  color: var(--base-color);
  font-weight: 600;
  position: relative;
  font-size: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-left: 5px solid transparent;
}
.service-details .service__sidebar-tab a::after {
  content: "::";
  font-size: 24px;
  font-weight: 600;
}
.service-details .service__sidebar-tab a:hover {
  background-color: var(--base-color);
  color: var(--white);
  border-color: var(--primary-color);
}
.service-details .blog__sidebar-widget {
  text-align: start;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
.service-details .blog__sidebar-widget .bubble-blog {
  z-index: -1;
  position: absolute;
  inset: 0px;
}
.service-details .blog__sidebar-widget a {
  padding: 20px 30px;
  background-color: var(--white);
  color: var(--base-color);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  border-radius: 5px;
}
.service-details .blog__sidebar-widget a:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.service-details .blog__sidebar-widget a i {
  font-size: 24px;
  color: var(--primary-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.service-details .blog__sidebar-widget a:hover {
  background-color: var(--primary-color);
  color: var(--black);
}
.service-details .blog__sidebar-widget a:hover i {
  color: var(--black);
}
.service-details .service-group {
  margin-bottom: 60px;
}
.service-details .service-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.service-details .service-group h3,
.service-details .service-group h4 {
  margin-top: -7px;
  font-weight: 600;
  color: var(--base-color);
  margin-bottom: 24px;
}
.service-details .service-group p {
  margin-bottom: 20px;
}
.service-details .service-group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.service-details .service-group p strong {
  color: var(--base-color);
}
.service-details .service-group p + .service-group-thumb {
  margin-top: 30px;
}
.service-details .service-group li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}
.service-details .service-group li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.service-details .service-group li i {
  font-size: 24px;
  color: var(--primary-color);
  margin-top: 10px;
}
.service-details .service-group-columns {
  margin-top: 40px;
}
.service-details .service-group-thumb img {
  width: 100%;
  max-height: 460px;
  border-radius: 10px;
  min-height: 200px;
}
.service-details .accordion-item {
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 0px solid transparent;
  border-radius: 10px;
  padding: 20px;
}
.service-details .accordion-item:last-of-type {
  margin-bottom: 0px;
}
.service-details .accordion-item .accordion-button:not(.collapsed) {
  color: var(--base-color);
  background-color: transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-details .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: var(--white);
}
.service-details .accordion-item .accordion-button:not(.collapsed)::before {
  background-color: var(--base-color);
}
.service-details .accordion-item .accordion-button {
  border-radius: 0px;
  color: var(--base-color);
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
  font-weight: 600;
  z-index: 1;
}
.service-details .accordion-item .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
  background-image: none;
  font-size: 12px;
  color: var(--white);
}
.service-details .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  z-index: -1;
}
.service-details h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 600;
  font-size: 20px;
}
.service-details h6 button {
  padding: 0px;
  font-size: inherit;
  line-height: inherit;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  padding: 16px 0px;
}
.service-details .accordion-body {
  padding: 0px;
  border: 0px;
  margin-top: 25px;
}
.service-details .service-details__faq {
  padding-top: 80px;
}
.service-details .service-details__faq h4 {
  font-weight: 600;
  color: var(--base-color);
  margin-top: -8px;
  margin-bottom: 34px;
}

/* ==== 
 --------- (5.02) service section styles end ---------
 ==== */
/* ==== 
 --------- (5.03) counter section styles start ---------
 ==== */
.counter {
  padding: 100px 0px;
  background-color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.counter .counter__inner {
  overflow: hidden;
}
.counter .counter__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.counter .counter__single h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-weight: 700;
  color: var(--base-color);
}
.counter .counter__single h3 .prefix {
  color: var(--primary-color);
}
.counter .counter__single-icon {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  border-radius: 100px 100px 0px 0px;
}
.counter .counter__single-icon__inner {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed #fba037;
  border-radius: 100px 100px 0px 0px;
}
.counter .counter__single-icon__inner i {
  font-size: 50px;
  color: var(--white);
}
.counter .wipe-hand {
  position: absolute;
  z-index: -1;
  left: 0px;
  bottom: 50px;
}
.counter .wipe-hand img {
  animation: wipe 1s ease-in-out infinite alternate-reverse;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  max-width: 13vw;
  min-width: 80px;
}

@-webkit-keyframes wipe {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes wipe {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.counter-two {
  padding-top: 50px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url('../images/banner/security-image-banner.jpg');
  background-position: center;
  /* background-image: url(''); */
  
}

/* .counter-two::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 90px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #f6f6f6;
} */
.counter-two .counter__inner {
  /* background-color: var(--primary-color); */
  background-color: #fdfdfd;
  /* padding: 60px; */
  padding: 20px 0px;
  border-radius: 6px;
  margin: 40px 0px;
}
.counter-two .counter__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  row-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.counter-two .counter__single h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-weight: 700;
  color: #000000;
}
.counter-two .counter__single h3 .prefix {
  color: #000000;
}
.counter-two .counter__single p {
  color: #000000;
}
.counter-two .counter__single-icon {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
}
.counter-two .counter__single-icon__inner {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px dashed #ffffff;
}
.counter-two .counter__single-icon__inner i {
  font-size: 40px;
  color: var(--white);
}

/* ==== 
 --------- (5.03) counter section styles end ---------
 ==== */
/* ==== 
 --------- (5.04) featured services section styles start ---------
 ==== */
.featured-servcies {
  background-color: var(--white);
  position: relative;
  z-index: 1;
  padding: 100px 0px;
  overflow-x: clip;
}
.featured-servcies::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: calc(100% - 98px);
  background-color: var(--base-color);
  z-index: -2;
}
.featured-servcies .shape-top {
  position: absolute;
  bottom: calc(100% - 56px);
  left: 0px;
  right: 0px;
}
.featured-servcies .shape-top img {
  width: 100%;
  min-height: 56px;
}
.featured-servcies .shape-bottom {
  position: absolute;
  top: calc(100% - 50px);
  left: 0px;
  right: 0px;
}
.featured-servcies .shape-bottom img {
  width: 100%;
  min-height: 50px;
}
.featured-servcies .tab-btn-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  cursor: pointer;
}
.featured-servcies .tab-btn-wrapper:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.featured-servcies .tab-btn-wrapper:hover .featured-services-tab-single::before {
  width: 100%;
}
.featured-servcies .tab-btn-wrapper:hover h5,
.featured-servcies .tab-btn-wrapper:hover p {
  color: var(--white);
}
.featured-servcies .tab-btn-active .featured-services-tab-single::before {
  width: 100%;
}
.featured-servcies .tab-btn-active h5,
.featured-servcies .tab-btn-active p {
  color: var(--white) !important;
}
.featured-servcies .featured-services-tab-single {
  padding: 20px 30px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  margin-right: 25px;
}
.featured-servcies .featured-services-tab-single::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 0%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.featured-servcies .featured-services-tab-single h5 {
  font-weight: 600;
  color: var(--base-color);
  margin-bottom: 3px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.featured-servcies .featured-services-tab-single p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.featured-servcies .featured-services-tab-single .tab-single__content {
  text-align: center;
}
.featured-servcies .count-prefix {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--secondary-color);
  font-size: 20px;
  color: var(--black);
  font-weight: 600;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.featured-servcies .tab-single__icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
}
.featured-servcies .tab-single__icon i {
  font-size: 50px;
  color: var(--base-color);
}
.featured-servcies .featured-tab__content {
  position: relative;
  margin-top: 35px;
}
.featured-servcies .featured-tab__cotnent-thumb::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.06)), color-stop(92.31%, #fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, #fff 92.31%);
}
.featured-servcies .featured-tab__cotnent-thumb img {
  width: 100%;
  border-radius: 10px;
  min-height: 340px;
}
.featured-servcies .tab-content__inner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 30px 20px;
}
.featured-servcies .tab-content__inner h3 {
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 12px;
}
.featured-servcies .tab-content__inner p {
  color: #462d2d;
}
.featured-servcies .tab-content__inner .cta {
  margin-top: 16px;
}
.featured-servcies .tab-content__inner .cta a {
  font-weight: 700;
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.featured-servcies .tab-content__inner .cta a i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-bottom: -3px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.featured-servcies .tab-content__inner .cta a:hover {
  color: var(--base-color);
}
.featured-servcies .tab-content__inner .cta a:hover i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.featured-servcies .featured-servcie__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.featured-servcies .featured-servcie__cta .btn--secondary {
  padding-left: 24px;
  padding-right: 24px;
}
.featured-servcies .bubble-sm {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.featured-servcies .bubble-sm .bubble {
  background: white;
  opacity: 0.15;
}

.featured-service-two {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.featured-service-two::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: var(--base-color);
  z-index: -1;
}
.featured-service-two .featured-service__single:hover .thumb img {
  -webkit-transform: scale(1.2) rotate(5deg);
      -ms-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}
.featured-service-two .featured-service__single .thumb a {
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}
.featured-service-two .featured-service__single .thumb a img {
  width: 100%;
  min-height: 260px;
  border-radius: 15px 15px 0px 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.featured-service-two .feature-icon-wrapper {
  position: relative;
  z-index: 2;
  padding-left: 30px;
}
.featured-service-two .feature-icon-wrapper img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.featured-service-two .feature-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  position: relative;
  top: -20px;
  z-index: 1;
}
.featured-service-two .feature-icon i {
  font-size: 40px;
  color: var(--white);
}
.featured-service-two .feature-icon span {
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid var(--primary-color);
  background-color: var(--secondary-color);
  color: var(--black);
  position: absolute;
  top: 0px;
  -webkit-transform: translate(-50%, 15%);
      -ms-transform: translate(-50%, 15%);
          transform: translate(-50%, 15%);
  left: 0px;
  font-size: 18px;
  font-weight: 700;
}
.featured-service-two .content-wrapper {
  position: relative;
  top: -50px;
  margin-bottom: -70px;
}
.featured-service-two .content {
  padding: 33px 30px 35px;
  border-radius: 0px 0px 15px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -20px;
  margin-bottom: -20px;
}
.featured-service-two .content img {
  position: absolute;
  bottom: calc(100% - 50px);
  left: 0px;
  right: 0px;
}
.featured-service-two .content a {
  font-weight: 700;
  color: var(--base-color);
}
.featured-service-two .content a:hover {
  color: var(--black);
}
.featured-service-two .content p {
  margin-top: 12px;
}
.featured-service-two .left-bg,
.featured-service-two .right-bg {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
}
.featured-service-two .right-bg {
  left: unset;
  right: 0px;
}

.featured-service-two--light {
  background: var(--white);
}
.featured-service-two--light::before {
  content: none;
}
.featured-service-two--light .left-bg,
.featured-service-two--light .right-bg {
  display: none;
}

/* ==== 
 --------- (5.04) featured services section styles end ---------
 ==== */
/* ==== 
 --------- (5.05) team section styles start ---------
 ==== */
.team {
  padding: 100px 0px;
  background-color: var(--white);
}
.team .team__single:hover .team__single-content__icon {
  opacity: 0;
  visibility: hidden;
}
.team .team__single:hover .team__single__thumb-social {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.team .team__single-thumb {
  width: 280px;
  min-width: 280px;
  height: 280px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid var(--base-color);
  background-color: var(--white);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.team .team__single-thumb__inner {
  width: 260px;
  min-width: 260px;
  height: 260px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  position: absolute;
  top: 0px;
  right: 0px;
}
.team .team__single-thumb-img {
  width: 250px;
  min-width: 250px;
  height: 250px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
}
.team .team__single-thumb-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.team .team__single-content {
  text-align: center;
  margin-top: 30px;
}
.team .team__single-content h4 {
  font-weight: 600;
  color: var(--base-color);
}
.team .team__single-content p {
  color: var(--primary-color);
  font-weight: 600;
  margin-top: 0px;
}
.team .team__single-content__icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background-color: var(--base-color);
  color: var(--white);
  bottom: 0%;
  right: 40px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.team .team__single-content__icon i {
  font-size: 18px;
}
.team .team__single__thumb-social {
  position: absolute;
  bottom: 0%;
  right: 40px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.team .team__single__thumb-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.team .team__single__thumb-social a {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  color: var(--white);
  font-size: 18px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.team .team__single__thumb-social a:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

.team-two {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}
.team-two .team__single:hover .team__single-content__icon {
  background-color: var(--secondary-color);
}
.team-two .team__single:hover .team__single__thumb-social {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.team-two .team__single-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: 30px;
  padding-right: 20px;
}
.team-two .team__single-content h5 {
  font-weight: 600;
  color: var(--base-color);
}
.team-two .team__single-content p {
  color: var(--primary-color);
  font-weight: 600;
  margin-top: 0px;
}
.team-two .team__single-content__icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  color: var(--white);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.team-two .team__single-content__icon i {
  font-size: 18px;
}
.team-two .team__icons {
  position: relative;
}
.team-two .team__single__thumb-social {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.team-two .team__single__thumb-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.team-two .team__single__thumb-social a {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  color: var(--white);
  font-size: 18px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.team-two .team__single__thumb-social a:hover {
  background-color: var(--white);
  color: var(--primary-color);
}
.team-two .team__single-img {
  padding: 20px 10px 15px 20px;
  position: relative;
  z-index: 1;
}
.team-two .team__single-img::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 85%;
  height: calc(100% - 30px);
  background-color: var(--primary-color);
  z-index: -1;
  border-radius: 20px;
}
.team-two .team__single-img::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 70%;
  height: calc(100% - 50px);
  border: 3px solid #04009a;
  background: #fff;
  z-index: -1;
  border-radius: 20px;
}
.team-two .team__single-img img {
  width: 100%;
  min-height: 310px;
  border-radius: 20px;
  border: 5px solid #fff;
}
.team-two .shape-bottom {
  position: absolute;
  top: calc(100% - 36px);
  left: 0px;
  right: 0px;
  z-index: -1;
}
.team-two .shape-bottom img {
  width: 100%;
  min-height: 36px;
}

.team-two-main {
  margin-top: 0px;
  padding-bottom: 226px;
}

/* ==== 
 --------- (5.05) team section styles end ---------
 ==== */
/* ==== 
 --------- (5.06) priority section styles start ---------
 ==== */
.priority {
  padding: 100px 0px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.priority .rake {
  position: absolute;
  bottom: 0px;
  right: 1%;
  z-index: -1;
}
.priority .rake img {
  max-width: 16vw;
  min-width: 100px;
}
.priority .priority__content-inner {
  margin-top: 40px;
}
.priority .priority__content-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 30px;
  row-gap: 16px;
}
.priority .priority__content-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.priority .priority__content-single-thumb {
  width: 85px;
  min-width: 85px;
  height: 85px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
  background-color: var(--secondary-color);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.priority h5 {
  font-weight: 600;
  color: var(--base-color);
}
.priority .priority__thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.priority .priority__thumb::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 60px;
  width: 50%;
  height: 50%;
  border: 10px solid var(--secondary-color);
  z-index: -1;
  border-top-left-radius: 60px;
}
.priority .thumb-lg {
  text-align: end;
  position: relative;
}
.priority .thumb-lg img {
  min-height: 400px;
  border-radius: 40px 211.5px 40px 40px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.priority .thumb-sm {
  position: relative;
  top: -170px;
  margin-bottom: -170px;
}
.priority .thumb-sm img {
  border-radius: 121px 25px 25px 25px;
  border-top: 8px solid #fff;
  border-right: 8px solid #fff;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}
.priority .priority__thumb-content {
  padding: 16px 20px;
  background-color: var(--primary-color);
  border-radius: 51.5px 9px 9px 51.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  position: absolute;
  z-index: 3;
  right: 10%;
  bottom: 40px;
}
.priority .priority__thumb-content img {
  min-height: auto;
}
.priority .priority__thumb-content h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  gap: 8px;
  color: var(--white);
}
.priority .priority__thumb-content p {
  font-weight: 600;
  color: var(--white);
}

.priority-two {
  background-color: var(--white);
  padding-top: 0px !important;
}

/* ==== 
 --------- (5.06) priority section styles end ---------
 ==== */
/* ==== 
 --------- (5.07) portfolio section styles start ---------
 ==== */
.portfolio {
  padding-top: 100px;
  background-color: var(--white);
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.portfolio::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#fba037), color-stop(50%, #04009a)) calc(100% - 1px) calc(100% - 1px)/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, from(#fba037), color-stop(50%, #04009a)) 0px calc(100% - 1px)/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, from(#fba037), color-stop(50%, #04009a)) 0px 1px/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, from(#fba037), color-stop(50%, #04009a)) calc(100% - 1px) 0px/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #fba037 0%, #04009a 50%) calc(100% - 1px) calc(100% - 1px)/50% 50% no-repeat, linear-gradient(to bottom left, #fba037 0%, #04009a 50%) 0px calc(100% - 1px)/50% 50% no-repeat, linear-gradient(to top left, #fba037 0%, #04009a 50%) 0px 1px/50% 50% no-repeat, linear-gradient(to top right, #fba037 0%, #04009a 50%) calc(100% - 1px) 0px/50% 50% no-repeat;
  z-index: -2;
}
.portfolio .portfolio__inner {
  position: relative;
  bottom: -90px;
  margin-top: -90px;
}
.portfolio .portfolio__single {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio__single:hover .portfolio__single-thumb::before {
  background: lightgray;
}
.portfolio .portfolio__single:hover .portfolio__single-thumb img {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.portfolio .portfolio__single:hover .portfolio__single-content {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.portfolio .portfolio__single-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolio__single-thumb::before {
  content: "";
  position: absolute;
  inset: 0px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.portfolio .portfolio__single-thumb a {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.portfolio .portfolio__single-thumb img {
  width: 100%;
  min-height: 300px;
  max-height: 370px;
  border-radius: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.portfolio .portfolio__single-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 24px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.portfolio .portfolio__single-content h4,
.portfolio .portfolio__single-content p {
  color: var(--white);
  font-weight: 600;
}
.portfolio .portfolio__single-content p {
  margin-top: 2px;
}
.portfolio .portfolio__single-content .right-cta a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  font-size: 20px;
  color: var(--white);
}
.portfolio .portfolio__single-content .right-cta a:hover {
  background-color: var(--base-color);
}
.portfolio .bubble-sm {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.portfolio .bubble-sm .bubble {
  background: white;
  opacity: 0.15;
}

.portfolio-two {
  padding: 100px 0px;
  background-color: var(--white);
}
.portfolio-two .portfolio__single {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}
.portfolio-two .portfolio__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.portfolio-two .portfolio__single:hover .portfolio__single-thumb img {
  -webkit-transform: scale(1.2) rotate(5deg);
      -ms-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}
.portfolio-two .portfolio__single:hover .portfolio__single-content {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.portfolio-two .portfolio__single-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-two .portfolio__single-thumb a {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.portfolio-two .portfolio__single-thumb img {
  width: 100%;
  min-height: 220px;
  border-radius: 15px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.portfolio-two .portfolio__single-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 24px;
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 1;
}
.portfolio-two .portfolio__single-content img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  width: 100%;
  min-height: 140px;
}
.portfolio-two .portfolio__single-content h6 a {
  color: var(--base-color);
  font-weight: 700;
}
.portfolio-two .portfolio__single-content h6 a:hover {
  color: var(--black);
}
.portfolio-two .portfolio__single-content p {
  margin-top: -4px;
}
.portfolio-two .portfolio__single-content .right-cta a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  font-size: 18px;
  color: var(--white);
}
.portfolio-two .portfolio__single-content .right-cta a:hover {
  background-color: var(--base-color);
}

.portfolio-three .portfolio__single-thumb img {
  height: 300px;
}
.portfolio-three .portfolio__single-alter {
  margin-top: 30px;
}
.portfolio-three .portfolio__single-content {
  -webkit-transform: translateY(250%);
      -ms-transform: translateY(250%);
          transform: translateY(250%);
}
.portfolio-three .portfolio__single-content img {
  max-height: 220px;
  -o-object-position: top;
     object-position: top;
}

.portfolio__cta {
  margin-top: 60px;
}

.project-details {
  padding: 100px 0px;
}
.project-details .project-details__thumb img {
  width: 100%;
  min-height: 250px;
  max-height: 370px;
  border-radius: 10px;
}
.project-details .project-details__inner {
  margin-top: 80px;
}
.project-details .project-details__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.project-details .project-details__info li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.project-details .project-details__info li span:nth-of-type(1) {
  color: var(--base-color);
  font-weight: 700;
  min-width: 100px;
}
.project-details .blog__sidebar-widget {
  margin-top: 60px;
}
.project-details .project-group {
  margin-bottom: 60px;
}
.project-details .project-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.project-details .project-group h5 {
  font-weight: 600;
  color: var(--base-color);
  margin-bottom: 24px;
  margin-top: -8px;
}
.project-details .project-group p {
  margin-bottom: 25px;
  margin-top: -8px;
}
.project-details .project-group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.project-details .project-group li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.project-details .project-group li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #666;
  border-radius: 50%;
  left: 0px;
  top: 12px;
}
.project-details .project-group-alt-left img,
.project-details .project-group-alt-right img {
  border-radius: 10px;
  width: 100%;
  min-height: 150px;
}
.project-details .project-group-alt-right {
  margin-bottom: 60px !important;
}
.project-details .project-group-alt-left .thumb {
  margin-top: 30px;
}
.project-details .project-group-alt-right .thumb {
  margin-bottom: 30px;
}

/* ==== 
 --------- (5.07) portfolio section styles end ---------
 ==== */
/* ==== 
 --------- (5.08) partner section styles start ---------
 ==== */
.partner {
  /* padding-top: 190px; */
  /* background-color: #f6fdff; */
}
.partner .partner__slider-single {
  text-align: center;
  height: 130px;
}
.partner .partner__slider-single img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.partner .partner__slider-single img:hover {
  opacity: 0.5;
}

/* ==== 
 --------- (5.08) partner section styles end ---------
 ==== */
/* ==== 
 --------- (5.09) testimonial section styles start ---------
 ==== */
.testimonial {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #f6fdff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial .testimonial__inner {
  position: relative;
  z-index: 1;
}
.testimonial .testimonial__inner::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 40vw;
  height: 100%;
  background-color: var(--base-color);
  border-radius: 15px 180.5px 15px 15px;
  z-index: -1;
}
.testimonial .testimonial__inner-wrapper {
  padding: 80px 24px;
  border-radius: 15px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}
.testimonial .testimonial__slider-thumb {
  padding-right: 30px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.testimonial .testimonial__slider-thumb::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 80%;
  height: 80%;
  border: 8px solid var(--primary-color);
  border-left: 0px;
  border-bottom: 0px;
  border-top-right-radius: 70px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.testimonial .testimonial__slider-thumb img {
  width: 100%;
  min-height: 240px;
  border-radius: 50px 50px 50px 5px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.testimonial .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.testimonial .review i {
  color: var(--secondary-color);
  font-size: 20px;
}
.testimonial p {
  font-size: 18px;
  text-transform: none;
  margin: 25px 0px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.testimonial .testimonial__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.testimonial .testimonial__cta .quote-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
}
.testimonial .testimonial__cta .quote-icon i {
  font-size: 24px;
  color: var(--white);
}
.testimonial .testimonial__cta span {
  font-size: 14px;
  color: var(--primary-color);
}
.testimonial .testimonial__cta h4 {
  font-weight: 600;
  color: var(--base-color);
}
.testimonial .cloud {
  position: absolute;
  z-index: -1;
  left: 0px;
  right: 0px;
  bottom: -10px;
}
.testimonial .cloud img {
  width: 100%;
}
.testimonial .swiper-slide-active .testimonial__slider-thumb::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.testimonial .swiper-slide-active .testimonial__slider-thumb img {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.testimonial .swiper-slide-active .review {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.testimonial .swiper-slide-active p {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.testimonial .swiper-slide-active .testimonial__cta {
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.testimonial .slider-navigation {
  position: absolute;
  bottom: 80px;
  left: 24px;
  z-index: 2;
}
.news-article{
  background-color: #d6d09f26;
  padding: 80px 0px;

}

.testimonial-two {
  padding: 80px 0px;
  /* background-color: #f5f5f5; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.testimonial-two .testimonial__intro-wrapper {
  margin-bottom: 60px;
}
.testimonial-two .testimonial__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.testimonial-two .about__content-review__counter h3 {
  color: var(--base-color);
  font-weight: 700;
}
.testimonial-two .join-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  padding-left: 24px;
}
.testimonial-two .join-users .single-user {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -24px;
}
.testimonial-two .join-users .single-user img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonial-two .swiper-slide {
  border-radius: 15px 15px 100px 15px;
}
.testimonial-two .testimonial-two-slider {
  padding: 0px 10px;
  margin: -20px -20px;
}
.testimonial-two .testimonial-two__single {
  padding: 40px 24px;
  border-radius: 15px 15px 100px 15px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 20px 0px;
}
.testimonial-two .testimonial-two__single .cloud {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
.testimonial-two .testimonial-two__single:hover .testimonial-two__single-intro {
  background-color: var(--base-color);
  /* background-color: rgb(160, 160, 160); */
  background-color: rgb(175, 175, 175);

  
}
.testimonial-two .testimonial-two__single:hover .testimonial-two__single-intro h6 {
  color: var(--white);
}
.testimonial-two .testimonial-two__single:hover .testimonial-two__single-intro i {
  color: var(--white);
}
.testimonial-two .testimonial-two__single-intro {
  border-radius: 50px 50px 50px 50px;
  background: #eef0f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  margin-bottom: 35px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
}
.testimonial-two .testimonial-two__single-intro i {
  font-size: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.testimonial-two .left-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.testimonial-two .left-intro .thumb {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid var(--white);
}
.testimonial-two .left-intro .thumb img {
  /* width: 100%;
  height: 100%;
  border-radius: 50%; */
}
.testimonial-two .left-intro h6,
.testimonial-two .left-intro p {
  font-weight: 700;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.testimonial-two .left-intro h6 {
  color: var(--base-color);
}
.testimonial-two .left-intro p {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 14px;
  margin-top: -4px;
}
.testimonial-two .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 2px;
}
.testimonial-two .review i {
  font-size: 14px;
  color: var(--secondary-color);
  /* color:rgb(138, 136, 136); */
}
.testimonial-two .swiper-slide-active .testimonial-two__single .testimonial-two__single-intro {
  /* background-color: var(--base-color); */
  background-color: rgb(175, 175, 175);
}
.testimonial-two .swiper-slide-active .testimonial-two__single .testimonial-two__single-intro h6 {
  color: var(--white);
}
.testimonial-two .swiper-slide-active .testimonial-two__single .testimonial-two__single-intro i {
  color: var(--white);
}
.testimonial-two .testimonial-two__wrapper {
  position: relative;
}
.testimonial-two .testimonial-two__wrapper .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

/* ==== 
 --------- (5.09) testimonial section styles end ---------
 ==== */
/* ==== 
 --------- (5.10) blog section styles start ---------
 ==== */
.blog {
  padding: 80px 0px 100px;
  background-color: var(--white);
}
.blog .blog__single-thumb a {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.blog .blog__single-thumb img {
  width: 100%;
  min-height: 300px;
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog .blog__single:hover .blog__single-thumb img {
  -webkit-transform: scale(1.2) rotate(5deg);
      -ms-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}
.blog .blog__single:hover .blog__single-content::before {
  background-color: var(--base-color);
}
.blog .blog__single:hover .blog__single-content a {
  color: var(--white);
}
.blog .blog__single-content {
  padding: 40px 30px;
  background-color: var(--white);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  position: relative;
  top: -137px;
  margin-bottom: -137px;
  width: calc(100% - 30px);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.blog .blog__single-content::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 10px;
  background-color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog .blog__single-content .time {
  position: absolute;
  top: 0px;
  right: 30px;
  border-radius: 0px 0px 5px 5px;
  background: #ffb800;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .blog__single-content .time span {
  color: var(--black);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.blog .blog__single-content .time span:nth-last-of-type(1) {
  font-size: 24px;
  margin-top: 4px;
}
.blog .tag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.blog .tag a i {
  font-size: 18px;
  color: var(--primary-color);
}
.blog .blog__single-title {
  margin-top: 25px;
}
.blog .blog__single-title a {
  color: var(--base-color);
  font-weight: 700;
}
.blog .blog__single-cta {
  border-top: 1px solid #dedede;
  padding-top: 24px;
  margin-top: 27px;
}
.blog .blog__single-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--base-color);
}
.blog .blog__single-cta a i {
  margin-top: 2px;
  color: var(--secondary-color);
}
.blog .bubble-blog {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.blog .bubble-blog .bubble {
  background: white;
  opacity: 0.15;
}

.blog-two {
  padding: 100px 0px;
  background-color: var(--white);
}
.blog-two .blog__single-thumb a {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.blog-two .blog__single-thumb img {
  width: 100%;
  min-height: 300px;
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog-two .blog__single:hover .blog__single-thumb img {
  -webkit-transform: scale(1.2) rotate(5deg);
      -ms-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}
.blog-two .blog__single:hover .blog__single-content::before {
  background-color: var(--base-color);
}
.blog-two .blog__single:hover .blog__single-content a {
  color: var(--white);
}
.blog-two .blog__single:hover .tag {
  background-color: var(--secondary-color);
}
.blog-two .blog__single:hover .tag a,
.blog-two .blog__single:hover .tag p {
  color: var(--black);
}
.blog-two .blog__single-content {
  padding: 30px 30px;
  padding-top: 0px;
  background-color: var(--white);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  position: relative;
  top: -137px;
  margin-bottom: -137px;
  width: calc(100% - 30px);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  text-align: center;
}
.blog-two .blog__single-content::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 10px;
  background-color: var(--white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog-two .blog__single-content .time {
  position: absolute;
  top: 0px;
  right: 30px;
  border-radius: 0px 0px 5px 5px;
  background: #ffb800;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-two .blog__single-content .time span {
  color: var(--black);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-two .blog__single-content .time span:nth-last-of-type(1) {
  font-size: 24px;
  margin-top: 4px;
}
.blog-two .blog__single-title {
  margin-top: 20px;
}
.blog-two .blog__single-title a {
  color: var(--base-color);
  font-weight: 600;
}
.blog-two .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  row-gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 20px;
  background-color: var(--primary-color);
  border-radius: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -27px;
  margin-bottom: -27px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog-two .tag a,
.blog-two .tag p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog-two .blog__single-cta {
  border-top: 1px solid #dedede;
  padding-top: 24px;
  margin-top: 27px;
}
.blog-two .blog__single-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--base-color);
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-two .blog__single-cta a i {
  color: var(--secondary-color);
}
.blog-two .bubble-blog {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.blog-two .bubble-blog .bubble {
  background: white;
  opacity: 0.15;
}
.blog-two .partner {
  background-color: var(--white);
  padding-top: 100px;
}

.blog-main .blog__single {
  margin-bottom: 60px;
}
.blog-main .blog__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-main .blog__single:hover .blog__single-description p {
  color: var(--white);
}
.blog-main .blog__single-thumb img {
  max-height: 470px;
  -o-object-position: top;
     object-position: top;
}
.blog-main .blog__single-title {
  margin-top: 24px;
}
.blog-main .blog__single-content {
  text-align: start;
}
.blog-main .blog__single-description {
  margin-top: 12px;
}
.blog-main .blog__single-description p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog-main .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40px;
  row-gap: 12px;
}
.blog-main .blog__single-cta a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__sidebar-widget {
  padding: 60px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 60px;
}
.blog__sidebar-widget:nth-of-type(1) {
  padding: 40px 20px;
}
.blog__sidebar-widget:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog__sidebar-widget .search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog__sidebar-widget .search-group input {
  width: calc(100% - 60px);
  border: 1px solid #ddd;
  border-right: 0px;
  padding: 14px 20px;
  font-size: 16px;
  color: var(--quaternary-color);
  border-radius: 10px 0px 0px 10px;
}
.blog__sidebar-widget .search-group button {
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 10px 10px 0px;
}
.blog__sidebar-widget .search-group button:hover {
  background-color: var(--base-color);
}
.blog__sidebar-widget .widget__header {
  margin-bottom: 35px;
  margin-top: -8px;
}
.blog__sidebar-widget .widget__header h5 {
  font-weight: 700;
  color: var(--base-color);
}
.blog__sidebar-widget ul {
  margin-top: -6px;
}
.blog__sidebar-widget ul li {
  margin-bottom: 24px;
  width: 100%;
}
.blog__sidebar-widget ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog__sidebar-widget ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog__sidebar-widget ul a i {
  font-size: 16px;
  color: var(--secondary-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.blog__sidebar-widget ul a:hover {
  color: var(--base-color);
}
.blog__sidebar-widget ul a:hover i {
  color: var(--base-color);
}
.blog__sidebar-widget .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  row-gap: 16px;
  margin-bottom: 30px;
}
.blog__sidebar-widget .single-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog__sidebar-widget .single-item .thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.blog__sidebar-widget .single-item .thumb a,
.blog__sidebar-widget .single-item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.blog__sidebar-widget .single-item .content {
  margin: 0px;
}
.blog__sidebar-widget .single-item .content p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 700;
  color: var(--base-color);
  line-height: 24px;
}
.blog__sidebar-widget .single-item .content p:nth-of-type(1):hover {
  color: var(--primary-color);
}
.blog__sidebar-widget .single-item .content p:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-top: 10px;
}
.blog__sidebar-widget .single-item .content p:nth-of-type(2) span {
  line-height: 1;
}
.blog__sidebar-widget .single-item .content p:nth-of-type(2) .icon-calendar {
  font-size: 16px;
  color: var(--base-color);
  margin-bottom: -3px;
}
.blog__sidebar-widget .widget-tags {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.blog__sidebar-widget .widget-tags a {
  padding: 6px 20px;
  background-color: var(--white);
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
}
.blog__sidebar-widget .widget-tags a:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

.blog__sidebar-widget-box {
  text-align: center;
  padding: 80px 20px;
  position: relative;
  z-index: 1;

  border-radius: 10px;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.blog__sidebar-widget-box::before {
  content: "";
  position: absolute;
  background-color: var(--base-color);
  inset: 0px;
  z-index: -1;
  opacity: 0.8;
  border-radius: inherit;
}
.blog__sidebar-widget-box .widget-box__content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.blog__sidebar-widget-box span {
  /* color: var(--primary-color); */
  color:var(--black);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.blog__sidebar-widget-box p,
.blog__sidebar-widget-box h4,
.blog__sidebar-widget-box h5 {
  color: var(--white);
}
.blog__sidebar-widget-box h4,
.blog__sidebar-widget-box h5 {
  margin: 16px 0px;
  font-weight: 700;
}
.blog__sidebar-widget-box .widget-box__cta {
  margin-top: 40px;
}

.blog-details .details__content-wrapper {
  padding: 120px 20px 40px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
.blog-details .blog__single-thumb {
  position: relative;
  margin-bottom: 27px;
  position: relative;
  z-index: 1;
}
.blog-details .blog__single-thumb img {
  max-height: 470px;
  -o-object-position: top;
     object-position: top;
  border-radius: 15px;
  width: 100%;
}
.blog-details .blog__single-thumb a {
  width: auto;
}
.blog-details .blog__single-thumb .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40px;
  row-gap: 12px;
  position: absolute;
  bottom: 0px;
  top: unset;
  left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 400px;
}
.blog-details .details__content {
  margin-bottom: 40px;
}
.blog-details .details__content:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-details .details__content-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.blog-details .details__content-thumb img {
  width: 100%;
  border-radius: 15px;
  min-height: 240px;
}
.blog-details .blockquote-wrapper {
  padding: 40px 24px 60px;
  border-radius: 10px;
  background: #e6ebed;
  position: relative;
  margin-bottom: 63px;
}
.blog-details .blockquote-wrapper blockquote {
  font-weight: 700;
  font-style: italic;
  color: var(--base-color);
}
.blog-details .blockquote-wrapper p {
  position: absolute;
  bottom: -23px;
  right: 40px;
}
.blog-details .blockquote-wrapper p .quote-owner {
  padding: 8px 24px;
  background-color: var(--base-color);
  border-radius: 10px;
  color: var(--white);
  font-weight: 600;
}
.blog-details .details-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  border-top: 1px solid #dedede;
}
.blog-details .details-footer .details-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-details .details-footer .tag-header h6 {
  font-weight: 600;
  color: var(--base-color);
}
.blog-details .details-footer .tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.blog-details .details-footer .tag-wrapper a {
  font-weight: 600;
  color: var(--base-color);
}
.blog-details .details-footer .tag-wrapper a:hover {
  color: var(--black);
}
.blog-details .details-footer .social a {
  font-size: 18px;
  color: #666666;
}
.blog-details .details-footer .social a:hover {
  color: var(--base-color);
}
.blog-details .details-comment {
  margin-top: 60px;
}
.blog-details .details-comment .details-comment-header {
  margin-bottom: 24px;
}
.blog-details .details-comment .details-comment-header h4 {
  font-weight: 600;
  margin-top: -7px;
  color: var(--base-color);
}
.blog-details .details-comment .reply-box-single {
  padding: 35px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  gap: 24px;
  row-gap: 24px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.blog-details .details-comment .reply-box-single:nth-last-of-type(1) {
  margin-bottom: 0%;
}
.blog-details .details-comment .reply-box-single::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #e6ebed;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
.blog-details .details-comment .reply-box-single .thumb img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 5px;
}
.blog-details .details-comment .reply-box-single .author-info {
  margin-bottom: 10px;
}
.blog-details .details-comment .reply-box-single .author-info h6 {
  font-weight: 600;
  color: var(--base-color);
}
.blog-details .details-comment .reply-box-single .author-info p {
  font-size: 14px;
}
.blog-details .details-comment .reply-box-single .reply-btn {
  line-height: 1;
  padding: 7px 20px;
  font-size: 14px;
}
.blog-details .details-comment .reply-box-single .reply-btn::after {
  content: none;
}
.blog-details .details-comment-form {
  margin-top: 60px;
  padding: 60px 20px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}
.blog-details .details-comment-form .details-comment-header {
  margin-bottom: 34px;
}
.blog-details .details-comment-form .details-comment-header h4 {
  font-weight: 600;
  margin-top: -7px;
  color: var(--base-color);
}
.blog-details .details-comment-form .input-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-details .details-comment-form button {
  text-transform: uppercase;
}
.blog-details .input-group-textarea {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 0px !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* ==== 
 --------- (5.10) blog section styles start ---------
 ==== */
/* ==== 
 --------- (5.11) pricing section styles start ---------
 ==== */
.pricing {
  padding-top: 100px;
  overflow-x: clip;
  position: relative;
  z-index: 1;
}
.pricing .house {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
.pricing .pricing__thumb {
  direction: rtl;
}
.pricing .pricing__thumb-inner {
  min-width: 640px;
  position: relative;
  padding-bottom: 300px;
}
.pricing .pricing__thumb-inner .shape-lg img {
  min-height: 500px;
  border-radius: 30px;
}
.pricing .pricing__thumb-inner .shape-sm {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.pricing .pricing__thumb-inner .shape-sm img {
  border-radius: 20px;
  min-height: 300px;
}
.pricing .pricing__thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f5f5f5;
  border-radius: 20px;
  position: relative;
  direction: ltr;
  position: absolute;
  bottom: 35px;
  padding: 26px 24px;
  right: 0px;
  z-index: 1;
}
.pricing .pricing__thumb-content .flat {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  z-index: -1;
}
.pricing .pricing__thumb-content .basket {
  position: absolute;
  bottom: calc(100% - 20px);
  right: 0px;
}
.pricing .pricing__thumb-content h2 {
  font-weight: 700;
  color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pricing .pricing__thumb-content h2 span {
  line-height: 1;
}
.pricing .pricing__thumb-content .left-content p {
  margin-top: -6px;
  font-weight: 600;
}
.pricing .pricing__thumb-content .right-content p {
  font-size: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  color: var(--primary-color);
}
.pricing .section__content {
  margin-bottom: 50px;
}
.pricing .section__content h2 {
  margin-top: 14px;
}
.pricing .pricing__content-single {
  padding: 30px;
  border-radius: 50px 0px 0px 0px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  row-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.pricing .pricing__content-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.pricing .pricing__content-single:nth-of-type(3) .pricing__content-tag .circle {
  background-color: var(--base-color);
}
.pricing .pricing__content-single:nth-of-type(3) .pricing__content-tag .circle::before {
  background-color: var(--white);
}
.pricing .pricing__content-single ol {
  list-style-type: number;
  margin-top: -9px;
}
.pricing .pricing__content-tag-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pricing .pricing__content-tag {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  min-height: 180px;
  background-color: var(--primary-color);
  padding: 12px 10px 12px 12px;
  border-radius: 0px 0px 40px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing .pricing__content-tag .circle {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pricing .pricing__content-tag .circle::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pricing .pricing__content-tag h5 {
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.pricing .pricing__content-tag-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
  border-radius: 0px 25.5px 0px 0px;
}
.pricing .pricing__content-center {
  text-align: end;
}
.pricing .pricing__content-center span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: -8px;
}
.pricing .pricing__content-center h2 {
  font-weight: 700;
  color: var(--base-color);
  margin: 8px 0px;
}
.pricing .pricing__content-center p {
  font-size: 20px;
  color: var(--secondary-color);
}
.pricing ol {
  margin-bottom: 35px;
}
.pricing .btn--primary {
  padding: 12px 32px;
  background-color: var(--white);
  color: var(--base-color);
  border-color: var(--primary-color);
}
.pricing .btn--primary::before {
  background-color: var(--primary-color);
}
.pricing .divider {
  margin: 0px;
  height: 180px;
  width: 1px;
}

.pricing-two {
  padding-bottom: 100px;
}

/* ==== 
 --------- (5.11) pricing section styles end ---------
 ==== */
/* ==== 
 --------- (5.12) faq section styles start ---------
 ==== */
.faq {
  background-color: var(--white);
  position: relative;
  z-index: 1;
}
.faq .faq__thumb {
  direction: rtl;
}
.faq .faq__thumb img {
  min-width: 28vw;
}
.faq .faq__content {
  padding-bottom: 100px;
}
.faq .section__content {
  margin-bottom: 60px;
}
.faq .accordion-item {
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 0px solid transparent;
  border-radius: 10px;
  padding: 20px;
}
.faq .accordion-item:last-of-type {
  margin-bottom: 0px;
}
.faq .accordion-item .accordion-button:not(.collapsed) {
  color: var(--base-color);
  background-color: transparent;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: var(--white);
}
.faq .accordion-item .accordion-button:not(.collapsed)::before {
  background-color: var(--base-color);
}
.faq .accordion-item .accordion-button {
  border-radius: 0px;
  color: var(--base-color);
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
  font-weight: 600;
  z-index: 1;
}
.faq .accordion-item .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px;
  background-image: none;
  font-size: 12px;
  color: var(--white);
}
.faq .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  z-index: -1;
}
.faq h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 600;
}
.faq h5 button {
  padding: 0px;
  font-size: inherit;
  line-height: inherit;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  padding: 16px 0px;
}
.faq .accordion-body {
  padding: 0px;
  border: 0px;
  margin-top: 25px;
}
.faq .chain {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  min-width: 400px;
  min-height: 600px;
  pointer-events: none;
  opacity: 0.6;
}
.faq .chain #particles-js-faq {
  position: absolute;
  inset: 0px;
}
.faq .chain #particles-js-faq canvas {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.faq-two {
  padding-top: 100px;
}
.faq-two .faq__thumb img {
  min-width: 23vw;
}

/* ==== 
 --------- (5.12) faq section styles end ---------
 ==== */
/* ==== 
 --------- (5.13) contact section styles start ---------
 ==== */
.contact-map {
  padding-top: 80px;
}
.contact-map .map-inner iframe {
  max-height: 400px;
}

.contact {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}
.contact .topbar__item {
  margin-top: 60px;
}
.contact .topbar__item .topbar__item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid #fba037;
  background: #f6fdff;
  width: 100%;
  margin-bottom: 30px;
}
.contact .topbar__item .topbar__item-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact .topbar__item .topbar__item-single span,
.contact .topbar__item .topbar__item-single p {
  font-size: 16px;
  line-height: 1;
}
.contact .topbar__item .topbar__item-single span {
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 10px;
}
.contact .topbar__item .topbar__item-single a {
  text-transform: lowercase;
}
.contact .topbar__item .topbar__item-single a:hover {
  color: var(--base-color);
}
.contact .topbar__item .topbar__item-single svg {
  width: 40px;
  height: 40px;
}
.contact .contact__form .input-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact .contact__form input,
.contact .contact__form textarea {
  background-color: var(--white);
  border: 1px solid #ddd;
}
.contact .contact__form input:focus,
.contact .contact__form textarea:focus {
  border-color: var(--base-color);
}
.contact .contact__form button {
  text-transform: uppercase;
}
.contact .contact__form .input-group-textarea {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 0px !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-bottom: 40px;
}
.contact .chain {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  min-width: 400px;
  min-height: 600px;
  pointer-events: none;
  opacity: 0.6;
}
.contact .chain #particles-js-faq {
  position: absolute;
  inset: 0px;
}
.contact .chain #particles-js-faq canvas {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

/* ==== 
 --------- (5.13) contact section styles end ---------
 ==== */
/* ==== 
 --------- (5.14) privacy section styles start ---------
 ==== */
.privacy {
  padding: 100px 0px;
  background-color: var(--white);
}
.privacy .privacy-group {
  margin-bottom: 60px;
  margin-top: -7px;
}
.privacy .privacy-group:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.privacy .privacy-group h3 {
  font-weight: 600;
  color: var(--black);
}
.privacy .privacy-group p {
  margin-top: 20px;
}

/* ==== 
   --------- (5.14) privacy section styles end ---------
   ==== */
/* ==== 
 --------- (5.15) color switcher styles start ---------
 ==== */
.color-palate {
  position: fixed;
  left: 0px;
  text-align: center;
  top: 0%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  max-width: 280px;
  z-index: 999;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.color-palate .color-palate-inner {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all;
  transition: all;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding-bottom: 30px;
}
.color-palate .color-palate-inner::-webkit-scrollbar {
  width: 5px;
}
.color-palate .color-palate-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.color-palate .color-palate-inner::-webkit-scrollbar-thumb {
  background: #888;
}
.color-palate .color-palate-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.color-palate .palate {
  background: #0055d4;
  display: block;
  float: left;
  height: 45px;
  margin: 0 2.5% 12px;
  width: 20%;
  cursor: pointer;
  position: relative;
}
.color-palate .colors-list .active::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: white;
}
.color-palate .various-color {
  overflow: hidden;
  padding: 40px 0 15px;
}
.color-palate .colors-list {
  margin: 0 20px;
}
.color-palate .secondary-head {
  background: #222222;
  padding: 14px 0;
}
.color-palate .secondary-color {
  padding: 23px 0;
}
.color-palate .secondary-colors-list {
  margin: 0 80px;
}
.color-palate .palate-foo {
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  padding: 0 30px;
  line-height: 1.8em;
}
.color-palate .palate-foo span {
  display: block;
  padding-top: 20px;
  margin-top: 5px;
  border-top: 1px dotted #b2b2b2;
}
.color-palate .palate.default-color {
  background: #04009a;
}
.color-palate .palate.blue-color {
  background: #246af4;
}
.color-palate .palate.brown-color {
  background: #964b00;
}
.color-palate .palate.green-color {
  background: #3ead3c;
}
.color-palate .palate.orange-color {
  background: #ffb347;
}
.color-palate .palate.purple-color {
  background: #bb54e1;
}
.color-palate .palate.teal-color {
  background: #44a9aa;
}
.color-palate .palate.yellow-color {
  background: #fed000;
}
.color-palate .color-trigger,
.color-palate .close-color-trigger {
  background: #0055d4;
  cursor: pointer;
  height: 36px;
  width: 36px;
  left: 100%;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: exclusion;
}
.color-palate .color-trigger i {
  color: #ffffff;
  font-size: 16px;
  -webkit-animation: fa-spin 2s linear infinite;
          animation: fa-spin 2s linear infinite;
}
.color-palate .close-color-trigger i {
  color: #ffffff;
  font-size: 20px;
}
.color-palate .close-color-trigger {
  display: none;
}
.color-palate h6 {
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
}
.color-palate .box-version {
  padding-top: 10px;
  padding-bottom: 0px;
}
.color-palate .option-box {
  padding-top: 10px;
  padding-bottom: 5px;
}
.color-palate .option-box .active {
  background-color: var(--black);
}
.color-palate .option-box > li {
  position: relative;
  color: #ffffff;
  width: 40%;
  margin: 0px 3px;
  cursor: pointer;
  margin-bottom: 9px;
  padding: 8px 12px;
  font-size: 12px;
  display: inline-block;
  background-color: #0055d4;
  text-transform: uppercase;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.color-palate .option-box > li:hover {
  background-color: var(--black);
}
.color-palate .purchase-box {
  position: relative;
  padding: 20px 15px 0px;
}
.color-palate .purchase-box__btn {
  position: relative;
  color: #ffffff;
  width: 50%;
  margin: 0;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 12px;
  display: inline-block;
  background-color: #0055d4;
  text-transform: uppercase;
  margin-top: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.color-palate .purchase-box__btn:hover {
  background-color: var(--black);
}

.color-palate.visible-palate {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/* ==== 
 --------- (5.15) color switcher styles start ---------
 ==== */
/* ==== 
 --------- (5.16) coming soon section styles start ---------
 ==== */
.coming-soon {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  overflow-x: clip;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  text-align: center;
}

.coming-soon .content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.coming-soon .content:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--black);
  content: "";
  opacity: 0.7;
}

.coming-soon .content .content-inner {
  position: relative;
  padding: 90px 15px;
  display: table-cell;
  vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
  position: relative;
  margin-bottom: 200px;
  z-index: 1;
}

.coming-soon .content .content-inner .sec-title {
  display: none;
  margin-bottom: 50px;
}

.coming-soon .content .content-inner h2 {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
  padding-bottom: 0;
  font-variant: small-caps;
}

.coming-soon .content .content-inner h2:after {
  display: none;
}

.time-counter {
  position: relative;
}

.time-counter .time-countdown1 {
  position: relative;
  margin-bottom: 180px;
}

.time-counter .time-countdown1 .counter-column {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  z-index: 7;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  background-color: rgba(54, 54, 54, 0.4);
  margin: 0 15px 20px;
}

.time-counter .time-countdown1 .counter-column .count {
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 30px;
  padding: 60px 0px 30px;
  color: #ffffff;
  font-weight: 600;
}

.coming-soon .emailed-form {
  position: relative;
  margin-bottom: 40px;
}

.coming-soon .emailed-form h3 {
  line-height: 1.2em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.coming-soon .emailed-form .text {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group {
  position: relative;
  display: block;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type=text],
.coming-soon .emailed-form .form-group input[type=tel],
.coming-soon .emailed-form .form-group input[type=email],
.coming-soon .emailed-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  height: 60px;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  padding: 15px 50px 15px 20px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type=submit],
.coming-soon .emailed-form button {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 60px;
  line-height: 40px;
  font-size: 18px;
  color: var(--base-color);
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type=submit]:hover,
.coming-soon .emailed-form button:hover {
  color: #353535;
}

.coming-soon .copyright-text {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

.coming-soon .copyright-text a {
  color: #ff9600;
}

.coming-soon .copyright-text a:hover {
  text-decoration: underline;
}

.clock-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 250px;
  height: 250px;
  margin: auto;
  margin-top: -145px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}

.coming-soon .social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clock-base {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.click-indicator {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 230px;
  height: 230px;
}

.click-indicator div {
  position: absolute;
  width: 2px;
  height: 4px;
  margin: 113px 114px;
}

.click-indicator div > span {
  height: 5px;
  width: 5px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: -1px;
}

.click-indicator div:nth-child(1) {
  -webkit-transform: rotate(30deg) translateY(-120px);
      -ms-transform: rotate(30deg) translateY(-120px);
          transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
  -webkit-transform: rotate(60deg) translateY(-120px);
      -ms-transform: rotate(60deg) translateY(-120px);
          transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
  -webkit-transform: rotate(90deg) translateY(-120px);
      -ms-transform: rotate(90deg) translateY(-120px);
          transform: rotate(90deg) translateY(-120px);
  background-color: #f7941d;
}

.click-indicator div:nth-child(4) {
  -webkit-transform: rotate(120deg) translateY(-120px);
      -ms-transform: rotate(120deg) translateY(-120px);
          transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
  -webkit-transform: rotate(150deg) translateY(-120px);
      -ms-transform: rotate(150deg) translateY(-120px);
          transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
  -webkit-transform: rotate(180deg) translateY(-120px);
      -ms-transform: rotate(180deg) translateY(-120px);
          transform: rotate(180deg) translateY(-120px);
  background-color: #f7941d;
}

.click-indicator div:nth-child(7) {
  -webkit-transform: rotate(210deg) translateY(-120px);
      -ms-transform: rotate(210deg) translateY(-120px);
          transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
  -webkit-transform: rotate(240deg) translateY(-120px);
      -ms-transform: rotate(240deg) translateY(-120px);
          transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
  -webkit-transform: rotate(270deg) translateY(-120px);
      -ms-transform: rotate(270deg) translateY(-120px);
          transform: rotate(270deg) translateY(-120px);
  background-color: #f7941d;
}

.click-indicator div:nth-child(10) {
  -webkit-transform: rotate(300deg) translateY(-120px);
      -ms-transform: rotate(300deg) translateY(-120px);
          transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
  -webkit-transform: rotate(330deg) translateY(-120px);
      -ms-transform: rotate(330deg) translateY(-120px);
          transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
  -webkit-transform: rotate(360deg) translateY(-120px);
      -ms-transform: rotate(360deg) translateY(-120px);
          transform: rotate(360deg) translateY(-120px);
  background-color: #f7941d;
}

.clock-hour {
  position: absolute;
  z-index: 2;
  top: 75px;
  left: 123px;
  width: 4px;
  height: 65px;
  background-color: #f7941d;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 2px 50px;
      -ms-transform-origin: 2px 50px;
          transform-origin: 2px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: rotate-hour 43200s linear infinite;
          animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
  position: absolute;
  z-index: 3;
  top: 55px;
  left: 123px;
  width: 4px;
  height: 85px;
  background-color: #f7941d;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 2px 70px;
      -ms-transform-origin: 2px 70px;
          transform-origin: 2px 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: rotate-minute 3600s linear infinite;
          animation: rotate-minute 3600s linear infinite;
}

.clock-second {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 124px;
  width: 2px;
  height: 130px;
  background-color: #ffffff;
  opacity: 0.9;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 1px 110px;
      -ms-transform-origin: 1px 110px;
          transform-origin: 1px 110px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: rotate-second 60s linear infinite;
          animation: rotate-second 60s linear infinite;
}

.clock-second:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  bottom: 16px;
  width: 8px;
  height: 8px;
  background-color: #222222;
  border: solid 2px #222222;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.clock-center {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  top: 50px;
  left: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.clock-center:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 65px;
  background-color: #ddd;
  border-radius: 50%;
}

/* Social Icon One */
.coming-soon .social-icon-one {
  position: relative;
}

.coming-soon .social-icon-one li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #5a5a5a;
  margin: 0px 10px;
}

.coming-soon .social-icon-one li:last-child {
  margin-right: 0;
}

.coming-soon .social-icon-one li a {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coming-soon .social-icon-one li a:hover {
  color: #ffaa17;
}

@media only screen and (max-width: 767px) {
  .time-counter .time-countdown1,
  .coming-soon .content .content-inner .logo {
    margin-bottom: 100px;
  }
}
/* ==== 
 --------- (5.16) coming soon section styles end ---------
 ==== */
/* ==== 
 --------- (5.17) error section styles start ---------
 ==== */
.error-section {
  position: relative;
  text-align: center;
  padding: 120px 0px;
  z-index: 1;
}

.error-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/pattern-one.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  opacity: 0.05;
  z-index: -1;
}

.error-section .error-title {
  position: relative;
  color: var(--base-color);
  font-size: 200px;
  font-weight: 700;
  line-height: 1em;
  text-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.error-section h4 {
  color: var(--black);
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 20px;
}

.error-section .text {
  color: var(--black);
  font-size: 22px;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.error-section .theme-btn {
  border-radius: 5px;
  font-weight: 500;
  margin: 0 10px 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none !important;
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.64px;
  padding: 44px 33px 44px;
  text-transform: capitalize;
  padding-right: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: var(--base-color);
}

.thm-btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  z-index: -1;
  width: 104px;
  height: 104px;
  background-color: var(--primary-color);
  border-radius: 50%;
  -webkit-transform: scaleY(1) rotateX(0deg) translateY(-50%);
          transform: scaleY(1) rotateX(0deg) translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.thm-btn:hover::after {
  -webkit-transform: scaleY(0) rotateX(0deg) translateY(-50%);
          transform: scaleY(0) rotateX(0deg) translateY(-50%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.thm-btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  z-index: -1;
  width: 104px;
  height: 104px;
  background-color: #dbbbbb;
  border-radius: 50%;
  -webkit-transform: scaleY(0) rotateX(0deg) translateY(-50%);
          transform: scaleY(0) rotateX(0deg) translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.thm-btn:hover::before {
  -webkit-transform: scaleY(1) rotateX(0deg) translateY(-50%);
          transform: scaleY(1) rotateX(0deg) translateY(-50%);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media only screen and (max-width: 767px) {
  .error-section .error-title {
    font-size: 80px;
    line-height: 100px;
  }
  .error-section h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* ==== 
 --------- (5.17) error section styles end ---------
 ==== */



 /*** 

====================================================================
	Main Header style
====================================================================

***/

.main-slider {
	position: relative;
}

.main-slider .auto-container {
	position: relative;
  display: flex;
    justify-content: center;
    align-items: center;
    top: 286px;
    z-index: 15;
}

.main-slider .slide {
	position: relative;
	/* padding: 90px 0px 120px; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
  height: 700px;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  transform: matrix(1, 0, 0, 1, 0, 0);
  height: auto;
  width: auto;

}

.main-slider h1 {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.1em;
	margin-bottom: 30px;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
  text-shadow: 0px 0px 0px #000;
  font-size: 55px !important;
}

.main-slider .active h1 {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1000ms;
}

.main-slider .text {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	opacity: 0;
	letter-spacing: 1px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .text {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.main-slider .text {
	position: relative;
	color: rgb(255, 255, 255);
	font-size: 16px;
	opacity: 0;
	transform: scaleY(1);
	transform-origin: top;
	line-height: 1.9em;
	font-weight: 400;
	margin-bottom: 42px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .text {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1500ms;
}

.main-slider .link-box {
	opacity: 0;
	transform: scaleX(1);
	transform-origin: top;
	display: inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .link-box {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 2000ms;
  margin: auto;
  display: flex;
  justify-content: center;
}

.main-slider .link-box .theme-btn {
	margin-right: 20px;
	float: left;
}

.main-slider .owl-dots {
	display: none;
}

.main-slider .owl-nav {
	position: absolute;
	left: 0px;
	top: 286px;
	z-index: 1;
	width: 100%;
	opacity: 0;
	margin-top: -10px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main-slider:hover .owl-nav {
	opacity: 1;
}

.main-slider .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	width: 35px;
	height: 35px;
	color: #ffffff !important;
	line-height: 56px;
	font-size: 24px;
	text-align: center;
	border-radius: 50% !important;
	background: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid rgba(255, 255, 255, 0.60);
}

.main-slider .owl-nav .owl-next {
	position: absolute;
	right: 20px;
	color: #ffffff !important;
	font-size: 24px;
	width: 35px;
	height: 35px;
	color: #ffffff;
	line-height: 56px;
	border-radius: 50% !important;
	text-align: center;
	background: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border: 2px solid rgba(255, 255, 255, 0.60);
}

.main-slider .owl-nav .owl-prev:hover, .main-slider .owl-nav .owl-next:hover {
	color: #ffffff !important;
	border-color:  var(--primary-color) !important;
	background-color: var(--primary-color) !important;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
  font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	overflow: hidden;
	background: none;
	border-radius: 3px;
	padding: 12px 40px 12px;
  padding: 4px 20px 5px;
	text-transform: uppercase;
  background-image: linear-gradient(to right, #BF161D, #FBA037) !important;
  border-radius: 25px;


}

.btn-style-one:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);


}

.btn-style-one .txt {
	position: relative;
	z-index: 1;
}

.btn-style-one:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-style-one:hover {
	color: #ffffff;
  
}
/* Btn Style Two */

.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 11px 32px 11px;
  padding: 4px 20px 5px;
	font-weight: 600;
	overflow: hidden;
	background: none;
	letter-spacing: 1px;
	border-radius: 2px;
	text-transform: uppercase;
	border: 1px solid #ffffff;
  border-radius: 25px;
}

.btn-style-two:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color:var(--primary-color);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.2, 1);
	transform: scale(0.2, 1);
}

.btn-style-two .txt {
	position: relative;
	z-index: 1;
}

.btn-style-two:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.btn-style-two:hover {
	color: #ffffff;
	border-color: #01001f;
}


/* whatsapp icon style */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background-color: #25d366;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-content {
  display: flex;
  align-items: center;
}

.whatsapp-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.whatsapp-text {
  color: white;
  font-size: 15px;

}

.whatsapp-float:hover {
  background-color: #1ebe57;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.about-para{
  margin-bottom: 20px;
text-align: justify;
}
.about-span{
  margin-left: 10px;
}
.text-justify{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.middle-heading{
  text-align: center;
  color:#BF161D;
  padding:0px 0px 30px
}



/* news and article  */
.testimonial-slider {
  position: relative;
}

/* Slider Card */
.card {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-img img {
  width: 100%;
  height: auto;
}

.card-body {
  padding: 15px;
  height: 275px;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}

.card-text {
  font-size: 14px;
  /* color: #666; */
  line-height: 1.6;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a {
  color: #555;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #007bff;
}

/* Owl Carousel Arrows */
.owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #0056b3;
}

/* social links  */

/* CSS to fix social media icons to the left side of the page */
.social-media-links {
  position: fixed;
  left: 0;
  top: 32%;
  transform: translateY(-50%);
  z-index: 1000; /* Ensure it stays on top */
  background-color: #b9b9b9; /* Background color behind icons */
  padding: 5px;
  /* border-radius: 5px; Optional: for rounded corners */
}

/* Style for individual social media icons */
.social-media-links a {
  display: block;
  margin: 10px 0;
  font-size: 30px; /* Icon size */
  color: #fff; /* Icon color */
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Add color on hover */
.social-media-links a:hover {
  color: #f39c12; /* Color change on hover */
}

/* Icon colors */
.social-media-links .facebook { color: #3b5998; }
.social-media-links .twitter { color: #1da1f2; }
.social-media-links .instagram { color: #e1306c; }
.social-media-links .linkedin { color: #0077b5; }


.mt-20{
  margin-top: 20px;
}

.testimonial-two__single-content{
  height: 150px;
}

.card img{
  height: 200px;
}
.d-flex{
  display: flex;

}
.content-center{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.inner-address{
  display: flex;
}
.inner-address span{
  /* display: flex; */
  align-items: start;
  margin-right: 10px;
}
.partner__slider-single img{
  width: 180px;
}

.fa-chevron-left{
  /* background-color: red !important; */
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  left: -20px;
}
.fa-chevron-left:hover{
  background-color: #BF161D !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  left: -20px;
}
.fa-chevron-right{
  /* background-color: red !important; */
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  right: -20px;
}
.fa-chevron-right:hover{
  background-color: #BF161D!important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  right: -20px;
}


.slider-text-content{
  text-decoration: underline;
  font-size: 15px; 
  color: #fff;
}
.our-services-bg{
	background-color: #fff !important;
}

/* services page  */

.housekeeping-header-container{
  height: 400px;
  background-image: url('../images/services-page/housekeeping/housekeeping_banner.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.housekeeping-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.pantry-header-container{
  height: 400px;
  background-image: url('../images/services-page/pantry/pantry-banner.jpg');
  background-position: center right ;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pantry-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(50, 50, 50, 0.2);
}
.security-header-container{
  height: 400px;
  background-image: url('../images/services-page/security/security-banner.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.security-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.about-us-header-container{
  height: 400px;
  background-image: url('../images/about/about-us.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-us-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.our-services-header-container{
  height: 400px;
  background-image: url('../images/services-page/our-services/our-services.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.our-services-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.blog-header-container{
  height: 400px;
  background-image: url('../images/services-page/blog/blog-banner.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.blog-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.client-header-container{
  height: 400px;
  background-image: url('../images/services-page/client-page/client-banner.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.client-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.careers-header-container{
  height: 400px;
  background-image: url('../images/services-page/careers/career-banner.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.careers-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.contact-us-header-container{
  height: 400px;
  background-image: url('../images/services-page/contact-us/contact-us-banner.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contact-us-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.it-solution-header-container{
  height: 400px;
  background-image: url('../images/services-page/it-solution/it-solution-banner.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.it-solution-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.facility-management-header-container{
  height: 400px;
  background-image: url('../images/services-page/facility-management/facility-management.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.facility-management-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.gardening-header-container{
  height: 400px;
  background-image: url('../images/services-page/gardening-service/gardening-service-banner.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.gardening-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.fire-protection-header-container{
  height: 400px;
  background-image: url('../images/services-page/fire-protection/fire-protection-banner.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.fire-protection-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.building-maintenance-banner{
  height: 400px;
  background-image: url('../images/services-page/building-maintenance/building-maintenance-banner.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.building-maintenance-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.heading_header_section{
  text-align: center;
  padding: 60px 0px;
}

.why-choose-us{
  background-color: #d6d09f26;
}
.feature-box{
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  height: 340px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  

}
.feature-box img{
  width: 90px;
  height: 90px;
}
.feature-heading{
  margin-top: 10px;
}
.feature-content{
  text-align: justify;
  padding: 5px;
}
.heading-line{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;

}
.we-offer-list li{
  margin-bottom: 10px;
}

.testimonial-box
{

  padding: 24px 24px;
  border-radius: 15px 15px 15px 15px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 20px 0px;
  height: 420px;
}
.testimonial-google-icon{
  height: 25px;
    width: 25px;
    left: 15px;
    position: relative;

}
.testimonial-box-content{
  padding: 10px 0px;
  text-align: justify;
}
.review-slider{
  background-color: #d6d09f26;
}
.home-review-slider .testimonial-box {
  height: 420px;
}
.touch-content{
  padding: 10px 0px;
}
.touch-btn-div{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .touch-btn-div button{
  padding: 5px 12px;
  border:2px solid black;
}
.touch-btn-div button:hover{
  padding: 5px 12px;
  border:2px solid rgb(255, 255, 255);
  color: #fff;
  background-color: black;
} */

.get_in_touch_container{
      
      background-color: #fdfdfd;
      padding: 20px 0px;
      border-radius: 6px;
      margin: 40px 0px;
      border-left: 5px solid var(--primary-color);
      /* border: 1px solid #ddd; */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      
}
.get-in-touch-section{
  /* padding-top: 100px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* background-image: url(../images/banner/security-image-banner.jpg); */
  background-position: center;
 

}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 12;
}
.slide{
  position: relative;
}
.logo img{
  border-radius: 7px;
}
.partner-logo{
  display: flex;
      justify-content: center;
      align-items: center;
      height: 128px;
      /* width: 288px; */
      padding: 2px;
      border: 1px solid rgba(0, 0, 0, 0.7);
}
  .partner-logo img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* form style */


.error-message{
  font-size: 12px;
  margin-top:5px;
}


/* success modal box  */

/* Custom Modal Style */


/* .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
} */

/* .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
} */

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  border-radius: 10px;
  /* Optional: Makes modal corners rounded */
}

.modal-backdrop {
  z-index: 3 !important;
  /* Ensure backdrop is behind modal */
}


/* .modal-header {
  display: block !important;
} */

.modal-header img {
  display: flex !important;
  margin: auto !important;
}

/* Modal General Styling */
/* .modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px;
} */
.message-box-modal-header{
  display: inline !important;
  margin: auto !important;
}
.modal-body {
  text-align: center;
  /* font-family: 'Popiens',sans-serif !important; */
  line-height: 1.2;
}


/* Close Button Styling */
/* .close {
  font-size: 1.5rem;
  color: #000;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;

} */

/* Image Styling */
.success-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* Title Styling */
/* .modal-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f223e;
  text-align: center !important;
} */

.modal-footer {
  margin: auto;
  /* font-family: 'Poppins',sans-serif !important; */


}

.modal-footer button {
  background-color: #00Ba00;
  align-items: center;
  display: flex;
  padding: 9px 10px;
  border-radius: 20px;
 
}
.success-modal-content{
  padding: 40px;
}

/* Text Styling */
.message-text {
  font-size: 1rem;
  color: #555;
}

/* Button Styling */

#goHomeBtn a {
  color: white !important;
  font-size: 16px !important;
}

/* success modal box end */

/* contact form  */
#selectService{
  width: 100%;
  height: 58px;
  /* padding: 8px 35px 8px 15px; */
  padding: 16px 16px;
  -webkit-appearance: none;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 5px !important;
  color: #777777 !important;

}
#selectService:focus{
  width: 100%;
  height: 58px;
  /* padding: 8px 35px 8px 15px; */
  padding: 16px 16px;
  -webkit-appearance: none;
  background-color: var(--white);

  
  border-color: var(--base-color) !important;

  border-radius: 5px !important;
  border: 1px solid var(--base-color) !important;

}

#selectService:focus {
  border-color: var(--base-color) !important;
 outline: none;
 transition: var(--transition);
}
/* #selectService:focus {
  border-color: red !important;
  
} */
/* contact form end  */