@charset "UTF-8";
/* Table of content 
=====================================
Insoand - It Startup and Sass Agency WordPress Theme.
==========================================
	
1. Basic Styles
   - Google Fonts

2. Animation Styles
   - Keyframes Animations

3. Navigation Styles
   - Offcanvas Menu CSS
   - Header CSS

4. Hero Section Styles
   - Hero CSS
   - Hero Slider CSS

5. Content Section Styles
   - Information CSS
   - Service CSS
   - About CSS
   - Our Work CSS
   - Project CSS
   - Team CSS
   - Testimonial CSS
   - Blog CSS

6. Page Styles
   - Breadcrumb CSS
   - Career CSS
   - Cart CSS
   - Checkout CSS
   - Contact CSS
   - Page Not Found CSS
   - FAQ CSS
   - Login/Signup CSS
   - Pricing CSS

7. Additional Styles
   - Sidebar CSS
   - Pagination CSS
   - Elements CSS
   - Footer CSS
   - Back to Top CSS

==========================================
*/
:root {
  --inter: 'Inter', sans-serif;
  --playfair: 'Playfair Display', serif;
  --sora: 'Sora', sans-serif;
  --font-awesome: "Font Awesome 6 Pro";
  --text-color: #A0A0A6;
  --bc: #A0A0A645;
  --line-height: 25px;
  --body-font-size: 16px;
  --primaryColor: #0D0C1C;
  --secondaryColor: #131225;
  --paragraphColor: #A0A0A6;
  --body-bg: #0D0C1C;
  --page-bg: #131225;
  --btn-bg: #68F2A0;
  --blank-color: #D1F831;
  --blank: #0E1627;
  --style-two: #15202E;
  --style-two-color: #2B85FF;
  --style-three: #0E1722;
  --transition: .5s;
  --white-color: #fff;
  --Linear-01: linear-gradient(42deg, #E9F950 -1.07%, #55F4C4 -1.06%, #BAE906 104.1%);
  --Linear-02: var(--Linear-Style-01, linear-gradient(270deg, #E24B3E 0%, #F1A252 99.48%));
  --g-4: linear-gradient(99deg, #D1099F 0%, #8A1128 98.57%); 
}

.light {
  --paragraphColor: #616175;
  --bc: #A0A0A645;
  --primaryColor: #0D0C1C;
  --secondaryColor: var(--secondaryColor);
  --btn-bg: #68F2A0;
  --heading: #1A1929;
  --Linear-01: linear-gradient(42deg, #E9F950 -1.07%, #55F4C4 -1.06%, #BAE906 104.1%); }

body {
  font-family: var(--inter);
  color: var(--paragraphColor);
  line-height: var(--line-height);
  font-size: var(--body-font-size);
  font-weight: 400;
  scroll-behavior: smooth; }

a, abbr {
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

body {
  background: var(--primaryColor); }

.page-template {
  background: var(--secondaryColor) !important; }

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield in !important;
  appearance: none; }

.inso-preloader {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primaryColor);
  position: fixed;
  z-index: 9999999; }

.loader {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: block;
  margin: 1rem auto;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
  animation: shadowExpandX 2s linear infinite alternate; }

/*========== spacing css ========*/
.mt-0 {
  margin-top: 0; }

.mt-5 {
  margin-top: .33333rem !important; }

.mt-10 {
  margin-top: .66667rem !important; }

.mt-15 {
  margin-top: 1rem !important; }

.mt-20 {
  margin-top: 1.33333rem !important; }

.mt-25 {
  margin-top: 1.66667rem !important; }

.mt-30 {
  margin-top: 2rem !important; }

.mt-35 {
  margin-top: 2.33333rem !important; }

.mt-40 {
  margin-top: 2.66667rem !important; }

.mt-45 {
  margin-top: 3rem !important; }

.mt-50 {
  margin-top: 3.33333rem !important; }

.mt-55 {
  margin-top: 3.66667rem !important; }

.mt-60 {
  margin-top: 4rem !important; }

.mt-65 {
  margin-top: 4.33333rem !important; }

.mt-70 {
  margin-top: 4.66667rem !important; }

.mt-75 {
  margin-top: 5rem !important; }

.mt-80 {
  margin-top: 5.33333rem !important; }

.mt-85 {
  margin-top: 5.66667rem !important; }

.mt-90 {
  margin-top: 6rem !important; }

.mt-95 {
  margin-top: 6.33333rem !important; }

.mt-100 {
  margin-top: 6.66667rem !important; }

.mt-105 {
  margin-top: 7rem !important; }

.mt-110 {
  margin-top: 7.33333rem !important; }

.mt-115 {
  margin-top: 7.66667rem !important; }

.mt-120 {
  margin-top: 8rem !important; }

.mt-125 {
  margin-top: 8.33333rem !important; }

.mt-130 {
  margin-top: 8.66667rem !important; }

.mt-135 {
  margin-top: 9rem !important; }

.mt-140 {
  margin-top: 9.33333rem !important; }

.mt-145 {
  margin-top: 9.66667rem !important; }

.mt-150 {
  margin-top: 10rem !important; }

.mt-155 {
  margin-top: 10.33333rem !important; }

.mt-160 {
  margin-top: 10.66667rem !important; }

.mt-165 {
  margin-top: 11rem !important; }

.mt-170 {
  margin-top: 11.33333rem !important; }

.mt-175 {
  margin-top: 11.66667rem !important; }

.mt-180 {
  margin-top: 12rem !important; }

.mt-185 {
  margin-top: 12.33333rem !important; }

.mt-190 {
  margin-top: 12.66667rem !important; }

.mt-195 {
  margin-top: 13rem !important; }

.mt-200 {
  margin-top: 13.33333rem !important; }

.mb-0 {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: .33333rem !important; }

.mb-10 {
  margin-bottom: .66667rem !important; }

.mb-15 {
  margin-bottom: 1rem !important; }

.mb-20 {
  margin-bottom: 1.33333rem !important; }

.mb-25 {
  margin-bottom: 1.66667rem !important; }

.mb-30 {
  margin-bottom: 2rem !important; }

.mb-35 {
  margin-bottom: 2.33333rem !important; }

.mb-40 {
  margin-bottom: 2.66667rem !important; }

.mb-45 {
  margin-bottom: 3rem !important; }

.mb-50 {
  margin-bottom: 3.33333rem !important; }

.mb-55 {
  margin-bottom: 3.66667rem !important; }

.mb-60 {
  margin-bottom: 4rem !important; }

.mb-65 {
  margin-bottom: 4.33333rem !important; }

.mb-70 {
  margin-bottom: 4.66667rem !important; }

.mb-75 {
  margin-bottom: 5rem !important; }

.mb-80 {
  margin-bottom: 5.33333rem !important; }

.mb-85 {
  margin-bottom: 5.66667rem !important; }

.mb-90 {
  margin-bottom: 6rem !important; }

.mb-95 {
  margin-bottom: 6.33333rem !important; }

.mb-100 {
  margin-bottom: 6.66667rem !important; }

.mb-105 {
  margin-bottom: 7rem !important; }

.mb-110 {
  margin-bottom: 7.33333rem !important; }

.mb-115 {
  margin-bottom: 7.66667rem !important; }

.mb-120 {
  margin-bottom: 8rem !important; }

.mb-125 {
  margin-bottom: 8.33333rem !important; }

.mb-130 {
  margin-bottom: 8.66667rem !important; }

.mb-135 {
  margin-bottom: 9rem !important; }

.mb-140 {
  margin-bottom: 9.33333rem !important; }

.mb-145 {
  margin-bottom: 9.66667rem !important; }

.mb-150 {
  margin-bottom: 10rem !important; }

.ml-0 {
  margin-left: 0; }

.ml-5 {
  margin-left: .33333rem !important; }

.ml-10 {
  margin-left: .66667rem !important; }

.ml-15 {
  margin-left: 1rem !important; }

.ml-20 {
  margin-left: 1.33333rem !important; }

.ml-25 {
  margin-left: 1.66667rem !important; }

.ml-30 {
  margin-left: 2rem !important; }

.ml-35 {
  margin-left: 2.33333rem !important; }

.ml-40 {
  margin-left: 2.66667rem !important; }

.ml-45 {
  margin-left: 3rem !important; }

.ml-50 {
  margin-left: 3.33333rem !important; }

.ml-55 {
  margin-left: 3.66667rem !important; }

.ml-60 {
  margin-left: 4rem !important; }

.ml-65 {
  margin-left: 4.33333rem !important; }

.ml-70 {
  margin-left: 4.66667rem !important; }

.ml-75 {
  margin-left: 5rem !important; }

.ml-80 {
  margin-left: 5.33333rem !important; }

.ml-85 {
  margin-left: 5.66667rem !important; }

.ml-90 {
  margin-left: 6rem !important; }

.ml-95 {
  margin-left: 6.33333rem !important; }

.ml-100 {
  margin-left: 6.66667rem !important; }

.ml-105 {
  margin-left: 7rem !important; }

.ml-110 {
  margin-left: 7.33333rem !important; }

.ml-115 {
  margin-left: 7.66667rem !important; }

.ml-120 {
  margin-left: 8rem !important; }

.ml-125 {
  margin-left: 8.33333rem !important; }

.ml-130 {
  margin-left: 8.66667rem !important; }

.ml-135 {
  margin-left: 9rem !important; }

.ml-140 {
  margin-left: 9.33333rem !important; }

.ml-145 {
  margin-left: 9.66667rem !important; }

.ml-150 {
  margin-left: 10rem !important; }

.mr-0 {
  margin-right: 0; }

.mr-5 {
  margin-right: .33333rem !important; }

.mr-10 {
  margin-right: .66667rem !important; }

.mr-15 {
  margin-right: 1rem !important; }

.mr-20 {
  margin-right: 1.33333rem !important; }

.mr-25 {
  margin-right: 1.66667rem !important; }

.mr-30 {
  margin-right: 2rem !important; }

.mr-35 {
  margin-right: 2.33333rem !important; }

.mr-40 {
  margin-right: 2.66667rem !important; }

.mr-45 {
  margin-right: 3rem !important; }

.mr-50 {
  margin-right: 3.33333rem !important; }

.mr-55 {
  margin-right: 3.66667rem !important; }

.mr-60 {
  margin-right: 4rem !important; }

.mr-65 {
  margin-right: 4.33333rem !important; }

.mr-70 {
  margin-right: 4.66667rem !important; }

.mr-75 {
  margin-right: 5rem !important; }

.mr-80 {
  margin-right: 5.33333rem !important; }

.mr-85 {
  margin-right: 5.66667rem !important; }

.mr-90 {
  margin-right: 6rem !important; }

.mr-95 {
  margin-right: 6.33333rem !important; }

.mr-100 {
  margin-right: 6.66667rem !important; }

.mr-105 {
  margin-right: 7rem !important; }

.mr-110 {
  margin-right: 7.33333rem !important; }

.mr-115 {
  margin-right: 7.66667rem !important; }

.mr-120 {
  margin-right: 8rem !important; }

.mr-125 {
  margin-right: 8.33333rem !important; }

.mr-130 {
  margin-right: 8.66667rem !important; }

.mr-135 {
  margin-right: 9rem !important; }

.mr-140 {
  margin-right: 9.33333rem !important; }

.mr-145 {
  margin-right: 9.66667rem !important; }

.mr-150 {
  margin-right: 10rem !important; }

.pr-0 {
  padding-right: 0; }

.pr-5 {
  padding-right: .33333rem !important; }

.pr-10 {
  padding-right: .66667rem !important; }

.pr-15 {
  padding-right: 1rem !important; }

.pr-20 {
  padding-right: 1.33333rem !important; }

.pr-25 {
  padding-right: 1.66667rem !important; }

.pr-30 {
  padding-right: 2rem !important; }

.pr-35 {
  padding-right: 2.33333rem !important; }

.pr-40 {
  padding-right: 2.66667rem !important; }

.pr-45 {
  padding-right: 3rem !important; }

.pr-50 {
  padding-right: 3.33333rem !important; }

.pr-55 {
  padding-right: 3.66667rem !important; }

.pr-60 {
  padding-right: 4rem !important; }

.pr-65 {
  padding-right: 4.33333rem !important; }

.pr-70 {
  padding-right: 4.66667rem !important; }

.pr-75 {
  padding-right: 5rem !important; }

.pr-80 {
  padding-right: 5.33333rem !important; }

.pr-85 {
  padding-right: 5.66667rem !important; }

.pr-90 {
  padding-right: 6rem !important; }

.pr-95 {
  padding-right: 6.33333rem !important; }

.pr-100 {
  padding-right: 6.66667rem !important; }

.pr-105 {
  padding-right: 7rem !important; }

.pr-110 {
  padding-right: 7.33333rem !important; }

.pr-115 {
  padding-right: 7.66667rem !important; }

.pr-120 {
  padding-right: 8rem !important; }

.pr-125 {
  padding-right: 8.33333rem !important; }

.pr-130 {
  padding-right: 8.66667rem !important; }

.pr-135 {
  padding-right: 9rem !important; }

.pr-140 {
  padding-right: 9.33333rem !important; }

.pr-145 {
  padding-right: 9.66667rem !important; }

.pr-150 {
  padding-right: 10rem !important; }

.pl-0 {
  padding-left: 0; }

.pl-5 {
  padding-left: .33333rem !important; }

.pl-10 {
  padding-left: .66667rem !important; }

.pl-15 {
  padding-left: 1rem !important; }

.pl-20 {
  padding-left: 1.33333rem !important; }

.pl-25 {
  padding-left: 1.66667rem !important; }

.pl-30 {
  padding-left: 2rem !important; }

.pl-35 {
  padding-left: 2.33333rem !important; }

.pl-40 {
  padding-left: 2.66667rem !important; }

.pl-45 {
  padding-left: 3rem !important; }

.pl-50 {
  padding-left: 3.33333rem !important; }

.pl-55 {
  padding-left: 3.66667rem !important; }

.pl-60 {
  padding-left: 4rem !important; }

.pl-65 {
  padding-left: 4.33333rem !important; }

.pl-70 {
  padding-left: 4.66667rem !important; }

.pl-75 {
  padding-left: 5rem !important; }

.pl-80 {
  padding-left: 5.33333rem !important; }

.pl-85 {
  padding-left: 5.66667rem !important; }

.pl-90 {
  padding-left: 6rem !important; }

.pl-95 {
  padding-left: 6.33333rem !important; }

.pl-100 {
  padding-left: 6.66667rem !important; }

.pl-105 {
  padding-left: 7rem !important; }

.pl-110 {
  padding-left: 7.33333rem !important; }

.pl-115 {
  padding-left: 7.66667rem !important; }

.pl-120 {
  padding-left: 8rem !important; }

.pl-125 {
  padding-left: 8.33333rem !important; }

.pl-130 {
  padding-left: 8.66667rem !important; }

.pl-135 {
  padding-left: 9rem !important; }

.pl-140 {
  padding-left: 9.33333rem !important; }

.pl-145 {
  padding-left: 9.66667rem !important; }

.pl-150 {
  padding-left: 10rem !important; }

.pt-0 {
  padding-top: 0; }

.pt-5 {
  padding-top: .33333rem !important; }

.pt-10 {
  padding-top: .66667rem !important; }

.pt-15 {
  padding-top: 1rem !important; }

.pt-20 {
  padding-top: 1.33333rem !important; }

.pt-25 {
  padding-top: 1.66667rem !important; }

.pt-30 {
  padding-top: 2rem !important; }

.pt-35 {
  padding-top: 2.33333rem !important; }

.pt-40 {
  padding-top: 2.66667rem !important; }

.pt-45 {
  padding-top: 3rem !important; }

.pt-50 {
  padding-top: 3.33333rem !important; }

.pt-55 {
  padding-top: 3.66667rem !important; }

.pt-60 {
  padding-top: 4rem !important; }

.pt-65 {
  padding-top: 4.33333rem !important; }

.pt-70 {
  padding-top: 4.66667rem !important; }

.pt-75 {
  padding-top: 5rem !important; }

.pt-80 {
  padding-top: 5.33333rem !important; }

.pt-85 {
  padding-top: 5.66667rem !important; }

.pt-90 {
  padding-top: 6rem !important; }

.pt-95 {
  padding-top: 6.33333rem !important; }

.pt-100 {
  padding-top: 6.66667rem !important; }

.pt-105 {
  padding-top: 7rem !important; }

.pt-110 {
  padding-top: 7.33333rem !important; }

.pt-115 {
  padding-top: 7.66667rem !important; }

.pt-120 {
  padding-top: 8rem !important; }

.pt-125 {
  padding-top: 8.33333rem !important; }

.pt-130 {
  padding-top: 8.66667rem !important; }

.pt-135 {
  padding-top: 9rem !important; }

.pt-140 {
  padding-top: 9.33333rem !important; }

.pt-145 {
  padding-top: 9.66667rem !important; }

.pt-150 {
  padding-top: 10rem !important; }

.pb-0 {
  padding-bottom: 0; }

.pb-5 {
  padding-bottom: .33333rem !important; }

.pb-10 {
  padding-bottom: .66667rem !important; }

.pb-15 {
  padding-bottom: 1rem !important; }

.pb-20 {
  padding-bottom: 1.33333rem !important; }

.pb-25 {
  padding-bottom: 1.66667rem !important; }

.pb-30 {
  padding-bottom: 2rem !important; }

.pb-35 {
  padding-bottom: 2.33333rem !important; }

.pb-40 {
  padding-bottom: 2.66667rem !important; }

.pb-45 {
  padding-bottom: 3rem !important; }

.pb-50 {
  padding-bottom: 3.33333rem !important; }

.pb-55 {
  padding-bottom: 3.66667rem !important; }

.pb-60 {
  padding-bottom: 4rem !important; }

.pb-65 {
  padding-bottom: 4.33333rem !important; }

.pb-70 {
  padding-bottom: 4.66667rem !important; }

.pb-75 {
  padding-bottom: 5rem !important; }

.pb-80 {
  padding-bottom: 5.33333rem !important; }

.pb-85 {
  padding-bottom: 5.66667rem !important; }

.pb-90 {
  padding-bottom: 6rem !important; }

.pb-95 {
  padding-bottom: 6.33333rem !important; }

.pb-100 {
  padding-bottom: 6.66667rem !important; }

.pb-105 {
  padding-bottom: 7rem !important; }

.pb-110 {
  padding-bottom: 7.33333rem !important; }

.pb-115 {
  padding-bottom: 7.66667rem !important; }

.pb-120 {
  padding-bottom: 8rem !important; }

.pb-125 {
  padding-bottom: 8.33333rem !important; }

.pb-130 {
  padding-bottom: 8.66667rem !important; }

.pb-135 {
  padding-bottom: 9rem !important; }

.pb-140 {
  padding-bottom: 9.33333rem !important; }

.pb-145 {
  padding-bottom: 9.66667rem !important; }

.pb-150 {
  padding-bottom: 10rem !important; }

.p-0 {
  padding: 0; }

.p-5 {
  padding: .33333rem !important; }

.p-10 {
  padding: .66667rem !important; }

.p-15 {
  padding: 1rem !important; }

.p-20 {
  padding: 1.33333rem !important; }

.p-25 {
  padding: 1.66667rem !important; }

.p-30 {
  padding: 2rem !important; }

.p-35 {
  padding: 2.33333rem !important; }

.p-40 {
  padding: 2.66667rem !important; }

.p-45 {
  padding: 3rem !important; }

.p-50 {
  padding: 3.33333rem !important; }

.p-55 {
  padding: 3.66667rem !important; }

.p-60 {
  padding: 4rem !important; }

.p-65 {
  padding: 4.33333rem !important; }

.p-70 {
  padding: 4.66667rem !important; }

.p-75 {
  padding: 5rem !important; }

.p-80 {
  padding: 5.33333rem !important; }

.p-85 {
  padding: 5.66667rem !important; }

.p-90 {
  padding: 6rem !important; }

.p-95 {
  padding: 6.33333rem !important; }

.p-100 {
  padding: 6.66667rem !important; }

.p-105 {
  padding: 7rem !important; }

.p-110 {
  padding: 7.33333rem !important; }

.p-115 {
  padding: 7.66667rem !important; }

.p-120 {
  padding: 8rem !important; }

.p-125 {
  padding: 8.33333rem !important; }

.p-130 {
  padding: 8.66667rem !important; }

.p-135 {
  padding: 9rem !important; }

.p-140 {
  padding: 9.33333rem !important; }

.p-145 {
  padding: 9.66667rem !important; }

.p-150 {
  padding: 10rem !important; }

.m-0 {
  margin: 0; }

.m-5 {
  margin: .33333rem !important; }

.m-10 {
  margin: .66667rem !important; }

.m-15 {
  margin: 1rem !important; }

.m-20 {
  margin: 1.33333rem !important; }

.m-25 {
  margin: 1.66667rem !important; }

.m-30 {
  margin: 2rem !important; }

.m-35 {
  margin: 2.33333rem !important; }

.m-40 {
  margin: 2.66667rem !important; }

.m-45 {
  margin: 3rem !important; }

.m-50 {
  margin: 3.33333rem !important; }

.m-55 {
  margin: 3.66667rem !important; }

.m-60 {
  margin: 4rem !important; }

.m-65 {
  margin: 4.33333rem !important; }

.m-70 {
  margin: 4.66667rem !important; }

.m-75 {
  margin: 5rem !important; }

.m-80 {
  margin: 5.33333rem !important; }

.m-85 {
  margin: 5.66667rem !important; }

.m-90 {
  margin: 6rem !important; }

.m-95 {
  margin: 6.33333rem !important; }

.m-100 {
  margin: 6.66667rem !important; }

.m-105 {
  margin: 7rem !important; }

.m-110 {
  margin: 7.33333rem !important; }

.m-115 {
  margin: 7.66667rem !important; }

.m-120 {
  margin: 8rem !important; }

.m-125 {
  margin: 8.33333rem !important; }

.m-130 {
  margin: 8.66667rem !important; }

.m-135 {
  margin: 9rem !important; }

.m-140 {
  margin: 9.33333rem !important; }

.m-145 {
  margin: 9.66667rem !important; }

.m-150 {
  margin: 10rem !important; }

/* ======== animations ========*/
@-webkit-keyframes shadowExpandX {
  0% {
    -webkit-box-shadow: 0 0, 0 0;
    box-shadow: 0 0, 0 0;
    color: rgba(255, 255, 255, 0.2); }
  100% {
    -webkit-box-shadow: -24px 0, 24px 0;
    box-shadow: -24px 0, 24px 0;
    color: rgba(255, 255, 255, 0.8); } }

@keyframes shadowExpandX {
  0% {
    -webkit-box-shadow: 0 0, 0 0;
    box-shadow: 0 0, 0 0;
    color: rgba(255, 255, 255, 0.2); }
  100% {
    -webkit-box-shadow: -24px 0, 24px 0;
    box-shadow: -24px 0, 24px 0;
    color: rgba(255, 255, 255, 0.8); } }

@-webkit-keyframes doubleAnim {
  0% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: .1; }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 1; } }

@keyframes doubleAnim {
  0% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: .1; }
  100% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 1; } }

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%); }
  100% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%); } }

@keyframes left {
  0% {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%); }
  100% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%); } }

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

@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); } }

@keyframes right {
  0% {
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%); } }

@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%); } }

@keyframes bottom {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%); } }

