/*-----------------------------------------------------------------------------------

    Template Name: Bizora Business Corporate HTML Template
    Author: ThemeArray
    Support: themearray@gmail.com
    Description: Business Corporate related HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Commmon
		1.2 Theme
		1.3 Typography
		1.4 Section-title
		1.5 animation

	-----------------
    02. utils CSS
	-----------------
	    2.1 Breakpoint
		2.2 Extends
		2.3 Colors
		2.4 Mixins
		2.5 Root

	-----------------
    03. COMPONENTS CSS
	-----------------
		3.2 Back to top
		3.3 page-title
		3.4 Button
		3.5 Modal
		3.6 Offcanvas
		3.7 Prealoder

	-----------------
    04. HEADER CSS
	-----------------
		4.1 Header 1
		4.2 Header 2

    ---------------------------------
	05. MENU CSS
	---------------------------------
		5.1 Meanmenu
		5.2 Menu


	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer 1


	---------------------------------
	07. HERO CSS
	---------------------------------
		7.1 Hero Style 01
		7.2 Hero Style 02

	---------------------------------
	08. PAGES CSS
	---------------------------------
		8.1 About css
		8.2 Blog css
		8.3 Contact css
		8.4 Portfolio css
		8.5 Service css
		8.6 Team css
		8.7 Testimonial css


/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6, i[class^=icon-], i[class^=flaticon-] {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.bg-theme-primary {
  background-color: var(--bd-primary);
}

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

:root {
  /**
  @font family declaration
  */
  --bd-ff-body: "Roobert TRIAL";
  --bd-ff-heading: "Space Grotesk", sans-serif;
  --bd-ff-fontawesome: "Font Awesome 6 Pro";
  --bd-ff-icomoon: "icomoon";
  /**
  @color declaration
  */
  --bd-white: #FFFFFF;
  --bd-black: #0C0C14;
  --bd-placeholder: #828282;
  --bd-selection: #262626;
  --bg-gray: #F0F0F0;
  --bd-text-body: #4E4E4E;
  --bd-heading: #0D173F;
  --bd-primary: #0080FF;
  --bd-border-primary: #E0E0E0;
  --bd-border-black: #2F3735;
  --bd-border-secondary: rgba(220, 220, 220, 1);
  --bd-border-tertiary: rgb(75, 78, 82);
  /**
  @font weight declaration
  */
  --bd-fw-normal: normal;
  --bd-fw-thin: 100;
  --bd-fw-elight: 200;
  --bd-fw-light: 300;
  --bd-fw-regular: 400;
  --bd-fw-medium: 500;
  --bd-fw-sbold: 600;
  --bd-fw-bold: 700;
  --bd-fw-ebold: 800;
  --bd-fw-black: 900;
  /**
  @font size declaration
  */
  --bd-fs-body: 16px;
  --bd-fs-p: 16px;
  --bd-fs-h1: 64px;
  --bd-fs-h2: 48px;
  --bd-fs-h3: 40px;
  --bd-fs-h4: 32px;
  --bd-fs-h5: 24px;
  --bd-fs-h6: 20px;
  --bd-fs-b1: 14px;
  --bd-fs-b2: 16px;
  --bd-fs-b3: 18px;
}

/*----------------------------------------*/
/*  1.4 Section Title   css
/*----------------------------------------*/
.sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--bd-primary);
  display: inline-block;
  padding: 6px 23px;
  border-radius: 19px;
  border: 1px solid rgba(0, 128, 255, 0.5019607843);
  margin-bottom: 20px;
}

.section-title {
  font-size: 26px;
  background: linear-gradient(90deg, #0C0C14 45%, #B2B2B2 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media only screen and (min-width: 576px) {
  .section-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .section-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-title {
    font-size: 50px;
  }
}
.section-title span {
  color: var(--bd-primary);
}
.section-title::selection {
  background: transparent !important;
}
.section-title::-moz-selection {
  background: transparent !important;
}
.section-title div::selection {
  background: transparent !important;
}
.section-title div::-moz-selection {
  background: transparent !important;
}

.section-text p {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-text p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section-text p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-text p {
    font-size: 20px;
  }
}

.sub-title-two {
  display: inline-block;
  position: relative;
  color: var(--bd-black);
  padding-left: 18px;
  margin-bottom: 10px;
}
.sub-title-two::before, .sub-title-two::after {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  height: 15px;
  width: 2px;
  background-color: var(--bd-primary);
  transform: rotate(15deg);
}
.sub-title-two::after {
  left: 7px;
}

/*----------------------------------------*/
/*  1.5 Animation css
/*----------------------------------------*/
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.header_absolute {
  position: absolute;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p.b1 {
  font-size: 24px;
  line-height: 34px;
}

p.b2 {
  font-size: 18px;
  line-height: 28px;
}

p.b3 {
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: none;
  transition: all ease 0.3s;
}

a:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
  transition: 0.3s;
}

img {
  max-width: 100%;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--bd-border-secondary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  background-color: var(--bd-bg-1);
  height: 60px;
  width: 100%;
  font-size: 15px;
  color: rgba(124, 126, 130, 0.69);
  border: none;
  padding: 0 25px;
  color: var(--bd-black);
}
.bd-theme-light input[type=text],
.bd-theme-light input[type=email],
.bd-theme-light input[type=tel],
.bd-theme-light input[type=number],
.bd-theme-light input[type=password],
.bd-theme-light textarea {
  background-color: rgba(235, 235, 235, 0.9);
  color: rgba(124, 126, 130, 0.69);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: var(--bd-primary);
}

input:-webkit-autofill {
  background-color: transparent !important;
}

input:-moz-autofill {
  background-color: transparent !important;
}

input:autofill {
  background-color: transparent !important;
}

*::-moz-selection {
  background: var(--bd-primary);
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: var(--bd-primary);
  color: white;
  text-shadow: none;
}

::selection {
  background: var(--bd-primary);
  color: white;
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  color: var(--bd-text-body);
}

*::placeholder {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  color: var(--bd-text-body);
}

strong {
  font-size: 18px;
  font-weight: 600;
  color: var(--bd-black);
  display: inline-block;
}

/*----------------------------------------
   Icomoon customize
-----------------------------------------*/
i[class^=icon-] {
  line-height: 1;
  top: 2px;
  position: relative;
}

.bd-sticky {
  position: sticky;
  top: 120px;
}

/*----------------------------------------
   Flaction customize
-----------------------------------------*/
i[class^=flaticon-] {
  line-height: 1;
  top: 2px;
  position: relative;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}
@media (max-width: 575px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 40px;
  }
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }
}
.container-fluid {
  max-width: 1680px;
}

.row {
  --bs-gutter-x: 30px;
}
@media (max-width: 575px) {
  .row {
    --bs-gutter-x: 20px;
  }
}

.gap-40 {
  row-gap: 25px;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 16px;
}

.g-0 {
  --bs-gutter-x: 0px;
  --bs-gutter-x: 0px;
}

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

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

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}
@media (max-width: 575px) {
  .g-30,
  .gy-30 {
    --bs-gutter-y: 20px;
  }
}

.g-25,
.gy-25 {
  --bs-gutter-y: 25px;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 20px;
}

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

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 768px), only screen and (min-width: 576px), (max-width: 575px) {
  .g-40,
  .gx-40 {
    --bs-gutter-x: 30px;
  }
}

.g-45,
.gx-45 {
  --bs-gutter-x: 45px;
}

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

.g-50,
.gx-50 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) {
  .g-50,
  .gx-50 {
    --bs-gutter-x: 50px;
  }
}

.g-60,
.gx-60 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 1200px) {
  .g-60,
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}

.g-50,
.gy-50 {
  --bs-gutter-y: 30px;
}
@media only screen and (min-width: 1200px) {
  .g-50,
  .gy-50 {
    --bs-gutter-y: 50px;
  }
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

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

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 1400px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 768px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--bd-white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--bd-ff-fontawesome);
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}
@media (max-width: 575px), only screen and (min-width: 576px), only screen and (min-width: 768px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

/*---------------------------------
    1.1 Common Classes
---------------------------------*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
@media (max-width: 575px) {
  .mouse-cursor {
    display: none;
  }
}

.cursor-inner {
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--bd-black);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  left: -3px;
}

.cursor-outer {
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border: 1.5px solid var(--bd-black);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.color-white {
  color: var(--bd-white);
}

.valign {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

/*----------------------------------------
    Body background 
-----------------------------------------*/
.bg-white {
  background: var(--bd-white);
}

.clr-white {
  color: var(--bd-white);
}

body {
  background-color: var(--bg-gray);
}

.section-space {
  padding: 80px 0;
}
@media only screen and (min-width: 992px) {
  .section-space {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-space {
    padding: 140px 0;
  }
}

.section-space-top {
  padding-top: 80px;
}
@media only screen and (min-width: 992px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-space-top {
    padding-top: 140px;
  }
}

.section-space-bottom {
  padding-bottom: 70px;
}
@media only screen and (min-width: 992px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-space-bottom {
    padding-bottom: 140px;
  }
}

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

/*--
    - Color
-----------------------------------------*/
.color-primary {
  color: var(--bd-primary);
}

.color-secondary {
  color: var(--bd-secondary);
}

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

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-size: 18px;
  font-weight: 400;
  color: var(--bd-black);
  line-height: 1.5;
  font-family: var(--bd-ff-heading);
}

p {
  font-size: 18px;
  font-weight: 400;
  color: var(--bd-text-body);
  font-family: var(--bd-ff-body);
  margin-bottom: 30px;
  line-height: 1.62;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bd-ff-heading);
  color: var(--bd-black);
  margin-top: 0px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
  word-break: break-word;
}

h1 {
  font-size: var(--bd-fs-h1);
}

h2 {
  font-size: var(--bd-fs-h2);
}

h3 {
  font-size: var(--bd-fs-h3);
}

h4 {
  font-size: var(--bd-fs-h4);
}

h5 {
  font-size: var(--bd-fs-h5);
}
h5.small {
  font-size: 20px;
}

h6 {
  font-size: var(--bd-fs-h6);
}

/*----------------------------------------*/
/*  3.5 Offcanvas css
/*----------------------------------------*/
.offcanvas-info {
  background: var(--bd-white);
  height: 100%;
  position: fixed;
  padding: 30px 30px;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-color: var(--bd-primary) #000000;
}
@media (max-width:480px) {
  .offcanvas-info {
    padding: 20px;
    width: 100%;
  }
}

.offcanvas-info.info_open {
  transform: translateX(0);
  opacity: 1;
}

.offcanvas_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 555;
  opacity: 0.8;
  transition: width 0.5s linear;
  background-color: rgba(40, 40, 40, 0.8);
  backdrop-filter: blur(10px);
}

.offcanvas_overlay.overlayopen {
  width: 100%;
}

.offcanvas-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
}

.offcanvas-logo {
  width: 180px;
}
@media (max-width: 575px) {
  .offcanvas-logo {
    max-width: 130px;
  }
}

.offcanvas-icon button {
  font-size: 16px;
  color: var(--bd-white);
  height: 40px;
  width: 40px;
  background: var(--bd-primary);
  border-radius: 50%;
}
.offcanvas-icon button i {
  transition: 0.5s;
}
.offcanvas-icon button:hover i {
  transform: rotate(90deg);
}

