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

    Template Name: Bizan - Business & Finance HTML5 Template
    Author: RRDevs
    Support: 
    Description: Bizan - Business & Finance HTML5 Template
    Version: 1.0

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


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

	01. Template Default CSS
	02. background CSS
	03. buttons css

**********************************************/
/**----------------------------------------
START: Template Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&display=swap");
:root {
  --bz-ff-body: 'Inter', sans-serif;
  --bz-ff-heading: 'Outfit', serif;
  --bz-ff-p: 'Inter', sans-serif;
  --bz-fw-normal: normal;
  --bz-fw-thin: 100;
  --bz-fw-elight: 200;
  --bz-fw-light: 300;
  --bz-fw-regular: 400;
  --bz-fw-medium: 500;
  --bz-fw-sbold: 600;
  --bz-fw-bold: 700;
  --bz-fw-ebold: 800;
  --bz-fw-black: 900;
  --bz-fs-body: 16px;
  --bz-fs-p: 16px;
  --bz-fs-h1: 66px;
  --bz-fs-h2: 48px;
  --bz-fs-h3: 36px;
  --bz-fs-h4: 30px;
  --bz-fs-h5: 24px;
  --bz-fs-h6: 20px;
  --bz-color-common-white: #ffffff;
  --bz-color-common-black: #000000;
  --bz-color-common-dark: #232323;
  --bz-color-heading-primary: #191F29;
  --bz-color-text-body: #74787C;
  --bz-color-theme-primary: #1E6EE7;
  --bz-color-theme-secondary: #191F29;
  --bz-color-theme-red: #EC281C;
  --bz-color-bg-1: #191F30;
  --bz-color-grey-1: #F8F8F8;
  --bz-color-grey-2: #F6F6F6;
  --bz-color-grey-3: #F6F7FA;
  --bz-color-grey-4: #F3F4F6;
  --bz-color-border-1: #EAEAEA;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
	Typography CSS
*/
body {
  background-color: #fff;
  font-family: var(--bz-ff-body);
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
  color: var(--bz-color-text-body);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a,
a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--bz-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

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

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

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

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

h5 {
  font-size: var(--bz-fs-h5);
}

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

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

p {
  font-family: var(--bz-ff-p);
  font-size: 16px;
  font-weight: var(--bz-fw-normal);
  color: var(--bz-color-text-body);
  margin-bottom: 15px;
  line-height: 28px;
}

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

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--bz-color-theme-primary);
}

.slick-list.draggable {
  cursor: grab;
}

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

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

ul {
  display: block;
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  background: var(--bz-color-common-black);
  color: var(--bz-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--bz-color-common-black);
  color: var(--bz-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--bz-color-common-black);
  color: var(--bz-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--bz-color-common-black);
  font-size: var(--bz-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--bz-color-common-black);
  font-size: var(--bz-fs-body);
  opacity: 1;
}

/**
    Common Classes CSS
*/
.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;
}

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

.b-radius {
  border-radius: 6px;
}

.bg-grey {
  background-color: var(--bz-color-grey-2);
}

.container {
  max-width: 1245px;
}

.container-2 {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

.bd-bottom {
  border-bottom: 1px solid #edebf9;
}

.overflow-h {
  overflow: hidden;
}

.error-content .text {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 40px;
}
.error-content .text span {
  display: block;
}

.section-heading {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
.section-heading .sub-heading {
  color: var(--bz-color-theme-primary);
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: inherit;
  position: relative;
  text-transform: uppercase;
  padding: 0 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .section-heading .sub-heading {
    font-size: 14px;
  }
}
.section-heading .sub-heading .left-shape {
  background-color: var(--bz-color-theme-primary);
  height: 13px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) skew(-15deg);
}
.section-heading .sub-heading .left-shape:after {
  background-color: var(--bz-color-theme-primary);
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  right: -8px;
}
.section-heading .section-title {
  color: var(--bz-color-heading-primary);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section-heading .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .section-heading .section-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 32px;
  }
}
.section-heading.white-content .sub-heading {
  color: var(--bz-color-common-white);
}
.section-heading.white-content .sub-heading .left-shape {
  background-color: var(--bz-color-common-white);
}
.section-heading.white-content .sub-heading .left-shape:after {
  background-color: var(--bz-color-common-white);
}
.section-heading.white-content p,
.section-heading.white-content .section-title {
  color: var(--bz-color-common-white);
}
.section-heading.red-content .sub-heading {
  color: var(--bz-color-theme-red);
}
.section-heading.red-content .sub-heading .left-shape {
  background-color: var(--bz-color-theme-red);
}
.section-heading.red-content .sub-heading .left-shape:after {
  background-color: var(--bz-color-theme-red);
}

.heading-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .heading-space {
    margin-bottom: 40px;
  }
}

.t-up {
  text-transform: uppercase;
}

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content p,
.white-content li,
.white-content span {
  color: var(--bz-color-common-white);
}

.img-reveal {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
}
.img-reveal .img-overlay {
  background-color: var(--bz-color-theme-primary);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img-reveal .img-overlay.overlay-2 {
  background-color: var(--bz-color-theme-red);
}
.img-reveal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.anim-text {
  overflow: hidden;
}

.running-text {
  background-repeat: repeat;
  background-size: 20px;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.running-text .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.running-text .overlay {
  background: #3A3A3A;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
}
.running-text ul li {
  display: inline-block;
  font-size: 120px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--bz-color-common-white);
  text-transform: capitalize;
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
.scroller[data-animated=true] .scroller__inner.inner-2 {
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, reverse) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller[data-speed=fast] {
  --_animation-duration: 30s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
/* Site Preloader */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #02050A;
  z-index: 999;
}

.loading {
  left: 50%;
  top: 50%;
  font-size: 100px;
  font-family: var(--bz-ff-heading);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -60%);
}
@media only screen and (max-width: 767px) {
  .loading {
    font-size: 50px;
  }
}
.loading:before {
  color: #333;
  content: attr(data-loading-text);
}
.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: var(--bz-color-theme-primary);
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  animation: loading 6s infinite;
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*  Custom Cursor */
@media (min-width: 992px) {
  .mt-cursor {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mt-cursor:before {
    background: var(--bz-color-theme-primary);
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .mt-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .mt-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .mt-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
}
.sticky-widget {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}
/*-- 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;
}

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

.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-60 {
  margin-bottom: 60px;
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 992px) {
  .pt-180 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 50px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 992px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 992px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  .pt-80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 60px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 992px) {
  .pb-180 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .pb-80 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-50 {
    padding-bottom: 50px;
  }
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple {
  z-index: -1;
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
/* Scroll To Top */
#scroll-percentage {
  position: absolute;
}

#scroll-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--bz-color-common-white);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage {
    bottom: 20px;
    right: 20px;
  }
}

