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

1. Global Area
2. Header Section
3. Banner Section


22. Responsive Section

=====================================================================*/
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  overflow-x: hidden;
  color: var(--body-color);
  font-family: var(--body-font);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1350px;
}
.body_wrap {
  overflow: hidden;
  position: relative; }
.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}
/* perloader */
.bizex-preloader {
  background: var(--base-color3);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pera-content p {
  margin-bottom: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: #f18f20;
}

.scrollup i {
  color: #fff;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: -0.06em;
  font-family: var(--heading);
}


.bzx-headline h1,
.bzx-headline h2,
.bzx-headline h3,
.bzx-headline h4,
.bzx-headline h5,
.bzx-headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-family: var(--heading);
}

.bzx-headline h1,
.bzx-headline h2 {
  letter-spacing: -0.06em;
}

.bzx-headline h3,
.bzx-headline h4 {
  letter-spacing: -0.04em;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bz-slider-item {
  padding: 0px 15px;
}

.no-padding {
  padding: 0;
}

.cursor {
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: rgba(122, 122, 122, 0.3);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  z-index: 1011;
}

.bz-section-title .sub-title {
  color: #000000;
  font-weight: 800;
  font-size: 14px;
  padding: 5px 13px;
  margin-bottom: 15px;
  border-radius: 35px;
  display: inline-block;
  background-color: #fff;
  letter-spacing: 0.23em;
  font-family: var(--number-font);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
}

.bz-section-title h2 {
  color: #000000;
  font-size: 42px;
  font-weight: 700;
  line-height: 62px;
}
.bz-section-title h2 span {
  display: inline-block;
  background: linear-gradient(96.78deg, #5956F0 53.94%, #FF50B8 95.52%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bz-section-title p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 22px;
}

.bz-btn a,
.bz-btn-2 a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 38px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.17em;
  padding: 26px 70px 26px 25px;
  background: var(--base-color);
}
.bz-btn a i,
.bz-btn-2 a i {
  top: 15px;
  right: 15px;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #5956f0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-btn a:hover,
.bz-btn-2 a:hover {
  color: #fff;
  background-color: #5956f0;
}
.bz-btn a:hover i,
.bz-btn-2 a:hover i {
  color: #fff;
  background-color: var(--base-color);
}

.bz-btn-2 a {
  background-color: #2029BD;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.inner-page-padding {
  padding-top: 120px;
}

.bzx-section-title .subtitle {
  top: 15px;
  color: #fff;
  left: -60px;
  font-size: 14px;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  padding: 15px 3px;
  position: absolute;
  letter-spacing: 2px;
  display: inline-block;
  background-color: var(--base-color2);
}
.bzx-sec-area .bzx-btn {
  margin-top: 35px;
}
.bzx-section-title h2 {
  color: var(--title-color);
  font-size: 50px;
  padding-bottom: 30px;
}
.bzx-section-title.text-center {
  margin: 0 auto;
  max-width: 560px;
}
.bzx-section-title.text-center .subtitle {
  position: static;
  padding: 3px 15px;
  margin-bottom: 15px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.bzx-btn a {
  color: #fff;
  font-weight: 500;
  font-weight: 400;
  line-height: 1.375;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 1.5px;
  padding: 22px 80px 22px 25px;
  background-color: var(--base-color2);
}
.bzx-btn a i {
  top: 50%;
  right: 0;
  width: 45px;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #061d25;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-btn a:hover {
  background-color: #061d25;
}
.bzx-btn a:hover i {
  background-color: var(--base-color2);
}

.bzx-carousel-btn button {
  color: #fff;
  width: 50px;
  border: none;
  height: 50px;
  background-color: #1e2d32;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-carousel-btn button:hover {
  background-color: #374449;
}

.bzx-slider-item {
  padding: 0px 15px;
}

.bizx-section-title .subtitle, .subtitle .elementor-heading-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  background: var(--base-color3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bizx-section-title h2 {
  font-size: 60px;
  font-weight: 700;
  color: var(--title-color);
}
.bizx-section-title h2 span {
  background: var(--base-color3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bizx-section-title p {
  font-size: 18px;
  padding-top: 20px;
  line-height: 1.778;
}

.bizx-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 18px 26px;
  border-radius: 4px;
  display: inline-block;
  background-size: 200%, 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(89, 86, 240)), color-stop(50%, rgb(255, 80, 184)), to(rgb(89, 86, 240)));
  background-image: linear-gradient(90deg, rgb(89, 86, 240) 0%, rgb(255, 80, 184) 50%, rgb(89, 86, 240));
}
.bizx-btn a:hover {
  background-position: 120%;
}

.bizx-img-shade {
  top: 0;
  left: 0%;
  width: 0%;
  content: "";
  height: 100%;
  z-index: 20;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  position: absolute;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  animation-duration: 1s;
  animation-duration: 1s;
  background-color: #F0F0F5;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-name: bizx-img-shade;
  -webkit-animation-name: bizx-img-shade;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@-webkit-keyframes bizx-img-shade {
  0%, 100% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 110%;
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@keyframes bizx-img-shade {
  0%, 100% {
    width: 0%;
    left: 0%;
  }
  50% {
    width: 110%;
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/

.bzx-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.bzx-header-section .container {
  max-width: 1450px;
}
.bzx-header-section .dropdown {
  position: relative;
}
.bzx-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.bzx-header-section .dropdown-menu {
  left: 0;
  top: 60px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.bzx-header-section .dropdown-menu .dropdown-menu {
  top: 0px;
  left: 100%;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
  opacity: 0 !important;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
.bzx-header-section .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 500;
  color: #000000 !important;
}
.bzx-header-section .dropdown-menu .dropdown-menu a:hover {
  color: var(--base-color2);
}
.bzx-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bzx-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.bzx-header-section .dropdown-menu li:after {
  display: none;
}
.bzx-header-section .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
  opacity: 1 !important;
}
.bzx-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  color: var(--black-color) !important;
  padding: 10px 30px !important;
  font-size: 15px !important;
}
.bzx-header-section .dropdown-menu a:before {
  display: none;
}
.bzx-header-section .dropdown-menu a:after {
  top: 10px !important;
  left: 30px !important;
  opacity: 0 !important;
}
.bzx-header-section .dropdown-menu a:hover {
  color: var(--base-color2) !important;
  padding-left: 40px !important;
}
.bzx-header-section .dropdown-menu a:hover:after {
  left: 20px !important;
  opacity: 1 !important;
}
.bzx-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  background-color: #061d25;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.bzx-header-content {
  padding: 20px 50px;
  background-color: #061d25;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bzx-main-navigation-area .navbar-nav {
  display: inherit;
}
.bzx-main-navigation-area li {
  margin: 0px 35px;
}
.bzx-main-navigation-area li a {
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-bottom: 40px;
  font-family: var(--roboto-font);
}
.bzx-main-navigation-area li a:after {
  left: 0px;
  top: -5px;
  opacity: 0;
  content: "\f178";
  font-weight: 400;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-family: "Font Awesome 5 Pro";
}
.bzx-main-navigation-area li:hover a:after {
  opacity: 1;
  left: -20px;
}

.bzx-header-search-cta .bzx-header-search button {
  color: #fff;
  border: none;
  font-size: 20px;
  background-color: transparent;
}
.bzx-header-search-cta .bzx-header-cta-btn {
  margin-left: 30px;
}
.bzx-header-search-cta .bzx-header-cta-btn a {
  color: #fff;
  padding: 15px 35px;
  border-radius: 5px;
  display: inline-block;
  background-color: var(--base-color2);
  font-family: var(--roboto-font);
  font-weight: 300;
}
.bzx-header-search-cta .bzx-header-cta-btn a:hover {
  color: #000;
  background-color: #fff;
}


.bizx-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
  padding-top: 50px;
}
.bizx-header-section .brand-logo {
  margin-right: 30px;
}
.bizx-header-section .dropdown {
  position: relative;
}
.bizx-header-section .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.bizx-header-section .dropdown-menu {
  left: 0;
  top: 60px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.bizx-header-section .dropdown-menu .dropdown-menu {
  top: 0px;
  left: 100%;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
  opacity: 0 !important;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
.bizx-header-section .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 500;
  color: #000000 !important;
}
.bizx-header-section .dropdown-menu .dropdown-menu a:hover {
  color: var(--base-color3);
}
.bizx-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bizx-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.bizx-header-section .dropdown-menu li:after {
  display: none;
}
.bizx-header-section .dropdown-menu li:hover > .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
  opacity: 1 !important;
}
.bizx-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  color: var(--black-color) !important;
  padding: 10px 30px !important;
  font-size: 15px !important;
}
.bizx-header-section .dropdown-menu a:before {
  display: none;
}
.bizx-header-section .dropdown-menu a:after {
  top: 10px !important;
  left: 30px !important;
  opacity: 0 !important;
}
.bizx-header-section .dropdown-menu a:hover {
  color: var(--base-color3) !important;
  padding-left: 40px !important;
}
.bizx-header-section .dropdown-menu a:hover:after {
  left: 20px !important;
  opacity: 1 !important;
}
.bizx-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  padding: 18px 0px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  background-color: #271d3e;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.bizx-header-menu-navigation .navbar-nav {
  display: inherit;
}
.bizx-header-menu-navigation li {
  margin: 0px 30px;
}
.bizx-header-menu-navigation li a {
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 40px;
}
.bizx-header-menu-navigation li a:before {
  left: 0;
  right: 0;
  top: 28px;
  width: 0%;
  height: 4px;
  content: "";
  margin: 0 auto;
  position: absolute;
  border-radius: 10px;
  background: var(--base-color3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-header-menu-navigation li:hover a:before {
  width: 100%;
}

.bizx-header-btn a {
  color: #fff;
  border: none;
  font-weight: 600;
  background-color: transparent;
}
.bizx-header-content .brand-logo {
  max-width: 180px;
}
.bizx-header-section .container {
  max-width: 1200px;
}
.bizx-header-btn .bizx-sign-up {
  margin-left: 35px;
}
.bizx-header-btn .bizx-sign-up a {
  color: #fff;
  padding: 17px 28px;
  border-radius: 5px;
  background-size: 200%, 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(89, 86, 240)), color-stop(50%, rgb(255, 80, 184)), to(rgb(89, 86, 240)));
  background-image: linear-gradient(90deg, rgb(89, 86, 240) 0%, rgb(255, 80, 184) 50%, rgb(89, 86, 240));
}
.bizx-header-btn .bizx-sign-up a:hover {
  background-position: 120%;
}


/*Mobile area*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  top: -58px;
  z-index: 5;
  color: var(--base-color2);
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}
.bizx-header-section .mobile_menu_button {
  top: -40px;
  color: #fff;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .in-m-search {
  position: relative;
  margin-bottom: 35px;
}
.mobile_menu .in-m-search input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #d5d5d5;
}
.mobile_menu .in-m-search button {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #000 !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 3px;
  right: 0;
  height: 30px;
  color: #000;
  padding: 5px 10px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
}
.bz-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.bz-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  background-color: #fff;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.bz-header-section.white-bg {
  background-color: #fff;
}
.bz-header-section .navbar-nav {
  display: inherit;
}
.bz-header-section .dropdown {
  position: relative;
}
.bz-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.bz-header-section .bz-megamenu {
  position: static !important;
}
.bz-header-section .bz-megamenu .dropdown-menu {
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  max-width: 1170px;
}
.bz-header-section .bz-megamenu .dropdown-menu .bz-megamenu-item {
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.05);
}
.bz-header-section .bz-megamenu .dropdown-menu .bz-megamenu-item .bz-megamenu-item-btn:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.bz-header-section .bz-megamenu .dropdown-menu .bz-megamenu-item h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
.bz-header-section .bz-megamenu .dropdown-menu .bz-megamenu-item:hover .bz-megamenu-item-btn:before {
  opacity: 1;
}
.bz-header-section .bz-megamenu .dropdown-menu .bz-megamenu-item:hover .bz-menu-btn-grp {
  top: 50%;
  opacity: 1;
}
.bz-header-section .bz-megamenu .dropdown-menu .bz-menu-btn-grp {
  left: 0;
  top: 60%;
  right: 0;
  z-index: 2;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-header-section .bz-megamenu .dropdown-menu .bz-menu-btn-grp a {
  width: 100px;
  color: #fff !important;
  margin: 0 auto;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  background: var(--base-color);
}
.bz-header-section .bz-megamenu .dropdown-menu .bz-menu-btn-grp a:hover {
  color: #fff !important;
}
.bz-header-section .bz-megamenu .dropdown-menu .bz-menu-btn-grp a:last-child {
  margin-bottom: 0;
}
.bz-header-section .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.bz-header-section .dropdown-menu .dropdown-menu {
  top: 0px;
  left: 100%;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
  opacity: 0 !important;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
.bz-header-section .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.bz-header-section .dropdown-menu .dropdown-menu a:hover {
  color: var(--base-color);
}
.bz-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bz-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.bz-header-section .dropdown-menu li:after {
  display: none;
}
.bz-header-section .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
  opacity: 1 !important;
}
.bz-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 30px !important;
  font-size: 15px !important;
}
.bz-header-section .dropdown-menu a:before {
  display: none;
}
.bz-header-section .dropdown-menu a:after {
  top: 10px !important;
  left: 30px !important;
  opacity: 0 !important;
}
.bz-header-section .dropdown-menu a:hover {
  color: var(--base-color) !important;
  padding-left: 40px !important;
}
.bz-header-section .dropdown-menu a:hover:after {
  left: 20px !important;
  opacity: 1 !important;
}
.bz-header-section .bz-sidebar-btn {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: relative;
}
.bz-header-section .bz-sidebar-btn span {
  width: 6px;
  height: 6px;
  position: absolute;
}
.bz-header-section .bz-sidebar-btn span:nth-child(1) {
  top: 0;
  left: 0;
  background-color: var(--base-color);
}
.bz-header-section .bz-sidebar-btn span:nth-child(2) {
  top: 0;
  right: 0;
  background-color: #FFC13E;
}
.bz-header-section .bz-sidebar-btn span:nth-child(3) {
  left: 0;
  bottom: 0;
  background-color: #FFC13E;
}
.bz-header-section .bz-sidebar-btn span:nth-child(4) {
  right: 0;
  bottom: 0;
  background-color: var(--base-color);
}
.bz-header-section.header-type-one {
  padding-right: 140px;
}
.bz-header-section.header-type-one .bz-header-content-wrapper {
  border-bottom: 1px solid #fff;
}
.bz-header-section.header-type-one .bz-brand-logo {
  margin-right: 50px;
}
.bz-header-section.header-type-one .bz-brand-logo a {
  width: 235px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bz-header-section.header-type-one .bz-brand-logo a img {
  width: 150px;
}
.bz-header-section .bz-mabz-navigation-area li {
  margin: 0px 10px;
}
.bz-header-section .bz-mabz-navigation-area li a {
  z-index: 1;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 5px 20px 40px 35px;
}
.bz-header-section .bz-mabz-navigation-area li a:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 0%;
  height: 32px;
  position: absolute;
  border-radius: 16.5px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-header-section .bz-mabz-navigation-area li a:after {
  top: 4px;
  opacity: 0;
  left: 25px;
  content: "\f178";
  font-weight: 400;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-family: "Font Awesome 5 Pro";
}
.bz-header-menu .menu-fallback-menu li a {
    padding: 0;
    margin: 0;
}
.bz-footer-section.no_footer_active {
  padding-top: 0;
}
.bz-header-section .bz-mabz-navigation-area .menu-fallback-menu li a:after {
    content: "";
}
.bz-header-section .bz-mabz-navigation-area li:hover a:before {
  width: 100%;
}
.bz-header-section .bz-mabz-navigation-area li:hover a:after {
  left: 15px;
  opacity: 1;
}
.bz-header-section .bz-sidebar-btn {
  margin-left: 30px;
}
.bz-header-section .bz-header-menu-cta-sidebar {
  padding: 35px 50px;
  background-color: #fff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0117647059);
          box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0117647059);
}
.bz-header-section .bz-header-search {
  margin-left: 30px;
}
.bz-header-section .bz-header-search button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.bz-header-section .bz-header-cta {
  margin-left: 30px;
}
.bz-header-section .bz-header-cta span {
  display: block;
}
.bz-header-section .bz-header-cta .hd-title {
  color: #828A8D;
  font-size: 13px;
  font-weight: 600;
}
.bz-header-section .bz-header-cta .hd-value {
  color: #DD1D26;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--number-font);
}
.bz-header-section .bz-header-cta-btn {
  margin-left: 45px;
}
.bz-header-section .bz-header-cta-btn a {
  color: #fff;
  font-weight: 600;
  padding: 25px 45px;
  border-radius: 35px;
  background: var(--base-color);
}
.bz-header-section .bz-header-cta-btn a i {
  font-size: 18px;
  margin-left: 15px;
}
.bz-header-section .bz-header-cta-btn a:hover {
  color: #fff;
  background-color: #FEC350;
}

/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
  max-width: 180px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
  margin-top: 50px;
}

.sidebar-info-contents .content-inner h5 {
  color: #fff;
  font-weight: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 35px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 0px;
  padding-left: 0;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #fff;
  z-index: 1;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #fff;
  background-color: var(--base-color-1);
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: fixed;
  pointer-events: none;
}
.xs-sidebar-group .xs-overlay .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group .xs-overlay {
  z-index: 10;
}

.xs-sidebar-group .preloader-wrap {
  padding: 0px;
}

.xs-sidebar-group .loader-area {
  height: 100vh;
}

.xs-sidebar-group.info-group.isActive .preloader-wrap .loader-bg {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
  transition: 800ms all cubic-bezier(0.77, 0, 0.175, 1);
}

.xs-sidebar-group.info-group .preloader-wrap .loader-bg {
  left: 0;
  width: 0;
  opacity: 0;
  opacity: 0.95;
  height: 100%;
  -webkit-transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 800ms all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 20;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
}

.close-side-widget {
  color: #1768dd;
  font-size: rem(15px);
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sidebar-info-contents .gallery-box li a {
  width: 80px;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.sidebar-info-contents .gallery-box li a img {
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-info-contents .gallery-box li a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(0, 0, 0);
}
.sidebar-info-contents .gallery-box li a:after {
  left: 0;
  right: 0;
  top: 40%;
  opacity: 0;
  font-size: 18px;
  content: "\f066";
  font-weight: 900;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.sidebar-info-contents .gallery-box li a:hover:before {
  width: 100%;
}
.sidebar-info-contents .gallery-box li a:hover:after {
  top: 50%;
  opacity: 1;
}

/*Mobile area*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  top: -58px;
  z-index: 5;
  color: var(--base-color);
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .in-m-search {
  position: relative;
  margin-bottom: 35px;
}
.mobile_menu .in-m-search input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #d5d5d5;
}
.mobile_menu .in-m-search button {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #000 !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 3px;
  right: 0;
  height: 30px;
  color: #000;
  padding: 5px 10px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
}

/*----------------------------------------------------*/
/*Search area*/
/*----------------------------------------------------*/
.search-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  background-color: rgba(0, 0, 0, 0.85);
}
.search-body.search-open {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.search-body .search-form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-body .search-form .search-form-area {
  width: 100%;
  z-index: 9991;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.search-body .search-form input {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0px 30px;
  background-color: #fff;
}
.search-body .search-form input::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input::-moz-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input:-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input::-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form input::placeholder {
  color: #000;
  font-weight: 500;
}
.search-body .search-form button {
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  width: 120px;
  height: 60px;
  position: absolute;
  background: var(--base-color);
}
.search-body .outer-close {
  top: 40px;
  right: 55px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  border-radius: 3px;
  position: absolute;
  background-color: var(--main-color);
}
.search-body .outer-close i {
  color: #fff;
}

.search-open {
  opacity: 1;
  visibility: visible;
}

/*Slider area*/
/*----------------------------------------------------*/
#rev_slider_25_1_wrapper .hesperiden.tparrows {
  cursor: pointer;
  background: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 14px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.0705882353);
          box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.0705882353);
}
#rev_slider_2_1_wrapper .hesperiden.tparrows:before {
  font-family: 'Font Awesome 5 Pro' !important;
}
#rev_slider_25_1_wrapper .hesperiden.tparrows.rs-touchhover {
  background: #5956F0;
}

#rev_slider_25_1_wrapper .hesperiden.tparrows:before {
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  display: block;
  line-height: 40px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
}
#rev_slider_1_1_wrapper .hesperiden.tparrows:before{
  font-family: 'Font Awesome 5 Pro' !important;

}
#rev_slider_25_1_wrapper .hesperiden.tparrows.tp-leftarrow:before {
  content: "\f061";
  margin-right: -3px;
}

#rev_slider_25_1_wrapper .hesperiden.tparrows.tp-rightarrow:before {
  content: "\f061";
  margin-right: -3px;
  font-family: 'Font Awesome 5 Pro' !important;
}