.follow-link {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .follow-link {
    font-size: 18px;
  }
}

.offcanvas-contact .share-link ul {
  display: flex;
  gap: 10px;
}
.offcanvas-contact .share-link ul li a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bd-black);
  background-color: var(--bg-gray);
  font-size: 16px;
}
.offcanvas-contact .share-link ul li a:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}

/*----------------------------------------*/
/*  3.2 page-title css
/*----------------------------------------*/
.about-page-title {
  background-color: var(--bd-white);
  padding-top: 140px;
}
@media only screen and (min-width: 992px) {
  .about-page-title {
    padding-top: 240px;
  }
}
.about-page-title .page-title-text {
  max-width: 610px;
  margin: 0 0 0 auto;
}

.page-title-text h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--bd-primary);
}
@media only screen and (min-width: 576px) {
  .page-title-text h4 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) {
  .page-title-text h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .page-title-text h4 {
    font-size: 32px;
  }
}
.page-title-text p {
  color: var(--bd-black);
}
.page-title-text .theme-btn {
  background-color: transparent;
  border: 1px solid var(--bd-primary);
}
.page-title-text .theme-btn:hover {
  background-color: var(--bd-primary);
}
.page-title-text .theme-btn:hover span {
  color: var(--bd-white);
}
.page-title-text .theme-btn span {
  color: var(--bd-black);
}
.page-title-text .theme-btn span span span {
  line-height: 1px;
  margin-left: 4px;
}

.page-title {
  font-size: 28px;
}
@media only screen and (min-width: 576px) {
  .page-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-title {
    font-size: 60px;
  }
}
.page-title span {
  color: var(--bd-primary);
}

.page-title-area {
  padding-top: 140px;
}
@media only screen and (min-width: 992px) {
  .page-title-area {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-title-area {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-title-area {
    padding-top: 240px;
  }
}
.page-title-area .page-title {
  max-width: 680px;
}

.blog-page-title {
  padding-top: 140px;
}
@media only screen and (min-width: 992px) {
  .blog-page-title {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-page-title {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-page-title {
    padding-top: 240px;
  }
}

.page-title-two {
  font-size: 28px;
  background: linear-gradient(90deg, #0C0C14 45%, #B2B2B2 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media only screen and (min-width: 576px) {
  .page-title-two {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .page-title-two {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-title-two {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-title-two {
    font-size: 60px;
  }
}
.page-title-two::selection {
  background: transparent;
}
.page-title-two::-moz-selection {
  background: transparent;
}
.page-title-two div::selection {
  background: transparent !important;
}
.page-title-two div::-moz-selection {
  background: transparent !important;
}

.case-title-wrapper {
  max-width: 880px;
}

.blog-page-title .page-title-wrapper {
  max-width: 840px;
}

/*----------------------------------------
   3.3  button css
-----------------------------------------*/
.theme-btn {
  gap: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 14px;
  padding: 16px 32px;
  letter-spacing: -0.16px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--bd-white);
  background-color: var(--bd-primary);
}
.theme-btn:hover {
  color: var(--bd-white);
}
.theme-btn:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.theme-btn:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.theme-btn span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.theme-btn span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
}
.theme-btn span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
}

.theme-btn span span {
  line-height: 1.3;
}

.btn-transparent {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 14px;
  color: var(--bd-black);
  padding: 14px 30px;
  border: 1px solid var(--bd-primary);
}
.btn-transparent:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}

/*----------------------------------------*/
/*  3.1 Back to top css
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--bd-primary);
}
@media (max-width:480px) {
  .backtotop-wrap {
    bottom: 20px;
    right: 20px;
  }
}
.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.backtotop-wrap::after {
  position: absolute;
  content: "\f062";
  text-align: center;
  font-family: var(--bd-ff-fontawesome);
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: var(--bd-white);
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap svg path {
  fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
  stroke: #DDDDDD;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  position: fixed;
  background-color: white;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px white;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (max-width: 575px) {
  .progress-wrap {
    right: 30px;
    bottom: 30px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f176";
  font-family: var(--bd-ff-fontawesome);
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: var(--bd-primary);
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--bd-primary);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*----------------------------------------*/
/*  3.7 Preloader css
/*----------------------------------------*/
.preloader {
  position: fixed;
  inset: 0px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: var(--bd-white);
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--bd-primary) transparent var(--bd-primary);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
  transition: all 0.5s ease-in-out;
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  transform: translate(-50%, -50%);
}

/*----------------------------------------
   3.6 Basic pagination
-----------------------------------------*/
.pagination-wrapper {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .pagination-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .pagination-wrapper {
    margin-top: 80px;
  }
}
.pagination-wrapper .pagination {
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .pagination-wrapper .pagination {
    gap: 12px;
  }
}
.pagination-wrapper .pagination .page-link {
  padding: 0px;
  margin: 0px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bd-black) !important;
  color: var(--bd-black);
  border: 0;
}
@media only screen and (min-width: 992px) {
  .pagination-wrapper .pagination .page-link {
    height: 50px;
    width: 50px;
  }
}
.pagination-wrapper .pagination .page-link:hover {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary) !important;
}
.pagination-wrapper .pagination .page-link:focus {
  box-shadow: none;
}
.pagination-wrapper .pagination .active {
  background: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary) !important;
}

/*----------------------------------------
   3.4 Modal css
-----------------------------------------*/
.modal_wrapper .modal-dialog {
  max-width: 1015px;
}
.modal_wrapper .modal-dialog .modal-content {
  padding: 20px;
  margin: 10px;
  background-color: var(--bd-white);
  border-radius: 15px;
  border: 0;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .modal_wrapper .modal-dialog .modal-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .modal_wrapper .modal-dialog .modal-content {
    padding: 40px;
    border-radius: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal_wrapper .modal-dialog .modal-content {
    padding: 80px 60px;
  }
}
.modal_wrapper .modal-dialog .btn_close {
  position: absolute;
  right: -10px;
  top: -12px;
  font-size: 20px;
  z-index: 5;
  color: var(--bd-white);
  background: var(--bd-black);
  padding: 2px 9px;
  border-radius: 50%;
}
@media only screen and (min-width: 576px) {
  .modal_wrapper .modal-dialog .btn_close {
    right: 8px;
    top: 2px;
    font-size: 30px;
    background-color: transparent;
    color: var(--bd-black);
  }
}
@media only screen and (min-width: 992px) {
  .modal_wrapper .modal-dialog .btn_close {
    font-size: 30px;
    right: 25px;
    top: 15px;
  }
}

.shop_details-thumb {
  padding: 58px 50px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--bg-color);
}

.shop_small-img {
  padding: 8px 20px;
  max-width: 120px;
  margin: auto;
  background-color: var(--bg-color);
  border-radius: 7px;
}

.modal_wrapper.product-modal .modal-content {
  overflow: hidden;
}
@media (max-width: 575px) {
  .modal_wrapper.product-modal .modal-dialog .btn_close {
    top: -1px;
    right: -1px;
  }
}
@media only screen and (min-width: 576px) {
  .modal_wrapper.product-modal .modal-dialog .btn_close {
    right: -4px;
    top: -4px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_wrapper.product-modal .modal-dialog .btn_close {
    right: 8px;
    top: 2px;
  }
}

.shop_nav-slide-wrapper, .shop_nav2-slide-wrapper {
  position: relative;
  margin-top: 30px;
}
.shop_nav-slide-wrapper button, .shop_nav2-slide-wrapper button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 7px 11px;
  border-radius: 5px;
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 1, 0.1019607843);
  background-color: var(--bd-white);
  color: var(--bd-black);
}
.shop_nav-slide-wrapper button:hover, .shop_nav2-slide-wrapper button:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}
.shop_nav-slide-wrapper .shop_button_next, .shop_nav2-slide-wrapper .shop_button_next {
  right: -12px;
}
.shop_nav-slide-wrapper .shop_button_prev, .shop_nav2-slide-wrapper .shop_button_prev {
  left: -12px;
}

.modal-product-title {
  font-size: 20px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) {
  .modal-product-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-product-title {
    font-size: 30px;
  }
}

.modal-right p {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--bd-black);
}
@media only screen and (min-width: 768px) {
  .modal-right p {
    font-size: 20px;
  }
}
.modal-right .price {
  gap: 5px;
  align-items: center;
}
.modal-right .current {
  font-size: 24px;
  font-weight: 800;
}
.modal-right .regular {
  font-size: 18px;
  color: var(--bd-text-body);
  font-weight: 700;
}