@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(60%);
    transform: translateY(60%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes top {
  0% {
    -webkit-transform: translateY(60%);
    transform: translateY(60%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

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

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

@-webkit-keyframes offOn {
  0% {
    opacity: .1; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes offOn {
  0% {
    opacity: .1; }
  50% {
    opacity: .5; }
  100% {
    opacity: 1; } }

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

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

@keyframes ripple {
  0% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

/* ========== inso header top =========*/
.insotop__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center; }
  .insotop__wrapper .right-area .menu-bar button {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    height: 50px;
    min-width: 50px; }
    .insotop__wrapper .right-area .menu-bar button i {
      color: #fff; }

/*========== header =============*/
.header {
  border-bottom: 1px solid var(--bc); 
  background: var(--primaryColor);}
  @media screen and (max-width: 768px) {
    .MenuFour__wrapper {
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .header {
      padding: 1rem 0; } }
  .header.header_fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--primaryColor);
    z-index: 999; }
  .header__wrapper {
    display: grid;
    grid-template-columns: 15% auto 20%;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      .header__wrapper {
        grid-template-columns: 20% auto 25%; } }
    @media screen and (max-width: 992px) {
      .header__wrapper {
        grid-template-columns: 25% auto 2%; } }
    @media screen and (max-width: 576px) {
      .header__wrapper {
        grid-template-columns: 50% auto 13%; } }
    @media screen and (max-width: 768px) {
      .header__wrapper {
        grid-template-columns: 50% auto auto;
        justify-content: space-between; } }
  .header__logo a {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff; }
    .MenuFour__wrapper .header__menu {
      border-left: none;
      text-align: left;
  }
  .header__menu {
    border-left: 1px solid var(--bc);
    text-align: center; }
    .header__menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .header__menu ul li {
        display: inline-block;
        position: relative;
        z-index: 2; }
        .header__menu ul li.menu-item-has-children {
          position: relative; }
          .header__menu ul li.menu-item-has-children:after {
            content: "+";
            position: absolute;
            right: 3px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #fff; }
          .header__menu ul li.menu-item-has-children:hover:after {
            content: "-"; }
        .header__menu ul li:not(:last-child) {
          margin-right: 1rem; }
          @media screen and (max-width: 1200px) {
            .header__menu ul li:not(:last-child) {
              margin-right: 0; } }
        .header__menu ul li a {
          display: block;
          padding: 2.5rem 1rem;
          color: #fff;
          position: relative; }
          @media screen and (max-width: 992px) {
            .header__menu ul li a {
              padding: 2.5rem 0.8rem; } }
          .header__menu ul li a:before {
            position: absolute;
            height: 3.125rem;
            width: 10%;
            background: #24321c;
            content: "";
            border-radius: 0.625rem;
            z-index: -1;
            top: 1.75rem;
            left: 0;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
        .header__menu ul li:hover a:before {
          opacity: 1;
          width: 105%; }
        .header__menu ul li:hover ul.dropdown-menu {
          opacity: 1;
          visibility: visible;
          top: 100%; }
          .header__menu ul li:hover ul.dropdown-menu li.menu-item-has-children:hover:after {
            right: 1rem;
            color: var(--primaryColor); }
        .header__menu ul li ul.dropdown-menu {
          position: absolute;
          width: 12.5rem;
          left: 0;
          background: #292837;
          top: 80%;
          display: block;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -ms-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          z-index: 3; }
          .header__menu ul li ul.dropdown-menu li {
            display: block;
            margin: 0 !important;
            /*=== Three Level Menu ===*/ }
            .header__menu ul li ul.dropdown-menu li:not(:last-child) {
              border-bottom: 1px solid #ffffff21; }
            .header__menu ul li ul.dropdown-menu li.menu-item-has-children:after {
              right: 1rem;
              color: #fff; }
            .header__menu ul li ul.dropdown-menu li a {
              padding: 0.856rem 1rem;
              text-align: left; }
              .header__menu ul li ul.dropdown-menu li a:before {
                content: "";
                position: relative; }
            .header__menu ul li ul.dropdown-menu li:hover {
              background: var(--Linear-01); }
              .header__menu ul li ul.dropdown-menu li:hover a {
                color: var(--primaryColor); }
              .header__menu ul li ul.dropdown-menu li:hover ul.dropdown-menu {
                opacity: 1;
                visibility: visible; }
            .header__menu ul li ul.dropdown-menu li ul.dropdown-menu {
              left: 100%;
              opacity: 0;
              top: 0;
              visibility: hidden; }
              .header__menu ul li ul.dropdown-menu li ul.dropdown-menu li:hover a {
                color: var(--primaryColor); }
              .header__menu ul li ul.dropdown-menu li ul.dropdown-menu li a {
                color: #fff; }
  .header__right--btn {
    display: flex;
    justify-content: end;
    gap: 1.25rem;
    margin-left: -10px;
}
    @media screen and (max-width: 992px) {
      .header__right--btn {
        display: none; } }
    .header__right--btn a {
      padding: 12px 12px;
      border: 1px solid #d0d0cf;
      border-radius: 0.625rem;
      color: #fff;
      font-weight: 500;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .header__right--btn a.signup {
        background: var(--Linear-01);
        border-radius: 0.625rem;
        color: #0d0c1c; }
      .header__right--btn a:hover {
        background: var(--Linear-01);
        border-radius: 0.625rem;
        color: #0d0c1c;
        border-color: transparent; }
  .header__right button.menu-icon {
    border: 1px solid var(--bc);
    background: transparent;
    color: #fff;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .header__right button.menu-icon:hover {
      background: var(--btn-bg);
      color: var(--primaryColor);
      border-color: transparent; }
  @media screen and (max-width: 992px) {
    .header__btn .header__right__btn {
      display: none; } }
  .header__btn button.menu-icon {
    border: 1px solid var(--bc);
    background: transparent;
    color: #fff;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    transition: all .3s ease; }
  .header.sub-page {
    background: var(--primaryColor); }

/*========= header two =========*/
.PrimaryMenu__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #0E1627; }
  @media screen and (max-width: 768px) {
    .PrimaryMenu__wrapper {
      padding: 1.5rem; } }
  .PrimaryMenu__wrapper .header__menu {
    border-left: none;
    text-align: left; }

.PrimaryMenu.menu_fixed {
  position: fixed;
  width: 100%;
  z-index: 91;
  background: var(--style-three); }

.style-two .PrimaryMenu__wrapper {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/*======= Header Three =========*/
.transparent {
  background: transparent !important; }

.style-three .PrimaryMenu__wrapper {
  background: transparent !important;
  border-radius: 0; }

/* ============ offcanvase css ============== */
.offcanvase {
  background: var(--primaryColor) none repeat scroll 0 0;
  top: 0;
  width: 26.25rem;
  height: 100%;
  inset-inline-end: -38.625rem;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  backdrop-filter: blur(2.315rem);
  padding: 25px;
  position: fixed; }
  @media screen and (max-width: 576px) {
    .offcanvase {
      width: 100%; } }
  .offcanvase__menu--content {
    display: flex;
    flex-direction: column; }
  .offcanvase__menu--top {
    align-items: center; }
  .offcanvase__menu--close-icon {
    font-family: 1.5rem;
    color: #fff;
    cursor: pointer;
    background: transparent;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    border: 1px solid var(--bc); }
    .offcanvase__menu--close-icon:hover {
      background: #6df196; }
      .offcanvase__menu--close-icon:hover i {
        color: var(--primaryColor); }
  .offcanvase__menu--contact {
    color: var(--paragraphColor);
    text-align: center; }
    .offcanvase__menu--contact h4 {
      color: #fff; }
  .offcanvase__menu--contact-text li {
    list-style: none;
    margin-bottom: 1rem; }
  .offcanvase__menu--contact-text a {
    color: #fff; }
  .offcanvase__menu--contact-title {
    text-decoration: 2px underline; }
  .offcanvase__menu--social ul li {
    list-style-type: none; }
    .offcanvase__menu--social ul li a i {
      font-size: 1.5rem;
      color: #fff;
      -webkit-transition: ease-in 0.3s;
      -moz-transition: ease-in 0.3s;
      -ms-transition: ease-in 0.3s;
      -o-transition: ease-in 0.3s;
      transition: ease-in 0.3s; }
    .offcanvase__menu--social ul li:hover a i {
      color: #6df196; }
  .offcanvase__menu .mean-bar {
    padding: 0; }
  .offcanvase__menu .mean-bar > a.meanmenu-reveal {
    display: none !important;
    font-size: 0px;
    text-indent: 0; }
  .offcanvase__menu .mean-bar .mean-nav {
    margin-top: -5px;
    background: var(--primaryColor); }
    .offcanvase__menu .mean-bar .mean-nav > ul {
      display: block !important; }
      .offcanvase__menu .mean-bar .mean-nav > ul li a.mean-expand {
        border: 0 !important;
        margin-top: 0;
        background: transparent; }
      .offcanvase__menu .mean-bar .mean-nav > ul li a {
        text-transform: capitalize;
        font-size: .9rem;
        border-top: 1px solid var(--bc); }
  .offcanvase__button {
    display: flex;
    gap: .5rem;
    justify-content: center;
    margin-left: -15px;
}
    .offcanvase__button a {
      padding: .625rem 1.25rem;
      border: 1px solid #D0D0CF;
      border-radius: .625rem;
      color: #fff;
      font-weight: 500;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -ms-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
      .offcanvase__button a.signup {
        background: linear-gradient(42deg, #E9F950 -1.07%, #55F4C4 -1.06%, #BAE906 104.1%);
        border-radius: .625rem;
        color: #0D0C1C; }
      .offcanvase__button a:hover {
        background: linear-gradient(42deg, #E9F950 -1.07%, #55F4C4 -1.06%, #BAE906 104.1%);
        border-radius: .625rem;
        color: #0D0C1C;
        border-color: transparent; }

.thanks-giving {
  border-radius: 1.25rem;
  overflow: hidden;
  padding-top: 30px; }

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #0F0E0E;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  inset-inline-end: 0;
  -webkit-transition: all 0.3s ease-in 0;
  -moz-transition: all 0.3s ease-in 0;
  -ms-transition: all 0.3s ease-in 0;
  -o-transition: all 0.3s ease-in 0;
  transition: all 0.3s ease-in 0; }

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible; }

.offcanvase.info-open {
  opacity: 1;
  inset-inline-end: 0; }

/*========== hero css =========*/
@media screen and (max-width: 400px) {
  .hero__vector {
    display: none; } }

.hero__vector img:nth-child(1) {
  position: absolute;
  left: 0;
  animation: top 10s ease-in infinite; }

.hero__vector img:nth-child(2) {
  position: absolute;
  right: 2%;
  animation: roundAnim 10s ease-in infinite; }
  @media screen and (max-width: 1400px) {
    .hero__vector img:nth-child(2) {
      top: 0%;
      right: 0; } }
  @media screen and (max-width: 1200px) {
    .hero__vector img:nth-child(2) {
      top: -2%;
      right: 0; } }

.hero__text {
  position: relative; }
  .hero__text--content {
    position: relative;
    margin-left: 13.5rem;
    margin-bottom: 1.865rem; }
    @media screen and (max-width: 1200px) {
      .hero__text--content {
        margin-left: 0; } }
    .hero__text--content h2 {
      font-size: 4.375rem;
      font-weight: 700;
      line-height: 7rem;
      color: #fff;
      margin-bottom: 0; }
      @media screen and (max-width: 992px) {
        .hero__text--content h2 {
          font-size: 3.375rem;
          line-height: 6rem; } }
      @media screen and (max-width: 768px) {
        .hero__text--content h2 {
          text-align: center; } }
      @media screen and (max-width: 576px) {
        .hero__text--content h2 {
          text-align: center; } }
      @media screen and (max-width: 400px) {
        .hero__text--content h2 {
          font-size: 2.375rem;
          line-height: 4rem; } }
      .hero__text--content h2 span {
        background: var(--Linear-01);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: var(--sora); }
      .hero__text--content h2 em {
        font-family: var(--playfair);
        text-decoration: 2px underline; }
  .hero__text p {
    max-width: 52.8125rem;
    margin: auto;
    text-align: center; }

.hero__video {
  position: absolute;
  right: 13%;
  bottom: 18%; }
  @media screen and (max-width: 1400px) {
    .hero__video {
      right: 0; } }
  @media screen and (max-width: 1200px) {
    .hero__video {
      right: -3%; } }
  @media screen and (max-width: 992px) {
    .hero__video {
      right: -15%; } }
  @media screen and (max-width: 768px) {
    .hero__video {
      position: relative;
      right: 0;
      margin-top: 1rem; } }
  .hero__video .video-img {
    height: 5rem;
    width: 14.375rem;
    position: relative; }
    .hero__video .video-img::after {
      position: absolute;
      height: 105%;
      width: 101%;
      content: "";
      background: var(--btn-bg);
      top: -2.5px;
      left: 0;
      border-radius: 3.125rem;
      z-index: -1;
      -webkit-animation: ripple 2s linear infinite;
      -moz-animation: ripple 2s linear infinite;
      -ms-animation: ripple 2s linear infinite;
      -o-animation: ripple 2s linear infinite;
      animation: ripple 2s linear infinite; }
    @media screen and (max-width: 768px) {
      .hero__video .video-img {
        margin: auto; } }
    .hero__video .video-img img {
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 3.125rem !important; }
    .hero__video .video-img .video-play {
      position: absolute;
      background-color: #fff;
      height: 3.75rem;
      width: 3.75rem;
      border-radius: 3.125rem;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      top: 50%;
      left: 0.565rem;
      transform: translateY(-50%);
      border: 2px solid var(--primaryColor); }
      .hero__video .video-img .video-play i {
        color: var(--primaryColor);
        font-size: 1.2rem; }

.hero__button {
  margin-top: 3.125rem; }
  .hero__button:hover span i {
    transform: rotate(0); }
  .hero__button:hover a {
    box-shadow: 0 0 10px 10px #68f2a01a; }

/* =========hero two css ========*/
/* ===== hero Two */
.style-two .hero {
  position: relative; }
  @media screen and (max-width: 992px) {
    .style-two .hero .row {
      flex-direction: column-reverse; } }
  .style-two .hero__content .button {
    padding: 10px 20px;
    background: var(--style-two-color);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-family: var(--sora);
    display: inline-block; }
  .style-two .hero__content h1 {
    font-size: 45px;
    font-weight: 700;
    font-family: var(--sora);
    color: #fff;
    line-height: 60px;
    margin: 20px 0;
    width: 85%; }
  .style-two .hero__content p {
    margin-bottom: 50px; }
  @media screen and (max-width: 992px) {
    .style-two .hero__image--section {
      margin-bottom: 70px; 

      margin-top: 106px;
    
    } }
  .style-two .hero__image {
    position: relative;
    border-radius: 10px;
    z-index: 1; }
    .style-two .hero__image .big-image img {
      min-height: 490px;
      max-height: 490px;
      width: 100%;
      object-fit: cover;
      border-radius: 10px !important; }
    .style-two .hero__image .small-image {
      position: absolute;
      right: -10%;
      bottom: 10%;
      -webkit-animation: right 5s infinite alternate;
      -moz-animation: right 5s infinite alternate;
      -ms-animation: right 5s infinite alternate;
      -o-animation: right 5s infinite alternate;
      animation: right 5s infinite alternate; }
      .style-two .hero__image .small-image img {
        border-radius: 10px !important;
        max-width: 310px;
        height: 200px;
        object-fit: cover; }
    .style-two .hero__image:before {
      position: absolute;
      content: '';
      height: 80%;
      width: 80%;
      background: transparent;
      border: 2px solid #e67c1f;
      border-radius: inherit;
      top: -15px;
      left: -15px;
      z-index: -1; }
    .style-two .hero__image:after {
      position: absolute;
      bottom: -15px;
      left: 13%;
      height: 20%;
      width: 80%;
      content: '';
      background: transparent;
      border: 2px solid #e67c1f;
      border-radius: inherit;
      z-index: -1; }
  .style-two .hero .animated__property {
    position: absolute;
    z-index: 1; }
    
    .style-two .hero .animated__property img:nth-child(2) {
      position: absolute;
      left: -75%;
      z-index: -2; }
      @media screen and (max-width: 992px) {
        .style-two .hero .animated__property img:nth-child(2) {
          display: none; } }
    .style-two .hero .animated__property img:nth-child(3) {
      position: relative;
      right: -100%; }
      @media screen and (max-width: 992px) {
        .style-two .hero .animated__property img:nth-child(3) {
          display: none; } }

/*======== hero Three =========*/
.hero__content--border img{
  width: unset;
  max-width: unset !important;
}
.style-three .hero__content {
  position: relative;
  margin-top: 80px;
  text-align: center;
  z-index: 1; }
  .style-three .hero__content .image {
    max-width: 280px;
    height: 100px;
    position: relative;
    display: inline-block;
    top: 21%;
    left: -3%; }
    @media screen and (max-width: 768px) {
      .style-three .hero__content .image {
        margin-bottom: 40px; } }
    .style-three .hero__content .image::before {
      position: absolute;
      left: -15%;
      content: url(../../assets/img/animated-icon/hero-3-before.png);
      top: -50%;
      background-repeat: no-repeat; }
    .style-three .hero__content .image img {
      position: relative;
      height: 100%;
      width: 100%;
      border-radius: 50px !important;
      left: 0; }
    .style-three .hero__content .image .yt__btn {
      position: absolute;
      right: -5%;
      top: 50%;
      transform: translate(20%, -20%);
      display: inline-block; }
      @media screen and (max-width: 992px) {
        .style-three .hero__content .image .yt__btn {
          transform: translate(20%, -40%); } }
  .style-three .hero__content h1 {
    margin: 0 auto;
    display: block;
    font-weight: 100;
    font-size: 100px;
    line-height: 120px;
    background: linear-gradient(99deg, #D1099F 0%, #8A1128 98.57%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.2px; }
    @media screen and (max-width: 992px) {
      .style-three .hero__content h1 {
        font-size: 80px;
        line-height: 100px; } }
    @media screen and (max-width: 992px) {
      .style-three .hero__content h1 {
        font-size: 70px;
        line-height: 80px; } }
  .style-three .hero__content p {
    padding-bottom: 30px;
    padding-top: 30px;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
    font-family: var(--sora); }
    @media screen and (max-width: 768px) {
      .style-three .hero__content p {
        max-width: 100%; } }
        .style-three .hero__content--border {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 50%;
          transform: translateY(-60%);
          z-index: -1;
      }
    @media screen and (max-width: 1400px) {
      .style-three .hero__content--border {
        display: none; } }

/*========= hero slider =========*/
.slider .slick-dotted.slick-slider {
  margin-bottom: 0; }

.slider__wrapper {
  position: relative; }
  .slider__wrapper .slick-dots {
    margin: 0;
    display: flex;
    position: static;
    padding-top: 50px;
    align-items: center;
    justify-content: center; }
    .slider__wrapper .slick-dots li {
      width: auto;
      height: auto;
      margin: 0 1px;
      display: inline-block; }
      .slider__wrapper .slick-dots li button {
        margin: 0;
        padding: 0;
        width: 25px;
        height: 25px;
        display: block;
        border-radius: 100%;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        border: 1px solid transparent; }
        .slider__wrapper .slick-dots li button:before {
          top: 50%;
          left: 50%;
          opacity: 1;
          content: '';
          width: 10px;
          height: 10px;
          color: transparent;
          border-radius: 100%;
          transform: scale(1);
          background-color: #9E9E94;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .slider__wrapper .slick-dots li:hover button, .slider__wrapper .slick-dots li.slick-active button {
        opacity: 1;
        border-color: #fff; }
        .slider__wrapper .slick-dots li:hover button:before, .slider__wrapper .slick-dots li.slick-active button:before {
          opacity: 1;
          color: transparent;
          background-color: #fff; }

.slider__single {
  position: relative; }
  .slider__single img {
    width: 100%;
    max-height: 40rem;
    object-fit: cover;
    border-radius: .856rem !important;
    object-position: top; }
  .slider__single .slider--content {
    background: var(--primaryColor);
    display: flex;
    align-items: center;
    max-width: max-content;
    padding: 1.25rem;
    border-radius: 5.375rem 0 0 5.375rem;
    padding-left: 2.5rem;
    position: absolute;
    right: 0;
    bottom: 10%; }
    .slider__single .slider--content li:not(:last-child) {
      list-style: none;
      height: 3.75rem;
      width: 3.75rem;
      border-radius: 3.125rem;
      position: relative;
      background: var(--btn-bg);
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      margin-left: -1.5rem; }
    .slider__single .slider--content li:last-child {
      margin-left: 1rem; }
    .slider__single .slider--content li img {
      position: absolute;
      height: 100%;
      width: 100%;
      border-radius: 3.125rem; }
    .slider__single .slider--content li i {
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--primaryColor); }
    .slider__single .slider--content span {
      font-family: var(--sora);
      color: #fff; }
      .slider__single .slider--content span b {
        font-size: 1.562rem; }

/*========== information css start ===========*/
.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }
  .information__wrapper {
    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: #151429;
    padding: 2rem 0;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  .information__content {
    -webkit-animation: Marque 50s linear infinite;
    -moz-animation: Marque 50s linear infinite;
    -ms-animation: Marque 50s linear infinite;
    -o-animation: Marque 50s linear infinite;
    animation: Marque 50s linear infinite;
    display: flex; }
    .information__content .single-information {
      display: flex;
      align-items: center;
      position: relative;
      gap: 2rem;
      margin-right: 2rem;
      white-space: nowrap; }
      .information__content .single-information h6 {
        text-transform: uppercase;
        margin: 0;
        font-size: 1.2rem; }
        .information__content .single-information h6 span {
          background: linear-gradient(42deg, #E9F950 -1.07%, #55F4C4 -1.06%, #BAE906 104.1%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-family: var(--sora); }


/*========= section ========*/
.section {
  margin-bottom: 3.125rem;
  display: grid;
  grid-template-columns: 65% auto;
  align-items: end;
  justify-content: space-between; }
  .section .view__all a {
    text-decoration: underline;
    color: #fff; }
  .section__sub {
    background: var(--Linear-01);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--sora);
    display: block;
    margin-bottom: 1rem;
    text-transform: capitalize; }
  .section__title {
    font-family: var(--sora);
    font-weight: 600;
    font-size: 1.875rem;
    max-width: 25rem;
    display: block;
    line-height: 2.815rem;
    color: #fff;
    position: relative;
    text-transform: capitalize; }
    .section__title strong {
      background: var(--Linear-01);
      font-family: var(--playfair);
      -webkit-background-clip: text;
      -webkit-text-stroke: 2px transparent;
      color: var(--primaryColor);
      letter-spacing: 2px; }

.sectionStyle__two {
  max-width: 380px;
  margin-bottom: 50px; }
  .sectionStyle__two span {
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--sora);
    color: #fff;
    margin-bottom: 20px;
    display: inline-block; }
    .sectionStyle__two span img {
      margin-right: 20px;
      max-width: 45px;
      max-height: 12px; }
  .sectionStyle__two h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    font-family: var(--sora);
    color: #fff; }
    .sectionStyle__two h3 u {
      color: var(--blank-color); }

/*========== service ========*/
.service__single {
  margin-bottom: 2rem;
  background-clip: padding-box;
  box-sizing: border-box;
  position: relative;
  border: solid 2px transparent;
  border-radius: 1.25em;
  width: 100%; }
  .service__single:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: var(--Linear-01);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in; }
  .service__single:hover .meta-linkbtn .link-btn {
    background: var(--btn-bg);
    color: var(--primaryColor); }
    .service__single:hover .meta-linkbtn .link-btn i {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
  .service__single:hover::before {
    opacity: 1; }
  .service__single--box {
    padding: 1.25rem;
    background: #1A1929;
    border-radius: 1.25rem; }
    .service__single--box .icon {
      margin-bottom: 1.25rem;
      height: 2rem;
      width: 2rem;
      position: relative; }
      .service__single--box .icon img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .service__single--box-meta {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .service__single--box-meta .meta-text {
        display: flex;
        flex-direction: column;
        color: var(--paragraphColor); }
        .service__single--box-meta .meta-text a {
          font-weight: 600;
          color: #fff;
          margin-bottom: .425rem;
          font-family: var(--sora); }
        .service__single--box-meta .meta-text span {
          font-family: var(--inter); }

/*======== service details ==========*/
.service-details__img {
  margin-bottom: 1.875rem; }
  .service-details__img img {
    width: 100%;
    object-fit: cover;
    border-radius: 1.25rem !important;
    min-height: 33.125rem;
    max-height: 33.125rem; }

.service-details__text {
  margin-bottom: 3.125rem; }
  .service-details__text--content h3 {
    margin-bottom: 1.875rem;
    font-weight: 700;
    font-family: var(--sora);
    color: #fff;
    line-height: 2.5rem; }
    .service-details__text--content h3 span {
      background: var(--Linear-01);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }
  .service-details__text--content h4 {
    font-family: var(--sora);
    font-weight: 600;
    font-size: 1.25rem; }
  .service-details__text--content h5 {
    font-family: var(--sora);
    font-weight: 600;
    font-size: 1.125rem; }

.service-details__keypoints li {
  list-style: none;
  position: relative;
  margin-left: 1.25rem; }
  .service-details__keypoints li:not(:last-child) {
    margin-bottom: 1.25rem; }
  .service-details__keypoints li:before {
    position: absolute;
    left: -1.25rem;
    top: 50%;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    background: var(--Linear-01);
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.service-details__faq {
  border-top: 1px solid var(--bc);
  padding-top: 3.125rem; }
  @media screen and (max-width: 992px) {
    .service-details__faq {
      margin-bottom: 3.125rem; } }
  .service-details__faq .section__title {
    max-width: 35rem; }

/*======== service Two ========*/
.style-two .service__info h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block; }

.style-two .service__slider {
  position: relative;
  overflow: hidden;
  width: 135%;
  z-index: 9; }
  @media screen and (max-width: 992px) {
    .style-two .service__slider {
      margin-top: 50px;
      width: 100%; } }
  .style-two .service__slider--single {
    background: #0E1627;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .style-two .service__slider--single .icon {
      height: 80px;
      width: 80px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-size: 30px;
      background: #fff;
      color: var(--style-two-color);
      margin-bottom: 15px; }
    .style-two .service__slider--single h6 {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 15px; }
    .style-two .service__slider--single p {
      color: #fff;
      margin-bottom: 30px;
      font-weight: 400;
      font-size: 15px;
      font-family: var(--sora); }
    .style-two .service__slider--single .rounded__btn {
      display: flex;
      align-items: center;
      gap: 15px;
      font-size: 16px;
      font-weight: 600;
      font-family: var(--sora);
      color: #fff; }
      .style-two .service__slider--single .rounded__btn span {
        display: grid;
        place-items: center;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: #fff;
        color: var(--primaryColor);
        font-size: 20px; }
    .style-two .service__slider--single::before {
      position: absolute;
      left: 0;
      top: 0;
      border-radius: inherit;
      content: '';
      background: transparent;
      height: 100%;
      width: 100%;
      border: 1px solid transparent;
      z-index: -1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .style-two .service__slider--single::after {
      position: absolute;
      content: '';
      background: url(../../assets/img/service/service-vector.png);
      height: 80%;
      width: 100%;
      top: 10%;
      left: 40%;
      background-repeat: no-repeat;
      z-index: -2; }
    .style-two .service__slider--single:hover {
      background: var(--style-two-color); }
      .style-two .service__slider--single:hover:before {
        border-color: var(--style-two-color);
        top: 10px;
        left: 10px; }
      .style-two .service__slider--single:hover::after {
        background: url(../../assets/img/service/service-vector-hover.png);
        background-repeat: no-repeat; }

.style-two .service .slider-pagination {
  margin-top: 50px; }
  .style-two .slider-pagination span {
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    border: 1px solid transparent; }
    .style-two .slider-pagination span:after {
      position: absolute;
      height: 10px;
      width: 10px;
      content: '';
      border-radius: 50%;
      background: #EA7D1F;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
      border-color: #fff; }

.style-three .service__box {
  border: 1px solid #fff;
  border-radius: 20px;
  overflow: hidden; }
  .style-three .service__box--single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 25px 30px;
    margin-left: -15px;
    margin-right: -15px; }
    @media screen and (max-width: 992px) {
      .style-three .service__box--single {
        flex-direction: column;
        gap: 20px; } }
    .style-three .service__box--single:hover .service-name::before {
      background: var(--g-4); }
    .style-three .service__box--single:not(:last-child) {
      border-bottom: 1px solid #fff; }
    .style-three .service__box--single .service-name {
      min-width: 15%;
      position: relative;
      margin-left: 15px; }
      .style-three .service__box--single .service-name::before {
        position: absolute;
        content: '';
        height: 10px;
        width: 10px;
        left: -15px;
        top: 4px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .style-three .service__box--single .service-name h6 {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        font-family: var(--sora); }
    .style-three .service__box--single .service-image {
      position: relative;
      z-index: 1; }
      .style-three .service__box--single .service-image::before {
        position: absolute;
        left: 5px;
        top: 5px;
        height: 100%;
        width: 100%;
        content: '';
        background: transparent;
        border-radius: 10px;
        border: 1px solid #D1099F;
        z-index: -1; }
        .style-three .service__box--single .service-image img {
          border-radius: 10px !important;
          height: 130px;
          width: 100%;
      }
        @media screen and (max-width: 576px) {
          .style-three .service__box--single .service-image img {
            max-width: 100%; } }
    .style-three .service__box--single .service-link:hover .link-btn {
      background: var(--g-4); }
      .style-three .service__box--single .service-link:hover .link-btn i {
        transform: rotate(0deg); }

/*====== about us ======*/
.about {
  position: relative;
  padding: 50px 0px; }
  .about__small {
    padding: 10.625rem 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .about__small--img .about__wrapper--vector {
        display: none; } }
    .about__small--img .about__wrapper--vector img:nth-child(1) {
      left: -10%;
      position: absolute;
      -webkit-animation: left 5s ease-in infinite;
      -moz-animation: left 5s ease-in infinite;
      -ms-animation: left 5s ease-in infinite;
      -o-animation: left 5s ease-in infinite;
      animation: left 5s ease-in infinite; }
    .about__small--img .about__wrapper--vector img:nth-child(2) {
      position: absolute;
      right: 15%;
      bottom: 15%;
      -webkit-animation: roundAnim 15s ease-in infinite;
      -moz-animation: roundAnim 15s ease-in infinite;
      -ms-animation: roundAnim 15s ease-in infinite;
      -o-animation: roundAnim 15s ease-in infinite;
      animation: roundAnim 15s ease-in infinite; }
    .about__small--img .about__wrapper--vector img:nth-child(3) {
      position: absolute;
      bottom: 15%;
      right: 0;
      -webkit-animation: offOn 5s ease-in infinite;
      -moz-animation: offOn 5s ease-in infinite;
      -ms-animation: offOn 5s ease-in infinite;
      -o-animation: offOn 5s ease-in infinite;
      animation: offOn 5s ease-in infinite; }
    .about__small--img .about-img {
      display: flex;
      justify-content: center; }
      .about__small--img .about-img img:nth-child(1) {
        position: absolute;
        height: 8.125rem;
        width: 8.125rem;
        border-radius: 50% !important;
        object-fit: cover;
        left: 10%;
        top: 0; }
        @media screen and (max-width: 768px) {
          .about__small--img .about-img img:nth-child(1) {
            left: 0;
            border: 3px solid var(--btn-bg); } }
      .about__small--img .about-img img:nth-child(2) {
        position: absolute;
        height: 8.5rem;
        width: 8.5rem;
        border-radius: 50%;
        object-fit: cover;
        right: 10%;
        top: 10%; }
        @media screen and (max-width: 768px) {
          .about__small--img .about-img img:nth-child(2) {
            right: 0;
            border: 3px solid var(--btn-bg); } }
      .about__small--img .about-img img:nth-child(3) {
        position: absolute;
        height: 8.75rem;
        width: 8.75rem;
        border-radius: 50%;
        object-fit: cover;
        bottom: 0%;
        left: 10%; }
        @media screen and (max-width: 768px) {
          .about__small--img .about-img img:nth-child(3) {
            left: 0;
            border: 3px solid var(--btn-bg); } }
      .about__small--img .about-img img:nth-child(4) {
        position: absolute;
        height: 18rem;
        width: 18rem;
        border-radius: 50%;
        object-fit: cover;
        object-position: left;
        top: 55%;
        transform: translateY(-55%);
        border: 2px solid var(--btn-bg); }
        @media screen and (max-width: 768px) {
          .about__small--img .about-img img:nth-child(4) {
            height: 16rem;
            width: 16rem;
            z-index: -1; } }
  .about__wrapper {
    display: grid;
    grid-template-columns: 50% auto; }
    @media screen and (max-width: 992px) {
      .about__wrapper {
        grid-template-columns: auto; } }
    .about__wrapper--text .hero__button {
      display: inline-block; }
      .about__wrapper--text .hero__button a {
        margin: 0; }
    .about__wrapper--text .section__title {
      margin-bottom: 1.25rem; }
    .about__wrapper .section__content {
      max-width: 80%; }
    .about__wrapper--li {
      display: flex;
      gap: 3.125rem;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 400px) {
        .about__wrapper--li {
          flex-direction: column;
          gap: 1rem; } }
      .about__wrapper--li li {
        background: var(--Linear-01);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        left: 1rem; }
        .about__wrapper--li li:before {
          position: absolute;
          content: '';
          height: 0.625rem;
          width: 0.625rem;
          border-radius: 50%;
          background: var(--Linear-01);
          left: -1rem;
          top: 50%;
          transform: translateY(-50%); }
    .about__wrapper--vector img:nth-child(1) {
      left: -10%;
      position: absolute;
      -webkit-animation: left 5s infinite alternate;
      -moz-animation: left 5s infinite alternate;
      -ms-animation: left 5s infinite alternate;
      -o-animation: left 5s infinite alternate;
      animation: left 5s infinite alternate;
      -webkit-animation: right 5s infinite alternate;
      -moz-animation: right 5s infinite alternate;
      -ms-animation: right 5s infinite alternate;
      -o-animation: right 5s infinite alternate;
      animation: right 5s infinite alternate; }
    .about__wrapper--vector img:nth-child(2) {
      position: absolute;
      right: 15%;
      bottom: 15%;
      -webkit-animation: roundAnim 15s ease-in infinite;
      -moz-animation: roundAnim 15s ease-in infinite;
      -ms-animation: roundAnim 15s ease-in infinite;
      -o-animation: roundAnim 15s ease-in infinite;
      animation: roundAnim 15s ease-in infinite; }
    .about__wrapper--vector img:nth-child(3) {
      position: absolute;
      bottom: 15%;
      left: -5%;
      -webkit-animation: offOn 5s ease-in infinite;
      -moz-animation: offOn 5s ease-in infinite;
      -ms-animation: offOn 5s ease-in infinite;
      -o-animation: offOn 5s ease-in infinite;
      animation: offOn 5s ease-in infinite; }
    .about__wrapper--img {
      position: relative; }
      .about__wrapper--img .about-img {
        display: flex;
        justify-content: center; }
        .about__wrapper--img .about-img img:nth-child(1) {
          position: absolute;
          height: 8.125rem;
          width: 8.125rem;
          border-radius: 50% !important;
          object-fit: cover;
          left: 15%; }
          @media screen and (max-width: 1400px) {
            .about__wrapper--img .about-img img:nth-child(1) {
              left: 10%; } }
        .about__wrapper--img .about-img img:nth-child(2) {
          position: absolute;
          height: 8.5rem;
          width: 8.5rem;
          border-radius: 50% !important;
          object-fit: cover;
          right: 10%;
          top: 8%; }
          @media screen and (max-width: 1400px) {
            .about__wrapper--img .about-img img:nth-child(2) {
              right: 5%; } }
        .about__wrapper--img .about-img img:nth-child(3) {
          position: absolute;
          height: 8.75rem;
          width: 8.75rem;
          border-radius: 50%;
          object-fit: cover;
          bottom: 0%;
          left: 10%; }
          @media screen and (max-width: 1400px) {
            .about__wrapper--img .about-img img:nth-child(3) {
              left: 5%; } }
        .about__wrapper--img .about-img img:nth-child(4) {
          position: absolute;
          height: 15rem;
          width: 15rem;
          border-radius: 50%;
          object-fit: cover;
          object-position: left;
          top: 55%;
          transform: translateY(-55%);
          border: 2px solid var(--btn-bg); }
          @media screen and (max-width: 1400px) {
            .about__wrapper--img .about-img img:nth-child(4) {
              height: 13.75rem;
              width: 13.75rem; } }

/* ========= about us Two =======*/
@media screen and (max-width: 992px) {
  .aboutUs .row.reverse {
    flex-direction: column-reverse; } }

.aboutUs__single {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--blank-color);
  background: var(--blank); }
  .aboutUs__single:not(:last-child) {
    margin-bottom: 30px; }
  .aboutUs__single h6 {
    font-weight: 600;
    font-family: var(--sora);
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff; }
    .aboutUs__single h6 span {
      border: 1px solid #fff;
      color: var(--blank-color);
      min-height: 35px;
      min-width: 80px;
      border-radius: 50px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-left: 10px; }
  .aboutUs__single p {
    margin-bottom: 0; }

.aboutUs .image__section {
  margin-top: -200px; }

.aboutUs .bg__animate {
  position: absolute; }
  .aboutUs .bg__animate--round {
    min-height: 40px;
    width: 200px;
    border-radius: 50px;
    border: 1px solid var(--blank-color);
    position: relative;
    left: 50%;
    top: 80%; }
    @media screen and (max-width: 992px) {
      .aboutUs .bg__animate--round {
        transform: translate(-50%); } }
  .aboutUs .bg__animate img {
    position: absolute;
    left: auto;
    right: -200%;
    top: 0; }
    @media screen and (max-width: 992px) {
      .aboutUs .bg__animate img {
        right: -150%; } }

.aboutUs__big {
  position: relative;
  left: 15%; }
  @media screen and (max-width: 992px) {
    .aboutUs__big {
      left: 0;
      margin-bottom: 200px; } }
  .aboutUs__big .aboutBigImage {
    position: relative;
    max-width: 535px;
    min-height: 450px;
    border-radius: 50% 50% 50% 50%;
    overflow: hidden; }
    .aboutUs__big .aboutBigImage img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .aboutUs__big .aboutSmallImage {
    min-height: 370px;
    width: 290px;
    border-radius: 180px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%); }
    .aboutUs__big .aboutSmallImage img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .aboutUs__big .aboutSmallImage .yt__button {
      position: absolute;
      z-index: 1;
      height: 50px;
      width: 50px;
      background: #0D0C1C;
      left: 50%;
      bottom: 10%;
      transform: translate(-50%);
      display: grid;
      place-items: center;
      border-radius: 50%;
      cursor: pointer; }
      .aboutUs__big .aboutSmallImage .yt__button:after {
        position: absolute;
        left: -12px;
        top: -12px;
        height: 75px;
        width: 75px;
        border-radius: 50%;
        background: #0d0c1c78;
        content: '';
        z-index: -1; }
      .aboutUs__big .aboutSmallImage .yt__button i {
        color: #fff; }

.style-two .about__content h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  color: #fff;
  margin-bottom: 15px;
  font-family: var(--sora); }

.style-two .about__content h6 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 15px; }

.style-two .about__images {
  display: flex;
  gap: 30px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 992px) {
    .style-two .about__images {
      margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .style-two .about__images .img-with-text {
      width: 100%; } }
  .style-two .about__images .img-with-text img {
    border-radius: 20px !important;
    width: 300px;
    height: 350px;
    object-fit: cover; }
    @media screen and (max-width: 768px) {
      .style-two .about__images .img-with-text img {
        width: 100% !important; } }
  .style-two .about__images .img-with-text .expeert {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    font-family: var(--sora);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    color: var(--primaryColor);
    height: 50px;
    font-size: 20px; }
    .style-two .about__images .img-with-text .expeert span {
      font-size: 50px;
      background: #EA7D1F;
      font-family: var(--sora);
      -webkit-background-clip: text;
      -webkit-text-stroke: 3px transparent;
      color: #15202e;
      height: 50px;
      margin-top: 20px; }
  .style-two .about__images .img-notext {
    margin-top: 125px; }
    @media screen and (max-width: 768px) {
      .style-two .about__images .img-notext {
        display: none; } }
    .style-two .about__images .img-notext img {
      border-radius: 10px !important;
      height: 350px;
      min-width: 310px;
      object-fit: cover; }
  .style-two .about__images .animated__image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .style-two .about__images .animated__image {
        display: none; } }

.style-three .about__image {
  position: relative;
  min-height: 550px;
  width: 100%; }
  .style-three .about__image .image {
    position: relative; }
    .style-three .about__image .image img {
      border-radius: 10px !important;
      min-height: 550px;
      max-height: 550px;
      object-fit: cover; }
  .style-three .about__image .yt__btn {
    height: 100px;
    width: 100px;
    font-size: 30px;
    border-radius: 50%;
    background: rgba(0, 2, 23, 0.5);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.style-three .about__faq {
  margin-left: -100px; }
  @media screen and (max-width: 992px) {
    .style-three .about__faq {
      margin-left: 0;
      margin-top: 50px; } }
  .style-three .about__faq .accordion-item.active .accordion-head {
    background: var(--g-4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .style-three .about__faq .accordion-item .accordion-text {
    max-width: 100% !important; }
  .style-three .about__faq .accordion-item::before {
    background: transparent; }
  .style-three .about__faq .accordion-head {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--paragraphColor);
    font-size: 15px;
    font-family: var(--sora); }
    .style-three .about__faq .accordion-head span {
      font-size: 30px;
      font-weight: 600;
      font-family: var(--sora);
      color: #fff; }
  .style-three .about__faq .accordion-button::after {
    content: '\f077' !important;
    font-family: var(--font-awesome);
    background-image: none;
    transform: rotate(0deg) !important;
    color: #7F7CB2; }
  .style-three .about__faq .accordion-button:not(.collapsed)::after {
    content: '\f078' !important;
    transform: rotate(0deg) !important;
    color: #fff; }

/*===== our work =======*/
.our-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }
  .our-work__wrapper {
    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: 2rem;
    -webkit-animation: Marque 50s linear infinite;
    -moz-animation: Marque 50s linear infinite;
    -ms-animation: Marque 50s linear infinite;
    -o-animation: Marque 50s linear infinite;
    animation: Marque 50s linear infinite; }
    .our-work__wrapper .our-work__content {
      display: flex;
      gap: 2rem; }
    .our-work__wrapper .single-work-item {
      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: 2rem; }
      .our-work__wrapper .single-work-item:nth-child(2n) .title:nth-child(1) {
        background: var(--Linear-01);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .our-work__wrapper .single-work-item .title {
        list-style-type: none;
        position: relative;
        font-size: 4rem;
        font-weight: 700;
        font-family: var(--sora);
        color: #fff;
        line-height: 3.5rem;
        text-transform: uppercase; }
      .our-work__wrapper .single-work-item .start {
        font-size: 4rem;
        font-weight: 700;
        margin-top: 1.215rem;
        white-space: nowrap;
        line-height: 0; }

/*======== project =========*/
.project__single {
  position: relative;
  margin-bottom: 2rem;
  background-clip: padding-box;
  box-sizing: border-box;
  position: relative;
  border: solid 2px transparent;
  border-radius: 1.25em;
  width: 100%;
  max-height: 17.4375rem; }
  @media screen and (max-width: 768px) {
    .project__single {
      max-height: 100%; } }
  .project__single:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: var(--Linear-01);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .project__single:hover::before {
    opacity: 1; }
  .project__single--box {
    position: relative; }
    .project__single--box img {
      border-radius: 1.25rem !important; }
    .project__single--box .project__meta {
      position: absolute;
      bottom: 1.6rem;
      left: 1.5rem;
      display: flex;
      width: 88%;
      justify-content: space-between;
      align-items: center;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .project__single--box .project__meta--info {
        display: inline-block;
        font-family: var(--sora);
        font-weight: 600;
        font-size: 0.875rem;
        color: var(--primaryColor); }
        .project__single--box .project__meta--info .project-name {
          padding: .625rem 1.125rem;
          background: var(--Linear-01);
          display: block; }
          .project__single--box .project__meta--info .project-name a {
            color: var(--primaryColor); }
        .project__single--box .project__meta--info .project-by {
          background: var(--primaryColor);
          color: #fff;
          padding: .625rem 1.125rem;
          display: inline-block; }
      .project__single--box .project__meta--link .link-btn:hover {
        -webkit-transform: rotate(35deg);
        -moz-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        -o-transform: rotate(35deg);
        transform: rotate(35deg);
        background: var(--btn-bg);
        color: var(--primaryColor); }

/*======== project details =========*/
.project-details__wrapper .project-details__info {
  padding-bottom: 3.175rem;
  width: 100%; }
  .project-details__wrapper .project-details__info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: .625rem; }
    .project-details__wrapper .project-details__info ul li {
      font-weight: 600;
      position: relative;
      background-clip: padding-box;
      box-sizing: border-box; }
      .project-details__wrapper .project-details__info ul li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -1px;
        border-radius: inherit;
        opacity: 0;
        background: var(--Linear-01);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .project-details__wrapper .project-details__info ul li .item {
        padding: 1.25rem 1.25rem;
        background: var(--primaryColor);
        gap: .325rem; }
        .project-details__wrapper .project-details__info ul li .item span {
          color: #fff; }
        .project-details__wrapper .project-details__info ul li .item .content {
          background: var(--Linear-01);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .project-details__wrapper .project-details__info ul li:hover:before {
        opacity: 1; }

.project-details__wrapper .project-details__text img {
  max-height: 100%;
  width: 100%;
  border-radius: 1.25rem !important;
  margin-bottom: 3.125rem; }

.project-details__wrapper .project-details__text h4 {
  font-size: 1.526rem;
  color: #fff;
  margin-bottom: 1.875rem; }

.project-details__wrapper .project-details__text p:not(:last-child) {
  margin-bottom: 1.875rem; }

.project-details__wrapper .project-details__text .bullet-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin-bottom: 30px !important;
  gap: 1rem; }
  @media screen and (max-width: 992px) {
    .project-details__wrapper .project-details__text .bullet-list {
      grid-template-columns: repeat(1, 1fr); } }
  .project-details__wrapper .project-details__text .bullet-list li {
    position: relative;
    color: #fff; }
    .project-details__wrapper .project-details__text .bullet-list li:before {
      content: "•";
      margin-right: 5px;
      color: #a8eb28; }

.project-details__wrapper .project-details__text .grid-content {
  display: grid;
  grid-template-columns: 1fr minmax(0, 430px);
  gap: 1rem; }
  @media screen and (max-width: 992px) {
    .project-details__wrapper .project-details__text .grid-content {
      grid-template-columns: 1fr;
      gap: 1.875rem; } }
  .project-details__wrapper .project-details__text .grid-content p {
    margin: 0; }
  .project-details__wrapper .project-details__text .grid-content .used-tool {
    padding: 2.187rem 1.25rem;
    position: relative;
    border-radius: .675em;
    background: var(--primaryColor);
    align-items: center;
    display: flex;
    gap: 1.25rem;
    width: 100%; }
    @media screen and (max-width: 400px) {
      .project-details__wrapper .project-details__text .grid-content .used-tool {
        flex-direction: column; } }
    .project-details__wrapper .project-details__text .grid-content .used-tool:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -2px;
      border-radius: inherit;
      background: var(--Linear-01); }
    .project-details__wrapper .project-details__text .grid-content .used-tool img {
      height: 45px;
      width: 60px;
      border-radius: 0 !important;
      margin: 0; }
    .project-details__wrapper .project-details__text .grid-content .used-tool .tool-info {
      width: 80%; }
      @media screen and (max-width: 400px) {
        .project-details__wrapper .project-details__text .grid-content .used-tool .tool-info {
          width: 100%; } }
      .project-details__wrapper .project-details__text .grid-content .used-tool .tool-info li {
        list-style: none;
        display: flex;
        justify-content: space-between;
        gap: 1rem; }
        .project-details__wrapper .project-details__text .grid-content .used-tool .tool-info li .style {
          font-weight: 600;
          color: #fff;
          font-family: var(--sora); }
          .project-details__wrapper .project-details__text .grid-content .used-tool .tool-info li .style:not(:last-child) {
            margin-bottom: .675rem; }

.project-details__wrapper .pagination {
  justify-content: center;
  margin-top: 3.125rem;
  gap: 1rem; }
  .project-details__wrapper .pagination li {
    display: flex;
    gap: 1rem;
    align-items: center; }
    .project-details__wrapper .pagination li:nth-child(1) {
      flex-direction: row-reverse; }
      .project-details__wrapper .pagination li:nth-child(1) i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .project-details__wrapper .pagination li.active a {
      background: var(--Linear-01); }
      .project-details__wrapper .pagination li.active a i {
        color: var(--primaryColor); }
    .project-details__wrapper .pagination li a {
      padding: .675rem 1.125rem;
      background: var(--primaryColor);
      border-radius: .625rem;
      font-weight: 600;
      border: 1px solid var(--bc);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .project-details__wrapper .pagination li a i {
        color: #fff; }
      .project-details__wrapper .pagination li a:hover {
        background: var(--Linear-01); }
        .project-details__wrapper .pagination li a:hover i {
          color: var(--primaryColor); }

.style-three .project .section__four {
  margin-bottom: 0;
  border-bottom: 0; }

.style-three .project__filter {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px; }
  .style-three .project__filter ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    .style-three .project__filter ul li.filter__btn {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding: 18px 20px;
      background: #0B0A1E;
      display: inline-flex;
      border-radius: 60px;
      gap: 10px;
      cursor: pointer;
      font-weight: 500;
      font-family: var(--inter);
      font-size: 20px; }
      .style-three .project__filter ul li.filter__btn.mixitup-control-active {
        background: var(--g-4);
        color: #fff; }
  .style-three .project__filter--single {
    position: relative;
    margin-bottom: 40px; }
    .style-three .project__filter--single .image {
      position: relative;
      border-radius: 10px; }
      .style-three .project__filter--single .image img {
        width: 100%;
        border-radius: 10px !important;
        max-height: 330px;
        min-height: 330px;
        object-fit: cover; }
      .style-three .project__filter--single .image:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: '';
        background: rgba(6, 0, 41, 0.8);
        border-radius: inherit;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .style-three .project__filter--single:hover .image::before {
      opacity: 1; }
    .style-three .project__filter--single:hover .meta {
      opacity: 1; }
    .style-three .project__filter--single .meta {
      position: absolute;
      left: 30px;
      bottom: 0;
      display: flex;
      justify-content: space-between;
      width: 95%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .style-three .project__filter--single .meta .project__info {
        position: absolute;
        bottom: 30px; }
        .style-three .project__filter--single .meta .project__info .cat {
          font-size: 15px;
          font-weight: 400;
          font-family: var(--inter);
          color: #fff;
          display: block; }
        .style-three .project__filter--single .meta .project__info .name {
          font-size: 15px;
          font-weight: 700;
          font-family: var(--sora);
          color: #fff; }
      .style-three .project__filter--single .meta .project__link {
        position: absolute;
        top: 30px;
        right: 30px; }
        .style-three .project__filter--single .meta .project__link:hover .link-btn {
          background: var(--g-4); }

/*====ajax btn ====*/
.block-elements {
  text-align: center; }

.ajax-btn {
  background: transparent;
  padding: 1.125rem 1.25rem;
  font-weight: 600;
  font-family: var(--sora);
  border-radius: .625rem;
  color: #fff;
  border: 1px solid var(--bc);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .ajax-btn span {
    margin-left: 2px;
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .ajax-btn span i {
      color: #fff;
      -webkit-animation: roundAnim 3s linear infinite;
      -moz-animation: roundAnim 3s linear infinite;
      -ms-animation: roundAnim 3s linear infinite;
      -o-animation: roundAnim 3s linear infinite;
      animation: roundAnim 3s linear infinite; }
  .ajax-btn:hover {
    background: var(--Linear-01);
    color: var(--primaryColor);
    border-color: transparent; }
    .ajax-btn:hover span {
      display: inline-block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .ajax-btn:hover span i {
        color: var(--primaryColor); }

/*====== team ======*/
.team__single {
  position: relative;
  margin-bottom: 2rem;
  background-clip: padding-box;
  box-sizing: border-box;
  position: relative;
  border: solid 2px transparent;
  border-radius: 1.25em;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .team__single:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: var(--Linear-01);
    opacity: 1; }
    .team__single--box {
      position: relative;
      border-radius: inherit;
      overflow: hidden;
      border: 2px solid greenyellow;
  }
  .team__single--wrap {
    min-height: 25rem;
    max-height: 25rem;
    width: 100%; 
    border-color: linear-gradient(90deg, rgba(19, 18, 37, 0.95) 1.1%, rgba(13, 12, 28, 0.9) 100%);
    border: 2px;
  }
  .team__single--wrap img {
    width: 100% !important;
    height: 100% !important;
    margin-top: -20px !important;
  }
    @media screen and (max-width: 768px) {
      .team__single--wrap {
        min-height: 28rem; } }
        .team__single--wrap img {
          border-radius: 1.25rem !important;
          width: 100%;
          object-fit: cover;
          object-position: top;
          position: absolute;
          bottom: 0;
          top: 5%;
          height: 100%;
          background: linear-gradient(90deg, rgba(19, 18, 37, 0.95) 1.1%, rgba(13, 12, 28, 0.9) 100%);
          padding: -15px;
          
          
      }
      
    .team__single--wrap .team-meta {
      position: absolute;
      bottom: 1.25rem;
      width: 90%;
      left: 1.25rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .team__single--wrap .team-meta .team-meta-info {
        background: var(--Linear-01);
        display: flex;
        flex-direction: column;
        color: var(--primaryColor);
        padding: .816rem .875rem;
        font-family: var(--sora);
        border-radius: .625rem; }
        .team__single--wrap .team-meta .team-meta-info a {
          color: var(--primaryColor);
          font-weight: 600; }
        .team__single--wrap .team-meta .team-meta-info span {
          font-size: .825rem;
          text-transform: uppercase;
          letter-spacing: 1px; }
      .team__single--wrap .team-meta .team-meta-social {
        position: relative; }
        .team__single--wrap .team-meta .team-meta-social .icon {
          height: 3.125rem;
          width: 3.125rem;
          background: var(--Linear-01);
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          cursor: pointer; }
          .team__single--wrap .team-meta .team-meta-social .icon i {
            color: var(--primaryColor);
            font-size: 1.2rem; }
        .team__single--wrap .team-meta .team-meta-social:hover .social-links {
          opacity: 1;
          bottom: 120%; }
        .team__single--wrap .team-meta .team-meta-social .social-links {
          display: flex;
          flex-direction: column;
          gap: .5rem;
          position: absolute;
          bottom: 0;
          opacity: 0;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .team__single--wrap .team-meta .team-meta-social .social-links a {
            height: 3.125rem;
            width: 3.125rem;
            background: var(--primaryColor);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .team__single--wrap .team-meta .team-meta-social .social-links a i {
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            .team__single--wrap .team-meta .team-meta-social .social-links a:hover {
              background: var(--Linear-01);
              color: var(--primaryColor); }

/*======== team details ========*/
.team-details__img {
  position: relative;
  min-height: 100%;
  max-width: 29.0625rem;
  top: -5px; }
  @media screen and (max-width: 992px) {
    .team-details__img {
      margin: auto;
      min-height: 35rem;
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .team-details__img {
      min-height: 30rem; } }
  @media screen and (max-width: 576px) {
    .team-details__img {
      min-height: 25rem; } }
  .team-details__img:before {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 100%;
    width: 100%;
    content: '';
    background: var(--Linear-01);
    z-index: -1; }
  .team-details__img--content--img {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(19, 18, 37, 0.95) 1.1%, rgba(13, 12, 28, 0.9) 100%); }
    .team-details__img--content--img img {
      position: relative;
      height: 100%;
      width: 100%;
      object-fit: cover;
      top: 1.875rem; }
      @media screen and (max-width: 992px) {
        .team-details__img--content--img img {
          height: auto; } }
  .team-details__img--content .team-social-link {
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    left: 2rem; }
    .team-details__img--content .team-social-link .icon {
      background: var(--Linear-01);
      height: 3.125rem;
      width: 3.125rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      cursor: pointer;
      color: var(--primaryColor);
      font-size: 1.25rem; }
    .team-details__img--content .team-social-link:hover .social-links {
      opacity: 1;
      bottom: 4rem;
      visibility: visible; }
    .team-details__img--content .team-social-link .social-links {
      display: flex;
      flex-direction: column;
      gap: .5rem;
      position: absolute;
      bottom: 2rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .team-details__img--content .team-social-link .social-links a {
        height: 3.125rem;
        width: 3.125rem;
        background: var(--primaryColor);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .team-details__img--content .team-social-link .social-links a:hover {
          background: var(--Linear-01);
          color: var(--primaryColor); }

@media screen and (max-width: 992px) {
  .team-details__desc {
    margin-top: 3.125rem; } }

.team-details__desc--text h4 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--sora);
  margin-bottom: 1.25rem; }

.team-details__desc--text span {
  font-size: 1.25rem;
  font-family: var(--sora);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  display: block; }

.team-details__desc--text .expertise {
  margin-top: 1.875rem;
  border-top: 1px solid var(--bc);
  padding-top: 1.875rem; }
  .team-details__desc--text .expertise__single {
    margin-bottom: 1.25rem; }
    .team-details__desc--text .expertise__single h6 {
      font-family: var(--sora);
      font-weight: 600;
      margin-bottom: 1.25rem;
      color: #fff; }
    .team-details__desc--text .expertise__single .progress {
      background: #fff;
      height: 8px;
      width: 100%;
      overflow: visible; }
      .team-details__desc--text .expertise__single .progress .progress-bar {
        background: var(--Linear-01);
        border-radius: .375rem;
        overflow: visible;
        position: relative; }
        .team-details__desc--text .expertise__single .progress .progress-bar:after {
          position: absolute;
          top: -2rem;
          right: -.2rem;
          content: attr(aria-valuenow);
          font-size: 1rem;
          font-weight: 600; }

.team-details__contact {
  margin-top: 3.125rem; }
  .team-details__contact--method {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 1.25rem; }
    @media screen and (max-width: 992px) {
      .team-details__contact--method {
        display: grid;
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 576px) {
      .team-details__contact--method {
        display: grid;
        grid-template-columns: 95%; } }
    .team-details__contact--method li {
      background-clip: padding-box;
      box-sizing: border-box;
      position: relative;
      border-radius: .875rem;
      height: 100%; }
      .team-details__contact--method li::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: -1px;
        z-index: -1;
        opacity: 0;
        border-radius: inherit;
        background: var(--Linear-01);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .team-details__contact--method li:hover:before {
        opacity: 1; }
      .team-details__contact--method li a {
        display: flex;
        gap: 1rem;
        padding: 1.75rem 1.25rem;
        background: var(--primaryColor);
        color: #fff;
        font-size: 1.25rem;
        font-weight: 500;
        border-radius: .875rem;
        justify-content: center; }

/*====== testimonial ======*/
.testimonial__wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(0, max-content);
  grid-gap: 1rem;
  position: relative;
  align-items: center;
  width: 100%; }
  @media screen and (max-width: 992px) {
    .testimonial__wrapper {
      grid-template-columns: auto;
      grid-gap: 2.5rem; } }
  .testimonial__wrapper .section__content p {
    margin-top: 1.25rem;
    margin-bottom: 0; }
  .testimonial__wrapper--testimonial {
    position: relative;
    background-clip: padding-box;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-radius: 1.25em;
    width: 47.5rem;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media screen and (max-width: 1400px) {
      .testimonial__wrapper--testimonial {
        width: 41.5rem; } }
    @media screen and (max-width: 1200px) {
      .testimonial__wrapper--testimonial {
        width: 34.5rem; } }
    @media screen and (max-width: 992px) {
      .testimonial__wrapper--testimonial {
        width: 43.5rem; } }
    @media screen and (max-width: 768px) {
      .testimonial__wrapper--testimonial {
        width: 32.2rem; } }
    @media screen and (max-width: 576px) {
      .testimonial__wrapper--testimonial {
        width: 25rem;
        margin: auto; } }
    @media screen and (max-width: 400px) {
      .testimonial__wrapper--testimonial {
        width: 21rem; } }
    .testimonial__wrapper--testimonial:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -2px;
      border-radius: inherit;
      background: var(--Linear-01);
      opacity: 1; }
    .testimonial__wrapper--testimonial .testimonial-content {
      background-color: #1A1929;
      border-radius: 1.25rem;
      padding: 2rem; }
  .testimonial__wrapper .testimonial-slider {
    margin-bottom: 0; }
    .testimonial__wrapper .testimonial-slider .slick-dots {
      position: absolute;
      left: -88%;
      width: 23%; }
      @media screen and (max-width: 992px) {
        .testimonial__wrapper .testimonial-slider .slick-dots {
          left: 0;
          width: 100%; } }
      .testimonial__wrapper .testimonial-slider .slick-dots li {
        height: 0; }
        .testimonial__wrapper .testimonial-slider .slick-dots li.slick-active button {
          background-color: var(--btn-bg); }
        .testimonial__wrapper .testimonial-slider .slick-dots li button {
          background-color: #fff;
          height: 5px;
          width: 1.625rem;
          display: block;
          color: transparent;
          padding: 0; }
          .testimonial__wrapper .testimonial-slider .slick-dots li button:before {
            content: ''; }
    .testimonial__wrapper .testimonial-slider .single-testimonial .rating {
      display: flex;
      gap: .5rem;
      color: var(--btn-bg);
      margin-bottom: 1.875rem; }
    .testimonial__wrapper .testimonial-slider .single-testimonial .testimonial-meta {
      margin-top: 1.875rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .testimonial__wrapper .testimonial-slider .single-testimonial .testimonial-meta .testimonial-author {
        display: flex;
        gap: 1rem; }
        .testimonial__wrapper .testimonial-slider .single-testimonial .testimonial-meta .testimonial-author .author-img img {
          height: 3.125rem;
          width: 3.125rem;
          border-radius: 50% !important;
          object-fit: cover;
          border: 2px solid var(--btn-bg); }
        .testimonial__wrapper .testimonial-slider .single-testimonial .testimonial-meta .testimonial-author .author-name-designation {
          display: flex;
          flex-direction: column; }
          .testimonial__wrapper .testimonial-slider .single-testimonial .testimonial-meta .testimonial-author .author-name-designation .name {
            font-weight: 600;
            color: #fff;
            font-family: var(--sora); }
      .testimonial__wrapper .testimonial-slider .single-testimonial .testimonial-meta .quote-text img {
        transform: rotate(0); }

.testimonial__wrapper {
  display: grid;
  grid-template-columns: repeat(400px, 1fr);
  align-items: center; }
  @media screen and (max-width: 768px) {
    .testimonial__wrapper {
      flex-direction: column; } }

.testimonial__left {
  border-radius: 10px;
  position: relative;
  margin-left: 50px; }
  @media screen and (max-width: 992px) {
    .testimonial__left {
      margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .testimonial__left {
      margin-left: 0px; } }
  .testimonial__left .pagination__dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 15px;
    top: 50%;
    left: -20%;
    transform: translateY(-50%);
    width: 100px; }
    @media screen and (max-width: 992px) {
      .testimonial__left .pagination__dots {
        left: -10%; } }
    @media screen and (max-width: 992px) {
      .testimonial__left .pagination__dots {
        display: none; } }
    .testimonial__left .pagination__dots span {
      width: 25px;
      height: 25px;
      background: transparent;
      border-radius: 50%;
      position: relative;
      border: 1px solid transparent; }
      .testimonial__left .pagination__dots span:after {
        position: absolute;
        height: 10px;
        width: 10px;
        content: '';
        border-radius: 50%;
        background: #9E9E94;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .testimonial__left .pagination__dots span.swiper-pagination-bullet-active {
        border-color: #fff; }
  .testimonial__left .image {
    position: relative; }
    .testimonial__left .image img {
      min-width: 90%;
      height: 300px;
      border-radius: 10px !important;
      object-fit: cover;
      object-position: 0 0; }
      @media screen and (max-width: 992px) {
        .testimonial__left .image img {
          height: 400px;
          width: 90%; } }
      @media screen and (max-width: 768px) {
        .testimonial__left .image img {
          height: 400px;
          width: 95%; } }
    .testimonial__left .image::before {
      position: absolute;
      content: '';
      height: 100%;
      width: 90%;
      border-radius: 10px;
      border: 1px solid var(--blank-color);
      left: 10px;
      top: 10px;
      z-index: -1; }

.testimonial__content .rating i {
  color: var(--blank-color); }

.testimonial__content p {
  margin-top: 20px;
  font-family: var(--inter);
  font-weight: 400; }

.testimonial__content .tauthor img {
  background: #0f0;
  height: 50px;
  width: 50px;
  border-radius: 50% !important;
  object-fit: cover; }

.testimonial__content .tnamedes h6 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0; }
  .testimonial__content .tnamedes h6 span {
    font-size: 10px;
    font-weight: 600;
    color: var(--paragraphColor);
    display: block;
    margin-top: 10px; }

.testimonial__content.slider {
  position: relative;
  overflow: hidden; }

.animated__line {
  height: 3px;
  width: 100%;
  position: relative;
  background: #ffffff1c;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden; }
  .animated__line.animated::before {
    background: var(--blank-color);
    -webkit-animation: sliderAnim 10s infinite linear;
    -moz-animation: sliderAnim 10s infinite linear;
    -ms-animation: sliderAnim 10s infinite linear;
    -o-animation: sliderAnim 10s infinite linear;
    animation: sliderAnim 10s infinite linear; }
  .animated__line:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff1c;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 10%; }

.style-two .testimonial__slider {
  position: relative;
  overflow: hidden; }
  .style-two .testimonial__slider--single {
    position: relative; }
    .style-two .testimonial__slider--single .image {
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      .style-two .testimonial__slider--single .image img {
        width: 100%;
        min-height: 500px;
        max-height: 500px;
        object-fit: cover;
        object-position: 0 10%;
    }
    .style-two .testimonial__slider--single .play__btn {
      height: 100px;
      width: 100px;
      border-radius: 50%;
      background: rgba(43, 133, 255, 0.5);
      display: grid;
      place-items: center;
      position: absolute;
      top: 50px;
      left: 50px;
      font-size: 40px;
      font-weight: 500;
      color: #fff;
      cursor: pointer;
      z-index: 1; }
      .style-two .testimonial__slider--single .play__btn:before {
        position: absolute;
        height: 120px;
        width: 120px;
        content: '';
        background: rgba(43, 133, 255, 0.7);
        border-radius: inherit;
        z-index: -1;
        -webkit-animation: ripple 4s linear infinite;
        -moz-animation: ripple 4s linear infinite;
        -ms-animation: ripple 4s linear infinite;
        -o-animation: ripple 4s linear infinite;
        animation: ripple 4s linear infinite; }

.style-two .testimonial__dot {
  margin-top: 30px;
  text-align: center; }
  .style-two span.swiper-pagination-bullet {
    height: 5px;
    width: 50px;
    border-radius: 10px;
    background: #fff;
    opacity: 1; }
  .style-two span.swiper-pagination-bullet-active {
    width: 100px;
    transition: all .3s ease-in;
    background: #EA7D1F; }

.clientTestimonial__info h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
  font-family: var(--sora); }

@media screen and (max-width: 992px) {
  .clientTestimonial__info {
    margin-bottom: 50px; } }

.clientTestimonial__slider {
  background: var(--style-three);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden; }
  .clientTestimonial__slider .single__slide .rating {
    margin-bottom: 15px; }
    .clientTestimonial__slider .single__slide .rating i {
      color: #EA7D1F; }
  .clientTestimonial__slider .single__slide .author {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .clientTestimonial__slider .single__slide .author .img-author img {
      height: 60px;
      width: 60px;
      border-radius: 50% !important;
      object-fit: cover;
      background: #fff;
      border: 2px solid #fff;
      object-position: 0 -10%; }
    .clientTestimonial__slider .single__slide .author .author-name-designation h6 {
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      font-family: var(--sora);
      margin: 0; }
    .clientTestimonial__slider .single__slide .author .author-name-designation span {
      font-size: 10px;
      font-family: var(--inter); }

.clientTestimonial__pagination {
  display: flex;
  gap: 10px;
  margin-top: 30px; }
  .clientTestimonial__pagination .btn__slider {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--primaryColor);
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .clientTestimonial__pagination .btn__slider:hover {
      background: var(--style-two-color);
      color: #fff; }

.style-three .testimonial__active {
  position: relative;
  overflow: hidden; }

.style-three .testimonial__pagination {
  justify-content: center;
  margin-top: 50px; }
  .style-three .testimonial__pagination .btn__slider:hover {
    background: var(--g-4);
    color: #fff; }

.style-three .testimonial__single {
  background: #0B0A1E;
  padding: 30px;
  border-radius: 20px; }
  @media screen and (max-width: 576px) {
    .style-three .testimonial__single .flex-col {
      flex-direction: column; } }
  @media screen and (max-width: 576px) {
    .style-three .testimonial__single .author {
      margin: 0 auto; } }
  .style-three .testimonial__single .author img {
    height: 80px;
    min-width: 80px;
    border-radius: 50% !important;
    object-fit: cover; }
    @media screen and (max-width: 576px) {
      .style-three .testimonial__single .author img {
        height: 80px;
        width: 80px;
        object-fit: cover; } }
  .style-three .testimonial__single .author-name h6 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-family: var(--sora);
    margin-bottom: 5px; }

/*===== blog =====*/
.blog img {
  max-width: 100%; }

  .blog__single {
    position: relative;
    margin-bottom: 40px;
    margin-top: 0px;
}
  .blog__single:hover .link-btn {
    opacity: 1;
    top: 40%; }
  .blog__single--box {
    position: relative; }
    .blog__single--box::after {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      content: '';
      border-radius: 1.25rem;
      background: linear-gradient(180deg, rgba(17, 15, 50, 0) 20.85%, #010012 100%); }
    .blog__single--box .blog-img img {
      min-height: 20rem;
      object-fit: cover;
      object-position: center;
      border-radius: 1.25rem !important; }
    .blog__single--box .link-btn {
      height: 3.125rem;
      width: 3.125rem;
      background: var(--primaryColor);
      color: #fff;
      border-radius: 50%;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0%;
      left: 50%;
      z-index: 2;
      opacity: 0;
      -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
      transform: translate(-40%, -50%);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .blog__single--box .link-btn i {
        -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        transform: rotate(-35deg);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .blog__single--box .link-btn:hover {
        background: var(--Linear-01);
        color: var(--primaryColor); }
        .blog__single--box .link-btn:hover i {
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          transform: rotate(0); }
          .blog__single--meta {
            position: absolute;
            bottom: 25px;
            left: 25px;
            width: 90%;
            z-index: 1;
            /* padding: 30px 0px 0px; */
        }
    .blog__single--meta .blog--title {
      background: #0000007d;
      transition: 0.4s;
      padding: 7px 15px !important;
      font-weight: 600;
      color: #fff;
      font-family: var(--sora);
      display: block;
      margin-bottom: 1rem;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .blog__single--meta .blog--title:hover {
        background: var(--Linear-01);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .blog__single--meta .author-date {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .blog__single--meta .author-date .author {
        display: flex;
        gap: .875rem;
        align-items: center; }
        .blog__single--meta .author-date .author a {
          font-weight: 600;
          color: #fff; }
        .blog__single--meta .author-date .author img {
          height: 3.125rem;
          width: 3.125rem;
          border-radius: 50% !important;
          object-fit: cover; }
      .blog__single--meta .author-date .date {
        background: var(--Linear-01);
        font-family: var(--sora);
        -webkit-background-clip: text;
        -webkit-text-stroke: 2px transparent;
        color: var(--primaryColor);
        letter-spacing: 2px;
        text-transform: capitalize;
        font-size: 1.825rem; }

/*====== blog details =======*/
.blog-details__text--content p {
  margin-bottom: 1.25rem; }

  .blog-details__text--content h3 {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 3rem;
    color: #fff;
    margin-bottom: 1.25rem;
    word-wrap: break-word;
}
  .blog-details__text--content h3 span {
    background: var(--Linear-01);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.blog-details__text--content h4 {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1.25rem; }

.blog-details__text--content h5 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1.25rem; }

.blog-details__text--content .blog-author ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.875rem 0;
  list-style: none; }
  .blog-details__text--content .blog-author ul h5 {
    background: var(--Linear-01);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .blog-details__text--content .blog-author ul li {
    position: relative; }
    .blog-details__text--content .blog-author ul li a {
      display: flex;
      align-items: center;
      gap: 1rem;
      color: #fff; }
      .blog-details__text--content .blog-author ul li a > img {
        height: 3.125rem;
        width: 3.125rem;
        border-radius: 50% !important;
        object-fit: cover;
        margin-bottom: 0; }

.blog-details__text--content img {
  height: auto;
  width: 100%;
  border-radius: 1.25rem;
  margin-bottom: 1.875rem; }

.blog-details__text--content > ul li {
  list-style: none;
  position: relative;
  margin-left: 1rem; }
  .blog-details__text--content > ul li:not(:last-child) {
    margin-bottom: 1.25rem; }
  .blog-details__text--content > ul li::before {
    position: absolute;
    content: '';
    left: -1rem;
    top: 50%;
    height: 5px;
    width: 5px;
    background: var(--Linear-01);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%; }

.blog-details__text--content blockquote {
  margin: 1.875rem 0;
  position: relative;
  padding: 1.25rem 2.5rem;
  background-clip: padding-box;
  box-sizing: border-box;
  border-radius: 1.25em;
  background-color: var(--primaryColor);
  width: 100%;
  padding-top: 85px;
  text-align: center; }
  blockquote p {
    margin: 0px;
    font-size: 1.25rem;
    font-family: var(--sora);
    color: #fff;
    padding: 0px;
}
  blockquote::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: var(--Linear-01); }
  blockquote::before {
    content: "";
    position: absolute;
    top: 13%;
    left: 50%;
    background-image: url("../../assets/img/animated-icon/quote.png");
    height: 35px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -5%);
    -ms-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%); }

.blog-details__text--content .tags-list {
  padding-top: 1rem;
  margin-bottom: 3.125rem;
  display: block; }
  .blog-details__text--content .tags-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 1rem;
    text-align: center;
    max-width: 100%; }
    .blog-details__text--content .tags-list ul li {
      background-clip: padding-box;
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .blog-details__text--content .tags-list ul li::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: -1px;
        border-radius: inherit;
        background: var(--Linear-01);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .blog-details__text--content .tags-list ul li a {
        position: relative;
        color: #fff;
        padding: .625rem .5rem;
        background-color: var(--primaryColor);
        display: block; }
      .blog-details__text--content .tags-list ul li:hover::before {
        opacity: 1; }

.blog-details__text--share {
  border-top: 1px solid var(--bc);
  border-bottom: 1px solid var(--bc);
  padding: 1.25rem 0; }
  .blog-details__text--share .sharing-option {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap; }
    .blog-details__text--share .sharing-option h5 {
      font-family: var(--sora);
      font-weight: 600;
      font-size: 1.125rem;
      color: #fff; }
    .blog-details__text--share .sharing-option ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .blog-details__text--share .sharing-option ul li {
        background-clip: padding-box;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin-right: .625rem;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .blog-details__text--share .sharing-option ul li::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: -2px;
          border-radius: 50%;
          background: var(--Linear-01);
          opacity: 0;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -ms-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        .blog-details__text--share .sharing-option ul li a {
          position: relative;
          color: #fff;
          padding: .5rem;
          background-color: var(--primaryColor);
          display: block;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          text-align: center; }
        .blog-details__text--share .sharing-option ul li:hover::before {
          opacity: 1; }

  .blog-details__text--related {
    padding-bottom: 3.125rem; 
  }
  .blog-details__text--related li {
    display: flex;
    gap: 1rem;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .blog-details__text--related li {
        flex-direction: column; } }
    .blog-details__text--related li .single-post {
      background: var(--primaryColor);
      padding: 1.25rem;
      background-clip: padding-box;
      box-sizing: border-box;
      position: relative;
      display: inline-block; }
      .blog-details__text--related li .single-post::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: -1px;
        z-index: -1;
        border-radius: inherit;
        background: var(--Linear-01); }
      .blog-details__text--related li .single-post a {
        display: flex;
        align-items: center;
        gap: .875rem; }
        .blog-details__text--related li .single-post a img {
          height: 80px;
          max-width: 80px;
          display: block;
          object-fit: cover; }
        .blog-details__text--related li .single-post a h6 {
          margin-bottom: 0;
          font-weight: 600;
          color: #fff;
          font-family: var(--sora);
          line-height: 1.5; }
      .blog-details__text--related li .single-post:last-child a {
        flex-direction: row-reverse;
        text-align: right; }
      .blog-details__text--related li .single-post:hover a {
        background: var(--Linear-01);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }

.blog-details__text--comment .comment__thread h5 {
  color: #fff;
  font-family: var(--sora);
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.125rem; }

.blog-details__text--comment .comment__thread ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .blog-details__text--comment .comment__thread ul li {
    padding: 1.875rem 0; }
    .blog-details__text--comment .comment__thread ul li:not(:last-child) {
      border-bottom: 1px solid var(--bc); }
    .blog-details__text--comment .comment__thread ul li .comment-item {
      display: flex;
      gap: 1.125rem; }
      .blog-details__text--comment .comment__thread ul li .comment-item .reply-img img {
        height: 70px;
        max-width: 70px;
        object-fit: cover;
        border-radius: 50% !important; }
      .blog-details__text--comment .comment__thread ul li .comment-item .reply-details .name {
        margin-bottom: 1.125rem; }
        .blog-details__text--comment .comment__thread ul li .comment-item .reply-details .name h6 {
          font-family: var(--sora);
          font-weight: 600;
          color: #fff; }
        .blog-details__text--comment .comment__thread ul li .comment-item .reply-details .name span {
          font-weight: 400;
          color: var(--paragraphColor);
          text-decoration: none; }
      .blog-details__text--comment .comment__thread ul li .comment-item .reply-details span {
        color: #fff;
        text-decoration: underline;
        font-weight: 600;
        cursor: pointer; }

.blog-details__text--comment .comment__template h5 {
  color: #fff;
  font-family: var(--sora);
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1.875rem; }

.blog-details__text--comment .comment__template--box {
  padding: 1.875rem;
  background: var(--primaryColor); }
  @media screen and (max-width: 992px) {
    .blog-details__text--comment .comment__template--box {
      margin-bottom: 3.125rem; } }
  .blog-details__text--comment .comment__template--box form label {
    color: #fff; }
  .blog-details__text--comment .comment__template--box form .input-group {
    gap: 1rem; }
    @media screen and (max-width: 768px) {
      .blog-details__text--comment .comment__template--box form .input-group {
        flex-direction: column;
        gap: 1rem; } }
    .blog-details__text--comment .comment__template--box form .input-group input {
      width: 100%;
      background: var(--secondaryColor);
      padding: .875rem 1rem;
      border: 1px solid transparent;
      outline: none;
      margin: .875rem 0;
      color: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .blog-details__text--comment .comment__template--box form .input-group input:focus {
        border-color: #75f087; }
    .blog-details__text--comment .comment__template--box form .input-group .single-input {
      flex: 1; }
  .blog-details__text--comment .comment__template--box form .textarea label {
    margin-top: .873rem; }
  .blog-details__text--comment .comment__template--box form .textarea textarea {
    width: 100%;
    background: var(--secondaryColor);
    padding: .875rem 1rem;
    border: 0;
    outline: none;
    margin: .875rem 0;
    border: 1px solid transparent;
    resize: none;
    height: 195px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .blog-details__text--comment .comment__template--box form .textarea textarea:focus-visible {
      border-color: #75f087; }
  .blog-details__text--comment .comment__template--box form button {
    padding: .875rem 1rem;
    margin-top: 1rem;
    border: 0;
    outline: none;
    background: var(--secondaryColor);
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .blog-details__text--comment .comment__template--box form button:hover {
      background: var(--Linear-01);
      color: var(--primaryColor); }

.blogTwo__single {
  margin-bottom: 40px;
  position: relative; }
  .blogTwo__single .image {
    min-height: 300px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative; }
    .blogTwo__single .image img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      transform: scale(1);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .blogTwo__single .image:hover img {
      transform: scale(1.1); }
  .blogTwo__single .meta {
    width: 90%;
    margin: auto;
    border-radius: 20px;
    border: 1px solid transparent;
    background: var(--primaryColor);
    padding: 20px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    margin-top: -100px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .blogTwo__single .meta__author {
      color: #fff;
      display: flex;
      gap: 20px;
      margin-bottom: 10px; }
      .blogTwo__single .meta__author .author {
        color: #fff;
        font-weight: 400; }
      .blogTwo__single .meta__author i {
        margin-right: 5px; }
    .blogTwo__single .meta a {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      font-family: var(--sora);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .blogTwo__single .meta a:hover {
        color: var(--blank-color); }
    .blogTwo__single .meta__info {
      display: flex;
      justify-content: space-between;
      margin-top: 10px; }
      .blogTwo__single .meta__info .img {
        display: flex;
        align-items: center;
        gap: 15px; }
        .blogTwo__single .meta__info .img img {
          height: 60px;
          width: 60px;
          border-radius: 50% !important; }
      .blogTwo__single .meta__info .auth span {
        display: block; }
      .blogTwo__single .meta__info .round_with_arrow {
        position: absolute;
        right: 20px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        border: 2px solid #fff;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: transparent; }
    .blogTwo__single .meta:hover {
      border-color: var(--blank-color); }
      .blogTwo__single .meta:hover .meta__info .round_with_arrow {
        border-color: var(--blank-color); }
      .blogTwo__single .meta:hover .meta__info .auth span {
        color: var(--blank-color); }

.style-two .blog__info {
  position: relative;
  z-index: 1; }
  .style-two .blog__info h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: var(--sora);
    display: inline-block;
    margin-bottom: 15px; }
  .style-two .blog__info .arrow-line {
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-animation: left 5s infinite alternate;
    -moz-animation: left 5s infinite alternate;
    -ms-animation: left 5s infinite alternate;
    -o-animation: left 5s infinite alternate;
    animation: left 5s infinite alternate; }
    @media screen and (max-width: 992px) {
      .style-two .blog__info .arrow-line {
        display: none; } }
  @media screen and (max-width: 992px) {
    .style-two .blog__info {
      margin-bottom: 50px; } }

.style-two .blog__pagination {
  display: flex;
  gap: 10px;
  margin-top: 30px; }
  .style-two .blog__pagination .btn__slider {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--primaryColor);
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .style-two .blog__pagination .btn__slider:hover {
      background: var(--style-two-color);
      color: #fff; }

.style-two .blog__slider {
  overflow: hidden;
  position: relative; }

.style-two .blog__single {
  max-width: 100%;
  margin-bottom: 0; }
  .style-two .blog__single .image {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: block; }
    .style-two .blog__single .image img {
      width: 100%;
      max-height: 300px;
      min-height: 300px;
      object-fit: cover; }
  .style-two .blog__single .meta {
    margin-top: 20px; }
    .style-two .blog__single .meta .author {
      display: flex;
      align-items: center;
      gap: 20px; }
      .style-two .blog__single .meta .author .img img {
        height: 60px;
        width: 60px;
        border-radius: 50% !important;
        border: 1px solid #fff;
        object-fit: cover; }
      .style-two .blog__single .meta .author .author-text a {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        font-family: var(--sora); }
      .style-two .blog__single .meta .author .author-text span {
        display: block;
        color: #ea7d1f; }
    .style-two .blog__single .meta .link-btn {
      background: #fff;
      color: var(--primaryColor); }
    .style-two .blog__single .meta a.title {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      font-family: var(--sora);
      display: inline-block;
      transition: all .3s ease; }
      .style-two .blog__single .meta a.title:hover {
        color: #ea7d1f; }
    .style-two .blog__single .meta .info {
      margin-top: 20px;
      gap: 20px;
      flex-wrap: wrap;
      color: #fff; }
      .style-two .blog__single .meta .info a {
        font-weight: 400;
        margin-bottom: 0;
        color: #fff; }
        .style-two .blog__single .meta .info a i {
          margin-right: 5px; }
    .style-two .blog__single .meta:hover .link-btn {
      background: var(--style-two-color);
      color: #fff; }

.style-three .blog__single {
  overflow: hidden;
  border-radius: 10px; }
  .style-three .blog__single .blog__image {
    position: relative; }
    .style-three .blog__single .blog__image img {
      width: 100%;
      height: 300px;
      object-fit: cover; }
    .style-three .blog__single .blog__image:hover .blog__link {
      opacity: 1;
      top: 50%; }
  .style-three .blog__single .blog__link {
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .style-three .blog__single .blog__link .link-btn:hover {
      background: var(--g-4);
      transform: rotate(35deg); }
  .style-three .blog__single .blog__meta {
    background: transparent;
    padding: 15px;
    border: 1px solid #ddff;
    border-top-color: transparent;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .style-three .blog__single .blog__meta h5 {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      font-family: var(--sora);
      line-height: 26px; }
      .style-three .blog__single .blog__meta h5 a {
        color: #fff;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .style-three .blog__single .blog__meta h5 a:hover {
          border-color: rgba(255, 255, 255, 0.596); }
  .style-three .blog__single:hover .blog__meta {
    background: #0B0A1E; }

.style-two {
  background: var(--style-two); }

.sponsor {
  background: var(--style-three);
  padding: 80px 0; }
  .sponsor__slider {
    position: relative;
    overflow: hidden; }
    .sponsor__slider .swiper-slide {
      text-align: center; }
      .sponsor__slider .swiper-slide img {
        max-width: 100%;
        height: 30px;
        object-fit: cover; }

.style-two .caseStudy__info h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  display: inline-block; }

@media screen and (max-width: 992px) {
  .style-two .caseStudy__info {
    margin-bottom: 50px; } }

.style-two .caseStudy__single {
  position: relative;
  margin-bottom: 30px; }
  .style-two .caseStudy__single .image {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.style-two .caseStudy__single .image img {
  width: 100%;
  padding: 0;
  min-height: 370px;
  margin: 0;
}
    .style-two .caseStudy__single .image::before {
      position: absolute;
      height: 100%;
      width: 100%;
      left: -100%;
      transform: rotate(-360deg);
      top: 0;
      content: '';
      background: #2b83ff50;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -ms-transition: all 0.5s ease-in;
      -o-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
    .style-two .caseStudy__single .image:hover::before {
      left: 100%; }
      .style-two .caseStudy__single .meta {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        background: var(--primaryColor);
        padding: 20px;
        width: max-content;
        position: absolute;
        bottom: 55px;
        left: 60px;
        border: 0;
        border-radius: 10px;
    }
    @media screen and (max-width: 576px) {
      .style-two .caseStudy__single .meta {
        width: 90%; } }
    .style-two .caseStudy__single .meta .info .cat a {
      color: #fff;
      font-size: 15px;
      font-family: var(--inter);
      font-weight: 600;
      margin-bottom: 15px;
      display: inline-block; }
    .style-two .caseStudy__single .meta .info a h6 {
      font-size: 16px;
      font-weight: 700;
      font-family: var(--sora);
      color: #fff;
      line-height: 24px; }
    .style-two .caseStudy__single .meta .arrow a i {
      font-size: 20px;
      font-weight: 400;
      transform: rotate(-50deg);
      color: #FFF; }
  .style-two .caseStudy__single:hover .meta {
    background: var(--style-two-color); }

.whyChoose__image {
  position: relative; }
  @media screen and (max-width: 992px) {
    .whyChoose__image {
      margin-bottom: 100px; } }
  @media screen and (max-width: 576px) {
    .whyChoose__image {
      margin-bottom: 65px; } }
  .whyChoose__image .image {
    position: relative;
    border-radius: 10px;
    max-height: 420px;
    min-height: 420px; }
    .whyChoose__image .image img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      position: absolute;
      border-radius: 10px !important; }
    .whyChoose__image .image:before {
      height: 80%;
      width: 60%;
      background: transparent;
      content: '';
      border-radius: 10px;
      position: absolute;
      border: 1px solid #fff;
      left: -10px;
      bottom: -10px; }
  .whyChoose__image .chart__img {
    position: absolute;
    top: 60%;
    left: -10%;
    -webkit-animation: right 4s infinite alternate;
    -moz-animation: right 4s infinite alternate;
    -ms-animation: right 4s infinite alternate;
    -o-animation: right 4s infinite alternate;
    animation: right 4s infinite alternate; }
    @media screen and (max-width: 576px) {
      .whyChoose__image .chart__img {
        display: none; } }
    .whyChoose__image .chart__img img {
      height: 215px;
      width: 200px;
      border-radius: 10px !important;
      object-fit: cover; }

.whyChoose__content {
  margin-left: 30px; }
  .whyChoose__content h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: var(--sora);
    margin-bottom: 15px;
    display: inline-block; }

.style-two .footer-credit--img {
  background: var(--style-two); }

.style-three {
  background: var(--style-three) !important;
}
.admin-bar .style-three.menu_fixed {
  padding-top: 0;
}

.section__title__three {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .section__title__three {
      flex-direction: column;
      gap: 20px; } }
  .section__title__three h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--sora);
    color: #fff; }
    .section__title__three h2 > span {
      background: var(--g-4);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: var(--sora);
      font-size: 30px;
      font-style: normal;
      font-weight: 600;
      line-height: 45px; }
  .section__title__three p {
    max-width: 500px; }

.heroSlider__single {
  clip-path: polygon(50% 3%, 100% 0, 100% 100%, 50% 97%, 0 100%, 0 0);
  overflow: hidden; }
  .heroSlider__single img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 10px !important; }

.heroSlider__active {
  overflow: hidden;
  position: relative; }

.heroSlider__pagination {
  text-align: center;
  margin-top: 30px; }
  .heroSlider__pagination span {
    width: 25px;
    height: 25px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    border: 1px solid transparent;
    opacity: 1; }
    .heroSlider__pagination span:after {
      position: absolute;
      height: 10px;
      width: 10px;
      content: '';
      border-radius: 50%;
      background: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .heroSlider__pagination span.swiper-pagination-bullet-active {
      border-color: #fff; }

/*========= page template css ==========*/
.page-template .footer-credit--img {
  background-color: var(--secondaryColor); }

/*======== breadcrumb css ======== */
.breadcrumb {
  background: var(--primaryColor);
  position: relative;
  margin-bottom: 0; }
  img.banner-shape1 {
    position: absolute;
    right: 10px;
    bottom: 7.75rem;
    -webkit-animation: top 5s infinite alternate;
    -moz-animation: top 5s infinite alternate;
    -ms-animation: top 5s infinite alternate;
    -o-animation: top 5s infinite alternate;
    animation: top 5s infinite alternate; }
    @media screen and (max-width: 768px) {
      img.banner-shape1 {
        display: none; } }
    @media screen and (max-width: 1574px) {
      img.banner-shape1 {
        display: none; } }

  .breadcrumb__vector {
    position: relative; }
    .breadcrumb__vector img {
      position: absolute;
      left: 30%;
      -webkit-animation: roundAnim 10s linear infinite;
      -moz-animation: roundAnim 10s linear infinite;
      -ms-animation: roundAnim 10s linear infinite;
      -o-animation: roundAnim 10s linear infinite;
      animation: roundAnim 10s linear infinite; }
      @media screen and (max-width: 992px) {
        .breadcrumb__vector img {
          top: -3.75rem;
          left: 45%; } }
      @media screen and (max-width: 576px) {
        .breadcrumb__vector img {
          top: 0;
          position: absolute;
          left: 70%; } }
  .breadcrumb__wrapper {
    display: grid;
    grid-template-columns: 30% auto;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 992px) {
      .breadcrumb__wrapper {
        grid-template-columns: 60% auto; } }
    @media screen and (max-width: 576px) {
      .breadcrumb__wrapper {
        grid-template-columns: 100%;
        grid-gap: 1.25rem; } }
        .breadcrumb__wrapper--text .title {
          font-size: 1.25rem;
          font-weight: 600;
          font-family: var(--inter);
          text-transform: capitalize;
          color: #fff;
          margin-bottom: 10px;
      }
      @media screen and (max-width: 576px) {
        .breadcrumb__wrapper--text .title {
          margin: 0; } }
    .breadcrumb__wrapper--text p {
      margin-bottom: 0; }
      @media screen and (max-width: 576px) {
        .breadcrumb__wrapper--text p {
          display: none; } }
    .breadcrumb__wrapper--link ul {
      display: flex;
      list-style: none;
      padding: 0;
      margin: 0; }
      .breadcrumb__wrapper--link ul li + li:before {
        content: '-' !important;
        background: var(--Linear-01);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text; }
      .breadcrumb__wrapper--link ul li.active {
        background: var(--Linear-01);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-family: var(--sora);
        text-transform: capitalize; }
      .breadcrumb__wrapper--link ul a {
        color: #fff; }

/*======== career css ========*/
.career__wrapper h5 {
  margin-bottom: 3.125rem;
  font-size: 1.875rem;
  color: #fff;
  font-family: var(--sora);
  font-weight: 600; }

.career__wrapper--single .single-job {
  position: relative;
  padding: 1.875rem;
  border-radius: .625rem;
  background: var(--primaryColor);
  margin-bottom: 1.875rem; }
  .career__wrapper--single .single-job:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--Linear-01);
    border-radius: inherit;
    z-index: -1;
    margin: -2px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in; }
  .career__wrapper--single .single-job:hover:before {
    opacity: 1; }
  .career__wrapper--single .single-job h6 {
    font-family: var(--sora);
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.125rem; }
  .career__wrapper--single .single-job h3 {
    font-family: var(--sora);
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.125rem;
    font-size: 1.875rem;
    display: inline-block; }
  .career__wrapper--single .single-job p {
    margin-bottom: 1.875rem; }
  .career__wrapper--single .single-job__btn .apply-btn {
    background: var(--btn-bg);
    color: var(--primaryColor);
    font-family: var(--sora);
    font-weight: 600;
    font-size: 1rem;
    padding: .815rem 1.875rem;
    border: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .career__wrapper--single .single-job__btn .apply-btn:hover {
      background: var(--primaryColor);
      color: #fff;
      border-color: var(--btn-bg); }

.career__sidebar {
  padding: 1.875rem;
  background: var(--primaryColor);
  border-radius: .625rem; }

.career__application .apply {
  position: relative;
  margin-bottom: 1.875rem;
  z-index: 1;
  border-radius: 5px; }
  .career__application .apply::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: var(--Linear-01);
    border-radius: inherit;
    margin: -1px; }
  .career__application .apply__title {
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 1.25rem;
    background: var(--primaryColor);
    border-radius: .625rem;
    font-size: 1.25rem; }

.career__application form .form-group {
  margin-bottom: 1.25rem; }
  .career__application form .form-group input {
    width: 100%;
    background: var(--secondaryColor);
    padding: 1.125rem 1.25rem;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .career__application form .form-group input::placeholder {
      color: var(--paragraphColor); }
    .career__application form .form-group input:focus {
      border-color: #75f087; }
  .career__application form .form-group textarea {
    width: 100%;
    background: var(--secondaryColor);
    padding: 1.125rem 1.25rem;
    border: 1px solid;
    border-color: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    min-height: 12rem;
    resize: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .career__application form .form-group textarea::placeholder {
      color: var(--paragraphColor); }
    .career__application form .form-group textarea:focus-visible {
      border-color: #75f087; }
  .career__application form .form-group .apply-btn {
    margin-top: .875rem;
    background: var(--btn-bg);
    color: var(--primaryColor);
    font-family: var(--sora);
    font-weight: 600;
    font-size: 1rem;
    padding: .815rem 1.875rem;
    border: 1px solid;
    border-color: transparent;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .career__application form .form-group .apply-btn:hover {
      background: var(--primaryColor);
      color: #fff;
      border-color: var(--btn-bg); }

/*======= our info =======*/
@media screen and (max-width: 992px) {
  .our__info {
    margin-top: 3.125rem; } }

.our__info--text {
  margin-top: 1.25rem; }
  .our__info--text h3 {
    line-height: 1.5;
    font-size: 1.875rem;
    font-weight: 600;
    color: #fff;
    font-family: var(--sora);
    margin-bottom: 1.25rem; }
  .our__info--text p {
    margin-bottom: 3.175rem; }

.our__info--facility {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr)); }
  .our__info--facility--item {
    background: var(--primaryColor);
    color: #fff;
    padding: 1.875rem 1.25rem;
    border-radius: .625rem;
    display: flex;
    align-items: center;
    gap: .875rem; }
    .our__info--facility--item:hover .our__info--facility--icon {
      background: var(--btn-bg);
      color: var(--primaryColor); }
  .our__info--facility--icon {
    height: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    border-radius: 50px;
    color: #fff;
    background: var(--secondaryColor);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .our__info--facility--text h6 {
    font-weight: 600;
    font-family: var(--sora);
    margin-bottom: .625rem; }
  .our__info--facility--text p {
    margin-bottom: 0;
    color: var(--paragraphColor); }

/*======= career details =======*/
.career-details__wrapper .career-details__info {
  padding-bottom: 3.175rem;
  width: 100%; }
  .career-details__wrapper .career-details__info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    grid-gap: .625rem;
    justify-content: center; }
    .career-details__wrapper .career-details__info ul li {
      font-weight: 600;
      position: relative;
      background-clip: padding-box;
      box-sizing: border-box; }
      .career-details__wrapper .career-details__info ul li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -1px;
        border-radius: inherit;
        opacity: 0;
        background: var(--Linear-01);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .career-details__wrapper .career-details__info ul li .item {
        padding: 1.25rem 1.25rem;
        background: var(--primaryColor);
        gap: .325rem;
        justify-content: center; }
        .career-details__wrapper .career-details__info ul li .item span {
          color: #fff; }
        .career-details__wrapper .career-details__info ul li .item .content {
          background: var(--Linear-01);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      .career-details__wrapper .career-details__info ul li:hover:before {
        opacity: 1; }

.career-details__wrapper .career__thumb {
  max-height: 36rem;
  width: 100%;
  border-radius: .625rem;
  overflow: hidden;
  position: relative; }
  .career-details__wrapper .career__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.career-details__wrapper .career-details__text img {
  max-height: 530px;
  width: 100%;
  object-fit: cover;
  border-radius: 1.25rem !important;
  margin-bottom: 1.875rem; }

.career-details__wrapper .career-details__text h4 {
  font-size: 1.526rem;
  color: #fff;
  margin-bottom: 1.875rem;
  font-weight: 600; }

.career-details__wrapper .career-details__text p:not(:last-child) {
  margin-bottom: 1.875rem; }

.career-details__wrapper .career-details__text .bullet-list {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1fr);
  list-style: none;
  gap: 1rem; }
  .career-details__wrapper .career-details__text .bullet-list li {
    position: relative;
    color: #fff; }
    .career-details__wrapper .career-details__text .bullet-list li:before {
      content: "•";
      margin-right: 5px;
      color: #a8eb28; }

/*======= cart ======*/
.cart__table {
  overflow-y: hidden; }
  @media screen and (max-width: 768px) {
    .cart__table {
      overflow-y: scroll; } }
  .cart__table table {
    width: 100%; }
    .cart__table table tbody,
    .cart__table table td,
    .cart__table table tfoot,
    .cart__table table th,
    .cart__table table thead,
    .cart__table table tr {
      border-color: var(--bc); }
    .cart__table table th {
      text-align: left;
      color: #fff;
      padding: 1rem 1.25rem;
      border-color: var(--bc); }
    .cart__table table tr td {
      padding: 1rem 1.25rem;
      color: #fff; }
      .cart__table table tr td .cart__delete {
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 50%;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: var(--primaryColor);
        -webkit-transition: background 0.3s ease-in;
        -moz-transition: background 0.3s ease-in;
        -ms-transition: background 0.3s ease-in;
        -o-transition: background 0.3s ease-in;
        transition: background 0.3s ease-in; }
        .cart__table table tr td .cart__delete:hover {
          background: var(--bs-danger);
          color: #fff; }
      .cart__table table tr td .thumb {
        min-height: 5.625rem;
        min-width: 5.625rem;
        position: relative;
        border-radius: .5rem;
        overflow: hidden; }
        .cart__table table tr td .thumb img {
          position: absolute;
          height: 100%;
          width: 100%;
          object-fit: cover; }
      .cart__table table tr td a {
        color: #fff; }
      .cart__table table tr td .quantity input {
        width: 4.375rem;
        height: 2.5rem;
        border: 0;
        padding: 10px;
        border-radius: 5px; }
      .cart__table table tr td.title {
        min-width: 15.625rem; }

.cart__option {
  margin-top: 3.125rem;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .cart__option {
      flex-direction: column;
      gap: 2.5rem; } }
  .cart__option--discount h6 {
    font-family: var(--sora);
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff; }
  .cart__option--discount form {
    margin-top: 1.875rem;
    display: flex;
    gap: 1rem; }
    @media screen and (max-width: 576px) {
      .cart__option--discount form {
        flex-direction: column; } }
    .cart__option--discount form input {
      padding: 1.125rem 1.562rem;
      background: var(--primaryColor);
      border: 1px solid var(--bc);
      color: #fff;
      outline: none;
      border-radius: 5px; }
    .cart__option--discount form button {
      padding: 1.125rem 1.562rem;
      background: var(--btn-bg);
      border: 1px solid transparent;
      font-family: var(--sora);
      font-weight: 600;
      color: var(--primaryColor);
      border-radius: 5px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .cart__option--discount form button:hover {
        color: #fff;
        border: 1px solid #75f087;
        background: var(--primaryColor); }
  .cart__option--total {
    display: flex;
    gap: 1rem;
    flex-direction: column; }
    .cart__option--total h6 {
      font-family: var(--sora);
      font-size: 1.25rem;
      font-weight: 600;
      color: #fff; }
    .cart__option--total .sub-total .price {
      background: var(--Linear-01);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }
    .cart__option--total .total .price {
      background: var(--Linear-01);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }
    .cart__option--total .checkout a {
      padding: 1.125rem 2.5rem;
      background: var(--btn-bg);
      border: 1px solid transparent;
      font-family: var(--sora);
      font-weight: 600;
      color: var(--primaryColor);
      display: inline-block;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      @media screen and (max-width: 576px) {
        .cart__option--total .checkout a {
          display: block;
          text-align: center; } }
      .cart__option--total .checkout a:hover {
        color: #fff;
        border: 1px solid #75f087;
        background: var(--primaryColor); }

/*===== responsive cart ====*/
/*======= checkout =======*/
.checkout__form h5 {
  font-family: var(--sora);
  font-weight: 600;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 2.5rem; }

.checkout__form form .checkout__form--input {
  display: flex;
  flex-direction: column;
  justify-content: 1rem;
  gap: 1.125rem;
  margin-bottom: 1.875rem; }
  .checkout__form form .checkout__form--input input {
    padding: 1.125rem;
    border: 1px solid var(--bc);
    border-radius: 5px;
    background: var(--secondaryColor);
    color: #fff;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .checkout__form form .checkout__form--input input:focus {
      border-color: #75f087;
      outline: none; }
    .checkout__form form .checkout__form--input input::placeholder {
      color: var(--paragraphColor); }
  .checkout__form form .checkout__form--input .nice-select {
    border: 1px solid var(--bc);
    padding: 1.8rem 1.125rem;
    line-height: 0;
    background: var(--secondaryColor);
    border-radius: 5px; }
    .checkout__form form .checkout__form--input .nice-select .list {
      width: 100%;
      background: var(--secondaryColor); }
    .checkout__form form .checkout__form--input .nice-select .option:hover,
    .checkout__form form .checkout__form--input .nice-select .option.focus,
    .checkout__form form .checkout__form--input .nice-select .option.selected.focus {
      background: var(--primaryColor);
      color: #fff; }
    .checkout__form form .checkout__form--input .nice-select.open {
      border-color: #75f087; }

@media screen and (max-width: 992px) {
  .checkout__order {
    margin-top: 1.25rem; } }

.checkout__order .title {
  font-family: var(--sora);
  font-weight: 600;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 2.5rem; }

.checkout__order--list--item {
  border-bottom: 1px solid var(--bc); }
  .checkout__order--list--item .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.125rem; }
    .checkout__order--list--item .item .price {
      font-family: var(--sora);
      font-weight: 600;
      color: #fff; }

.checkout__order--subtotal {
  margin-top: 1.125rem; }
  .checkout__order--subtotal .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.125rem; }
    .checkout__order--subtotal .item .price {
      font-family: var(--sora);
      font-weight: 600;
      color: #fff; }

.checkout__order--paymentmethod {
  display: flex;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  gap: .875rem; }
  .checkout__order--paymentmethod .method {
    flex: 1;
    border: 0;
    font-size: 5rem;
    line-height: .888;
    border-radius: 10px;
    background: #fff;
    height: 3.75rem;
    width: 100%;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 992px) {
      .checkout__order--paymentmethod .method {
        height: 5.625rem; } }
    .checkout__order--paymentmethod .method img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      left: 0;
      top: 0; }

.checkout__order--btn {
  margin-top: 1.875rem; }
  .checkout__order--btn .order-btn {
    font-family: var(--sora);
    font-weight: 600;
    color: var(--primaryColor);
    background: #75f087;
    border: 1px solid transparent;
    padding: 1.125rem;
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .checkout__order--btn .order-btn:hover {
      color: #fff;
      border: 1px solid #75f087;
      background: var(--primaryColor); }

/*====== contact us =======*/
.contact__single {
  position: relative;
  margin-bottom: 1.875rem; }
  .contact__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--Linear-01);
    border-radius: 1.25rem;
    z-index: -1;
    margin: -2px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in; }
  .contact__single:hover:before {
    opacity: 1; }
  .contact__single:hover .icon {
    background: var(--btn-bg);
    color: var(--primaryColor); }
  .contact__single--item {
    padding: 3.125rem;
    background: var(--primaryColor);
    border-radius: 1.25rem;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .contact__single--item .icon {
      background: var(--secondaryColor);
      border-radius: 3.125rem;
      height: 3.75rem;
      width: 3.75rem;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 1.125rem;
      margin-bottom: 1.875rem;
      -webkit-transition: background 0.3s ease-in;
      -moz-transition: background 0.3s ease-in;
      -ms-transition: background 0.3s ease-in;
      -o-transition: background 0.3s ease-in;
      transition: background 0.3s ease-in; }
    .contact__single--item .content h6 {
      font-family: var(--sora);
      font-size: 1.125rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 1.25rem; }
    .contact__single--item .content a,
    .contact__single--item .content p {
      display: block;
      color: #fff; }
      .contact__single--item .content a:not(:last-child),
      .contact__single--item .content p:not(:last-child) {
        margin-bottom: 1rem; }
    .contact__single--item .content p {
      margin: 0; }

.contact__form {
  margin-top: 2.5rem; }

.contact__template .submit-btn {
  text-align: center; }

.contact__map #map {
  height: 32rem;
  max-width: 100%; }

.contact__map .google__map {
  height: 32rem;
  width: 100%; }

/*====== error ======*/
.error__wrapper {
  position: relative;
  text-align: center; }
  .error__wrapper .error__icon--animate img:nth-child(1) {
    position: absolute;
    right: 9%;
    z-index: 0;
    top: 3%;
    -webkit-animation: offOn 10s infinite alternate;
    -moz-animation: offOn 10s infinite alternate;
    -ms-animation: offOn 10s infinite alternate;
    -o-animation: offOn 10s infinite alternate;
    animation: offOn 10s infinite alternate; }
    @media screen and (max-width: 1200px) {
      .error__wrapper .error__icon--animate img:nth-child(1) {
        right: -6%; } }
    @media screen and (max-width: 992px) {
      .error__wrapper .error__icon--animate img:nth-child(1) {
        height: 200px; } }
    @media screen and (max-width: 768px) {
      .error__wrapper .error__icon--animate img:nth-child(1) {
        display: none; } }
  .error__wrapper .error__icon--animate img:nth-child(2) {
    position: absolute;
    bottom: 30%;
    left: 20%;
    -webkit-animation: bottom 5s infinite alternate;
    -moz-animation: bottom 5s infinite alternate;
    -ms-animation: bottom 5s infinite alternate;
    -o-animation: bottom 5s infinite alternate;
    animation: bottom 5s infinite alternate; }
    @media screen and (max-width: 1200px) {
      .error__wrapper .error__icon--animate img:nth-child(2) {
        bottom: 40%;
        left: 5%; } }
    @media screen and (max-width: 768px) {
      .error__wrapper .error__icon--animate img:nth-child(2) {
        display: none; } }
  .error__wrapper .error__icon--animate img:nth-child(3) {
    position: absolute;
    bottom: 5%;
    right: 30%;
    -webkit-animation: top 5s infinite alternate;
    -moz-animation: top 5s infinite alternate;
    -ms-animation: top 5s infinite alternate;
    -o-animation: top 5s infinite alternate;
    animation: top 5s infinite alternate; }
    @media screen and (max-width: 992px) {
      .error__wrapper .error__icon--animate img:nth-child(3) {
        bottom: 10%;
        right: 5%; } }
    @media screen and (max-width: 768px) {
      .error__wrapper .error__icon--animate img:nth-child(3) {
        display: none; } }
  .error__wrapper .error__icon--animate img:nth-child(4) {
    position: absolute;
    bottom: 5%;
    left: 15%;
    -webkit-animation: roundAnim 5s linear infinite;
    -moz-animation: roundAnim 5s linear infinite;
    -ms-animation: roundAnim 5s linear infinite;
    -o-animation: roundAnim 5s linear infinite;
    animation: roundAnim 5s linear infinite; }
    @media screen and (max-width: 1200px) {
      .error__wrapper .error__icon--animate img:nth-child(4) {
        left: 10%; } }
  .error__wrapper .error__icon--animate img:nth-child(5) {
    position: absolute;
    bottom: 0;
    right: 20%;
    -webkit-animation: roundAnim 5s linear infinite;
    -moz-animation: roundAnim 5s linear infinite;
    -ms-animation: roundAnim 5s linear infinite;
    -o-animation: roundAnim 5s linear infinite;
    animation: roundAnim 5s linear infinite; }
    @media screen and (max-width: 1200px) {
      .error__wrapper .error__icon--animate img:nth-child(5) {
        right: 5%; } }
    @media screen and (max-width: 992px) {
      .error__wrapper .error__icon--animate img:nth-child(5) {
        right: 0;
        bottom: 35%; } }
  .error__wrapper .error__icon--animate img:nth-child(6) {
    position: absolute;
    max-width: 100%;
    bottom: 0;
    left: 0;
    object-fit: cover;
    -webkit-animation: offOn 5s ease-in infinite alternate;
    -moz-animation: offOn 5s ease-in infinite alternate;
    -ms-animation: offOn 5s ease-in infinite alternate;
    -o-animation: offOn 5s ease-in infinite alternate;
    animation: offOn 5s ease-in infinite alternate; }
    @media screen and (max-width: 768px) {
      .error__wrapper .error__icon--animate img:nth-child(6) {
        display: none; } }
  .error__wrapper .error__text {
    position: relative;
    z-index: 1; }
    .error__wrapper .error__text h1 {
      font-size: 25rem;
      font-weight: 600;
      font-family: var(--sora);
      margin: 0;
      background: var(--Linear-01);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; }
      @media screen and (max-width: 992px) {
        .error__wrapper .error__text h1 {
          font-size: 20rem; } }
      @media screen and (max-width: 768px) {
        .error__wrapper .error__text h1 {
          font-size: 15rem; } }
      @media screen and (max-width: 576px) {
        .error__wrapper .error__text h1 {
          font-size: 10rem; } }
    .error__wrapper .error__text h2 {
      font-size: 1.875rem;
      font-weight: 600;
      font-family: var(--sora);
      color: #fff; }
    .error__wrapper .error__text p {
      margin-bottom: 0;
      display: block; }
  .error__wrapper .error__btn {
    z-index: 1;
    position: relative;
    margin-top: 2.5rem; }
  .error__wrapper .error__helpus {
    position: relative;
    margin-top: 1.875rem; }
    .error__wrapper .error__helpus p a {
      display: block;
      text-decoration: underline;
      color: #fff; }

/*======== Faq =======*/
.faq .section {
  margin-bottom: 5rem; }

.faq__image {
  position: relative;
  min-height: 27.5rem;
  max-width: 23.125rem;
  border-radius: 1.25rem; }
  @media screen and (max-width: 992px) {
    .faq__image {
      margin: 0 auto 5rem auto; } }
  .faq__image:before {
    height: 97%;
    width: 102%;
    background: var(--Linear-01);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1.25rem;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .faq__image:hover:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: -3.5px;
    top: -4.5px; }
  .faq__image-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1.25rem !important; }

.faq__accordion {
  color: #fff; }
  .faq__accordion .accordion {
    --bs-accordion-border-width: 0; }
  .faq__accordion .accordion-item {
    padding: 1.25rem;
    background-clip: padding-box;
    box-sizing: border-box;
    position: relative;
    border: solid 2px transparent;
    border-radius: 0.625rem;
    width: 100%;
    border: 2px solid var(--btn-bg) !important;
    background-color: var(--primaryColor); }
    .faq__accordion .accordion-item:not(:last-child) {
      margin-bottom: 1.25rem; }
    .faq__accordion .accordion-item:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      margin: -2px;
      border-radius: inherit;
      background: var(--Linear-01); }
    .faq__accordion .accordion-item .accordion-text {
      color: #fff;
      max-width: 90%; }
  .faq__accordion .accordion-header {
    background-color: transparent; }
    .faq__accordion .accordion-header .accordion-button {
      cursor: pointer;
      padding: 0;
      background-color: var(--primaryColor);
      color: #fff;
      margin-bottom: 1.25rem; }
      .faq__accordion .accordion-header .accordion-button h6 {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
        font-family: var(--sora); }
      .faq__accordion .accordion-header .accordion-button:after {
        content: '\f178';
        font-family: var(--font-awesome);
        background-image: none;
        -webkit-transform: rotate(-35deg);
        -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        -o-transform: rotate(-35deg);
        transform: rotate(-35deg); }
      .faq__accordion .accordion-header .accordion-button:not(.collapsed) {
        box-shadow: 0; }
      .faq__accordion .accordion-header .accordion-button:not(.collapsed)::after {
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg); }
      .faq__accordion .accordion-header .accordion-button.collapsed {
        margin-bottom: 0; }

.style-two .faq__info {
  position: relative; }
  .style-two .faq__info h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block; }
  .style-two .faq__info .arrow-line {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-animation: left 5s infinite alternate;
    -moz-animation: left 5s infinite alternate;
    -ms-animation: left 5s infinite alternate;
    -o-animation: left 5s infinite alternate;
    animation: left 5s infinite alternate; }
    @media screen and (max-width: 992px) {
      .style-two .faq__info .arrow-line {
        display: none; } }
  @media screen and (max-width: 992px) {
    .style-two .faq__info {
      margin-bottom: 50px; } }

.style-two .faq__accordion .accordion-item {
  background: transparent;
  padding: 28px 30px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--style-two-color); }
  .style-two .faq__accordion .accordion-item .accordion-text {
    max-width: 100%;
    margin-top: 15px;
    display: inline-block; }
  .style-two .faq__accordion .accordion-item.active {
    background: var(--style-two-color); }

.style-two .faq__accordion .accordion-header {
  background: transparent;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .style-two .faq__accordion .accordion-header .accordion-button {
    background: transparent; }
    .style-two .faq__accordion .accordion-header .accordion-button::after {
      content: '\2b';
      transform: rotate(0deg);
      position: relative;
      top: -5px; }

.style-two .faq__accordion .accordion-collapse.collapse.show {
  position: relative; }
  .style-two .faq__accordion .accordion-collapse.collapse.show:before {
    position: absolute;
    top: 0;
    left: -5%;
    content: '';
    height: 1px;
    width: 110%;
    background: #fff; }

/*====== login ========*/
.login__wrapper {
  padding: 3.75rem 4.375rem;
  border: 1px solid var(--bc); }
  @media screen and (max-width: 576px) {
    .login__wrapper {
      padding: 0;
      border: none; } }
  .login__wrapper--title {
    text-align: center;
    text-transform: capitalize; }
    .login__wrapper--title h5 {
      font-size: 1.25rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 1rem; }
    .login__wrapper--title p {
      margin: 0; }

.login__social {
  margin-top: 1.875rem; }
  .login__social ul li {
    display: flex;
    gap: 1rem; }
    @media screen and (max-width: 768px) {
      .login__social ul li {
        flex-direction: column; } }
    .login__social ul li a {
      padding: 1.125rem 1.25rem;
      background: var(--primaryColor);
      border-radius: .625rem;
      color: #fff;
      display: flex;
      gap: .875rem;
      position: relative; }
      .login__social ul li a:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: inherit;
        z-index: -1;
        background: var(--Linear-01);
        margin: -1px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        opacity: 0; }
      .login__social ul li a:hover:before {
        opacity: 1; }

.login__form .form-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.25rem; }
  .login__form .form-group input {
    width: 100%;
    border: 1px solid var(--bc);
    border-radius: 0;
    padding: .625rem 1.25rem;
    background: var(--primaryColor);
    outline: none;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .login__form .form-group input:focus {
      border-color: #75f087; }
    .login__form .form-group input::placeholder {
      color: var(--paragraphColor); }

.login__form .remember-me {
  margin: 0; }
  .login__form .remember-me a {
    color: #fff;
    text-decoration: underline; }

.login__form .forgot-password a {
  color: #fff;
  font-weight: 500; }

.login__form .login-button button {
  width: 100%; }

.login__form .register-button {
  margin-top: 1.875rem;
  text-transform: capitalize; }
  .login__form .register-button p {
    margin: 0; }
    .login__form .register-button p a {
      text-decoration: underline;
      font-weight: 600;
      font-family: var(--sora);
      color: #fff; }

.login__form .input-group .single-input input {
  padding: .625rem 1.25rem !important; }

/*====== Signup ========*/
/*======== Pricing Table ==========*/
@media screen and (max-width: 992px) {
  .pricing {
    padding-top: 6.25rem; } }

.pricing__item {
  background: var(--primaryColor);
  padding: 1.875rem 1.5rem;
  border: 2px solid transparent;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  overflow: visible;
  border-radius: 0.625rem;
  margin-bottom: 1.875rem; }
  .pricing__item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: var(--Linear-01);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in; }
  .pricing__item:hover:before {
    opacity: 1; }
  .pricing__item.popular {
    padding-top: 3.125rem; }
    @media screen and (max-width: 992px) {
      .pricing__item.popular {
        margin-top: 1.25rem; } }
    .pricing__item.popular::before {
      opacity: 1; }
  .pricing__item .popular-tag {
    position: absolute;
    top: -4%;
    left: 50%;
    background: var(--btn-bg);
    padding: .625rem 1.5rem;
    border-radius: .3125rem;
    color: var(--primaryColor);
    font-family: var(--sora);
    font-weight: 600;
    transform: translate(-50%, -5%);
    font-size: 1rem;
    width: max-content; }
  .pricing__item--title h5 {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: var(--sora);
    color: #fff;
    margin: 0; }
  .pricing__item--price {
    padding: 1.875rem 0;
    position: relative; }
    .pricing__item--price::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0%;
      height: 1px;
      width: 100%;
      background: var(--btn-bg); }
    .pricing__item--price .price {
      line-height: 1; }
      .pricing__item--price .price span {
        font-size: 3.125rem;
        font-weight: 600;
        font-family: var(--sora);
        color: #fff;
        margin-right: .5rem;
        white-space: nowrap; }
        .pricing__item--price .price span sub {
          font-size: 1.875rem;
          margin-right: .5rem; }
      .pricing__item--price .price em {
        background: var(--Linear-01);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-family: var(--sora);
        font-style: normal;
        text-transform: capitalize; }
  .pricing__item--list {
    margin-top: 1.875rem; }
    .pricing__item--list li {
      position: relative;
      margin-left: 2rem; }
      .pricing__item--list li:not(:last-child) {
        margin-bottom: 1.125rem; }
      .pricing__item--list li::before {
        content: "\f00c";
        position: absolute;
        top: 0;
        left: -2rem;
        font-family: var(--font-awesome);
        color: var(--btn-bg); }
  .pricing__item--btn {
    margin-top: 1.875rem;
    background-clip: padding-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 0.5rem; }
    .pricing__item--btn::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: -1px;
      border-radius: inherit;
      background: var(--Linear-01);
      z-index: -1;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in;
      -moz-transition: opacity 0.3s ease-in;
      -ms-transition: opacity 0.3s ease-in;
      -o-transition: opacity 0.3s ease-in;
      transition: opacity 0.3s ease-in; }
    .pricing__item--btn:hover::before {
      opacity: 0; }
      .pricing__item--btn .pricing-btn {
        background: var(--secondaryColor);
        display: inline-block;
        padding: 1.125rem 0;
        display: inherit;
        color: #fff;
        font-weight: 600;
        border-radius: .5rem;
        text-align: center;
    }

/*====== product =======*/
.product__filter--filteroption button {
  height: 3.175rem;
  width: 3.175rem;
  background: var(--primaryColor);
  border: 0;
  color: var(--primaryColor);
  color: #fff;
  border-radius: .2rem; }

.product__filter--filteroption .title {
  margin: 0;
  font-size: 1rem;
  color: #fff; }

.product__filter--filtersorting .nice-select {
  background: var(--primaryColor);
  padding: 1.65rem 1.875rem;
  font-size: 1rem;
  border: 0;
  color: #fff; }
  .product__filter--filtersorting .nice-select .current {
    position: relative;
    top: -1.25rem; }
  .product__filter--filtersorting .nice-select:after {
    height: 8px;
    width: 8px;
    right: 1rem;
    margin-top: -2px; }
  .product__filter--filtersorting .nice-select .list {
    background: var(--secondaryColor);
    width: 100%; }
    .product__filter--filtersorting .nice-select .list li {
      font-size: 1rem; }
  .product__filter--filtersorting .nice-select .option:hover,
  .product__filter--filtersorting .nice-select .option.focus,
  .product__filter--filtersorting .nice-select .option.selected.focus {
    background-color: var(--primaryColor); }

.product__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.875rem; }
  @media screen and (max-width: 768px) {
    .product__grid {
      grid-template-columns: repeat(1, 1fr); } }

.product__flex .product__singlebox {
  flex-direction: row;
  margin-bottom: 1.875rem; }
  .product__flex .product__singlebox .product__img {
    border-radius: 1.2rem 0 0 1.25rem !important; }
  .product__flex .product__singlebox .product__content {
    border-radius: 0 1.25rem 1.25rem 0; }

.product__singlebox {
  position: relative;
  display: flex;
  flex-direction: column; }
  .product__singlebox .product__img {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem 1.25rem 0 0 !important; }
    .product__singlebox .product__img a img {
      max-height: 17.5rem;
      width: 100%;
      object-fit: cover; }
    .product__singlebox .product__img:before {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      content: '';
      background: rgba(13, 12, 28, 0.5);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in;
      -moz-transition: opacity 0.3s ease-in;
      -ms-transition: opacity 0.3s ease-in;
      -o-transition: opacity 0.3s ease-in;
      transition: opacity 0.3s ease-in; }
    .product__singlebox .product__img:hover:before {
      opacity: 1; }
    .product__singlebox .product__img:hover .product__hover {
      opacity: 1; }
    .product__singlebox .product__img .product__hover {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in;
      -moz-transition: opacity 0.3s ease-in;
      -ms-transition: opacity 0.3s ease-in;
      -o-transition: opacity 0.3s ease-in;
      transition: opacity 0.3s ease-in; }
      .product__singlebox .product__img .product__hover .product__action {
        position: absolute;
        width: 100%;
        height: 100%; }
        .product__singlebox .product__img .product__hover .product__action button {
          position: absolute;
          left: 1.25rem;
          top: 1.25rem;
          background: transparent;
          border: none; }
          .product__singlebox .product__img .product__hover .product__action button i {
            color: #fff;
            font-size: 1.25rem; }
        .product__singlebox .product__img .product__hover .product__action .action-btn {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          padding: 1rem;
          background: var(--primaryColor);
          color: #fff;
          min-width: 10rem;
          text-align: center;
          border-radius: 3.125rem;
          font-weight: 600;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -ms-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .product__singlebox .product__img .product__hover .product__action .action-btn:hover {
            background: var(--Linear-01);
            color: var(--primaryColor); }
  .product__singlebox .product__content {
    padding: 1.25rem;
    position: relative;
    background: var(--primaryColor);
    border-radius: 0 0 1.25rem 1.25rem; }
    .product__singlebox .product__content:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: -1px;
      border-radius: inherit;
      background: var(--Linear-01);
      z-index: -1; }
    .product__singlebox .product__content .product-title {
      font-family: var(--sora);
      flex-flow: 600;
      margin-bottom: .975rem; }
      .product__singlebox .product__content .product-title a {
        color: #fff;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .product__singlebox .product__content .product-title:hover a {
        background: var(--Linear-01);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .product__singlebox .product__content .product-pr .product-price {
      display: flex;
      gap: .5rem; }
      .product__singlebox .product__content .product-pr .product-price__old, .product__singlebox .product__content .product-pr .product-price__new {
        font-weight: 600;
        font-size: 1.25rem;
        font-family: var(--sora);
        text-decoration: 2px line-through; }
      .product__singlebox .product__content .product-pr .product-price__new {
        color: #fff;
        text-decoration: none; }
    .product__singlebox .product__content .product-pr__rating {
      display: flex;
      gap: 5px; }
      @media screen and (max-width: 1200px) {
        .product__singlebox .product__content .product-pr__rating {
          display: none; } }
      @media screen and (max-width: 768px) {
        .product__singlebox .product__content .product-pr__rating {
          display: block; } }
      .product__singlebox .product__content .product-pr__rating i {
        color: var(--btn-bg); }

.product .pagination {
  padding-left: 0;
  margin-top: 3.175rem; }

/*======= product-view =======*/
.pd-view .modal-body {
  background: var(--secondaryColor);
  padding: 3.125rem; }
  .pd-view .modal-body .close-btn {
    position: absolute;
    right: -40px;
    top: -40px;
    background: var(--btn-bg);
    height: 3.125rem;
    width: 3.125rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primaryColor);
    cursor: pointer;
    border-radius: 3.125rem; }

.pd-view .modal-dialog {
  max-width: 90%;
  margin: 6.25rem auto; }

.pd-view__grid {
  display: flex;
  gap: 2.5rem; }
  @media screen and (max-width: 992px) {
    .pd-view__grid {
      flex-direction: column;
      gap: 3.15rem; } }
  .pd-view__grid--images {
    max-width: 35rem;
    min-width: 35rem;
    position: relative; }
    @media screen and (max-width: 1400px) {
      .pd-view__grid--images {
        max-width: 32rem;
        min-width: 32rem; } }
    @media screen and (max-width: 1200px) {
      .pd-view__grid--images {
        max-width: 22rem;
        min-width: 22rem; } }
    @media screen and (max-width: 992px) {
      .pd-view__grid--images {
        max-width: 100%; } }
    .pd-view__grid--images:hover .slick-arrow {
      opacity: 1; }
    .pd-view__grid--images .slick-arrow {
      position: absolute;
      top: 50%;
      z-index: 9;
      left: 10px;
      border: 1px solid var(--bc);
      border-radius: 50%;
      height: 40px;
      width: 40px;
      background: var(--btn-bg);
      opacity: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: opacity 0.3s ease-in;
      -moz-transition: opacity 0.3s ease-in;
      -ms-transition: opacity 0.3s ease-in;
      -o-transition: opacity 0.3s ease-in;
      transition: opacity 0.3s ease-in; }
      .pd-view__grid--images .slick-arrow::before {
        color: var(--primaryColor); }
    .pd-view__grid--images .slick-next {
      right: 10px;
      left: auto; }
    @media screen and (max-width: 992px) {
      .pd-view__grid--images {
        flex-direction: column-reverse; } }
    .pd-view__grid--images-thumbs {
      display: flex;
      flex-direction: column;
      gap: 1.25rem; }
      @media screen and (max-width: 992px) {
        .pd-view__grid--images-thumbs {
          flex-direction: row; } }
    .pd-view__grid--images .pd-main-image {
      height: 100%;
      width: 410px;
      position: relative;
      border-radius: .5rem;
      overflow: hidden;
      cursor: pointer; }
      @media screen and (max-width: 1200px) {
        .pd-view__grid--images .pd-main-image {
          width: 330px; } }
      @media screen and (max-width: 992px) {
        .pd-view__grid--images .pd-main-image {
          height: 445px; } }
      .pd-view__grid--images .pd-main-image img {
        min-height: 27rem;
        width: 100%;
        object-fit: cover; }
  .pd-view__grid--content-title h5 {
    font-family: var(--sora);
    font-size: 1.562rem;
    color: #fff; }
  .pd-view__grid--content-pr {
    margin: 1.25rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem; }
  .pd-view__grid--content-price {
    font-size: 1.25rem;
    font-weight: 600; }
    .pd-view__grid--content-price .pd-price__new {
      background: var(--Linear-01);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; }
  .pd-view__grid--content-rating {
    display: flex;
    gap: .5rem; }
    .pd-view__grid--content-rating .rating-star {
      color: var(--btn-bg); }
  .pd-view__grid--content .pd-view__actions {
    display: flex;
    align-items: center;
    padding: 1.875rem 0;
    gap: 1.25rem;
    flex-wrap: wrap; }
    .pd-view__grid--content .pd-view__actions .pd-cart {
      min-width: 125px;
      max-width: 125px;
      height: 50px;
      background: var(--btn-bg);
      position: relative;
      width: 100%;
      border-radius: 3.125rem; }
      .pd-view__grid--content .pd-view__actions .pd-cart .minus {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 54px;
        height: 100%;
        z-index: 2;
        background-image: url(http://wp.alithemes.com/html/guza/demos/assets/imgs/template/icons/minus.svg);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer; }
      .pd-view__grid--content .pd-view__actions .pd-cart .plus {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 54px;
        height: 100%;
        z-index: 2;
        background-image: url(http://wp.alithemes.com/html/guza/demos/assets/imgs/template/icons/plus.svg);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer; }
      .pd-view__grid--content .pd-view__actions .pd-cart input[type="number"] {
        border: 0px;
        height: 100%;
        width: 100%;
        text-align: center;
        background-color: transparent;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -moz-appearance: textfield; }
    .pd-view__grid--content .pd-view__actions .button {
      padding: .675rem 3.125rem;
      border: 1px solid var(--bc);
      border-radius: 3.125rem;
      color: #fff;
      background: transparent; }
      .pd-view__grid--content .pd-view__actions .button:hover {
        background: var(--Linear-01); }
        .pd-view__grid--content .pd-view__actions .button:hover a {
          color: var(--primaryColor); }
      .pd-view__grid--content .pd-view__actions .button a {
        color: #fff; }
    .pd-view__grid--content .pd-view__actions .wish-btn {
      border: 0;
      background: transparent;
      color: #fff;
      font-size: 1.25rem;
      height: 3.125rem;
      width: 3.125rem; }
  .pd-view__grid--content .pd-block-tags span {
    color: #fff; }
  .pd-view__grid--content .pd-block-tags a {
    color: var(--paragraphColor); }
  .pd-view__grid--content .blog-details__text--share {
    padding: 0;
    border: 0; }

/*======= product tab =======*/
.product-view__meta .product-tab {
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  display: flex;
  gap: 1.25rem; }
  .product-view__meta .product-tab button {
    border: 0;
    position: relative;
    padding: 1.125rem 1.25rem;
    background: var(--primaryColor);
    color: #fff;
    font-family: var(--sora);
    font-weight: 600;
    border-radius: .5rem; }
    .product-view__meta .product-tab button:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: var(--Linear-01);
      bottom: 0;
      right: 0;
      z-index: -1;
      margin: -1px;
      border-radius: inherit; }

.bullet-list ul li {
  color: #fff;
  position: relative;
  margin-left: 1rem; }
  .bullet-list ul li:not(:last-child) {
    margin-bottom: 1.25rem; }
  .bullet-list ul li::before {
    position: absolute;
    content: '';
    left: -1rem;
    top: 50%;
    height: 5px;
    width: 5px;
    background: var(--Linear-01);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%; }

.review__thread .comment-item .rating-star {
  color: var(--btn-bg); }

.review__template {
  padding: 1.875rem;
  background: var(--primaryColor); }
  .review__template h5 {
    margin-bottom: 1rem !important; }
  .review__template .comment__template--box {
    padding: 0;
    margin-top: 1.875rem; }
    .review__template .comment__template--box .rating-star {
      margin: 1rem 0; }
      .review__template .comment__template--box .rating-star span.star {
        color: var(--btn-bg); }
    .review__template .comment__template--box .remember-me {
      margin: .975rem 0; }
      .review__template .comment__template--box .remember-me .checkbox {
        position: relative;
        display: flex;
        align-items: center;
        gap: 1rem;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none; }
        .review__template .comment__template--box .remember-me .checkbox input {
          position: absolute;
          width: 0;
          left: 50px;
          height: 0;
          opacity: 0;
          cursor: pointer; }
          .review__template .comment__template--box .remember-me .checkbox input:checked ~ .checkmark {
            background: #fff;
            outline: 1px solid var(--bc); }
          .review__template .comment__template--box .remember-me .checkbox input:checked ~ .checkmark:after {
            opacity: 1; }
        .review__template .comment__template--box .remember-me .checkbox .checkmark {
          position: relative;
          display: block;
          top: 0;
          left: 0;
          min-width: 16px;
          height: 16px;
          background: var(--secondaryColor);
          border-radius: 3px;
          outline: 1px solid var(--bc);
          transition: all 0.2s ease; }
          .review__template .comment__template--box .remember-me .checkbox .checkmark::after {
            position: absolute;
            display: block;
            content: "";
            left: 50%;
            top: 40%;
            width: 4px;
            height: 8px;
            border: solid var(--primaryColor);
            border-width: 0 2px 2px 0;
            transform: translate(-50%, -50%) rotate(45deg);
            opacity: 0; }
          .review__template .comment__template--box .remember-me .checkbox .checkmark:hover .checkmark {
            background: #f4f4f5; }

.slick-lightbox .slick-prev {
  z-index: 9; }

/*========= related product ======*/
.related-product__title h5 {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  font-family: var(--sora); }

/*====== sidebar ========*/
.sidebar .widget {
    padding: 1.875rem 1.875rem;
    background: var(--primaryColor);
    margin: 0px 0px 10px;
}
  .sidebar__widget h5 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    display: block;
    text-decoration: underline;
    color: #fff;
    font-family: var(--sora);
    text-transform: capitalize; }
  .sidebar__widget:not(:last-child) {
    margin-bottom: 1.875rem; }
  .sidebar__widget--search form {
    position: relative; }
    .sidebar__widget--search form input {
      width: 100%;
      outline: none;
      padding: 20px 60px 20px 25px;
      background: var(--secondaryColor);
      border: 1px solid transparent;
      color: #fff;
      position: relative;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .sidebar__widget--search form input::placeholder {
        color: #A0A0A6; }
      .sidebar__widget--search form input:focus {
        border-color: #75f087; }
    .sidebar__widget--search form button {
      position: absolute;
      right: 1rem;
      border: 0;
      background: transparent;
      color: #fff;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .sidebar__widget--category ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar__widget--category ul li.cat-item {
      background-clip: padding-box;
      box-sizing: border-box;
      position: relative;
      width: 100%;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .sidebar__widget--category ul li.cat-item:not(:last-child) {
        margin-bottom: 1.25rem; }
      .sidebar__widget--category ul li.cat-item::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: -1px;
        border-radius: inherit;
        background: var(--Linear-01);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .sidebar__widget--category ul li.cat-item a {
          position: relative;
          color: #fff;
          padding: 15px 30px;
          background-color: var(--secondaryColor);
          display: flex;
          justify-content: space-between;
          align-items: center;
      }
        .sidebar__widget--category ul li.cat-item a:before {
          position: absolute;
          left: 1rem;
          top: 50%;
          content: '';
          background: var(--Linear-01);
          height: 4px;
          width: 4px;
          border-radius: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .sidebar__widget--category ul li.cat-item span {
        background: var(--Linear-01);
        -webkit-text-fill-color: transparent;
        background-clip: text;
        -webkit-background-clip: text; }
      .sidebar__widget--category ul li.cat-item:hover::before {
        opacity: 1; }
  .sidebar__widget--tag ul.tag-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 1rem;
    text-align: center;
    max-width: 100%; }
    .sidebar__widget--tag ul.tag-list li.tag-item {
      background-clip: padding-box;
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .sidebar__widget--tag ul.tag-list li.tag-item::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: -1px;
        border-radius: inherit;
        background: var(--Linear-01);
        opacity: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .sidebar__widget--tag ul.tag-list li.tag-item a {
        position: relative;
        color: #fff;
        padding: .625rem .5rem;
        background-color: var(--secondaryColor);
        display: block; }
      .sidebar__widget--tag ul.tag-list li.tag-item:hover::before {
        opacity: 1; }
  .sidebar__widget--popular .popular-slider {
    margin-bottom: 0; }
    .sidebar__widget--popular .popular-slider .slick-dots {
      margin: 0;
      display: flex;
      position: static;
      padding-top: 20px;
      align-items: center;
      justify-content: center; }
      .sidebar__widget--popular .popular-slider .slick-dots li {
        width: auto;
        height: auto;
        margin: 0 2px;
        display: inline-block; }
        .sidebar__widget--popular .popular-slider .slick-dots li button {
          margin: 0;
          padding: 0;
          width: 25px;
          height: 25px;
          display: block;
          border-radius: 100%;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -ms-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          border: 1px solid transparent; }
          .sidebar__widget--popular .popular-slider .slick-dots li button:before {
            top: 50%;
            left: 50%;
            opacity: 1;
            content: '';
            width: 10px;
            height: 10px;
            color: transparent;
            border-radius: 100%;
            transform: scale(1);
            background-color: #9E9E94;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .sidebar__widget--popular .popular-slider .slick-dots li:hover button, .sidebar__widget--popular .popular-slider .slick-dots li.slick-active button {
          opacity: 1;
          border-color: #fff; }
          .sidebar__widget--popular .popular-slider .slick-dots li:hover button:before, .sidebar__widget--popular .popular-slider .slick-dots li.slick-active button:before {
            opacity: 1;
            color: transparent;
            background-color: #fff; }
    .sidebar__widget--popular .popular-slider .single-slides .blog-title a {
      color: #fff;
      font-size: 1rem;
      font-weight: 600;
      text-transform: capitalize;
      font-family: var(--sora);
      display: block;
      margin-bottom: 1rem;
      text-decoration: none; }
    .sidebar__widget--popular .popular-slider .single-slides:hover a {
      background: var(--Linear-01);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .sidebar__widget--popular .popular-slider .single-slides .blog-img img {
      min-height: 11.25rem;
      max-height: 11.25rem;
      width: 100%;
      object-fit: cover; }
      @media screen and (max-width: 992px) {
        .sidebar__widget--popular .popular-slider .single-slides .blog-img img {
          min-height: 15.625rem;
          max-height: 15.625rem; } }
  .sidebar__widget--button {
    text-align: center; }
    .sidebar__widget--button a.contact {
      padding: 1rem 2.625rem;
      background: #fff;
      color: var(--primaryColor);
      font-weight: 600;
      font-family: var(--sora);
      border-radius: 0;
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .sidebar__widget--button a.contact:after {
        position: absolute;
        height: 100%;
        width: 100%;
        content: '';
        background: var(--Linear-01);
        top: -3px;
        left: -3px;
        z-index: -1;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .sidebar__widget--button a.contact:hover {
        background-color: transparent; }
        .sidebar__widget--button a.contact:hover::after {
          top: 0;
          left: 0; }
  .sidebar__widget--range {
    position: relative;
    display: flex;
    gap: .875rem;
    align-items: center; }
    .sidebar__widget--range input[type="range"] {
      width: 100%;
      height: 5px;
      outline: none;
      background-color: #ccc;
      border-radius: 5px; }
    .sidebar__widget--range input[type=range]::-webkit-slider-thumb,
    .sidebar__widget--range input[type=range]:focus::-webkit-slider-thumb,
    .sidebar__widget--range input[type=range]::-webkit-slider-thumb:hover {
      background-color: var(--btn-bg); }
    .sidebar__widget--range input[type=range]::-moz-range-thumb,
    .sidebar__widget--range input[type=range]:focus::-moz-range-thumb,
    .sidebar__widget--range input[type=range]::-moz-range-thumb:hover {
      background-color: var(--btn-bg); }
    .sidebar__widget--range .value-left,
    .sidebar__widget--range .value-right {
      color: #fff;
      font-size: 1.2rem; }
    .sidebar__widget--range .range-field input {
      -webkit-appearance: none;
      height: 10px;
      width: 100%;
      background-color: var(--btn-bg);
      outline: none;
      border-radius: .5rem;
      border: none;
      appearance: none; }
      .sidebar__widget--range .range-field input::-webkit-slider-thumb {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: red;
        display: none; }

/*======== pagination css ========*/
.pagination {
  margin-top: 15px;
  padding-left: 1rem; }
  .pagination .pagination-link {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: .875rem; }
    .pagination .pagination-link .page-item {
      display: flex;
      justify-content: center;
      align-items: center;
      background: var(--primaryColor);
      border-radius: .625rem;
      height: 3.125rem;
      width: 3.125rem;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .pagination .pagination-link .page-item:hover {
        background: var(--Linear-01); }
        .pagination .pagination-link .page-item:hover a {
          color: var(--primaryColor); }
      .pagination .pagination-link .page-item.active {
        background: var(--Linear-01); }
        .pagination .pagination-link .page-item.active a {
          color: var(--primaryColor); }
      .pagination .pagination-link .page-item a {
        height: 3.125rem;
        width: 3.125rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }

/*======= elements =======*/
.stroke-2 {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
  color: var(--primaryColor); }

/*===== rounded button =======*/
.rounded-btn {
  padding: 0.755rem 1.25rem;
  background-color: var(--btn-bg);
  max-width: max-content;
  margin: auto;
  border-radius: 3.125rem;
  color: var(--primaryColor);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem; }
  .rounded-btn span {
    height: 3.125rem;
    width: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primaryColor);
    color: #fff;
    border-radius: 3.125rem; }
    .rounded-btn span i {
      -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      transform: rotate(-35deg);
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -ms-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }

/*===== link btn =======*/
.link-btn {
  height: 3.125rem;
  width: 3.125rem;
  background: var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.125rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .link-btn i {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.button__two {
  padding: 20px 30px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid var(--blank-color);
  color: #fff;
  font-family: var(--sora);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block; }
  .button__two span i {
    font-size: 20px;
    font-weight: 300;
    transform: rotate(-35deg);
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .button__two:hover {
    background: var(--blank-color);
    color: var(--primaryColor); }
    .button__two:hover span i {
      transform: rotate(0deg);
      position: relative;
      top: 3px; }

.button__two {
  padding: 16px 20px;
  border-radius: 10px;
  background: var(--style-two-color);
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  font-family: var(--sora);
  position: relative;
  font-size: 18px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .button__two::before {
    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    height: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid var(--style-two-color);
    border-radius: inherit;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .button__two:hover {
    border-color: var(--style-two-color);
    background: transparent;
    color: #fff; }
    .button__two:hover:before {
      top: 0;
      left: 0; }

      .button_three {
        padding: 16px 20px;
        border-radius: 50px;
        background: var(--g-4);
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        font-family: var(--sora);
        border: 2px solid transparent;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        margin-bottom: 60px;
    }
  .button_three:hover {
    border-color: #D1099F;
    background: transparent; }

.video__btn {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: var(--primaryColor);
  background: #fff;
  position: relative;
  display: grid;
  place-items: center;
  z-index: 1;
  cursor: pointer;
  font-size: 20px; }
  .video__btn::before {
    position: absolute;
    content: '';
    height: 80px;
    width: 80px;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
    border-radius: inherit;
    -webkit-animation: ripple 3s linear infinite;
    -moz-animation: ripple 3s linear infinite;
    -ms-animation: ripple 3s linear infinite;
    -o-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite; }

.video__btn__three {
  display: inline-grid;
  height: 60px;
  width: 60px;
  border: 1px solid #D1099F;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--secondaryColor);
  cursor: pointer;
  font-size: 20px; }

/*==== universal tab ====*/
.tab__element {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.875rem; }
  @media screen and (max-width: 576px) {
    .tab__element {
      flex-wrap: wrap; } }
  .tab__element .tab__button {
    border: 0;
    position: relative;
    padding: 1.125rem 1.25rem;
    background: var(--primaryColor);
    color: #fff;
    font-family: var(--sora);
    font-weight: 600;
    border-radius: .5rem; }
    .tab__element .tab__button.active:before {
      opacity: 1; }
    .tab__element .tab__button:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: var(--Linear-01);
      bottom: 0;
      right: 0;
      z-index: -1;
      margin: -1px;
      border-radius: inherit;
      opacity: 0; }

.tab__content {
  display: none; }
  .tab__content.open {
    display: block; }

/*==== Form css ====*/
.input__form form .input-group {
  gap: 1rem;
  margin-bottom: 1.875rem; }
  @media screen and (max-width: 576px) {
    .input__form form .input-group {
      flex-direction: column;
      gap: 1.875rem; } }
  .input__form form .input-group .single-input {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex: 1; }
    .input__form form .input-group .single-input input {
      width: 100%;
      padding: 1.25rem;
      background: var(--primaryColor);
      border: 1px solid var(--bc);
      color: #fff;
      outline: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .input__form form .input-group .single-input input:focus {
        border-color: #75f087; }

.input__form form .textarea {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.875rem; }
  .input__form form .textarea textarea {
    width: 100%;
    padding: 1.25rem;
    background: var(--primaryColor);
    border: 1px solid var(--bc);
    color: #fff;
    min-height: 10rem;
    resize: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .input__form form .textarea textarea:focus-visible {
      border-color: #75f087; }

.input__form form .main-btn {
  padding: 1.25rem 1.875rem;
  background: var(--btn-bg);
  border: 1px solid transparent;
  color: var(--primaryColor);
  outline: none;
  font-family: var(--sora);
  font-weight: 600;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .input__form form .main-btn:hover {
    border-color: var(--btn-bg);
    background: var(--primaryColor);
    color: #fff; }

/*======= main btn =======*/
.main-btn {
  padding: 1.25rem 1.875rem;
  background: var(--btn-bg);
  border: 1px solid transparent;
  color: var(--primaryColor);
  outline: none;
  font-family: var(--sora);
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .main-btn:hover {
    border-color: var(--btn-bg);
    background: var(--primaryColor);
    color: #fff; }

.no-border {
  border-color: transparent !important; }

.blank .btn-two {
  position: relative;
  padding: 18px 20px;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-family: var(--inter);
  font-size: 18px;
  border: 2px solid #D1F831;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1; }
  .blank .btn-two i {
    margin-left: 5px;
    font-size: 14px; }
  .blank .btn-two:hover {
    background: var(--Linear-01);
    color: var(--primaryColor);
    border-color: transparent; }
  .blank .btn-two:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: #FFFFFF1A; }

.btn-two {
  position: relative;
  padding: 18px 20px;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-family: var(--inter);
  font-size: 18px;
  border: 2px solid #D1F831;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1; }
  .btn-two i {
    margin-left: 5px;
    font-size: 14px; }
  .btn-two:hover {
    background: var(--Linear-01);
    color: var(--primaryColor);
    border-color: transparent; }
  .btn-two:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: #FFFFFF1A; }

.style-two .btn-two {
  position: relative;
  padding: 16px 20px;
  border-radius: 10px;
  background: var(--style-two-color);
  color: #fff;
  font-weight: 500;
  font-family: var(--inter);
  font-size: 18px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1; }
  .style-two .btn-two:hover {
    background: transparent;
    color: #fff;
    border-color: var(--style-two-color); }
  .style-two .btn-two:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: #FFFFFF1A; }

.bordered__line {
  padding: 2.5rem 0;
  position: relative;
  width: 100%;
  text-align: center; }
  .bordered__line::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: var(--bc);
    left: 0;
    z-index: -1; }
  .bordered__line p {
    margin: 0 auto;
    width: 2.5rem;
    background: var(--secondaryColor); }

/*======= custom checkbox =======*/
.remember-me {
  margin: .975rem 0; }
  .remember-me .checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    .remember-me .checkbox input {
      position: absolute;
      width: 0;
      left: 50px;
      height: 0;
      opacity: 0;
      cursor: pointer; }
      .remember-me .checkbox input:checked ~ .checkmark {
        background: #fff;
        outline: 1px solid var(--bc); }
      .remember-me .checkbox input:checked ~ .checkmark:after {
        opacity: 1; }
    .remember-me .checkbox .checkmark {
      position: relative;
      display: block;
      top: 0;
      left: 0;
      min-width: 16px;
      height: 16px;
      background: var(--secondaryColor);
      border-radius: 3px;
      outline: 1px solid var(--bc);
      transition: all 0.2s ease; }
      .remember-me .checkbox .checkmark::after {
        position: absolute;
        display: block;
        content: "";
        left: 50%;
        top: 40%;
        width: 4px;
        height: 8px;
        border: solid var(--primaryColor);
        border-width: 0 2px 2px 0;
        transform: translate(-50%, -50%) rotate(45deg);
        opacity: 0; }
      .remember-me .checkbox .checkmark:hover .checkmark {
        background: #f4f4f5; }

.ul-list li {
  position: relative;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  font-family: var(--inter); }
  .ul-list li:not(:last-child) {
    margin-bottom: 15px; }
  .ul-list li:before {
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
    content: '';
    left: -15px;
    z-index: 9;
    top: 10px; }
  .ul-list li::after {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: '';
    position: absolute;
    background: #EA7D1F;
    left: -17px;
    top: 8px;
    z-index: 1; }

.fix {
  overflow: hidden; }

.video__btn img {
  height: 30px !important;
  width: 30px !important;
  object-fit: cover;
  left: 50% !important;
  position: absolute !important;
  transform: translateX(-50%); }

/*======= footer ====*/
.footer {
  border-top: 1px solid var(--bc); 
  background-color: #131225;
}
  .footer__widget {
    margin-bottom: 1.875rem; }
    .footer__widget h5 {
      margin-bottom: 1.875rem;
      font-size: 1.25rem;
      color: #fff;
      font-weight: 600;
      padding: 20px 0px 0px;
  }
    .footer__widget--contact li {
      list-style: none;
      margin-bottom: 1.25rem;
      display: flex;
      gap: .675rem;
      align-items: center; }
      .footer__widget--contact li a {
        color: var(--paragraphColor); }
        .footer__widget--contact li a:hover {
          color: var(--btn-bg); }
    .footer__widget--contact .footer__social {
      display: flex;
      gap: .5rem; }
      .footer__widget--contact .footer__social a {
        height: 2.5rem;
        width: 2.5rem;
        background: #ffffff21;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .footer__widget--contact .footer__social a i {
          position: relative;
          top: 1px; }
        .footer__widget--contact .footer__social a:hover {
          background: var(--Linear-01);
          color: var(--primaryColor); }
    .footer__widget--link ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer__widget--link ul li {
        display: flex; }
        .footer__widget--link ul li:not(:last-child) {
          margin-bottom: .625rem; }
        .footer__widget--link ul li:hover a {
          color: #fff; }
          .footer__widget--link ul li:hover a:before {
            width: 100%;
            opacity: 1; }
        .footer__widget--link ul li a {
          display: block;
          padding: .625rem;
          color: var(--paragraphColor);
          position: relative; }
          .footer__widget--link ul li a:before {
            position: absolute;
            height: 2.895rem;
            width: 10%;
            background: #24321C;
            content: '';
            border-radius: .625rem;
            z-index: -1;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
    .footer__widget--resource ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer__widget--resource ul li {
        display: flex; }
        .footer__widget--resource ul li:not(:last-child) {
          margin-bottom: .625rem; }
        .footer__widget--resource ul li:hover a {
          color: #fff; }
          .footer__widget--resource ul li:hover a:before {
            width: 100%;
            opacity: 1; }
        .footer__widget--resource ul li a {
          display: block;
          padding: .625rem;
          color: var(--paragraphColor);
          position: relative; }
          .footer__widget--resource ul li a:before {
            position: absolute;
            height: 2.895rem;
            width: 10%;
            background: #24321C;
            content: '';
            border-radius: .625rem;
            z-index: 1;
            top: 0;
            left: 0;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
    .footer__widget--newsletter p {
      margin-bottom: 1.875rem; }
    .footer__widget--newsletter form.newsletter-box {
      position: relative;
      background-clip: padding-box;
      box-sizing: border-box;
      border: solid 2px transparent;
      border-radius: .675em; }
      .footer__widget--newsletter form.newsletter-box::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: -1px;
        border-radius: inherit;
        background: var(--Linear-01);
        opacity: 1; }
      .footer__widget--newsletter form.newsletter-box input {
        width: 100%;
        background: #1A1929;
        padding: 1.125rem;
        position: relative;
        border-radius: .675rem;
        outline: none;
        border: 0;
        color: #fff; }
        .footer__widget--newsletter form.newsletter-box input::placeholder {
          color: var(--paragraphColor); }
      .footer__widget--newsletter form.newsletter-box button {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 600;
        color: #fff;
        border: 0;
        background: transparent; }

/*===== footer credit=====*/
.footer-credit {
  padding: 1.625rem 0;
  border-top: 1px solid var(--bc);
  position: relative; }
  .footer-credit--img {
    position: absolute;
    left: 50%;
    top: -1.25rem;
    background: var(--secondaryColor);
    padding: 0 1.875rem;
    transform: translateX(-50%); }
    .footer-credit--img img {
      height: 2.5rem; }
  .footer-credit__wrapper {
    display: grid;
    grid-template-columns: 50% auto;
    justify-content: space-between;
    align-items: center; }
    .footer-credit__wrapper .copy-right a {
      background: var(--Linear-01);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      font-family: var(--sora); }
    .footer-credit__wrapper .footer-links ul li {
        display: inline-block;
        margin-right: 15px;
    }
      @media screen and (max-width: 576px) {
        .footer-credit__wrapper .footer-links ul {
          flex-direction: column; } }
      .footer-credit__wrapper .footer-links ul li {
        list-style: none; }
        .footer-credit__wrapper .footer-links ul li:hover a {
          color: #fff; }
        .footer-credit__wrapper .footer-links ul li a {
          color: var(--paragraphColor); }

.style-three .footer-credit--img {
  background-color: var(--style-three); }

/*========= back to top ======== */
.scroll {
  cursor: pointer;
  display: block;
  border-radius: 3.125rem;
  box-shadow: inset 0 0 0 2px var(--bc);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 1.526rem;
  bottom: 2.8175rem;
  height: 3.125rem;
  width: 3.125rem;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .scroll:after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    content: "\f062";
    text-align: center;
    line-height: 3.125rem;
    font-weight: 700;
    font-size: 1.125rem;
    color: #fff;
    left: 0;
    top: 0;
    height: 3.125rem;
    width: 3.125rem;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .scroll svg path {
    fill: none; }
  .scroll__circle path {
    stroke: var(--btn-bg);
    stroke-width: 4px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .scroll.active-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 9999;
    background: var(--primaryColor); }

.style-two .scroll__circle path {
  stroke: var(--style-two-color); }

.style-three .scroll__circle path {
  stroke: #D1099F; }

/*================ Thanks for choosing our Template ==============*/


.header__logo a img {
  width: 130px;
  height: auto;
}

.footer-credit--img a img {
  width: 130px;
  height: auto;
}

.blog-details {
  background-color: #191926;
}

a.page-numbers {
  padding: 15px 20px;
  font-size: 20px;
  background-color: #0d0c1c;
  margin: 5px;
  color: #fff;
  transition: 0.8s ease-in-out;
  border-radius: 8px;
}
a.page-numbers:hover {
  background: var(--Linear-01);
  color: #0d0c1c;
}
span.page-numbers.current {
  padding: 15px 20px;
  font-size: 20px;
  background: var(--Linear-01);
  margin: 5px;
  color: #0d0c1c;
  border-radius: 8px;
}

div#custom_search_widget-2 {
  margin: 0px 0px 20px 0px;
}
div#custom_sidebar_categories_widget-2 {
  margin: 20px 0px;
}
div#custom_popular_posts_widget-2 {
  background-color: #0d0c1c;
  padding: 35px;
  margin: 20px 0px 20px 16px;
}
div#custom_popular_posts_widget-2 h5 {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 15px;
}
.tagcloud a {
  font-size: 14px !important;
  color: #fff;
  padding: 8px 20px;
  background-color: var(--secondaryColor);
  font-weight: bold;
  margin-bottom: 10px !important;
  display: inline-block;
  margin-right: 9px;
  border: 1px solid #fff;
}
.tagcloud {
  padding: 0px 30px 30px 30px;
  margin-top: -50px;
  display: inline-block;
  background-color: #0D0C1C;
}

.single-post.next {
  width: 100%;
}
.single-post.prev {
  width: 100%;
}
h2.comments-title {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 35px;
  padding-bottom: 25px;
}
.comment-author.vcard img {
  width: 75px;
  height: 75px;
  border-radius: 50% !important;
}
b.fn a {
  padding-left: 20px;
  font-size: 25px;
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
}
.comment-metadata {
  font-size: 15px;
  padding: 15px 0px 0px;
}
.reply {
  padding-bottom: 25px;
}
.reply a {
  color: #90F4A3;
}
time {
  color: greenyellow;
}
span.edit-link a {
  color: cornflowerblue;
}
.comment-content p {
  color: #fff;
}
h3#reply-title {
  color: #fff;
}
div#respond {
  background-color: var(--secondaryColor);
  padding: 30px 50px;
}
form#commentform #comment {
  max-width: 100%;
  height: auto;
  background-color: var(--secondaryColor);
  padding: 20px;
  color: #eeeeee;
  border: 1px solid greenyellow;
  width: 100%;
}
p.logged-in-as a {
  color: cornflowerblue;
}
p.form-submit #submit {
  color: #fff;
  background-color: var(--secondaryColor);
  border: none;
  padding: 18px 30px 18px 34px;
  font-size: 16px;
  letter-spacing: 1px;
  width: unset;
}
p.form-submit #submit:hover {
  background: var(--Linear-01);
  color: #0d0c1c;
  border-color: transparent;
}
form#commentform input {
  width: 100%;
  padding: 15px;
  background-color: #191926;
  border: none;
  color: #eeeeee;
}
p.comment-form-cookies-consent {
  display: none;
}
.footer {
  border-top: 1px solid var(--bc);
  background: var(--secondaryColor);
}
.blog-details.pt-100.pb-100 {
  background: var(--secondaryColor);
}
.footer-credit {
  background: var(--secondaryColor);
}
form.search-form label .search-field {
  background: var(--primaryColor);
  border: none;
  padding: 25px 170px 25px 25px;
  color: #eeeeee;
  min-width: 100%;
}
.search-form input.search-submit {
  margin-left: 200px;
  display: inline-block;
  padding: 1px 45px;
  background: var(--Linear-01);
  color: #0d0c1c;
  border-color: transparent;
}
section.error {
  background: var(--secondaryColor);
}
.hero-slider {
  padding: 60px 0;
}
.project__single--box img:hover {
  border-radius: 20px;
  transition: .5s ease-in-out;
}

.breadcrumb__wrapper--link a {
  color: #fff;
  font-size: 15px;
  padding-right: 10px;
  font-weight: bold;
}

.header__menu .dropdown-toggle::after {
  display: none;
}
.animated__property img {
  position: absolute;
  top: 30px;
  left: 52%;
  transform: translateY(50%);
  overflow-y: hidden;
}
@media screen and (max-width: 992px) {
    .style-two .hero .animated__property img {
      display: none; 
    } 
}
section.service.style-two {
  padding: 50px 0px;
}
.button__two a {
  color: #fff;
}
.faq .arrow-line img {
  margin-top: -14px;
  width: 100%;
  height: 250px;
}
.clientTestimonial {
  background: var(--style-two);
}

section.service.style-two.fix .slider-pagination {
  margin-top: 35px;
}
.whyChoose {
  background: var(--style-two);
}
section.blog.style-two.pt-110.pb-110 .arrow-line img {
  margin-top: -14px;
  width: 100%;
  height: 250px;
}
.custom_projects_all {
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq__image-img img {
  width: 100%;
  height: 420px !important;
}
.project-details {
  background: var(--secondaryColor);
}
.service-details {
  background: var(--secondaryColor);
}
.custom_all_services {
  background: var(--secondaryColor);
}
.faq_two {
  background: var(--secondaryColor);
}
.custom_all_team {
  background: var(--secondaryColor);
}
.custom_team_details {
  background: var(--secondaryColor);
}
.testimonial {
  padding: 60px 0px;
}
.clientTestimonial {
  padding: 60px 0px;
}
.pricing {
  background: var(--secondaryColor);
}
.error {
  background: var(--secondaryColor);
}
.contact {
  background: var(--secondaryColor);
}
.career {
  background: var(--secondaryColor);
}
.career-details {
  background: var(--secondaryColor);
}
.admin-bar .header_fixed {
  padding-top: 30px;
}

.admin-bar .menu_fixed {
  padding-top: 30px;
}

.elementor-editor-active [data-sal|=slide] {
  opacity: 1;
}

.header .dropdown-item:focus, .header .dropdown-item:hover {
  background-color: unset;
}

.header__menu .dropdown-item:focus, .header__menu .dropdown-item:hover {
  background-color: unset;
}

.footer__social li{
  display: inline-block;
  margin-right: 5px;
}
.style-three .button_three {
  margin-bottom: 0;
}

.button__two a {
  z-index: 999999;
  position: relative;
}

.admin-bar .style-two.menu_fixed {
  padding-top: 0;
}

.service__slider span.swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: transparent;
  border-radius: 50%;
  position: relative;
  border: 1px solid transparent;
}

.service__slider span.swiper-pagination-bullet-active {
  border-color: #fff;
}

@media only screen and (min-width: 1199px) and (max-width: 1399px) { 
  .header__right--btn a {
    padding: 12px 10px;
  }
}

.offcanvase__menu .mean-bar .mean-nav > ul li a {
  background-color: var(--blank);
}

.offcanvase__menu ul.dropdown-menu {
  position: relative;
}

@media screen and (max-width: 991px) {
  .header__menu {
    display: none;
  }
  .header .container {
    position: relative;
  }
  .header .container .header__right {
    position: absolute;
    right: 10px;
  }
  .mobile-menu .header__menu{
    display: block;
  }


  .mobile-menu .menu {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .mobile-menu .menu li {
    width: 100%;
    list-style-type: none;
    margin-bottom: 15px;
  }
  .mobile-menu .menu li a {
    cursor: pointer;
    display: block;
  }
  .mobile-menu .dropdown-toggle::after {
    display: none !important;
}
  .mobile-menu .menu li.menu-item-has-children {
    position: relative;
  }
  .mobile-menu .menu li.menu-item-has-children::before {
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 6 Pro" !important;
    right: 0;
    top: 0;
    color: #ffffff;
    z-index: -1;
  }
  .mobile-menu .menu li.menu-item-has-children.open::before {
    transform: rotate(180deg);
  }
  .mobile-menu .menu li.current-menu-item a {
    color: #ffffff;
  }
  .mobile-menu .menu li.current-menu-item::before {
    color: #ffffff;
  }
  .mobile-menu .menu li:last-child {
    margin-bottom: 0;
  }
  .mobile-menu .menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
  }
  .mobile-menu .menu li .sub-menu .menu-item a {
    color: #ffffff !important;
  }
  .mobile-menu.menu li .sub-menu .menu-item.current-menu-item a {
    color: #ffffff !important;
  }
  .mobile-menu .menu li ul {
    background-color: #0c0d1c;
    padding: 15px;
  }
  .mobile-menu .menu li ul .dropdown-menu {
    background-color: #6e6666;
  }
  .mobile-menu .menu li ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-color: transparent !important;
  }
  
}

@media screen and (max-width: 768px) {
  div#respond {
      padding: 17px 10px;
  }
  form#commentform #comment {
    margin-left: 0;
    min-width: 100%;
  }
  .comment-respond label {
    margin-left: 0 !important;
  }
  #comments {
      padding: 0 !important;
  }
  p.form-submit #submit {
    padding: 12px 20px;
    margin-left: 0;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .blog-details__text--related {
    padding: 0 0;
    padding-bottom: 30px;
  }
  .blog-details__text--comment .comment__thread h5 {
    margin-left: 10px;
  }
  .sidebar__widget {
    padding: 1.875rem 0.875rem;
  }
  .sidebar .widget ul li {
    padding-left: 0 !important;
  }

}

.header__logo h2 {
  font-size: 27px;
  padding: 10px 0;
}

span.page-numbers.dots {
  position: relative;
  top: 14px;
  margin: 0 10px;
}


.button_four {
  padding: 20px 30px;
  color: var(--white-color);
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: var(--transition);
  border-radius: 5px;
}
.button_four::before {
  position: absolute;
  content: "";
  background: var(--Linear-02);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: var(--transition);
  border-radius: 5px;
}
.button_four:hover::before {
  background: var(--Linear-Style-01, linear-gradient(270deg, #F1A252 0%, #E24B3E 99.48%));
}

.style-four.PrimaryMenu {
  background-color: #072A2C;
  border-bottom: 1px solid #446B6D;
}
.style-four.PrimaryMenu .header__menu ul li ul.submenu li:hover {
  background: var(--Linear-02);
}

.banner-four {
  padding-top: 155px;
  padding-bottom: 100px;
  background-color: #072A2C;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-four::before {
  position: absolute;
  content: "";
  height: 349px;
  width: 349px;
  border-radius: 349px;
  background: rgba(68, 146, 133, 0.5);
  filter: blur(200px);
  left: -50px;
  top: -50px;
  z-index: -1;
}
.banner-four::after {
  position: absolute;
  content: "";
  height: 349px;
  width: 349px;
  border-radius: 349px;
  background: #96271D;
  filter: blur(200px);
  right: 30%;
  top: 50px;
  z-index: -1;
}

.banner-four-content {
  position: relative;
}
.banner-four-content h1 {
  font-size: 70px;
  color: var(--white-color);
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
  margin-right: -50px;
}
.banner-four-content h1 span {
  background: var(--Linear-02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-four-content h1::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 115px;
  background: var(--Linear-02);
  left: 0;
  bottom: -30px;
}
.banner-four-content .bottom-content .content p {
  margin-bottom: 40px;
  display: inline-block;
  font-size: 18px;
}
.banner-four-content .shape1 {
  position: absolute;
  top: -90px;
  left: 0;
  animation: movebounce2 5s linear infinite;
}
.banner-four-content .shape2 {
  position: absolute;
  top: -110px;
  right: 100px;
  animation: movebounce 5s linear infinite;
}
.banner-four-content .shape3 {
  position: absolute;
  top: 0px;
  right: 120px;
  animation: rotateme 15s linear infinite;
}
.banner-four-content .shape4 {
  position: absolute;
  top: 0px;
  right: -50px;
}
.banner-four-content .shape5 {
  position: absolute;
  bottom: 20px;
  right: 50px;
  animation: rotateme 10s linear infinite !important;
}

.banner-four-images {
  position: relative;
}
.banner-four-images .users {
  position: absolute;
  bottom: 5px;
  right: 22px;
  /* background-image: url(../img/home4/user-bg.png); */
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 0px;
  padding-left: 53px;
  border-radius: 30px;
}
.banner-four-images .users .user-list li {
  display: inline-block;
  position: relative;
  margin-left: -20px;
}
.banner-four-images .users::before {
  position: absolute;
  content: "";
  border-radius: 50px;
  border: 1px solid #A2A8DD;
  background: linear-gradient(91deg, rgba(0, 1, 34, 0.2) 0.37%, rgba(0, 1, 34, 0.2) 99.57%);
  box-shadow: 7px 5px 4.8px 2px rgba(0, 0, 0, 0.25) inset;
  left: 30px;
  top: 10px;
  bottom: 10px;
  right: 30px;
}
.banner-four-images .shape6 {
  position: absolute;
  right: -50px;
  bottom: 150px;
  animation: movebounce 5s linear infinite;
}

.services-content {
  position: relative;
}
.services-content .top-title {
  color: var(--white-color);
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  /*background-image: url(../img/home4/shape6.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 16px 27px;
}
.services-content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--white-color);
}
.services-content p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.services-content p::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 2px;
  background: var(--Linear-02);
}
.services-content .btn {
  position: relative;
  height: 120px;
  width: 120px;
  padding-top: 30px;
  border-radius: 100%;
  background: var(--Linear-02);
  color: var(--white-color);
  text-align: center;
  display: block;
  z-index: 1;
  transition: var(--transition);
}
.services-content .btn::before {
  background-color: #01211C;
  position: absolute;
  content: "";
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  z-index: -1;
  border-radius: 100%;
  transition: var(--transition);
}
.services-content .btn i {
  display: block;
  transform: rotate(-30deg);
}
.services-content .btn:hover::before {
  background: var(--Linear-02);
}
.services-content .shape1 {
  position: absolute;
  right: 120px;
  bottom: -20px;
  animation: rotateme 8s linear infinite !important;
}
.services-content .shape2 {
  position: absolute;
  right: 20px;
  top: 0;
  animation: rotateme 10s linear infinite !important;
}

.services-items .single-service-item {
  border-radius: 20px;
  background: #03242E;
  margin-bottom: 30px;
  padding: 50px;
  padding-left: 160px;
  padding-right: 130px;
  position: relative;
  transition: var(--transition);
}
.services-items .single-service-item .icon {
  position: absolute;
  left: 30px;
}
.services-items .single-service-item p {
  margin-bottom: 0;
}
.services-items .single-service-item h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.services-items .single-service-item h3 a {
  color: var(--white-color);
}
.services-items .single-service-item .view-btn {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 100%;
  background: var(--Linear-02);
  color: var(--white-color);
  text-align: center;
  display: block;
  z-index: 1;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.services-items .single-service-item .view-btn::before {
  background-color: #03242E;
  position: absolute;
  content: "";
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  z-index: -1;
  border-radius: 100%;
}
.services-items .single-service-item .view-btn:hover::before {
  background: var(--Linear-02);
}
.services-items .single-service-item .ser-img {
  position: absolute;
  right: 160px;
  top: 40px;
  transition: var(--transition);
  transform: scale(0);
}
.services-items .single-service-item:hover .ser-img {
  transform: scale(1);
}

.services-area {
  position: relative;
  z-index: 1;
  background-color: #01211C;
  overflow: hidden;
}
.services-area::before {
  position: absolute;
  content: "";
  height: 349px;
  width: 349px;
  border-radius: 349px;
  background: #96271D;
  filter: blur(200px);
  right: -150px;
  top: 50px;
  z-index: -1;
}

.about-area {
  background-color: #072A2C;
  overflow: hidden;
}

.about-images {
  position: relative;
  padding-top: 50px;
}
.about-images .shape1 {
  position: absolute;
  left: -50px;
  bottom: 50px;
  animation: movebounce 5s linear infinite !important;
}
.about-images .shape2 {
  position: absolute;
  right: 50px;
  top: 0;
  animation: movebounce 8s linear infinite !important;
}
.about-images .shape3 {
  position: absolute;
  right: 50%;
  top: 0;
  animation: rotateme 8s linear infinite !important;
}
.about-images .btn {
  height: 120px;
  width: 120px;
  padding-top: 30px;
  border-radius: 100%;
  background: var(--Linear-02);
  color: var(--white-color);
  text-align: center;
  display: block;
  z-index: 1;
  position: absolute;
  right: 170px;
  bottom: 0;
  transition: var(--transition);
}
.about-images .btn::before {
  background-color: #072A2C;
  position: absolute;
  content: "";
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  z-index: -1;
  border-radius: 100%;
  transition: var(--transition);
}
.about-images .btn i {
  display: block;
  transform: rotate(-30deg);
}
.about-images .btn:hover::before {
  background: var(--Linear-02);
}

.about-content .section-title .top-title {
  color: var(--white-color);
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  /*background-image: url(../img/home4/shape6.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 16px 46px;
}
.about-content .section-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--white-color);
}
.about-content .section-title p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.about-content .section-title p::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 2px;
  background: var(--Linear-02);
}
.about-content .item {
  background-color: #04242E;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.about-content .item h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--white-color);
}
.about-content .item p {
  margin-bottom: 0;
}
.about-content .item:last-child {
  margin-bottom: 0;
}

.team-area {
  overflow: hidden;
  background-color: #072A2C;
}
.team-area .section-title {
  margin-bottom: 50px;
}
.team-area .section-title .title {
  max-width: 450px;
}
.team-area .section-title .title .top-title {
  color: var(--white-color);
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  /*background-image: url(../img/home4/shape6.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 16px 44px;
}
.team-area .section-title .title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--white-color);
}
.team-area .section-title .team-slider-button {
  position: relative;
  bottom: -30px;
}
.team-area .section-title .team-slider-button li {
  display: inline-block;
  margin-left: 30px;
}
.team-area .section-title .team-slider-button .btn {
  height: 60px;
  width: 60px;
  line-height: 46px;
  border-radius: 100%;
  background: var(--Linear-02);
  color: var(--white-color);
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.team-area .section-title .team-slider-button .btn::before {
  background-color: #03242E;
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  z-index: -1;
  border-radius: 100%;
}
.team-area .section-title .team-slider-button .btn:hover::before {
  background: var(--Linear-02);
}

.team-card .team-img {
  position: relative;
  margin-bottom: 20px;
}
.team-card .team-img img {
  border-radius: 12px;
}
.team-card .team-img .team-meta-social {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.team-card .team-img .team-meta-social .icon {
  height: 40px;
  width: 40px;
  background: var(--Linear-02);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  color: var(--white-color);
  cursor: pointer;
}
.team-card .team-img .team-meta-social .icon i {
  font-size: 1.2rem;
}
.team-card .team-img .team-meta-social:hover .social-links {
  opacity: 1;
  bottom: 0;
}
.team-card .team-img .team-meta-social .social-links {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.team-card .team-img .team-meta-social .social-links a {
  height: 40px;
  width: 40px;
  background: var(--Linear-02);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  cursor: pointer;
}
.team-card .team-img .team-meta-social .social-links a i {
  font-size: 1.2rem;
}
.team-card .team-img .team-meta-social .social-links a:first-child {
  border-radius: 10px 10px 0 0;
}
.team-card .content h3 {
  font-size: 15px;
  font-weight: 600;
}
.team-card .content h3 a {
  color: var(--white-color);
}
.team-card .content span {
  font-size: 15px;
  font-weight: 400;
}

.text-slide {
  overflow: hidden;
  background-color: #072A2C;
}
.text-slide h2 {
  line-height: 1;
  margin-bottom: 0;
  font-size: 60px;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
  -webkit-text-stroke: 1px var(--white-color);
  -webkit-text-fill-color: transparent;
}
.text-slide h2 span {
  background: var(--Linear-02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #F1A252;
}

@keyframes marquee {
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.portfolio-area {
  overflow: hidden;
  background-color: #072A2C;
}
.portfolio-area .section-title .title {
  max-width: 450px;
  margin-bottom: 25px;
}
.portfolio-area .section-title .title .top-title {
  color: var(--white-color);
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  /*background-image: url(../img/home4/shape6.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 16px 49px;
}
.portfolio-area .section-title .title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--white-color);
  margin-top: 15px;
}
.portfolio-area .section-title .team-slider-button .btn {
  position: relative;
  height: 120px;
  width: 120px;
  padding-top: 30px;
  border-radius: 100%;
  background: var(--Linear-02);
  color: var(--white-color);
  text-align: center;
  display: block;
  z-index: 1;
  transition: var(--transition);
}
.portfolio-area .section-title .team-slider-button .btn::before {
  background-color: #072A2C;
  position: absolute;
  content: "";
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  z-index: -1;
  border-radius: 100%;
  transition: var(--transition);
}
.portfolio-area .section-title .team-slider-button .btn i {
  display: block;
  transform: rotate(-30deg);
}
.portfolio-area .section-title .team-slider-button .btn:hover::before {
  background: var(--Linear-02);
}
.portfolio-area .container-fluid {
  max-width: 1600px;
  margin-right: 0;
  margin-left: auto;
}
.portfolio-area .swiper-pagination {
  background-color: var(--text-color);
  height: 10px;
  width: 100%;
  z-index: 2;
}
.portfolio-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--white-color);
}
.portfolio-area .container.paginations .animated__line {
  height: 10px;
  width: 100%;
  position: relative;
  background: #C0DEDA;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-area .container.paginations .animated__line.animated::before {
  background: var(--Linear-02);
  animation: sliderAnim 10s infinite linear;
}
.portfolio-area .container.paginations .animated__line:before {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--Linear-02);
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 10%;
}

.portfolio-card .team-img {
  margin-bottom: 20px;
  position: relative;
}
.portfolio-card .team-img img {
  border-radius: 14px;
}
.portfolio-card .team-img .btn {
  position: absolute;
  height: 120px;
  width: 120px;
  padding-top: 30px;
  border-radius: 100%;
  background: var(--Linear-02);
  color: var(--white-color);
  text-align: center;
  display: block;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  transition: var(--transition);
  opacity: 0;
}
.portfolio-card .team-img .btn i {
  display: block;
  transform: rotate(-30deg);
}
.portfolio-card .team-img .btn:hover {
  background: var(--Linear-Style-01, linear-gradient(270deg, #F1A252 0%, #E24B3E 99.48%));
}
.portfolio-card .team-img::before {
  position: absolute;
  content: "";
  background: rgba(1, 33, 28, 0.5);
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 12px;
  transition: var(--transition);
  opacity: 0;
}
.portfolio-card .content .left h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.portfolio-card .content .left h3 a {
  color: var(--white-color);
}
.portfolio-card .content .right .auothor {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white-color);
  display: block;
}
.portfolio-card .content .right span {
  display: block;
}
.portfolio-card:hover .team-img .btn {
  opacity: 1;
}
.portfolio-card:hover .team-img::before {
  opacity: 1;
}

@keyframes sliderAnim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.choose-area {
  overflow: hidden;
  background-color: #072A2C;
  position: relative;
  z-index: 1;
}
.choose-area .section-title .title {
  max-width: 450px;
  margin-bottom: 25px;
}
.choose-area .section-title .title .top-title {
  color: var(--white-color);
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  /*background-image: url(../img/home4/shape6.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 16px 20px;
}
.choose-area .section-title .title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--white-color);
  margin-top: 15px;
}
.choose-area .section-title .choose-buttons ul li {
  display: inline-block;
  margin-left: 20px;
}
.choose-area .section-title .choose-buttons ul li .button_four.two::before {
  background: #04242E;
}
.choose-area .section-title .choose-buttons ul li .button_four.two:hover::before {
  background: var(--body-bg);
}
.choose-area::before {
  position: absolute;
  content: "";
  height: 349px;
  width: 349px;
  border-radius: 349px;
  background: #96271D;
  filter: blur(200px);
  right: -150px;
  top: 150px;
  z-index: -1;
}

.choose-content {
  margin-right: 60px;
  position: relative;
}
.choose-content h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--white-color);
}
.choose-content p {
  margin-bottom: 40px;
}
.choose-content .btn {
  position: relative;
  height: 120px;
  width: 120px;
  padding-top: 30px;
  border-radius: 100%;
  background: var(--Linear-02);
  color: var(--white-color);
  text-align: center;
  display: block;
  z-index: 1;
  transition: var(--transition);
}
.choose-content .btn::before {
  background-color: #072A2C;
  position: absolute;
  content: "";
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  z-index: -1;
  border-radius: 100%;
  transition: var(--transition);
}
.choose-content .btn i {
  display: block;
  transform: rotate(-30deg);
}
.choose-content .btn:hover::before {
  background: var(--Linear-02);
}
.choose-content .shape {
  position: absolute;
  right: 100px;
  bottom: 80px;
  animation: rotateme 8s linear infinite !important;
}

.choose-images {
  position: relative;
}
.choose-images .content {
  background: var(--Linear-02);
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.choose-images .content h2 {
  font-size: 50px;
  -webkit-text-stroke: 1px var(--white-color);
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.choose-images .content h2 span {
  font-size: 20px;
  position: relative;
  bottom: 8px;
}

.testimonials-area {
  overflow: hidden;
  background-color: #072A2C;
}
.testimonials-area .section-title {
  margin-bottom: 40px;
}
.testimonials-area .section-title .title {
  max-width: 450px;
}
.testimonials-area .section-title .title .top-title {
  color: var(--white-color);
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  /*background-image: url(../img/home4/shape6.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 16px 40px;
}
.testimonials-area .section-title .title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--white-color);
}
.testimonials-area .section-title .testimonial-slider-button {
  position: relative;
  bottom: -30px;
}
.testimonials-area .section-title .testimonial-slider-button li {
  display: inline-block;
  margin-left: 30px;
}
.testimonials-area .section-title .testimonial-slider-button .btn {
  height: 60px;
  width: 60px;
  line-height: 46px;
  border-radius: 100%;
  background: var(--Linear-02);
  color: var(--white-color);
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.testimonials-area .section-title .testimonial-slider-button .btn::before {
  background-color: #03242E;
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  z-index: -1;
  border-radius: 100%;
}
.testimonials-area .section-title .testimonial-slider-button .btn:hover::before {
  background: var(--Linear-02);
}

.testimonials-card {
  /*background-image: url(../img/home4/testimonials-bg1.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 45px;
  z-index: 1;
  width: 400px;
  height: 291px;
}
.testimonials-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../img/home4/testimonials-bg2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}
.testimonials-card .client-img {
  position: relative;
  top: -30px;
  padding-left: 10px;
}
.testimonials-card p {
  margin-bottom: 25px;
}
.testimonials-card .content h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--white-color);
}
.testimonials-card .content .ratings i {
  background: var(--Linear-02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #F1A252;
}
.testimonials-card:hover::before {
  opacity: 1;
}

.blog-area {
  overflow: hidden;
  background-color: #072A2C;
}
.blog-area .section-title {
  margin-bottom: 40px;
}
.blog-area .section-title .title {
  max-width: 450px;
}
.blog-area .section-title .title .top-title {
  color: var(--white-color);
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  /*background-image: url(../img/home4/shape6.png);*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 16px 40px;
}
.blog-area .section-title .title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--white-color);
}
.blog-area .section-title .blog-slider-button {
  position: relative;
  bottom: -30px;
}
.blog-area .section-title .blog-slider-button li {
  display: inline-block;
  margin-left: 30px;
}
.blog-area .section-title .blog-slider-button .btn {
  height: 60px;
  width: 60px;
  line-height: 46px;
  border-radius: 100%;
  background: var(--Linear-02);
  color: var(--white-color);
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.blog-area .section-title .blog-slider-button .btn::before {
  background-color: #03242E;
  position: absolute;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  z-index: -1;
  border-radius: 100%;
}
.blog-area .section-title .blog-slider-button .btn:hover::before {
  background: var(--Linear-02);
}

.blog-card .blog-img {
  margin-bottom: 30px;
  position: relative;
}
.blog-card .blog-img .meta {
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog-card .blog-img .meta li {
  display: inline-block;
  margin-right: 20px;
}
.blog-card .blog-img .meta li a {
  color: var(--text-color);
}
.blog-card .blog-img .date {
  background-image: url(../img/home4/date-bg2.png);
  height: 60px;
  width: 60px;
  padding: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 70px;
  text-align: center;
  bottom: 0;
  color: var(--body-bg);
  z-index: 1;
}
.blog-card .blog-img .date::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/home4/date-bg1.png);
  z-index: -1;
  transition: var(--transition);
  opacity: 0;
}
.blog-card .content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-card .content h3 a {
  color: var(--white-color);
}
.blog-card:hover .blog-img .date {
  color: var(--white-color);
}
.blog-card:hover .blog-img .date::before {
  opacity: 1;
}

.bg-072A2C {
  background-color: #072A2C;
}
.bg-072A2C .footer__widget--newsletter form.newsletter-box {
  z-index: 2;
}
.bg-072A2C .footer__widget--newsletter form.newsletter-box::before {
  z-index: 1;
}
.bg-072A2C .footer__widget--newsletter form.newsletter-box input {
  z-index: 2;
}
.bg-072A2C .footer__widget--newsletter form.newsletter-box button {
  z-index: 2;
}

.footer-credit.bg-072A2C {
  background-color: #072A2C !important;
}
.footer-credit.bg-072A2C .footer-credit--img {
  background-color: #072A2C !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes movebounce2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 767px) {
  .button_four {
    padding: 14px 20px;
  }
  .banner-four {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .banner-four-content h1 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
  }
  .banner-four-content h1::before {
    right: 14px;
    bottom: -4px;
    left: auto;
}
  .bottom-image {
    text-align: center;
  }
  .banner-four-content .shapes {
    display: none;
  }
  .banner-four-content .bottom-content .content p {
    margin-bottom: 30px;
    margin-top: 25px;
    font-size: 15px;
    text-align: center;
  }
  .banner-four-content .content  {
    text-align: center;
  }
  .banner-four-images {
    margin-top: 30px;
  }
  .banner-four-images .users {
    background-image: none;
    padding: 0;
    padding-left: 0;
  }
  .banner-four-images .shape6 {
    display: none;
  }
  .services-content h2 {
    font-size: 22px;
  }
  .services-content {
    margin-bottom: 30px;
  }
  .services-content .btn {
    height: 100px;
    width: 100px;
    padding-top: 20px;
    font-size: 14px;
  }
  .services-items .single-service-item {
    margin-bottom: 30px;
    padding: 30px;
  }
  .services-items .single-service-item .icon {
    position: unset;
    margin-bottom: 20px;
  }
  .services-items .single-service-item .view-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    transform: translateY(0);
    position: unset;
    margin-top: 20px;
  }
  .about-images {
    margin-bottom: 30px;
  }
  .about-images .shape1 {
    display: none;
  }
  .about-images .shape2 {
    display: none;
  }
  .about-content .section-title h2 {
    font-size: 22px;
  }
  .about-content .item {
    padding: 20px;
  }
  .team-area .section-title {
    margin-bottom: 30px;
  }
  .team-area .section-title .title h2 {
    font-size: 23px;
  }
  .team-area .section-title .team-slider-button .btn {
    height: 45px;
    width: 45px;
    line-height: 34px;
    font-size: 16px;
  }
  .team-card .team-img .team-meta-social .social-links {
    opacity: 1;
  }
  .text-slide h2 {
    font-size: 30px;
  }
  .portfolio-area .section-title .title h2 {
    font-size: 22px;
  }
  .portfolio-area .section-title .team-slider-button .btn {
    height: 100px;
    width: 100px;
    padding-top: 20px;
    font-size: 14px;
  }
  .choose-area .section-title {
    display: unset !important;
  }
  .choose-area .section-title .title .top-title {
    padding: 14px 18px;
  }
  .choose-area .section-title .title h2 {
    font-size: 22px;
  }
  .choose-area .section-title .choose-buttons {
    margin-bottom: 30px;
  }
  .choose-area .section-title .choose-buttons ul li {
    margin-bottom: 20px;
  }
  .choose-content {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .choose-images .content {
    padding: 15px;
  }
  .choose-images .content h2 {
    font-size: 40px;
  }
  .testimonials-area .section-title {
    margin-bottom: 25px;
  }
  .testimonials-area .section-title .title h2 {
    font-size: 20px;
  }
  .testimonials-area .section-title .testimonial-slider-button .btn {
    height: 45px;
    width: 45px;
    line-height: 34px;
    font-size: 16px;
  }
  .testimonials-card {
    padding: 25px;
  }
  .testimonials-card .client-img {
    top: -25px;
  }
  .testimonials-card p {
    font-size: 14px;
  }
  .testimonials-card .ratings i {
    font-size: 10px;
  }
  .blog-area .section-title .title h2 {
    font-size: 20px;
  }
  .blog-area .section-title .blog-slider-button .btn {
    height: 45px;
    width: 45px;
    line-height: 34px;
    font-size: 16px;
  }
  .blog-card .blog-img .date {
    right: 10px;
  }
  .blog-card .blog-img .meta li {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button_four {
    padding: 14px 20px;
  }
  .banner-four {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .banner-four-content h1 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .banner-four-content .shapes {
    display: none;
  }
  .banner-four-content .bottom-content .content p {
    margin-bottom: 30px;
    margin-top: 25px;
    font-size: 15px;
  }
  .banner-four-images {
    margin-top: 30px;
  }
  .banner-four-images .users {
    background-image: none;
    padding: 0;
    padding-left: 0;
  }
  .banner-four-images .shape6 {
    display: none;
  }
  .services-content h2 {
    font-size: 22px;
  }
  .services-content {
    margin-bottom: 30px;
  }
  .services-content .btn {
    height: 100px;
    width: 100px;
    padding-top: 20px;
    font-size: 14px;
  }
  .services-items .single-service-item {
    margin-bottom: 30px;
    padding: 30px;
  }
  .services-items .single-service-item .icon {
    position: unset;
    margin-bottom: 20px;
  }
  .services-items .single-service-item .view-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    transform: translateY(0);
    position: unset;
    margin-top: 20px;
  }
  .about-images {
    margin-bottom: 30px;
  }
  .about-images .shape1 {
    display: none;
  }
  .about-images .shape2 {
    display: none;
  }
  .about-content .section-title h2 {
    font-size: 22px;
  }
  .about-content .item {
    padding: 20px;
  }
  .team-area .section-title {
    margin-bottom: 30px;
  }
  .team-area .section-title .title h2 {
    font-size: 23px;
  }
  .team-area .section-title .team-slider-button .btn {
    height: 45px;
    width: 45px;
    line-height: 34px;
    font-size: 16px;
  }
  .team-card .team-img .team-meta-social .social-links {
    opacity: 1;
  }
  .text-slide h2 {
    font-size: 30px;
  }
  .portfolio-area .section-title .title h2 {
    font-size: 22px;
  }
  .portfolio-area .section-title .team-slider-button .btn {
    height: 100px;
    width: 100px;
    padding-top: 20px;
    font-size: 14px;
  }
  .choose-area .section-title {
    display: unset !important;
  }
  .choose-area .section-title .title .top-title {
    padding: 14px 18px;
  }
  .choose-area .section-title .title h2 {
    font-size: 22px;
  }
  .choose-area .section-title .choose-buttons {
    margin-bottom: 30px;
  }
  .choose-area .section-title .choose-buttons ul li {
    margin-bottom: 20px;
  }
  .choose-content {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .choose-images .content {
    padding: 15px;
  }
  .choose-images .content h2 {
    font-size: 40px;
  }
  .testimonials-area .section-title {
    margin-bottom: 25px;
  }
  .testimonials-area .section-title .title h2 {
    font-size: 20px;
  }
  .testimonials-area .section-title .testimonial-slider-button .btn {
    height: 45px;
    width: 45px;
    line-height: 34px;
    font-size: 16px;
  }
  .testimonials-card {
    padding: 25px;
  }
  .testimonials-card .client-img {
    top: -25px;
  }
  .testimonials-card p {
    font-size: 14px;
  }
  .testimonials-card .ratings i {
    font-size: 10px;
  }
  .blog-area .section-title .title h2 {
    font-size: 20px;
  }
  .blog-area .section-title .blog-slider-button .btn {
    height: 45px;
    width: 45px;
    line-height: 34px;
    font-size: 16px;
  }
  .blog-card .blog-img .date {
    right: 10px;
  }
  .blog-card .blog-img .meta li {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .button_four {
    padding: 15px 28px;
  }
  .banner-four-content h1 {
    font-size: 45px;
  }
  .banner-four-content .shape4 {
    top: -11px;
    right: -64px;
  }
  .banner-four-content .bottom-content .content p {
    margin-bottom: 23px;
    font-size: 16px;
  }
  .banner-four-images .shape6 {
    right: 0;
  }
  .services-items .single-service-item {
    padding: 30px;
    padding-left: 145px;
    padding-right: 115px;
  }
  .about-images .btn {
    right: 60px;
  }
  .about-images .shape1 {
    left: 0;
    bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-four-content h1 {
    font-size: 58px;
  }
  .banner-four-images .shape6 {
    right: 0;
    bottom: 150px;
  }
}
.MenuFour__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
}

.mobile-menu .menu li ul {
  display: none;
}

.menu-item-has-children.open>a {
  color: var(--btn-bg) !important;
}