.gradiant-text-color {
  display: inline-block;
  background: linear-gradient(96.78deg, #5956F0 53.94%, #FF50B8 95.52%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  margin-right: 10px;
  -webkit-text-fill-color: transparent;
}

.bz-main-slide-item-2 {
  padding: 275px 0px 160px;
  background-color: #F1F5FD;
}
.bz-main-slide-item-2 .slide-slug {
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  padding: 5px 30px;
  display: inline-block;
  letter-spacing: 0.23em;
  border-radius: 15px;
  background-color: #FFFFFF;
  font-family: var(--number-font);
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.bz-main-slide-item-2 h1 {
  color: #000000;
  font-size: 52px;
  font-weight: 700;
  line-height: 76px;
  max-width: 685px;
  padding: 15px 0px 100px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.bz-main-slide-item-2 h1 span {
  position: relative;
  background: linear-gradient(96.78deg, #5956F0 53.94%, #FF50B8 95.52%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bz-main-slide-item-2 .bz-slider-btn-grp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.bz-main-slide-item-2:before {
  top: 0;
  right: 0;
  height: 100%;
  width: 730px;
  content: "";
  position: absolute;
  background-color: #2029BD;
}
.bz-main-slide-item-2 .bz-slider-shape1 {
  top: 100px;
  right: 13.5%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.bz-main-slide-item-2 .bz-slider-shape2 {
  top: 40%;
  right: 30%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.bz-main-slide-item-2 .bz-slider-shape3 {
  right: 150px;
  bottom: 200px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.bz-main-slide-item-2.slick-current .slide-slug {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.bz-main-slide-item-2.slick-current h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.bz-about-section .bz-about-shape1 img {
  max-width: 78px;
}
.bz-about-section .bz-about-shape3 img {
  max-width: 80px;
}
.bz-main-slide-item-2.slick-current .bz-slider-btn-grp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.bz-main-slide-item-2.slick-current .bz-slider-shape1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.bz-main-slide-item-2.slick-current .bz-slider-shape2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.bz-main-slide-item-2.slick-current .bz-slider-shape3 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.bz-slider-content .carousel_nav {
  right: 70px;
  bottom: 70px;
}
.bz-slider-content .carousel_nav button {
  width: 65px;
  color: #fff;
  height: 65px;
  border: none;
  margin-left: 15px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2784313725);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: transparent;
}
.bz-slider-content .carousel_nav button:hover {
  color: #000000;
  background-color: #FFC13E;
}

/*About area*/
/*----------------------------------------------------*/
.bz-about-section {
  overflow: hidden;
  padding: 120px 0px;
  background-color: #14133b;
}
.bz-about-section .bz-about-img {
  bottom: 0;
  z-index: 2;
  right: 250px;
}
.bz-about-section .bz-about-shape1 {
  top: 28%;
  right: 100px;
}
.bz-about-section .bz-about-shape2 {
  top: 30%;
  right: 75px;
}
.bz-about-section .bz-about-shape3 {
  top: 70%;
  left: 55%;
}

.bz-about-year {
  right: 0;
  bottom: 0;
  width: 220px;
  height: 185px;
  padding-top: 40px;
  background-color: #F499A2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.bz-about-year h3 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.01em;
  font-family: var(--number-font);
}
.bz-about-year span {
  color: #fff;
  display: block;
  font-weight: 600;
}

.bz-about-content-wrapper {
  z-index: 1;
}
.bz-about-content-wrapper .bz-about-circle-img {
  top: -15px;
  z-index: -1;
  right: -75px;
}

.bz-about-content {
  max-width: 660px;
}
.bz-about-content .bz-section-title {
  max-width: 570px;
}
.bz-about-content .bz-section-title h2 {
  color: #fff;
}
.bz-about-content .bz-section-title h2 span {
  background: -webkit-gradient(linear, left top, right top, color-stop(40.8%, #5956F0), color-stop(80.72%, #FAB8C4)), -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(90deg, #5956F0 40.8%, #FAB8C4 80.72%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bz-about-text-area {
  color: #A3A6B5;
  max-width: 600px;
  margin-top: 25px;
  line-height: 30px;
}

.bz-about-circle-progress-area {
  margin-top: 40px;
}

.bz-about-circle-progress .graph-outer {
  margin-right: 30px;
}
.bz-about-circle-progress .inner-text {
  left: 0;
  right: 0;
  top: 47%;
  margin: 0 auto;
  color: #FEC350;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: var(--number-font);
}
.bz-about-circle-progress p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  max-width: 160px;
  line-height: 31px;
}

.bz-about-btn-sign {
  margin-top: 55px;
}
.bz-about-btn-sign .bz-about-sign {
  margin-left: 55px;
}

.bz-about-section-2 {
  z-index: 1;
  padding-bottom: 140px;
}
.bz-about-section-2:before {
  z-index: -1;
  content: "";
  width: 150px;
  height: 200px;
  position: absolute;
  background-color: #F1F5FD;
}
.bz-about-section-2:after {
  top: 200px;
  left: 150px;
  z-index: -1;
  content: "";
  width: 240px;
  height: 200px;
  position: absolute;
  background-color: #2029BD;
}

.bx-about-text-area-2 {
  color: #33343A;
  font-size: 18px;
  max-width: 540px;
  line-height: 30px;
  position: relative;
  padding-left: 15px;
}
.bx-about-text-area-2:before {
  top: 5px;
  left: 0;
  width: 2px;
  height: 48px;
  content: "";
  position: absolute;
  background-color: #D4D4DD;
}

.bz-about-count-item {
  margin-right: 30px;
}
.bz-about-count-item h3 {
  color: #000000;
  font-size: 42px;
  margin-bottom: 0;
  font-weight: 600;
}
.bz-about-count-item p {
  margin-left: 15px;
}

.bz-about-counter {
  margin-top: 20px;
}

.bz-about-feature-list {
  margin: 35px 0px 54px;
}
.bz-about-feature-list li {
  font-size: 15px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 18px;
}
.bz-about-feature-list li:before {
  top: 0;
  left: 0;
  width: 30px;
  content: "";
  height: 30px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1098039216);
          box-shadow: 0px 4px 6 px 0px rgba(0, 0, 0, 0.1098039216);
  background-position: center;
  background-image: url(../img/check.svg);
}

.bz-about-play-btn .bz-btn-2 {
  margin-right: 43px;
}
.bz-about-play-btn .bz-play-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bz-about-play-btn .bz-play-btn a i {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--base-color);
  border: 1px solid #000000;
}
.bz-about-play-btn .bz-play-btn a span {
  color: #000000;
}

.bz-counter-section.about-page-counter {
  padding-top: 0;
}

.bz-about-section.service-details-about {
  background-color: transparent;
}
.bz-about-section.service-details-about .bz-section-title h2 {
  color: #000000;
}
.bz-about-section.service-details-about .bz-about-text-area,
.bz-about-section.service-details-about .bz-about-circle-progress p {
  color: #000000;
}

.bizx-about-section {
  overflow: hidden;
  padding: 130px 0px 90px;
  background-color: #faf4eb;
}
.bizx-about-section .bizx-about-star3 {
  right: -130px;
  bottom: 0;
}

.bizx-about-img {
  overflow: hidden;
  border-bottom-left-radius: 100px;
}

.bizx-about-img-wrap .bizx-about-star1 {
  top: -40px;
  right: 35px;
  -webkit-animation: spin 20s infinite alternate;
          animation: spin 20s infinite alternate;
}
.bizx-about-img-wrap .bizx-about-star2 {
  top: -25px;
  right: -30px;
  -webkit-animation: spin 15s infinite alternate;
          animation: spin 15s infinite alternate;
}

.bizx-about-text-wrap {
  padding-left: 20px;
  padding-top: 60px;
}
.bizx-about-text-wrap .bizx-section-title {
  padding-bottom: 45px;
}

.bizx-about-counter {
  padding-top: 65px;
}

.bizx-about-counter-item h3 {
  font-size: 80px;
  font-weight: 700;
  color: var(--title-color2);
}
.bizx-about-counter-item h3 b {
  color: #ff4a17;
  font-weight: 500;
}
.bizx-about-counter-item p {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
}
/*Counter area*/
/*----------------------------------------------------*/

.bizx-cta-section {
  padding: 120px 0px;
}

.bizx-cta-text-wrapper {
  padding-top: 35px;
}
.bizx-cta-text-wrapper .bizx-section-title h2 {
  color: #fff;
}
.bizx-cta-text-wrapper .bizx-section-title p {
  color: #fff;
}

.bizx-btn-about-grp {
  margin-top: 45px;
}
.bizx-btn-about-grp .bizx-btn {
  margin-right: 20px;
}
.bizx-btn-about-grp .bizx-btn-2 a {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  padding: 18px 26px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #fff;
}
.bizx-btn-about-grp .bizx-btn-2 a:before {
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--base-color3);
}
.bizx-btn-about-grp .bizx-btn-2 a:hover {
  border: 1px solid #b453d1;
}
.bizx-btn-about-grp .bizx-btn-2 a:hover:before {
  width: 100%;
}

.bizx-cta-form-area {
  border-radius: 5px;
  background-color: #fff;
  padding: 50px 50px 30px;
  border-top-right-radius: 70px;
}
.bizx-cta-form-area .bizx-input-area {
  margin-bottom: 20px;
}
.bizx-cta-form-area .bizx-input-area label {
  display: block;
  margin-bottom: 5px;
  color: #878787;
}
.bizx-cta-form-area .bizx-input-area input, .bizx-cta-form-area .bizx-input-area textarea {
  width: 100%;
  height: 65px;
  border: none;
  padding-left: 15px;
  border-radius: 5px;
  background-color: #e1ecf0;
}
.bizx-cta-form-area .bizx-input-area textarea {
  height: 118px;
  padding: 18px;
}
.bizx-cta-form-area button {
  color: #fff;
  width: 100%;
  border: none;
  height: 60px;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 5px;
  background-size: 200%, 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(89, 86, 240)), color-stop(50%, rgb(255, 80, 184)), to(rgb(89, 86, 240)));
  background-image: linear-gradient(90deg, rgb(89, 86, 240) 0%, rgb(255, 80, 184) 50%, rgb(89, 86, 240));
}
.bizx-cta-form-area button:hover {
  background-position: 120%;
}

.bizx-five-star-review {
  margin-top: 40px;
}
.bizx-five-star-review p {
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
}

.bizx-five-star-review-img {
  margin-right: 30px;
}
.bizx-five-star-review-img li {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  margin-left: -20px;
}
.bizx-five-star-review-img li:first-child {
  margin-left: 0;
}

.bizx-review-number {
  width: 50px;
  color: #fff;
  height: 50px;
  font-size: 13px;
  border-radius: 100%;
  background: var(--base-color3);
}

.bizx-footer-cta-section {
  padding: 120px 0px;
}

.bizex-footer-cta-review {
  margin-top: 40px;
}
.bizex-footer-cta-review p {
  color: #5f6465;
  font-size: 15px;
  font-weight: 700;
  max-width: 220px;
  line-height: 1.2;
  font-family: var(--heading);
}
.bizex-footer-cta-review p span {
  color: #21c2a6;
}

.bizex-footer-cta-content {
  padding: 100px 135px;
  background-color: #faf4eb;
  border-top-left-radius: 80px;
}
.bizex-footer-cta-content .bizx-section-title h2 {
  font-size: 50px;
}
.bizex-footer-cta-content .bizx-five-star-review-img {
  margin-right: 20px;
}
.bizex-footer-cta-content .bizx-five-star-review-img li {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
}

.bizx-footer-cta-text:before {
  top: 0;
  width: 1px;
  content: "";
  right: -60px;
  height: 100%;
  position: absolute;
  background-color: #e3c89e;
}

.bizex-footer-cta-btn-grp .bizx-btn a {
  margin: 12px 0px;
}
.bizex-footer-cta-btn-grp .bizx-btn:first-child a {
  z-index: 1;
  overflow: hidden;
  padding: 18px 58px;
  background: #656565;
  position: relative;
}
.bizex-footer-cta-btn-grp .bizx-btn:first-child a:before {
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--base-color3);
}
.bizex-footer-cta-btn-grp .bizx-btn:first-child a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
.bz-counter-section {
  padding: 75px 0px 125px;
}

.bz-counter-title i {
  font-size: 18px;
  color: var(--base-color);
}
.bz-counter-title p {
  color: #1D1212;
  font-size: 20px;
  padding-top: 10px;
}

.bz-counter-content {
  padding-top: 80px;
}

.bz-counter-item .counter-icon {
  width: 98px;
  height: 98px;
  margin-right: 24px;
  border-radius: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
}
.bz-counter-item .counter-text h3 {
  color: #000000;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.04em;
  font-family: var(--number-font);
}
.bz-counter-item .counter-text p {
  color: #666775;
  font-weight: 600;
  padding-top: 10px;
}

/*Service area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.bz-service-section {
  overflow: hidden;
  padding-bottom: 110px;
}

.bz-service-title-text {
  padding-top: 70px;
}
.bz-service-title-text .bz-section-title {
  padding-bottom: 65px;
}

.bz-service-item {
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 40px 45px 55px;
  background-color: rgba(241, 245, 253, 0.5);
}
.bz-service-item .service-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.bz-service-item .service-text span {
  font-size: 18px;
  padding-bottom: 5px;
  display: inline-block;
}
.bz-service-item .service-text h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 30px;
}
.bz-service-item .service-text li {
  color: #000000;
  padding-left: 35px;
  position: relative;
  margin-bottom: 18px;
}
.bz-service-item .service-text li:before {
  top: 0;
  left: 0;
  width: 22px;
  content: "";
  height: 22px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0509803922);
  background-image: url(../img/check.svg);
}
.bz-service-item .service-text .service_more {
  color: #000000;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 800;
  padding: 20px 25px;
  display: inline-block;
  letter-spacing: 0.17em;
  background-color: #fff;
  font-family: var(--number-font);
  border-radius: 37.5px;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.031372549);
          box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.031372549);
}
.bz-service-item .service-text .service_more i {
  font-size: 16px;
  margin-left: 5px;
}
.bz-service-item .service-text .service_more:hover {
  color: #fff;
  background: var(--base-color);
}
.bz-service-item:hover .service-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

.bz-service-section-2 {
  margin-bottom: 45px;
  padding: 110px 0px 170px;
  background-color: #F1F5FD;
}
.bz-service-section-2:before {
  top: 0;
  left: 0;
  width: 160px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #fff;
}
.bz-service-section-2 .bz-service-img {
  top: 0;
  right: 0;
  z-index: 1;
}
.bz-service-section-2 .bz-service-img:before {
  bottom: 0;
  left: 75px;
  content: "";
  width: 155px;
  height: 175px;
  position: absolute;
  background-color: #fff;
}
.bz-service-section-2 .bz-service-img:after {
  right: 0;
  content: "";
  width: 235px;
  height: 210px;
  bottom: -210px;
  position: absolute;
  background-color: #2029BD;
}
.bz-service-section-2 .bz-bottom-title {
  right: 5%;
  bottom: -140px;
}
.bz-service-section-2 .bz-service-shape {
  left: 118px;
  bottom: -25px;
}
.bz-service-section-2 .bz-service-circle {
  z-index: -1;
  left: -50px;
  bottom: -50px;
}

.bz-service-content-2 {
  overflow: hidden;
}

.bz-service-top-content-2 {
  max-width: 1110px;
}
.bz-service-top-content-2 .bz-section-title {
  max-width: 680px;
}
.bz-service-top-content-2 .bz-section-title h2 span {
  -webkit-text-fill-color: #FEC350;
}
.bz-service-top-content-2 .bz-section-title p {
  max-width: 540px;
  padding-left: 15px;
  position: relative;
}
.bz-service-top-content-2 .bz-section-title p:before {
  left: 0;
  width: 2px;
  bottom: 5px;
  content: "";
  height: 48px;
  position: absolute;
  background-color: #FD7406;
}
.bz-service-top-content-2 .bz-btn-2 a {
  color: #000;
  background-color: #fff;
}
.bz-service-top-content-2 .bz-btn-2 a i {
  color: #fff;
  background-color: #2029BD;
}

.bz-service-list-area-2 {
  max-width: 700px;
  margin-top: 75px;
}
.bz-service-list-area-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bz-service-list-area-2 li {
  width: 50%;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}
.bz-service-list-area-2 li:before {
  top: 0;
  left: 0;
  color: #2029BD;
  font-size: 25px;
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.bizx-sponsor-item .inner-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-sponsor-item .inner-img img:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.bz-sponso-section-2.service-details-sponsor {
  padding: 90px 0px 110px;
}
.bz-sponso-section-2.service-details-sponsor .bz-sponsor-slider {
  border: none;
  margin-top: 0;
}


.bizx-service-section {
  background-color: #faf4eb;
}
.bizx-service-section .bizx-section-title {
  padding-bottom: 60px;
}
.bizx-service-section .bizx-service-shape1 {
  top: 45%;
  left: 40px;
}
.bizx-service-section .bizx-service-shape2 {
  top: 90px;
  right: 70px;
  -webkit-animation: spin 15s infinite alternate;
          animation: spin 15s infinite alternate;
}

.bizx-service-content {
  top: -170px;
  z-index: 2;
  border-radius: 10px;
  margin-bottom: -170px;
  background-color: #fff;
  padding: 105px 60px 90px;
  -webkit-box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.17);
          box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.17);
}

.bizx-service-item {
  z-index: 1;
  border-radius: 8px;
  padding: 35px 45px;
  margin-bottom: 30px;
  position: relative;
  border: 2px solid #ececec;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-service-item .bizx-service-icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.bizx-service-item .bizx-service-text h3 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--title-color2);
}
.bizx-service-item:hover {
  border: 2px solid #b453d1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.bizx-service-item:hover .bizx-service-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/*Growth area*/
/*----------------------------------------------------*/
@-webkit-keyframes flying {
  0% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
  50% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
  100% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
}
@keyframes flying {
  0% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
  50% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
  100% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
}
.bz-growth-section {
  z-index: 1;
  background-color: #f1f5fd;
  padding: 170px 0px 165px;
}
.bz-growth-section .bz-section-title h2 {
  max-width: 480px;
}
.bz-growth-section .bz-about-year {
  top: 0;
  bottom: auto;
  border-radius: 0;
  background-color: var(--base-color);
}
.bz-growth-section .bz-about-year h3 {
  z-index: 1;
  position: relative;
}
.bz-growth-section .bz-about-year h3:before {
  top: 0;
  right: -5px;
  z-index: -1;
  width: 35px;
  content: "";
  height: 35px;
  position: absolute;
  border-radius: 100%;
  background-color: #FFBB35;
}
.bz-growth-section .bz-growth-img {
  top: 130px;
  right: 175px;
}
.bz-growth-section .bz-growth-img img {
  -webkit-animation: flying 2.5s linear infinite;
          animation: flying 2.5s linear infinite;
}
.bz-growth-section .bz-growth-circle-img {
  right: 20%;
  z-index: -1;
  bottom: 105px;
}
.bz-growth-section .bz-growth-list {
  top: 60%;
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bz-growth-section .bz-growth-list li {
  color: #1D1D1D;
  font-weight: 500;
  margin: 30px 0px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.bz-growth-section .bz-growth-list li a:hover {
  color: var(--base-color);
}
.bz-growth-section .bz-growth-shape3 {
  left: -125px;
  bottom: -75px;
}
.bz-growth-section .bz-growth-shape2 {
  top: 45%;
  left: 60px;
}
.bz-growth-section .bz-growth-shape1 {
  top: 100px;
  left: 65px;
}
.bz-growth-section .bz-bottom-title {
  right: 15%;
  bottom: -180px;
}

.bz-bottom-title {
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 200px;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-family: var(--number-font);
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
}
.bz-bottom-title:before {
  top: 65px;
  left: 215px;
  z-index: -1;
  width: 60px;
  content: "";
  height: 60px;
  position: absolute;
  border-radius: 100%;
  background-color: #fab8c4;
}

.bz-growth-content {
  max-width: 620px;
}

.bz-growth-progress {
  margin-top: 65px;
}
.bz-growth-progress .skill-progress-bar {
  max-width: 535px;
}
.bz-growth-progress .skill-progress-bar .skill-set-percent {
  margin-bottom: 28px;
}
.bz-growth-progress .skill-progress-bar .skill-set-percent h4 {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.bz-growth-progress .skill-progress-bar .skill-set-percent h4 span {
  font-family: var(--number-font);
}
.bz-growth-progress .skill-progress-bar .skill-set-percent .progress {
  height: 2px;
  border-radius: 0;
  position: relative;
  overflow: visible;
  border-radius: 1px;
  background-color: #fff;
}
.bz-growth-progress .skill-progress-bar .skill-set-percent .progress span {
  right: 0;
  top: -45px;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  font-family: var(--number-font);
}
.bz-growth-progress .skill-progress-bar .skill-set-percent .progress-bar {
  top: -10px;
  width: 0;
  float: left;
  height: 5px;
  position: relative;
  border-radius: 2.5px;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  background: var(--base-color);
}

.bz-growth-section.servcei-details-growth {
  background-color: transparent;
}

/*journey area*/
/*----------------------------------------------------*/
.bz-journey-section {
  overflow: hidden;
  padding: 245px 0px 145px;
}
.bz-journey-section .bz-section-title {
  margin: 0 auto;
  max-width: 675px;
}
.bz-journey-section .bz-section-title p {
  margin: 0 auto;
  max-width: 540px;
}

.bz-journey-item {
  z-index: 1;
  width: 412px;
  height: 412px;
  padding-top: 110px;
  border-radius: 100%;
  border: 1px solid rgba(89, 86, 240, 0.2);
}
.bz-journey-item:before {
  top: 10px;
  left: 10px;
  z-index: -1;
  content: "";
  width: 390px;
  height: 390px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #D9D9D9;
}
.bz-journey-item .journey-date {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  padding: 8px 35px;
  border-radius: 40px;
  margin-bottom: 40px;
  display: inline-block;
  background-color: #FEC350;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-journey-item .journey-date.bottom-year {
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 0px;
  margin: 0 auto;
  max-width: 128px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.bz-journey-item .journey-date.bz-sweet {
  background-color: #F499A2;
}
.bz-journey-item .journey-date.bz-purple {
  background-color: #5956F0;
}
.bz-journey-item .journey-icon {
  left: 0;
  right: 0;
  top: 55px;
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bz-journey-item .journey-icon img {
  margin: 0 auto;
}
.bz-journey-item .journey-text h3 {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 20px;
}
.bz-journey-item .journey-text p {
  margin: auto;
  max-width: 285px;
}

.bz-journey-content {
  padding-top: 140px;
}

.bz-journey-slider .slick-prev, .bz-journey-slider .slick-next {
  display: none !important;
}
.bz-journey-slider .slick-list {
  overflow: visible;
}
.bz-journey-slider .slick-current.slick-active.slick-center {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.bz-journey-slider .slick-current.slick-active.slick-center .bz-journey-item {
  border: 1px solid #5956F0;
}
.bz-journey-slider .slick-current.slick-active.slick-center .bz-journey-item .journey-date {
  opacity: 0;
}
.bz-journey-slider .slick-current.slick-active.slick-center .bz-journey-item .journey-date.bottom-year {
  opacity: 1;
  bottom: -20px;
}
.bz-journey-slider .slick-current.slick-active.slick-center .bz-journey-item .journey-icon {
  top: 85px;
  opacity: 1;
}
.bz-journey-slider .slick-slide {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-journey-slider .slick-slide.slick-active {
  opacity: 1;
}
.bz-journey-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 8px;
  border-radius: 20px;
  background-color: #D9D9D9;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-journey-slider .slick-dots li button {
  display: none;
}
.bz-journey-slider .slick-dots li.slick-active {
  width: 30px;
  background: var(--base-color);
}

.bz-journey-section.service-details-journey {
  background-color: #f1f5fd;
}

/*Pricing area*/
/*----------------------------------------------------*/
.bz-pricing-section {
  padding: 115px 0px 85px;
  background-color: #F1F5FD;
}

.bz-pricing-top-content .bz-section-title {
  max-width: 500px;
}

.bz-pricing-content {
  padding-top: 105px;
}

.bz-pricing-item {
  border-radius: 12px;
  padding: 45px 55px 30px;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-pricing-item.central-price .bz-price-plan-btn a {
  color: #fff;
  background: var(--base-color);
}
.bz-pricing-item.central-price .bz-price-list-item li:before {
  background-image: url(../img/check.svg);
}
.bz-pricing-item .bz-price-tag {
  left: 0;
  right: 0;
  width: 70%;
  top: -45px;
  margin: 0 auto;
  color: #000000;
  font-size: 20px;
  border-radius: 12px;
  background-color: #fff;
  padding: 15px 30px 20px;
}
.bz-pricing-item .bz-price-icon {
  height: 75px;
  margin-bottom: 30px;
}
.bz-pricing-item .bz-price-value {
  margin-bottom: 30px;
}
.bz-pricing-item .bz-price-value h3 {
  color: #000000;
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: var(--number-font);
}
.bz-pricing-item .bz-price-value h3 sub {
  font-size: 22px;
}
.bz-pricing-item .bz-price-value p {
  font-weight: 500;
}
.bz-pricing-item .bz-price-value p span {
  color: #5956F0;
}
.bz-pricing-item .bz-price-plan-btn {
  margin-bottom: 40px;
}
.bz-pricing-item .bz-price-plan-btn a {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 65px;
  border-radius: 40px;
  display: inline-block;
  border: 1px solid #F0F0F0;
  background-color: #F0F0F0;
}
.bz-pricing-item .bz-price-list-item li {
  font-size: 18px;
  text-align: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}
.bz-pricing-item .bz-price-list-item li:before {
  left: 0;
  top: 8px;
  width: 25px;
  height: 15px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/check-2.svg);
}
.bz-pricing-item:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.bizx-pricing-tilte-text {
  max-width: 525px;
}

.bizx-pricing-btn-area {
  margin-top: 30px;
}
.bizx-pricing-btn-area .nav-tabs {
  border: none;
}
.bizx-pricing-btn-area .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: none;
}
.bizx-pricing-btn-area .nav-tabs .nav-link.active {
  border: none;
}
.bizx-pricing-btn-area .nav-tabs .nav-link:focus,
.bizx-pricing-btn-area .nav-tabs .nav-link:hover {
  outline: none;
  border: none;
}
.bizx-pricing-btn-area button {
  color: #151f35;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.bizx-pricing-btn-area button:after {
  left: 0;
  right: 0;
  width: 0%;
  height: 4px;
  content: "";
  bottom: -6px;
  margin: 0 auto;
  position: absolute;
  border-radius: 5px;
  background: var(--base-color3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-pricing-btn-area button.active:after {
  width: 100%;
}
.bizx-pricing-btn-area li {
  margin-right: 50px;
  position: relative;
}
.bizx-pricing-btn-area li:before {
  top: 0;
  right: -26px;
  content: "/";
  position: absolute;
}
.bizx-pricing-btn-area li:last-child {
  margin-right: 0;
}
.bizx-pricing-btn-area li:last-child:before {
  display: none;
}

.bizx-pricing-img-price {
  top: -300px;
  max-width: 590px;
  position: relative;
  margin-bottom: -300px;
}

.bizx-pricing-img {
  z-index: 1;
  margin-bottom: 30px;
}
.bizx-pricing-img .price-bg {
  bottom: 0;
  left: 0;
  z-index: -1;
}

.bizx-pricing-price-text {
  max-width: 550px;
  padding: 30px 30px;
  margin-right: 30px;
  border: 1px solid #ececec;
}
.bizx-pricing-price-text .bizx-pricing-text h3 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 12px;
  color: var(--title-color2);
}
.bizx-pricing-price-text .bizx-pricing-text span {
  color: #fff;
  font-size: 15px;
  padding: 8px 22px;
  border-radius: 30px;
  display: inline-block;
  background-color: #7d7ae3;
}
.bizx-pricing-price-text .bizx-price-pricing h4 {
  font-size: 34px;
  font-weight: 700;
  color: var(--title-color2);
}
.bizx-pricing-price-text .bizx-price-pricing span {
  background: var(--base-color3);
  background-clip: text;
  font-weight: 500;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bizx-pricing-list-item-area {
  width: 100%;
  margin-top: 40px;
  max-width: 575px;
  background-color: #fff;
  padding: 80px 50px 50px 40px;
  border-bottom-right-radius: 100px;
  -webkit-box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.17);
          box-shadow: 0px 1px 120px 0px rgba(35, 31, 32, 0.17);
}
.bizx-pricing-list-item-area ul {
  position: relative;
  margin-bottom: 60px;
}
.bizx-pricing-list-item-area ul:before {
  top: -20px;
  left: 6px;
  width: 1px;
  content: "";
  height: 120%;
  position: absolute;
  background-color: #7d7ae3;
}
.bizx-pricing-list-item-area li {
  color: #151f35;
  font-size: 18px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-bottom: 35px;
}
.bizx-pricing-list-item-area li:before {
  top: 8px;
  left: 0px;
  width: 13px;
  content: "";
  height: 13px;
  position: absolute;
  border-radius: 100%;
  background-color: #7d7ae3;
}
.bizx-pricing-list-item-area li:last-child {
  margin-bottom: 0;
}

.bizx-sponsor-scroller {
  overflow: hidden;
}
.bizx-sponsor-scroller .sponsor-scroll-item {
  display: inline-block;
}

.bizx-customer-btn {
  padding-top: 40px;
}
.bizx-customer-btn a {
  color: #151f35;
  font-size: 18px;
  font-weight: 700;
}
.bizx-customer-btn a i {
  margin-left: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.bizx-customer-btn a:hover {
  color: #7d7ae3;
}
.bizx-customer-btn a:hover i {
  margin-left: 12px;
}

.bizx-sponsor-scroll {
  padding-bottom: 115px;
}

/*Testimonial area*/
/*----------------------------------------------------*/
@keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  to {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
@-webkit-keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  to {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
.bz-testimonial-section {
  overflow: hidden;
  padding: 130px 0px;
}
.bz-testimonial-section .bz-section-title p {
  margin: 0 auto;
  max-width: 550px;
}
.bz-testimonial-slider-nav  .slick-prev,
.bz-testimonial-slider-nav .slick-next,
.bz-testimonial-slider-nav  .slick-dots  {
	display: none !important;
}
.bz-testimonial-content {
  padding-top: 60px;
}
.bz-testimonial-content .bz-testimonial-shape,
.bz-testimonial-content .bz-testimonial-shape2 {
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.0705882353);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.0705882353);
  -webkit-animation: 1.5s ease 0s infinite alternate none running scale;
          animation: 1.5s ease 0s infinite alternate none running scale;
}
.bz-testimonial-content .bz-testimonial-shape {
  top: -100px;
  left: -150px;
}
.bz-testimonial-content .bz-testimonial-shape2 {
  right: -150px;
  bottom: 300px;
}
.bz-testimonial-content .bz-quote-icon {
  top: -100px;
  right: -90px;
  color: rgba(189, 175, 188, 0.1215686275);
  font-size: 115px;
}

.bz-testimonial-item-area {
  padding: 55px 0px;
}

.bz-testimonial-item {
  margin: 0 auto;
  max-width: 1095px;
  padding: 95px 125px;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.0705882353);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.0705882353);
}
.bz-testimonial-item .bz-testimonial-img {
  left: 0;
  right: 0;
  top: -55px;
  width: 105px;
  height: 105px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
}
.bz-testimonial-item .bz-testimonial-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.05em;
}
.bz-testimonial-item .bz-testimonial-rate {
  margin-bottom: 20px;
}
.bz-testimonial-item .bz-testimonial-rate li {
  color: #FFB11B;
  font-size: 15px;
}

.bz-testimonial-nav-item {
  cursor: pointer;
  border-radius: 65px;
  padding: 35px 35px 30px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-testimonial-nav-item h3 {
  color: #08151F;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
.bz-testimonial-nav-item span {
  color: #5956F0;
}
.bz-testimonial-nav-item.slick-current.slick-active.slick-center {
  background: var(--base-color);
}
.bz-testimonial-nav-item.slick-current.slick-active.slick-center h3 {
  color: #fff;
}
.bz-testimonial-nav-item.slick-current.slick-active.slick-center span {
  color: #fff;
}

.bz-testimonial-section-2 {
  padding: 0px 0px 280px;
}
.bz-testimonial-section-2 .bz-testimonial-shape {
  left: 0;
  bottom: -40px;
}
.bz-testimonial-section-2 .bz-section-title {
  margin: 0 auto;
  max-width: 650px;
}
.bz-testimonial-section-2 .bz-section-title h2 span {
  -webkit-text-fill-color: #2029BD;
}
.bz-testimonial-section-2 .bz-bottom-title {
  left: 20%;
  right: 0;
  bottom: -120px;
}
.bz-testimonial-section-2 .bz-bottom-title span {
  color: #2029BD;
}
.bz-testimonial-section-2 .bz-testimonial-btn {
  bottom: 0;
  right: 10%;
  z-index: 1;
}
.bz-testimonial-section-2 .bz-testimonial-btn .bz-btn-2 a {
  background-color: #FFC13E;
}
.bz-testimonial-section-2 .bz-testimonial-btn .bz-btn-2 a i {
  color: #fff;
  background-color: #000000;
}

.bz-testimonial-items-2 {
  z-index: 1;
  max-width: 420px;
  padding: 55px 50px 0px;
}
.bz-testimonial-items-2:before {
  top: 0;
  left: 0;
  z-index: -1;
  height: 80%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 41px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 4px 41px 0px rgba(0, 0, 0, 0.0509803922);
}
.bz-testimonial-items-2 .bz-testimonial-icon {
  margin-bottom: 25px;
}
.bz-testimonial-items-2 .bz-testimonial-icon i {
  color: #2029BD;
  font-size: 45px;
}
.bz-testimonial-items-2 .bz-testimonial-text {
  color: #33343A;
  font-size: 18px;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 30px;
  letter-spacing: -0.04em;
}
.bz-testimonial-items-2 .bz-testimonial-rate li {
  color: #FFB820;
  font-size: 15px;
}
.bz-testimonial-items-2 .bz-testimonial-author {
  margin-top: 40px;
}
.bz-testimonial-items-2 .bz-testimonial-author .bz-author-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  border: 6px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px 0px #EEEEEE;
          box-shadow: 0px 4px 4px 0px #EEEEEE;
}
.bz-testimonial-items-2 .bz-testimonial-author .bz-author-name-degi {
  margin-top: 20px;
}
.bz-testimonial-items-2 .bz-testimonial-author .bz-author-name-degi h3 {
  color: #08151F;
  font-size: 20px;
  font-weight: 500;
}
.bz-testimonial-items-2 .bz-testimonial-author .bz-author-name-degi span {
  color: #2029BD;
  font-weight: 500;
}

.bz-testimonial-slider-2 .slick-list {
  margin: -50px;
  padding: 50px;
}
.bz-testimonial-slider-2 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bz-testimonial-slider-2 .slick-slide {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-testimonial-slider-2 .slick-slide.slick-active {
  opacity: 1;
}

.bz-testimonial-slider-area-2 {
  margin-top: 60px;
}
.bz-testimonial-slider-area-2 .carousel_nav button {
  top: 50%;
  width: 50px;
  border: none;
  height: 50px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.0588235294);
}
.bz-testimonial-slider-area-2 .carousel_nav .testi-left_arrow {
  left: -100px;
}
.bz-testimonial-slider-area-2 .carousel_nav .testi-right_arrow {
  right: -120px;
}

.bizx-testimonial-section {
  padding-bottom: 130px;
}

.bizx-testimonial-item .testimonial-icon i {
  font-size: 50px;
  background: var(--base-color3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bizx-testimonial-item .testimonial-text {
  color: #151f35;
  font-size: 25px;
  font-weight: 700;
  margin: 32px 0px 85px;
}
.bizx-testimonial-item .testimonial-author {
  padding: 30px 0px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.bizx-testimonial-item .testimonial-author .author-img {
  width: 98px;
  height: 98px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}
.bizx-testimonial-item .testimonial-author .author-text h3 {
  font-size: 18px;
  font-weight: 700;
  background: var(--base-color3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bizx-testimonial-slider .slick-dots {
  left: auto;
  bottom: 65px;
  text-align: right;
}
.bizx-testimonial-slider .slick-dots li {
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 100%;
  border: 1px solid #cecece;
}
.bizx-testimonial-slider .slick-dots li:before {
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  background: var(--base-color3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.bizx-testimonial-slider .slick-dots li button {
  display: none;
}
.bizx-testimonial-slider .slick-dots li.slick-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bizx-testimonial-img-area {
  padding-left: 40px;
}
.bizx-testimonial-img-area .bizx-about-star1 {
  z-index: 2;
  top: -40px;
  right: 200px;
  -webkit-animation: spin 20s infinite alternate;
          animation: spin 20s infinite alternate;
}
.bizx-testimonial-img-area .bizx-about-star2 {
  top: -25px;
  z-index: 2;
  right: 130px;
  -webkit-animation: spin 15s infinite alternate;
          animation: spin 15s infinite alternate;
}

/*----------------------------------------------------*/
/*what happer area*/
/*----------------------------------------------------*/
.bizx-what-happen-section {
  z-index: 1;
  padding: 0px 0px 85px;
}
.bizx-what-happen-section:before {
  top: 50%;
  content: "";
  width: 100%;
  z-index: -1;
  height: 82%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}

.bizx-what-happen-img-item {
  max-width: 640px;
  margin-bottom: 30px;
}
.bizx-what-happen-img-item .inner-img {
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
}
.bizx-what-happen-img-item .inner-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.bizx-what-happen-img-item .wh-link {
  top: 0;
  opacity: 0;
  right: 30px;
  width: 140px;
  height: 98%;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-what-happen-img-item .wh-link a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: var(--base-color3);
}
.bizx-what-happen-img-item .wh-link a i {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 100%;
  background-color: #fff;
  color: var(--title-color2);
}
.bizx-what-happen-img-item:hover .wh-link {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.bizx-what-happen-img-item:hover .inner-img:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.bizx-what-happen-text-area .bizx-section-title h2 {
  color: #fff;
}
.bizx-what-happen-text-area .bizx-introduction-list li {
  color: #fff;
}
.bizx-what-happen-text-area .bizx-btn {
  margin-top: 60px;
}


/*----------------------------------------------------*/
/*Introduction area*/
/*----------------------------------------------------*/
.bizx-introduction-section {
  overflow: hidden;
  padding: 125px 0px 130px;
  background-color: #fbfbfb;
}
.bizx-introduction-content {
  margin-top: 50px;
}
.bizx-introduction-section .bizx-introduction-shape-bg1 {
  top: 0;
  left: -100px;
}
.bizx-introduction-section .bizx-introduction-shape-bg2 {
  right: 0;
  bottom: -60px;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn {
  left: 35px;
  bottom: -110px;
  position: absolute;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .nav-tabs {
  border: none;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .nav-tabs .nav-link {
  margin: 0;
  padding: 0;
  border: none;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .intro-hos-tab-btn-item {
  width: 300px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .intro-hos-tab-btn-item .intro-btn-img {
  width: 112px;
  height: 110px;
  margin-right: 25px;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .intro-hos-tab-btn-item .intro-btn-img span {
  top: 5px;
  left: 10px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  background: var(--base-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .intro-hos-tab-btn-item .intro-btn-text {
  font-size: 16px;
  font-weight: 700;
  max-width: 125px;
  text-align: left;
  color: var(--title-color);
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .nav-link.active {
  position: relative;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .nav-link.active .intro-hos-tab-btn-item {
  background-color: #EFF7F8;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .nav-link.active .intro-hos-tab-btn-item .intro-btn-text {
  background: var(--base-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .nav-link.active:before {
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #5A56F0;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .nav-link.active:after {
  top: 0;
  right: -30px;
  width: 30px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #FC50B9;
}

.bizx-introduction-text-area {
  padding-left: 30px;
}
.bizx-introduction-text-area h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--title-color2);
  padding-bottom: 10px;
}
.bizx-introduction-text-area p {
  font-size: 18px;
  line-height: 1.667;
}

.bizx-introduction-list {
  margin-top: 30px;
}
.bizx-introduction-list li {
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  margin-bottom: 22px;
  color: var(--title-color2);
}
.bizx-introduction-list li:before {
  left: 0;
  top: -2px;
  font-size: 18px;
  content: "\f058";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  background: var(--base-color3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bizx-circle-progress-area {
  padding: 28px 0px 50px;
}

.bizx-circle-progress-item {
  margin-right: 25px;
}
.bizx-circle-progress-item .graph-outer {
  margin-right: 20px;
}
.bizx-circle-progress-item .count-box {
  left: 0;
  top: 50%;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  color: var(--title-color2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bizx-circle-progress-item h3 {
  font-size: 18px;
  font-weight: 700;
  max-width: 100px;
  color: var(--title-color2);
}
/*Blog area*/
/*----------------------------------------------------*/
.bz-blog-section {
  padding-bottom: 130px;
}
.admin-bar .bz-header-section.sticky-on {
  margin-top: 32px;
}
.widget-area .bz-sidebar-widget.widget_archive ul li .children, .widget-area .bz-sidebar-widget.widget_categories ul li .children, .widget-area .bz-sidebar-widget.widget_nav_menu ul li .sub-menu, .widget-area .bz-sidebar-widget.widget_pages ul li .children {
  padding-top: 15px;
}
.widget-area .bz-sidebar-widget.widget_archive ul li .children li, .widget-area .bz-sidebar-widget.widget_pages ul li .children li, .widget-area .bz-sidebar-widget.widget_nav_menu ul li .sub-menu li, .widget-area .bz-sidebar-widget.widget_categories ul li .children li {
  padding-left: 15px;
  padding-top: 0 !important;
  margin-bottom: 15px;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/* Sticky Post */
.bz-blog-item.sticky {
  background: var(--base-color);
}
.bz-blog-item.sticky .blog-meta a,
.bz-blog-item.sticky .blog-meta-text h3,
.bz-blog-feed-area .bz-blog-item.sticky .blog-meta-text p,
.bz-blog-item.sticky .blog-meta-text .read_more{
  color: #fff;
}
.bz-blog-item.sticky .blog-meta a i, .bz-blog-item.sticky .blog-meta-text h3:hover {
  color: #FEC350;
}
.bz-blog-feed-area .bz-blog-item.sticky .blog-meta-text {
  padding: 30px;
}
/* Table Css */
table {
  border: 1px solid #e7e7e7;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
table td {
  border: 1px solid #e7e7e7;
  padding: 12px 12px;
}
table th {
  padding: 12px;
  font-size: 15px;
  border: 1px solid #e7e7e7;
  text-align: center;
  font-weight: 600;
}
/* Common Style */
.entry-content p:last-child {
  clear: both;
  overflow: hidden;
  padding-bottom: 0;
}
dt {
  color: #000;
}
dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}
.entry-content p:last-child img {
  margin-bottom: 0;
}
.entry-content ul{
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: disc;
  padding-left: 20px;
}
.entry-content ul li {
  list-style: disc;
  line-height: 1.625;
  margin-bottom: 15px;
  font-size: 16px;
}
.entry-content ul li ul {
  margin: 10px 0 0;
    list-style: circle;
}
.entry-content ul li ul li{
  list-style: circle;
}
.entry-content ol{
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: auto;
  padding-left: 20px;
}
.entry-content ol li {
  line-height: 1.625;
  margin-bottom: 15px;
  list-style: auto;
  font-size: 16px;
}
.wp-block-group__inner-container {
  padding: 15px;
  margin-bottom: 15px;
}
.entry-content ol li ol {
  margin: 10px 0 0;
}
pre {
  background: #F5F5F5;
  font-size: 16px;
  line-height: 1.7142857143;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
  color: #000;
  white-space: pre-wrap;
  margin: 20px 0;
}
form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search input[type="search"] {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border: 1px solid #ebebeb;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search button {
  background: var(--base-color);
  color: #fff;
  border: none;
  padding: 0 20px;
}

form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  margin: 10px 0;
}

p.wp-block-tag-cloud a {
  font-size: 18px !important;
  margin-right: 20px;
  margin-bottom: 8px;
  display: inline-block;
}
select {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border: 1px solid #ebebeb;
}

.wp-block-categories-dropdown.wp-block-categories select, .wp-block-archives-dropdown.wp-block-archives select {
  margin-bottom: 15px;
}
form.post-password-form input[type="password"] {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border: 1px solid #ebebeb;
}

form.post-password-form input[type="submit"] {
  background: var(--base-color);
  color: #fff;
  border: none;
  padding: 12px 21px;
}
/* Pagination */

.biz-pagination {
  margin-top: 35px;
}
.entry-content .page-links {
  display: flex;
  align-items: center;
}

.entry-content .page-links span {
  margin-left: 10px;
}
.biz-pagination a, .biz-pagination .current, .page-links a, .page-links .current{
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dcdcdc;
}
.biz-pagination a:hover, .biz-pagination .current {
  color: #ff50b8;
  border: 1px solid #ff50b8;
}
.bizx-introduction-img-tab .bzx-service-item-hos-tab-btn .nav-tabs .nav-link {
  width: 100%;
  max-width: 300px;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wp-block-image {
    overflow: hidden;
}
.wp-block-button {
    margin-bottom: 15px;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    color: #fff !important;
}
.bz-blog-content {
  padding-top: 60px;
}

.bz-blog-item {
  max-width: 420px;
}
.bz-blog-item .blog-img {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.bz-blog-item .blog-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-blog-item .bz-blog-author {
  left: 0;
  bottom: -1px;
  background-color: #fff;
  padding: 10px 20px 0px 12px;
  border-radius: 0px 14px 0px 0px;
}
.bz-blog-item .bz-blog-author img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
  border: 0.8px solid #5956F0;
}
.bz-blog-item .bz-blog-author span {
  color: #000000;
  font-weight: 600;
  font-size: 12px;
}
.bz-blog-item .bz-blog-author span a {
  background: var(--base-color3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.entry-content figure.wp-block-image.size-full {
  margin-bottom: 0;
}
.bz-blog-item .blog-meta a {
  color: #000000;
  margin-right: 20px;
}
.bz-blog-item .blog-meta a i {
  margin-right: 5px;
  background: var(--base-color3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bz-blog-item.sticky .blog-meta a i {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: inherit;
}
.bz-blog-item .blog-meta-text {
  padding: 25px;
}
.bz-blog-item .blog-meta-text h3 {
  color: #191B1E;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}
.bz-blog-item .blog-meta-text h3:hover {
  color: var(--base-color);
}
.bz-blog-item .blog-meta-text .read_more {
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
  position: relative;
  display: inline-block;
}
.bz-blog-item .blog-meta-text .read_more i {
  font-size: 18px;
  margin-left: 20px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-blog-item .blog-meta-text .read_more:before {
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #000000;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-blog-item .blog-meta-text .read_more:hover:before {
  width: 100%;
}
.bz-blog-item .blog-meta-text .read_more:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.bz-blog-item:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.entry-content blockquote {
  font-size: 20px;
  font-style: italic;
  padding-left: 45px;
  position: relative;
  margin-bottom: 35px;
}
.form-submit input[type="submit"] {
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: var(--base-color);
  width: auto;
  margin-bottom: 0;
}
.form-submit {
  margin-bottom: 0;
}
.form-submit input[type="submit"]:hover {
  background: #fec350;
  color: #000;
}
.entry-content blockquote:before {
  top: 0;
  left: 0;
  width: 3px;
  content: "";
  height: 100%;
  position: absolute;
  background: var(--base-color);
}
.comment_formfield h3#reply-title {padding-bottom: 15px;}

.comment_formfield .comment-notes {
    margin-bottom: 25px;
}
p.comment-form-cookies-consent {
  display: none;
}
.blog_comment_box .comment_itemlist .children .comment_element {
  padding-left: 50px;
}
.bz-blog-author .inner-social {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.bz-blog-author .inner-social li {
  display: inline-block;
  margin-right: 3px;
}
.is-layout-flex.wp-container-6.wp-block-columns {
  margin-bottom: 0;
}
.entry-content blockquote p {
  padding-bottom: 10px;
}

.entry-content blockquote cite {
  font-weight: 600;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
}
.bz-blog-section-2 {
  padding: 180px 0px;
}

.bz-blog-top-content .bz-section-title h2 span {
  -webkit-text-fill-color: #2029BD;
}
.bz-blog-top-content .bz-blog-title-text {
  font-size: 18px;
  max-width: 540px;
  line-height: 30px;
}

.bz-blog-top-content-2 {
  padding-top: 55px;
}

.bz-blog-item-2 {
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid rgba(190, 190, 190, 0.8);
}
.bz-blog-item-2 .bz-blog-img {
  overflow: hidden;
  max-width: 220px;
  margin-right: 30px;
  border-radius: 8px;
}
.bz-blog-item-2 .bz-blog-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-blog-item-2 .bz-blog-text {
  max-width: 340px;
}
.bz-blog-item-2 .bz-blog-text h3 {
  color: #000000;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 25px;
}
.bz-blog-item-2 .bz-blog-text p {
  color: #888992;
  line-height: 30px;
  padding-bottom: 25px;
}
.bz-blog-item-2 .bz-blog-text .read_more {
  color: #000000;
  font-weight: 600;
}
.bz-blog-item-2 .bz-blog-text .read_more:hover {
  color: var(--base-color);
}
.bz-blog-item-2:hover .bz-blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bz-blog-feed-section, .bizex-page-inter-wrap {
  padding: 120px 0px;
}

.bz-blog-feed-area .bz-blog-item {
  max-width: 100%;
  margin-bottom: 30px;
}
.bz-blog-feed-area .bz-blog-item .blog-img {
  overflow: hidden;
  border-radius: 8px;
}
.bz-blog-feed-area .bz-blog-item .blog-meta-text h3 {
  font-size: 36px;
  line-height: 1.2;
  -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.entry-content .page-links {
  clear: both;
}
.bz-blog-item .blog-meta{
  margin-bottom: 18px;
}
.blog-details-content .blog-meta {
  margin-bottom: 0;
}
.bz-blog-feed-area .bz-blog-item .blog-meta-text p {
  font-size: 18px;
  padding-top: 15px;
}
.bz-blog-feed-area .bz-blog-item .blog-meta-text {
  padding: 30px 0px;
}

.bz-blog-sidebar {
  max-width: 360px;
  margin-left: 30px;
  padding-bottom: 50px;
  border-left: 1px solid #e5e5e5;
}

.bz-sidebar-widget {
  padding-top: 45px;
  padding-left: 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}
.bz-sidebar-widget .widget-title {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 12px;
}
.bz-sidebar-widget .search-widget form {
  position: relative;
}
.bz-sidebar-widget .search-widget input {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border: 1px solid #ebebeb;
}
.bz-sidebar-widget .search-widget button {
  top: 13px;
  right: 15px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.bz-sidebar-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bz-sidebar-widget .bz-recent-blog-item .blog-img img {
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bz-sidebar-widget li {
  font-size: 18px;
  margin-bottom: 8px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  list-style: none;
}
.bz-sidebar-widget li:last-child {
  margin-bottom: 0;
}
.bz-sidebar-widget li a {
  color: #6f7183;
}
.bz-sidebar-widget li:hover {
  padding-left: 15px;
}
.bz-sidebar-widget li:hover a {
  color: var(--base-color);
}
.bz-sidebar-widget li:hover span {
  color: var(--base-color);
}
.bz-sidebar-widget .bz-recent-blog-item {
  margin-top: 20px;
  align-items: inherit !important;
}
.bz-sidebar-widget .bz-recent-blog-item .blog-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 20px;
}
.bz-sidebar-widget .bz-recent-blog-item .blog-text {
  max-width: 205px;
}
.bz-sidebar-widget .bz-recent-blog-item .blog-text h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.bz-sidebar-widget .bz-recent-blog-item .blog-text span {
  color: #6f7183;
  font-size: 16px;
}
.bz-sidebar-widget .tagcloud a {
  font-size: 18px !important;
  margin-right: 20px;
  margin-bottom: 8px;
  display: inline-block;
}
.bz-sidebar-widget .tagcloud a:hover {
  background: var(--base-color);
  background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bz-sidebar-widget .social-widget a {
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
.bz-sidebar-widget .social-widget a:hover {
  color: var(--base-color);
}

.bz-blog-details-section {
  padding: 120px 0px;
}

.blog-details-text-img-area .bz-blog-item {
  max-width: 100%;
}
.blog-details-text-img-area .bz-blog-item .blog-meta-text {
  padding-left: 0;
}
.blog-details-text-img-area .bz-blog-item .blog-meta-text h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
}
.blog-details-text-img-area p {
  padding-bottom: 30px;
}
.blog-details-text-img-area .blog-details-img-wrap img {
  border-radius: 10px;
}

.bz-blog-share-tag {
  padding: 60px 0px;
  border-bottom: 1px solid #d9d9d9;
}
.bz-blog-share-tag span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.bz-blog-share-tag a {
  margin-left: 20px;
}
.bz-blog-share-tag a:hover {
  color: var(--base-color);
}

.bz-blog-author {
  padding: 60px 0px;
  border-bottom: 1px solid #d9d9d9;
}
.bz-blog-author .inner-img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  margin-right: 25px;
  border-radius: 100%;
}
.bz-blog-author .inner-text {
  max-width: 660px;
}
.bz-blog-author .inner-text h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.bz-blog-author .inner-social {
  margin-top: 10px;
}
.bz-blog-author .inner-social a {
  font-weight: 500;
  margin-right: 10px;
}
.bz-blog-author .inner-social a:hover {
  color: var(--base-color);
}

.blog_comment_box h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 35px;
  font-family: var(--number-font);
}
.blog_comment_box .comment_itemlist .comment_element {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.blog_comment_box .comment_itemlist .comment_img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 25px;
  border-radius: 100%;
}
.blog_comment_box .comment_itemlist .comment_content {
  max-width: 590px;
}
.blog_comment_box .comment_itemlist .comment_content h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}
.blog_comment_box .comment_itemlist .comment_content p {
  padding: 10px 0px 15px;
}
.blog_comment_box .comment_itemlist .reply-btn {
  top: 0;
  right: 0;
  font-size: 15px;
  color: var(--base-color);
}

.bz-commet-box-area {
  margin-top: 60px;
}

.comment_formfield input, .comment_formfield textarea, .comment_itemlist input,  .comment_itemlist textarea{
  width: 100%;
  height: 55px;
  padding-left: 20px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
}
.comment_itemlist .comment-respond {
  margin-bottom: 35px;
}
a#cancel-comment-reply-link {
  color: var(--base-color);
  font-size: 24px;
  margin-left: 15px;
}
.comment_itemlist .comment-respond {
  margin-bottom: 35px;
}
.comment_formfield textarea, .comment_itemlist textarea {
  height: 180px;
  padding-top: 20px;
}
.comment_formfield button {
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: var(--base-color);
}
.comment_formfield button:hover {
  color: #fff;
  background-color: #fec350;
}


.can-blog-feed-item {
  padding-left: 70px;
}

.blog-main-img-wrap .blog-img-shape {
  left: 0;
  top: -8px;
  position: absolute;
}

.blog-feed-img-text-1 {
  margin-bottom: 25px;
}
.blog-feed-img-text-1 .blog-feed-img {
  width: 100px;
  height: 100px;
  margin-top: 15px;
  margin-right: 35px;
}
.blog-feed-img-text-1 .blog-feed-text {
  display: block;
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: 1px solid #3a4349;
}
.blog-feed-img-text-1 .blog-feed-text .blog-feed-meta {
  margin-bottom: 25px;
}
.blog-feed-img-text-1 .blog-feed-text .blog-feed-meta .date-meta {
  color: #0795fe;
  margin-right: 5px;
}
.blog-feed-img-text-1 .blog-feed-text .blog-feed-meta .author-meta {
  color: #fff;
}
.blog-feed-img-text-1 .blog-feed-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.722;
}


.blog-img-text-inner-2 .blog-img-wrap {
  padding-bottom: 40px;
}
.blog-img-text-inner-2 .blog-img-wrap:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: 0;
  height: 135px;
  position: absolute;
  background-color: #f1f9ff;
}
.blog-img-text-inner-2 .blog-img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 5px solid #fff;
  box-shadow: 4px 6.928px 70px 0px rgba(9, 17, 23, 0.15);
  z-index: 3;
  position: relative;
}
.blog-img-text-inner-2 .blog-meta {
  padding: 15px 0px;
  background-color: #e6f2fb;
}
.blog-img-text-inner-2 .blog-meta a {
  color: #595959;
  font-size: 14px;
  margin: 0px 12px;
}
.blog-img-text-inner-2 .blog-meta a i {
  margin-right: 10px;
  color: #0795fe;
}
.blog-img-text-inner-2 .blog-text {
  padding: 40px 45px;
  background-color: #f1f9ff;
}
.blog-img-text-inner-2 .blog-text h3 {
  color: #091117;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 18px;
}
.blog-img-text-inner-2 .blog-text p {
  color: #6f6f6f;
  line-height: 1.667;
}
.blog-img-text-inner-2 .blog-text .more-btn {
  color: #5f656a;
  font-weight: 700;
  margin-top: 25px;
  display: inline-block;
}
.blog-img-text-inner-2 .blog-text .more-btn i {
  margin-left: 10px;
  font-size: 14px;
}

.blog-feed-section,
.blog-details-section {
  padding: 100px 0px;
}

.blog-side-bar {
  padding: 60px 30px;
  max-width: 350px;
  background-color: #f3faff;
}
.blog-side-bar .cando-widget {
  margin-bottom: 60px;
}
.blog-side-bar .widget-title {
  color: #091117;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 35px;
}
.blog-side-bar .cat-widget li {
  margin-bottom: 15px;
  background-color: #fff;
}
.blog-side-bar .cat-widget li a {
  width: 100%;
  color: #091117;
  display: block;
  font-weight: 700;
  padding: 15px 30px;
  position: relative;
}
.blog-side-bar .cat-widget li a:after {
  top: 15px;
  right: 15px;
  content: "ï„";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.blog-side-bar .cat-widget li a:hover {
  color: #fff;
  background-color: #0795fe;
}
.blog-side-bar .search-widget form {
  position: relative;
}
.blog-side-bar .search-widget input {
  width: 100%;
  border: none;
  height: 65px;
  padding-left: 20px;
  background-color: #ffffff;
}
.blog-side-bar .search-widget button {
  top: 15px;
  right: 15px;
  border: none;
  font-size: 18px;
  color: #0795fe;
  position: absolute;
  background-color: transparent;
}
.blog-side-bar .recent-blog-widget .recent-blog-inner {
  margin-bottom: 30px;
}
.blog-side-bar .recent-blog-widget .recent-blog-inner .rc-blog-img {
  height: 66px;
  width: 66px;
  margin-right: 25px;
}
.blog-side-bar .recent-blog-widget .recent-blog-inner .rc-blog-text span {
  font-size: 14px;
  color: #0795fe;
}
.blog-side-bar .recent-blog-widget .recent-blog-inner .rc-blog-text h3 {
  color: #091117;
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}
.blog-side-bar .recent-blog-widget .recent-blog-inner:last-child {
  margin-bottom: 0;
}
.blog-side-bar .insta-widget li {
  margin: 5px;
  float: left;
  position: relative;
}
.blog-side-bar .insta-widget li:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0;
  height: 100%;
  position: absolute;
  transition: 400ms all ease;
  background-color: #0795fe;
}
.blog-side-bar .insta-widget li:before {
  left: 0;
  right: 0;
  top: 40%;
  content: "ï„";
  color: #fff;
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  font-weight: 900;
  text-align: center;
  position: absolute;
  transition: 400ms all ease;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
}
.blog-side-bar .insta-widget li:hover:after {
  opacity: 0.8;
}
.blog-side-bar .insta-widget li:hover:before {
  top: 50%;
  opacity: 1;
}
.blog-side-bar .cat-tag-widget li {
  margin: 5px;
  float: left;
}
.blog-side-bar .cat-tag-widget li a {
  padding: 8px 20px;
  display: inline-block;
  background-color: #fff;
}
.blog-side-bar .cat-tag-widget li a:hover {
  color: #fff;
  background-color: #0795fe;
}
.blog-feed-innerbox {
  margin-bottom: 30px;
}
.blog-feed-innerbox .blog-meta {
  margin: 20px auto;
  max-width: 290px;
}
.blog-feed-innerbox .blog-meta a {
  color: #091117;
  font-size: 15px;
  font-weight: 500;
}
.blog-feed-innerbox .blog-meta a i {
  margin-right: 5px;
  color: #0795fe;
}
.blog-feed-innerbox .blog-feed-text {
  padding: 40px;
  background-color: #f3faff;
}
.blog-feed-innerbox .blog-feed-text h3 {
  color: #091117;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 22px;
}
.blog-feed-innerbox .blog-feed-text p {
  color: #6f6f6f;
  padding-bottom: 30px;
}
.blog-feed-innerbox .blog-feed-text .blog-more {
  color: #5f656a;
  font-weight: 700;
}
.blog-feed-innerbox .blog-feed-text .blog-more:hover {
  color: #0795fe;
}

.cando-pagination li a {
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: #f3faff;
}
.cando-pagination li a:hover, .cando-pagination li.active a {
  color: #fff;
  background-color: #0795fe;
}

.blog-details-wrapper .feed-title {
  color: #091117;
  font-size: 40px;
  font-weight: 700;
}
.blog-details-wrapper .blog-meta-wrapper {
  margin: 25px 0px;
  padding: 15px 30px;
  border: 1px solid #e0edf6;
}
.blog-details-wrapper .blog-meta-item,
.blog-details-wrapper .blog-meta-social {
  color: #707375;
  font-weight: 500;
}
.blog-details-wrapper .blog-meta-item a,
.blog-details-wrapper .blog-meta-social a {
  margin-right: 35px;
}
.blog-details-wrapper .blog-meta-item a:last-child,
.blog-details-wrapper .blog-meta-social a:last-child {
  margin-right: 0;
}
.blog-details-wrapper .blog-meta-item i,
.blog-details-wrapper .blog-meta-social i {
  color: #0795fe;
  margin-right: 8px;
}
.blog-details-wrapper img {
  margin-bottom: 40px;
}
.blog-details-wrapper p {
  font-size: 16px;
  padding-bottom: 40px;
}
.blog-details-wrapper blockquote {
  z-index: 1;
  padding: 50px;
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  position: relative;
  margin-bottom: 30px;
  background-color: #f3faff;
}
.blog-details-wrapper blockquote:before {
  top: 40px;
  left: 60px;
  content: "ï„";
  color: #b8e1ff;
  z-index: -1;
  font-size: 85px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.blog-details-share-tag {
  padding: 15px 30px;
  margin-bottom: 25px;
  border: 1px solid #e0edf6;
  width: 100%;
}
.blog-details-share-tag span {
  color: #091117;
  font-weight: 700;
  margin-right: 15px;
}
.blog-details-share-tag a {
  font-size: 14px;
  margin-right: 5px;
}
.blog-details-share-tag a:last-child {
  margin-right: 0;
}
.blog-details-share-tag a:hover {
  color: #0795fe;
}

.blog-details-np-inner a {
  width: 100%;
  display: block;
}
.blog-details-np-inner:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  transition: 400ms all ease;
  background-color: rgba(0, 0, 0, 0.8);
}
.blog-details-np-inner span {
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.blog-details-np-inner:hover:before {
  opacity: 0.7;
  background-color: #0795fe;
}

.bd-comment-wrapper {
  padding-top: 70px;
}
.bd-comment-wrapper .m-title {
  color: #091117;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 40px;
}

.comment-innerarea {
  margin-bottom: 30px;
}
.comment-innerarea .comment-img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin-top: 45px;
  margin-right: 40px;
}
.comment-innerarea .comment-textarea {
  overflow: hidden;
  padding: 35px 40px;
  background-color: #f3faff;
}
.comment-innerarea .comment-textarea h3 {
  color: #091117;
  font-size: 22px;
  font-weight: 700;
}
.comment-innerarea .comment-textarea span {
  font-size: 12px;
  font-weight: 700;
  color: #0795fe;
  text-transform: uppercase;
}
.comment-innerarea .comment-textarea p {
  color: #484848;
  padding-top: 15px;
}
.comment-innerarea .comment-textarea .cm-reply {
  top: 30px;
  right: 50px;
  position: absolute;
}
.comment-innerarea .comment-textarea .cm-reply a {
  color: #fff;
  font-weight: 700;
  padding: 8px 25px;
  display: inline-block;
  border-radius: 30px;
  background-color: #0795fe;
}

.bd-comment-form {
  padding: 100px 60px;
}
.bd-comment-form h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 45px;
}
.bd-comment-form input, .bd-comment-form textarea {
  width: 100%;
  height: 60px;
  color: #fff;
  padding-left: 15px;
  border: 1px solid #585f64;
  margin-bottom: 30px;
  background-color: transparent;
}
.bd-comment-form input::placeholder, .bd-comment-form textarea::placeholder {
  color: #fff;
}
.bd-comment-form textarea {
  height: 100px;
  padding-top: 10px;
}
.bd-comment-form button {
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 15px 30px;
  background-color: #0795fe;
}

.blog-post-feed-area {
  height: 540px;
  overflow-y: scroll;
}
.blog-post-feed-area::-webkit-scrollbar {
  width: 10px;
}
.blog-post-feed-area::-webkit-scrollbar-track {
  background: #ebf2f7;
  border-radius: 10px;
}
.blog-post-feed-area::-webkit-scrollbar-thumb {
  opacity: 0.8;
  cursor: pointer;
  border-radius: 10px;
  background: #0795fe;
}
.blog-post-feed-area::-webkit-scrollbar-thumb:hover {
  opacity: 1;
  cursor: pointer;
  background: #0795fe;
}
.blog-post-feed-area .blog-feed-innerbox {
  max-width: 370px;
}
.blog-post-feed-area .blog-feed-innerbox .blog-meta-wrap {
  background-color: #0795fe;
}
.blog-post-feed-area .blog-feed-innerbox .blog-meta-wrap .blog-meta {
  margin: 0 auto;
  padding: 15px 0px;
}
.blog-post-feed-area .blog-feed-innerbox .blog-meta-wrap .blog-meta a {
  color: #fff;
}
.blog-post-feed-area .blog-feed-innerbox .blog-meta-wrap .blog-meta a i {
  color: #fff;
}

/*CTA area*/
/*----------------------------------------------------*/
.bz-bottom-cta-section {
  padding-bottom: 115px;
}

.bz-bottom-cta-item .bz-bottom-cta-icon {
  width: 65px;
  height: 65px;
  margin-right: 10px;
}
.bz-bottom-cta-item .bz-bottom-cta-text h3 {
  color: #0F0F2D;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
}

.bizx-cta-section {
  padding: 120px 0px;
}

.bizx-cta-text-wrapper {
  padding-top: 35px;
}
.bizx-cta-text-wrapper .bizx-section-title h2 {
  color: #fff;
}
.bizx-cta-text-wrapper .bizx-section-title p {
  color: #fff;
}

.bizx-btn-about-grp {
  margin-top: 45px;
}
.bizx-btn-about-grp .bizx-btn {
  margin-right: 20px;
}
.bizx-btn-about-grp .bizx-btn-2 a {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  padding: 18px 26px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #fff;
}
.bizx-btn-about-grp .bizx-btn-2 a:before {
  top: 0;
  left: 0;
  width: 0%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--base-color3);
}
.bizx-btn-about-grp .bizx-btn-2 a:hover {
  border: 1px solid #b453d1;
}
.bizx-btn-about-grp .bizx-btn-2 a:hover:before {
  width: 100%;
}

.bizx-cta-form-area {
  border-radius: 5px;
  background-color: #fff;
  padding: 50px 50px 30px;
  border-top-right-radius: 70px;
}
.bizx-cta-form-area .bizx-input-area {
  margin-bottom: 20px;
}
.bizx-cta-form-area .bizx-input-area label {
  display: block;
  margin-bottom: 5px;
}
.bizx-cta-form-area .bizx-input-area input, .bizx-cta-form-area .bizx-input-area textarea {
  width: 100%;
  height: 65px;
  border: none;
  padding-left: 15px;
  border-radius: 5px;
  background-color: #e1ecf0;
}
.bizx-cta-form-area .bizx-input-area textarea {
  height: 118px;
  padding: 18px;
}
.bizx-cta-form-area button {
  color: #fff;
  width: 100%;
  border: none;
  height: 60px;
  font-weight: 600;
  margin-top: 20px;
  border-radius: 5px;
  background-size: 200%, 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(89, 86, 240)), color-stop(50%, rgb(255, 80, 184)), to(rgb(89, 86, 240)));
  background-image: linear-gradient(90deg, rgb(89, 86, 240) 0%, rgb(255, 80, 184) 50%, rgb(89, 86, 240));
}
.bizx-cta-form-area button:hover {
  background-position: 120%;
}

.bizx-five-star-review {
  margin-top: 40px;
}
.bizx-five-star-review p {
  color: #fff;
  font-weight: 600;
  padding-bottom: 10px;
}

.bizx-five-star-review-img {
  margin-right: 30px;
}
.bizx-five-star-review-img li {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  margin-left: -20px;
}
.bizx-five-star-review-img li:first-child {
  margin-left: 0;
}

.bizx-review-number {
  width: 50px;
  color: #fff;
  height: 50px;
  font-size: 13px;
  border-radius: 100%;
  background: var(--base-color3);
}

.bizx-footer-cta-section {
  padding: 120px 0px;
}

.bizex-footer-cta-review {
  margin-top: 40px;
}
.bizex-footer-cta-review p {
  color: #5f6465;
  font-size: 15px;
  font-weight: 700;
  max-width: 220px;
  line-height: 1.2;
  font-family: var(--heading);
}
.bizex-footer-cta-review p span {
  color: #21c2a6;
}

.bizex-footer-cta-content {
  padding: 100px 135px;
  background-color: #faf4eb;
  border-top-left-radius: 80px;
}
.bizex-footer-cta-content .bizx-section-title h2 {
  font-size: 50px;
}
.bizex-footer-cta-content .bizx-five-star-review-img {
  margin-right: 20px;
}
.bizex-footer-cta-content .bizx-five-star-review-img li {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
}

.bizx-footer-cta-text:before {
  top: 0;
  width: 1px;
  content: "";
  right: -60px;
  height: 100%;
  position: absolute;
  background-color: #e3c89e;
}

.bizex-footer-cta-btn-grp .bizx-btn a {
  margin: 12px 0px;
}
.bizex-footer-cta-btn-grp .bizx-btn:first-child a {
  z-index: 1;
  overflow: hidden;
  padding: 18px 58px;
  background: #656565;
  position: relative;
}
.bizex-footer-cta-btn-grp .bizx-btn:first-child a:before {
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--base-color3);
}
.bizex-footer-cta-btn-grp .bizx-btn:first-child a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}
/*experience area*/
/*----------------------------------------------------*/
.bz-project-complete-section {
  padding-bottom: 60px;
}

.bz-exp-year {
  width: 285px;
  height: 200px;
  padding-top: 40px;
  background-color: #fff;
}
.bz-exp-year h3 {
  z-index: 1;
  color: #2029BD;
  font-size: 80px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  font-family: var(--number-font);
}
.bz-exp-year h3:before {
  top: 10px;
  right: -8px;
  z-index: -1;
  width: 30px;
  content: "";
  height: 30px;
  position: absolute;
  border-radius: 100%;
  background-color: #FEC350;
}
.bz-exp-year h3 sub {
  font-size: 18px;
}
.bz-exp-year p {
  color: #000000;
  font-size: 18px;
}

.bz-expericne-gallery-section {
  top: -30px;
  position: relative;
  margin-bottom: -30px;
}

.bz-exp-photo-gallery .bz-exp-img {
  margin-right: 12px;
}

.bz-project-complete-section {
  padding-top: 140px;
}

.bz-project-complete-text {
  color: #000000;
  font-size: 24px;
  max-width: 700px;
  line-height: 44px;
  position: relative;
  padding-left: 15px;
}
.bz-project-complete-text:before {
  left: 0;
  top: 12px;
  width: 2px;
  content: "";
  height: 110px;
  position: absolute;
  background-color: #FFC13E;
}

.bz-project-complete-counter h3 {
  background: var(--base-color3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 135px;
  line-height: 184px;
  letter-spacing: -0.06em;
  font-family: var(--number-font);
}
.bz-project-complete-counter p {
  right: -80px;
  bottom: -20px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  font-family: var(--number-font);
}
.bz-project-complete-counter p:before {
  top: 10px;
  left: -28px;
  width: 20px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #FFC13E;
}

/*Portfolio area*/
/*----------------------------------------------------*/
.bz-portfolio-section .bz-section-title {
  max-width: 520px;
}
.bz-portfolio-section .bz-section-title h2 span {
  -webkit-text-fill-color: #2029BD;
}

.bz-portfolio-top-content {
  padding-bottom: 50px;
}

.bz-portfolio-hos-tab-btn button {
  padding: 0;
  border: none;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-left: 70px;
  background-color: transparent;
}
.bz-portfolio-hos-tab-btn button:before {
  left: 0;
  bottom: 0;
  width: 0%;
  content: "";
  height: 3px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-image: url(../img/line.png);
}
.bz-portfolio-hos-tab-btn button.is-checked:before {
  width: 100%;
}

.bz-portfolio-item1 {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 35px;
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1098039216);
          box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1098039216);
}
.bz-portfolio-item1 .bz-portfolio-img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 48px;
}
.bz-portfolio-item1 .bz-portfolio-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-portfolio-item1 .bz-portfolio-text {
  padding-left: 95px;
  padding-bottom: 30px;
}
.bz-portfolio-item1 .bz-portfolio-text .read_more {
  top: 25px;
  left: 40px;
  position: absolute;
}
.bz-portfolio-item1 .bz-portfolio-text .portfolio-cat {
  color: #A9A9A9;
  font-weight: 500;
}
.bz-portfolio-item1 .bz-portfolio-text h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  padding-top: 12px;
}
.bz-portfolio-item1 .bz-portfolio-text h3:hover {
  color: var(--base-color);
}
.bz-portfolio-item1:hover .bz-portfolio-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bz-portfolio-item2 {
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px 50px 20px 20px;
  -webkit-box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1098039216);
          box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1098039216);
}
.bz-portfolio-item2 .bz-portfolio-img {
  overflow: hidden;
  border-radius: 8px;
  margin-right: 50px;
}
.bz-portfolio-item2 .bz-portfolio-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-portfolio-item2 .portfolio-cat {
  color: #A9A9A9;
  font-weight: 500;
}
.bz-portfolio-item2 h3 {
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  padding: 15px 0px 20px;
}
.bz-portfolio-item2 h3:hover {
  color: var(--base-color);
}
.bz-portfolio-item2 p {
  color: #505050;
  max-width: 260px;
  line-height: 30px;
  padding-bottom: 22px;
}
.bz-portfolio-item2 .read_more {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.1em;
  font-family: var(--number-font);
}
.bz-portfolio-item2 .read_more i {
  width: 23px;
  height: 23px;
  color: #000000;
  margin-left: 10px;
  line-height: 23px;
  text-align: center;
  border-radius: 100%;
  background-color: #FEC350;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-portfolio-item2 .read_more:hover {
  color: var(--base-color);
}
.bz-portfolio-item2 .read_more:hover i {
  margin-left: 15px;
}
.bz-portfolio-item2:hover .bz-portfolio-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bz-portfolio-filter-tab .filtr-container-area {
  margin: 0 -15px;
}
.bz-portfolio-filter-tab .grid-size-50 {
  width: 50%;
}
.bz-portfolio-filter-tab .grid-sizer {
  width: 50%;
}
.bz-portfolio-filter-tab .grid-item {
  float: left;
  padding: 15px;
  display: inline-block;
}

.bz-portfolio-more-btn {
  margin-top: 15px;
}
.bz-portfolio-more-btn .bz-btn-2 a {
  background-color: #FFC13E;
  font-family: var(--number-font);
}
.bz-portfolio-more-btn .bz-btn-2 a i {
  color: #fff;
  background-color: #000000;
}
.bz-portfolio-more-btn .bz-btn-2 a:hover {
  color: #fff;
  background-color: var(--base-color);
}
.bz-portfolio-more-btn .bz-btn-2 a:hover i {
  color: #000000;
  background-color: #FFC13E;
}

.bz-sponsor-slider .sponsor-img {
  height: 50px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.bz-sponso-section-2 {
  overflow: hidden;
  padding-bottom: 110px;
}

.bz-sponsor-slider {
  margin-top: 120px;
  padding-top: 30px;
  border-top: 1px solid #E2E2E2;
}

.bz-project-feed-section {
  padding: 120px 0px;
}

.bz-portfolio-filter-feed-tab .filtr-container-area {
  margin: 0 -15px;
}
.bz-portfolio-filter-feed-tab .grid-size-50 {
  width: 33.33%;
}
.bz-portfolio-filter-feed-tab .grid-sizer {
  width: 33.33%;
}
.bz-portfolio-filter-feed-tab .grid-item {
  float: left;
  padding: 15px;
  display: inline-block;
}

.bz-portfolio-filter-feed-tab {
  margin-top: 50px;
}
.bz-portfolio-filter-feed-tab .bz-portfolio-item1 {
  margin-bottom: 20px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.bz-portfolio-filter-feed-tab .bz-portfolio-item1 .bz-portfolio-text {
  padding-left: 60px;
  padding-bottom: 20px;
}
.bz-portfolio-filter-feed-tab .bz-portfolio-item1 .bz-portfolio-img {
  margin-bottom: 30px;
}
.bz-portfolio-filter-feed-tab .bz-portfolio-item1 .bz-portfolio-text h3 {
  font-size: 22px;
}
.bz-portfolio-filter-feed-tab .bz-portfolio-item1 .bz-portfolio-text .read_more {
  left: 15px;
}

.bz-project-details-text h3, .bz-project-details-text h4 {
  font-size: 42px;
  font-weight: 600;
  padding-bottom: 35px;
  color: #000000;
}
.bz-project-details-text h4 {
  font-size: 36px;
  padding-bottom: 25px;
}
.bz-project-details-text p {
  line-height: 1.875;
  padding-bottom: 35px;
}
.bz-project-details-text li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 25px;
}
.bz-project-details-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bz-project-details-text li:before {
  top: 0;
  left: 0;
  color: #000000;
  content: "\f058";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}

.bz-project-details-feature {
  max-width: 370px;
  padding: 50px 40px;
  border-radius: 8px;
  background-color: #2029bd;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}
.bz-project-details-feature h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 40px;
}
.bz-project-details-feature .feature-list li {
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #4950c7;
}
.bz-project-details-feature .feature-list li span {
  float: right;
  font-weight: 400;
  color: #fff;
}
.bz-project-details-feature .project-share {
  margin-top: 30px;
}
.bz-project-details-feature .project-share .title {
  color: #fff;
  font-weight: 700;
}
.bz-project-details-feature .project-share .share-social a {
  color: #fff;
  margin-left: 5px;
}
.bz-project-details-feature .project-share .share-social a:hover {
  color: var(--main-color);
}

.bz-project-details-img-wrapper {
  padding-bottom: 55px;
}

.bz-project-next-prev-btn {
  margin-top: 80px;
}
.bz-project-next-prev-btn a {
  font-weight: 600;
  font-family: var(--heading);
}
.bz-project-next-prev-btn a i {
  margin-right: 15px;
}
.bz-project-next-prev-btn a:hover {
  color: var(--main-color);
}
.bz-project-next-prev-btn a:nth-child(2) i {
  margin-right: 0;
  margin-left: 15px;
}

.bz-project-details-img-slider {
  margin-bottom: 50px;
}

.bz-project-details-img-wrapper {
  padding-top: 50px;
}

.bz-project-details-section {
  padding: 120px 0px;
}

/*Team area*/
/*----------------------------------------------------*/
.bz-team-section-2 {
  padding: 130px 0px 160px;
  background-color: #F1F5FD;
}
.bz-team-section-2 .bz-bottom-title {
  right: 10%;
  bottom: -160px;
}
.bz-team-section-2 .bz-bottom-title:before {
  left: 55px;
}
.bz-team-section-2:before {
  top: 0;
  left: 0;
  width: 155px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #fff;
}
.bz-team-section-2 .bz-team-shape {
  bottom: 0;
  left: 155px;
}
.bz-team-section-2 .bz-team-shape2 {
  left: 35%;
  bottom: 140px;
}

.bz-team-content-2 {
  overflow: hidden;
}

.bz-team-text-content {
  z-index: 2;
  position: relative;
}
.bz-team-text-content .bz-section-title {
  margin-bottom: 40px;
}

.bz-team-items {
  max-width: 310px;
}
.bz-team-items .bz-team-social {
  left: 0;
  opacity: 0;
  bottom: -45px;
  padding: 10px 15px;
  visibility: hidden;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-team-items .bz-team-social li {
  color: #0F0E0E;
  font-size: 13px;
  margin-right: 25px;
}
.bz-team-items .bz-team-social li:last-child {
  margin-right: 0;
}
.bz-team-items .bz-team-social li a:hover {
  color: var(--base-color);
}
.bz-team-items .bz-team-img {
  margin-bottom: 35px;
}
.bz-team-items .bz-team-text h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 10px;
}
.bz-team-items .bz-team-text .bz-team-degi {
  color: #2029BD;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.bz-team-items .bz-team-text .team_arrow {
  right: 0;
  top: 15px;
}
.bz-team-items:hover .bz-team-social {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.bz-team-slider .slick-list {
  overflow: visible;
}
.bz-team-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bz-team-slider .slick-slide {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-team-slider .slick-slide.slick-active {
  opacity: 1;
}

.bz-team-feed-section {
  padding: 120px 0px 80px;
}
.bz-team-feed-section .container {
  max-width: 1040px;
}

.bz__item-tw {
  margin: 0 auto;
  margin-bottom: 40px;
}

.bizx-team-section {
  padding: 110px 0px;
  overflow: hidden;
}
.bizx-team-section .bizx-section-title h2 {
  color: #fff;
}
.bizx-team-section .bizx-team-side-img {
  left: 0;
  top: 50px;
}

.bizx-team-content {
  max-width: 1920px;
  margin: 0 auto;
}

.bizx-team-text-area {
  z-index: 2;
  margin-left: 45%;
  position: relative;
}
.bizx-team-text-area .bizx-introduction-list {
  margin-bottom: 60px;
}
.bizx-team-text-area .bizx-introduction-list li {
  color: #fff;
}

.bizx-team-item-slide {
  padding: 0px 15px;
}

.bizx-team-item {
  z-index: 1;
  width: 370px;
  overflow: hidden;
}
.bizx-team-item:before, .bizx-team-item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  content: "";
  height: 100%;
  -webkit-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
}
.bizx-team-item:after {
  z-index: 2;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 83, 210, 0)), color-stop(75%, rgba(178, 83, 210, 0.8)));
  background: linear-gradient(to bottom, rgba(178, 83, 210, 0) 0%, rgba(178, 83, 210, 0.8) 75%);
}
.bizx-team-item .team-img img {
  display: inline-block;
}
.bizx-team-item .team-text {
  left: 0;
  right: 0;
  z-index: 3;
  bottom: -40px;
  position: absolute;
  padding-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-team-item .team-text h3 {
  color: #fff;
  font-weight: 700;
  font-weight: 22px;
  padding-bottom: 5px;
}
.bizx-team-item .team-text span {
  font-size: 18px;
  background: var(--base-color3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bizx-team-item .team-text .team-social {
  margin-top: 15px;
}
.bizx-team-item .team-text .team-social a {
  color: #fff;
  margin: 0px 10px;
}
.bizx-team-item:hover .team-text {
  bottom: 0;
}
.bizx-team-item:hover .team-text span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bizx-team-item:hover:before {
  opacity: 0;
}
.bizx-team-item:hover:after {
  opacity: 1;
}

.bizx-carousel-btn button {
  z-index: 1;
  width: 50px;
  height: 50px;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  color: var(--title-color2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-carousel-btn button:before {
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  background: var(--base-color3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-carousel-btn button:hover {
  color: #fff;
}
.bizx-carousel-btn button:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.bizx-carousel-btn .carousel_nav button {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bizx-carousel-btn .carousel_nav .team_left_arrow {
  left: -10px;
}
.bizx-carousel-btn .carousel_nav .team_right_arrow {
  right: 15px;
}
/*Contact area*/
/*----------------------------------------------------*/
.bz-contact-section {
  padding-bottom: 120px;
}
.bz-contact-section:before {
  width: 100%;
  content: "";
  height: 100%;
  max-width: 730px;
  position: absolute;
  background-color: #2029BD;
}
.bz-contact-section .bz-contact-shape1 {
  left: 0;
  top: -11px;
}
.bz-contact-section .bz-contact-shape2 {
  left: 25%;
  bottom: 60px;
}
.bz-contact-section .bz-contact-shape3 {
  bottom: 0;
  left: 65px;
}

.bz-contact-text-wrap {
  max-width: 650px;
}
.bz-contact-text-wrap .bz-section-title h2 span {
  -webkit-text-fill-color: #FD6A07;
}

.bz-contact-img-cta {
  padding: 48px 0px 70px;
}
.bz-contact-img-cta .bz-cta-img {
  margin-right: 25px;
}
.bz-contact-img-cta .bz-cta-text {
  max-width: 300px;
}
.bz-contact-img-cta .bz-cta-text span {
  color: #000000;
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: var(--number-font);
  border-bottom: 1px solid #D9D9D9;
}
.bz-contact-img-cta .bz-cta-text span img {
  margin-right: 10px;
}
.bz-contact-img-cta .bz-cta-text span:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bz-contact-btn-cta .bz-contact-location {
  margin-right: 60px;
}
.bz-contact-btn-cta .bz-contact-location h3 {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px;
}
.bz-contact-btn-cta .bz-contact-location h3 i {
  font-size: 15px;
  margin-left: 15px;
}
.bz-contact-btn-cta .bz-contact-location p {
  color: #6F7183;
  font-size: 18px;
  max-width: 250px;
}

.bz-contact-cta-section {
  padding: 120px 0px;
}

.bz-contact-cta-img {
  max-width: 645px;
  overflow: hidden;
  border-radius: 8px;
}

.bz-contact-cta-text {
  margin-left: 30px;
  border-left: 1px solid #e6e6e6;
}
.bz-contact-cta-text .bz-contact-cta-item {
  padding: 35px 0px 32px 50px;
  border-bottom: 1px solid #e6e6e6;
}
.bz-contact-cta-text .bz-contact-cta-item:last-child {
  border: none;
}
.bz-contact-cta-text .bz-contact-cta-item h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.bz-contact-cta-text .bz-contact-cta-item span {
  max-width: 300px;
  display: inline-block;
}

.blog_comment_box h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
}

.bz-contact-form-section {
  padding-bottom: 110px;
}

.bz-contact-map {
  margin-left: 30px;
}

/*Breadcrumb area*/
/*----------------------------------------------------*/
.bz-breadcrumb-content {
  background-color: #f1f5fd;
  padding: 250px 0px 160px;
}
.bz-breadcrumb-content .bz-bread-side-shape {
  left: 0;
  bottom: 50px;
}
.bz-breadcrumb-content .bz-bread-side-shape2 {
  bottom: 0;
  right: 0;
}
.bz-breadcrumb-content h2 {
  color: #000000;
  font-size: 55px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
  -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}
.bz-breadcrumb-content h2:before {
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -5px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/line2.png);
}
.single__breadcrumb .bz-breadcrumb-content h2:before {
  background: transparent;
}
/*----------------------------------------------------*/
/*Faq area*/
.bz-faq-feed-section {
  padding: 120px 0px;
}

.bz-faq-feed-accordion .accordion-header button {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 600;
  background: #f4f7f9;
  padding: 20px 30px;
  border: none;
}
.bz-faq-feed-accordion .accordion-button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bz-faq-feed-accordion .accordion-item {
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #f4f7f9;
}
.bz-faq-feed-accordion .accordion-body {
  padding: 20px 30px 30px;
  color: var(--black-color);
}
.bz-faq-feed-accordion .accordion-button:not(.collapsed) {
  color: #faab04;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  background-color: #f4f7f9;
}
.bz-faq-feed-accordion .accordion-button::after {
  right: 25px;
  height: auto;
  width: auto;
  font-size: 15px;
  content: "\f078";
  font-weight: 900;
  position: absolute;
  background-image: none;
  font-family: "Font Awesome 5 Pro";
}
.bz-faq-feed-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.bzx-blog-slider .slick-list {
  overflow: visible;
}
.bzx-blog-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bzx-blog-slider .slick-slide {
  opacity: 0;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.bzx-blog-slider .slick-slide.slick-active {
  opacity: 1;
}

.bizx-faq-section {
  padding-bottom: 125px;
}

.bizx-faq-content {
  background-color: #faf4eb;
  border-top-left-radius: 80px;
  padding: 100px 60px 90px 60px;
}
.bizx-faq-content .bizx-section-title h2 {
  font-size: 45px;
}

.bizx-faq-circle-progress {
  max-width: 460px;
  margin-top: 35px;
}
.bizx-faq-circle-progress:before {
  top: 20px;
  left: 50%;
  content: "";
  width: 1px;
  height: 130px;
  position: absolute;
  background-color: #e3e3e3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bizx-faq-circle-progress .bizx-circle-progress-item {
  width: 100%;
  max-width: 200px;
  margin-right: 0;
}
.bizx-faq-circle-progress .bizx-circle-progress-item .graph-outer {
  margin-right: 0;
  margin-bottom: 20px;
}
.bizx-faq-circle-progress .bizx-circle-progress-item h3 {
  max-width: 100%;
}

.bizx-faq-feed-accordion {
  padding-left: 50px;
  border-left: 1px solid #e3e3e3;
}
.bizx-faq-feed-accordion .accordion-header button {
  padding: 0;
  border: none;
  font-size: 23px;
  font-weight: 700;
  background: transparent;
  color: var(--title-color2);
}
.bizx-faq-feed-accordion .accordion-header button span {
  max-width: 385px;
}
.bizx-faq-feed-accordion .accordion-button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bizx-faq-feed-accordion .accordion-item {
  border: none;
  margin-bottom: 30px;
  padding-bottom: 40px;
  background-color: transparent;
  border-bottom: 1px solid var(--title-color2);
}
.bizx-faq-feed-accordion .accordion-body {
  font-size: 18px;
  padding: 20px 0px 0px;
}
.bizx-faq-feed-accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bizx-faq-feed-accordion .accordion-button::after {
  top: 0;
  right: 25px;
  height: auto;
  width: auto;
  font-size: 15px;
  content: "\f078";
  font-weight: 900;
  position: absolute;
  background-image: none;
  font-family: "Font Awesome 5 Pro";
  background: var(--base-color3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bizx-faq-feed-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.bizx-faq-feed-accordion .accordion-item:last-of-type {
  border-radius: 0;
}
/*----------------------------------------------------*/
/*Service area*/
/*----------------------------------------------------*/
.bzx-service-section {
  z-index: 1;
  padding-top: 35px;
  background-color: #061d25;
}
.bzx-service-section:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 95px;
  position: absolute;
  background-color: #fff;
}
.bzx-service-section .bzx-section-top-content .bzx-btn a:hover {
  color: var(--title-color);
  background-color: #fff;
}
.bzx-service-section .bzx-section-top-content .bzx-btn a:hover i {
  color: #fff;
}

.bzx-section-top-content {
  padding-bottom: 65px;
}
.bzx-section-top-content .title-bg {
  left: 0;
  top: -50px;
  color: #0b2934;
  font-size: 100px;
  letter-spacing: -0.06em;
  font-family: var(--heading);
}
.bzx-section-top-content .bzx-section-title {
  max-width: 480px;
}
.bzx-section-top-content .bzx-section-title h2 {
  color: #fff;
}

.bzx-service-side-img {
  margin-right: 105px;
}

.bzx-service-img-text .bzx-service-img {
  max-width: 455px;
  margin-right: 55px;
}
.bzx-service-img-text .bzx-service-title-text {
  max-width: 500px;
}
.bzx-service-img-text .bzx-service-title-text h3 {
  color: #fff;
  font-size: 36px;
  padding-bottom: 25px;
}
.bzx-service-img-text .bzx-service-title-text p {
  color: #fff;
  padding-bottom: 42px;
}
.bzx-service-img-text .bzx-service-title-text .read_more {
  position: relative;
  display: inline-block;
}
.bzx-service-img-text .bzx-service-title-text .read_more i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: var(--base-color2);
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-service-img-text .bzx-service-title-text .read_more span {
  left: 0;
  top: 0px;
  opacity: 0;
  font-weight: 500;
  visibility: hidden;
  position: absolute;
  white-space: nowrap;
  border-radius: 20px;
  background-color: #fff;
  padding: 7px 15px 7px 5px;
  color: var(--base-color2);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-service-img-text .bzx-service-title-text .read_more:hover i {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bzx-service-img-text .bzx-service-title-text .read_more:hover span {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

.bzx-service-item-btn {
  z-index: 1;
  width: 100%;
  max-width: 255px;
  padding: 50px 30px;
  background-color: #09242d;
  border-bottom: 4px solid var(--base-color2);
}
.bzx-service-item-btn:before {
  left: 0;
  bottom: 0;
  height: 0%;
  z-index: -1;
  width: 100%;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color2);
}
.bzx-service-item-btn .ser-icon-hover {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-service-item-btn .ser-icon-main {
  opacity: 1;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-service-item-btn .service-item-icon {
  margin-bottom: 40px;
}
.bzx-service-item-btn .bzx-service-item-text h3 {
  color: #fff;
  font-size: 20px;
}
.bzx-service-item-btn:hover:before, .bzx-service-item-btn.active:before {
  height: 100%;
}
.bzx-service-item-btn:hover .ser-icon-main, .bzx-service-item-btn.active .ser-icon-main {
  opacity: 0;
}
.bzx-service-item-btn:hover .ser-icon-hover, .bzx-service-item-btn.active .ser-icon-hover {
  opacity: 1;
}

.bzx-service-item-hos-tab-btn {
  margin-top: 180px;
}
.bzx-service-item-hos-tab-btn .nav-tabs {
  border: none;
}
.bzx-service-item-hos-tab-btn .nav-tabs .nav-link {
  padding: 0;
  border: none;
  width: 255px;
  text-align: left;
  border-radius: 0;
}
.bzx-service-item-hos-tab-btn li {
  margin-right: 30px;
}

.bzx-service-item-hos-tab-btn .nav-link.active .bzx-service-item-btn:before {
  height: 100%;
}
.bzx-service-item-hos-tab-btn .nav-link.active .bzx-service-item-btn .ser-icon-main {
  opacity: 0;
}
.bzx-service-item-hos-tab-btn .nav-link.active .bzx-service-item-btn .ser-icon-hover {
  opacity: 1;
}

.bzx-service-more-btn {
  right: -50px;
  bottom: 20px;
  position: absolute;
}
.bzx-service-more-btn a {
  color: #fff;
  font-size: 15px;
  padding: 15px 3px;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: var(--base-color2);
}
/*----------------------------------------------------*/
/*About area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.bzx-about-section {
  z-index: 1;
  overflow: hidden;
  padding: 130px 0px 245px;
}
.bzx-about-section:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 110px;
  position: absolute;
  background-color: #061d25;
}

.bzx-about-text-wrapper {
  padding-top: 70px;
}

.bzx-about-feature-content {
  max-width: 480px;
}

.bzx-about-feature-list {
  margin-top: 40px;
}
.bzx-about-feature-list li {
  width: 50%;
  float: left;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-about-feature-list li:before {
  left: 0;
  top: 6px;
  width: 16px;
  content: "";
  height: 12px;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-image: url(../img/arrow.png);
}
.bzx-about-feature-list li:hover {
  padding-left: 35px;
}
.bzx-about-feature-list li:hover:before {
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bzx-satisfection {
  margin: 25px 0px 60px;
}
.bzx-satisfection .skill-set-percent h4 {
  color: #101010;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bzx-satisfection .skill-set-percent .progress {
  height: 10px;
  border-radius: 20;
  position: relative;
  overflow: visible;
  background-color: #e8e8e8;
}
.bzx-satisfection .skill-set-percent .progress span {
  right: 0;
  top: -35px;
  font-size: 16px;
  color: #101010;
  font-weight: 500;
  position: absolute;
}
.bzx-satisfection .skill-set-percent .progress-bar {
  width: 0;
  float: left;
  height: 100%;
  position: relative;
  border-radius: 10px;
  -webkit-transition: 2s all ease-in-out;
  transition: 2s all ease-in-out;
  background: var(--base-color2);
}

.bzx-about-btn-cta .bzx-btn {
  margin-right: 30px;
}

.bzx-cta-text .cta-icon {
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 20px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: var(--base-color2);
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}
.bzx-cta-text .cta-text span {
  color: #202020;
  margin-bottom: 5px;
  display: inline-block;
}
.bzx-cta-text .cta-text h3 {
  color: #101010;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 700;
}

.bzx-about-img-wrap {
  top: 0;
  right: 80px;
}
.bzx-about-img-wrap .bzx-about-img-1 {
  margin-right: 60px;
}
.bzx-about-img-wrap .bzx-about-img-2 {
  margin-top: 60px;
}

/*----------------------------------------------------*/
/*About area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.bzx-about-section {
  z-index: 1;
  overflow: hidden;
  padding: 130px 0px 245px;
}
.bzx-about-section:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 110px;
  position: absolute;
  background-color: #061d25;
}

.bzx-about-text-wrapper {
  padding-top: 70px;
}

.bzx-about-feature-content {
  max-width: 480px;
}

.bzx-about-feature-list {
  margin-top: 40px;
}
.bzx-about-feature-list li {
  width: 50%;
  float: left;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-about-feature-list li:before {
  left: 0;
  top: 6px;
  width: 16px;
  content: "";
  height: 12px;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-image: url(../img/arrow.png);
}
.bzx-about-feature-list li:hover {
  padding-left: 35px;
}
.bzx-about-feature-list li:hover:before {
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bzx-satisfection {
  margin: 25px 0px 60px;
}
.bzx-satisfection .skill-set-percent h4 {
  color: #101010;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bzx-satisfection .skill-set-percent .progress {
  height: 10px;
  border-radius: 20;
  position: relative;
  overflow: visible;
  background-color: #e8e8e8;
}
.bzx-satisfection .skill-set-percent .progress span {
  right: 0;
  top: -35px;
  font-size: 16px;
  color: #101010;
  font-weight: 500;
  position: absolute;
}
.bzx-satisfection .skill-set-percent .progress-bar {
  width: 0;
  float: left;
  height: 100%;
  position: relative;
  border-radius: 10px;
  -webkit-transition: 2s all ease-in-out;
  transition: 2s all ease-in-out;
  background: var(--base-color2);
}

.bzx-about-btn-cta .bzx-btn {
  margin-right: 30px;
}

.bzx-cta-text .cta-icon {
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 20px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: var(--base-color2);
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}
.bzx-cta-text .cta-text span {
  color: #202020;
  margin-bottom: 5px;
  display: inline-block;
}
.bzx-cta-text .cta-text h3 {
  color: #101010;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 700;
}

.bzx-about-img-wrap {
  top: 0;
  right: 80px;
}
.bzx-about-img-wrap .bzx-about-img-1 {
  margin-right: 60px;
}
.bzx-about-img-wrap .bzx-about-img-2 {
  margin-top: 60px;
}
/*----------------------------------------------------*/
/*Service area*/
/*----------------------------------------------------*/
.bzx-service-section {
  z-index: 1;
  padding-top: 35px;
  background-color: #061d25;
}
.bzx-service-section:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 95px;
  position: absolute;
  background-color: #fff;
}
.bzx-service-section .bzx-section-top-content .bzx-btn a:hover {
  color: var(--title-color);
  background-color: #fff;
}
.bzx-service-section .bzx-section-top-content .bzx-btn a:hover i {
  color: #fff;
}

.bzx-section-top-content {
  padding-bottom: 65px;
}
.bzx-section-top-content .title-bg {
  left: 0;
  top: -50px;
  color: #0b2934;
  font-size: 100px;
  letter-spacing: -0.06em;
  font-family: var(--heading);
}
.bzx-section-top-content .bzx-section-title {
  max-width: 480px;
}
.bzx-section-top-content .bzx-section-title h2 {
  color: #fff;
}

.bzx-service-side-img {
  margin-right: 105px;
}

.bzx-service-img-text .bzx-service-img {
  max-width: 455px;
  margin-right: 55px;
}
.bzx-service-img-text .bzx-service-title-text {
  max-width: 500px;
}
.bzx-service-img-text .bzx-service-title-text h3 {
  color: #fff;
  font-size: 36px;
  padding-bottom: 25px;
}
.bzx-service-img-text .bzx-service-title-text p {
  color: #fff;
  padding-bottom: 42px;
}
.bzx-service-img-text .bzx-service-title-text .read_more {
  position: relative;
  display: inline-block;
}
.bzx-service-img-text .bzx-service-title-text .read_more i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: var(--base-color2);
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-service-img-text .bzx-service-title-text .read_more span {
  left: 0;
  top: 0px;
  opacity: 0;
  font-weight: 500;
  visibility: hidden;
  position: absolute;
  white-space: nowrap;
  border-radius: 20px;
  background-color: #fff;
  padding: 7px 15px 7px 5px;
  color: var(--base-color2);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-service-img-text .bzx-service-title-text .read_more:hover i {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bzx-service-img-text .bzx-service-title-text .read_more:hover span {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

.bzx-service-item-btn {
  z-index: 1;
  width: 100%;
  max-width: 255px;
  padding: 50px 30px;
  background-color: #09242d;
  border-bottom: 4px solid var(--base-color2);
}
.bzx-service-item-btn:before {
  left: 0;
  bottom: 0;
  height: 0%;
  z-index: -1;
  width: 100%;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color2);
}
.bzx-service-item-btn .ser-icon-hover {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-service-item-btn .ser-icon-main {
  opacity: 1;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-service-item-btn .service-item-icon {
  margin-bottom: 40px;
}
.bzx-service-item-btn .bzx-service-item-text h3 {
  color: #fff;
  font-size: 20px;
}
.bzx-service-item-btn:hover:before, .bzx-service-item-btn.active:before {
  height: 100%;
}
.bzx-service-item-btn:hover .ser-icon-main, .bzx-service-item-btn.active .ser-icon-main {
  opacity: 0;
}
.bzx-service-item-btn:hover .ser-icon-hover, .bzx-service-item-btn.active .ser-icon-hover {
  opacity: 1;
}

.bzx-service-item-hos-tab-btn {
  margin-top: 180px;
}
.bzx-service-item-hos-tab-btn .nav-tabs {
  border: none;
}
.bzx-service-item-hos-tab-btn .nav-tabs .nav-link {
  padding: 0;
  border: none;
  width: 255px;
  text-align: left;
  border-radius: 0;
}
.bzx-service-item-hos-tab-btn li {
  margin-right: 30px;
}

.bzx-service-item-hos-tab-btn .nav-link.active .bzx-service-item-btn:before {
  height: 100%;
}
.bzx-service-item-hos-tab-btn .nav-link.active .bzx-service-item-btn .ser-icon-main {
  opacity: 0;
}
.bzx-service-item-hos-tab-btn .nav-link.active .bzx-service-item-btn .ser-icon-hover {
  opacity: 1;
}

.bzx-service-more-btn {
  right: -50px;
  bottom: 20px;
  position: absolute;
}
.bzx-service-more-btn a {
  color: #fff;
  font-size: 15px;
  padding: 15px 3px;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: var(--base-color2);
}

/*----------------------------------------------------*/
/*Fun fact area*/
/*----------------------------------------------------*/
.bzx-funfact-content {
  padding-top: 20px;
}

.bzx-funfact-item p {
  line-height: 1;
  font-size: 98px;
  font-weight: 500;
  margin-right: 25px;
  color: var(--base-color2);
}
.bzx-funfact-item h4 {
  font-size: 24px;
  font-weight: 500;
  max-width: 125px;
  line-height: 1.417;
  color: var(--title-color);
}

/*----------------------------------------------------*/
/*Project area*/
/*----------------------------------------------------*/
.bzx-project-section {
  z-index: 1;
  overflow: hidden;
  padding-bottom: 260px;
}
.bzx-project-section:before {
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #09242d;
}
.bzx-project-section:after {
  left: 0;
  bottom: 0;
  content: "";
  z-index: -2;
  width: 100%;
  height: 135px;
  position: absolute;
  background-color: #061d25;
}
.bzx-project-section .bzx-section-top-content {
  padding-top: 95px;
}
.bzx-project-section .bzx-section-top-content .bzx-section-title {
  max-width: 650px;
}
.bzx-project-section .bzx-section-top-content .bzx-section-title h2 {
  color: var(--title-color);
}

.bzx-project-carousel.bzx-carousel-btn button {
  display: block;
}

.bzx-project-content {
  margin: 0px -15px;
}

.bzx-project-item {
  padding-bottom: 50px;
  max-width: 365px;
}
.bzx-project-item .project-img {
  overflow: hidden;
}
.bzx-project-item .project-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bzx-project-item .project-text {
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 310px;
  position: absolute;
  padding: 40px 40px 55px;
  background-color: white;
  border-left: 5px solid var(--base-color2);
}
.bzx-project-item .project-text:before {
  top: 0;
  right: 0;
  width: 0%;
  left: auto;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color2);
}
.bzx-project-item .project-text h3 {
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.bzx-project-item .project-text .project-arrow {
  right: 30px;
  bottom: 20px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-project-item .project-text .project-arrow i {
  color: #000000;
  font-size: 35px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-project-item:hover .project-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bzx-project-item:hover .project-text:before {
  left: 0;
  right: auto;
  width: 100%;
}
.bzx-project-item:hover .project-text h3 {
  color: #fff;
}
.bzx-project-item:hover .project-text .project-arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.bzx-project-item:hover .project-text .project-arrow i {
  color: #fff;
}

.bzx-project-slider .slick-list {
  overflow: visible;
}
.bzx-project-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bzx-project-slider .slick-slide {
  opacity: 0;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-project-slider .slick-slide.slick-active {
  opacity: 1;
}

/*----------------------------------------------------*/
/*why-choose area*/
/*----------------------------------------------------*/
.bzx-why-choose-us-section {
  z-index: 1;
  overflow: hidden;
  padding-top: 90px;
  background-color: #061d25;
}
.bzx-why-choose-us-section:before {
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 105px;
  position: absolute;
  background-color: #fff;
}
.bzx-why-choose-us-section:after {
  right: 0;
  bottom: 0;
  width: 38%;
  content: "";
  height: 105px;
  position: absolute;
  background-color: #f4f4ff;
}

.bzx-why-choose-us-img {
  margin-right: 70px;
}

.bzx-wc-steps-item {
  max-width: 365px;
  padding-bottom: 50px;
  margin: 0px 35px;
  border-bottom: 1px solid var(--base-color2);
}
.bzx-wc-steps-item .step-icon {
  top: 0;
  right: 0;
}
.bzx-wc-steps-item .step-serial {
  color: #fff;
  font-size: 53px;
  margin-bottom: 25px;
  font-family: var(--heading);
}
.bzx-wc-steps-item .step-text-wrap h3 {
  color: #fff;
  font-size: 42px;
  line-height: 1.238;
  padding-bottom: 35px;
}
.bzx-wc-steps-item .step-text-wrap p {
  color: #fff;
}

/*----------------------------------------------------*/
/*Faq area*/
/*----------------------------------------------------*/
.bzx-faq-section {
  z-index: 1;
  padding: 20px 0px 320px;
}
.bzx-faq-section:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 130px;
  position: absolute;
  background-color: #061d25;
}
.bzx-faq-section:after {
  top: 0;
  right: 0;
  width: 38%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #f4f4ff;
}

.bzx-faq-accordio-area {
  max-width: 600px;
  padding-top: 105px;
}

.bzx-faq-accordion {
  margin-top: 35px;
  border-top: 1px solid #e5e5e5;
}
.bzx-faq-accordion .accordion-item {
  margin: 0;
  border: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e5e5e5;
}
.bzx-faq-accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.bzx-faq-accordion .accordion-item .accordion-button {
  background-color: transparent;
}
.bzx-faq-accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bzx-faq-accordion .accordion-button {
  padding: 0;
  color: #05151b;
  font-size: 20px;
  font-weight: 500;
  padding: 28px 20px 28px 0px;
  font-family: var(--heading);
}
.bzx-faq-accordion .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bzx-faq-accordion .accordion-body {
  padding: 0 0px 25px;
  padding-right: 100px;
}
.bzx-faq-accordion .accordion-button::after {
  top: 50%;
  right: 0;
  content: "\f067";
  font-weight: 300;
  position: absolute;
  background-image: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.bzx-faq-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: var(--base-color2);
}


/*----------------------------------------------------*/
/*Testimonial area*/
/*----------------------------------------------------*/
.bzx-testimonial-section {
  overflow: hidden;
  padding: 70px 0px 120px;
  background-color: #061d25;
}
.bzx-testimonial-section .bzx-section-top-content .bzx-section-title {
  max-width: 600px;
}

.bzx-testimonial-content {
  margin: 0px -15px;
}

.bzx-testimonial-item {
  max-width: 420px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--base-color2);
}
.bzx-testimonial-item .testi-icon {
  margin-bottom: 55px;
}
.bzx-testimonial-item .testi-text {
  color: #fff;
  max-width: 395px;
}
.bzx-testimonial-item .testi-author {
  margin-top: 55px;
}
.bzx-testimonial-item .testi-author .author-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
  border: 5px solid #fff;
}
.bzx-testimonial-item .testi-author .author-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 8px;
}
.bzx-testimonial-item .testi-author .author-text span {
  color: #fff;
  font-size: 15px;
}

/*----------------------------------------------------*/
/*Blog area*/
/*----------------------------------------------------*/
.bzx-blog-section {
  z-index: 1;
}
.bzx-blog-section:before {
  top: 0;
  right: 0;
  width: 38%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  background-color: #f4f4ff;
}
.bzx-blog-text-area {
  z-index: 2;
  padding-top: 40px;
  position: relative;
}

.bzx-blog-slider-area {
  margin-left: 50px;
}

.bzx-blog-item {
  max-width: 370px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 47.5px 2.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 47.5px 2.5px rgba(0, 0, 0, 0.1);
}
.bzx-blog-item .blog-img {
  overflow: hidden;
}
.bzx-blog-item .blog-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-blog-item .blog-text {
  padding: 28px 30px 25px;
}
.bzx-blog-item .blog-meta {
  margin-bottom: 10px;
}
.bzx-blog-item .blog-meta a {
  margin-right: 20px;
}
.bzx-blog-item .blog-meta a:last-child {
  margin-right: 0;
}
.bzx-blog-item .blog-meta a i {
  margin-right: 10px;
  color: var(--base-color2);
}
.bzx-blog-item .blog-title {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9f0f3;
}
.bzx-blog-item .blog-title h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.bzx-blog-item .blog-title h3:hover {
  color: var(--base-color2);
}
.bzx-blog-item .read_more {
  color: #000000;
  font-weight: 500;
  position: relative;
  display: inline-block;
  letter-spacing: 1.5px;
}
.bzx-blog-item .read_more i {
  margin-left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bzx-blog-item .read_more:before {
  left: 0;
  bottom: 0;
  width: 0%;
  content: "";
  height: 1px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color2);
}
.bzx-blog-item .read_more:hover {
  color: var(--base-color2);
}
.bzx-blog-item .read_more:hover:before {
  width: 100%;
}
.bzx-blog-item .read_more:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.bzx-blog-item:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bzx-blog-slider .slick-list {
  overflow: visible;
}
.bzx-blog-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bzx-blog-slider .slick-slide {
  opacity: 0;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}
.bzx-blog-slider .slick-slide.slick-active {
  opacity: 1;
}

.bzx-blog-carousel {
  margin-top: 85px;
}
.bzx-blog-carousel button {
  float: left;
}

.bzx-sponsor-slider .bzx-sponsor-item {
  width: 225px;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.bzx-sponsor-slider .slick-list {
  padding: 120px 0px;
}
.bizx-blog-section {
  padding: 100px 0px 70px;
}

.bizx-blog-top-content .bizx-section-title h2 {
  color: #fff;
}
.bizx-blog-top-content .bizx-blog-more-btn a {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  font-family: var(--heading);
}

.bizx-blog-feed-content {
  padding-top: 50px;
}

.bizx-blog-item {
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  padding: 40px 35px 35px;
  border: 2px solid #6b5c90;
  border-top-left-radius: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-blog-item:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  content: "";
  position: absolute;
  background: var(--base-color3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-blog-item .bizx-blog-category {
  margin-bottom: 28px;
}
.bizx-blog-item .bizx-blog-category a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 5px;
  background-color: #ff4040;
}
.bizx-blog-item h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 40px;
}
.bizx-blog-item .bizx-blog-meta {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #5e5e5e;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bizx-blog-item .bizx-blog-meta a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-right: 30px;
  font-family: var(--heading);
}
.bizx-blog-item .bizx-blog-meta a i {
  margin-right: 8px;
}
.bizx-blog-item .bizx-blog-meta a:last-child {
  margin-right: 0;
}
.bizx-blog-item .bizx-blog-author .author-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}
.bizx-blog-item .bizx-blog-author .author-text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--heading);
}
.bizx-blog-item:hover {
  border: 2px solid transparent;
}
.bizx-blog-item:hover:before {
  height: 100%;
}
.bizx-blog-item:hover .bizx-blog-meta {
  border-bottom: 1px solid #ac96ef;
}
/*Footer area*/
/*----------------------------------------------------*/

.bzx-footer-cta-section:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 205px;
  position: absolute;
  background-color: #061d25;
}

.bzx-footer-cta-content {
  overflow: hidden;
  padding: 75px 190px 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bzx-footer-cta-content .bzx-cta-img {
  right: 150px;
  bottom: -300px;
}
.bzx-footer-cta-content .bzx-section-title {
  margin-bottom: 45px;
}
.bzx-footer-cta-content .bzx-section-title h2 {
  color: #fff;
  padding-bottom: 10px;
}
.bzx-footer-cta-content .bzx-section-title p {
  color: #e6e3d4;
  font-size: 20px;
  font-family: var(--heading);
}
.bzx-footer-cta-content .bzx-btn a:hover {
  background-color: #fff;
  color: var(--title-color);
}

.bis-footer-section {
  padding-top: 80px;
  background-color: #061d25;
}
.bis-footer-section .container {
  max-width: 1345px;
}

.bis-footer-widget {
  padding-bottom: 45px;
}
.bis-footer-widget .widget-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
  color: #fff;
  font-family: var(--play-font);
}
.bis-footer-widget .address-widget p {
  color: #fff;
}
.bis-footer-widget .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.bis-footer-widget .footer-social a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1c3f39;
  margin-right: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
.bis-footer-widget .footer-social a:hover {
  color: #fff;
  background-color: var(--base-color);
}
.bis-footer-widget .menu-widget {
  padding-left: 80px;
}
.bis-footer-widget .menu-widget li {
  margin-bottom: 15px;
}
.bis-footer-widget .menu-widget li a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.bis-footer-widget .menu-widget li a:before {
  left: auto;
  width: 0%;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color);
  top: auto;
}
.bis-footer-widget .menu-widget li a:hover {
  color: var(--base-color);
  padding: 0;
}
.bis-footer-widget .menu-widget li a:hover:before {
  left: 0;
  width: 100%;
  right: auto;
}
.bis-footer-widget .bis-contact-item {
  margin-bottom: 20px;
}
.bis-footer-widget .bis-contact-item .inner-icon {
  margin-right: 12px;
}
.bis-footer-widget .bis-contact-item .inner-icon i {
  color: var(--base-color);
}
.bis-footer-widget .bis-contact-item .inner-text {
  color: #fff;
  max-width: 150px;
}
.bis-footer-widget .bis-open-hours h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}
.bis-footer-widget .bis-open-hours p {
  color: #fff;
  max-width: 170px;
}

.bis-footer-copyright {
  padding: 25px 0px;
  border-top: 1px solid #2b3f45;
}
.bis-footer-copyright .copyright-text {
  color: #fff;
}
.bz-footer-section {
  padding-top: 80px;
  background-color: #14133B;
}

.bz-footer-cta-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #263546;
}
.bz-footer-cta-content .bz-section-title h2 {
  color: #fff;
  font-size: 34px;
}
.bz-footer-cta-content .bz-section-title p {
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.74);
}

.bz-footer-widget-content-area {
  padding: 100px 0px;
}

.bz-footer-widget .widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 30px;
}
.bz-footer-widget .address-widget p {
  color: #fff;
  max-width: 275px;
  line-height: 32px;
  padding-bottom: 30px;
  font-family: var(--heading);
}
.bz-footer-widget .address-widget .footer-social a {
  width: 33px;
  color: #fff;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.09);
}
.bz-footer-widget .address-widget .footer-social a:hover {
  background-color: #5956F0;
}
.bz-footer-widget .address-widget .footer-chat {
  color: #fff;
  width: 195px;
  height: 60px;
  margin-top: 30px;
  padding-left: 25px;
  border-radius: 30px;
  border: 1px solid #FEC350;
  background-color: rgba(255, 255, 255, 0.0588235294);
}
.bz-footer-widget .address-widget .footer-chat img {
  margin-right: 10px;
}
.bz-footer-widget .menu-widget {
  padding-left: 60px;
}
.bz-footer-widget .menu-widget li {
  margin-bottom: 18px;
}
.bz-footer-widget .menu-widget li a {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
.bz-footer-widget .menu-widget li a:before {
  left: 0;
  top: 10px;
  width: 0px;
  content: "";
  height: 1px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.bz-footer-widget .menu-widget li a:hover {
  padding-left: 20px;
}
.bz-footer-widget .menu-widget li a:hover:before {
  width: 15px;
}
.bz-footer-widget .bz-recent-blog-item {
  margin-bottom: 18px;
}
.bz-footer-widget .bz-recent-blog-item .blog-img {
  width: 60px;
  height: 54px;
  overflow: hidden;
  border-radius: 7px;
  margin-right: 20px;
}
.bz-footer-widget .bz-recent-blog-item .blog-img img {
  -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    height: 53px;
    object-fit: cover;
}
.bz-footer-widget .bz-recent-blog-item .blog-text span {
  opacity: 0.5;
  color: #fff;
  font-size: 14px;
  padding-bottom: 5px;
  display: inline-block;
}
.bz-footer-widget .bz-recent-blog-item .blog-text h3 {
  color: #fff;
  font-size: 15px;
}
.bz-footer-widget .bz-recent-blog-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bz-footer-copyright {
  color: #fff;
  padding: 35px 0px;
  border-top: 1px solid #263546;
}
.bz-footer-copyright .bz-footer-copyright-text a {
  color: #5F2DED;
}
.bz-footer-copyright .bz-footer-copyright-menu li {
  margin-left: 20px;
  position: relative;
}
.bz-footer-copyright .bz-footer-copyright-menu li:before {
  top: 6px;
  width: 1px;
  content: "";
  height: 13px;
  right: -12px;
  position: absolute;
  background-color: #9FA2CE;
}
.bz-footer-copyright .bz-footer-copyright-menu li:last-child:before {
  display: none;
}

.bz-footer-section-2 {
  padding-top: 110px;
  background-color: #F1F5FD;
}
.bz-footer-section-2 .footer-shape1 {
  left: 0;
  bottom: 0;
}

.bz-footer-newslateer-2 {
  padding-bottom: 50px;
}
.bz-footer-newslateer-2 h3 {
  color: #000000;
  font-size: 32px;
  line-height: 42px;
  max-width: 750px;
  padding-bottom: 55px;
}
.bz-footer-newslateer-2 input {
  width: 100%;
  border: none;
  max-width: 1095px;
  padding-bottom: 18px;
  background-color: transparent;
  border-bottom: 1px solid #C9C9CB;
}
.bz-footer-newslateer-2 button {
  right: 0;
  top: 10px;
  padding: 0;
  width: 150px;
  border: none;
  height: 150px;
  font-size: 24px;
  position: absolute;
  border-radius: 100%;
  background-color: #FEC350;
}

.bz-footer-menu-area {
  padding: 60px 0px 55px;
}
.bz-footer-menu-area .bz-brand-logo {
  max-width: 135px;
}
.bz-footer-menu-area .bz-footer-cta .bz-footer-cta-icon {
  margin-right: 15px;
}
.bz-footer-menu-area .bz-footer-cta .bz-footer-cta-icon i {
  font-size: 30px;
  color: #2029BD;
}
.bz-footer-menu-area .bz-footer-cta .bz-footer-cta-text span {
  display: block;
}
.bz-footer-menu-area .bz-footer-cta .bz-footer-cta-text .hd-title {
  color: #828A8D;
  font-size: 13px;
}
.bz-footer-menu-area .bz-footer-cta .bz-footer-cta-text .hd-value {
  color: #DD1D26;
  font-size: 14px;
  font-weight: 500;
}

.bz-footer-menu li {
  margin: 0px 15px;
}
.bz-footer-menu li a {
  z-index: 1;
  color: #0F0F2D;
  font-weight: 500;
  padding: 0px 20px;
  position: relative;
  text-transform: capitalize;
  font-family: "Syne", sans-serif;
}
.bz-footer-menu li a:before {
  top: 0;
  left: 0;
  top: -10px;
  width: 0%;
  content: "";
  z-index: -1;
  height: 38px;
  position: absolute;
  border-radius: 30px;
  background-color: #2029BD;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.no-results.not-found button {
  background: var(--base-color);
  color: #fff;
  border: none;
  padding: 12px 20px;
}
.error__info h1 {
  font-size: 250px;
  line-height: 250px;
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 30px;
}

.error__info h2 {
  color: #000;
  font-weight: 700;
}

.error__info p {
  margin-bottom: 30px;
}
.no-results.not-found input[type="text"] {
  border: 1px solid #ebebeb;
  padding: 12px 15px;
  width: 80%;
}

.no-results.not-found .page-content p {
  margin-bottom: 20px;
}
.bz-footer-menu li a:after {
  top: -3px;
  opacity: 0;
  left: -10px;
  color: #2029BD;
  content: "\f178";
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  font-family: "Font Awesome 5 Pro";
}
.bz-footer-menu li a:hover {
  color: #fff;
}
.bz-footer-menu li a:hover:before {
  width: 100%;
}
.bz-footer-menu li a:hover:after {
  opacity: 1;
  left: -20px;
}

.bizx-footer-content {
  padding: 80px 0px;
}

.bizx_footer_widget {
  font-size: 14px;
  font-family: var(--heading);
}
.bizx_footer_widget .bizx-footer_logo {
  margin-bottom: 60px;
}
.bizx_footer_widget .bizx-contact-item {
  margin-bottom: 20px;
}
.bizx_footer_widget .bizx-contact-item .inner-icon {
  margin-right: 12px;
}
.bizx_footer_widget .bizx-contact-item .inner-icon i {
  color: #fff;
}
.bizx_footer_widget .bizx-contact-item .inner-text {
  color: #fff;
  font-weight: 400;
  max-width: 150px;
}
.bizx_footer_widget .bizx_footer_about p {
  color: #fff;
  width: 165px;
  margin-top: 8px;
  line-height: 1.714;
}
.bizx_footer_widget .bizx_footer_about span {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  background-clip: text;
  background: var(--base-color3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bizx_footer_widget .bizx_footer_about span:before {
  content: "";
  bottom: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  background: var(--base-color3);
}
.bizx_footer_widget .bizx_footer_menu {
  max-width: 340px;
}
.bizx_footer_widget .bizx_footer_menu li {
  width: 50%;
  float: left;
  max-width: 320px;
  margin-bottom: 18px;
}
.bizx_footer_widget .bizx_footer_menu li a {
  color: #9d9d9d;
  font-size: 14px;
  margin-left: 15px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bizx_footer_widget .bizx_footer_menu li a:before {
  top: 0;
  top: 0;
  left: -15px;
  color: #9d9d9d;
  font-size: 12px;
  content: "\f054";
  font-weight: 300;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-family: "Font Awesome 5 pro";
}
.bizx_footer_widget .bizx_footer_menu li a:after {
  width: 0%;
  left: 0px;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bizx_footer_widget .bizx_footer_menu li a:hover {
  margin-left: 25px;
  color: #fff;
}
.bizx_footer_widget .bizx_footer_menu li a:hover:before {
  color: #fff;
}
.bizx_footer_widget .bizx_footer_menu li a:hover:after {
  width: 100%;
}
.bizx_footer_widget .bizx_widget_title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
}
.bizx_footer_widget .bizx_widget_title span {
  display: inline-block;
  margin-right: 20px;
}
.bizx_footer_widget .bizx_widget_title i {
  width: 100%;
  height: 1.1px;
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
}
.bizx_footer_widget .bizx_footer_social p {
  color: #fff;
}
.bizx_footer_widget .bizx_footer_social .footer-social {
  margin-top: 20px;
}
.bizx_footer_widget .bizx_footer_social .footer-social a {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bizx_footer_widget .bizx_footer_social .footer-social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bizx_footer_widget .bizx_footer_social form {
  margin: 18px 0px;
  position: relative;
}
.bizx_footer_widget .bizx_footer_social form input {
  width: 100%;
  color: #fff;
  border: none;
  height: 45px;
  padding-left: 30px;
  background-color: #47557c;
}
.bizx_footer_widget .bizx_footer_social form input::-webkit-input-placeholder {
  color: #fff;
}
.bizx_footer_widget .bizx_footer_social form input::-moz-placeholder {
  color: #fff;
}
.bizx_footer_widget .bizx_footer_social form input:-ms-input-placeholder {
  color: #fff;
}
.bizx_footer_widget .bizx_footer_social form input::-ms-input-placeholder {
  color: #fff;
}
.bizx_footer_widget .bizx_footer_social form input::placeholder {
  color: #fff;
}
.bizx_footer_widget .bizx_footer_social form button {
  top: 0;
  right: 0;
  width: 62px;
  color: #fff;
  border: none;
  height: 100%;
  position: absolute;
  text-align: center;
  background: var(--base-color3);
}
.bizx_footer_widget .bizx_footer_social .fb-bg {
  color: #16599b;
}
.bizx_footer_widget .bizx_footer_social .tw-bg {
  color: #03a9f4;
}
.bizx_footer_widget .bizx_footer_social .dr-bg {
  color: #ea4c89;
}
.bizx_footer_widget .bizx_footer_social .bh-bg {
  color: #0067ff;
}
.bizx_footer_widget .bizx_footer_social .footer-download-btn a {
  margin-right: 15px;
}

.bizex-footer-copyright {
  color: #fff;
  font-weight: 600;
  padding: 30px 0px 20px;
  background-color: #010919;
  font-family: var(--heading);
}
.bizex-footer-copyright a {
  color: #6e55e9;
}
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1750px) {
  .bz-header-section.header-type-one {
    padding-right: 15px;
  }
  .bz-footer-section-2 .footer-shape1 {
    display: none;
  }
  .bz-service-section-2:before {
    width: 100px;
  }
  .bz-service-section-2 .bz-service-shape {
    left: 58px;
  }
  .bz-service-top-content-2 {
    max-width: 1000px;
  }
  .bz-service-section-2:before {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .bz-header-section.header-type-one .bz-brand-logo {
    margin-right: 20px;
  }
  .bz-testimonial-slider-area-2 .carousel_nav .testi-right_arrow {
    right: -35px;
  }
  .bz-testimonial-slider-area-2 .carousel_nav .testi-left_arrow {
    left: -10px;
  }
  .bz-testimonial-section-2 .bz-testimonial-btn {
    right: 15px;
  }
  .bz-service-section-2 {
    overflow: hidden;
  }
  .bz-service-section-2 .bz-service-img {
    right: -150px;
  }
  .bz-service-section-2 .bz-service-shape {
    left: -43px;
  }
  .bz-service-section-2 .bz-bottom-title {
    bottom: -85px;
  }
  .bz-service-section-2 {
    margin-bottom: 0;
  }
  .bz-counter-section {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1500px) {
  .bz-header-section .bz-sidebar-btn {
    margin-left: 10px;
  }
  .bz-header-section .bz-mabz-navigation-area li {
    margin: 0px 5px;
  }
  .bz-header-section.header-type-one .bz-brand-logo a {
    width: 190px;
  }
  .bz-header-section .bz-header-cta-btn {
    margin-left: 15px;
  }
  .bz-header-section .bz-header-cta-btn a {
    padding: 25px 25px;
  }
  .bz-header-section .bz-header-cta {
    margin-left: 15px;
  }
  .bz-header-section .bz-header-search {
    margin-left: 15px;
  }
  .bz-about-section .bz-about-img {
    right: 0;
  }
  .bz-about-year {
    z-index: 3;
  }
  .bz-growth-section .bz-growth-img {
    right: 35px;
  }
  .bz-team-section-2:before {
    display: none;
  }
  .bz-team-section-2 .bz-team-shape {
    left: 0;
  }
  .bz-testimonial-section-2 .bz-testimonial-shape {
    display: none;
  }
  .bz-testimonial-section-2 .bz-bottom-title {
    left: 15px;
  }
  .bz-project-complete-counter p {
    right: 0;
  }
  .bz-testimonial-slider-area-2 .carousel_nav button {
    position: static;
    margin: 0px 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .bz-testimonial-slider-area-2 .carousel_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bz-testimonial-section-2 {
    padding-bottom: 200px;
    overflow: hidden;
  }
  .bz-contact-section:before {
    max-width: 610px;
  }
  .bz-testimonial-section-2 .bz-bottom-title {
    bottom: -85px;
    z-index: -1;
  }
}
@media screen and (max-width: 1340px) {
  .bz-header-section .bz-header-cta {
    display: none;
  }
  .bz-header-section .bz-mabz-navigation-area li {
    margin: 0px 25px;
  }
  .bz-header-section .bz-mabz-navigation-area li a {
    padding: 5px 0px 40px;
  }
  .bz-header-section .bz-mabz-navigation-area li a:before, .bz-header-section .bz-mabz-navigation-area li a:after {
    display: none;
  }
  .bz-service-section-2 .bz-service-img {
    right: -250px;
  }
}
@media screen and (max-width: 1280px) {
  .bz-main-slide-item-2:before {
    max-width: 50%;
  }
  .bz-main-slide-item-2 .bz-slider-shape1 {
    right: 11%;
  }
}
@media screen and (max-width: 1220px) {
  .bz-service-section-2 .bz-service-img {
    display: none;
  }
  .bz-service-top-content-2 {
    max-width: 100%;
  }
  .bz-contact-section:before {
    max-width: 42%;
  }
  .bz-main-slide-item-2:before {
    display: none;
  }
  .bz-main-slide-item-2 .bz-slider-shape1 {
    display: none;
  }
  .bz-main-slide-item-2 {
    text-align: center;
  }
  .bz-main-slide-item-2 h1 {
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .bz-slider-btn-grp {
    text-align: center;
  }
  .bz-slider-btn-grp .bz-about-play-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bz-testimonial-section-2 .bz-bottom-title {
    left: -180px;
  }
}
@media screen and (max-width: 1150px) {
  .bz-growth-section {
    overflow: hidden;
  }
  .bz-growth-section .bz-growth-img {
    right: -125px;
  }
  .bz-growth-section .bz-growth-circle-img {
    right: 0;
  }
  .bz-growth-section .bz-bottom-title {
    display: none;
  }
  .bz-header-section .bz-mabz-navigation-area li {
    margin: 0px 20px;
  }
  .bz-contact-section:before {
    display: none;
  }
  .bz-contact-section .bz-contact-shape2,
.bz-contact-section .bz-contact-shape1,
.bz-contact-section .bz-contact-shape3 {
    display: none;
  }
  .bz-contact-content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen and (max-width: 1099px) {
  .bz-header-menu {
    display: none;
  }
  .bz-header-section .bz-header-cta-btn,
.bz-header-section .bz-sidebar-btn {
    display: none;
  }
  .bz-header-section.header-type-one .bz-brand-logo a {
    height: 80px;
    width: 180px;
  }
  .bz-header-section .bz-header-search {
    margin-right: 40px;
  }
  .mobile_menu_button {
    display: inline-block;
  }
  .bz-about-section .bz-about-img {
    right: -170px;
  }
}
@media screen and (max-width: 1024px) {
  .bz-growth-section .bz-growth-img {
    right: -300px;
  }
  .bz-service-item {
    padding: 30px 25px 45px 25px;
  }
  .bz-growth-section .bz-growth-list {
    display: none;
  }
  .bz-pricing-item {
    padding: 45px 20px 30px;
  }
  .bz-pricing-item .bz-price-plan-btn a {
    padding: 20px 30px;
  }
  .bz-counter-item .counter-icon {
    width: 50px;
    height: 50px;
  }
  .bz-portfolio-filter-tab .grid-size-50 {
    width: 100%;
  }
  .bz-portfolio-hos-tab-btn button {
    margin-left: 20px;
  }
  .bz-blog-item-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-blog-item-2 .bz-blog-img {
    margin-bottom: 25px;
  }
  .bz-blog-item-2 .bz-blog-text h3 {
    padding-bottom: 15px;
  }
  .bz-testimonial-section-2 .bz-bottom-title {
    display: none;
  }
  .bz-testimonial-section-2 .bz-testimonial-btn {
    text-align: center;
    margin-top: 40px;
    position: static !important;
  }
  .bz-testimonial-section-2 {
    padding-bottom: 0px;
  }
  .bz-blog-section-2 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .bz-bottom-cta-item {
    margin-bottom: 25px;
  }
  .bz-footer-widget {
    margin-bottom: 40px;
  }
  .bz-footer-widget .menu-widget {
    padding-left: 0;
  }
  .bz-about-section .bz-about-img {
    display: none;
  }
  .bz-counter-item {
    margin-bottom: 20px;
  }
  .bz-pricing-item {
    margin-bottom: 70px;
  }
  .bx-about-exp-img {
    text-align: center;
    margin-bottom: 50px;
  }
  .bz-about-text-wrap-2 {
    margin: 0 auto;
    max-width: 570px;
  }
  .bz-portfolio-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-team-slider-area {
    margin-top: 40px;
  }
  .bz-blog-item-2 {
    margin: 0 auto;
    max-width: 670px;
    margin-bottom: 40px;
  }
  .bz-footer-menu li {
    margin: 0px 10px;
  }
  .bz-footer-menu li a {
    padding: 0px;
  }
  .bz-footer-menu li a:before,
.bz-footer-menu li a:after {
    display: none;
  }
  .bz-blog-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-footer-newslateer-2 button {
    top: auto;
    width: 75px;
    height: 75px;
    bottom: 60px;
  }
  .bz-service-top-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-service-top-content-2 .bz-section-title {
    margin-bottom: 25px;
  }
  .bz-blog-section-2 {
    padding-bottom: 50px;
  }
  .bz-contact-cta-text {
    margin-top: 30px;
    margin-left: 0;
  }
  .bz-contact-form-area {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  .bz-growth-section .bz-growth-img {
    display: none;
  }
  .bz-service-section-2 .bz-bottom-title {
    display: none;
  }
  .bz-portfolio-section .bz-section-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bz-service-title-text .bz-section-title {
    padding-bottom: 40px;
  }
  .bz-service-title-text {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .bz-blog-item {
    margin: 0 auto;
  }
  .bz-bottom-cta-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bz-footer-cta-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-footer-cta-content .bz-section-title {
    padding-bottom: 30px;
  }
  .bz-about-circle-progress .counter-boxed {
    margin-bottom: 20px;
  }
  .bz-pricing-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-project-complete-counter h3 {
    font-size: 80px;
  }
  .bz-project-complete-text {
    font-size: 20px;
    line-height: 30px;
    margin-right: 30px;
  }
  .bz-project-complete-counter p {
    bottom: 0;
  }
  .bz-footer-menu-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bz-footer-menu-area .bz-brand-logo {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .bz-footer-menu-area .bz-brand-logo a {
    max-width: 135px;
    display: inline-block;
  }
  .bz-footer-menu {
    width: 100%;
    margin-bottom: 20px;
  }
  .bz-main-slide-item-2 .bz-slider-shape2 {
    display: none;
  }
  .bz-team-section-2 .bz-bottom-title {
    display: none;
  }
  .bz-team-section-2 .bz-team-shape {
    display: none;
  }
  .bz-team-section-2 .bz-team-shape2 {
    display: none;
  }
  .bz-contact-btn-cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-portfolio-filter-feed-tab .grid-size-50 {
    width: 50%;
  }
  .bz-blog-share-tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-hash-tag {
    margin-bottom: 30px;
  }
  .bz-blog-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-blog-author .inner-img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 680px) {
  .bz-about-year {
    display: none;
  }
  .bz-testimonial-item .bz-testimonial-text {
    font-size: 18px;
    line-height: 35px;
  }
  .bz-testimonial-item {
    padding: 90px 30px 30px;
  }
  .bz-blog-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-blog-top-content .bz-section-title {
    padding-bottom: 30px;
  }
  .bz-pricing-top-content .bz-section-title {
    padding-bottom: 20px;
  }
  .bz-main-slide-item-2 h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .bz-expericne-gallery-section {
    display: none;
  }
  .bz-project-complete-section {
    padding: 60px 0px;
  }
  .bz-project-complete-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-contact-btn-cta .bz-contact-location {
    margin-bottom: 25px;
  }
  .bz-breadcrumb-content {
    padding: 180px 0px 100px;
  }
  .bz-breadcrumb-content .bz-bread-side-shape {
    display: none;
  }
  .bz-breadcrumb-content h2 {
    font-size: 30px;
  }
  .bz-breadcrumb-content .bz-bread-side-shape2 {
    display: none;
  }
  .bz-about-content-wrapper .bz-about-circle-img {
    display: none;
  }
  .bz-portfolio-filter-feed-tab .grid-size-50 {
    width: 100%;
  }
  .bz-project-details-text h4 {
    font-size: 22px;
  }

  .bz-project-details-text h3 {
    font-size: 24px;
  }
  .bz-blog-feed-area .bz-blog-item .blog-meta-text h3 {
    font-size: 24px;
  }
  .bz-blog-sidebar {
    margin-left: 0;
  }
  .blog-details-text-img-area .bz-blog-item .blog-meta-text h2 {
    font-size: 24px;
  }
  .blog-details-text-img-area p {
    padding-top: 15px;
  }
  .blog-details-text-img-area .blog-details-img-wrap img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .bz-section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .bz-about-text-area {
    margin-top: 10px;
  }
  .bz-about-btn-sign {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
  .bz-about-btn-sign .bz-btn {
    margin-right: 15px;
  }
  .bz-about-btn-sign .bz-about-sign {
    margin-left: 0;
    margin-top: 25px;
  }
  .bz-about-section {
    padding: 60px 0px;
  }
  .bz-counter-item .counter-text h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .bz-about-section .bz-about-shape1,
.bz-about-section .bz-about-shape2 {
    display: none;
  }
  .bz-counter-section {
    padding: 60px 0px 80px;
  }
  .bz-counter-content {
    padding-top: 50px;
  }
  .bz-service-section {
    padding-bottom: 60px;
  }
  .bz-growth-section {
    padding: 80px 0px;
  }
  .bz-growth-section .bz-growth-shape1 {
    display: none;
  }
  .bz-journey-section {
    padding: 60px 0px;
  }
  .bz-journey-item {
    width: 300px;
    height: 300px;
    padding-top: 25px;
  }
  .bz-journey-item:before {
    width: 280px;
    height: 280px;
  }
  .bz-journey-item .journey-text p {
    max-width: 270px;
  }
  .bz-journey-slider .slick-current.slick-active.slick-center .bz-journey-item .journey-icon {
    top: 30px;
  }
  .bz-journey-item .journey-text h3 {
    padding-bottom: 10px0;
  }
  .bz-btn a, .bz-btn-2 a {
    padding: 20px 70px 20px 25px;
  }
  .bz-btn a i, .bz-btn-2 a i {
    top: 10px;
    right: 10px;
  }
  .bz-blog-section {
    padding-bottom: 70px;
  }
  .bz-bottom-cta-section {
    padding-bottom: 40px;
  }
  .bz-footer-widget-content-area {
    padding: 60px 0px 20px;
  }
  .bz-footer-copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bz-footer-copyright-text {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .bz-footer-copyright-menu {
    width: 100%;
    text-align: center;
  }
  .bz-blog-item .blog-meta-text h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .bz-footer-cta-content .bz-section-title h2 {
    font-size: 28px;
  }
  .bz-main-slide-item-2 h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .bz-slider-btn-grp .bz-about-play-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-slider-btn-grp .bz-about-play-btn .bz-play-btn {
    margin-top: 30px;
  }
  .bz-about-play-btn .bz-btn-2 {
    margin-right: 0;
  }
  .bz-slider-content .carousel_nav {
    display: none;
  }
  .bz-main-slide-item-2 {
    padding: 190px 0px 95px;
  }
  .bz-about-text-wrap-2 {
    margin-top: 40px;
  }
  .bz-about-text-wrap-2 .bz-about-play-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-about-text-wrap-2 .bz-play-btn {
    margin-top: 20px;
  }
  .bz-about-section-2 {
    padding-bottom: 70px;
  }
  .bz-service-top-content-2 .bz-section-title p:before {
    height: 70%;
  }
  .bz-service-list-area-2 li {
    width: 100%;
  }
  .bz-portfolio-hos-tab-btn button {
    margin-left: 0;
    margin-right: 10px;
  }
  .bz-portfolio-item2 .bz-portfolio-img-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bz-portfolio-item2 .bz-portfolio-img {
    margin-bottom: 30px;
  }
  .bz-sponso-section-2 {
    padding-bottom: 60px;
  }
  .bz-team-section-2 {
    padding: 70px 0px 60px;
  }
  .bz-contact-img-cta .bz-cta-text span {
    font-size: 20px;
  }
  .bz-contact-img-cta .bz-cta-img {
    margin-bottom: 20px;
  }
  .bz-contact-img-cta {
    padding-bottom: 40px;
  }
  .bz-contact-btn-cta .bz-contact-location h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .bz-contact-section {
    padding-bottom: 60px;
  }
  .bz-footer-newslateer-2 h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .bz-footer-section-2 {
    padding-top: 60px;
  }
  .bz-sponsor-slider {
    margin-top: 0;
  }
  .bz-testimonial-section {
    padding-bottom: 80px;
  }
}


/*----------------------------------------------------*/
/*Footer area*/
/*----------------------------------------------------*/

.bzx-footer-cta-section:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 205px;
  position: absolute;
  background-color: #061d25;
}

.bzx-footer-cta-content {
  overflow: hidden;
  padding: 75px 190px 90px;
}
.bzx-footer-cta-content .bzx-cta-img {
  right: 150px;
  bottom: -300px;
}
.bzx-footer-cta-content .bzx-section-title {
  margin-bottom: 45px;
}
.bzx-footer-cta-content .bzx-section-title h2 {
  color: #fff;
  padding-bottom: 10px;
}
.bzx-footer-cta-content .bzx-section-title p {
  color: #e6e3d4;
  font-size: 20px;
  font-family: var(--heading);
}
.bzx-footer-cta-content .bzx-btn a:hover {
  background-color: #fff;
  color: var(--title-color);
}

.bis-footer-section {
  padding-top: 80px;
  background-color: #061d25;
}
.bis-footer-section .container {
  max-width: 1345px;
}
.bizx_footer_menu .menu-widget.ul-li-block {
  padding-left: 0;
}
.bis-footer-widget {
  padding-bottom: 45px;
}
.bis-footer-widget .widget-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
  color: #fff;
}
.bizx-footer_logo {
  max-width: 180px;
}
.bis-footer-widget .address-widget p {
  color: #fff;
  font-family: var(--roboto-font);
}
.bis-footer-widget .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.bis-footer-widget .footer-social a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1c3f39;
  margin-right: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  font-family: var(--roboto-font);
}
.bis-footer-widget .footer-social a:hover {
  color: #fff;
  background-color: var(--base-color2);
}
.bis-footer-widget .menu-widget {
  padding-left: 80px;
}
.bis-footer-widget .menu-widget li {
  margin-bottom: 15px;
}
.bis-footer-widget .menu-widget li a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.bis-footer-widget .menu-widget li a:before {
  left: auto;
  width: 0%;
  right: 0;
  bottom: 0;
  height: 1px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color2);
  top: auto;
}
.bis-footer-widget .menu-widget li a:hover {
  color: var(--base-color2);
  padding: 0;
}
.bis-footer-widget .menu-widget li a:hover:before {
  left: 0;
  width: 100%;
  right: auto;
}
.bis-footer-widget .bis-contact-item {
  margin-bottom: 20px;
}
.bis-footer-widget .bis-contact-item .inner-icon {
  margin-right: 12px;
}
.bis-footer-widget .bis-contact-item .inner-icon i {
  color: var(--base-color2);
}
.bis-footer-widget .bis-contact-item .inner-text {
  color: #fff;
  max-width: 150px;
}
.bis-footer-widget .bis-open-hours h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}
.bis-footer-widget .bis-open-hours p {
  color: #fff;
  max-width: 170px;
}

.bis-footer-copyright {
  padding: 25px 0px;
  border-top: 1px solid #2b3f45;
}
.bis-footer-copyright .copyright-text {
  color: #fff;
}

/*----------------------------------------------------*/
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1800px) {
  .bzx-service-more-btn {
    right: -15px;
  }
  .bzx-service-side-img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1700px) {
  .bzx-service-item-btn,
.bzx-service-item-hos-tab-btn .nav-tabs .nav-link {
    max-width: 210px;
  }
  .bzx-service-item-hos-tab-btn {
    margin-top: 160px;
  }
  .bzx-about-img-wrap {
    right: 15px;
  }
  .bzx-why-choose-us-img {
    margin-right: 0;
  }
  .bzx-wc-steps-item .step-text-wrap h3 {
    font-size: 32px;
  }
  .bzx-sponsor-section {
    overflow: hidden;
  }
}
@media screen and (max-width: 1550px) {
  .bzx-service-item-hos-tab-btn li {
    margin-right: 20px;
  }
  .bzx-service-more-btn {
    right: 10px;
  }
  .bzx-about-img-wrap .bzx-about-img-1 {
    margin-right: 15px;
  }
  .bzx-wc-steps-item .step-text-wrap h3 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .bzx-wc-steps-item .step-serial {
    font-size: 30px;
  }
  .bzx-wc-steps-item .step-icon {
    width: 50px;
  }
  .bzx-wc-steps-item {
    padding-bottom: 30px;
  }
  .bzx-service-img-text .bzx-service-img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .bzx-about-img-wrap {
    width: 50%;
    padding-left: 40px;
  }
  .bzx-service-item-btn,
.bzx-service-item-hos-tab-btn .nav-tabs .nav-link {
    max-width: 170px;
  }
  .bzx-service-item-btn {
    padding: 35px 30px;
  }
  .bzx-service-item-btn .service-item-icon {
    margin-bottom: 20px;
  }
  .bzx-service-item-hos-tab-btn {
    margin-top: 210px;
  }
  .bzx-wc-steps-item .step-text-wrap h3 {
    font-size: 24px;
  }
  .bzx-service-img-text .bzx-service-title-text p {
    padding-bottom: 25px;
  }
  .bzx-service-img-text .bzx-service-title-text h3 {
    padding-bottom: 15px;
  }
  .bzx-section-title .subtitle {
    left: 0;
  }
  .bzx-section-title h2 {
    padding-left: 50px;
  }
  .bzx-section-top-content .bzx-section-title {
    max-width: 530px;
  }
}
@media screen and (max-width: 1280px) {
  .bzx-service-item-hos-tab-btn {
    margin-top: 180px;
  }
  .bzx-why-choose-us-img {
    display: none;
  }
  .bzx-why-choose-us-section:before,
.bzx-why-choose-us-section:after {
    display: none;
  }
  .bzx-why-choose-us-section {
    padding-bottom: 90px;
  }
  .bzx-main-navigation-area li {
    margin: 0px 20px;
  }
  .bzx-header-content {
    padding: 20px 0px;
  }
  .bzx-header-section {
    background-color: #061d25;
  }
  .bzx-project-section:before {
    width: 35%;
  }
}
@media screen and (max-width: 1220px) {
  .bzx-service-side-img {
    display: none;
  }
  .bzx-service-item-hos-tab-btn {
    margin-top: 80px;
  }
  .bzx-service-item-btn, .bzx-service-item-hos-tab-btn .nav-tabs .nav-link {
    max-width: 300px;
  }
  .bzx-service-more-btn {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .bzx-faq-section {
    padding-bottom: 120px;
  }
  .bzx-faq-section .bzx-about-img-wrap {
    display: none !important;
  }
  .bzx-faq-accordio-area {
    max-width: 100%;
  }
  .bzx-faq-section:before {
    display: none;
  }
  .bzx-blog-slider-area {
    margin-left: 25px;
  }
  .bzx-section-title .subtitle {
    position: static;
    padding: 5px 15px;
    margin-bottom: 15px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .bzx-section-title h2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .bzx-footer-cta-content .bzx-cta-img {
    right: 15px;
  }
  .bzx-footer-cta-content {
    padding: 75px 70px 90px;
  }
  .bzx-section-title h2 {
    font-size: 32px;
  }
  .bzx-funfact-item p {
    font-size: 50px;
    margin-right: 15px;
  }
  .bzx-service-item-btn, .bzx-service-item-hos-tab-btn .nav-tabs .nav-link {
    max-width: 165px;
  }
}
@media screen and (max-width: 991px) {
  .bzx-about-img-wrap {
    display: none !important;
  }
  .bzx-about-text-wrapper {
    padding-top: 0;
  }
  .bzx-about-text-wrapper {
    max-width: 570px;
    margin: 0 auto;
  }
  .bzx-funfact-item {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block !important;
  }
  .bzx-funfact-item h4 {
    margin: 0 auto;
  }
  .bzx-blog-slider-area {
    margin-left: 0;
    padding-top: 30px;
  }
  .bis-footer-widget .menu-widget {
    padding-left: 0;
  }
  .bzx-header-menu-navigation {
    display: none;
  }
  .bzx-header-search-cta .bzx-header-cta-btn {
    display: none;
  }
  .bzx-header-search-cta {
    margin-right: 40px;
  }
  .mobile_menu_button {
    display: block;
  }
  .bzx-service-item-hos-tab-btn {
    text-align: center;
  }
  .bzx-service-item-hos-tab-btn li {
    display: inline-block;
  }
  .bzx-service-item-hos-tab-btn .nav {
    display: inherit;
  }
  .bzx-btn a {
    padding: 15px 50px 15px 20px;
  }
  .bzx-btn a i {
    width: 30px;
  }
  .bzx-project-section:before {
    display: none;
  }
  .bzx-section-top-content .title-bg {
    font-size: 50px;
    top: 0;
  }
  .bzx-why-choose-us-steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bzx-wc-steps-item {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .bzx-section-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bzx-service-img-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bzx-service-img-text .bzx-service-img {
    margin-bottom: 30px;
  }
  .bzx-service-img-text .bzx-service-title-text h3 {
    font-size: 22px;
  }
  .bzx-service-item-btn {
    width: 200px;
    margin-bottom: 30px;
  }
  .bzx-service-item-hos-tab-btn .nav-tabs .nav-link.active {
    background-color: transparent;
  }
  .bis-footer-copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .bzx-about-section {
    padding: 60px 0px;
  }
  .bzx-about-btn-cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bzx-about-section:before {
    display: none;
  }
  .bzx-about-btn-cta .bzx-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bzx-about-btn-cta .bzx-cta-text {
    width: 100%;
  }
  .bzx-service-section {
    padding-top: 60px;
  }
  .bzx-funfact-section {
    padding: 60px 0px 30px;
  }
  .bzx-funfact-item h4 {
    font-size: 18px;
  }
  .bzx-section-title h2 {
    font-size: 30px;
  }
  .bzx-project-carousel .carousel_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bzx-project-section .bzx-section-top-content {
    padding-top: 60px;
  }
  .bzx-project-section:after {
    display: none;
  }
  .bzx-project-section {
    padding-bottom: 60px;
  }
  .bzx-faq-section:after {
    display: none;
  }
  .bzx-faq-accordio-area {
    padding-top: 60px;
  }
  .bzx-blog-section {
    padding-top: 40px;
  }
  .bzx-footer-cta-content .bzx-cta-img {
    display: none;
  }
  .bzx-sponsor-slider .slick-list {
    padding: 40px 0px;
  }
  .bzx-footer-cta-content {
    padding: 55px 45px 60px;
  }
  .bzx-section-top-content {
    padding-bottom: 30px;
  }
  .bzx-testimonial-content {
    padding-top: 40px;
  }
  .bzx-sponsor-slider .bzx-sponsor-item {
    margin: 0 auto;
  }
  .bis-footer-copyright {
    text-align: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bis-footer-copyright .copyright-logo {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .bis-footer-copyright .copyright-logo a {
    display: inline-block;
  }
  .scrollup {
    width: 40px;
    right: 15px;
    height: 40px;
    line-height: 40px;
  }
  .bzx-why-choose-us-content {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 1800px) {
  .bizx-team-text-area {
    margin-left: 35%;
  }
}
@media screen and (max-width: 1550px) {
  .bizx-team-text-area {
    margin-left: 25%;
  }
}
@media screen and (max-width: 1330px) {
  .bizx-team-text-area {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .bizx-section-title h2 {
    font-size: 45px;
  }
  .bizx-about-counter-item h3 {
    font-size: 50px;
  }
  .bizx-blog-item h3 {
    font-size: 25px;
  }
  .bizx-pricing-price-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bizx-pricing-text {
    margin-bottom: 20px;
  }
  .bizx-header-menu-navigation li {
    margin: 0px 15px;
  }
  .bizx-header-btn .bizx-sign-up button {
    padding: 15px 20px;
  }
  .bizx-header-section {
    padding-top: 20px;
  }
  .bizx-service-content {
    top: 0;
    margin-bottom: 0;
  }
  .bizx-header-btn .bizx-sign-up {
    margin-left: 15px;
  }
  .bizx-about-text-wrap {
    padding-top: 0;
  }
  .bizx-circle-progress-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bizx-circle-progress-item {
    margin-bottom: 30px;
  }
  .bizx-pricing-img-price {
    top: -190px;
    margin-bottom: -190px;
  }
}
@media screen and (max-width: 991px) {
  .bizx-header-menu-navigation {
    display: none;
  }
  .bizx-header-btn {
    display: none !important;
  }
  .bizx-header-section {
    padding-top: 25px;
  }
  .mobile_menu_button {
    display: block;
  }
  .bizx-about-img-wrap,
.bizx-introduction-img-tab {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 40px;
  }
  .bizx-about-counter-item {
    margin-bottom: 30px;
  }
  .bizx-cta-form-area {
    margin-top: 40px;
  }
  .bzx-service-item-hos-tab-btn {
    position: static;
    margin-top: 40px;
  }
  .bizx-circle-progress-area {
    padding-bottom: 30px;
  }
  .bizx-carousel-btn .carousel_nav button {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .bizx-carousel-btn .carousel_nav .team_right_arrow {
    margin-top: 15px;
  }
  .bizx-team-slider {
    margin-bottom: 40px;
  }
  .bizx-faq-feed-accordion {
    border: none;
    padding-left: 0;
    margin-top: 40px;
  }
  .bizx-what-happen-section:before {
    height: 100%;
    background-size: cover;
  }
  .bizx-what-happen-section {
    padding: 100px 0px;
  }
  .bizx-testimonial-section {
    padding: 100px 0px;
  }
  .bizx-testimonial-img-area {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 570px;
  }
  .bizx-blog-item {
    margin-bottom: 40px;
  }
  .bizx-footer-cta-text:before {
    display: none;
  }
  .bizex-footer-cta-review {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bizx-footer-cta-text {
    text-align: center;
  }
  .bizx_footer_widget {
    margin-bottom: 40px;
  }
  .bizx_footer_widget .bizx_widget_title {
    padding-bottom: 20px;
  }
  .bzx-service-item-hos-tab-btn .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bizx-team-section .bizx-team-side-img {
    display: none;
  }
  .bizx-team-slider-area {
    margin-top: 40px;
  }
  .bizx-pricing-tab-item-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bizx-what-happen-img-item {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .bizex-footer-cta-btn-grp {
    margin-top: 20px;
  }
  .bizex-footer-cta-btn-grp .bizx-btn a {
    margin: 5px 0px;
  }
  .bizx-testimonial-section {
    overflow: hidden;
  }
}
@media screen and (max-width: 860px) {
  .bizx-pricing-img-price {
    top: 0;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .bizx-pricing-tab-item-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bizx-pricing-tilte-text-btn-area {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  .bizx-blog-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 680px) {
  .bizx-section-title h2,
.bizx-faq-content .bizx-section-title h2,
.bizex-footer-cta-content .bizx-section-title h2 {
    font-size: 38px;
  }
  .bizx-faq-content {
    padding: 100px 30px 90px;
  }
  .bizex-footer-cta-content {
    padding: 60px 15px;
  }
  .bizx-btn-about-grp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .bizx-btn-about-grp a {
    display: inline-block;
    margin-top: 15px;
  }
}
@media (max-width: 600px){
	.admin-bar .bz-header-section.sticky-on{
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .bizx-section-title h2,
.bizx-faq-content .bizx-section-title h2,
.bizex-footer-cta-content .bizx-section-title h2,
.bizx-about-counter-item h3 {
    font-size: 28px;
  }
  .bizx-service-content {
    padding: 60px 15px;
  }
  .bizx-service-item .bizx-service-text h3 {
    font-size: 20px;
  }
  .bizx-about-counter-item p {
    padding-top: 5px;
  }
  .bizx-about-section {
    padding: 60px 0px;
  }
  .bizx-btn a {
    padding: 15px 22px;
  }
  .bizx-cta-section {
    padding: 60px 0px;
  }
  .bizx-section-title .subtitle {
    font-size: 16px;
  }
  .bizx-introduction-section {
    padding: 60px 0px;
  }
  .bizx-team-section {
    padding: 60px 0px;
  }
  .bizx-pricing-section {
    padding: 60px 0px;
  }
  .bizx-pricing-btn-area li {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .bizx-pricing-btn-area .nav-tabs .nav-link {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .bizx-faq-circle-progress .bizx-circle-progress-item {
    max-width: 100%;
  }
  .bizx-faq-circle-progress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bizx-faq-circle-progress:before {
    display: none;
  }
  .bizx-faq-content {
    padding: 60px 15px;
  }
  .bizx-faq-feed-accordion .accordion-header button {
    font-size: 18px;
  }
  .bizx-testimonial-section {
    padding: 60px 0px;
  }
  .bizx-testimonial-img-area {
    padding-left: 0;
  }
  .bizx-faq-feed-accordion .accordion-header button span {
    max-width: 270px;
  }
  .bizx-footer-cta-section {
    padding: 60px 0px;
  }
  .bizx-cta-form-area {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 380px) {
  .bizx-pricing-price-text .bizx-pricing-text h3 {
    font-size: 18px;
  }
  .bizx-pricing-price-text .bizx-price-pricing h4 {
    font-size: 28px;
  }
  .bizx-pricing-price-text {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bizx-pricing-text,
.bizx-pricing-price-text .bizx-price-pricing {
    width: 100%;
    text-align: center;
  }
  .bizx-testimonial-item .testimonial-text {
    font-size: 18px;
  }
  .bizx-testimonial-item .testimonial-author .author-img {
    width: 60px;
    height: 60px;
  }
  .bizx-testimonial-item .testimonial-author .author-text h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .bizx-blog-item h3 {
    font-size: 20px;
  }
  .bizx-blog-item .bizx-blog-meta a {
    margin-right: 10px;
  }
  .bizex-footer-cta-review {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*----------------------------------------------------*/
.form__submit-button {
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #5956f0;
  width: auto !important;
}
.form__submit-button:hover{
  color: #000;
  background-color: #fec350;
}