.product-variant {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .product-variant {
    margin-bottom: 30px;
  }
}
.product-variant span {
  display: block;
  margin-bottom: 10px;
}
.product-variant ul {
  display: flex;
  gap: 10px;
}
.product-variant .color-item {
  padding: 2px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.product-variant .color-item.active {
  border-color: var(--bd-black);
}
.product-variant .color-item a {
  height: 25px;
  width: 25px;
  background-color: var(--color);
  display: block;
  border-radius: 4px;
}

.size-variant {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .size-variant {
    margin-bottom: 50px;
  }
}
.size-variant span {
  display: block;
  margin-bottom: 10px;
}
.size-variant button {
  display: inline-block;
  padding: 6px 13px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  color: var(--bd-text-body);
}
.size-variant button:hover {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
  color: var(--bd-white);
}
.size-variant button.active {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
  color: var(--bd-white);
}

.product-btn {
  margin-bottom: 30px;
}
.product-btn .add-to-btn {
  display: inline-block;
  padding: 9px 15px;
  color: var(--bd-white);
  background-color: #18E2E2;
  border-radius: 5px;
  border: 1px solid #1AABB4;
  margin-right: 12px;
}
.product-btn .add-to-btn:hover {
  background-color: #1AABB4;
}
.product-btn .wishlist-btn {
  padding: 9px 15px;
  display: inline-block;
  background-color: #FCF5E5;
  border-radius: 5px;
  border: 1px solid #EDBC54;
  color: #EDBC54;
}
.product-btn .wishlist-btn:hover {
  color: var(--bd-white);
  background-color: #EDBC54;
}

.modal-bottom {
  display: flex;
  gap: 12px;
  align-items: center;
}
.modal-bottom span {
  font-size: 15px;
  font-weight: 500;
  color: var(--bd-black);
}

.product-details-area .shop_details-thumb {
  padding: 50px;
}
@media only screen and (min-width: 992px) {
  .product-details-area .shop_details-thumb {
    padding: 105px 50px;
  }
}
.product-details-area .shop_small-img {
  text-align: center;
  max-width: 100%;
  padding: 15px 10px;
}
@media only screen and (min-width: 992px) {
  .product-details-area .shop_small-img {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-details-area .modal-right {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .product-details-area .modal-right {
    padding-left: 40px;
  }
}

.product-btn-group {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .product-btn-group {
    gap: 20px;
  }
}
.product-btn-group button {
  padding: 10px 20px;
  border-radius: 8px;
  color: var(--bd-text-body);
  border: 1px solid #E0E0E0;
}
.product-btn-group button.active {
  background-color: #18E2E2;
  border-color: #18E2E2;
  color: var(--bd-white);
}
.product-btn-group button:hover {
  background-color: #18E2E2;
  border-color: #18E2E2;
  color: var(--bd-white);
}

.modal-share {
  display: flex;
  gap: 10px;
  align-items: center;
}

.modal-right-img {
  position: relative;
  z-index: 1;
  max-width: 190px;
  margin: auto;
}
@media only screen and (min-width: 576px) {
  .modal-right-img {
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-right-img {
    max-width: 100%;
    margin: auto;
  }
}
.modal-right-img .cloud-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.modal-right-img .sun-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.paper-plane {
  margin-bottom: 10px;
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .paper-plane {
    margin-bottom: 20px;
    width: inherit;
  }
}

.modal-newsletter {
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .modal-newsletter {
    max-width: 400px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal-newsletter {
    text-align: start;
    max-width: 100%;
    margin: auto;
  }
}
.modal-newsletter h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .modal-newsletter h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-newsletter h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-newsletter h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-newsletter p {
    margin-bottom: 50px;
  }
}
.modal-newsletter .subscribe-input-field {
  margin-bottom: 10px;
}
.modal-newsletter .subscribe-input-field input {
  height: 50px;
}
.modal-newsletter .subscribe-input-field .input-btn {
  font-size: 16px;
}
.modal-newsletter .comment-post-remember {
  margin-bottom: 30px;
  text-align: start;
}
@media only screen and (min-width: 768px) {
  .modal-newsletter .comment-post-remember {
    margin-bottom: 50px;
  }
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Header Style 1
/*----------------------------------------*/
.header-area {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  top: 20px;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  max-width: 1830px;
  margin: auto;
}
@media only screen and (min-width: 1600px) {
  .main-header {
    padding: 0;
  }
}

.logo img {
  width: 160px;
}
@media only screen and (min-width: 1200px) {
  .logo img {
    width: 200px;
  }
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-header {
  border-radius: 0px 0px 10px 10px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .main-header {
    overflow: visible;
  }
}

.bars_icon {
  width: 35px;
  height: 20px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 575px) {
  .bars_icon {
    width: 30px;
    flex: 0 0 auto;
  }
}
.bars_icon .line {
  width: 100%;
  height: 2px;
  background: var(--bd-primary);
  display: inline-block;
  transition: color 0.2s ease-out;
  border-radius: 35px;
  transition: 0.3s;
}
.bars_icon .line:nth-child(2) {
  margin-left: 15px;
}
.bars_icon .line:nth-child(3) {
  margin-left: 8px;
}
.bars_icon:hover .line {
  margin-left: 0;
}

.sticky {
  position: fixed !important;
  top: 0;
  z-index: 222;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--bd-white);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

.header-area .sticky .main-header {
  padding: 12px 25px;
}
@media only screen and (min-width: 992px) {
  .header-area .sticky .main-header {
    padding: 0px 25px;
  }
}
.header-area .sticky .main-header::before {
  display: none;
}
.header-area .sticky .main-header .logo-black {
  display: block;
}
.header-area .sticky .main-header .logo-white {
  display: none;
}

.logo-black {
  display: none;
}

/*----------------------------------------*/
/*  4.2 Header Style 2
/*----------------------------------------*/
.header-style-two {
  background-color: var(--bg-gray);
  top: 15px;
  right: 15px;
  left: 15px;
  width: auto;
  border-radius: 14px;
  padding: 20px 12px;
}
@media only screen and (min-width: 576px) {
  .header-style-two {
    padding: 0 20px;
  }
}
.header-style-two .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 992px) {
  .header-style-two .header-right {
    gap: 60px;
  }
}
.header-style-two .sticky .main-menu {
  background-color: transparent;
}
.header-style-two .main-header {
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .header-style-two .main-header {
    padding: 0 20px;
  }
}

/* Hero CSS */
/*----------------------------------------*/
/*  7.1 Hero Style 1
/*----------------------------------------*/
.hero-main-wrapper {
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .hero-main-wrapper {
    padding-top: 20px;
  }
}

.hero-area {
  background: center/cover no-repeat;
  min-height: 360px;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .hero-area {
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-area {
    min-height: 560px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-area {
    min-height: 860px;
  }
}
.hero-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(20, 14, 27, 0.3);
}
.hero-area .hero-content {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .hero-area .hero-content {
    left: 50%;
    right: inherit;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 992px) {
  .hero-area .hero-content {
    transform: translateY(-50%);
    left: inherit;
    right: 50px;
  }
}
.hero-area .logo-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 1;
  color: #F0F0F0;
  font: 700 50px/1 var(--bd-ff-heading);
}
@media only screen and (min-width: 576px) {
  .hero-area .logo-text {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-area .logo-text {
    font-size: 120px;
    bottom: -25px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-area .logo-text {
    font-size: 170px;
    bottom: -40px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-area .logo-text {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-area .logo-text {
    font-size: 240px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-area .logo-text {
    font-size: 260px;
    bottom: -75px;
    right: 50px;
  }
}

.hero-content {
  max-width: 460px;
  padding: 0 20px;
}
@media only screen and (min-width: 576px) {
  .hero-content {
    padding: 0;
  }
}
.hero-content p {
  font: 700 18px var(--bd-ff-heading);
  color: var(--bd-white);
}

/*----------------------------------------*/
/*  7.2 Hero Style 2
/*----------------------------------------*/
.hero-style-two {
  background-color: var(--bd-white);
  display: grid;
  justify-content: center;
  gap: 15px;
  grid-template-columns: 1fr;
  padding: 125px 15px 15px;
  border-radius: 14px;
}
@media only screen and (min-width: 992px) {
  .hero-style-two {
    grid-template-columns: 555px 375px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-style-two {
    grid-template-columns: 620px 400px 300px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-style-two {
    grid-template-columns: minmax(200px, 955px) minmax(150px, 445px) minmax(150px, 450px);
  }
}

.hero-title {
  font-size: 35px;
  margin-bottom: 40px;
  max-width: 650px;
  margin-top: 30px;
}
.hero-title span {
  color: var(--bd-primary);
}
@media only screen and (min-width: 768px) {
  .hero-title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-title {
    margin-bottom: 140px;
  }
}

.hero-bottom {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .hero-bottom {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .hero-bottom {
    gap: 90px;
  }
}
.hero-bottom p {
  color: var(--bd-black);
  margin-bottom: 0;
  max-width: 540px;
}

.hero-btn {
  flex: 0 0 auto;
}

.hero-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 576px) {
  .hero-right {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .hero-right {
    flex-direction: row;
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-right {
    flex-direction: column;
    grid-column: inherit;
  }
}

.right-single-inner {
  padding: 30px;
}
.right-single-inner:last-child {
  border: 1px solid var(--bg-gray);
  margin-bottom: 0;
  flex-direction: column-reverse;
}
.right-single-inner img {
  width: 130px;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 992px) {
  .right-single-inner img {
    width: 170px;
  }
}
@media only screen and (min-width: 1400px) {
  .right-single-inner img {
    width: 320px;
  }
}
.right-single-inner h3 {
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  .right-single-inner h3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .right-single-inner h3 {
    font-size: 48px;
  }
}
.right-single-inner p {
  color: var(--bd-black);
  margin-bottom: 0;
}

.hero-mid {
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  height: 350px;
}
@media only screen and (min-width: 576px) {
  .hero-mid {
    height: 380px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-mid {
    height: 470px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-mid {
    height: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-mid {
    height: 640px;
  }
}
@media only screen and (min-width: 1600px) {
  .hero-mid {
    height: 100%;
  }
}
.hero-mid img {
  height: 100%;
  width: 100%;
  object-fit: revert;
}

.hero-ai-thumb {
  overflow: hidden;
  border-radius: 14px;
  position: relative;
}
.hero-ai-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-color: #0C0C14;
}

.right-single-inner {
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  height: 50%;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) {
  .right-single-inner {
    width: 50%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .right-single-inner {
    width: 100%;
  }
}

/*----------------------------------------*/
/*  5.2 Main menu css
/*----------------------------------------*/
.main-menu {
  position: relative;
  z-index: 1;
  background-color: #F0F0F0;
  padding: 14px 0;
}
@media only screen and (min-width: 992px) {
  .main-menu {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu {
    padding: 14px 0;
  }
}
.main-menu .menu-shape1 {
  position: absolute;
  left: -94px;
  top: 0;
  z-index: -1;
  width: 94px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .main-menu .menu-shape1 {
    left: -85px;
    width: 86px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu .menu-shape1 {
    left: -94px;
    width: 94px;
  }
}
.main-menu .menu-shape2 {
  position: absolute;
  right: -104px;
  top: 0;
  z-index: -1;
  width: 104px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .main-menu .menu-shape2 {
    width: 95px;
    right: -94px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu .menu-shape2 {
    width: 104px;
    right: -104px;
  }
}
.main-menu ul {
  display: flex;
  gap: 50px;
}
@media only screen and (min-width: 992px) {
  .main-menu ul {
    gap: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu ul {
    gap: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .main-menu ul {
    gap: 50px;
  }
}
.main-menu ul > li {
  position: relative;
  padding: 0px;
  margin: 0px;
}
.main-menu ul > li:nth-last-child(-n+2) > .sub-menu {
  right: 0;
  left: inherit;
}
.main-menu ul > li:hover a {
  color: var(--bd-primary);
}
.main-menu ul > li:hover a::before {
  width: 100%;
}
.main-menu ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  pointer-events: all;
}
.main-menu ul > li > .sub-menu {
  display: block;
  position: absolute;
  left: 0;
  min-width: 220px;
  padding: 15px 0px;
  background: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: top center;
  pointer-events: none;
  z-index: 22;
  border-radius: 12px;
}
.main-menu ul > li > .sub-menu > li {
  padding: 5px 20px 5px 20px;
}
.main-menu ul > li > .sub-menu > li:hover > a {
  padding-inline-start: 15px;
  color: var(--bd-primary);
}
.main-menu ul > li > .sub-menu > li:hover > a::before {
  width: 12px;
}
.main-menu ul > li > .sub-menu > li a {
  padding: 4px 0;
  transition: all 300ms linear 0s;
  white-space: nowrap;
  display: block;
  border: 0;
  color: var(--bd-black);
  position: relative;
}
.main-menu ul > li > .sub-menu > li a::before {
  position: absolute;
  content: "";
  left: 0px;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 0;
  height: 1px;
  background-color: var(--bd-primary);
  transition: 0.4s;
}
.main-menu ul > li > .sub-menu > li .sub-menu {
  left: 100%;
  top: 10px;
}
.main-menu ul > li > .sub-menu > li.current-menu-item > a {
  padding-inline-start: 15px;
  color: var(--bd-primary);
}
.main-menu ul > li > .sub-menu > li.current-menu-item > a::before {
  width: 12px;
}
.main-menu ul > li > a {
  font-size: 17px;
  padding: 20px 0px;
  color: #282828;
  display: inline-block;
  padding-inline-start: 0px;
  text-transform: capitalize;
}
.main-menu ul > li > a:hover {
  color: var(--bd-primary) !important;
}
.main-menu ul > li.current-menu-ancestor > a {
  color: var(--bd-primary) !important;
}

/*----------------------------------------*/
/*  5.1 Meanmenu css
/*----------------------------------------*/
/* Mean menu customize */
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--bd-black);
  text-decoration: none;
  font-size: 17px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--bd-black);
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav > ul .mean-expand {
  position: relative;
}
.mean-container .mean-nav > ul .mean-expand:hover::before {
  color: var(--bd-primary) !important;
}
.mean-container .mean-nav > ul .mean-expand::before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f107";
  font-family: var(--bd-ff-fontawesome);
  color: var(--bd-black);
  transition: 0.35s;
}
.mean-container .mean-nav > ul .mean-expand.mean-clicked {
  color: var(--bd-primary);
}
.mean-container .mean-nav > ul .mean-expand.mean-clicked::before {
  transform: translateY(-50%) rotate(180deg);
  color: var(--bd-primary) !important;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #E0E0E0;
}
.mean-container .mean-nav ul li:first-child {
  border-top: 0 !important;
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a:hover {
  color: var(--bd-primary);
}
.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  padding: 12px 0;
  color: var(--bd-black);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
    padding: 16px 0;
  }
}
.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid #E0E0E0 !important;
}
.mean-container .mean-nav ul li li a {
  width: 90%;
  padding: 10px 7%;
  text-shadow: none !important;
  visibility: visible;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--bd-black);
}
.mean-container .mean-nav ul li li a:hover::before {
  background-color: var(--bd-primary);
}
.mean-container .mean-nav ul li li a::before {
  position: absolute;
  height: 1px;
  width: 10px;
  background-color: var(--bd-black);
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.mean-container .mean-nav ul li li li a {
  width: 80%;
  padding: 10px 12%;
}
.mean-container .mean-nav ul li li li li a {
  width: 70%;
  padding: 10px 17%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}
@media (max-width: 575px) {
  .mean-container .mean-bar {
    width: 100%;
  }
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.footer-area {
  position: relative;
  overflow: hidden;
  background-color: var(--bd-white);
  border-radius: 14px;
  margin: 0 20px;
  clip-path: polygon(90% 0, 100% 4%, 100% 100%, 0 100%, 0 0);
}
@media only screen and (min-width: 576px) {
  .footer-area {
    clip-path: polygon(90% 0, 100% 8%, 100% 100%, 0 100%, 0 0);
  }
}
@media only screen and (min-width: 768px) {
  .footer-area {
    clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  }
}
@media only screen and (min-width: 992px) {
  .footer-area {
    clip-path: polygon(90% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
  }
}
@media only screen and (min-width: 1200px) {
  .footer-area {
    clip-path: polygon(90% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
  }
}
.footer-area .logo-shape {
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) {
  .footer-area .logo-shape {
    margin-bottom: -20px;
  }
}

.footer-widget-1 {
  max-width: 250px;
}
.footer-widget-1 p {
  color: var(--bd-black);
}

@media only screen and (min-width: 992px) {
  .footer-widget-3 {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-widget-3 {
    margin-left: 0px;
  }
}

.footer-widget .footer-logo {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  .footer-widget-four {
    padding-left: 50px;
  }
}

.footer-link ul li {
  font-size: 16px;
}
.footer-link ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-link ul li a {
  color: var(--bd-black);
  position: relative;
}
.footer-link ul li a:hover {
  color: var(--bd-primary);
}
.footer-link ul li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.footer-link ul li a::before {
  position: absolute;
  content: "";
  background-color: var(--bd-primary);
  height: 1px;
  bottom: 0;
  left: auto;
  right: 0;
  transition: 0.3s;
  width: 0;
}

.footer-social ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-social ul li a {
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(12, 12, 20, 0.1490196078);
}
.footer-social ul li a:hover {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
  color: var(--bd-white);
}

.footer-top {
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .footer-top {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-top {
    margin-bottom: 100px;
  }
}

.footer-bottom {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1490196078);
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 992px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-bottom {
    margin-bottom: 80px;
  }
}

.footer-right ul {
  display: flex;
  gap: 7px;
  align-items: center;
}
@media only screen and (min-width: 576px) {
  .footer-right ul {
    gap: 30px;
  }
}
.footer-right ul li a {
  color: var(--bd-black);
  position: relative;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .footer-right ul li a {
    font-size: 16px;
  }
}
.footer-right ul li a:hover {
  color: var(--bd-primary);
}
.footer-right ul li a::before {
  position: absolute;
  content: "";
  background-color: var(--bd-white);
  height: 1px;
  bottom: 0;
  left: auto;
  right: 0;
  transition: 0.3s;
  width: 0;
}

.copyright-text p {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--bd-black);
}
@media only screen and (min-width: 576px) {
  .copyright-text p {
    font-size: 16px;
  }
}
.copyright-text p a {
  position: relative;
}
.copyright-text p a:hover {
  color: var(--bd-primary);
}
.copyright-text p a::before {
  position: absolute;
  content: "";
  background-color: var(--bd-white);
  height: 1px;
  bottom: 0;
  left: auto;
  right: 0;
  transition: 0.3s;
  width: 0;
}

/*----------------------------------------*/
/*  8.1 About css
/*----------------------------------------*/
.about-area .title-wrapper {
  max-width: 640px;
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
}

.title-wrapper {
  margin-bottom: 60px;
}

.single-inner-item {
  padding: 40px;
  border-radius: 14px;
  position: relative;
  background-color: var(--bd-white);
}
@media only screen and (min-width: 576px) {
  .single-inner-item {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-inner-item {
    padding: 40px;
  }
}
.single-inner-item:hover .about-icon img {
  transform: rotateY(180deg);
}
.single-inner-item .about-inner-shape {
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}
.single-inner-item .inner-number {
  font-size: 22px;
  color: #9E9EA1;
  margin-bottom: 30px;
  display: inline-block;
}
@media sm {
  .single-inner-item .inner-number {
    margin-bottom: 50px;
  }
}
.single-inner-item .about-icon {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .single-inner-item .about-icon {
    margin-bottom: 50px;
  }
}
.single-inner-item p {
  font-size: 16px;
  color: #0C0C14;
}
@media only screen and (min-width: 768px) {
  .single-inner-item p {
    font-size: 18px;
  }
}

.about-title {
  margin-bottom: 15px;
  font-size: 22px;
}
@media only screen and (min-width: 576px) {
  .about-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .about-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .about-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-title {
    font-size: 24px;
  }
}

.btn-turn a {
  font-size: 15px;
  margin-left: -18px;
  color: var(--bd-primary);
}
.btn-turn a:hover {
  margin-left: 0;
}
.btn-turn a:hover .icon1 {
  opacity: 1;
  visibility: visible;
}
.btn-turn a:hover .btn-text {
  padding-left: 0px;
}
.btn-turn a:hover .icon2 {
  opacity: 0;
}
.btn-turn a .btn-text {
  padding: 0 5px;
}
.btn-turn a .icon1 {
  opacity: 0;
}

.ai-thumb {
  overflow: hidden;
  border-radius: 14px;
  margin: 0 15px;
}

.cta-area {
  background: center/cover no-repeat;
  margin: 0 15px;
  padding: 80px 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .cta-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) {
  .cta-area {
    padding: 100px 0;
  }
}
.cta-area .cta-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cta-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: -1;
  background-color: var(--bd-black);
}

.cta-title {
  font-size: 30px;
  font-weight: 500;
  color: var(--bd-white);
  margin-bottom: 75px;
}
@media only screen and (min-width: 576px) {
  .cta-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .cta-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .cta-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .cta-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .cta-title {
    font-size: 80px;
  }
}

.cta-content {
  text-align: center;
}
.cta-content .sub-title {
  border-color: #D9D9D9;
  color: var(--bd-white);
}

.cta-input {
  max-width: 935px;
  margin: auto;
  position: relative;
}
.cta-input input {
  border-bottom: 1px solid var(--bd-white);
  padding: 0;
  padding-right: 130px;
  font-size: 20px;
  font-weight: 500;
  color: var(--bd-white);
}
@media only screen and (min-width: 768px) {
  .cta-input input {
    padding-right: 170px;
  }
}
.cta-input input::placeholder {
  font-size: 20px;
  font-weight: 500;
  color: var(--bd-white);
}
@media (max-width: 575px) {
  .cta-input input::placeholder {
    font-size: 16px;
  }
}
.cta-input input::-moz-placeholder {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .cta-input input::-moz-placeholder {
    font-size: 16px;
  }
}
.cta-input .input-btn {
  position: absolute;
  right: 0;
  bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  color: var(--bd-white);
}
@media only screen and (min-width: 576px) {
  .cta-input .input-btn {
    font-size: 20px;
    bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .cta-input .input-btn {
    font-size: 24px;
    bottom: 10px;
  }
}
.cta-input .input-btn:hover {
  color: var(--bd-primary);
}
.cta-input .input-btn span {
  margin-right: 5px;
}

.about-thumb-wrapper {
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  .about-thumb-wrapper {
    margin-bottom: 60px;
  }
}

.about-style-two .title-wrapper {
  text-align: center;
  max-width: 1190px;
  margin: auto;
  margin-bottom: 60px;
}
.about-style-two .section-text {
  max-width: 680px;
  text-align: center;
  margin: auto;
}
.about-style-two .section-text p {
  margin-bottom: 25px;
}

.about-single-thumb {
  overflow: hidden;
  border-radius: 14px;
}
.about-single-thumb img {
  width: 100%;
}

.about-slide-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 24px;
  transition: 0.5s;
  z-index: 1;
}
.about-slide-thumb .thumb-content {
  font-size: 20px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .about-slide-thumb .thumb-content {
    font-size: 24px;
    bottom: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .about-slide-thumb .thumb-content {
    bottom: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-slide-thumb .thumb-content {
    bottom: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-slide-thumb .thumb-content {
    font-size: 32px;
  }
}
.about-slide-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bd-white);
  opacity: 0.8;
  transition: 0.5s;
}
.about-slide-thumb .slide-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}

.about-img-slider {
  padding: 60px 0;
}
@media only screen and (min-width: 576px) {
  .about-img-slider .swiper-slide-active .about-slide-thumb {
    transform: scale(1.3);
  }
}
.about-img-slider .swiper-slide-active .about-slide-thumb::before {
  opacity: 0;
}

.ai-thumb-wrapper {
  margin: 0 15px;
}
.ai-thumb-wrapper .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

.about-large-thumb {
  overflow: hidden;
  border-radius: 14px;
  margin: 0 15px;
  position: relative;
}
.about-large-thumb .thumb-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
}

.thumb-title {
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .thumb-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .thumb-title {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .thumb-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .thumb-title {
    font-size: 80px;
  }
}
.thumb-title span {
  color: var(--bd-primary);
}

.ai-btn {
  display: inline-block;
}

.ai-thumb-content {
  max-width: 1170px;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ai-thumb-content {
    margin-bottom: 100px;
  }
}

.ai-left-thumb {
  overflow: hidden;
  border-radius: 14px;
  height: 100%;
}
.ai-left-thumb img {
  height: 100%;
}

.ai-single-img {
  overflow: hidden;
  border-radius: 14px;
  height: 100%;
}
.ai-single-img img {
  height: 100%;
}

.ai-single-text {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: var(--bd-primary);
  border-radius: 14px;
  padding: 15px;
}
@media only screen and (min-width: 576px) {
  .ai-single-text {
    padding: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .ai-single-text {
    padding: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .ai-single-text {
    padding: 50px 40px;
  }
}
.ai-single-text.bg-black {
  background-color: var(--bd-black);
}
.ai-single-text h3 {
  font-size: 30px;
  font-weight: 500;
  color: var(--bd-white);
}
@media only screen and (min-width: 576px) {
  .ai-single-text h3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .ai-single-text h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .ai-single-text h3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .ai-single-text h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .ai-single-text h3 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .ai-single-text h3 {
    font-size: 96px;
  }
}
.ai-single-text p {
  font-weight: 500;
  color: var(--bd-white);
  margin-bottom: 0;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .ai-single-text p {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  8.2 Blog css
/*----------------------------------------*/
.blog-single {
  background-color: var(--bd-white);
  padding: 15px;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 576px) {
  .blog-single {
    grid-template-columns: 220px 1fr;
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-single {
    grid-template-columns: 280px 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-single {
    grid-template-columns: 180px 1fr;
    gap: 15px;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-single {
    grid-template-columns: 240px 1fr;
    gap: 15px;
    align-items: inherit;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-single {
    grid-template-columns: 280px 1fr;
    gap: 30px;
  }
}

.blog-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  height: fit-content;
}
.blog-thumb img {
  width: 100%;
}
.blog-thumb .blog-shape {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-content .blog-number {
  font-size: 24px;
  color: #9E9EA1;
  font-weight: 300;
}
@media only screen and (min-width: 576px) {
  .blog-content .blog-number {
    font-size: 40px;
  }
}
.blog-content p {
  color: var(--bd-black);
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .blog-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-content p {
    font-size: 18px;
  }
}

.blog-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .blog-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-title {
    font-size: 32px;
  }
}
.blog-title a:hover {
  color: var(--bd-primary);
}

/*----------------------------------------*/
/*  8.2 Blog Details css
/*----------------------------------------*/
.blog-author-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media only screen and (min-width: 576px) {
  .blog-author-wrapper {
    gap: 60px;
  }
}

.author-single {
  display: flex;
  gap: 15px;
  align-items: center;
}
.author-single .blog-author-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.author-single .comment-icon {
  font-size: 18px;
  color: #4D505B;
}
.author-single p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  color: #4D505B;
}
@media only screen and (min-width: 576px) {
  .author-single p {
    font-size: 20px;
  }
}

.blog-author-name {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 576px) {
  .blog-author-name {
    font-size: 18px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-author-name {
    font-size: 20px;
  }
}
.blog-author-name span {
  color: #4D505B;
  margin-right: 5px;
}

.blog-ai-thumb {
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.blog-ai-thumb img {
  width: 100%;
}
.blog-ai-thumb .blog-thumb-shape {
  position: absolute;
  right: 30px;
  top: -1px;
  width: inherit;
}

.blog-details-list {
  display: flex;
}
.blog-details-list ul li {
  position: relative;
  padding-left: 35px;
  color: #4D505B;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .blog-details-list ul li {
    float: left;
    width: 50%;
  }
}
.blog-details-list ul li::before {
  position: absolute;
  left: 0px;
  top: 3px;
  height: 25px;
  width: 25px;
  font-size: 14px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bd-primary);
  color: var(--bd-white);
  content: "\f00c";
  font-family: var(--bd-ff-fontawesome);
}

.blockquote {
  position: relative;
  padding: 20px;
  overflow: hidden;
  border-radius: 14px;
  background-color: var(--bd-white);
  margin-top: 50px;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .blockquote {
    padding: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .blockquote {
    padding: 60px;
  }
}
.blockquote .quote-icon {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}
.blockquote p {
  font-size: 20px;
  color: var(--bd-black);
  max-width: 690px;
}
@media only screen and (min-width: 768px) {
  .blockquote p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .blockquote p {
    font-size: 24px;
  }
}

.blocqute-author h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .blocqute-author h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .blocqute-author h5 {
    font-size: 24px;
  }
}
.blocqute-author p {
  font-size: 16px;
  color: #4D505B;
  margin-bottom: 0;
}

.tagcloud a {
  font-size: 16px;
  color: var(--bd-black);
  display: inline-block;
  padding: 7px 26px;
  background-color: #F0F0F0;
  border-radius: 30px;
  margin: 0px 6px 10px 0px;
}
@media only screen and (min-width: 992px) {
  .tagcloud a {
    padding: 7px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .tagcloud a {
    padding: 7px 26px;
  }
}
.tagcloud a:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
}

.single-post-tag .tagcloud a {
  background-color: var(--bd-white);
  border: 1px solid #F0F0F0;
  margin: 0;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .single-post-tag .tagcloud a {
    padding: 7px 12px;
  }
}
.single-post-tag .tagcloud a:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
  border-color: var(--bd-primary);
}

.single-post-tag {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 21px;
  padding: 15px;
  margin: 60px 0;
}
@media only screen and (min-width: 576px) {
  .single-post-tag {
    padding: 40px;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .single-post-tag {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .single-post-tag {
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-post-tag {
    padding: 40px;
  }
}

.post-share ul {
  display: flex;
  gap: 15px;
}
.post-share ul li a {
  color: var(--bd-black);
  font-size: 18px;
}
@media only screen and (min-width: 576px) {
  .post-share ul li a {
    font-size: 20px;
  }
}
.post-share ul li a:hover {
  color: var(--bd-primary);
}

@media only screen and (min-width: 1200px) {
  .blog-left-wrapper {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-left-wrapper {
    padding-right: 40px;
  }
}

.comment-wrapper {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #D9D9D9;
}

.blog-comment-wrapper {
  padding: 40px 0;
  border: 1px solid #CCDDDC;
  border-radius: 21px;
}

.comment-thumb {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

.comment-single-inner {
  display: flex;
  gap: 25px;
  padding: 40px;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-radius: 14px;
  background-color: var(--bd-white);
}
.comment-single-inner:first-child {
  margin-top: 60px;
}
@media (max-width: 575px) {
  .comment-single-inner {
    margin-bottom: 30px;
    gap: 20px;
    flex-direction: column;
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) {
  .comment-single-inner {
    padding: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .comment-single-inner {
    padding: 40px;
    padding-bottom: 0;
  }
}
.comment-single-inner.children {
  margin-bottom: 0;
}

.avata-details h6 {
  font-size: 20px;
  font-weight: 400;
  color: var(--bd-primary);
  margin-bottom: 3px;
}
@media only screen and (min-width: 576px) {
  .avata-details h6 {
    font-weight: 500;
  }
}
.avata-details span {
  font-size: 16px;
  font-weight: 400;
  color: var(--bd-black);
}
.avata-details .comment-meta {
  margin-left: 10px;
}

.avata-content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.reply-btn.collapsed {
  color: var(--bd-primary);
}

.reply-btn {
  color: var(--bd-primary);
  display: flex;
  gap: 5px;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  .reply-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .reply-box {
    margin-bottom: 40px;
  }
}
.reply-box textarea {
  height: 120px;
  padding: 15px 20px;
  border-radius: 17px;
  background-color: #F3F3F3;
  resize: none;
}
.reply-box textarea:focus {
  border-color: var(--bd-primary);
}
.reply-box textarea::placeholder, .reply-box textarea::-moz-placeholder {
  color: var(--bd-text-body);
}
.reply-box .comment_post-btn {
  padding: 5px 17px;
  border-radius: 23px;
  margin-top: 10px;
  border: 1px solid #D7DEE5;
  color: var(--bd-primary);
}
@media (max-width: 575px) {
  .reply-box .comment_post-btn {
    font-size: 16px;
  }
}
.reply-box .comment_post-btn:hover {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
  color: var(--bd-white);
}

.comment-avata-content p {
  font-size: 16px;
  color: var(--bd-black);
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .comment-avata-content p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .comment-avata-content p {
    margin-bottom: 40px;
  }
}

.blog-details-comment .comment {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
  .blog-details-comment .comment {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-details-comment .comment {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-details-comment .comment {
    font-size: 36px;
  }
}

.comment-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--bd-black);
  margin-bottom: 20px;
}

.comment-box {
  padding: 20px;
  border-radius: 14px;
  background-color: var(--bd-white);
  border: 1px solid var(--bd-primary);
}
@media only screen and (min-width: 576px) {
  .comment-box {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .comment-box {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .comment-box {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .comment-box {
    padding: 40px;
  }
}

.comment-single-field {
  margin-bottom: 20px;
}
.comment-single-field input {
  height: 55px;
  border-radius: 17px;
  background-color: #F3F3F3;
  color: var(--bd-black);
}
.comment-single-field input::placeholder {
  font-size: 17px;
  color: var(--bd-black);
}
.comment-single-field input:-moz-placeholder {
  font-size: 17px;
  color: var(--bd-black);
}
.comment-single-field textarea {
  padding: 25px;
  height: 160px;
  border-radius: 17px;
  background-color: #F3F3F3;
  color: var(--bd-black);
}
.comment-single-field textarea::placeholder {
  font-size: 17px;
  color: var(--bd-black);
}
.comment-single-field textarea:-moz-placeholder {
  font-size: 17px;
  color: var(--bd-black);
}

.comment-btn-two {
  width: 100%;
  padding: 13px 20px;
  border-radius: 27px;
  background-color: var(--bd-primary);
  color: var(--bd-white);
  border: 1px solid transparent;
}
@media (max-width: 575px) {
  .comment-btn-two {
    font-size: 16px;
  }
}
.comment-btn-two:hover {
  background-color: var(--bd-white);
  border-color: var(--bd-primary);
  color: var(--bd-primary);
}
.comment-btn-two span {
  margin-left: 10px;
}

.sidebar-widget-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  .sidebar-widget-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-widget-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-widget-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1400px) {
  .sidebar-widget-title {
    font-size: 24px;
  }
}

.sidebar-widget {
  padding: 20px;
  border-radius: 14px;
  background-color: var(--bd-white);
}
@media only screen and (min-width: 576px) {
  .sidebar-widget {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-widget {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-widget {
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar-widget {
    padding: 40px 30px;
  }
}
.sidebar-widget:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar-serch {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.sidebar-serch button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bd-white);
  padding: 0 21px;
  background: var(--bd-primary);
  height: 100%;
}
.sidebar-serch input {
  border-radius: 14px;
  height: 56px;
  color: var(--bd-black);
  padding: 0 30px;
  padding-right: 60px;
  background-color: #F0F0F0;
}
.sidebar-serch input::placeholder {
  font-size: 17px;
  color: var(--bd-black);
}
.sidebar-serch input:-moz-placeholder {
  font-size: 17px;
  color: var(--bd-black);
}

.service-widget-list li:not(:last-child) {
  margin-bottom: 15px;
}
.service-widget-list li a {
  border-radius: 14px;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 20px;
  background-color: #F0F0F0;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .service-widget-list li a {
    font-size: 20px;
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .service-widget-list li a {
    font-size: 18px;
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .service-widget-list li a {
    font-size: 20px;
    padding: 15px 30px;
  }
}
.service-widget-list li a:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}
.service-widget-list li a:hover span {
  color: var(--bd-white);
}
.service-widget-list li a span {
  display: block;
  float: right;
  color: var(--bd-primary);
}

.recent-single-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 20px;
}
@media only screen and (min-width: 576px) {
  .recent-single-inner {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .recent-single-inner {
    gap: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .recent-single-inner {
    gap: 20px;
  }
}
.recent-single-inner:last-child {
  margin-bottom: 0;
}
.recent-single-inner .recent-thumb {
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 auto;
  width: 100px;
}
@media only screen and (min-width: 576px) {
  .recent-single-inner .recent-thumb {
    width: initial;
  }
}
@media only screen and (min-width: 992px) {
  .recent-single-inner .recent-thumb {
    width: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .recent-single-inner .recent-thumb {
    width: initial;
  }
}

.recent-post-content h6 {
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .recent-post-content h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .recent-post-content h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .recent-post-content h6 {
    font-size: 18px;
  }
}
.recent-post-content h6 a:hover {
  color: var(--bd-primary);
}

.recent-post-date {
  font-size: 16px;
  color: var(--bd-text-body);
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  8.3 Contact css
/*----------------------------------------*/
.input-field label {
  font-size: 16px;
  color: var(--bd-black);
  margin-bottom: 15px;
  display: block;
}
.input-field input {
  height: 60px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 15px;
}
.input-field input:focus {
  border-color: var(--bd-primary);
}
.input-field input::placeholder {
  font-size: 15px;
  color: #929292;
}
.input-field input::-moz-placeholder {
  font-size: 15px;
  color: #929292;
}
.input-field textarea {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  height: 150px;
  padding: 20px;
  font-size: 15px;
}
.input-field textarea:focus {
  border-color: var(--bd-primary);
}
.input-field textarea::placeholder {
  font-size: 15px;
  color: #929292;
}
.input-field textarea::-moz-placeholder {
  font-size: 15px;
  color: #929292;
}
.input-field .nice-select {
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 55px;
  border-color: #D9D9D9;
}
.input-field .nice-select:focus {
  border-color: var(--bd-primary);
}
.input-field .nice-select .list {
  width: 100%;
}

.contact-service-top {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
  gap: 30px;
}
@media only screen and (min-width: 576px) {
  .contact-service-top {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .contact-service-top {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 100px;
  }
}

.service-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service-inner .service-icon {
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: var(--bd-primary);
  color: var(--bd-white);
}
@media only screen and (min-width: 768px) {
  .service-inner .service-icon {
    height: 60px;
    min-width: 60px;
  }
}
.service-inner .service-content h5 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .service-inner .service-content h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .service-inner .service-content h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .service-inner .service-content h5 {
    font-size: 24px;
  }
}
.service-inner .service-content a {
  color: #4D505B;
}
.service-inner .service-content a:hover {
  color: var(--bd-primary);
}
@media only screen and (min-width: 768px) {
  .service-inner .service-content a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-inner .service-content a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .service-inner .service-content a {
    font-size: 18px;
  }
}

.comment-post-remember {
  padding-top: 10px;
}
.comment-post-remember input[type=checkbox] {
  display: none;
}
.comment-post-remember input[type=checkbox]:checked ~ label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 5;
  border: 0;
  background-color: transparent;
}
.comment-post-remember input[type=checkbox]:checked ~ label::after {
  background-color: var(--bd-primary);
  border-color: var(--bd-primary) !important;
}
.comment-post-remember input[type=checkbox] ~ label {
  position: relative;
  font-size: 15px;
  color: #4D505B;
  padding-left: 25px;
}
.comment-post-remember input[type=checkbox] ~ label a {
  text-decoration: underline;
}
.comment-post-remember input[type=checkbox] ~ label::after, .comment-post-remember input[type=checkbox] ~ label::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 6 Pro";
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  transition: 0.2s;
}
.comment-post-remember input[type=checkbox] ~ label::before {
  width: 12px;
  height: 12px;
  color: #fff;
  left: 5px;
  top: 3px;
  font-size: 12px;
  right: 3px;
  bottom: 3px;
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  transform: scale(0);
}
.comment-post-remember input[type=checkbox] ~ label:hover {
  cursor: pointer;
}

.comment-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 576px) {
  .comment-bottom {
    flex-direction: row;
  }
}

/*----------------------------------------*/
/*  8.5 Faq css
/*----------------------------------------*/
.faq-area .title-wrapper {
  text-align: center;
}

.accordion_style .accordion {
  border: none;
}
.accordion_style .accordion .accordion-item {
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  background-color: transparent;
}
.accordion_style .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border: 0;
}
.accordion_style .accordion .accordion-item .accordion-button {
  border-bottom: 0;
  border-radius: 0;
  font-size: 18px;
  border-radius: 14px;
  color: var(--bd-black);
  padding: 20px;
  font-weight: 400;
  flex-wrap: wrap;
  background-color: var(--bd-white);
}
@media only screen and (min-width: 768px) {
  .accordion_style .accordion .accordion-item .accordion-button {
    font-size: 22px;
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion_style .accordion .accordion-item .accordion-button {
    font-size: 24px;
    padding: 30px;
  }
}
.accordion_style .accordion .accordion-item .accordion-button[aria-expanded=true], .accordion_style .accordion .accordion-item .accordion-button::after {
  color: var(--bd-black);
}
.accordion_style .accordion .accordion-item .accordion-button::after {
  display: none;
}
.accordion_style .accordion .accordion-item .accordion-button:focus {
  border: none;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion_style .accordion .accordion-item .accordion-button-style::before {
  background-color: transparent;
}
.accordion_style .accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion_style .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  transform: translateY(-50%) rotate(-90deg);
  z-index: 8;
}
.accordion_style .accordion .accordion-item .accordion-body {
  margin-top: 35px;
  padding: 0;
  padding-left: 20px;
  padding-bottom: 30px;
  max-width: 980px;
}
@media only screen and (min-width: 768px) {
  .accordion_style .accordion .accordion-item .accordion-body {
    padding-left: 30px;
    padding-bottom: 50px;
  }
}
.accordion_style .accordion .accordion-item .accordion-body .description {
  color: var(--bd-black);
  margin-bottom: 0;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .accordion_style .accordion .accordion-item .accordion-body .description {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .accordion_style .accordion .accordion-item .accordion-body .description {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .accordion_style .accordion .accordion-item .accordion-body .description {
    font-size: 20px;
  }
}

/*----------------------------------------*/
/*  8.5 Service css
/*----------------------------------------*/
.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  align-items: center;
  border-radius: 14px;
  overflow: hidden;
  background-color: var(--bd-white);
}
@media only screen and (min-width: 768px) {
  .service-list {
    padding: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.service-list:not(:last-child) {
  margin-bottom: 10px;
}
.service-list.mleave.currentHover h5 {
  color: var(--bd-black);
}
.service-list.mleave.currentHover .service-icon svg path {
  fill: var(--bd-primary);
}
.service-list.mleave.currentHover .service-list-content p {
  color: #4D505B;
}
.service-list.currentHover h5 {
  color: var(--bd-white);
}
.service-list.currentHover .service-list-content p {
  color: var(--bd-white);
}
.service-list.currentHover .service-icon {
  position: relative;
  z-index: 2;
}
.service-list.currentHover .service-icon svg path {
  fill: var(--bd-white);
}
.service-list h5 {
  font-size: 22px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 768px) {
  .service-list h5 {
    font-size: 24px;
  }
}

.arrow-btn {
  position: relative;
  z-index: 2;
}
.arrow-btn a {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F0F0;
  color: #9E9EA1;
  border-radius: 50%;
}
.arrow-btn a:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}

.service-list-content {
  position: relative;
  z-index: 2;
  max-width: 370px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .service-list-content {
    text-align: start;
  }
}
.service-list-content p {
  margin-bottom: 0;
}

.service-widget .active-bg {
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
  background: center/cover no-repeat;
}

@media only screen and (min-width: 992px) {
  .service-content {
    margin-top: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  .service-right-wrapper {
    padding-left: 80px;
  }
}
.service-right-wrapper .title-wrapper {
  max-width: 500px;
}

.ai-screen-area {
  background-color: var(--bd-white);
  margin: 0 15px;
  overflow: hidden;
  border-radius: 14px;
}
.ai-screen-area .title-wrapper {
  max-width: 540px;
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
}

.screenshot-single {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.screenshot-single:hover .screenshot-title {
  bottom: 80px;
  opacity: 1;
  visibility: visible;
}
.screenshot-single:hover::before {
  opacity: 0.5;
}
.screenshot-single::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0C0C14;
  opacity: 0.05;
  transition: 0.3s;
}
.screenshot-single .screenshot-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.screenshot-single .screenshot-title {
  font-size: 24px;
  color: var(--bd-white);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 40px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .screenshot-single .screenshot-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .screenshot-single .screenshot-title {
    font-size: 32px;
  }
}
.screenshot-single .screenshot-thumb {
  height: 330px;
}
@media only screen and (min-width: 576px) {
  .screenshot-single .screenshot-thumb {
    height: 100%;
  }
}
.screenshot-single .screenshot-thumb img {
  width: 100%;
  height: 100%;
}

.screenshot-slide-active {
  overflow: visible;
}

.cursor {
  position: fixed;
  left: 0;
  pointer-events: none;
  line-height: 23px;
  color: var(--bd-black);
  background: #F0F0F0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  letter-spacing: 5%;
  height: 100px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  opacity: 0;
  transition: all 0.3s;
  mix-blend-mode: hard-light;
}
.cursor::before {
  position: absolute;
  right: 16px;
  top: 52%;
  transform: translateY(-50%);
  content: "\f105";
  font-family: var(--bd-ff-fontawesome);
  font-size: 18px;
  font-weight: 300;
}
.cursor::after {
  position: absolute;
  left: 16px;
  top: 52%;
  transform: translateY(-50%);
  content: "\f104";
  font-family: var(--bd-ff-fontawesome);
  font-size: 18px;
  font-weight: 300;
}

.pagintion_wrapper {
  margin-top: 40px;
}
.pagintion_wrapper .swiper-pagination {
  position: inherit;
  display: flex;
  gap: 7px;
  justify-content: center;
}
.pagintion_wrapper .swiper-pagination .swiper-pagination-bullet {
  height: 5px;
  width: 14px;
  border-radius: 14px;
  opacity: 1;
  background-color: #D9D9D9;
  margin: 0;
}
.pagintion_wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bd-black);
}

.choose-us-single-inner {
  padding: 25px;
  border-radius: 14px;
  background-color: var(--bd-white);
  position: relative;
}
@media only screen and (min-width: 576px) {
  .choose-us-single-inner {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .choose-us-single-inner {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .choose-us-single-inner {
    padding: 40px;
  }
}
.choose-us-single-inner:not(:last-child) {
  margin-bottom: 20px;
}
.choose-us-single-inner p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .choose-us-single-inner p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .choose-us-single-inner p {
    font-size: 18px;
  }
}
.choose-us-single-inner .inner-number {
  font-size: 22px;
  color: #9E9EA1;
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .choose-us-single-inner .inner-number {
    margin-bottom: 50px;
  }
}
.choose-us-single-inner h5 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
  .choose-us-single-inner h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .choose-us-single-inner h5 {
    font-size: 24px;
  }
}
.choose-us-single-inner .choose-us-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.choose-us-thumb {
  max-width: 640px;
  margin: 0 0 0 auto;
}
.choose-us-thumb img {
  clip-path: url("#shape");
}

.ai-large-thumb {
  border-radius: 14px 0 14px 14px;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.ai-large-thumb .service-thumb-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.exclusive-service-icon {
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bd-white);
  transition: 0.3s;
}

.exclusive-single-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .exclusive-single-inner {
    flex-direction: row;
    text-align: start;
    gap: 30px;
  }
}
.exclusive-single-inner:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) {
  .exclusive-single-inner:not(:last-child) {
    margin-bottom: 35px;
  }
}
.exclusive-single-inner:hover .exclusive-service-icon {
  background-color: var(--bd-primary);
}
.exclusive-single-inner:hover .exclusive-service-icon svg path {
  fill: var(--bd-white);
}

.exclusive-service .section-title {
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .exclusive-service .section-title {
    text-align: start;
  }
}

.service-list-text h5 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .service-list-text h5 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .service-list-text h5 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-list-text h5 {
    font-size: 24px;
  }
}
.service-list-text p {
  margin-bottom: 0;
  color: var(--bd-black);
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .service-list-text p {
    font-size: 18px;
  }
}

.technology-area {
  margin: 0 15px;
}
.technology-area .section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .technology-area .section-title {
    margin-bottom: 60px;
  }
}

.technology-thumb {
  overflow: hidden;
  border-radius: 14px;
  position: relative;
}
.technology-thumb .technology-content {
  padding: 20px;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 14px 14px;
  background-color: var(--bd-white);
}
@media only screen and (min-width: 992px) {
  .technology-thumb .technology-content {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .technology-thumb .technology-content {
    position: absolute;
    border-radius: 14px;
  }
}
@media only screen and (min-width: 1400px) {
  .technology-thumb .technology-content {
    padding: 40px;
  }
}
.technology-thumb .technology-content h3 {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .technology-thumb .technology-content h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .technology-thumb .technology-content h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .technology-thumb .technology-content h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .technology-thumb .technology-content h3 {
    font-size: 32px;
  }
}
.technology-thumb .technology-content h3.mb-30 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1400px) {
  .technology-thumb .technology-content h3.mb-30 {
    margin-bottom: 30px;
  }
}
.technology-thumb .technology-content h3 a:hover {
  color: var(--bd-primary);
}
.technology-thumb .technology-content p {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .technology-thumb .technology-content p {
    font-size: 18px;
    max-width: 760px;
  }
}
@media only screen and (min-width: 1200px) {
  .technology-thumb .technology-content p {
    font-size: 16px;
    max-width: 760px;
  }
}
@media only screen and (min-width: 1400px) {
  .technology-thumb .technology-content p {
    font-size: 18px;
    max-width: 760px;
  }
}

.exclusive-title-wrapper {
  height: 100%;
}

/*----------------------------------------*/
/*  8.7 Testiomonial css
/*----------------------------------------*/
.testimonial-area {
  background-color: var(--bd-white);
  border-radius: 14px;
  margin: 0 20px;
}
.testimonial-area .title-wrapper {
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
}

.author-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.author-wrapper .author-thumb {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.author-content .author-name {
  font-size: 18px;
}
@media only screen and (min-width: 576px) {
  .author-content .author-name {
    font-size: 16px;
    margin-bottom: -4px;
  }
}
@media only screen and (min-width: 768px) {
  .author-content .author-name {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .author-content .author-name {
    font-size: 20px;
  }
}
.author-content .designation {
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .author-content .designation {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .author-content .designation {
    font-size: 16px;
  }
}

.testimonial-single-inner {
  position: relative;
  background-color: #F0F0F0;
  overflow: hidden;
  padding: 20px;
  padding-right: 40px;
  border-radius: 20px;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .testimonial-single-inner {
    padding: 60px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-single-inner {
    padding: 20px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .testimonial-single-inner {
    padding: 60px;
    padding-right: 100px;
  }
}
.testimonial-single-inner:hover .quote-icon svg path {
  fill: var(--bd-white);
}
.testimonial-single-inner:hover p {
  color: var(--bd-white);
}
.testimonial-single-inner:hover::before {
  opacity: 0.4;
  visibility: visible;
}
.testimonial-single-inner:hover .testimonial-bg {
  opacity: 1;
  visibility: visible;
}
.testimonial-single-inner:hover .author-name {
  color: var(--bd-white);
}
.testimonial-single-inner:hover .designation {
  color: var(--bd-white);
}
.testimonial-single-inner .quote-icon {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .testimonial-single-inner .quote-icon {
    margin-bottom: 45px;
  }
}
.testimonial-single-inner p {
  font-size: 18px;
  color: var(--bd-black);
  margin-bottom: 25px;
  line-height: 1.5;
}
@media only screen and (min-width: 576px) {
  .testimonial-single-inner p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial-single-inner p {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-single-inner p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-single-inner p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .testimonial-single-inner p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .testimonial-single-inner p {
    font-size: 30px;
  }
}
.testimonial-single-inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #0C0C14;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.testimonial-single-inner .testimonial-shape {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-single-inner .testimonial-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.testimonial-two {
  background-color: var(--bd-white);
  border-radius: 14px;
  margin: 0 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-two .quote-icon-gray {
  position: absolute;
  right: 20px;
  top: -8px;
  width: 80px;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .testimonial-two .quote-icon-gray {
    right: 50px;
    top: -40px;
    width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-two .quote-icon-gray {
    width: 220px;
  }
}
@media only screen and (min-width: 1600px) {
  .testimonial-two .quote-icon-gray {
    width: initial;
  }
}
.testimonial-two .title-wrapper {
  max-width: 390px;
}

.testimonial-inner-two {
  position: relative;
  background: linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%);
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .testimonial-inner-two {
    padding: 60px;
    padding-right: 100px;
  }
}
.testimonial-inner-two .quote-icon {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .testimonial-inner-two .quote-icon {
    margin-bottom: 45px;
  }
}
.testimonial-inner-two p {
  font-size: 18px;
  color: var(--bd-black);
  margin-bottom: 30px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .testimonial-inner-two p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-inner-two p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-inner-two p {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .testimonial-inner-two p {
    font-size: 30px;
  }
}

.testimonial-three-slide {
  overflow: visible;
}

@media only screen and (min-width: 992px) {
  .testimonial-inner-three {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-inner-three {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .testimonial-inner-three {
    padding-right: 100px;
  }
}
.testimonial-inner-three .quote-icon {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .testimonial-inner-three .quote-icon {
    margin-bottom: 45px;
  }
}
.testimonial-inner-three p {
  font-size: 18px;
  color: var(--bd-black);
  margin-bottom: 30px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .testimonial-inner-three p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial-inner-three p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonial-inner-three p {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  .testimonial-inner-three p {
    font-size: 30px;
  }
}

/*----------------------------------------*/
/*  8.6 Team css
/*----------------------------------------*/
.team-area {
  background-color: #006BDE;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-area .team-bg-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.team-content .sub-title {
  color: var(--bd-white);
}
.team-content .sub-title::before, .team-content .sub-title::after {
  background-color: var(--bd-white);
}
.team-content p {
  color: var(--bd-white);
  font-size: 18px;
}
.team-content .section-title-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .team-content .section-title-wrapper {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .single-team {
    max-width: 380px;
    margin: auto;
  }
}
.single-team .team-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
}
.single-team .team-img .team-social-icon {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.single-team .team-img .team-social-icon ul {
  justify-content: center;
}
.single-team:hover .team-img img {
  transform: scale(1.06);
}
.single-team:hover .team-social-icon ul li a {
  transform: translateX(0px);
  opacity: 1;
}

.team-img-content {
  text-align: center;
}
.team-img-content .team-author-name {
  font-size: 20px;
  color: var(--bd-white);
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .team-img-content .team-author-name {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .team-img-content .team-author-name {
    font-size: 28px;
  }
}
.team-img-content .team-author-name a {
  background-image: linear-gradient(var(--bd-white), var(--bd-white)), linear-gradient(var(--bd-white), var(--bd-white));
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.team-img-content .team-author-name a:hover {
  background-size: 0 1px, 100% 1px;
}
.team-img-content .designation {
  font-size: 16px;
  color: var(--bd-white);
}
@media only screen and (min-width: 1200px) {
  .team-img-content .designation {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  .team-img-content .designation {
    font-size: 20px;
  }
}

.team-social-icon ul {
  display: flex;
  gap: 6px;
}
.team-social-icon ul li a {
  height: 40px;
  width: 40px;
  background-color: var(--bd-white);
  color: var(--bd-primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateX(20px);
  opacity: 0;
}
.team-social-icon ul li a:hover {
  background-color: var(--bd-primary);
  color: var(--bd-white);
}
.team-social-icon ul li .facebook {
  transition: 0.2s;
}
.team-social-icon ul li .linkedin {
  transition: 0.4s;
}
.team-social-icon ul li .instagram {
  transition: 0.6s;
}
.team-social-icon ul li .whatsapp {
  transition: 0.8s;
}

@media only screen and (min-width: 992px) {
  .team-slider-wrapper {
    margin-right: -470px;
  }
}
@media only screen and (min-width: 1400px) {
  .team-slider-wrapper {
    margin-left: 70px;
  }
}

.navigation__wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
}
.navigation__wrapper button {
  height: 45px;
  width: 45px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .navigation__wrapper button {
    height: 60px;
    width: 60px;
  }
}
.navigation__wrapper button::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px dashed var(--bd-white);
  animation-play-state: paused;
  animation: rotate 6s linear infinite;
  animation-play-state: running;
  -webkit-animation-play-state: paused;
}
.navigation__wrapper button:hover::before {
  animation: rotate 6s linear infinite;
  animation-play-state: running;
}
.navigation__wrapper button img {
  width: 100%;
  margin-top: -1px;
}
.navigation__wrapper .team_button_prev img {
  margin-left: 17px;
}
.navigation__wrapper .team_button_next img {
  margin-left: -32px;
}

.team-style-two .team-top {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .team-style-two .team-top {
    grid-template-columns: 300px 1fr;
    justify-items: end;
    margin-bottom: 40px;
    gap: 0;
  }
}
.team-style-two .team-top .section-text {
  max-width: 500px;
}

.team-thumb {
  overflow: hidden;
  border-radius: 9px;
  background-color: #DBEFFD;
  margin-bottom: 15px;
  position: relative;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .team-thumb {
    margin-bottom: 20px;
  }
}
.team-thumb:hover {
  background-color: var(--bd-primary);
}
.team-thumb .member-name {
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--bd-white);
  writing-mode: vertical-lr;
  transform: scale(-1);
}
@media only screen and (min-width: 576px) {
  .team-thumb .member-name {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .team-thumb .member-name {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .team-thumb .member-name {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .team-thumb .member-name {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .team-thumb .member-name {
    font-size: 65px;
  }
}

.single-team-member .team-designation {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .single-team-member .team-designation {
    font-size: 20px;
  }
}

.team-bg {
  background-color: #F1F6FF;
}

/*----------------------------------------*/
/*  8.4 Portfolio css
/*----------------------------------------*/
.feature-area {
  background-color: var(--bd-black);
  margin: 0 15px;
  overflow: hidden;
  border-radius: 14px;
}
.feature-area .title-wrapper {
  max-width: 780px;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}
.feature-area .title-wrapper .sub-title-two {
  color: var(--bd-primary);
}
.feature-area .title-wrapper .section-title {
  background: linear-gradient(90deg, #FFFFFF 0%, #535353 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feature-single {
  padding: 30px 20px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  background-color: #181820;
  border-radius: 14px;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .feature-single {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .feature-single {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .feature-single {
    padding: 40px;
  }
}
.feature-single:hover .feature-icon svg {
  transform: rotateY(180deg);
}
.feature-single:hover .feature-icon svg path {
  fill: var(--bd-white);
}
.feature-single:hover .btn-turn a {
  color: var(--bd-white);
}
.feature-single:hover .feature-number {
  color: var(--bd-white);
}
.feature-single:hover .single-bg {
  opacity: 1;
  visibility: visible;
}
.feature-single .feature-inner-shape {
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}
.feature-single .feature-number {
  font-size: 22px;
  color: #6A6A81;
  margin-bottom: 30px;
  display: inline-block;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .feature-single .feature-number {
    margin-bottom: 50px;
  }
}
.feature-single .feature-icon {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .feature-single .feature-icon {
    margin-bottom: 50px;
  }
}
.feature-single p {
  color: var(--bd-white);
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .feature-single p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .feature-single p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .feature-single p {
    font-size: 18px;
  }
}
.feature-single .single-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s;
}

.feature-title {
  color: var(--bd-white);
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) {
  .feature-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .feature-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .feature-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .feature-title {
    font-size: 24px;
  }
}

.feature-btn {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .feature-btn {
    margin-top: 80px;
  }
}
.feature-btn a {
  color: var(--bd-white);
}

/*----------------------------------------*/
/*  8.6 Pricing css
/*----------------------------------------*/
.pricing-single {
  padding: 30px 20px;
  background-color: var(--bd-white);
  border-radius: 14px;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .pricing-single {
    padding: 40px 50px;
  }
}
.pricing-single.active .recommend {
  top: -48px;
  opacity: 1;
  visibility: visible;
}
.pricing-single:hover .recommend {
  top: -48px;
  opacity: 1;
  visibility: visible;
}
.pricing-single ul {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .pricing-single ul {
    margin-bottom: 60px;
  }
}
.pricing-single ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .pricing-single ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .pricing-single ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-single ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-single ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .pricing-single ul li {
    font-size: 18px;
  }
}
.pricing-single ul li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing-single ul li::before {
  position: absolute;
  left: 0px;
  top: 4px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bd-primary);
  color: var(--bd-white);
  content: "\f00c";
  font-family: var(--bd-ff-fontawesome);
}
.pricing-single .recommend {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  border-radius: 14px 14px 0 0;
  display: inline-flex;
  justify-content: center;
  padding: 15px 20px;
  background-color: var(--bd-black);
  color: var(--bd-white);
  font-size: 17px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.pricing-single .recommend span {
  margin-right: 10px;
}

.pricing-title {
  background: linear-gradient(90deg, #0C0C14 45%, #B2B2B2 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 25px;
}
@media only screen and (min-width: 1200px) {
  .pricing-title {
    font-size: 32px;
  }
}

.pricing-price {
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BCBCBC;
}
.pricing-price span {
  font-size: 35px;
  background: linear-gradient(90deg, #0C0C14 45%, #B2B2B2 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}
@media only screen and (min-width: 1200px) {
  .pricing-price span {
    font-size: 50px;
  }
}

.pricing-btn a {
  display: inline-flex;
  padding: 15px 20px;
  border-radius: 14px;
  border: 1px solid #BCBCBC;
  width: 100%;
  justify-content: center;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .pricing-btn a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-btn a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .pricing-btn a {
    font-size: 18px;
  }
}
.pricing-btn a:hover {
  color: var(--bd-white);
  background-color: var(--bd-primary);
  border-color: var(--bd-primary);
}

.pricing-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-direction: column;
  gap: 30px;
  align-items: start;
}
@media only screen and (min-width: 768px) {
  .pricing-top {
    flex-direction: row;
    gap: 30px;
    align-items: end;
    margin-bottom: 100px;
  }
}
.pricing-top .title-wrapper {
  max-width: 470px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pricing-top .title-wrapper {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing-top .title-wrapper {
    max-width: 470px;
  }
}

.tab-btn-wrapper {
  width: fit-content;
  padding: 5px;
  border-radius: 7px;
  background-color: var(--bd-white);
}
.tab-btn-wrapper .nav-link {
  font-weight: 500;
  color: var(--bd-black);
  padding: 9px 26px;
  border-radius: 7px;
}
.tab-btn-wrapper .nav-link.active {
  background-color: var(--bg-gray);
}

/*----------------------------------------*/
/*  8.6 Work css
/*----------------------------------------*/
.single-work {
  padding: 40px;
  min-height: 270px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  clip-path: polygon(78% 0, 100% 27%, 100% 100%, 0 100%, 0 0);
  background-color: var(--bd-white);
}
@media only screen and (min-width: 576px) {
  .single-work {
    padding: 40px 20px;
    clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  }
}
@media only screen and (min-width: 768px) {
  .single-work {
    min-height: 280px;
    clip-path: polygon(78% 0, 100% 27%, 100% 100%, 0 100%, 0 0);
  }
}
@media only screen and (min-width: 1200px) {
  .single-work {
    min-height: 330px;
  }
}
.single-work::before, .single-work::after {
  content: "";
  position: absolute;
  right: 91px;
  top: -9px;
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ecf0f0"></path></svg>');
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(60deg);
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 768px) {
  .single-work::before, .single-work::after {
    display: block;
    right: 65px;
    top: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .single-work::before, .single-work::after {
    right: 58px;
    top: -9px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-work::before, .single-work::after {
    right: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-work::before, .single-work::after {
    right: 91px;
    top: -9px;
  }
}
.single-work::after {
  right: -3px;
  top: 69px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(102deg);
  display: none;
}
@media only screen and (min-width: 1400px) {
  .single-work::after {
    display: block;
  }
}
.single-work:hover .single-bg {
  opacity: 1;
  visibility: visible;
}
.single-work:hover .work-title {
  color: var(--bd-white);
}
.single-work:hover .work-number {
  background: linear-gradient(180deg, #FFFFFF -33.93%, rgba(240, 240, 240, 0) 128.57%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.single-work .work-number {
  position: absolute;
  bottom: -30px;
  right: 6px;
  font-size: 60px;
  font-weight: 300;
  background: linear-gradient(180deg, rgba(12, 12, 20, 0.3) -33.93%, rgba(240, 240, 240, 0) 128.57%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .single-work .work-number {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-work .work-number {
    bottom: -40px;
    right: 0;
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .single-work .work-number {
    bottom: -58px;
    font-size: 120px;
  }
}
.single-work .single-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.work-title {
  font-size: 24px;
  max-width: 230px;
}
@media only screen and (min-width: 576px) {
  .work-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .work-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .work-title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1400px) {
  .work-title {
    font-size: 36px;
  }
}

.brand-area {
  background: center/cover no-repeat;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  margin: 0 15px;
}
.brand-area .brand-shape {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) {
  .brand-area .brand-shape {
    right: 80px;
    left: inherit;
    transform: inherit;
  }
}

.brand-title {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  color: var(--bd-white);
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .brand-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .brand-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .brand-title {
    font-size: 80px;
    margin-bottom: 80px;
  }
}

.brand-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/*----------------------------------------*/
/*  8.6 case-studies css
/*----------------------------------------*/
.case-details-thumb {
  overflow: hidden;
  border-radius: 14px;
}

.details-object {
  margin: 0 15px;
}

@media only screen and (min-width: 992px) {
  .case-slide-wrapper {
    margin-right: -180px;
  }
}

.details-top-item {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .details-top-item {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .details-top-item {
    margin-bottom: 120px;
  }
}

.object-text {
  max-width: 500px;
}
.object-text p {
  margin-bottom: 0;
}

.case-single-result {
  font-size: 16px;
}
@media only screen and (min-width: 1600px) {
  .case-single-result {
    font-size: 18px;
  }
}

.case-heading {
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .case-heading {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .case-heading {
    font-size: 36px;
  }
}

.case-challenge-list ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: var(--bd-black);
}
@media only screen and (min-width: 576px) {
  .case-challenge-list ul li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .case-challenge-list ul li {
    font-size: 20px;
  }
}
.case-challenge-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.case-challenge-list ul li::before {
  position: absolute;
  left: 0px;
  top: 5px;
  height: 18px;
  width: 18px;
  font-size: 10px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bd-primary);
  color: var(--bd-white);
  content: "\f00c";
  font-family: var(--bd-ff-fontawesome);
}

.case-service-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 576px) {
  .case-service-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .case-service-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
.case-service-wrapper .single-inner-item {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .case-service-wrapper .single-inner-item {
    padding: 0 30px;
    border-right: 1px solid #CDCDCD;
  }
}
@media only screen and (min-width: 1200px) {
  .case-service-wrapper .single-inner-item {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 1400px) {
  .case-service-wrapper .single-inner-item {
    padding: 0 80px;
  }
}
.case-service-wrapper .single-inner-item:first-child {
  padding-left: 0px;
}
.case-service-wrapper .single-inner-item:last-child {
  border: 0;
}

.case-ai-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 14px 14px 0 14px;
}
.case-ai-thumb .case-thumb-shape {
  position: absolute;
  right: 0;
  bottom: -1px;
}

@media only screen and (min-width: 1600px) {
  .case-result-right {
    padding-left: 60px;
  }
}

.case-result-list-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 576px) {
  .case-result-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .case-result-list-wrapper {
    gap: 0;
    grid-template-columns: 330px 190px 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .case-result-list-wrapper {
    grid-template-columns: 270px 110px 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .case-result-list-wrapper {
    grid-template-columns: 330px 150px 1fr;
  }
}
@media only screen and (min-width: 1400px) {
  .case-result-list-wrapper {
    grid-template-columns: 370px 225px 1fr;
  }
}

.case-single-result .list-body-text {
  margin-bottom: 20px;
}
.case-single-result .list-body-text:last-child {
  margin-bottom: 0;
}
.case-single-result p {
  margin-bottom: 0;
}

.list-heading {
  font-size: 18px;
  border-bottom: 1px solid #A2A2A2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1600px) {
  .list-heading {
    font-size: 20px;
  }
}

.case-video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.case-video-thumb img {
  width: 100%;
}
.case-video-thumb .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100px;
  background-color: rgba(0, 128, 255, 0.8);
  color: var(--bd-white);
  font-size: 30px;
  animation: pulseBig infinite 3s linear;
}
@media only screen and (min-width: 768px) {
  .case-video-thumb .play-btn {
    height: 90px;
    width: 150px;
  }
}

/*# sourceMappingURL=main.css.map */