#scroll-percentage.active {
  bottom: 50px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage.active {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-theme-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/** Buttons CSS */
.bz-primary-btn {
  background-color: var(--bz-color-theme-primary);
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-common-white);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 30px;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.bz-primary-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.bz-primary-btn i {
  margin-left: 5px;
  font-size: 14px;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.bz-primary-btn:hover {
  color: var(--bz-color-common-white);
}
.bz-primary-btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.bz-primary-btn:focus {
  color: var(--bz-color-common-white);
}
.bz-primary-btn.red-btn {
  background-color: var(--bz-color-theme-red);
}
.bz-primary-btn.red-btn:before {
  background-color: var(--bz-color-heading-primary);
}

.bz-transparent-btn {
  background-color: transparent;
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-theme-primary);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 30px;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border: 1px solid var(--bz-color-theme-primary);
}
.bz-transparent-btn:before {
  background-color: var(--bz-color-theme-primary);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.bz-transparent-btn i {
  margin-right: 5px;
  font-size: 14px;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.bz-transparent-btn:hover {
  color: var(--bz-color-common-white);
}
.bz-transparent-btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.bz-transparent-btn:focus {
  color: var(--bz-color-common-white);
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/
.header {
  background-color: var(--bz-color-common-white);
  width: 100%;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 992px) {
  .header {
    position: relative;
    top: 0;
    height: auto !important;
  }
}
.header .top-bar {
  background-color: var(--bz-color-bg-1);
}
@media only screen and (max-width: 767px) {
  .header .top-bar {
    display: none;
  }
}
.header .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .header .top-bar .top-bar-inner {
    justify-content: center;
  }
}
.header .top-bar .top-bar-inner span {
  color: var(--bz-color-common-white);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.header .top-bar .top-bar-inner span i {
  color: var(--bz-color-theme-primary);
  margin-right: 10px;
  line-height: 1;
}
.header .middle-header {
  border-bottom: 1px solid var(--bz-color-border-1);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .header .middle-header {
    display: none;
  }
}
.header .middle-header .middle-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .header .middle-header .middle-header-inner {
    justify-content: center;
  }
}
.header .middle-header .middle-header-inner .header-logo {
  padding: 33px 150px 32px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .header .middle-header .middle-header-inner .header-logo {
    padding-right: 100px;
  }
}
.header .middle-header .middle-header-inner .header-logo:before {
  background-color: var(--bz-color-theme-primary);
  content: "";
  height: 100%;
  width: 3000px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0% 100%);
}
.header .middle-header .middle-header-inner .header-logo:after {
  background-color: var(--bz-color-theme-primary);
  content: "";
  width: 90px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  z-index: -3;
}
.header .middle-header .middle-header-inner .header-logo .shape {
  background-color: #122A4D;
  height: 100%;
  width: 3000px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  clip-path: polygon(0 0, 100% 0, 99% 100%, 0% 100%);
}
@media only screen and (max-width: 992px) {
  .header .middle-header .middle-header-inner .header-logo {
    display: none;
  }
}
.header .middle-header .middle-header-inner .header-items-wrap {
  display: flex;
  align-items: center;
}
.header .middle-header .middle-header-inner .header-items-wrap .header-item {
  display: grid;
  align-items: center;
  grid-template-columns: 45px 1fr;
  grid-gap: 15px;
  padding: 30px 0;
}
.header .middle-header .middle-header-inner .header-items-wrap .header-item:not(:last-of-type) {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid var(--bz-color-border-1);
}
@media (max-width: 1200px) {
  .header .middle-header .middle-header-inner .header-items-wrap .header-item:not(:last-of-type) {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.header .middle-header .middle-header-inner .header-items-wrap .header-item .icon {
  background-color: #EAECEF;
  color: var(--bz-color-theme-primary);
  height: 45px;
  width: 45px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .middle-header .middle-header-inner .header-items-wrap .header-item .content span {
  font-family: var(--bz-ff-heading);
  font-size: 14px;
  font-weight: 400;
  color: var(--bz-color-text-body);
  display: block;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 4px;
}
.header .middle-header .middle-header-inner .header-items-wrap .header-item .content .address,
.header .middle-header .middle-header-inner .header-items-wrap .header-item .content a {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-heading-primary);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1200px) {
  .header .middle-header .middle-header-inner .header-items-wrap .header-item .content .address,
  .header .middle-header .middle-header-inner .header-items-wrap .header-item .content a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .header .middle-header .middle-header-inner .header-items-wrap .header-item .content .address,
  .header .middle-header .middle-header-inner .header-items-wrap .header-item .content a {
    font-size: 17px;
  }
}
.header .middle-header .middle-header-inner .header-items-wrap .header-item .content .address:hover,
.header .middle-header .middle-header-inner .header-items-wrap .header-item .content a:hover {
  color: var(--bz-color-theme-primary);
}
.header .middle-header .middle-header-inner .header-items-wrap .header-item .content .address:hover {
  color: var(--bz-color-heading-primary);
}
.header .primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .header .primary-header-inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner {
    padding: 20px 0;
  }
}
.header .primary-header-inner .header-logo img {
  max-width: 150px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
@media (max-width: 1200px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-logo img {
    max-width: 100px;
  }
}
.header .primary-header-inner .header-menu-wrap {
  display: flex !important;
  align-items: center;
}
.header .primary-header-inner .header-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-menu-wrap ul {
    display: none;
  }
}
.header .primary-header-inner .header-menu-wrap ul li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 10px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li:nth-child(1) {
  margin-left: 0;
}
.header .primary-header-inner .header-menu-wrap ul li a {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-heading-primary);
  display: block;
  font-size: 16px;
  padding: 23px 0;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .header .primary-header-inner .header-menu-wrap ul li a {
    font-size: 16px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li a:hover {
  color: var(--bz-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li a i {
  font-size: 13px;
}
.header .primary-header-inner .header-menu-wrap ul li ul {
  background-color: var(--bz-color-common-white);
  display: block;
  width: 220px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0;
  top: 72px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s ease;
}
.header .primary-header-inner .header-menu-wrap ul li:hover > ul {
  visibility: visible;
  transition: all 0.6s ease;
  opacity: 1;
  transform: none;
}
.header .primary-header-inner .header-menu-wrap ul li li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.header .primary-header-inner .header-menu-wrap ul li li:nth-child(1) {
  margin-left: 0;
}
.header .primary-header-inner .header-menu-wrap ul li li:not(:last-of-type) {
  border-bottom: 1px dashed var(--bz-color-border-1);
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child {
  margin: 0;
  border-bottom: none;
}
.header .primary-header-inner .header-menu-wrap ul li li a {
  background-color: var(--bz-color-common-white);
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--bz-color-heading-primary);
  font-weight: 600;
  font-size: 14px;
  padding: 17px 0;
  padding-left: 30px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  z-index: 1;
}
.header .primary-header-inner .header-menu-wrap ul li li a:before {
  background-color: var(--bz-color-theme-primary);
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.header .primary-header-inner .header-menu-wrap ul li li a:hover:before {
  width: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li:hover {
  border-color: transparent;
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--bz-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li li ul {
  top: 0;
  left: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li ul li a {
  color: var(--bz-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--bz-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a {
  color: var(--bz-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a:hover {
  color: var(--bz-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li.active a {
  color: var(--bz-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li.active ul li a {
  color: var(--bz-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li.active ul li:hover a {
  color: var(--bz-color-common-white);
}
.header .primary-header-inner .header-right-wrap .header-right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-logo img {
    width: 90px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-btn {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-theme-primary);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-btn {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon {
  background-color: var(--bz-color-heading-primary);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger span {
  background-color: var(--bz-color-common-white);
  width: 20px;
  height: 1px;
  display: block;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger span:nth-child(2) {
  width: 20px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger span:nth-child(3) {
  width: 20px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger:hover span:nth-child(2) {
  width: 17px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-icon .sidebar-trigger:hover span:nth-child(3) {
  width: 10px;
}
.header .primary-header-inner .header-right-wrap .header-right .search-icon {
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  cursor: pointer;
  background-color: var(--bz-color-heading-primary);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: var(--bz-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .search-icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .search-icon {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .mean-push {
    display: none;
  }
}

.header-2 .top-bar {
  background-color: var(--bz-color-common-white);
  border-bottom: 1px solid var(--bz-color-border-1);
}
.header-2 .top-bar .top-bar-inner .top-bar-left span {
  color: var(--bz-color-heading-primary);
  font-weight: 500;
}
.header-2 .middle-header .middle-header-inner .header-logo:after, .header-2 .middle-header .middle-header-inner .header-logo:before {
  display: none;
}

.header-3 {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.header-3 .overlay {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(30px);
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-3 .top-bar {
  background-color: transparent;
}
.header-3 .top-bar .top-bar-inner {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .header-3 .top-bar .top-bar-inner {
    justify-content: center;
  }
}
.header-3 .top-bar .top-bar-inner .top-bar-list li {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  padding: 30px 0;
  line-height: 1;
}
.header-3 .top-bar .top-bar-inner .top-bar-list li i {
  color: var(--bz-color-theme-red);
}
.header-3 .top-bar .top-bar-inner .top-bar-list li span,
.header-3 .top-bar .top-bar-inner .top-bar-list li a {
  color: var(--bz-color-common-white);
}
.header-3 .top-bar .top-bar-inner .top-bar-list li span:hover,
.header-3 .top-bar .top-bar-inner .top-bar-list li a:hover {
  color: var(--bz-color-theme-red);
}
.header-3 .top-bar .top-bar-inner .top-bar-list li span:hover {
  color: var(--bz-color-common-white);
}
.header-3 .top-bar .top-bar-inner .top-bar-list li:nth-child(1) {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 992px) {
  .header-3 .top-bar .top-bar-inner .top-bar-list li:nth-child(1) {
    padding-left: 0;
    border: none;
  }
}
.header-3 .top-bar .top-bar-inner .top-bar-list li:not(:last-of-type) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 992px) {
  .header-3 .top-bar .top-bar-inner .top-bar-list li:not(:last-of-type) {
    margin-right: 20px;
    padding-right: 20px;
    border: none;
  }
}
.header-3 .top-bar .top-bar-inner .social-list {
  height: 100%;
  padding: 25px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 992px) {
  .header-3 .top-bar .top-bar-inner .social-list {
    display: none;
  }
}
.header-3 .top-bar .top-bar-inner .social-list li {
  display: inline-flex;
  line-height: 1;
}
.header-3 .top-bar .top-bar-inner .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.header-3 .top-bar .top-bar-inner .social-list li a {
  font-size: 16px;
  color: var(--bz-color-common-white);
}
.header-3 .top-bar .top-bar-inner .social-list li a:hover {
  color: var(--bz-color-theme-red);
}
.header-3 .primary-header-inner {
  background-color: var(--bz-color-common-white);
  padding: 0 30px;
  border-radius: 0 0 13px 13px;
}
@media only screen and (max-width: 992px) {
  .header-3 .primary-header-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-3 .primary-header-inner {
    padding: 15px;
  }
}
.header-3 .primary-header-inner .inner-left {
  display: flex;
  align-items: center;
  column-gap: 85px;
}
@media (max-width: 1200px) {
  .header-3 .primary-header-inner .inner-left {
    column-gap: 50px;
  }
}
.header-3 .primary-header-inner .inner-left .header-menu-wrap ul li a {
  padding: 37px 0;
}
.header-3 .primary-header-inner .inner-left .header-menu-wrap ul li ul {
  top: 100px;
}
.header-3 .primary-header-inner .inner-left .header-menu-wrap ul li ul li a {
  padding: 17px 0;
  padding-left: 30px;
}
.header-3 .primary-header-inner .header-right-wrap .header-right .bz-primary-btn {
  padding: 17px 30px;
}
@media only screen and (max-width: 767px) {
  .header-3 .primary-header-inner .header-right-wrap .header-right .bz-primary-btn {
    display: none;
  }
}
.header-3 .primary-header-inner .header-right-wrap .header-right .sidebar-icon-2 .sidebar-trigger {
  background-color: rgba(236, 40, 28, 0.1);
  height: 50px;
  width: 50px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  column-gap: 7px;
  margin-left: 20px;
}
.header-3 .primary-header-inner .header-right-wrap .header-right .sidebar-icon-2 .sidebar-trigger span {
  background-color: var(--bz-color-theme-red);
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.header-3 .primary-header-inner .header-right-wrap .header-right .sidebar-icon-2 .sidebar-trigger span:not(:last-of-type) {
  margin-bottom: 5px;
}
.header-3 .primary-header-inner .header-right-wrap .header-right .sidebar-icon-2 .sidebar-trigger span:nth-child(2) {
  width: 20px;
}
.header-3 .primary-header-inner .header-right-wrap .header-right .sidebar-icon-2 .sidebar-trigger span:nth-child(3) {
  width: 20px;
}
.header-3 .primary-header-inner .header-right-wrap .header-right .sidebar-icon-2 .sidebar-trigger:hover span:nth-child(2) {
  width: 17px;
}
.header-3 .primary-header-inner .header-right-wrap .header-right .sidebar-icon-2 .sidebar-trigger:hover span:nth-child(3) {
  width: 10px;
}

.header-4 {
  position: relative;
}
.header-4 .top-bar {
  background-color: #122A4D;
}
.header-4 .top-bar .top-bar-inner {
  padding: 10px 0;
}
@media only screen and (max-width: 992px) {
  .header-4 .top-bar .top-bar-inner {
    column-gap: 20px;
    justify-content: space-between;
  }
}
.header-4 .primary-header {
  background-color: var(--bz-color-common-white);
}
.header-4 .primary-header .primary-header-inner {
  padding: 0;
  border-radius: 0;
}
@media only screen and (max-width: 992px) {
  .header-4 .primary-header .primary-header-inner {
    padding: 20px 0;
  }
}
.header-4 .primary-header .primary-header-inner .header-right-wrap .header-right .sidebar-icon-2 .sidebar-trigger {
  background-color: rgba(14, 90, 242, 0.1);
}
.header-4 .primary-header .primary-header-inner .header-right-wrap .header-right .sidebar-icon-2 .sidebar-trigger span {
  background-color: var(--bz-color-theme-primary);
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu .header-right {
    display: none !important;
  }
}
.side-menu-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .side-menu-icon {
    display: none;
  }
}

.side-menu-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 850px;
  -webkit-transform: translateX(850px);
  -ms-transform: translateX(850px);
  transform: translateX(850px);
  height: 100%;
  display: block;
  background-color: var(--bz-color-theme-bg-dark-deep);
  z-index: 100;
  padding: 40px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.side-menu-wrapper .side-menu-close {
  background-color: var(--bz-color-theme-primary);
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.side-menu-wrapper.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 992px) {
  .side-menu-wrapper {
    display: none;
  }
}

.side-menu-content .side-menu-header {
  font-family: var(--bz-ff-body);
  font-size: 30px;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
}
.side-menu-content .side-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box img {
  max-width: 150px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info .side-menu-title {
  font-family: var(--bz-ff-body);
  font-size: 32px;
  font-weight: 500;
  color: var(--bz-color-theme-primary);
  line-height: 1;
  margin-bottom: 10px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p {
  max-width: 400px;
  width: 100%;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p:last-child {
  margin-bottom: 0;
}
.side-menu-content .side-menu-item .side-menu-arrow {
  font-size: 45px;
  color: var(--bz-color-theme-primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.side-menu-content .side-menu-item:hover {
  border: 1px solid var(--bz-color-border-6);
}
.side-menu-content .side-menu-item:hover .side-menu-arrow {
  transform: rotate(0deg);
}
.side-menu-content .side-menu-item:last-child {
  margin-bottom: 0;
}

.side-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.side-menu-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/cancel.png), auto;
}
@media only screen and (max-width: 992px) {
  .side-menu-overlay {
    display: none;
  }
}

.primary-header {
  width: 100%;
}
.primary-header.fixed {
  background-color: var(--bz-color-common-white);
  position: fixed;
  left: 0;
  top: 0;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
  z-index: 99;
}

@-webkit-keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu {
    background-color: var(--bz-color-bg-1);
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 80%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px 40px 40px 40px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-head a img {
    max-width: 120px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 35px;
    right: 40px;
    color: var(--bz-color-common-white);
    font-size: 17px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bz-color-border-1);
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--bz-color-theme-primary);
    color: var(--bz-color-common-white);
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--bz-color-common-white);
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--bz-color-common-white);
    font-family: var(--bz-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list {
    list-style: none;
  }
  .mobile-side-menu .side-menu-list li {
    font-family: var(--bz-ff-heading);
    font-size: 16px;
    font-weight: 500;
    color: var(--bz-color-common-white);
  }
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    color: var(--bz-color-common-white);
    margin-left: 10px;
    font-size: 16px;
  }
  .mobile-side-menu .side-menu-list li i {
    margin-right: 10px;
  }
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../img/cancel.png), auto;
  }
}
.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
}
.mean-bar .meanmenu-reveal {
  display: none !important;
}
.mean-bar .mean-nav {
  background-color: transparent;
  margin-top: 0;
  padding-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul {
  display: block !important;
}
.mean-bar .mean-nav.mean-nav > ul li {
  position: relative;
  float: none;
  display: block;
  width: auto;
}
.mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bz-color-border-1);
}
.mean-bar .mean-nav.mean-nav > ul li a {
  color: var(--bz-color-heading-primary);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border-top: none;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 14px;
  }
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
  position: absolute;
  padding: 0;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
  content: "+";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked {
  background-color: var(--bz-color-heading-primary);
  color: var(--bz-color-common-white);
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
  content: "\f068";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li ul {
  padding: 0 0 0 30px;
  margin-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 14px;
  }
}

#popup-search-box {
  background-color: var(--bz-color-common-white);
  position: fixed;
  width: 100%;
  height: 20%;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
#popup-search-box .box-inner-wrap form {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
  width: 100%;
  padding: 20px 15px;
  padding-right: 80px;
  background: transparent;
  border: none;
  color: #ddd;
  border: 1px solid var(--bz-color-border-1);
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
  outline: none;
}
#popup-search-box .box-inner-wrap:hover {
  cursor: url(../img/cross.png), auto;
}
#popup-search-box .box-inner-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: var(--bz-color-heading-primary);
  border: 1px solid var(--bz-color-border-1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #popup-search-box .box-inner-wrap .search-close {
    height: 35px;
    width: 35px;
    top: 10px;
    right: 10px;
  }
}
#popup-search-box .box-inner-wrap .search-close:hover {
  background-color: var(--bz-color-theme-primary);
  border: 1px solid var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.popup-tags {
  position: relative;
  margin: 0 auto;
}

/* !END: Theme Header CSS */
/**----------------------------------------
    START: Hero CSS
----------------------------------------*/
.hero-section {
  background-color: #EAEEF5;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hero-section .hero-mask-img {
  background-color: var(--bz-color-common-black);
  mask-image: url(../img/shapes/hero-mask-img.png);
  mask-repeat: no-repeat;
  max-width: 960px;
  width: 100%;
  height: 775px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1700px) {
  .hero-section .hero-mask-img {
    max-width: 775px;
  }
}
@media (max-width: 1200px) {
  .hero-section .hero-mask-img {
    max-width: 510px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section .hero-mask-img {
    max-width: 389px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-mask-img {
    display: none;
  }
}
.hero-section .hero-mask-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-section .hero-mask-img .overlay {
  background: rgba(30, 110, 231, 0.6);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-section .hero-mask-img .overlay-2 {
  background: rgba(11, 42, 88, 0.22);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-section .shapes .shape {
  position: absolute;
  z-index: -1;
}
.hero-section .shapes .shape.shape-1 {
  top: 50px;
  left: 70px;
  animation: hero-anim-2 1s infinite linear alternate-reverse;
}
.hero-section .shapes .shape.shape-2 {
  bottom: 0;
  left: 0;
}
.hero-section .shapes .shape.shape-3 {
  left: 60%;
  bottom: 50px;
  transform: translateX(-50%);
  animation: hero-anim-1 1s infinite linear alternate-reverse;
}
.hero-section .shapes .shape.shape-4 {
  height: 100%;
  bottom: 0;
  left: 0;
}
.hero-section .shapes .shape.shape-4 img {
  height: 100%;
}
.hero-section .shapes .round-shape {
  background-color: var(--bz-color-common-white);
  width: 1262px;
  height: 1262px;
  position: absolute;
  top: -52%;
  right: -16%;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1700px) {
  .hero-section .shapes .round-shape {
    right: -35%;
  }
}
@media (max-width: 1200px) {
  .hero-section .shapes .round-shape {
    display: none;
  }
}

.hero-content {
  padding: 200px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .section-heading .sub-heading {
    font-size: 14px;
  }
}
.hero-content .section-heading .section-title {
  font-size: 72px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .hero-content .section-heading .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .section-heading .section-title {
    font-size: 32px;
  }
}
.hero-content .section-heading p {
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .hero-content .section-heading p {
    max-width: 400px;
  }
}
.hero-content .hero-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.hero-content .hero-btn-wrap .bz-primary-btn:before {
  background-color: var(--bz-color-heading-primary);
}
.hero-content .hero-btn-wrap .hero-btn {
  background-color: var(--bz-color-heading-primary);
}
.hero-content .hero-btn-wrap .hero-btn:before {
  background-color: var(--bz-color-theme-primary);
}

@-webkit-keyframes hero-anim-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@keyframes hero-anim-1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-webkit-keyframes hero-anim-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes hero-anim-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.hero-section-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.hero-content-2 {
  padding: 180px 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-2 {
    padding: 120px 0;
  }
}
.hero-content-2 .section-heading .section-title {
  font-size: 64px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .section-heading .section-title {
    font-size: 34px;
  }
}
.hero-content-2 p {
  color: var(--bz-color-common-white);
  max-width: 520px;
  width: 100%;
  margin-bottom: 50px;
}
.hero-content-2 .hero-btn {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-theme-primary);
}
.hero-content-2 .hero-btn:hover {
  color: var(--bz-color-common-white);
}
.hero-content-2 .hero-btn:before {
  background-color: var(--bz-color-theme-primary);
}

.hero-section-3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.hero-section-3 .shapes .shape {
  position: absolute;
  z-index: -1;
  height: 100%;
}
.hero-section-3 .shapes .shape img {
  height: 100%;
}
.hero-section-3 .shapes .shape.shape-1 {
  top: 0;
  left: 0;
}
.hero-section-3 .shapes .shape.shape-2 {
  top: 0;
  left: 0;
  opacity: 0.7;
}

.hero-content-3 {
  padding: 325px 0 265px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 {
    padding: 250px 0 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 {
    padding: 150px 0 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .section-heading .sub-heading {
    font-size: 13px;
  }
}
.hero-content-3 .section-heading .section-title {
  color: var(--bz-color-common-white);
  font-size: 64px;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 .section-heading .section-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .section-heading .section-title {
    font-size: 32px;
  }
}
.hero-content-3 .section-heading p {
  font-size: 18px;
  max-width: 750px;
  width: 100%;
  color: var(--bz-color-common-white);
  margin-bottom: 50px;
}

/* !END: Hero CSS */
/**----------------------------------------
    START: About CSS
----------------------------------------*/
.about-img-wrap {
  max-width: 595px;
  width: 100%;
  height: 565px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .about-img-wrap {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-img-wrap {
    height: 435px;
  }
}
.about-img-wrap .about-img {
  max-width: 560px;
  width: 100%;
  height: 530px;
  margin-left: auto;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .about-img-wrap .about-img {
    height: 400px;
  }
}
.about-img-wrap .shape {
  background-color: rgba(21, 21, 21, 0.1);
  max-width: 315px;
  width: 100%;
  height: 415px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .about-img-wrap .shape {
    height: 285px;
  }
}

.about-content {
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  .about-content {
    padding-left: 0;
    margin-top: 40px;
  }
}
.about-content .section-heading .section-title {
  margin-bottom: 20px;
}
.about-content .about-items {
  max-width: 490px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 40px;
}
.about-content .about-items .about-item {
  display: grid;
  align-items: center;
  grid-gap: 15px;
  grid-template-columns: 90px 1fr;
}
.about-content .about-items .about-item .icon {
  background: linear-gradient(93.22deg, rgba(14, 89, 242, 0.28) 2.69%, rgba(255, 255, 255, 0) 79.63%);
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-content .about-items .about-item .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.about-content .about-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.about-content .about-btn-wrap .transparent {
  padding: 19px 30px;
}
.about-content .about-btn-wrap .transparent i {
  margin-left: 0;
  margin-right: 10px;
}

.about-section-2 {
  background-color: #F6F7FA;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  padding-top: 195px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .about-section-2 {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media only screen and (max-width: 992px) {
  .about-section-2 {
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-2 {
    padding-top: 50px;
  }
}
.about-section-2 .shapes .shape {
  position: absolute;
  z-index: -1;
}
.about-section-2 .shapes .shape.shape-1 {
  top: 0;
  left: 0;
}

.about-wrap-2 {
  position: relative;
}
.about-wrap-2 .shapes-2 .shape {
  position: absolute;
  z-index: -1;
}
.about-wrap-2 .shapes-2 .shape.shape-2 {
  bottom: -100px;
  right: 0;
}

@media (max-width: 1200px) {
  .about-content-2 {
    margin-bottom: 50px;
  }
}
.about-content-2 .section-heading .section-title {
  margin-bottom: 20px;
}
.about-content-2 .about-items .about-item {
  display: grid;
  align-items: center;
  grid-template-columns: 70px 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .about-content-2 .about-items .about-item {
    grid-template-columns: 1fr;
  }
}
.about-content-2 .about-items .about-item:not(:last-of-type) {
  margin-bottom: 45px;
}
.about-content-2 .about-items .about-item .icon {
  background: var(--bz-color-common-white);
  border: 1px solid #E5E9F5;
  box-shadow: 0px 13px 26px rgba(20, 18, 33, 0.07);
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-content-2 .about-items .about-item .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-content-2 .about-items .about-item .content p {
  margin-bottom: 0;
  max-width: 380px;
  width: 100%;
}

.about-img-wrap-2 {
  max-width: 645px;
  width: 100%;
  height: 585px;
  position: relative;
}
@media (max-width: 1200px) {
  .about-img-wrap-2 {
    margin: 0 auto;
  }
}
.about-img-wrap-2 .about-counter {
  background-color: var(--bz-color-theme-primary);
  height: 170px;
  width: 170px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-img-wrap-2 .about-counter .title {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-common-white);
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.about-img-wrap-2 .about-counter .title .odometer-auto-theme {
  font-family: inherit;
}
.about-img-wrap-2 .about-counter p {
  color: var(--bz-color-common-white);
  margin-bottom: 0;
  line-height: 1.2;
}
.about-img-wrap-2 .about-images .about-img {
  position: absolute;
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-img-wrap-2 .about-images .about-img.img-1 {
  top: 0;
  right: 0;
  max-width: 460px;
  width: 100%;
  height: 400px;
}
.about-img-wrap-2 .about-images .about-img.img-2 {
  max-width: 170px;
  height: 214px;
  left: 0;
  bottom: 185px;
}
.about-img-wrap-2 .about-images .about-img.img-3 {
  left: 0;
  bottom: 0;
}
.about-img-wrap-2 .about-images .about-img-overlay {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 171px;
  width: 100%;
}
.about-img-wrap-2 .about-images .about-img-overlay .overlay {
  background: var(--bz-color-theme-primary);
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.about-img-wrap-2 .about-images .about-img-overlay .video-btn a {
  background: rgba(255, 255, 255, 0.1);
  color: var(--bz-color-common-white);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(7.5px);
  border-radius: 100px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .about-img-wrap-2 .about-images .about-img-overlay .video-btn a {
    font-size: 14px;
    width: 200px;
    justify-content: center;
    padding: 15px 20px;
  }
}

.about-img-3 {
  border-radius: 60px 0 60px 0;
  overflow: hidden;
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  .about-img-3 {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.about-content-3 {
  max-width: 550px;
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 992px) {
  .about-content-3 {
    padding-left: 0;
  }
}
.about-content-3 p {
  margin-bottom: 30px;
}
.about-content-3 .about-list {
  margin-bottom: 40px;
}
.about-content-3 .about-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 15px;
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
}
.about-content-3 .about-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.about-content-3 .about-list li .number {
  background-color: #F9EBEA;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bz-color-theme-red);
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  margin-top: 5px;
}

.about-section-4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 360px;
}
@media only screen and (max-width: 992px) {
  .about-section-4 {
    padding-bottom: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-4 {
    padding-bottom: 300px;
  }
}
.about-section-4 .shapes .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 992px) {
  .about-content-4 {
    margin-bottom: 50px;
  }
}
.about-content-4 p {
  margin-bottom: 40px;
}
.about-content-4 .about-contact-items {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.about-content-4 .about-contact-items .about-contact {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 15px;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid var(--bz-color-border-1);
}
@media (max-width: 1200px) {
  .about-content-4 .about-contact-items .about-contact {
    border: none;
    padding-right: 0;
    margin-right: 30px;
  }
}
.about-content-4 .about-contact-items .about-contact .icon {
  background: var(--bz-color-common-white);
  border: 1px solid #E2E4E8;
  box-shadow: 0px 12px 29px rgba(21, 29, 40, 0.08);
  color: var(--bz-color-theme-primary);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-content-4 .about-contact-items .about-contact .content span {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}
.about-content-4 .about-contact-items .about-contact .content a {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-theme-primary);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.about-content-4 .about-contact-items .about-author {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 15px;
}
.about-content-4 .about-contact-items .about-author img {
  border-radius: 50%;
}
.about-content-4 .about-contact-items .about-author .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.about-content-4 .about-contact-items .about-author .name span {
  font-family: var(--bz-ff-heading);
  display: block;
  color: var(--bz-color-text-body);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.about-img-wrap-4 {
  position: relative;
  height: 600px;
  max-width: 595px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .about-img-wrap-4 {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-img-wrap-4 {
    max-width: 293px;
    margin: 0 auto;
  }
}
.about-img-wrap-4 .about-img {
  position: absolute;
  border-radius: 15px;
  overflow: hidden;
}
.about-img-wrap-4 .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-img-wrap-4 .about-img.img-1 {
  max-width: 285px;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .about-img-wrap-4 .about-img.img-1 {
    display: none;
  }
}
.about-img-wrap-4 .about-img.img-2 {
  top: 0;
  right: 0;
  height: 372px;
  max-width: 293px;
}
.about-img-wrap-4 .about-counter {
  background-color: var(--bz-color-theme-primary);
  max-width: 293px;
  width: 100%;
  height: 208px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 40px 30px;
  border-radius: 15px;
  z-index: 1;
  overflow: hidden;
}
.about-img-wrap-4 .about-counter .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.about-img-wrap-4 .about-counter .title {
  color: var(--bz-color-common-white);
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}
.about-img-wrap-4 .about-counter .title .odometer-auto-theme {
  font-family: inherit;
}
.about-img-wrap-4 .about-counter .title .odometer-formatting-mark {
  display: none;
}
.about-img-wrap-4 .about-counter p {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-common-white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  padding-left: 5px;
}

/* !END: About CSS */
/**----------------------------------------
    START: Counter CSS
----------------------------------------*/
.counter-section {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.counter-section .overlay {
  background-color: rgba(0, 15, 41, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.counter-section .shape {
  position: absolute;
  height: 100%;
}
.counter-section .shape img {
  height: 100%;
}
.counter-section .shape.shape-1 {
  top: 0;
  left: 0;
}
.counter-section .shape.shape-2 {
  top: 0;
  right: 0;
}

.counter-item {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: 92px 1fr;
  grid-gap: 20px;
}
.counter-item .icon {
  max-width: 92px;
  width: 100%;
  height: 92px;
  position: relative;
  z-index: 1;
}
.counter-item .icon .icon-inner {
  background: rgba(216, 231, 253, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12.5px);
  height: 85px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 10px;
}
.counter-item .icon .shape {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.counter-item .counter-content .title {
  color: var(--bz-color-common-white);
  margin-bottom: 0;
  line-height: 1;
}
.counter-item .counter-content .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-item .counter-content p {
  color: var(--bz-color-common-white);
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}

.service-counter {
  position: relative;
  z-index: 1;
}
.service-counter .bg-item .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: saturate(0);
}
.service-counter .bg-item .overlay {
  background: rgba(9, 15, 26, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-counter .bg-item .shapes .shape {
  position: absolute;
  z-index: -1;
  height: 100%;
}
.service-counter .bg-item .shapes .shape img {
  height: 100%;
}
.service-counter .bg-item .shapes .shape.shape-1 {
  top: 0;
  left: 0;
}
.service-counter .bg-item .shapes .shape.shape-2 {
  top: 0;
  right: 0;
}

.counter-card {
  display: flex;
  align-items: center;
  padding: 40px 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.27);
  box-shadow: 0px 12px 31px rgba(4, 10, 21, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .counter-card {
    padding: 40px 30px;
  }
}
.counter-card .icon {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.counter-card .content .title {
  color: var(--bz-color-common-white);
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .counter-card .content .title {
    font-size: 36px;
  }
}
.counter-card .content .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
  margin-bottom: -2px;
}
.counter-card .content p {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-common-white);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

/* !END: Counter CSS */
/**----------------------------------------
    START: Service CSS
----------------------------------------*/
.service-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.service-item {
  background-color: var(--bz-color-common-white);
  padding: 40px 35px;
  box-shadow: 0px 8px 38px rgba(20, 27, 36, 0.05);
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .service-item {
    padding: 30px 20px;
  }
}
.service-item .icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bz-color-border-1);
  border-radius: 10px;
  margin-bottom: 30px;
}
.service-item .icon img {
  height: 42px;
  width: 42px;
  margin: 0 auto;
}
.service-item .service-content .title {
  color: var(--bz-color-heading-primary);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-item .service-content p {
  font-size: 14px;
  margin-bottom: 25px;
}
.service-item:hover {
  margin-top: -5px;
}

.service-left-content .section-heading {
  margin-bottom: 30px;
}
.service-left-content .section-heading .section-title {
  margin-bottom: 20px;
}

.service-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .service-items {
    margin-top: 40px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-items {
    grid-template-columns: 1fr;
  }
}

.service-item-2 {
  background: linear-gradient(180deg, #E2EEFF 0%, rgba(255, 255, 255, 0) 50%);
  border: 1px solid #E2E8EF;
  border-radius: 15px;
  padding: 40px;
  filter: drop-shadow(0px 16px 42px rgba(66, 107, 155, 0.15));
}
@media only screen and (max-width: 767px) {
  .service-item-2 {
    padding: 30px 20px;
  }
}
.service-item-2 .icon {
  background-color: var(--bz-color-common-white);
  border: 1px solid var(--bz-color-border-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 80px;
  width: 80px;
  margin-bottom: 30px;
}
.service-item-2 .content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-item-2 .content p:last-child {
  margin-bottom: 0;
}
.service-item-2:hover {
  filter: drop-shadow(0px 16px 42px rgba(66, 107, 155, 0.15));
}

.service-section-3 {
  position: relative;
  z-index: 1;
}
.service-section-3 .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-section-3 .bg-shape img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service-item-3 {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ECE7E7;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.08);
}
.service-item-3 .service-thumb {
  position: relative;
  height: 150px;
  width: 100%;
  overflow: hidden;
}
.service-item-3 .service-thumb .img-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0) contrast(110%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-3 .service-thumb .icon {
  background-color: #FEEFEE;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-3 .service-thumb .icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .service-item-3 .service-thumb .icon {
    width: 120px;
  }
  .service-item-3 .service-thumb .icon img {
    width: 45%;
  }
}
.service-item-3 .service-content {
  background-color: var(--bz-color-common-white);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .service-item-3 .service-content {
    padding: 30px;
  }
}
.service-item-3 .service-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-item-3 .service-content p {
  font-size: 14px;
  margin-bottom: 20px;
}
.service-item-3 .service-content .bz-primary-btn {
  font-size: 14px;
  padding: 16px 30px;
}
.service-item-3:hover .service-thumb .img-item {
  transform: scale(1.02);
}
.service-item-3:hover .service-thumb .icon {
  background-color: var(--bz-color-theme-red);
}
.service-item-3:hover .service-thumb .icon img {
  filter: brightness(0) invert(1);
}

.service-item-4 {
  border-radius: 15px;
  overflow: hidden;
}
.service-item-4 .service-thumb {
  height: 240px;
  width: 100%;
  position: relative;
}
.service-item-4 .service-thumb .main-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.service-item-4 .service-thumb .icon {
  background-color: var(--bz-color-common-white);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 16px 20px rgba(20, 31, 54, 0.03);
  border-radius: 10px;
  position: absolute;
  bottom: -40px;
  left: 40px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .service-item-4 .service-thumb .icon {
    left: 30px;
  }
}
.service-item-4 .service-content {
  background-color: #F3F4F6;
  padding: 65px 40px 40px 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .service-item-4 .service-content {
    padding: 65px 30px 30px 30px;
  }
}
.service-item-4 .service-content:before {
  background-color: var(--bz-color-theme-primary);
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-item-4 .service-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D0D6E1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-4 .service-content p {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-4 .service-content .read-more {
  color: var(--bz-color-theme-primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item-4 .service-content .read-more i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service-item-4 .service-content .read-more:hover i {
  margin-left: 5px;
}
.service-item-4:hover .service-content:before {
  height: 100%;
}
.service-item-4:hover .service-content a,
.service-item-4:hover .service-content p,
.service-item-4:hover .service-content .title {
  color: var(--bz-color-common-white);
}

/* !END: Service CSS */
/**----------------------------------------
    START: Content CSS
----------------------------------------*/
.content-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px 0 50px 0;
  padding-right: 120px;
  padding-left: 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .content-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .content-wrap {
    padding: 60px 0;
    border-radius: 0;
  }
}
.content-wrap .shapes .shape-1 {
  background-color: var(--bz-color-theme-primary);
  mix-blend-mode: multiply;
  height: 1530px;
  width: 732px;
  position: absolute;
  top: -90px;
  right: -150px;
  z-index: -1;
  transform: rotate(40deg);
}
.content-wrap .shapes .shape-2 {
  background-color: var(--bz-color-theme-primary);
  mix-blend-mode: multiply;
  height: 1410px;
  width: 533px;
  position: absolute;
  top: 60px;
  right: -25px;
  z-index: -1;
  transform: rotate(40deg);
}

.content-box {
  max-width: 795px;
  background-color: var(--bz-color-common-white);
  padding: 100px;
  border-radius: 50px 0 50px 0;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .content-box {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .content-box {
    padding: 60px 20px;
    border-radius: 0;
  }
}

.content-tab .nav-tabs {
  border: none;
  column-gap: 35px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.content-tab .nav-tabs .nav-link {
  font-family: var(--bz-ff-heading);
  background-color: var(--bz-color-grey-2);
  color: var(--bz-color-heading-primary);
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
}
.content-tab .nav-tabs .nav-link.active {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}
.content-tab .tab-info {
  margin-top: 30px;
}

.tab-progress {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.tab-progress:not(:last-of-type) {
  margin-bottom: 40px;
}
.tab-progress .title {
  font-family: var(--bz-ff-body);
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}
.tab-progress .progress {
  height: 8px;
  overflow: visible;
  border-radius: 5px;
}
.tab-progress .progress .progress-bar {
  position: relative;
  background-color: var(--bz-color-theme-primary);
  overflow: visible;
  border-radius: 5px;
}
.tab-progress .progress .progress-bar span {
  color: var(--bz-color-theme-primary);
  font-family: var(--bz-ff-body);
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: -38px;
  right: 0;
}

/* !END: Content CSS */
/**----------------------------------------
    START: Team CSS
----------------------------------------*/
.team-section {
  background-color: #131C2B;
  position: relative;
  z-index: 1;
}
.team-section .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.team-wrap {
  padding: 0 30px;
}

.team-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.team-item .team-thumb {
  max-width: 500px;
  width: 100%;
  height: 452px;
  position: relative;
  z-index: 1;
}
.team-item .team-thumb img {
  filter: saturate(1) contrast(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-thumb .shapes .shape-1 {
  background: linear-gradient(180deg, #294F89 0%, rgba(6, 25, 57, 0) 100%);
  mix-blend-mode: hard-light;
  transform: rotate(33.32deg);
  height: 660px;
  width: 122px;
  position: absolute;
  top: -76%;
  left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.team-item .team-thumb .shapes .shape-2 {
  background: linear-gradient(180deg, rgba(23, 40, 65, 0.61) 0%, rgba(6, 25, 57, 0) 100%);
  mix-blend-mode: hard-light;
  transform: rotate(33.32deg);
  height: 660px;
  width: 200px;
  position: absolute;
  top: -68%;
  left: 83px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.team-item .team-content-wrap {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-content-wrap .team-content {
  background: var(--bz-color-theme-primary);
  padding: 50px 30px 30px 30px;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
}
.team-item .team-content-wrap .team-content .title {
  color: var(--bz-color-common-white);
  font-size: 24px;
  font-weight: 600;
}
.team-item .team-content-wrap .team-content .title a:hover {
  color: var(--bz-color-common-white);
}
.team-item .team-content-wrap .team-content span {
  font-size: 14px;
  font-weight: 500;
  color: var(--bz-color-common-white);
  line-height: 1;
}
.team-item .team-content-wrap .team-social {
  position: absolute;
  top: -18px;
  right: 40px;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-content-wrap .team-social .expand {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-theme-primary);
  font-size: 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}
.team-item .team-content-wrap .team-social .expand:hover {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-theme-primary);
}
.team-item .team-content-wrap .team-social .social-list {
  position: absolute;
  bottom: 55px;
  right: 0px;
  list-style: none;
}
.team-item .team-content-wrap .team-social .social-list li {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .team-content-wrap .team-social .social-list li a {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-heading-primary);
  font-size: 15px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.team-item .team-content-wrap .team-social .social-list li a:hover {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}
.team-item .team-content-wrap .team-social .social-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.team-item .team-content-wrap .team-social .social-list li:nth-child(4) {
  transition-delay: 100ms;
}
.team-item .team-content-wrap .team-social .social-list li:nth-child(3) {
  transition-delay: 150ms;
}
.team-item .team-content-wrap .team-social .social-list li:nth-child(2) {
  transition-delay: 200ms;
}
.team-item .team-content-wrap .team-social .social-list li:nth-child(1) {
  transition-delay: 250ms;
}
.team-item .team-content-wrap .team-social:hover {
  overflow: visible;
}
.team-item .team-content-wrap .team-social:hover .social-list li {
  visibility: visible;
  opacity: 1;
}
.team-item:hover .team-thumb img {
  filter: saturate(0) contrast(110%);
}
.team-item:hover .team-thumb .shapes .shape-1 {
  top: -80%;
  left: 40px;
  visibility: visible;
  opacity: 1;
}
.team-item:hover .team-thumb .shapes .shape-2 {
  top: -72%;
  left: 103px;
  visibility: visible;
  opacity: 1;
}
.team-item:hover .team-content-wrap {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.team-card {
  background-color: var(--bz-color-theme-red);
  height: 410px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
.team-card .overlay {
  background: linear-gradient(180deg, rgba(10, 15, 33, 0) 59.51%, rgba(16, 18, 28, 0.93) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 15px;
}
.team-card .team-member {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
  height: 375px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.team-card .team-member img {
  filter: saturate(0) contrast(110%);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .team-card .team-member img {
    object-fit: cover;
  }
}
.team-card .team-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 2;
}
.team-card .team-content .title {
  color: var(--bz-color-common-white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-card .team-content .title a:hover {
  color: var(--bz-color-theme-red);
}
.team-card .team-content span {
  color: var(--bz-color-common-white);
  font-family: var(--bz-ff-heading);
}
.team-card .hover-content-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  position: relative;
}
.team-card .hover-content-wrap:before {
  background-color: var(--bz-color-theme-red);
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-card .hover-content-wrap .hover-content {
  position: relative;
  z-index: 6;
  padding: 40px 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.team-card .hover-content-wrap .hover-content .title {
  color: var(--bz-color-common-white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-card .hover-content-wrap .hover-content .title a:hover {
  color: var(--bz-color-common-white);
}
.team-card .hover-content-wrap .hover-content span {
  color: var(--bz-color-common-white);
  font-family: var(--bz-ff-heading);
}
.team-card .hover-content-wrap .hover-content p {
  color: var(--bz-color-common-white);
  margin-top: 20px;
  margin-bottom: 20px;
}
.team-card .hover-content-wrap .hover-content .team-social li {
  display: inline-flex;
}
.team-card .hover-content-wrap .hover-content .team-social li:not(:last-of-type) {
  margin-right: 20px;
}
.team-card .hover-content-wrap .hover-content .team-social li a {
  color: #FF9089;
}
.team-card .hover-content-wrap .hover-content .team-social li a:hover {
  color: var(--bz-color-common-white);
}
.team-card:hover .hover-content-wrap:before {
  height: 100%;
}
.team-card:hover .hover-content-wrap .hover-content {
  visibility: visible;
  opacity: 1;
}

.inner-team {
  background-color: var(--bz-color-theme-primary);
}
.inner-team .overlay-2 {
  background: #142CAE;
  filter: blur(60px);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -200px;
  left: 0;
  border-radius: 15px;
  z-index: -1;
}
.inner-team .hover-content-wrap:before {
  background: rgb(30, 110, 231);
  background: linear-gradient(176deg, rgb(30, 110, 231) 0%, rgb(20, 44, 174) 99%);
}
.inner-team .hover-content-wrap .hover-content .team-social li a {
  color: #5C90FA;
}
.inner-team .hover-content-wrap .hover-content .team-social li a:hover {
  color: var(--bz-color-common-white);
}

.team-skill-content {
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  .team-skill-content {
    padding-right: 0;
  }
}
.team-skill-content .skill-wrap {
  margin-top: 40px;
}
.team-skill-content .skill-wrap .skill-item {
  overflow: hidden;
  position: relative;
}
.team-skill-content .skill-wrap .skill-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.team-skill-content .skill-wrap .skill-item .skill-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-skill-content .skill-wrap .skill-item .skill-top .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.team-skill-content .skill-wrap .skill-item .skill-top span {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.team-skill-content .skill-wrap .skill-item .skill-item-inner {
  padding: 5px;
  border: 1px solid var(--bz-color-border-1);
  border-radius: 2px;
}
.team-skill-content .skill-wrap .skill-item .progress {
  background-color: var(--bz-color-common-white);
  height: 5px;
  overflow: visible;
  border-radius: 2px;
  overflow: hidden;
}
.team-skill-content .skill-wrap .skill-item .progress .progress-bar {
  position: relative;
  background-color: var(--bz-color-theme-primary);
  overflow: visible;
}
.team-skill-content .skill-wrap .skill-item .progress .progress-bar span {
  color: var(--bz-color-theme-primary);
  font-family: var(--bz-ff-body);
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: -38px;
  right: 0;
}

.team-skill-img {
  max-width: 523px;
  width: 100%;
  height: 100%;
  margin-left: auto;
}
.team-skill-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .team-skill-img {
    margin: 0 auto;
    margin-top: 50px;
  }
}

.team-details-wrap .team-auhtor-area {
  display: grid;
  align-items: center;
  grid-template-columns: 490px 1fr;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .team-details-wrap .team-auhtor-area {
    grid-template-columns: 380px 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .team-details-wrap .team-auhtor-area {
    grid-template-columns: 1fr;
  }
}
.team-details-wrap .team-auhtor-area .team-author-img {
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .team-details-wrap .team-auhtor-area .team-author-img {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details-wrap .team-auhtor-area .team-author-img {
    height: 400px;
  }
}
.team-details-wrap .team-auhtor-area .team-author-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .team-details-wrap .team-auhtor-area .team-author-img img {
    object-position: top;
  }
}
.team-details-wrap .team-auhtor-area .team-author-content {
  background-color: #F3F4F6;
  padding: 70px 60px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .team-details-wrap .team-auhtor-area .team-author-content {
    padding: 40px 20px;
  }
}
.team-details-wrap .team-auhtor-area .team-author-content .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}
.team-details-wrap .team-auhtor-area .team-author-content .prof {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-theme-primary);
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
.team-details-wrap .team-auhtor-area .team-author-content .author-info-items {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .team-details-wrap .team-auhtor-area .team-author-content .author-info-items {
    grid-template-columns: 1fr;
  }
}
.team-details-wrap .team-auhtor-area .team-author-content .author-info-items .author-info {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
.team-details-wrap .team-auhtor-area .team-author-content .author-info-items .author-info .icon {
  background: var(--bz-color-common-white);
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  color: var(--bz-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-details-wrap .team-auhtor-area .team-author-content .author-info-items .author-info .content span {
  font-family: var(--bz-ff-heading);
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.team-details-wrap .team-auhtor-area .team-author-content .author-info-items .author-info .content .info-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.team-counter-area {
  background-color: #F3F4F6;
  padding: 80px 80px;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .team-counter-area {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-counter-area {
    padding: 40px 20px;
  }
}
.team-counter-area .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.team-counter-area .team-counter {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
}
.team-counter-area .team-counter .icon {
  background-color: var(--bz-color-theme-primary);
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-counter-area .team-counter .content {
  background-color: var(--bz-color-common-white);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0 35px;
}
@media only screen and (max-width: 767px) {
  .team-counter-area .team-counter .content {
    padding: 0 20px;
  }
}
.team-counter-area .team-counter .content .title {
  color: var(--bz-color-theme-primary);
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
}
.team-counter-area .team-counter .content .title .odometer-auto-theme {
  font-family: inherit;
}
.team-counter-area .team-counter .content p {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .team-counter-area .team-counter .content p {
    font-size: 14px;
  }
}

.team-details-form {
  background-color: #F3F4F6;
  padding: 80px 80px;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .team-details-form {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details-form {
    padding: 40px 20px;
  }
}
.team-details-form .heading-area {
  margin-bottom: 50px;
}
.team-details-form .heading-area span {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-theme-primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.team-details-form .heading-area .title {
  font-size: 30px;
  margin-bottom: 0;
}
.team-details-form .form-group .form-control {
  color: var(--bz-color-text-body);
  box-shadow: none;
  border: none;
  border-radius: 5px;
  padding: 14.5px 20px;
  margin-bottom: 20px;
}
.team-details-form .submit-btn .bz-primary-btn {
  width: 100%;
  justify-content: center;
}

/* !END: Team CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.project-section {
  position: relative;
  z-index: 1;
}
.project-section .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  max-width: 1680px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1200px) {
  .project-section .bg-shape {
    background-size: cover;
    height: 50%;
  }
}

.project-top .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.project-top .swiper-arrow .swiper-nav {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-heading-primary);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-top .swiper-arrow .swiper-nav:hover {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}

.project-item {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.project-item .project-img {
  height: 580px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .project-item .project-img {
    height: 450px;
  }
}
.project-item .project-img .overlay {
  background: linear-gradient(180deg, rgba(30, 110, 231, 0) 0%, rgba(2, 37, 89, 0.94) 49.31%);
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item .project-img .overlay-2 {
  background: #1E6EE7;
  mix-blend-mode: multiply;
  opacity: 0.67;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1) contrast(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
}
.project-item .project-content {
  position: absolute;
  bottom: 30px;
  left: 50px;
  right: 60px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .project-item .project-content {
    left: 30px;
    right: 30px;
  }
}
.project-item .project-content .title {
  font-size: 30px;
  color: var(--bz-color-common-white);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .project-item .project-content .title {
    font-size: 22px;
  }
}
.project-item .project-content .title a:hover {
  color: var(--bz-color-common-white);
}
.project-item .project-content span {
  color: var(--bz-color-common-white);
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .project-item .project-content span {
    margin-bottom: 20px;
  }
}
.project-item .project-content p {
  color: var(--bz-color-common-white);
  font-size: 14px;
  margin-bottom: 30px;
}
.project-item:hover .project-img img {
  filter: saturate(0) contrast(110%);
}
.project-item:hover .project-img .overlay {
  visibility: visible;
  opacity: 1;
  top: 100px;
}
.project-item:hover .project-img .overlay-2 {
  visibility: visible;
  opacity: 0.7;
}
.project-item:hover .project-content {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}

.project-item-2 {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  height: 435px;
}
.project-item-2 .project-img {
  height: 100%;
}
.project-item-2 .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item-2 .overlay {
  background-color: var(--bz-color-theme-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item-2 .shape {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.project-item-2 .shape img {
  height: 100%;
}
.project-item-2 .project-btn a {
  background-color: var(--bz-color-common-white);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--bz-color-theme-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.project-item-2 .project-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.project-item-2 .project-content span {
  font-family: var(--bz-ff-heading);
  display: block;
  color: var(--bz-color-common-white);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.project-item-2 .project-content .title {
  color: var(--bz-color-common-white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.project-item-2 .project-content .title a:hover {
  color: var(--bz-color-common-white);
}
.project-item-2:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.project-item-2:hover .shape {
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}
.project-item-2:hover .project-btn a {
  transform: translate(-50%, -50%) scale(1);
}
.project-item-2:hover .project-content {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

.project-details-wrap .project-details-thumb {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .project-details-wrap .project-details-thumb {
    margin-bottom: 200px;
  }
}
.project-details-wrap .project-details-thumb img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.project-details-wrap .project-details-thumb .details-list-wrap {
  background-color: #EFF1F5;
  position: absolute;
  right: 50px;
  bottom: -180px;
  padding: 40px;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .project-details-wrap .project-details-thumb .details-list-wrap {
    right: 25px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details-wrap .project-details-thumb .details-list-wrap {
    right: 0;
    bottom: -180px;
    padding: 30px 20px;
  }
}
.project-details-wrap .project-details-thumb .details-list-wrap .list-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DADFEC;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li .icon {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-theme-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li .content span {
  font-family: var(--bz-ff-heading);
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li .content .title {
  color: var(--bz-color-heading-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.project-details-wrap .details-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .project-details-wrap .details-title {
    font-size: 24px;
  }
}
.project-details-wrap .desc {
  max-width: 730px;
  width: 100%;
}
@media (max-width: 1200px) {
  .project-details-wrap .desc {
    max-width: 550px;
  }
}
.project-details-wrap .project-details-img {
  border-radius: 15px;
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Testi CSS
----------------------------------------*/
.testimonail-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.testi-item {
  background-color: var(--bz-color-common-white);
  box-shadow: 0px 15px 41px rgba(13, 22, 39, 0.08);
  padding: 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .testi-item {
    padding: 40px 20px;
  }
}
.testi-item .testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bz-color-border-1);
}
.testi-item .testi-top .testi-author {
  display: grid;
  align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 15px;
}
.testi-item .testi-top .testi-author img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}
.testi-item .testi-top .testi-author .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.testi-item .testi-top .testi-author .name span {
  font-size: 16px;
  color: var(--bz-color-theme-primary);
  font-weight: 400;
  margin-top: 5px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .testi-item .testi-top .quote {
    display: none;
  }
}
.testi-item p {
  color: var(--bz-color-text-body);
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
  margin-bottom: 0;
}

.testi-carousel-2,
.testi-carousel {
  padding-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .testi-carousel-2,
  .testi-carousel {
    padding-bottom: 60px;
  }
}
.testi-carousel-2 .swiper-pagination,
.testi-carousel .swiper-pagination {
  bottom: 0;
}
.testi-carousel-2 .swiper-pagination .swiper-pagination-bullet,
.testi-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--bz-color-heading-primary);
  margin: 0 10px;
  opacity: 1;
}
.testi-carousel-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testi-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  background-color: var(--bz-color-theme-primary);
}
.testi-carousel-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.testi-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: transparent;
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--bz-color-theme-primary);
}

.testimonial-section-2 {
  position: relative;
  z-index: 1;
  max-width: 1860px;
  width: 100%;
  margin: 0 auto;
}
.testimonial-section-2 .bg-color {
  background-color: var(--bz-color-heading-primary);
  height: 63%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 15px 15px;
}

.testi-card {
  background-color: var(--bz-color-common-white);
  padding: 30px 40px;
  border-radius: 15px;
  border: 1px solid var(--bz-color-border-1);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testi-card {
    padding: 30px;
  }
}
.testi-card .testi-img {
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 15px 0 15px 0;
  overflow: hidden;
}
.testi-card .testi-author {
  padding-left: 90px;
  margin-bottom: 50px;
}
.testi-card .testi-author .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testi-card .testi-author .name {
    font-size: 20px;
  }
}
.testi-card .testi-author .review {
  margin-top: 5px;
}
.testi-card .testi-author .review li {
  display: inline-flex;
  color: var(--bz-color-theme-primary);
}
.testi-card p {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--bz-color-border-1);
}
.testi-card .testi-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-section-3 {
  padding-top: 270px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .testimonial-section-3 {
    padding-top: 200px;
  }
}

.testi-carousel-2 {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.testi-item-2 {
  background: var(--bz-color-common-white);
  border: 1px solid #E6E6E6;
  box-shadow: 0px 14px 68px #E8E8E8;
  border-radius: 15px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .testi-item-2 {
    padding: 30px 20px;
  }
}
.testi-item-2 .testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--bz-color-border-1);
  flex-wrap: wrap;
  row-gap: 15px;
}
.testi-item-2 .testi-top .testi-author {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 15px;
}
.testi-item-2 .testi-top .testi-author .name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.testi-item-2 .testi-top .testi-author .name span {
  display: block;
  font-family: var(--bz-ff-body);
  font-size: 14px;
  color: var(--bz-color-text-body);
  font-weight: 400;
  margin-top: 5px;
}
.testi-item-2 .testi-top .review li {
  display: inline-flex;
  color: #FFB930;
}
.testi-item-2 p {
  font-weight: 500;
  margin-bottom: 0;
}

/* !END: Testi CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.post-card {
  border-radius: 12px;
  overflow: hidden;
}
.post-card .post-thumb {
  position: relative;
  height: 255px;
  overflow: hidden;
}
.post-card .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.post-card .post-content-wrap {
  background: var(--bz-color-grey-4);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .post-card .post-content-wrap {
    padding: 30px 20px;
  }
}
.post-card .post-content {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DDDEE1;
}
.post-card .post-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .post-card .post-content .title {
    font-size: 18px;
  }
}
.post-card .post-content .title a {
  background: linear-gradient(var(--bz-color-theme-primary) 0%, var(--bz-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .post-content .title a:hover {
  color: var(--bz-color-theme-primary);
  background-size: 100% 2px;
}
.post-card .read-more {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--bz-color-theme-primary);
  display: flex;
  align-items: center;
}
.post-card .read-more i {
  font-size: 14px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .read-more:hover i {
  margin-left: 8px;
}
.post-card:hover .post-thumb img {
  transform: scale(1.02);
}

.post-meta {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 20px;
}
.post-meta li {
  font-family: var(--bz-ff-body);
  color: var(--bz-color-text-body);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.post-meta li i {
  font-size: 15px;
  color: var(--bz-color-theme-primary);
}
.post-meta li:not(:last-of-type) {
  margin-right: 20px;
}
.post-meta li a:hover {
  color: var(--bz-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .post-meta li {
    font-size: 12px;
  }
}

.post-card-3 {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}
.post-card-3 .post-thumb {
  height: 540px;
  width: 100%;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .post-card-3 .post-thumb {
    height: 450px;
  }
}
.post-card-3 .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card-3 .post-content {
  background-color: var(--bz-color-common-white);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 585px;
  width: 100%;
  padding: 40px;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .post-card-3 .post-content {
    max-width: 410px;
  }
}
@media only screen and (max-width: 992px) {
  .post-card-3 .post-content {
    padding: 40px 30px;
    max-width: 325px;
  }
}
@media only screen and (max-width: 767px) {
  .post-card-3 .post-content {
    max-width: 270px;
    padding: 30px 20px;
  }
}
.post-card-3 .post-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .post-card-3 .post-content .title {
    font-size: 20px;
  }
}
.post-card-3 .post-content .title a {
  background: linear-gradient(var(--bz-color-theme-primary) 0%, var(--bz-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card-3 .post-content .title a:hover {
  color: var(--bz-color-theme-primary);
  background-size: 100% 2px;
}
.post-card-3 .post-content .blog-btn {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-heading-primary);
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.post-card-3 .post-content .blog-btn:hover {
  color: var(--bz-color-theme-red);
}
.post-card-3 .post-content .blog-btn i {
  background-color: var(--bz-color-theme-red);
  color: var(--bz-color-common-white);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card-3:hover .post-content {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.post-inner {
  margin-bottom: 30px;
}
.post-inner .post-thumb {
  height: 450px;
}
@media only screen and (max-width: 992px) {
  .post-inner .post-thumb {
    height: 350px;
  }
}
.post-inner .post-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-inner .post-thumb .video-btn a {
  background-color: rgba(30, 110, 231, 0.9);
  color: var(--bz-color-common-white);
  font-size: 30px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-inner .post-thumb .video-btn img {
  margin-bottom: 5px;
}
.post-inner .post-thumb .video-btn .ripple {
  height: 100px;
  width: 100px;
}
.post-inner .post-thumb .video-btn .ripple:before, .post-inner .post-thumb .video-btn .ripple:after {
  height: 100px;
  width: 100px;
}
.post-inner .post-content .title {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .post-inner .post-content .title {
    font-size: 22px;
  }
}
.post-inner .post-content p {
  margin-top: 15px;
  margin-bottom: 0;
}
.post-inner:hover .post-thumb .swiper-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.post-thumb-carousel .swiper-arrow {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-thumb-carousel .swiper-arrow .swiper-nav {
  background-color: rgba(30, 110, 231, 0.9);
  color: var(--bz-color-common-white);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.post-thumb-carousel .swiper-arrow .swiper-nav.swiper-next {
  left: auto;
  right: 0;
  border-radius: 5px 0 0 5px;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 10px;
}
.pagination-wrap li a {
  background-color: var(--bz-color-grey-1);
  color: var(--bz-color-heading-primary);
  font-weight: 600;
  height: 50px;
  width: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 10px;
}
.pagination-wrap li a:hover {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}
.pagination-wrap li .active {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.page-header {
  background-color: #F3F3F3;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-header .overlay {
  background: rgba(12, 26, 54, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-header .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: saturate(0) contrast(120%);
  z-index: -1;
}
.page-header .shapes .shape {
  position: absolute;
  z-index: -1;
  height: 100%;
}
.page-header .shapes .shape img {
  height: 100%;
}
.page-header .shapes .shape.shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.page-header .shapes .shape.shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.page-header-content {
  padding: 144.21px 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
@media only screen and (max-width: 992px) {
  .page-header-content {
    padding: 100px 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-content {
    flex-direction: column;
  }
}
.page-header-content .title {
  color: var(--bz-color-common-white);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  .page-header-content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header-content .title {
    font-size: 29px;
  }
}
.page-header-content .sub-title {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 7px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 15px 30px;
}
.page-header-content .sub-title .home {
  color: var(--bz-color-common-white);
  font-size: 18px;
  font-weight: 500;
}
.page-header-content .sub-title .icon {
  font-size: 16px;
  color: var(--bz-color-common-white);
  line-height: 1;
}
.page-header-content .sub-title .inner {
  font-size: 18px;
  color: var(--bz-color-common-white);
  font-weight: 500;
}

/* !END: Page Header CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.contact-content {
  background-color: var(--bz-color-grey-4);
  padding: 40px 50px;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .contact-content {
    padding: 30px 20px;
  }
}
.contact-content .contact-top .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-content .contact-top .title {
    font-size: 24px;
  }
}
.contact-content .contact-top p {
  margin-bottom: 30px;
}
.contact-content .contact-list .list-item {
  display: grid;
  align-items: center;
  grid-template-columns: 75px 1fr;
  grid-gap: 20px;
}
.contact-content .contact-list .list-item:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DADFEC;
}
@media only screen and (max-width: 767px) {
  .contact-content .contact-list .list-item {
    grid-template-columns: 1fr;
  }
}
.contact-content .contact-list .list-item .icon {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-theme-primary);
  font-size: 18px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.contact-content .contact-list .list-item .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-content .contact-list .list-item .content p {
  margin-bottom: 0;
}
.contact-content .contact-list .list-item .content a {
  display: block;
}
.contact-content .contact-list .list-item .content span {
  display: block;
}
.contact-content .contact-list .list-item:hover .icon {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}

.contact-wrap {
  background-color: var(--bz-color-grey-1);
  padding: 60px;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .contact-wrap {
    padding: 40px 20px;
  }
}
.contact-wrap .section-heading .section-title {
  margin: 0;
}

.blog-contact-form.form-2 {
  border: 1px solid var(--bz-color-border-1);
}

.map-wrapper {
  margin-bottom: -10px;
}

/* !END: Theme Contact CSS */
/**----------------------------------------
    START: Request CSS
----------------------------------------*/
.request-section {
  background-color: #EBF3FF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.request-section .bg-color {
  background-color: var(--bz-color-common-white);
  width: 100%;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.request-section .shapes .shape {
  position: absolute;
  z-index: -1;
}
.request-section .shapes .shape.shape-1 {
  bottom: 0;
  left: 0;
}
.request-section .shapes .shape.shape-2 {
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}

.request-form-wrap {
  max-width: 530px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.request-form-wrap .form-header {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
  padding: 20px 40px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.request-form-wrap .request-form {
  background-color: var(--bz-color-common-white);
  padding: 40px;
}
.request-form-wrap .request-form .form-control {
  border: 1px solid var(--bz-color-border-1);
  box-shadow: none;
  padding: 13px 20px;
  margin-bottom: 15px;
}

.request-img-wrap {
  position: relative;
  height: 665px;
}
.request-img-wrap .men {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.request-img-wrap .bg-img {
  position: absolute;
  top: 76px;
  right: 0;
  height: 525px;
}

.request-section-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  max-width: 1860px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.request-section-2 .request-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 845px;
  width: 100%;
  clip-path: polygon(22% 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .request-section-2 .request-bg-img {
    display: none;
  }
}
.request-section-2 .request-bg-img img {
  filter: saturate(0) contrast(110%);
  width: 100%;
  height: 100%;
}
.request-section-2 .request-bg-img:before {
  background: #1E6EE7;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.request-form-wrap.wrap-2 {
  background-color: var(--bz-color-common-white);
  padding: 60px 50px;
}
@media only screen and (max-width: 992px) {
  .request-form-wrap.wrap-2 {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .request-form-wrap.wrap-2 {
    padding: 30px;
  }
}
.request-form-wrap.wrap-2 .form-header {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-heading-primary);
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.request-form-wrap.wrap-2 p {
  margin-bottom: 30px;
}
.request-form-wrap.wrap-2 .request-form {
  padding: 0;
}

.request-map-wrapper {
  max-width: 625px;
  width: 100%;
  height: 475px;
  border: 5px solid var(--bz-color-common-white);
  border-radius: 15px;
  position: relative;
  z-index: 2;
  margin-left: 30px;
}
@media only screen and (max-width: 992px) {
  .request-map-wrapper {
    margin: 0 auto;
  }
}
.request-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* !END: Request CSS */
/**----------------------------------------
    START: Sponsor CSS
----------------------------------------*/
.sponsor-text-wrap {
  display: flex;
  align-items: center;
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.sponsor-text-wrap span {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--bz-color-border-1);
}
@media only screen and (max-width: 767px) {
  .sponsor-text-wrap span {
    border: none;
    width: auto;
    height: auto;
  }
}
.sponsor-text-wrap .sponsor-text {
  display: inline-block;
  height: auto;
  border-bottom: none;
  text-align: center;
  white-space: nowrap;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .sponsor-text-wrap .sponsor-text {
    white-space: inherit;
  }
}

/* !END: Sponsor CSS */
/**----------------------------------------
    START: Process CSS
----------------------------------------*/
.process-section {
  background: linear-gradient(180deg, #032E6F 39.59%, #0344A8 100%);
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1200px) {
  .process-section {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media only screen and (max-width: 992px) {
  .process-section {
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .process-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.process-section:before {
  background-color: var(--bz-color-common-white);
  content: "";
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: -1px;
  left: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 992px) {
  .process-section:before {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .process-section .shapes {
    display: none;
  }
}
.process-section .shapes .shape {
  position: absolute;
  z-index: -1;
}
.process-section .shapes .shape.shape-1 {
  top: 0;
  left: 135px;
}
.process-section .shapes .shape.shape-2 {
  top: 0;
  right: 105px;
}
.process-section .shapes .shape.shape-3 {
  bottom: 75px;
  left: 40px;
}
.process-section .shapes .shape.shape-4 {
  bottom: 0;
  right: 0;
}

.process-wrap > div:nth-child(2n+2) {
  margin-top: 60px;
}

.process-card {
  position: relative;
}
.process-card .arrow {
  position: absolute;
  top: 20px;
  right: -20%;
}
@media (max-width: 1200px) {
  .process-card .arrow {
    right: -27%;
  }
}
@media only screen and (max-width: 767px) {
  .process-card .arrow {
    display: none;
  }
}
.process-card .icon {
  background-color: var(--bz-color-common-white);
  position: relative;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.process-card .icon .number {
  background-color: var(--bz-color-theme-primary);
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-common-white);
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 5px solid #073b8b;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-card .content {
  margin-top: 30px;
}
.process-card .content .title {
  color: var(--bz-color-common-white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.process-card .content p {
  color: #76A0E0;
  max-width: 285px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .process-card.card-2 .arrow {
    display: none;
  }
}

.process-item .process-thumb {
  position: relative;
  height: 240px;
  border-radius: 15px 15px 0 15px;
}
@media (max-width: 1200px) {
  .process-item .process-thumb {
    border-radius: 15px 15px 0 0;
  }
}
.process-item .process-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.process-item .process-thumb span {
  background-color: var(--bz-color-theme-red);
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-common-white);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 0 15px 0 15px;
}
@media (max-width: 1200px) {
  .process-item .process-thumb span {
    border-radius: 0 15px 0 0;
  }
}
.process-item .process-content {
  background: var(--bz-color-common-white);
  box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 15px 15px;
  padding: 25px 30px;
  max-width: 90%;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .process-item .process-content {
    max-width: 100%;
  }
}
.process-item .process-content .title {
  font-size: 24px;
  font-weight: 600;
}
.process-item .process-content p {
  margin-bottom: 0;
}

.service-process-card {
  background-color: var(--bz-color-grey-1);
  padding: 40px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-process-card:before {
  background-color: var(--bz-color-theme-primary);
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-process-card .number {
  font-family: var(--bz-ff-heading);
  background-color: var(--bz-color-theme-primary);
  display: inline-block;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bz-color-common-white);
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-process-card .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-process-card p {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-process-card:hover {
  transform: translateY(-5px);
}
.service-process-card:hover:before {
  height: 100%;
}
.service-process-card:hover .number {
  background-color: rgba(255, 255, 255, 0.1);
}
.service-process-card:hover .title,
.service-process-card:hover p {
  color: var(--bz-color-common-white);
}

/* !END: Process CSS */
/**----------------------------------------
    START: Pricing CSS
----------------------------------------*/
.pricing-item {
  background-color: var(--bz-color-grey-4);
  padding: 40px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .pricing-item {
    padding: 30px 20px;
  }
}
.pricing-item .icon {
  background-color: var(--bz-color-common-white);
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing-item .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.pricing-item p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 30px;
}
.pricing-item .price {
  color: var(--bz-color-theme-primary);
  margin-bottom: 0;
  line-height: 1;
}
.pricing-item .price span {
  font-family: var(--bz-ff-body);
  color: var(--bz-color-text-body);
  font-size: 15px;
  font-weight: 400;
}
.pricing-item .pricing-list {
  border-top: 1px solid var(--bz-color-border-1);
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.pricing-item .pricing-list li {
  font-family: var(--bz-ff-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.pricing-item .pricing-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.pricing-item .pricing-btn {
  width: 100%;
  justify-content: center;
}
.pricing-item.active {
  background-color: var(--bz-color-common-white);
  box-shadow: 0px 11px 44px rgba(12, 21, 38, 0.09);
  position: relative;
}
.pricing-item.active .icon {
  background-color: var(--bz-color-grey-1);
}
.pricing-item.active .active-text {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  display: block;
  text-align: center;
  padding: 7px 10px;
  position: absolute;
  top: 40px;
  right: -145px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .pricing-item.active .active-text {
    right: -95px;
  }
}

/* !END: Pricing CSS */
/**----------------------------------------
    START: Faq CSS
----------------------------------------*/
.faq-content {
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  .faq-content {
    padding-right: 0;
  }
}

.faq-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  margin-left: 20px;
}
@media only screen and (max-width: 992px) {
  .faq-img {
    padding-left: 0;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-accordion .accordion-item {
  background-color: var(--bz-color-grey-1);
  border: none;
  margin-bottom: 20px;
  border-radius: 5px;
}
.faq-accordion .accordion-item .accordion-button {
  color: var(--bz-color-heading-primary);
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:after {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-theme-primary);
  height: 30px;
  width: 30px;
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
  transform: rotate(0);
}
.faq-accordion .accordion-item .accordion-body {
  padding-top: 0;
  color: var(--bz-color-text-body);
  font-weight: 400;
}

.faq-accordion .accordion-item .accordion-collapse {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 4px solid transparent;
}

.faq-accordion .accordion-item .accordion-collapse.collapse.show {
  border-bottom: 4px solid var(--bz-color-theme-primary);
}

.faq-widget {
  background-color: var(--bz-color-grey-4);
  padding: 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .faq-widget {
    padding: 30px 20px;
  }
}
.faq-widget .search-box {
  position: relative;
}
.faq-widget .search-box .form-control {
  background-color: var(--bz-color-common-white);
  padding: 14.5px 50px 14.5px 20px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #0A0D13;
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--bz-color-border-1);
}
.faq-widget .search-box .form-control::-webkit-input-placeholder {
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.faq-widget .search-box .form-control:-moz-placeholder {
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.faq-widget .search-box .form-control::-moz-placeholder {
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.faq-widget .search-box .form-control:-ms-input-placeholder {
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.faq-widget .search-box .search-btn {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
  font-size: 16px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.faq-sponsor {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.faq-sponsor img {
  filter: grayscale(1);
}
.faq-sponsor .sponsor-text {
  color: var(--bz-color-common-white);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  position: absolute;
  top: 30px;
  left: 30px;
}
.faq-sponsor .sponsor-text-2 {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px 0 0 0;
}

/* !END: Faq CSS */
/**----------------------------------------
    START: Promo CSS
----------------------------------------*/
.promo-section {
  margin-top: -95px;
}

.promo-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  padding-top: 170px;
  overflow: hidden;
  border: 10px solid var(--bz-color-common-white);
  border-radius: 30px;
  box-shadow: 0px 12px 34px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1200px) {
  .promo-item {
    padding: 30px 20px;
    padding-top: 170px;
  }
}
.promo-item .bg-items .bg-img {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
}
.promo-item .bg-items .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
  filter: saturate(0) contrast(120%);
}
.promo-item .bg-items .overlay {
  background: linear-gradient(180deg, rgba(236, 40, 28, 0) 0%, #EC281C 58.48%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
}
.promo-item .bg-items .overlay-2 {
  background: rgba(236, 40, 28, 0.45);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
}
.promo-item .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.promo-item p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.promo-item .bz-primary-btn {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-theme-red);
}
.promo-item .bz-primary-btn:hover {
  color: var(--bz-color-common-white);
}

/* !END: Promo CSS */
/**----------------------------------------
    START: Cta CSS
----------------------------------------*/
.cta-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cta-section .overlay {
  background: rgba(14, 17, 27, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.cta-wrap .cta-btn-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.cta-wrap .cta-btn-wrap .video-btn a {
  background-color: transparent;
  color: var(--bz-color-common-white);
  height: 56px;
  width: 56px;
  border-radius: 5px;
  border: 1px solid var(--bz-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cta-wrap .cta-btn-wrap .video-btn a:hover {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-heading-primary);
}

.cta-2 {
  position: relative;
  z-index: 1;
}
.cta-2 .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-2 .bg-img img {
  filter: saturate(0) contrast(110%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cta-2 .overlay {
  background: rgba(40, 50, 79, 0.57);
}
.cta-2 .overlay-2 {
  background: var(--bz-color-theme-red);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cta-section-3 {
  margin-bottom: -145px;
}

.cta-wrap-3 {
  background-color: var(--bz-color-heading-primary);
  border-radius: 15px;
  padding: 75px 80px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-3 {
    padding: 50px 20px;
  }
}
.cta-wrap-3 .shapes .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-wrap-3 .shapes .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-3 .shapes .shape-2 {
    display: none;
  }
}
.cta-wrap-3 .cta-mask-img {
  background-color: var(--bz-color-common-black);
  mask-image: url(../img/shapes/mask-img-2.png);
  mask-repeat: no-repeat;
  height: 100%;
  width: 690px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-3 .cta-mask-img {
    display: none;
  }
}
.cta-wrap-3 .cta-mask-img img {
  filter: saturate(0) contrast(110%);
}
.cta-wrap-3 .cta-mask-img .overlay {
  background-color: var(--bz-color-theme-red);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cta-wrap-3 .title {
  color: var(--bz-color-common-white);
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .cta-wrap-3 .title {
    font-size: 32px;
  }
}
.cta-wrap-3 p {
  color: #C8C9CB;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.about-cta {
  margin-top: -245px;
}

.about-cta-wrap {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}
.about-cta-wrap .bg-item .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: saturate(0) contrast(110%);
}
.about-cta-wrap .bg-item .overlay {
  background: var(--bz-color-theme-primary);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-cta-wrap .bg-item .overlay-2 {
  background: rgba(2, 6, 13, 0.64);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-cta-wrap .bg-item .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-cta-wrap .section-heading .section-title {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .about-cta-wrap .section-heading .section-title {
    font-size: 32px;
  }
}

/* !END: Cta CSS */
/**----------------------------------------
    START: Strength CSS
----------------------------------------*/
.strength-section {
  position: relative;
  z-index: 1;
}
.strength-section .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.strength-section .overlay {
  background: linear-gradient(90deg, rgba(5, 7, 11, 0.92) 0%, #1E2127 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.strength-section .shapes .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.strength-section .shapes .shape-2 {
  background-color: var(--bz-color-theme-red);
  height: 95px;
  width: 88px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.strength-section .strength-mask-img {
  background-color: var(--bz-color-common-black);
  mask-image: url(../img/shapes/mask-img.png);
  mask-repeat: no-repeat;
  width: 585px;
  height: 600px;
  position: absolute;
  top: 0;
  right: 88px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .strength-section .strength-mask-img {
    display: none;
  }
}
.strength-section .strength-mask-img img {
  height: 100%;
  filter: saturate(0) contrast(110%);
}
.strength-section .strength-mask-img .mask-overlay {
  background-color: var(--bz-color-theme-red);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.strength-content p {
  color: #C8C9CB;
  max-width: 600px;
  width: 100%;
  margin-bottom: 40px;
}
.strength-content .strength-items {
  max-width: 560px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media only screen and (max-width: 992px) {
  .strength-content .strength-items {
    max-width: 490px;
  }
}
.strength-content .strength-items .strength-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(6.5px);
  border-radius: 5px;
  padding: 25px 40px;
}
@media (max-width: 1200px) {
  .strength-content .strength-items .strength-item {
    padding: 25px 30px;
  }
}
.strength-content .strength-items .strength-item .title {
  color: var(--bz-color-common-white);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.strength-content .strength-items .strength-item .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
  margin-top: 4px;
}
.strength-content .strength-items .strength-item p {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-common-white);
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
}

.strength-man {
  max-width: 580px;
  height: 100%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .strength-man {
    margin: 0 auto;
  }
}
.strength-man .men {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .strength-man .men {
    position: inherit;
    margin: 0 auto;
  }
}

/* !END: Strength CSS */
/**----------------------------------------
    START: Feature CSS
----------------------------------------*/
.feature-section {
  position: relative;
  z-index: 1;
}
.feature-section .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.feature-item {
  background-color: var(--bz-color-common-white);
  padding: 50px;
  border: 1px solid var(--bz-color-border-1);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .feature-item {
    padding: 30px;
  }
}
.feature-item:before {
  background-color: var(--bz-color-theme-primary);
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.feature-item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 90px;
}
@media only screen and (max-width: 992px) {
  .feature-item .bg-img {
    height: 75px;
  }
}
.feature-item .bg-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature-item .icon {
  background-color: #F5F7F8;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
}
.feature-item .icon img {
  width: 40px;
  height: 40px;
}
.feature-item .feature-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-item .feature-content p {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-item .feature-content .read-more {
  color: var(--bz-color-theme-primary);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.feature-item .feature-content .read-more i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-item .feature-content .read-more:hover i {
  margin-left: 5px;
}
.feature-item:hover {
  margin-top: -10px;
}
.feature-item:hover:before {
  width: 100%;
}
.feature-item:hover .feature-content a,
.feature-item:hover .feature-content p,
.feature-item:hover .feature-content .title {
  color: var(--bz-color-common-white);
}

/* !END: Feature CSS */
/**----------------------------------------
START: Theme Slider CSS
----------------------------------------*/
.slider-section {
  overflow: hidden;
}

.bizan-slider {
  position: relative;
  z-index: 2;
}

.slider-item {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slider-item .shapes .shape {
  position: absolute;
  z-index: 2;
}
.slider-item .shapes .shape.shape-1 {
  top: 0;
  left: 0;
}
.slider-item .shapes .shape.shape-2 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
}
.slider-item .shapes .color-shape {
  background-color: #064098;
  mix-blend-mode: multiply;
  width: 1045px;
  height: 1065px;
  display: block;
  position: absolute;
  top: -24%;
  left: -8%;
  border-radius: 60px;
  transform: rotate(45deg);
  z-index: 2;
}
.slider-item .shapes .color-shape-2 {
  background: linear-gradient(102.04deg, #1D304E 25.25%, rgba(25, 31, 41, 0) 58.79%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.slider-item .slide-img-wrap {
  height: 860px;
}
@media only screen and (max-width: 992px) {
  .slider-item .slide-img-wrap {
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item .slide-img-wrap {
    height: 600px;
  }
}
.slider-item .slide-img-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slider-item .slider-content-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .slider-item .slider-content-wrap {
    margin-top: 0;
  }
}

.bizan-swiper-pagination {
  height: 100%;
  width: auto !important;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50px !important;
  z-index: 2;
}
@media (max-width: 1399px) {
  .bizan-swiper-pagination {
    left: 25px !important;
  }
}
@media (max-width: 1250px) {
  .bizan-swiper-pagination {
    display: none;
  }
}
.bizan-swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  opacity: 1;
  display: block;
}
.bizan-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--lt-color-common-white);
}
.bizan-swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  background-color: var(--lt-color-common-white);
  width: 5px;
  height: 5px;
  border: 1px solid var(--lt-color-common-white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bizan-swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-bottom: 10px;
}

/* Text Animation */
.bizan-animation,
.bizan-animation span {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.bizan-animation span {
  display: inline-block;
}

/* Fade Effect */
.bizan-fadeIn {
  animation-name: asFadeIn;
}

@keyframes asFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bizan-fadeInLeft {
  animation-name: asFadeInLeft;
}

@keyframes asFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
  }
}
.bizan-fadeInRight {
  animation-name: asFadeInRight;
}

@keyframes asFadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
  }
}
.bizan-fadeInDown {
  animation-name: asFadeInTop;
}

@keyframes asFadeInTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
  }
}
.bizan-fadeInUp {
  animation-name: asFadeInBottom;
}

@keyframes asFadeInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
/* Move From Effect */
.bizan-moveFromLeft {
  animation-name: asMoveFromLeft;
}

@keyframes asMoveFromLeft {
  from {
    visibility: hidden;
    transform: translateX(-50px);
  }
  to {
    visibility: visible;
  }
}
.bizan-moveFromRight {
  animation-name: asMoveFromRight;
}

@keyframes asMoveFromRight {
  from {
    visibility: hidden;
    transform: translateX(50px);
  }
  to {
    visibility: visible;
  }
}
.bizan-moveFromTop {
  animation-name: asMoveFromTop;
}

@keyframes asMoveFromTop {
  from {
    visibility: hidden;
    transform: translateY(-50px);
  }
  to {
    visibility: visible;
  }
}
.bizan-moveFromBottom {
  animation-name: asMoveFromBottom;
}

@keyframes asMoveFromBottom {
  from {
    visibility: hidden;
    transform: translateY(50px);
  }
  to {
    visibility: visible;
  }
}
/* Blur Effect */
.bizan-blurIn {
  animation-name: asBlurIn;
}

@keyframes asBlurIn {
  from {
    filter: blur(20px);
    opacity: 0;
  }
}
.bizan-blurInLeft {
  animation-name: asBlurInLeft;
}

@keyframes asBlurInLeft {
  from {
    transform: translateX(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.bizan-blurInRight {
  animation-name: asBlurInRight;
}

@keyframes asBlurInRight {
  from {
    transform: translateX(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.bizan-blurInTop {
  animation-name: asBlurInTop;
}

@keyframes asBlurInTop {
  from {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
  }
}
.bizan-blurInBottom {
  animation-name: asBlurInBottom;
}

@keyframes asBlurInBottom {
  from {
    transform: translateY(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
/* Zoom Effect */
.bizan-zoomIn {
  animation-name: asZoomIn;
}

@keyframes asZoomIn {
  from {
    transform: scale(5);
    opacity: 0;
  }
}
.bizan-zoomInLeft {
  animation-name: asZoomInLeft;
}

@keyframes asZoomInLeft {
  from {
    transform: scale(5) translateX(-50%);
    opacity: 0;
  }
}
.bizan-zoomInRight {
  animation-name: asZoomInRight;
}

@keyframes asZoomInRight {
  from {
    transform: scale(5) translateX(50%);
    opacity: 0;
  }
}
.bizan-zoomInTop {
  animation-name: asZoomInTop;
}

@keyframes asZoomInTop {
  from {
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}
.bizan-zoomInBottom {
  animation-name: asZoomInBottom;
}

@keyframes asZoomInBottom {
  from {
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
/* Flip Effect */
.bizan-flipInTop {
  animation-name: asFlipInTop;
}

@keyframes asFlipInTop {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: 0 0;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
.bizan-flipInBottom {
  animation-name: asFlipInBottom;
}

@keyframes asFlipInBottom {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: bottom;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
/* Roll Effect */
.bizan-rollFromLeft {
  animation-name: asRollFromLeft;
}

@keyframes asRollFromLeft {
  from {
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}
.bizan-rollFromRight {
  animation-name: asRollFromRight;
}

@keyframes asRollFromRight {
  from {
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}
.bizan-rollFromTop {
  animation-name: asRollFromTop;
}

@keyframes asRollFromTop {
  from {
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}
.bizan-rollFromBottom {
  animation-name: asRollFromBottom;
}

@keyframes asRollFromBottom {
  from {
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
/* Rotate Skate Effect */
.bizan-rotateSkateInRight {
  animation-name: asRotateSkateInRight;
}

@keyframes asRotateSkateInRight {
  from {
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}
.bizan-rotateSkateInLeft {
  animation-name: asRotateSkateInLeft;
}

@keyframes asRotateSkateInLeft {
  from {
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}
.bizan-rotateSkateInTop {
  animation-name: asRotateSkateInTop;
}

@keyframes asRotateSkateInTop {
  from {
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}
.bizan-rotateSkateInBottom {
  animation-name: asRotateSkateInBottom;
}

@keyframes asRotateSkateInBottom {
  from {
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
/* PopUp Effect */
.bizan-popUp {
  animation-name: asPopUp;
}

@keyframes asPopUp {
  0% {
    visibility: hidden;
  }
  50% {
    transform: scale(1.1);
    visibility: visible;
  }
}
.bizan-popUpLeft {
  animation-name: asPopUpLeft;
}

@keyframes asPopUpLeft {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(-20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
.bizan-popUpRight {
  animation-name: asPopUpRight;
}

@keyframes asPopUpRight {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
/* Kenburns Top */
.swiper-slide-active .kenburns-top {
  -webkit-animation-name: kenburns-top;
  animation-name: kenburns-top;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
/* !END: Theme Slider CSS */
/**----------------------------------------
START: Sidebar CSS
----------------------------------------*/
#sidebar-overlay,
.sidebar-trigger,
.sidebar-area {
  display: none;
}

.sidebar-trigger {
  display: block;
}

.sidebar-area {
  background-color: var(--bz-color-common-white);
  border-left: 1px solid var(--bz-color-border-1);
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 450px;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: scroll;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  padding: 60px 40px;
}

.open-sidebar .sidebar-area {
  right: 0;
  visibility: visible;
  transform: translate(0);
}

.sidebar-trigger.close {
  position: absolute;
  right: 56px;
  top: 63px;
  color: var(--bz-color-theme-primary);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sidebar-trigger.close {
    right: 20px;
  }
}
.sidebar-trigger.close:hover {
  color: var(--bz-color-theme-primary);
}

.sidebar-trigger.close svg {
  fill: currentColor;
  stroke: none;
  width: 20px;
  height: 20px;
}

.sidebar-content .site-logo {
  margin-bottom: 40px;
}

.sidebar-content .site-logo img {
  max-width: 200px;
}

.sidebar-content .sidebar-info li {
  font-size: 18px;
}

.sidebar-content .sidebar-social li {
  display: inline-block;
  margin: 0 3px;
  padding-top: 30px;
}

.sidebar-content .sidebar-social li a {
  display: inline-block;
  border: 1px solid var(--border-1);
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sidebar-content .sidebar-social li a:after {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 59%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.sidebar-content .sidebar-social li a:hover {
  border: 1px solid var(--primary-color);
  color: #fff;
}

.sidebar-content .sidebar-social li:hover a:after {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(1);
}

.sidebar-content .list-post-area {
  margin: 50px 0 20px 0;
}

/*Scrollbar Style*/
.sidebar-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sidebar-area::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ccc;
}

.sidebar-area::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area-webkit-::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area::-moz-selection {
  background-color: #999;
  color: #fff;
}

#sidebar-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: calc(100% - 400px);
  z-index: -1;
}

.open-sidebar #sidebar-overlay {
  opacity: 1;
  z-index: 1002;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

@media (max-width: 992px) {
  .sidebar-content .list-post-area.list-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .sidebar-area {
    width: 400px;
    padding: 60px 30px;
    justify-content: center;
  }
  .side-menu-logo {
    margin-bottom: 50px;
  }
  .side-menu-wrap {
    margin-bottom: 70px;
  }
  .side-menu-header h3 {
    display: none;
  }
  .side-menu-list li a {
    font-size: 14px;
  }
  .side-menu-list li p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sidebar-area {
    width: 320px;
    padding: 60px 20px 60px 20px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card .post-img {
    height: 90px;
    width: 90px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card {
    grid-template-columns: 90px 1fr;
  }
}
.side-menu-logo {
  max-width: 150px;
}

.side-menu-about {
  margin: 50px 0 50px 0;
}
@media only screen and (max-width: 992px) {
  .side-menu-about {
    display: none;
  }
}

.side-menu-about p {
  margin: 25px 0;
}

.side-menu-header h3 {
  font-size: 30px;
  font-weight: 600px;
  line-height: 1;
  font-weight: 600;
}

.side-menu-content .side-menu-header,
.side-menu-about .side-menu-header {
  margin-bottom: 20px;
}

.side-menu-list {
  margin: 25px 0 35px 0;
}

.side-menu-list li {
  display: flex;
  align-items: center;
}

.side-menu-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.side-menu-list li i {
  background-color: var(--bz-color-theme-primary);
  font-size: 12px;
  color: var(--bz-color-common-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--bz-color-border-1);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.side-menu-list li:hover i {
  background-color: var(--bz-color-theme-primary);
  color: #fff;
}

.side-menu-list li p {
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 0;
}

.side-menu-list li a {
  font-size: 14px;
  color: var(--bz-color-text-body);
  padding-left: 10px;
}
.side-menu-list li a:hover {
  color: var(--bz-color-theme-primary);
}

.side-menu-social {
  margin-top: 40px;
  list-style: none;
}
.side-menu-social li {
  display: inline-flex;
}
.side-menu-social li:not(:last-of-type) {
  margin-right: 10px;
}
.side-menu-social li a {
  background-color: var(--bz-color-theme-primary);
  font-size: 17px;
  color: var(--bz-color-common-white);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bz-color-border-1);
}
.side-menu-social li a:hover {
  background-color: var(--bz-color-heading-primary);
  color: var(--bz-color-common-white);
}

/* !END: Sidebar CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.blog-details-img {
  width: 100%;
  height: 450px;
}
.blog-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 992px) {
  .blog-details-img {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-img {
    height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .blog-details-content {
    margin-bottom: 40px;
  }
}
.blog-details-content .details-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-title {
    font-size: 24px;
  }
}
.blog-details-content .details-img-wrap {
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 24px;
}
.blog-details-content .details-img-wrap img {
  max-width: 430px;
  width: 100%;
}
@media (max-width: 1200px) {
  .blog-details-content .details-img-wrap img {
    max-width: 280px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-img-wrap img {
    max-width: 350px;
  }
}
.blog-details-content .blog-details-thumb {
  height: 350px;
  width: 100%;
  border-radius: 15px;
}
.blog-details-content .blog-details-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .blog-details-content .blog-details-thumb {
    height: 300px;
  }
}

blockquote {
  background-color: var(--bz-color-grey-4);
  padding: 60px 50px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  blockquote {
    padding: 40px 20px;
  }
}
blockquote .icon {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
  font-size: 40px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  blockquote .icon {
    padding: 30px 0;
  }
}
blockquote .content p {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-heading-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
blockquote .content .author {
  color: var(--bz-color-theme-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  line-height: 1;
  margin-top: 30px;
}
blockquote .content .author span {
  display: block;
  font-size: 16px;
  color: var(--bz-color-text-body);
  font-weight: 400;
  margin-top: 10px;
}

.tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 50px;
}
.tags .tag-left {
  display: flex;
  align-items: center;
}
.tags .tag-left .follow {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 20px;
}
.tags .tag-left .tag-list {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.tags .tag-left .tag-list li a {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-text-body);
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.tags .tag-left .tag-list li a:hover {
  color: var(--bz-color-theme-primary);
}
.tags .social-list-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.tags .social-list-wrap .follow {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.tags .social-list-wrap .social-list {
  display: flex;
  align-items: center;
  column-gap: 15px;
  list-style: none;
}
.tags .social-list-wrap .social-list li:not(:last-of-type) {
  margin-right: 0px;
}
.tags .social-list-wrap .social-list li a {
  color: var(--bz-color-text-body);
  font-size: 15px;
}
.tags .social-list-wrap .social-list li a:hover {
  color: var(--bz-color-theme-primary);
}

.next-prev-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 30px 0;
  border-top: 1px solid var(--bz-color-border-1);
  border-bottom: 1px solid var(--bz-color-border-1);
  margin: 50px 0 0 0;
}
.next-prev-wrap .post-btn {
  margin-bottom: 0;
}
.next-prev-wrap .post-btn a {
  color: var(--bz-color-text-body);
  font-size: 16px;
  font-weight: 600;
  column-gap: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.next-prev-wrap .post-btn a:hover {
  color: var(--bz-color-theme-primary);
}
.next-prev-wrap .post-btn a .icon {
  background-color: var(--bz-color-bg-1);
  color: var(--bz-color-common-white);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--bz-color-border-1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.next-prev-wrap .post-btn a .icon:hover {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
  border: 1px solid var(--bz-color-theme-primary);
}

.blog-author-wrap {
  margin-bottom: 50px;
}

.blog-author-item {
  background-color: var(--bz-color-grey-4);
  padding: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 189px 1fr;
  grid-gap: 35px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-author-item {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    padding: 25px;
  }
}
.blog-author-item .author-img {
  max-width: 189px;
  height: 189px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-author-item .author-img {
    max-width: 100%;
  }
}
.blog-author-item .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-author-item .content .name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-author-item .content .name span {
  color: var(--bz-color-theme-primary);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.blog-author-item .content p {
  margin-bottom: 0;
}
.blog-author-item .content .social-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.blog-author-item .content .social-list li a {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-bg-1);
  font-size: 13px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-author-item .content .social-list li a:hover {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}
.blog-author-item .content .social-list li:not(:last-of-type) {
  margin-right: 10px;
}

.comments-area .section-heading .section-title {
  font-size: 30px;
}
@media only screen and (max-width: 992px) {
  .comments-area .section-heading .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area .section-heading .section-title {
    font-size: 26px;
  }
}

.comment-item {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 110px 1fr;
  grid-gap: 25px;
}
@media only screen and (max-width: 767px) {
  .comment-item {
    grid-template-columns: 1fr;
  }
}
.comment-item .reply {
  color: var(--bz-color-theme-primary);
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .comment-item .reply {
    position: inherit;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
}
.comment-item .comment-thumb img {
  height: 100%;
  width: 110px;
  object-fit: cover;
  object-position: top;
}
.comment-item .comment-info .comments-meta {
  margin-bottom: 10px;
}
.comment-item .comment-info .comments-meta span {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.comment-item .comment-info .author {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.comment-item .comment-info p {
  font-size: 16px;
  margin-bottom: 0;
}
.comment-item.item-2 {
  padding-left: 135px;
}
@media only screen and (max-width: 767px) {
  .comment-item.item-2 {
    padding-left: 0;
  }
}
.comment-item:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--bz-color-border-1);
}

.blog-contact-form {
  background-color: var(--bz-color-grey-4);
  padding: 35px 40px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-contact-form {
    padding: 30px 20px;
  }
}
.blog-contact-form .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .blog-contact-form .title {
    font-size: 24px;
  }
}
.blog-contact-form .request-form .form-item {
  position: relative;
}
.blog-contact-form .request-form .form-item .form-control {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-text-body);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  padding: 15.5px 30px;
  border-radius: 0;
  margin-bottom: 25px;
  width: 100%;
}
.blog-contact-form .request-form .form-item .form-control::-webkit-input-placeholder {
  color: var(--bz-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control:-moz-placeholder {
  color: var(--bz-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control::-moz-placeholder {
  color: var(--bz-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control:-ms-input-placeholder {
  color: var(--bz-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control.nice-select {
  height: auto;
  line-height: inherit;
  padding: 15.5px 30px;
}
.blog-contact-form .request-form .form-item .form-control.nice-select:after {
  top: 46%;
  width: 10px;
  height: 10px;
  border-color: var(--bz-color-text-body);
  border-bottom: 1px solid var(--bz-color-text-body);
  border-right: 1px solid var(--bz-color-text-body);
  right: 35px;
}
.blog-contact-form .request-form .form-item .form-control.nice-select .list {
  background-color: var(--bz-color-common-white);
  width: 100%;
}
.blog-contact-form .request-form .form-item .form-control.nice-select .list li {
  padding-left: 30px;
}
.blog-contact-form .request-form .form-item .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.blog-contact-form .request-form .form-item.message-item .icon {
  top: 25px;
}
.blog-contact-form .bz-primary-btn {
  width: 100%;
  justify-content: center;
}

.sidebar-widget {
  background-color: var(--bz-color-grey-4);
  padding: 40px;
  border-radius: 15px;
}
.sidebar-widget:not(:last-of-type) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget {
    padding: 30px 20px;
  }
}
.sidebar-widget .search-form {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar-widget .search-form .form-control {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-text-body);
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 15px 0;
  padding-left: 20px;
  padding-right: 72px;
}
.sidebar-widget .search-form .form-control::-webkit-input-placeholder {
  color: var(--bz-color-text-body);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control:-moz-placeholder {
  color: var(--bz-color-text-body);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control::-moz-placeholder {
  color: var(--bz-color-text-body);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control:-ms-input-placeholder {
  color: var(--bz-color-text-body);
  font-size: 16px;
}
.sidebar-widget .search-form .search-btn {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
  height: 100%;
  width: 55px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border-radius: 5px;
}
.sidebar-widget .widget-title {
  color: var(--bz-color-heading-primary);
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}
.sidebar-widget .category-list {
  list-style: none;
}
.sidebar-widget .category-list li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADFEC;
}
.sidebar-widget .category-list li a {
  color: var(--bz-color-heading-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.sidebar-widget .category-list li a:not(:last-of-type) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--bz-color-border-1);
}
.sidebar-widget .category-list li a i {
  color: var(--bz-color-theme-primary);
}
.sidebar-widget .category-list li a:hover {
  color: var(--bz-color-theme-primary);
}
.sidebar-widget .category-list li a:hover i {
  color: var(--bz-color-theme-primary);
}
.sidebar-widget .blog-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1399px) {
  .sidebar-widget .blog-gallery-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .sidebar-widget .blog-gallery-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
.sidebar-widget .blog-gallery-wrap .gallary-img {
  height: 95px;
  width: 95px;
}
.sidebar-widget .tags {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 20px;
  list-style: none;
  column-gap: 0;
  margin: 0;
}
.sidebar-widget .tags li:not(:last-of-type) {
  margin-right: 10px;
}
.sidebar-widget .tags li a {
  background-color: var(--bz-color-common-white);
  font-family: var(--bz-ff-body);
  color: var(--bz-color-heading-primary);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
}
.sidebar-widget .tags li a:hover {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}
.sidebar-widget .sidebar-post {
  display: grid;
  align-items: center;
  grid-template-columns: 77px 1fr;
  grid-gap: 0px;
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-post img {
  width: 77px;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sidebar-widget .sidebar-post .post-content {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content {
    padding-left: 10px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta {
    column-gap: 5px;
  }
}
.sidebar-widget .sidebar-post .post-content .post-meta li {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .post-meta li {
    font-size: 13px;
  }
}
.sidebar-widget .sidebar-post .post-content .title {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .title {
    font-size: 14px;
  }
}
.sidebar-widget .sidebar-post .post-content .title a:hover {
  color: var(--bz-color-theme-primary);
}

/* !END: Theme Blog Details CSS */
/**----------------------------------------
    START: Service Details CSS
----------------------------------------*/
@media only screen and (max-width: 992px) {
  .service-details-content {
    margin-bottom: 50px;
  }
}
.service-details-content .service-details-img {
  height: 488px;
  width: 100%;
  border-radius: 15px;
}
.service-details-content .service-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service-details-content .details-title {
  font-size: 30px;
  font-weight: 600;
}
.service-details-content .service-thumb-wrap {
  background-color: #F3F4F6;
  padding: 30px;
  border-radius: 15px;
  display: grid;
  align-items: center;
  grid-template-columns: 185px 185px 1fr;
  grid-gap: 15px;
}
@media (max-width: 1200px) {
  .service-details-content .service-thumb-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-thumb-wrap {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}
.service-details-content .service-thumb-wrap .service-thumb {
  height: 205px;
  border-radius: 15px;
}
.service-details-content .service-thumb-wrap .thumb-list {
  list-style: none;
}
.service-details-content .service-thumb-wrap .thumb-list li {
  background-color: var(--bz-color-common-white);
  font-family: var(--bz-ff-body);
  color: var(--bz-color-heading-primary);
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .service-details-content .service-thumb-wrap .thumb-list li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-content .service-thumb-wrap .thumb-list li {
    font-size: 12px;
  }
}
.service-details-content .service-thumb-wrap .thumb-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.service-details-content .service-thumb-wrap .thumb-list li i {
  color: var(--bz-color-theme-primary);
  margin-right: 10px;
}
.service-details-content .service-thumb-wrap-2 {
  display: flex;
  align-items: center;
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-top: 30px;
}
.service-details-content .service-thumb-wrap-2 .thumb-box {
  max-width: 385px;
  width: 100%;
  height: 350px;
  border-radius: 15px;
}
.service-details-content .service-thumb-wrap-2 .thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-details-content .service-details-accordion {
  margin-top: 40px;
}
.service-details-content .service-details-accordion .accordion-item {
  box-shadow: done;
  border: none;
  background-color: #EFF1F5;
  border-radius: 10px;
}
.service-details-content .service-details-accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button {
  background-color: #EFF1F5;
  color: var(--bz-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  border: none;
  border-radius: 15px;
  padding: 17px 30px;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  content: "\f061";
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
  border-radius: 15px 15px 0 0;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(0);
}
.service-details-content .service-details-accordion .accordion-item .accordion-body {
  color: var(--bz-color-text-body);
  padding: 30px;
}

.service-widget {
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .service-widget {
    padding: 30px 20px;
  }
}
.service-widget:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-widget .widget-header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-widget .download-area .download-item {
  background-color: var(--bz-color-common-white);
  display: grid;
  align-items: center;
  grid-template-columns: 45px 1fr;
  grid-gap: 15px;
  padding: 25px 30px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .service-widget .download-area .download-item {
    padding: 25px 20px;
  }
}
.service-widget .download-area .download-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-widget .download-area .download-item .icon {
  background-color: var(--bz-color-theme-primary);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-widget .download-area .download-item .content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.service-widget .download-area .download-item .content span {
  color: var(--bz-color-text-body);
  font-size: 14px;
}
.service-widget .category-list {
  list-style: none;
}
.service-widget .category-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-widget .category-list li a {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-heading-primary);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  border-radius: 5px;
}
.service-widget .category-list li a:hover {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}
.service-widget .service-widget-cta {
  position: relative;
  z-index: 1;
  height: 404px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}
.service-widget .service-widget-cta .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: saturate(0);
  z-index: -1;
}
.service-widget .service-widget-cta .overlay {
  background-color: var(--bz-color-theme-primary);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-widget .service-widget-cta .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.service-widget .service-widget-cta .content {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: 100%;
}
.service-widget .service-widget-cta .content .number {
  font-family: var(--bz-ff-heading);
  color: var(--bz-color-common-white);
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.service-widget .service-widget-cta .content span {
  display: block;
  color: var(--bz-color-common-white);
}
.service-widget .service-widget-cta .content .bz-primary-btn {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-theme-primary);
  margin-top: 20px;
}
.service-widget .service-widget-cta .content .bz-primary-btn:before {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
}

/* !END: Service Details CSS */
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.footer-section {
  background-color: #121B2E;
  position: relative;
  z-index: 1;
}
.footer-section .footer-shape {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .footer-section .footer-shape {
    display: none;
  }
}
.footer-section .footer-imgs .footer-img {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .footer-section .footer-imgs .footer-img {
    display: none;
  }
}
.footer-section .footer-imgs .footer-img.img-1 {
  top: 0;
  right: 120px;
}
.footer-section .footer-imgs .footer-img.img-2 {
  top: 0;
  right: 0;
}

.footer-top {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding-bottom: 50px;
  }
}
.footer-top .section-heading {
  margin-bottom: 0;
}
.footer-top .section-heading .section-title {
  margin-bottom: 30px;
}
.footer-top .section-heading .bz-primary-btn {
  background-color: var(--bz-color-common-white);
  color: var(--bz-color-heading-primary);
}
.footer-top .section-heading .bz-primary-btn:before {
  background-color: var(--bz-color-theme-primary);
}
.footer-top .section-heading .bz-primary-btn:hover {
  color: var(--bz-color-common-white);
}

.footer-wrap {
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .footer-wrap {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 992px) {
  .footer-widget {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 70px;
  }
}
.footer-widget .widget-header {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .footer-widget .widget-header {
    margin-bottom: 20px;
  }
}
.footer-widget .widget-header .footer-logo {
  max-width: 170px;
  position: relative;
}
.footer-widget .widget-header .footer-logo:before {
  background: linear-gradient(90deg, #345DB4 0%, #121B2E 100%);
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.footer-widget .widget-header .widget-title {
  color: var(--bz-color-common-white);
  font-size: 22px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.footer-widget .widget-header .widget-title:before {
  background: linear-gradient(90deg, #345DB4 0%, #121B2E 100%);
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.footer-widget .widget-header.header-2 .widget-title:before {
  background: linear-gradient(270deg, rgba(236, 40, 28, 0) 0%, #EC281C 42.5%);
}
.footer-widget .widget-header.header-2 .footer-logo:before {
  background: linear-gradient(270deg, rgba(236, 40, 28, 0) 0%, #EC281C 42.5%);
}
.footer-widget p {
  color: var(--bz-color-common-white);
}
.footer-widget .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: uppercase;
}
.footer-widget .title span {
  color: var(--bz-color-text-body);
  display: block;
  margin-top: 10px;
  text-transform: inherit;
  font-weight: 400;
}
.footer-widget .footer-social {
  margin-top: 25px;
}
.footer-widget .footer-social li {
  display: inline-flex;
}
.footer-widget .footer-social li:not(:last-of-type) {
  margin-right: 10px;
}
.footer-widget .footer-social li a {
  background-color: var(--bz-color-common-white);
  font-size: 16px;
  color: var(--bz-color-heading-primary);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-widget .footer-social li a:hover {
  color: var(--bz-color-theme-primary);
  transform: translateY(-5px);
}
.footer-widget .footer-list {
  list-style: none;
}
.footer-widget .footer-list li {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-list li a {
  font-family: var(--bz-ff-body);
  color: var(--bz-color-common-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .footer-widget .footer-list li a {
    font-size: 16px;
    padding-left: 20px;
  }
}
.footer-widget .footer-list li a:before {
  color: var(--rr-color-common-white);
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 700;
  content: "\f061";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer-widget .footer-list li a:hover {
  color: var(--bz-color-theme-primary);
}
.footer-widget .footer-list li a:hover:before {
  color: var(--bz-color-theme-primary);
  left: 5px;
}
@media (max-width: 1200px) {
  .footer-widget .footer-list li a:hover:before {
    left: 0;
  }
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-widget .footer-form {
  position: relative;
  margin-top: 30px;
}
.footer-widget .footer-form .form-control {
  background-color: #2A364E;
  padding: 15px 125px 15px 15px;
  color: var(--bz-color-common-white);
  box-shadow: none;
  border: none;
  border-radius: 4px;
}
.footer-widget .footer-form .form-control::-webkit-input-placeholder {
  color: var(--bz-color-common-white);
}
.footer-widget .footer-form .form-control:-moz-placeholder {
  color: var(--bz-color-common-white);
}
.footer-widget .footer-form .form-control::-moz-placeholder {
  color: var(--bz-color-common-white);
}
.footer-widget .footer-form .form-control:-ms-input-placeholder {
  color: var(--bz-color-common-white);
}
.footer-widget .footer-form.form-2 .form-control {
  background-color: #1B2029;
}
.footer-widget .footer-form .submit {
  background-color: var(--bz-color-theme-primary);
  color: var(--bz-color-common-white);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  border-radius: 4px;
}
.footer-widget.widget-space {
  padding-left: 50px;
}
@media only screen and (max-width: 992px) {
  .footer-widget.widget-space {
    padding-left: 0;
  }
}

.copyright-area {
  background-color: #1D2639;
}

.copyright-content {
  padding: 20px 0;
  position: relative;
  z-index: 1;
  align-items: center;
}
.copyright-content > div {
  padding: 0;
}
@media (max-width: 1200px) {
  .copyright-content > div {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 992px) {
  .copyright-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-content {
    row-gap: 20px;
  }
}
.copyright-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: var(--bz-ff-body);
  margin: 0;
}
.copyright-content p span {
  color: var(--bz-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .copyright-content p {
    text-align: center;
  }
}
.copyright-content .copy-list {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  row-gap: 10px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .copyright-content .copy-list {
    justify-content: center;
  }
}
.copyright-content .copy-list li a {
  color: var(--bz-color-common-white);
  font-size: 16px;
  font-weight: 400;
}
.copyright-content .copy-list li a:hover {
  color: var(--bz-color-theme-primary);
}
.copyright-content .copy-list li:not(:last-of-type) {
  margin-right: 20px;
}

.footer-2 {
  background-color: #0E1117;
  position: relative;
  z-index: 1;
}
.footer-2 .shapes .shape {
  position: absolute;
  z-index: -1;
}
.footer-2 .shapes .shape.shape-1 {
  top: 0;
  left: 0;
}
.footer-2 .shapes .shape.shape-2 {
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .footer-2 .shapes .shape.shape-2 {
    display: none;
  }
}
.footer-2 .shapes .shape.shape-3 {
  bottom: 50px;
  right: 50px;
}
@media (max-width: 1200px) {
  .footer-2 .shapes .shape.shape-3 {
    display: none;
  }
}

.copyright-area.area-2 {
  background-color: transparent;
}
.copyright-area.area-2 .copyright-content {
  border-top: 1px solid #1F242D;
}

/* !END: Theme Footer CSS */

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