/*----scrollup-----*/
.scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background: var(--gradient-color);
  }
  .scrollup i {
    color: #fff;
  }
  .scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: var(--base-color);
  }
  .scrollup i {
    color: #fff;
  }
  .scrollup {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
 
  @font-face {
    font-family: "RecoletaAlt";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../fonts/RecoletaAlt-Black.ttf") format("truetype");
  }
  @font-face {
    font-family: "RecoletaAlt";
    font-style: normal;
    font-weight: 800;
    font-display: auto;
    src: url("../fonts/RecoletaAlt-Black.ttf") format("truetype");
  }
  @font-face {
    font-family: "RecoletaAlt";
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url("../fonts/RecoletaAlt-Bold.ttf") format("truetype");
  }
  @font-face {
    font-family: "RecoletaAlt";
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url("../fonts/RecoletaAlt-SemiBold.ttf") format("truetype");
  }
  @font-face {
    font-family: "RecoletaAlt";
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url("../fonts/RecoletaAlt-Medium.ttf") format("truetype");
  }
  @font-face {
    font-family: "RecoletaAlt";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/RecoletaAlt-Regular.ttf") format("truetype");
  }
  @font-face {
    font-family: "RecoletaAlt";
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url("../fonts/RecoletaAlt-Light.ttf") format("truetype");
  }
  @font-face {
    font-family: "RecoletaAlt";
    font-style: normal;
    font-weight: 200;
    font-display: auto;
    src: url("../fonts/RecoletaAlt-Thin.ttf") format("truetype");
  }
  .bi-portfolio-item .portfolio-img, .bi-portfolio-btn-img, .bi-fun-fact-img,
  .bi-fun-fact-img-2, .bi-about-img-area2 .bi-about-img2, .bi-about-img-area1 .bi-about-img1, .bi-slider-content {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  .bi-portfolio-item .portfolio-img img, .bi-portfolio-btn-img img, .bi-fun-fact-img img,
  .bi-fun-fact-img-2 img, .bi-about-img-area2 .bi-about-img2 img, .bi-about-img-area1 .bi-about-img1 img, .bi-slider-content img {
    border-radius: 10px;
  }
  .bi-portfolio-item .portfolio-img:before, .bi-portfolio-btn-img:before, .bi-fun-fact-img:before,
  .bi-fun-fact-img-2:before, .bi-about-img-area2 .bi-about-img2:before, .bi-about-img-area1 .bi-about-img1:before, .bi-slider-content:before, .bi-portfolio-item .portfolio-img:after, .bi-portfolio-btn-img:after, .bi-fun-fact-img:after,
  .bi-fun-fact-img-2:after, .bi-about-img-area2 .bi-about-img2:after, .bi-about-img-area1 .bi-about-img1:after, .bi-slider-content:after {
    content: "";
    width: 100px;
    z-index: 2;
    height: 50px;
    position: absolute;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .bi-portfolio-item .portfolio-img:before, .bi-portfolio-btn-img:before, .bi-fun-fact-img:before,
  .bi-fun-fact-img-2:before, .bi-about-img-area2 .bi-about-img2:before, .bi-about-img-area1 .bi-about-img1:before, .bi-slider-content:before {
    top: -15px;
    left: -50px;
  }
  .bi-portfolio-item .portfolio-img:after, .bi-portfolio-btn-img:after, .bi-fun-fact-img:after,
  .bi-fun-fact-img-2:after, .bi-about-img-area2 .bi-about-img2:after, .bi-about-img-area1 .bi-about-img1:after, .bi-slider-content:after {
    bottom: -15px;
    right: -50px;
  }
 
  /*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 18px;
  line-height: 1.667;
  position: relative;
  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: 1260px;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background-color: var(--base-color);
}





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

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

[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;
}
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;
}
.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 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;
}

.bi-section-title-1 .bi-subtitle,
.bi-section-title-2 .bi-subtitle {
  font-size: 14px;
  font-weight: 700;
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  color: var(--base-color);
  font-family: var(--heading);
}
.bi-section-title-1 .bi-subtitle:before, .bi-section-title-1 .bi-subtitle:after,
.bi-section-title-2 .bi-subtitle:before,
.bi-section-title-2 .bi-subtitle:after {
  left: 0;
  top: 5px;
  width: 12px;
  content: "";
  height: 12px;
  position: absolute;
  border-radius: 100%;
  background-color: #0e0e0e;
}
.bi-section-title-1 .bi-subtitle:after,
.bi-section-title-2 .bi-subtitle:after {
  top: 8px;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: var(--base-color);
}
.bi-section-title-1 h2,
.bi-section-title-2 h2 {
  color: #0e0e0e;
  font-size: 70px;
  font-weight: 700;
}
.bi-section-title-1.text-center,
.bi-section-title-2.text-center {
  margin: 0 auto;
  max-width: 850px;
}
.bi-btn-1 a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  white-space: nowrap;
  display: inline-table;
  padding: 20px 40px 17px;
  font-family: var(--heading);
  background-color: var(--base-color);
}
.bi-btn-1 a:before, .bi-btn-1 a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.bi-btn-1 a:before {
  top: -15px;
  left: -135px;
}
.bi-btn-1 a:after {
  right: -135px;
  bottom: -15px;
}

.bi-btn-main span {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-page-padding {
  padding: 120px 0px;
}
.bi-img-animation {
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.bi-img-animation.active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.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: #0f0d0d;
  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: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading);
  text-transform: uppercase;
  padding: 10px 30px 10px 0 !important;
}
.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(0, 0, 0, 0.9);
  -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: -35px;
  z-index: 5;
  color: #fff;
  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 .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: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #616161;
  background-color: transparent;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #616161;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #616161;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #616161;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #616161;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #616161;
}
.mobile_menu .mobile-search-bar button {
  top: 0;
  right: 0;
  color: #fff;
  padding: 0;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .bi-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .bi-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .bi-mobile-header-social a:hover {
  color: var(--base-color);
}

.b-strock-font {
  color: var(--base-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base-color);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bi-about-section {
  padding: 140px 0px 160px;
}

.bi-about-img-area1 {
  max-width: 301px;
  padding-top: 50px;
  margin-right: 30px;
}
.bi-about-img-area1 .bi-about-img1 {
  margin-bottom: 15px;
  display: inline-block;
}
.bi-about-img-area1 .bi-about-img-text {
  margin-bottom: 35px;
}

.bi-about-img-area2 .bi-about-img2 {
  display: inline-block;
}

.bi-about-text-area {
  top: 40px;
  right: 85px;
  max-width: 550px;
  position: absolute;
}
.bi-about-text-area .bi-section-title-1 .bi-subtitle:before {
  background-color: #fff;
}
.bi-about-text-area .bi-section-title-1 .bi-subtitle:after {
  border: 2px solid #000;
}
.bi-about-text-area .bi-section-title-1 h2 b {
  color: #fff;
}
.bi-about-text-area .bi-section-title-1 h2 span {
  color: var(#000);
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(#000);
}

.bi-about-circle-progress {
  padding-top: 350px;
}

.bi-about-circle-progress-item {
  margin-bottom: 30px;
}
.bi-about-circle-progress-item .graph-outer {
  margin-right: 15px;
}
.bi-about-circle-progress-item .graph-outer .count-box {
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--heading);
  background-color: #e7e8ee;
}
.bi-about-circle-progress-item .graph-outer .count-box .count-text {
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.bi-about-circle-progress-item .bi-about-prog-text h3 {
  color: var(--title-color);
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 5px;
}
.bi-about-circle-progress-item .bi-about-prog-text p {
  color: #494949;
  font-size: 15px;
  font-family: var(--heading);
}
.bi-fun-fact-section {
  padding: 110px 0px;
  background-color: #ebf7f7;
}
.bi-fun-fact-counter {
  padding-top: 50px;
}

.bi-counter-item {
  max-width: 330px;
  margin: 0 auto;
}
.bi-counter-item:after {
  top: 20%;
  left: 48%;
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
  background: var(--base-color);
}
.bi-counter-item:before {
  top: 43%;
  left: 48%;
  width: 1px;
  content: "";
  opacity: 0.5;
  height: 16px;
  position: absolute;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
  background: var(--base-color);
}
.bi-counter-item h3 {
  color: var(--title-color);
  font-size: 62px;
  font-weight: 900;
}
.bi-counter-item p {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 900;
  max-width: 130px;
  line-height: 1.2;
  font-family: var(--heading);
}

.bi-fun-fact-text-area {
  margin: 0 auto;
  max-width: 830px;
  margin-top: 25px;
}

.bi-fun-fact-section-2 {
  padding: 105px 0px 65px;
}

.bi-fun-fact-text-area-2 h2 span {
  display: block;
}
.bi-fun-fact-text-area-2 .bi-btn-1 {
  margin-top: 85px;
}

.bi-counter-item-2 {
  margin-bottom: 75px;
}
.bi-counter-item-2 h3 {
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
  max-width: 200px;
  margin-bottom: 5px;
  padding-bottom: 25px;
  color: var(--title-color);
  border-bottom: 1px solid #e7e8ee;
}
.bi-counter-item-2 h3 span {
  font-size: 120px;
  font-weight: 500;
}
.bi-counter-item-2 p {
  color: #717171;
  font-size: 17px;
  font-family: var(--heading);
}

.bi-fun-fact-counter-2 .bi-fun-fact-star {
  left: 0;
  top: 35%;
  right: 90px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

/*---------------------------------------------------- */
/*Faq Testimonial area*/
/*----------------------------------------------------*/
.bi-faq-testimonial-section {
  z-index: 1;
  padding: 135px 0px 60px;
}
.bi-faq-testimonial-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 800px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/bg/faq-bg.jpg);
}

.bi-faq-content-area {
  max-width: 655px;
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 85px 115px 60px 65px;
}
.bi-faq-content-area .accordion-item,
.bi-faq-content-area .accordion-button:not(.collapsed),
.bi-faq-content-area .accordion-button {
  background-color: transparent;
}
.bi-faq-content-area .accordion-item {
  border: none;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-radius: 0;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.bi-faq-content-area .accordion-button {
  padding: 0;
  border: none;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  color: var(--title-color);
  font-family: var(--heading);
}
.bi-faq-content-area .accordion-button span {
  max-width: 80%;
}

.bi-faq-content-area .accordion-body {
  font-size: 18px;
  line-height: 30px;
  line-height: 1.667;
  padding: 14px 0px 0px;
}
.bi-faq-content-area .accordion-button::after {
  top: 5px;
  right: 0;
  content: "\f067";
  font-weight: 300;
  position: absolute;
  border-radius: 100%;
  background-image: none;
  color: var(--base-color);
  font-family: "Font Awesome 5 Pro";
}
.bi-faq-content-area .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bi-faq-content-area .accordion-button:not(.collapsed):after {
  content: "\f068";
}

.bi-faq-content {
  margin-top: 30px;
}

.bi-testimonial-area {
  width: 100%;
  max-width: 580px;
  padding-top: 130px;
}

.bi-testimonial-slider {
  -webkit-transform: translateX(-55px);
          transform: translateX(-55px);
}

.bi-testimonial-item .testimonial-img {
  opacity: 0;
  width: 140px;
  height: 190px;
  overflow: hidden;
  visibility: hidden;
  margin-right: 40px;
  border-radius: 10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.bi-testimonial-item .testimonial-text {
  max-width: 400px;
}
.bi-testimonial-item .testimonial-text h3 {
  opacity: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  visibility: hidden;
  padding-bottom: 25px;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bi-testimonial-item .testimonial-text p {
  opacity: 0;
  color: #cccccc;
  font-size: 16px;
  visibility: hidden;
  padding-bottom: 50px;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bi-testimonial-item .testimonial-text h4 {
  opacity: 0;
  font-size: 17px;
  font-weight: 700;
  visibility: hidden;
  color: var(--base-color);
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bi-testimonial-item .testimonial-desc-author {
  padding-left: 30px;
}

.bi-carousel-arrow-next-prev .bi-slider-arrow {
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #191825;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
}
.bi-carousel-arrow-next-prev .bi-slider-arrow i {
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-carousel-arrow-next-prev .bi-slider-arrow:after {
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0;
  height: 100%;
  border-radius: 5px;
  visibility: hidden;
  position: absolute;
  background-color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.bi-carousel-testimonial {
  margin-top: 45px;
  margin-left: 160px;
}
.bi-carousel-testimonial .bi-slider-arrow {
  margin-right: 15px;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.bi-sponsor-item {
  height: 100px;
  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;
}

.bi-sponsor-content {
  padding: 20px 0px 60px;
  border-bottom: 1px solid #eeeeee;
}

.bi-counter-item-2 {
  overflow: hidden;
  margin-bottom: 75px;
}
.bi-counter-item-2 h3 {
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
  max-width: 200px;
  margin-bottom: 5px;
  padding-bottom: 25px;
  color: var(--title-color);
  border-bottom: 1px solid #e7e8ee;
}
.bi-counter-item-2 h3 span {
  font-size: 120px;
  font-weight: 500;
}
.bi-counter-item-2 p {
  color: #717171;
  font-size: 17px;
  font-family: var(--heading);
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1800px) {
  .bi-counter-section-4 .counter-landing.bi-counter-landing1 {
    left: -50%;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing3 {
    left: -40%;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing2 {
    left: -57%;
  }
  .bi-scroll-img-section {
    height: 550px;
  }
}
@media screen and (max-width: 1500px) {
  .bi-why-choose-us-area-2 .bi-why-choose-textarea {
    margin-left: 50px;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing1 {
    left: -55%;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing3 {
    left: -50%;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing2 {
    left: -65%;
  }
  .bi-slider-section-4 {
    background-image: none !important;
    background-color: #192140;
  }
  .bi-main-slider-item-4 .slider_men {
    bottom: 0;
  }
}
@media screen and (max-width: 1400px) {
  .bi-main-slider-next-prev .bi-main-slider-arrow-4.bi-main-button-prev-4 {
    left: -75px;
    padding-right: 30px;
  }
  .bi-main-slider-next-prev .bi-main-slider-arrow-4.bi-main-button-next-4 {
    right: -75px;
    padding-left: 30px;
  }
  .bi-main-slider-next-prev .bi-main-slider-arrow-4 {
    width: 150px;
    height: 150px;
    font-size: 30px;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing1 {
    left: -60%;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing3 {
    left: -55%;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing2 {
    left: -70%;
  }
}
@media screen and (max-width: 1300px) {
  .bi-counter-section-4 .counter-landing.bi-counter-landing1 {
    left: -70%;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing3 {
    left: -65%;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing2 {
    left: -80%;
  }
}
@media screen and (max-width: 1250px) {
  .bi-about-img-wrapper4 .about-circle-shape {
    display: none;
  }
  .bi-about-text-4 .bi-section-title-4 {
    max-width: 650px;
  }
  .bi-section-title-4 h2 {
    font-size: 50px;
  }
  .bi-about-btn-cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-portfolio-section-4 .bi-title-waterprint,
  .bi-testimonial-section-4 .bi-title-waterprint {
    display: none;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing1 {
    left: -80%;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing3 {
    left: -75%;
  }
  .bi-counter-section-4 .counter-landing.bi-counter-landing2 {
    left: -90%;
  }
  .bi-header-section.header-style-four.sticky-on {
    max-width: 80%;
  }
  .bi-header-main-navigation .main-navigation li {
    margin: 0px 18px;
  }
  .bi-header-section .bi-header-cta-btn-grp .offcanves-btn {
    margin-left: 20px;
  }
  .bi-header-section .bi-header-cta-btn-grp button {
    margin-left: 10px;
  }
  .bi-header-section .bi-header-cta-btn-grp {
    margin-left: 15px;
  }
  .bi-main-slider-next-prev .bi-main-slider-arrow-4 {
    bottom: 20px;
  }
  .bi-main-slider-item-4 .bi-main-slider-text .bi-slider-text {
    right: 15px;
  }
  .bi-team-item-4 .team-text h3 {
    font-size: 28px;
  }
  .bi-title-waterprint {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .bi-counter-section-4 .counter-landing.bi-counter-landing1,
  .bi-counter-section-4 .counter-landing.bi-counter-landing2,
  .bi-counter-section-4 .counter-landing.bi-counter-landing3 {
    display: none;
  }
  .bi-counter-section-4 {
    padding: 120px 0px;
  }
  .bi-counter-content-4 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bi-scroll-img-section {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .bi-main-slider-item-4 .bi-main-slider-text h1 strong {
    font-size: 220px;
  }
  .bi-why-choose-feature ul li {
    font-size: 22px;
  }
  .bi-service-title-text h2 {
    font-size: 50px;
  }
  .bi-why-choose-us-area-2 .bi-why-choose-textarea {
    margin-left: 0;
  }
  .bi-main-slider-item-4 .slider_men {
    display: none;
  }
  .bi-about-text-4 .bi-section-title-4 {
    max-width: 100%;
    position: static;
  }
  .bi-section-title-4 h2 {
    font-size: 40px;
  }
  .bi-about-text-area-4 {
    padding-top: 30px;
  }
  .bi-why-choose-textarea .accordion-button {
    font-size: 16px;
    padding-top: 10px;
  }
  .bi-team-item-4 .team-img {
    width: auto;
    height: auto;
  }
  .bi-team-item-4 .team-text h3 {
    font-size: 22px;
  }
  .bi-team-item-4 {
    padding: 30px 20px;
  }
  .bi-header-section .bi-header-cta-btn-grp .offcanves-btn {
    display: none;
  }
  .bi-portfolio-item-4 .portfolio-text h3 {
    font-size: 30px;
  }
  .bi-blog-item-4 .blog-author-more {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-blog-item-4 .blog-text h3 {
    font-size: 22px;
  }
  .bi-header-section.header-style-four {
    border-radius: 0;
    padding: 20px 15px;
  }
  .bi-header-section.header-style-four.sticky-on {
    top: 0;
    bottom: auto;
    max-width: 100%;
    border-radius: 0;
    padding: 10px 15px;
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
  }
}
@media screen and (max-width: 991px) {
  .bi-about-img-wrapper4 {
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 40px;
  }
  .bi-about-text-4 {
    margin: 0 auto;
    max-width: 550px;
  }
  .bi-text-scroll-item-1 h3 {
    font-size: 100px;
  }
  .bi-why-choose-img1-area {
    max-width: 550px;
  }
  .bi-why-choose-textarea {
    margin: 0 auto;
    margin-top: 40px;
  }
  .bi-why-choose-us-area-2 .bi-why-choose-textarea {
    margin: 0 auto;
  }
  .bi-why-choose-img2-area {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 550px;
  }
  .bi-portfolio-item-4 {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .bi-pricing-text-area-4 {
    margin: 0 auto;
    max-width: 550px;
    margin-bottom: 40px;
  }
  .bi-pricing-plan-content-4 .bi-pricing-item-4:nth-child(2) {
    position: static;
    -webkit-transform: translate(0%) scale(1);
            transform: translate(0%) scale(1);
  }
  .bi-pricing-plan-content-4 .bi-pricing-item-4 {
    width: 50%;
    margin: 20px;
  }
  .bi-pricing-plan-content-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bi-header-section.header-style-four .bi-header-main-navigation {
    display: none;
  }
  .bi-header-section.header-style-four .bi-header-social {
    display: none;
  }
  .bi-header-section .bi-header-cta-btn-grp {
    margin-right: 50px;
  }
  .mobile_menu_button {
    display: block;
  }
  .bi-main-slider-item-4 .bi-main-slider-text .bi-slider-text {
    max-width: 100%;
    position: static;
    margin-top: 40px;
    text-align: center;
    padding-bottom: 30px;
  }
  .bi-main-slider-item-4 .bi-main-slider-text .bi-slider-text p {
    padding-bottom: 20px;
  }
  .bi-main-slider-item-4 .bi-main-slider-text h1,
  .bi-main-slider-item-4 .bi-main-slider-text h1 span,
  .bi-main-slider-item-4 .bi-main-slider-text h1 strong {
    font-size: 90px;
    display: block;
    text-align: center;
  }
  .bi-main-slider-item-4 .bi-slider-watch-video {
    display: none;
  }
  .bi-main-slider-item-4 {
    padding: 180px 15px 80px;
  }
  .bi-header-section.header-style-four .mobile_menu_button {
    top: -40px;
  }
  .bi-header-section.header-style-four.sticky-on .mobile_menu_button {
    top: -48px;
  }
  .bi-portfolio-item-wrapper-2 {
    padding-left: 0;
    margin-top: 0;
  }
  .bi-header-section.header-style-four .mobile_menu_content {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .bi-service-top-content-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-service-top-content-4 .bi-section-title-4 {
    margin-bottom: 20px;
  }
  .bi-service-section-4_2 {
    display: none;
  }
  .bi-scroll-img-section {
    display: none;
  }
  .bi-blog-section-4 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 680px) {
  .bi-pricing-plan-content-4 {
    display: block;
  }
  .bi-pricing-plan-content-4 .bi-pricing-item-4 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .bi-main-slider-item-4 .bi-main-slider-text h1,
  .bi-main-slider-item-4 .bi-main-slider-text h1 span,
  .bi-main-slider-item-4 .bi-main-slider-text h1 strong {
    font-size: 60px;
  }
  .bi-about-img-wrapper4 .about-img2 {
    position: static !important;
    margin-top: 30px;
  }
  .bi-about-img-wrapper4 {
    padding-bottom: 40px;
  }
  .bi-section-title-4 h2 {
    font-size: 36px;
  }
  .bi-about-text-area-4 {
    padding-left: 0;
  }
  .bi-abut-feature-list-4 li {
    width: 100%;
  }
  .bi-about-section-4 {
    padding: 60px 0px;
  }
  .bi-service-section-4 {
    padding-top: 60px;
  }
  .bi-why-choose-img1-area .why-choose-img3,
  .bi-why-choose-img1-area .why-choose-img5 {
    display: none;
  }
  .bi-why-choose-us-section-4 {
    padding: 60px 0px;
  }
  .bi-why-choose-us-content {
    padding-top: 0;
  }
  .bi-why-choose-feature ul li {
    width: 100%;
  }
  .bi-why-choose-us-area-1 {
    margin-bottom: 60px;
  }
  .bi-portfolio-item-4 .portfolio-text .portfolio-category a {
    padding: 5px 15px;
    margin-bottom: 5px;
  }
  .bi-pricing-section-4 {
    padding: 60px 0px;
  }
}
/*---------------------------------------------------- */
/********************* Home Page 5 **************************/
/*global area*/
/*----------------------------------------------------*/
:root {
  --hap-heading: "Space Grotesk";
  --hap-body-font: "Space Grotesk";
  --hap-body-color: #0d0d0d ;
  --hap-base-color: #6d55e9;
  --hap-title-color: #000000;
  --hap-gradient-color: linear-gradient( 90deg, rgb(89,86,240) 0%, rgb(255,80,184) 100%);
}

.hap-footer-widget .logo-cta li i, .hap-topic-item .inner-text a, .hap-counter-item:before, .hap-faq-accordion-area .accordion-button:not(.collapsed):after, .hap-faq-accordion-area .accordion-button:not(.collapsed) span, .hap-pricing-tab-img-price .plan-price-title .price-plan-title span, .hap-pricing-tab-btn .nav-tabs .nav-link.active .hap-price-btn-text, .hap-service-item:hover .service-arrow a, .hap-section-title .sub-title:before, .hap-section-title .sub-title {
  background: var(--hap-gradient-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@-webkit-keyframes gradient_animation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes gradient_animation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.haptic-home {
  line-height: 1.579;
  font-size: 19px;
  overflow-x: hidden !important;
  color: var(--hap-body-color);
  font-family: var(--hap-body-font);
}
.haptic-home .container {
  max-width: 1280px;
}

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

.hap-section-title .sub-title {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
  display: inline-block;
}
.hap-section-title .sub-title:before {
  top: 0;
  left: 0;
  content: "\f666";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.hap-section-title h2 {
  font-size: 64px;
  font-weight: 700;
  color: var(--hap-title-color);
}
.hap-section-title p {
  padding-top: 5px;
}
.hap-section-title.text-center {
  margin: 0 auto;
  max-width: 850px;
}
.hap-section-title.dark-bg-title h2 {
  color: #fff;
}
.hap-section-title.dark-bg-title p {
  color: #e1e1e1;
}

.hap-btn a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 18px 30px;
  border-radius: 40px;
  display: inline-block;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background: -webkit-gradient(linear, left top, right top, from(#6256ed), color-stop(50%, #f350bc), to(#6256ed));
  background: linear-gradient(90deg, #6256ed 0%, #f350bc 50%, #6256ed);
  background-size: 200%, 1px;
}
.hap-btn a i {
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.hap-btn a:hover {
  background-position: 120%;
}
.hap-btn a:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.hap-img-animation img {
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.hap-img-animation.active img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.hap-header-section {
  left: 0;
  top: 28px;
  z-index: 10;
  width: 100%;
  position: absolute;
}
.hap-header-section .hap-megamenu {
  position: static !important;
}
.hap-header-section .hap-megamenu:after {
  display: none;
}
.hap-header-section .hap-megamenu .dropdown-menu {
  left: 0;
  right: 0;
  top: 80%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  max-width: 1230px;
}
.hap-header-section .hap-megamenu .hap-megamenu-item {
  margin: 10px;
}
.hap-header-section .hap-megamenu .hap-menu-btn-grp {
  left: 0;
  top: 60%;
  right: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.hap-header-section .hap-megamenu .hap-menu-btn-grp a {
  width: 100px;
  margin: 0 auto;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  background-color: var(--base-color);
}
.hap-header-section .hap-megamenu .hap-menu-btn-grp a:hover {
  padding: 8px 10px !important;
  color: var(--base-color);
  background-color: #f7f7f7;
}
.hap-header-section .hap-megamenu .hap-megamenu-item h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
.hap-header-section .hap-megamenu .hap-megamenu-item:hover .hap-menu-btn-grp {
  top: 50%;
  opacity: 1;
}
.hap-header-section .dropdown {
  position: relative;
}
.hap-header-section .dropdown:after {
  top: 5px;
  color: #fff;
  right: -15px;
  content: "\f107";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.hap-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.hap-header-section .dropdown-menu {
  left: 0;
  top: 65px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 260px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #000;
  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;
}
.hap-header-section .dropdown-menu .dropdown-menu {
  top: 30px;
  left: -100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.hap-header-section .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.hap-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}
.hap-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;
}
.hap-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.hap-header-section .dropdown-menu li:after {
  top: 8px;
  right: 15px;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hap-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.hap-header-section .dropdown-menu a {
  width: 100%;
  display: block !important;
  position: relative;
  padding: 10px 30px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 17px !important;
}
.hap-header-section .dropdown-menu a:before {
  display: none;
}
.hap-header-section .dropdown-menu a:hover {
  padding-left: 40px !important;
  color: var(--hap-base-color) !important;
}
.hap-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;
  background-color: #fff;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -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 4px 4px 0px rgba(100, 109, 152, 0.0588235294);
          box-shadow: 0px 4px 4px 0px rgba(100, 109, 152, 0.0588235294);
}
.hap-header-section.sticky-on .hap-header-top-area {
  display: none;
}
.hap-header-section.sticky-on .hap-header-menu-navigation {
  padding: 30px 15px;
}

.hap-header-top-area {
  color: #fff;
  margin: 0 auto;
  padding: 8px 70px;
  max-width: 1145px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background: var(--hap-gradient-color);
}
.hap-header-top-area .top-info-cta li {
  font-size: 15px;
  font-weight: 700;
  margin-right: 40px;
}
.hap-header-top-area .top-info-cta li i {
  margin-right: 5px;
}
.hap-header-top-area .top-info-cta li:last-child {
  margin-right: 0;
}
.hap-header-top-area .top-social-area a {
  font-size: 15px;
  margin-left: 30px;
}

.hap-header-menu-navigation {
  padding: 30px 60px;
  border-radius: 100px;
  background-color: #fff;
}
.hap-header-menu-navigation .main-navigation .nav {
  display: inherit;
}
.hap-header-menu-navigation .main-navigation li {
  margin: 0px 30px;
}
.hap-header-menu-navigation .main-navigation li a {
  color: #000000;
  font-size: 18px;
  display: initial;
  font-weight: 500;
  padding-bottom: 40px;
}
.hap-header-menu-navigation .main-navigation li a.active {
  color: var(--hap-base-color);
}
.hap-header-menu-navigation .main-navigation li:hover a {
  color: var(--hap-base-color);
}
.hap-header-menu-navigation .hap-header-cta-btn-grp button {
  padding: 0;
  color: #000;
  border: none;
  font-size: 18px;
  margin-left: 23px;
  background-color: transparent;
}
.hap-header-menu-navigation .hap-header-cta-btn-grp .cart-btn span {
  top: 3px;
  right: -10px;
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--hap-base-color);
}

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
.hap-banner-section {
  overflow: hidden;
}
.hap-banner-section:before {
  left: 0;
  bottom: -50px;
  content: "";
  width: 105%;
  height: 110px;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.hap-banner-content {
  padding: 350px 0px 335px;
}
.hap-banner-content .hap-banner-text {
  max-width: 540px;
}
.hap-banner-content .hap-banner-text .hap-btn {
  margin-top: 30px;
}
.hap-banner-content .hap-banner-text .hap-section-title p {
  max-width: 510px;
}
.hap-banner-content .hap-banner-image {
  right: 0;
  top: 240px;
}
.hap-banner-content .hap-banner-image .hap-banner-img2,
.hap-banner-content .hap-banner-image .hap-banner-img1 {
  margin-left: 10px;
}
.hap-banner-content .hap-banner-image .hap-banner-img2 img,
.hap-banner-content .hap-banner-image .hap-banner-img1 img {
  border-radius: 200px;
}
.hap-banner-content .hap-banner-image .hap-banner-shape4 {
  left: 0;
  top: 38%;
  right: 0;
  z-index: 2;
  text-align: center;
}
.hap-banner-content .hap-banner-image .hap-banner-img1 {
  margin-top: 20px;
}
.hap-banner-content .hap-banner-image .hap-banner-shape1 {
  left: -75px;
  bottom: 60px;
}
.hap-banner-content .hap-banner-image .hap-banner-shape2 {
  left: -50px;
  bottom: -10px;
}
.hap-banner-content .hap-banner-image .hap-banner-shape3 {
  right: -30px;
  bottom: -20px;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.hap-sponsor-content {
  overflow: hidden;
  z-index: 3;
  padding-left: 75px;
  margin-top: -150px;
  border-radius: 300px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 3px 60px 0px rgba(32, 42, 181, 0.11);
          box-shadow: 0px 3px 60px 0px rgba(32, 42, 181, 0.11);
}
.hap-sponsor-content .hap-section-title {
  max-width: 250px;
  padding-top: 45px;
}
.hap-sponsor-content .hap-section-title h2 {
  font-size: 35px;
}

.hap-sponsor-logo-area .sponsor-logo {
  width: 20%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.hap-sponsor-logo-area .sponsor-logo img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-sponsor-logo-area .sponsor-logo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.hap-about-section {
  overflow: hidden;
  padding: 270px 0px 120px;
}

.hap-about-img-area {
  z-index: 1;
  bottom: 0;
  left: -125px;
}
.hap-about-img-area .about-shape1 {
  top: 50%;
  left: -30%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hap-about-img-area .about-shape2 {
  top: 100px;
  right: 0px;
}
.hap-about-img-area .about-exp {
  right: -10px;
  bottom: -20px;
  width: 165px;
  height: 140px;
  padding: 20px 20px;
  border-radius: 20px;
  background: var(--hap-gradient-color);
}
.hap-about-img-area .about-exp h3 {
  color: #fff;
  line-height: 1;
  font-size: 55px;
  font-weight: 700;
}
.hap-about-img-area .about-exp span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  max-width: 103px;
  line-height: 1.2;
  display: inline-block;
}

.hap-about-text-area {
  max-width: 760px;
}
.hap-about-text-area .hap-section-title p {
  max-width: 600px;
}

.hap-about-feature-area {
  margin-top: 40px;
  max-width: 700px;
}
.hap-about-feature-area:before {
  top: 36%;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #eeeeee;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hap-about-feature-area:after {
  top: 0;
  left: 44%;
  content: "";
  width: 1px;
  height: 165px;
  position: absolute;
  background-color: #eeeeee;
}

.hap-about-feature-item {
  width: 50%;
  margin-bottom: 50px;
}
.hap-about-feature-item .feature-icon {
  margin-right: 15px;
}
.hap-about-feature-item .feature-icon i {
  color: #000000;
  font-size: 45px;
}
.hap-about-feature-item .feature-text h3 {
  font-size: 20px;
  font-weight: 700;
  max-width: 200px;
  color: var(--title-color);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.hap-service-section {
  z-index: 1;
  overflow: hidden;
  padding: 170px 0px 120px;
}
.hap-service-section:before, .hap-service-section:after {
  left: 0;
  top: -50px;
  z-index: -2;
  content: "";
  width: 105%;
  height: 110px;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
.hap-service-section:after {
  top: auto;
  bottom: -60px;
  height: 330px;
}

.hap-service-content {
  padding-top: 90px;
}

.hap-service-item {
  margin-bottom: 50px;
  padding-bottom: 35px;
}
.hap-service-item:before, .hap-service-item:after {
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  z-index: -2;
  content: "";
  position: absolute;
  background: #373737;
}
.hap-service-item:after {
  width: 0%;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  background: var(--hap-gradient-color);
}
.hap-service-item .service-hover {
  width: 200px;
  height: 270px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.hap-service-item .service-icon {
  margin-right: 25px;
}
.hap-service-item .service-icon i {
  color: #fff;
  font-size: 50px;
  background: var(--hap-gradient-color);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgb(255, 255, 255);
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.hap-service-item .service-title h3 {
  z-index: 1;
  color: #fff;
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  background: var(--hap-gradient-color);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgb(255, 255, 255);
}
.hap-service-item .service-title span {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  background: var(--hap-gradient-color);
  background-size: 100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgb(255, 255, 255);
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.hap-service-item .service-category a {
  z-index: 1;
  color: #fff;
  font-size: 17px;
  margin: 0px 8px;
  font-weight: 300;
  padding: 10px 20px;
  position: relative;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #fff;
}
.hap-service-item .service-category a:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 30px;
  background: var(--hap-gradient-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-service-item .service-category a:hover {
  border: 1px solid var(--hap-base-color);
}
.hap-service-item .service-category a:hover:before {
  width: 100%;
}
.hap-service-item .service-arrow {
  margin-left: 90px;
}
.hap-service-item .service-arrow a {
  color: #fff;
  font-size: 50px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hap-service-item:hover:after {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.hap-service-item:hover .service-icon i {
  color: rgba(0, 0, 0, 0);
}
.hap-service-item:hover .service-title h3 {
  color: rgba(0, 0, 0, 0);
}
.hap-service-item:hover .service-title span {
  color: rgba(0, 0, 0, 0);
}
.hap-service-item:hover .service-arrow a {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.hap-service-item:hover .service-hover {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translateY(-50%) rotate(-5deg);
          transform: translateY(-50%) rotate(-5deg);
}
.hap-service-item.active:after {
  width: 100%;
}
.hap-service-item.active:nth-child(odd):after {
  left: auto;
  right: 0;
}
.hap-service-item.active:nth-child(even):after {
  left: 0;
  right: auto;
}

.hap-service-scroll-text-area {
  z-index: 2;
  padding: 70px;
  margin-top: 125px;
  position: relative;
  border-radius: 20px;
  background-color: #000000;
}
.hap-service-scroll-text-area .hap-section-title {
  margin-bottom: 20px;
}
.hap-service-scroll-text-area h2 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  font-weight: 700;
  white-space: nowrap;
}
.hap-service-scroll-text-area h2 .strock_txt {
  color: #fff;
  margin: 0px 15px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.hap-service-scroll-text-area h2 .scroller_item_1 {
  width: 340px;
  height: 60px;
  margin: 0px 15px;
  overflow: hidden;
  border-radius: 60px;
  background: var(--hap-gradient-color);
}
.hap-service-scroll-text-area h2 .scroller_item_1.text_scroller_2 {
  width: 315px;
}
.hap-service-scroll-text-area h2 .scroller_item_1.text_scroller_3 {
  width: 630px;
}
.hap-service-scroll-text-area h2 .scroller_item_1 li {
  top: -33px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
.hap-service-scroll-text-area h2 .scroller_item_1 li:before {
  top: 0;
  left: 0;
  content: "\f666";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
.hap-pricing-section {
  z-index: 2;
  overflow: hidden;
  padding-bottom: 120px;
}

.hap-pricing-tab-btn {
  margin-top: 22px;
}
.hap-pricing-tab-btn .nav-tabs {
  border: none;
}
.hap-pricing-tab-btn .nav {
  display: inherit;
}
.hap-pricing-tab-btn .nav-tabs .nav-item.show .nav-link,
.hap-pricing-tab-btn .nav-tabs .nav-link.active,
.hap-pricing-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.hap-pricing-tab-btn .nav-tabs .nav-link {
  padding: 0;
  color: #151f35;
  font-size: 17px;
  cursor: pointer;
  font-weight: 600;
  margin: 0px 30px;
  position: relative;
  padding-bottom: 8px;
}
.hap-pricing-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  content: "";
  margin: 0 auto;
  position: absolute;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--hap-gradient-color);
}
.hap-pricing-tab-btn .nav-tabs .nav-link.active:before {
  width: 100%;
}

.hap-pricing-tab-content {
  margin-top: 40px;
}

.hap-pricing-tab-img-price .price-img {
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}
.hap-pricing-tab-img-price .price-img:before {
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.95);
}
.hap-pricing-tab-img-price .plan-price-title {
  left: 45px;
  z-index: 2;
  bottom: 30px;
}
.hap-pricing-tab-img-price .plan-price-title .plan-price {
  color: #fff;
  width: 122px;
  height: 122px;
  margin-right: 45px;
  border-radius: 100%;
  background: var(--hap-gradient-color);
}
.hap-pricing-tab-img-price .plan-price-title .plan-price h4 {
  width: 100%;
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
}
.hap-pricing-tab-img-price .plan-price-title .plan-price span {
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.hap-pricing-tab-img-price .plan-price-title .price-plan-title h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.hap-pricing-tab-img-price .plan-price-title .price-plan-title span {
  font-size: 16px;
}

.hap-pricing-list-area {
  margin-left: 25px;
  border-radius: 20px;
  padding: 70px 65px 60px;
  background-color: rgb(255, 255, 255);
  -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);
}
.hap-pricing-list-area ul {
  position: relative;
}
.hap-pricing-list-area ul:before {
  top: -5px;
  left: 6px;
  width: 1px;
  content: "";
  height: 106%;
  position: absolute;
  background-color: #c5d7e3;
}
.hap-pricing-list-area li {
  color: #151f35;
  font-size: 20px;
  font-weight: 700;
  padding-left: 35px;
  margin-bottom: 30px;
  position: relative;
}
.hap-pricing-list-area li:before {
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background: var(--hap-gradient-color);
}
.hap-pricing-list-area .hap-btn {
  margin-top: 50px;
}

/*---------------------------------------------------- */
/*skill-faq*/
/*----------------------------------------------------*/
.hap-skill-faq-section {
  z-index: 1;
  overflow: hidden;
  padding: 140px 0px 120px;
}
.hap-skill-faq-section .hap-section-title {
  max-width: 870px;
}
.hap-skill-faq-section:before, .hap-skill-faq-section:after {
  left: 0;
  top: -70px;
  z-index: -1;
  content: "";
  width: 105%;
  height: 110px;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.hap-skill-faq-section:after {
  top: auto;
  bottom: -70px;
}

.hap-skill-content {
  padding: 50px 0px 100px;
}

.hap-skill-progress-area {
  padding-top: 45px;
}

.hap-skill-progress-item {
  margin-bottom: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid #373737;
}
.hap-skill-progress-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.hap-skill-progress-item .skill-icon {
  width: 110px;
  height: 110px;
  margin-right: 35px;
  border-radius: 100%;
  background-color: #000000;
}
.hap-skill-progress-item .skill-text {
  max-width: 365px;
}
.hap-skill-progress-item .skill-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.hap-skill-progress-item .skill-text p {
  color: #fff;
}
.hap-skill-progress-item .skill-set-percent {
  margin-top: 20px;
}
.hap-skill-progress-item .skill-set-percent .progress {
  height: 10px;
  border-radius: 0;
  position: relative;
  overflow: visible;
  border-radius: 30px;
  background-color: #383535;
}
.hap-skill-progress-item .skill-set-percent .progress span {
  top: -3px;
  right: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.hap-skill-progress-item .skill-set-percent .progress-bar {
  width: 0;
  left: 0px;
  top: 0px;
  float: left;
  height: 100%;
  position: relative;
  border-radius: 30px;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  background: var(--hap-gradient-color);
}

.hap-skill-img {
  overflow: hidden;
  margin-left: 60px;
  border-radius: 30px;
  display: inline-block;
}

.hap-faq-img-wrapper {
  margin-right: 40px;
  padding-bottom: 70px;
}
.hap-faq-img-wrapper .hap-faq-img1 {
  overflow: hidden;
  border-radius: 25px;
}
.hap-faq-img-wrapper .hap-faq-img2 {
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 25px;
}

.hap-faq-accordion-area .hap-accordion {
  margin-top: 20px;
}
.hap-faq-accordion-area .hap-section-title h2 {
  font-size: 65px;
}
.hap-faq-accordion-area .accordion-item {
  border: none;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0px 25px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #373737;
}
.hap-faq-accordion-area .accordion-button {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  padding: 5px 0px 0px;
  font-family: var(--hap-heading);
  background-color: transparent;
}
.hap-faq-accordion-area .accordion-button span {
  color: #fff;
  max-width: 95%;
}
.hap-faq-accordion-area .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hap-faq-accordion-area .accordion-body {
  padding: 0;
  color: #BAC1D4;
  font-size: 19px;
  line-height: 30px;
  padding-top: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-faq-accordion-area .accordion-button::after {
  right: 5px;
  content: "\f067";
  font-weight: 300;
  position: absolute;
  border-radius: 100%;
  background-image: none;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
}
.hap-faq-accordion-area .accordion-button:not(.collapsed):after {
  content: "\f068";
  color: var(--base-color);
}

/*---------------------------------------------------- */
/*Portfolio*/
/*----------------------------------------------------*/
.hap-portfolio-section {
  overflow: hidden;
  padding: 120px 0px;
}

.hap-portfolio-content {
  padding-top: 40px;
}

.hap-portfolio-item {
  margin: 0 auto;
  margin-bottom: 20px;
}
.hap-portfolio-item .project-img {
  overflow: hidden;
  border-radius: 10px;
}
.hap-portfolio-item .project-img img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-portfolio-item .project-text {
  margin-top: -6px;
}
.hap-portfolio-item .project-text h3 a {
  z-index: 1;
  color: #000000;
  display: block;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  padding: 23px 0px 20px;
}
.hap-portfolio-item .project-text h3 a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.hap-portfolio-item .project-text h3 a:before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  height: 0%;
  width: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--hap-gradient-color);
}
.hap-portfolio-item:hover .project-text h3 a {
  color: #fff;
  padding: 23px 30px 20px;
}
.hap-portfolio-item:hover .project-text h3 a:before {
  height: 100%;
}
.hap-portfolio-item:hover .project-text h3 a i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.hap-portfolio-item:hover .project-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*---------------------------------------------------- */
/*Team*/
/*----------------------------------------------------*/
.hap-team-section {
  z-index: 1;
  overflow: hidden;
  padding: 120px 0px;
}
.hap-team-section:before, .hap-team-section:after {
  left: 0;
  top: -70px;
  z-index: -1;
  content: "";
  width: 105%;
  height: 110px;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.hap-team-section:after {
  z-index: -1;
  top: auto;
  height: 30%;
  bottom: -70px;
}

.hap-team-slider-content {
  margin-top: 30px;
}

.hap-team-item {
  margin: 0 auto;
  max-width: 400px;
}
.hap-team-item .team-img {
  z-index: 1;
  overflow: hidden;
  border-bottom-left-radius: 180px;
  border-bottom-right-radius: 180px;
}
.hap-team-item .team-img:before {
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 495px;
  position: absolute;
  background-color: #fff;
  border-top-left-radius: 180px;
  border-top-right-radius: 180px;
  border: 2px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-team-item .team-text {
  left: 0;
  right: 0;
  bottom: 55px;
  margin: 0 auto;
}
.hap-team-item .team-text h3 a {
  opacity: 0;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding: 18px 23px;
  visibility: hidden;
  display: inline-block;
  border-radius: 30px;
  background: var(--hap-gradient-color);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.hap-team-item .team-text span {
  opacity: 0;
  z-index: 1;
  color: #000000;
  font-size: 14px;
  margin-top: -5px;
  padding: 14px 18px;
  position: relative;
  visibility: hidden;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-team-item:hover .team-img:before {
  border: 2px solid var(--hap-base-color);
}
.hap-team-item:hover .team-text h3 a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.hap-team-item:hover .team-text span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.hap-carousel-arrow-next-prev .hap-slider-arrow {
  z-index: 1;
  top: 50%;
  color: #000000;
  font-size: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:before, .hap-carousel-arrow-next-prev .hap-slider-arrow:after {
  width: 45px;
  content: "";
  height: 45px;
  z-index: -1;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: var(--hap-gradient-color);
}
.hap-carousel-arrow-next-prev .hap-slider-arrow:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-prev:before, .hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-prev:after {
  left: 10px;
}
.hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-next:before, .hap-carousel-arrow-next-prev .hap-slider-arrow.hap-team-button-next:after {
  right: 10px;
}

.hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-prev {
  left: -70px;
}
.hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-next {
  right: -70px;
}

.bi-team-feed-section {
  background-color: #f7f7f7;
}
.bi-team-feed-section .hap-team-item {
  margin-bottom: 40px;
}

/*---------------------------------------------------- */
/*Counter*/
/*----------------------------------------------------*/
.hap-counter-section {
  z-index: 2;
  overflow: hidden;
  padding-bottom: 80px;
}

.hap-counter-item:before {
  top: 50%;
  right: 20px;
  content: "\f666";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hap-counter-item h3 {
  line-height: 1;
  color: #000000;
  font-size: 120px;
  font-weight: 700;
  padding-bottom: 5px;
}
.hap-counter-item p {
  color: #323131;
  font-size: 18px;
}

.hap-counter-content .col-lg-3:last-child .hap-counter-item:before {
  display: none;
}

/*---------------------------------------------------- */
/*Testimonial*/
/*----------------------------------------------------*/
.hap-testimonial-section {
  z-index: 1;
  overflow: hidden;
  padding: 140px 0px;
  background-color: #f2f4f4;
}
.hap-testimonial-section:before, .hap-testimonial-section:after {
  left: 0;
  top: -70px;
  z-index: -1;
  content: "";
  width: 105%;
  height: 110px;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.hap-testimonial-section:after {
  z-index: -1;
  top: auto;
  bottom: -70px;
}

.hap-testimonial-item {
  overflow: hidden;
}
.hap-testimonial-item .testimoial-img {
  z-index: 2;
  width: 168px;
  height: 168px;
  margin-right: 15px;
}
.hap-testimonial-item .testimoial-img:before {
  top: 50%;
  width: 0px;
  content: "";
  height: 2px;
  right: -42px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--hap-gradient-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-testimonial-item .testimoial-img:after {
  left: 3px;
  top: 0px;
  width: 97%;
  z-index: -1;
  opacity: 0;
  content: "";
  height: 109%;
  position: absolute;
  visibility: visible;
  border-radius: 400px;
  background: var(--hap-gradient-color);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.hap-testimonial-item .testimoial-img img {
  border-radius: 100%;
}
.hap-testimonial-item .testimoial-text-author {
  z-index: 1;
  max-width: 810px;
  padding: 80px 125px;
  border-radius: 400px;
}
.hap-testimonial-item .testimoial-text-author:before, .hap-testimonial-item .testimoial-text-author:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 400px;
  background: var(--hap-gradient-color);
}
.hap-testimonial-item .testimoial-text-author:after {
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 68px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 9px 68px 0px rgba(0, 0, 0, 0.06);
  background-image: url(../img/bg/tst-item-bg.png);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.hap-testimonial-item .testimoial-text-author .testimonial-desc {
  color: #0d0d0d;
  font-size: 24px;
  margin-bottom: 28px;
}
.hap-testimonial-item .testimoial-text-author .testimonial-author h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--hap-base-color);
}

.hap-testimonial-slider {
  margin: 0 auto;
  max-width: 995px;
}
.hap-testimonial-slider .swiper-slide-active .hap-testimonial-item .testimoial-img:before {
  width: 65px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.hap-testimonial-slider .swiper-slide-active .hap-testimonial-item .testimoial-img:after {
  top: -7px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.hap-testimonial-slider .swiper-slide-active .hap-testimonial-item .testimoial-text-author:after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: rotate(-4.5deg);
          transform: rotate(-4.5deg);
}

.hap-testimonial-content .hap-testimonial-button-prev {
  left: 15px;
}
.hap-testimonial-content .hap-testimonial-button-next {
  right: 15px;
}
.hap-testimonial-content .hap-testimonial-button-prev:before, .hap-testimonial-content .hap-testimonial-button-prev:after {
  left: 10px;
}
.hap-testimonial-content .hap-testimonial-button-next:before, .hap-testimonial-content .hap-testimonial-button-next:after {
  right: 10px;
}

/*---------------------------------------------------- */
/*Blog*/
/*----------------------------------------------------*/
.hap-blog-section {
  z-index: 2;
  overflow: hidden;
  padding: 110px 0px 80px;
}

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

.hap-blog-item {
  margin: 0 auto;
  max-width: 402px;
  margin-bottom: 30px;
}
.hap-blog-item .blog-img-meta {
  margin-bottom: 25px;
}
.hap-blog-item .blog-img-meta .blog-img {
  max-width: 380px;
  overflow: hidden;
  border-radius: 10px;
}
.hap-blog-item .blog-img-meta .blog-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-blog-item .blog-img-meta .blog-meta {
  right: 0;
  top: 35px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 25px 15px;
  border-radius: 30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: var(--hap-gradient-color);
}
.hap-blog-item .blog-text {
  max-width: 325px;
}
.hap-blog-item .blog-text h3 {
  color: #070707;
  font-size: 24px;
  font-weight: 700;
}
.hap-blog-item .blog-text h3:hover {
  color: var(--hap-base-color);
}
.hap-blog-item:hover .blog-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*---------------------------------------------------- */
/*Contact*/
/*----------------------------------------------------*/
.hap-contact-section {
  overflow: hidden;
  padding: 140px 0px;
}

.hap-contact-form {
  max-width: 550px;
}
.hap-contact-form .hap-contact-select {
  position: relative;
  -webkit-appearance: none;
}
.hap-contact-form .hap-contact-select:before {
  top: 12px;
  right: 15px;
  width: 34px;
  height: 34px;
  color: #000000;
  font-weight: 900;
  content: "\f0d7";
  line-height: 34px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  font-family: "Font Awesome 5 Pro";
  background-color: #d1eeff;
}
.hap-contact-form input, .hap-contact-form select, .hap-contact-form textarea {
  width: 100%;
  height: 62px;
  color: #000000;
  padding-left: 20px;
  margin-bottom: 18px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-appearance: none;
}
.hap-contact-form input::-webkit-input-placeholder, .hap-contact-form select::-webkit-input-placeholder, .hap-contact-form textarea::-webkit-input-placeholder {
  font-size: 17px;
  color: #9fa4af;
}
.hap-contact-form input::-moz-placeholder, .hap-contact-form select::-moz-placeholder, .hap-contact-form textarea::-moz-placeholder {
  font-size: 17px;
  color: #9fa4af;
}
.hap-contact-form input:-ms-input-placeholder, .hap-contact-form select:-ms-input-placeholder, .hap-contact-form textarea:-ms-input-placeholder {
  font-size: 17px;
  color: #9fa4af;
}
.hap-contact-form input::-ms-input-placeholder, .hap-contact-form select::-ms-input-placeholder, .hap-contact-form textarea::-ms-input-placeholder {
  font-size: 17px;
  color: #9fa4af;
}
.hap-contact-form input::placeholder, .hap-contact-form select::placeholder, .hap-contact-form textarea::placeholder {
  font-size: 17px;
  color: #9fa4af;
}
.hap-contact-form textarea {
  height: 140px;
  padding-top: 15px;
}
.hap-contact-form button {
  color: #fff;
  width: 100%;
  height: 62px;
  border: none;
  font-weight: 700;
  font-size: 17px;
  border-radius: 40px;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background: -webkit-gradient(linear, left top, right top, from(#6256ed), color-stop(50%, #f350bc), to(#6256ed));
  background: linear-gradient(90deg, #6256ed 0%, #f350bc 50%, #6256ed);
  background-size: 200%, 1px;
}
.hap-contact-form button i {
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.hap-contact-form button:hover {
  background-position: 120%;
}
.hap-contact-form button:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.hap-contact-text-area {
  padding-top: 20px;
}

.hap-contact-social {
  margin-top: 35px;
}
.hap-contact-social a {
  color: #fff;
  font-weight: 700;
  margin-right: 40px;
}
.hap-contact-social a:hover {
  color: var(--hap-base-color);
}
.hap-contact-social a:last-child {
  margin-right: 0;
}
.hap-contact-social a i {
  margin-right: 10px;
}

/*---------------------------------------------------- */
/*Topic*/
/*----------------------------------------------------*/
.hap-topic-section {
  overflow: hidden;
  padding: 120px 0px;
}
.hap-topic-section .hap-section-title {
  max-width: 850px;
}

.hap-topic-content {
  padding-top: 45px;
}

.hap-topic-item {
  width: 188px;
  height: 235px;
  margin: 0px 15px;
  padding: 45px 15px;
  border-radius: 100px;
  border: 2px solid #efefef;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hap-topic-item .inner-img {
  margin-bottom: 20px;
}
.hap-topic-item .inner-text a {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.hap-topic-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*---------------------------------------------------- */
/*Footer*/
/*----------------------------------------------------*/
.hap-gallery-section {
  overflow: hidden;
}

.hap-gallery-item {
  overflow: hidden;
  position: relative;
}

.hap-gallery-item:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.hap-gallery-item .overlay-box {
  left: 0;
  right: 0;
  top: 40%;
  z-index: 2;
  color: #fff;
  opacity: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--hap-base-color);
}

.hap-gallery-item:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hap-gallery-item:hover .overlay-box {
  top: 50%;
  opacity: 1;
}

.hap-footer-content {
  padding: 100px 0px;
}

.hap-footer-widget .widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 38px;
}
.hap-footer-widget .widget-title:before {
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  background-color: #fff;
}
.hap-footer-widget .logo-widget p {
  color: #7f7f7f;
  font-size: 17px;
  max-width: 340px;
  padding: 15px 0px 15px;
}
.hap-footer-widget .logo-cta li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.hap-footer-widget .logo-cta li i {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}
.hap-footer-widget .hap-contact-social {
  margin-top: 25px;
}
.hap-footer-widget .menu-widget {
  padding-left: 20px;
}
.hap-footer-widget .menu-widget li {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2b2b2b;
}
.hap-footer-widget .menu-widget li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.hap-footer-widget .menu-widget li a {
  color: #e6eedd;
  font-size: 16px;
  font-weight: 600;
}
.hap-footer-widget .menu-widget li a:hover {
  color: var(--hap-base-color);
}
.hap-footer-widget .newslatter-widget {
  padding-left: 10px;
}
.hap-footer-widget .newslatter-widget p {
  color: #7f7f7f;
  font-size: 15px;
  padding-bottom: 18px;
}
.hap-footer-widget .newslatter-widget form {
  position: relative;
}
.hap-footer-widget .newslatter-widget form input {
  width: 100%;
  height: 64px;
  border: none;
  padding-left: 20px;
  border-radius: 30px;
  background-color: #262626;
}
.hap-footer-widget .newslatter-widget form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.hap-footer-widget .newslatter-widget form input::-moz-placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.hap-footer-widget .newslatter-widget form input:-ms-input-placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.hap-footer-widget .newslatter-widget form input::-ms-input-placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.hap-footer-widget .newslatter-widget form input::placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.hap-footer-widget .newslatter-widget form button {
  top: 7px;
  right: 7px;
  color: #fff;
  width: 66px;
  height: 53px;
  border: none;
  position: absolute;
  border-radius: 30px;
  background: var(--hap-gradient-color);
}
.hap-footer-widget .tranding-service {
  margin-top: 25px;
}
.hap-footer-widget .tranding-service h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.hap-footer-widget .tranding-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 30px;
}
.hap-footer-widget .tranding-service li a {
  width: 100px;
  height: 100px;
  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;
}
.hap-footer-widget .tranding-service li:nth-child(1) a {
  background-color: #ab003a;
}
.hap-footer-widget .tranding-service li:nth-child(2) a {
  background-color: #d44823;
}
.hap-footer-widget .tranding-service li:nth-child(3) a {
  background-color: #ffc107;
}
.hap-footer-widget .tranding-service li:nth-child(4) a {
  background-color: #5adafd;
}

.hap-footer-copyright {
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  background-color: #151515;
}


/*---------------------------------------------------- */
/*Responsive*/
/*----------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .hap-about-img-area {
    left: 0;
  }
  .hap-about-text-area {
    max-width: 650px;
  }
  .hap-team-slider-content .hap-carousel-arrow-next-prev,
  .hap-testimonial-content .hap-carousel-arrow-next-prev {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-prev,
  .hap-team-slider-content .hap-carousel-arrow-next-prev .hap-team-button-next,
  .hap-testimonial-content .hap-testimonial-button-prev,
  .hap-testimonial-content .hap-testimonial-button-next {
    width: 50px;
    color: #fff;
    height: 50px;
    position: static;
    margin: 0px 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: var(--hap-base-color);
  }
  .hap-carousel-arrow-next-prev .hap-slider-arrow:before, .hap-carousel-arrow-next-prev .hap-slider-arrow:after {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .hap-banner-content .hap-banner-image {
    right: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .hap-banner-content .hap-banner-image {
    right: -70px;
  }
  .hap-section-title h2 {
    font-size: 60px;
  }
  .hap-about-text-area {
    max-width: 550px;
  }
  .hap-service-scroll-text-area h2 {
    font-size: 65px;
  }
  .hap-service-scroll-text-area h2 .scroller_item_1 li {
    top: -20px;
  }
  .hap-service-scroll-text-area h2 .scroller_item_1.text_scroller_3 {
    max-width: 600px;
  }
}
@media screen and (max-width: 1150px) {
  .hap-pricing-list-area {
    padding: 50px 40px 45px;
  }
  .hap-faq-accordion-area .hap-section-title h2 {
    font-size: 60px;
  }
  .hap-topic-item .inner-text a {
    font-size: 18px;
  }
  .hap-topic-item {
    margin: 0px 10px;
  }
  .hap-banner-content .hap-banner-image {
    right: -210px;
  }
  .hap-sponsor-content .hap-section-title h2 {
    font-size: 25px;
  }
  .hap-about-img-area {
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 50px;
    position: relative !important;
  }
  .hap-about-text-wrapper {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .hap-about-section {
    padding-top: 120px;
  }
  .hap-counter-item h3 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .hap-header-top-area {
    display: none;
  }
  .hap-header-menu-navigation .main-navigation li {
    margin: 0px 15px;
  }
  .hap-header-menu-navigation {
    padding: 20px 30px;
  }
  .hap-banner-content .hap-banner-image {
    display: none !important;
  }
  .hap-banner-content .hap-banner-text {
    max-width: 100%;
    padding: 0px 15px;
    text-align: center;
  }
  .hap-banner-content .hap-banner-text .hap-section-title p {
    margin: 0 auto;
  }
  .hap-banner-content {
    padding: 250px 0px 150px;
  }
  .hap-sponsor-content {
    margin-top: 0;
    border-radius: 0;
    padding-left: 15px;
  }
  .hap-banner-section:before,
  .hap-service-section:before, .hap-service-section:after,
  .hap-skill-faq-section:before, .hap-skill-faq-section:after,
  .hap-team-section:before, .hap-team-section:after,
  .hap-testimonial-section:before, .hap-testimonial-section:after {
    display: none;
  }
  .hap-service-scroll-text-area {
    padding: 50px 30px;
  }
  .hap-pricing-list-area li {
    font-size: 18px;
  }
  .hap-pricing-list-area {
    margin-left: 0;
  }
  .hap-header-section.sticky-on .hap-header-menu-navigation {
    padding: 20px 15px;
  }
  .hap-about-section,
  .hap-service-section,
  .hap-pricing-section,
  .hap-skill-faq-section,
  .hap-portfolio-section,
  .hap-team-section,
  .hap-counter-section,
  .hap-testimonial-section,
  .hap-contact-section,
  .hap-topic-section {
    padding: 80px 0px;
  }
  .hap-testimonial-item .testimoial-text-author {
    padding: 65px 90px;
  }
  .hap-testimonial-item .testimoial-text-author {
    max-width: 780px;
  }
  .hap-blog-section {
    padding: 80px 0px 50px;
  }
}
@media screen and (max-width: 991px) {
  .hap-header-menu-navigation .main-navigation {
    display: none;
  }
  .hap-header-menu-navigation .hap-header-cta-btn-grp .search-btn {
    display: none;
  }
  .hap-header-menu-navigation .hap-header-cta-btn-grp .cart-btn {
    margin-right: 45px;
  }
  .hap-header-section .mobile_menu_button {
    top: -70px;
    display: block;
    color: var(--hap-base-color);
  }
  .hap-header-section {
    top: 0;
    background-color: #fff;
  }
  .hap-header-menu-navigation {
    padding: 20px 0px;
  }
  .hap-sponsor-content .hap-section-title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .hap-sponsor-content .hap-section-title h2 {
    font-size: 30px;
  }
  .hap-section-title h2 {
    font-size: 50px;
  }
  .hap-service-item .service-title h3 {
    font-size: 45px;
  }
  .hap-skill-img {
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  .hap-faq-img-wrapper {
    margin: 0 auto;
    max-width: 540px;
    margin-bottom: 40px;
  }
  .hap-counter-item {
    text-align: center;
    margin-bottom: 20px;
  }
  .hap-counter-item:before {
    display: none;
  }
  .hap-testimonial-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hap-testimonial-item .testimoial-img {
    margin-bottom: 30px;
  }
  .hap-testimonial-item .testimoial-img:before,
  .hap-testimonial-item .testimoial-img:after {
    display: none;
  }
  .hap-topic-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hap-topic-item {
    margin-bottom: 30px;
  }
  .hap-footer-widget .menu-widget {
    padding-left: 0;
  }
  .hap-footer-widget {
    margin-bottom: 30px;
  }
  .hap-footer-widget .widget-title {
    margin-bottom: 20px;
  }
  .hap-footer-widget .newslatter-widget {
    padding-left: 0;
  }
  .hap-footer-content {
    padding: 80px 0px;
  }
  .hap-service-item .service-arrow {
    display: none;
  }
  .hap-service-content {
    padding-top: 40px;
  }
}
@media screen and (max-width: 680px) {
  .hap-sponsor-logo-area .sponsor-logo {
    width: 25%;
  }
  .hap-service-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hap-service-item .hap-service-title-icon {
    margin-bottom: 20px;
  }
  .hap-service-scroll-text-area h2 {
    font-size: 30px;
  }
  .hap-service-scroll-text-area h2 .scroller_item_1 li {
    top: 10px;
    font-size: 14px;
  }
  .hap-testimonial-item .testimoial-text-author:before,
  .hap-testimonial-item .testimoial-text-author:after {
    display: none;
  }
  .hap-testimonial-item .testimoial-text-author {
    border-radius: 0;
    padding: 40px 20px;
    background-color: #fff;
  }
  .hap-about-feature-item {
    width: 100%;
  }
  .hap-skill-progress-item .skill-arrow {
    display: none;
  }
  .hap-skill-progress-item .skill-icon-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hap-skill-progress-item .skill-icon {
    margin-bottom: 20px;
  }
  .hap-skill-progress-area {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .hap-section-title h2 {
    font-size: 40px;
  }
  .hap-btn a {
    padding: 15px 25px;
  }
  .hap-sponsor-logo-area .sponsor-logo {
    width: 50%;
  }
  .hap-about-feature-area:before,
  .hap-about-feature-area:after {
    display: none;
  }
  .hap-service-item .service-title h3 {
    font-size: 30px;
  }
  .hap-service-item .service-category a {
    padding: 8px 20px;
  }
  .hap-service-scroll-text-area h2 .scroller_item_1 {
    margin: 0px 5px;
  }
  .hap-pricing-tab-img-price .plan-price-title .plan-price h4 {
    font-size: 18px;
  }
  .hap-pricing-tab-img-price .plan-price-title .plan-price {
    margin-right: 15px;
  }
  .hap-pricing-tab-img-price .plan-price-title .price-plan-title h3 {
    font-size: 22px;
  }
  .hap-pricing-tab-img-price .plan-price-title .plan-price {
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 0;
  }
  .hap-faq-accordion-area .hap-section-title h2 {
    font-size: 40px;
  }
  .hap-faq-img-wrapper .hap-faq-img2 {
    width: 50%;
  }
  .hap-service-item .service-title span {
    font-size: 16px;
  }
  .hap-service-scroll-text-area h2 {
    font-size: 20px;
  }
  .hap-service-scroll-text-area h2 .scroller_item_1 li {
    top: 18px;
  }
  .hap-service-scroll-text-area h2 img {
    display: none;
  }
  .hap-team-item .team-img:before {
    height: 80%;
  }
  .hap-footer-widget .tranding-service li a {
    width: 85px;
  }
}
@media screen and (max-width: 380px) {
  .hap-banner-content {
    padding: 200px 0px 150px;
  }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
  --clr-common-black: #222222;
  --clr-common-black-soft: #0D0D0D;
  --clr-common-black-deep: #000000;
  --clr-body-heading: #00071A;
  --clr-body-text-white: #ffffff;
  --clr-body-text: #4D515F;
  --clr-color-blue: #000A30;
  --clr-hover-primary: #FF7425;
  --clr-theme-primary: #FF7425;
  --clr-bg-primary: #FF7425;
  --clr-bg-white: #ffffff;
  --clr-bg-gray: #171717;
}

/********************* Inner Pages **************************/
/*Breadcrumb area*/
/*----------------------------------------------------*/
.bi-bredcrumbs-section {
  z-index: 1;
}
.bi-bredcrumbs-section .background_overlay {
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 35, 43, 0.9)), to(rgba(22, 35, 43, 0.9)));
  background: linear-gradient(0deg, rgba(22, 35, 43, 0.9) 0%, rgba(22, 35, 43, 0.9) 100%);
}

.bi-breadcrumbs-content {
  padding: 250px 0px 80px;
}
.bi-breadcrumbs-content h2 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  padding-bottom: 40px;
}
.bi-breadcrumbs-content ul {
  padding: 18px 30px;
  border-radius: 10px;
  display: inline-block;
  font-family: var(--heading);
  border: 1px solid var(--base-color);
  background: rgba(255, 56, 56, 0.1);
}
.bi-breadcrumbs-content ul li {
  font-weight: 700;
  margin-right: 40px;
  position: relative;
  color: var(--base-color);
}
.bi-breadcrumbs-content ul li a {
  color: #fff;
}
.bi-breadcrumbs-content ul li:last-child {
  margin-right: 0;
}
.bi-breadcrumbs-content ul li:last-child:before {
  display: none;
}
.bi-breadcrumbs-content ul li:before {
  top: 4px;
  width: 24px;
  content: "";
  height: 24px;
  right: -35px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/icon/left-arrow.svg);
}

/*---------------------------------------------------- */
/*About Page area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Service Page area*/
/*----------------------------------------------------*/
.bi-service-feed-content {
  padding-top: 45px;
}

.bi-service-feed-item {
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 70px 30px 45px;
  background: rgba(14, 14, 14, 0.01999);
}
.bi-service-feed-item:before {
  width: 0;
  height: 0;
  bottom: 0;
  z-index: -1;
  left: -50px;
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 300px solid rgba(255, 56, 56, 0.3);
  border-right: 390px solid transparent;
}
.bi-service-feed-item .hover_img {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-service-feed-item .hover_img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 35, 43, 0.6)), to(rgba(22, 35, 43, 0.6)));
  background: linear-gradient(0deg, rgba(22, 35, 43, 0.6) 0%, rgba(22, 35, 43, 0.6) 100%);
}
.bi-service-feed-item .serial-number {
  top: 10px;
  right: 20px;
  color: #16232B;
  font-size: 70px;
  font-weight: 700;
  font-family: var(--heading);
  opacity: 0.1000000015;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #16232B;
}
.bi-service-feed-item .service-icon {
  z-index: 1;
  margin-bottom: 15px;
}
.bi-service-feed-item .service-icon:before {
  z-index: -1;
  top: -10px;
  left: -10px;
  width: 68px;
  content: "";
  height: 68px;
  position: absolute;
  border-radius: 100%;
  opacity: 0.0500000007;
  background-color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-service-feed-item .service-icon i {
  font-size: 70px;
  line-height: 0.75;
  color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-service-feed-item .service-text h3 {
  color: #0E0E0E;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.bi-service-feed-item .service-text p {
  color: #555;
  font-size: 16px;
  padding-bottom: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-service-feed-item .service-text .read_more {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: var(--base-color);
  background-color: rgba(255, 56, 56, 0.05);
}
.bi-service-feed-item:hover:before {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.bi-service-feed-item:hover .serial-number {
  opacity: 0.5;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.bi-service-feed-item:hover .service-icon:before {
  opacity: 1;
}
.bi-service-feed-item:hover .service-icon i {
  color: #fff;
}
.bi-service-feed-item:hover .hover_img {
  opacity: 1;
  visibility: visible;
}
.bi-service-feed-item:hover .service-text h3 {
  color: #fff;
}
.bi-service-feed-item:hover .service-text p {
  color: #fff;
}
.bi-service-feed-item:hover .read_more {
  color: #fff;
  background-color: var(--base-color);
}

.service-portfolio {
  background-color: rgba(22, 35, 43, 0.05);
}

/*---------------------------------------------------- */
/*Service Details Page area*/
/*----------------------------------------------------*/
.bi-service-details-text-area {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(22, 35, 43, 0.1);
}
.bi-service-details-text-area .bi-service-details-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
.bi-service-details-text-area .bi-service-details-text h3, .bi-service-details-text-area .bi-service-details-text h4 {
  color: #0E0E0E;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 30px;
}
.bi-service-details-text-area .bi-service-details-text p {
  padding-bottom: 25px;
}
.bi-service-details-text-area .bi-service-details-text h4 {
  font-size: 30px;
  padding-bottom: 20px;
}
.bi-service-details-text-area .bi-service-details-feature .service-star {
  left: 0;
  right: 0;
  top: 46%;
  z-index: -1;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bi-service-details-text-area .bi-sd-feature {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #F3F4F4;
}
.bi-service-details-text-area .bi-sd-feature .bi-sd-icon-title .inner-icon {
  margin-right: 15px;
}
.bi-service-details-text-area .bi-sd-feature .bi-sd-icon-title .inner-icon i {
  font-size: 42px;
  line-height: 0.75;
  color: var(--base-color);
}
.bi-service-details-text-area .bi-sd-feature .bi-sd-icon-title .inner-title h4 {
  color: #0E0E0E;
  font-size: 20px;
  font-weight: 700;
}
.bi-service-details-text-area .bi-sd-feature .bi-sd-feature-text {
  font-size: 16px;
}
.bi-service-details-text-area .bi-faq-content-area {
  padding: 0;
  max-width: 100%;
  padding-top: 30px;
  background-color: transparent;
}

.bi-single-sidebar {
  top: 110px;
  position: sticky;
  padding-left: 15px;
}

.bi-sidebar-widget {
  margin-bottom: 30px;
}
.bi-sidebar-widget .widget-title {
  font-size: 24px;
  font-weight: 600;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
  color: rgb(0, 0, 0);
}
.bi-sidebar-widget .widget-title:before {
  left: 0;
  top: 10px;
  height: 4px;
  width: 30px;
  content: "";
  border-radius: 30px;
  position: absolute;
  background-color: var(--base-color);
}
.bi-sidebar-widget .widget-area {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(22, 35, 43, 0.1);
}
.bi-sidebar-widget .search-widget input {
  color: #000;
  width: 100%;
  border: none;
  height: 60px;
  padding-left: 15px;
  border-radius: 5px;
  background: rgba(22, 35, 43, 0.05);
}
.bi-sidebar-widget .search-widget input::-webkit-input-placeholder {
  color: #555555;
  font-family: var(--heading);
}
.bi-sidebar-widget .search-widget input::-moz-placeholder {
  color: #555555;
  font-family: var(--heading);
}
.bi-sidebar-widget .search-widget input:-ms-input-placeholder {
  color: #555555;
  font-family: var(--heading);
}
.bi-sidebar-widget .search-widget input::-ms-input-placeholder {
  color: #555555;
  font-family: var(--heading);
}
.bi-sidebar-widget .search-widget input::placeholder {
  color: #555555;
  font-family: var(--heading);
}
.bi-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  color: #fff;
  width: 60px;
  border: none;
  height: 60px;
  border: none;
  border-radius: 5px;
  position: absolute;
  background-color: var(--base-color);
}
.bi-sidebar-widget .service-widget li {
  margin-bottom: 10px;
}
.bi-sidebar-widget .service-widget li:last-child {
  margin-bottom: 0;
}
.bi-sidebar-widget .service-widget li a {
  width: 100%;
  color: #0E0E0E;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  font-family: var(--heading);
  background-color: rgba(22, 35, 43, 0.05);
}
.bi-sidebar-widget .service-widget li a:after {
  top: 0;
  left: 0;
  width: 10px;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(255, 56, 56, 0.105);
}
.bi-sidebar-widget .service-widget li a:before {
  top: 12px;
  right: 15px;
  color: #fff;
  width: 35px;
  height: 35px;
  content: "\f176";
  font-weight: 300;
  position: absolute;
  text-align: center;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
  background-color: var(--base-color);
}
.bi-sidebar-widget .service-widget li a:hover {
  color: #fff;
  background-color: var(--base-color);
}
.bi-sidebar-widget .service-widget li a:hover:after {
  background-color: #fff;
}
.bi-sidebar-widget .service-widget li a:hover:before {
  color: var(--base-color);
  background-color: #fff;
}
.bi-sidebar-widget .add-widget {
  overflow: hidden;
  padding: 60px 40px;
  border-radius: 10px;
  background-color: transparent;
}
.bi-sidebar-widget .add-widget .add-widget-area .add-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 100%;
  border: 5px solid var(--base-color);
}
.bi-sidebar-widget .add-widget .add-widget-area .add-icon i {
  color: var(--base-color);
}
.bi-sidebar-widget .add-widget .add-widget-area .add-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
}
.bi-sidebar-widget .add-widget .add-widget-area .add-text p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--heading);
}
.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item {
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #F3F4F4;
}
.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-img {
  width: 83px;
  height: 83px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 5px;
}
.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-text {
  max-width: 215px;
}
.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-text span {
  font-size: 12px;
  font-weight: 700;
  color: var(--base-color);
}
.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-text h3 {
  color: #1F1F1F;
  font-size: 18px;
  font-weight: 700;
}
.bi-sidebar-widget .recent-post-widget .bi-recent-blog-item .bi-recent-blog-text h3:hover {
  color: var(--base-color);
}
.bi-sidebar-widget .tag-widget a {
  color: #505050;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 5px;
  border-radius: 5px;
  background: #F3F4F4;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--heading);
}
.bi-sidebar-widget .tag-widget a:hover {
  color: #fff;
  background-color: var(--base-color);
}

/*---------------------------------------------------- */
/*Team Details Page area*/
/*----------------------------------------------------*/
.bi-team-details-img-social {
  top: 110px;
  margin-bottom: 40px;
  position: sticky;
}
.bi-team-details-img-social .bi-team-details-img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}
.bi-team-details-img-social .bi-team-details-name-social {
  font-family: var(--heading);
}
.bi-team-details-img-social .bi-team-details-name-social h3 {
  color: #0E0E0E;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 10px;
}
.bi-team-details-img-social .bi-team-details-name-social span {
  font-size: 22px;
  color: var(--base-color);
}
.bi-team-details-img-social .bi-team-details-name-social .bi-team-details-social {
  margin-top: 20px;
}
.bi-team-details-img-social .bi-team-details-name-social .bi-team-details-social a {
  z-index: 1;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0px 10px;
  position: relative;
  -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 rgba(22, 35, 43, 0.1);
}
.bi-team-details-img-social .bi-team-details-name-social .bi-team-details-social a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--gradient-color);
}
.bi-team-details-img-social .bi-team-details-name-social .bi-team-details-social a:hover {
  color: #fff;
  background-color: var(--base-color);
  border: 1px solid var(--base-color);
}
.bi-team-details-img-social .bi-team-details-name-social .bi-team-details-social a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bi-team-details-text-content {
  padding-left: 20px;
}
.bi-team-details-text-content h3 {
  color: #0E0E0E;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 20px;
}
.bi-team-details-text-content p {
  padding-bottom: 20px;
}
.bi-team-details-text-content .bi-team-details-info {
  margin-bottom: 25px;
}
.bi-team-details-text-content .bi-team-details-info li {
  color: #0E0E0E;
  margin-bottom: 10px;
  font-family: var(--heading);
}
.bi-team-details-text-content .bi-team-details-info .info-title {
  width: 125px;
  font-weight: 600;
  display: inline-block;
}
.bi-team-details-text-content .bi-team-details-info .info-value {
  color: #555555;
  font-weight: 500;
}

.bi-team-details-contact-info {
  margin-top: 50px;
  border-radius: 20px;
  background-color: rgba(247, 247, 247, 0.05);
}
.bi-team-details-contact-info .bi-team-details-contact-title h3 {
  color: #0E0E0E;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bi-team-details-contact-info .bi-team-details-contact-title p {
  font-weight: 500;
}

.bi-team-details-contact-form {
  padding: 40px;
  margin-top: 30px;
  border-radius: 20px;
  border: 1px solid rgba(22, 35, 43, 0.1);
}
.bi-team-details-contact-form input, .bi-team-details-contact-form textarea {
  width: 100%;
  height: 62px;
  border: none;
  color: #555;
  padding-left: 20px;
  margin-bottom: 25px;
  border-radius: 5px;
  font-family: var(--heading);
  background: rgba(22, 35, 43, 0.05);
}
.bi-team-details-contact-form input::-webkit-input-placeholder, .bi-team-details-contact-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #555;
  font-family: var(--heading);
}
.bi-team-details-contact-form input::-moz-placeholder, .bi-team-details-contact-form textarea::-moz-placeholder {
  font-size: 14px;
  color: #555;
  font-family: var(--heading);
}
.bi-team-details-contact-form input:-ms-input-placeholder, .bi-team-details-contact-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #555;
  font-family: var(--heading);
}
.bi-team-details-contact-form input::-ms-input-placeholder, .bi-team-details-contact-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #555;
  font-family: var(--heading);
}
.bi-team-details-contact-form input::placeholder, .bi-team-details-contact-form textarea::placeholder {
  font-size: 14px;
  color: #555;
  font-family: var(--heading);
}
.bi-team-details-contact-form textarea {
  padding-top: 20px;
  height: 178px;
}
.bi-team-details-contact-form button {
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: var(--heading);
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-color: var(--base-color);
}
.bi-team-details-contact-form button:hover {
  background-color: #000000;
}

/*---------------------------------------------------- */
/*Testimonial Page area*/
/*----------------------------------------------------*/
.bi-testimonial-feed-content {
  padding-top: 50px;
}

.bi-testimonial-feed-item {
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.05);
}
.bi-testimonial-feed-item .testimonial-ratting {
  margin-bottom: 25px;
}
.bi-testimonial-feed-item .testimonial-ratting li {
  color: #FF7425;
  font-size: 20px;
}
.bi-testimonial-feed-item .testimonial-desc {
  color: #16232B;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: var(--heading);
}
.bi-testimonial-feed-item .testimonial-author h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
  color: var(--base-color);
}
.bi-testimonial-feed-item .testimonial-author span {
  font-weight: 600;
}
.bi-testimonial-feed-item:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

/*---------------------------------------------------- */
/*faq Page area*/
/*----------------------------------------------------*/
.bi-faq-feed-content {
  padding-top: 50px;
}

/*---------------------------------------------------- */
/*Portfolio Page area*/
/*----------------------------------------------------*/
.bi-portfolio-feed-top-content .bi-section-title-3 h2 {
  color: #0E0E0E;
}
.bi-portfolio-feed-top-content .bi-portfolio-filter-btn li {
  font-size: 14px;
}

.bi-portfolio-feed-section .bi-portfolio-feed-item-wrapper {
  margin: 50px -15px;
}
.bi-portfolio-feed-section .bi-portfolio-item-3 {
  padding: 15px;
}
.bi-portfolio-feed-section .bi-portfolio-img-text-3 .portfolio-img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.bi-portfolio-feed-section .bi-portfolio-img-text-3 .porfolio-icon {
  width: 70px;
  height: 70px;
  font-size: 24px;
}
.bi-portfolio-feed-section .bi-portfolio-img-text-3:hover .porfolio-icon {
  top: 40%;
}
.bi-portfolio-feed-section .bi-portfolio-img-text-3 .portfolio-text {
  padding: 20px 30px;
}

.bi-portfolio-sidebar {
  top: 110px;
  position: sticky;
}

/*---------------------------------------------------- */
/*Portfolio Details Page area*/
/*----------------------------------------------------*/
.bi-portfolio-details-img {
  overflow: hidden;
  border-radius: 10px;
}

.bi-portfolio-details-img {
  margin-bottom: 40px;
}

.bi-portfolio-details-content h3, .bi-portfolio-details-content h4 {
  color: #0E0E0E;
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 25px;
}
.bi-portfolio-details-content h4 {
  font-size: 30px;
}
.bi-portfolio-details-content p {
  padding-bottom: 25px;
}
.bi-portfolio-details-content .bi-port-detail-img {
  overflow: hidden;
  border-radius: 10px;
}

.bi-portfolio-details-list {
  margin-bottom: 50px;
}
.bi-portfolio-details-list li {
  font-size: 18px;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.bi-portfolio-details-list li:last-child {
  margin-bottom: 0;
}
.bi-portfolio-details-list li:before {
  top: 0;
  left: 0;
  content: "\f058";
  font-weight: 400;
  position: absolute;
  color: var(--base-color);
  font-family: "Font Awesome 5 Pro";
}

.bi-portfolio-sidebar {
  border-radius: 10px;
  padding: 30px 30px 25px;
  background-color: #16232B;
}
.bi-portfolio-sidebar h3 {
  color: #fff;
  font-size: 26px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.bi-portfolio-sidebar li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.bi-portfolio-sidebar li span {
  display: block;
}
.bi-portfolio-sidebar li .title {
  color: #fff;
  font-weight: 600;
  font-family: var(--heading);
}
.bi-portfolio-sidebar li .info {
  font-size: 16px;
  font-family: var(--heading);
  color: rgba(255, 255, 255, 0.8);
}
.bi-portfolio-sidebar .portfolio-social a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px;
  -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 var(--base-color);
}
.bi-portfolio-sidebar .portfolio-social a:hover {
  color: #fff;
  background-color: var(--base-color);
}

/*---------------------------------------------------- */
/*Blog Page area*/
/*----------------------------------------------------*/
.bi-blog-feed-content-2 {
  padding-top: 50px;
}

.bi-blog-feed-item-2 {
  margin: 0 auto;
  max-width: 390px;
  margin-bottom: 40px;
}
.bi-blog-feed-item-2 .blog-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.bi-blog-feed-item-2 .blog-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-blog-feed-item-2 .blog-meta {
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  border: 2px solid #fff;
  border-left: none;
  font-family: var(--heading);
  background-color: var(--base-color);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.bi-blog-feed-item-2 .blog-meta i {
  margin-right: 5px;
}
.bi-blog-feed-item-2 .blog-text h3 {
  color: #0E0E0E;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.bi-blog-feed-item-2 .blog-text p {
  font-size: 16px;
}
.bi-blog-feed-item-2:hover .blog-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.bi-blog-feed-item-3 {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid rgba(22, 35, 43, 0.1);
}
.bi-blog-feed-item-3 .blog-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.bi-blog-feed-item-3 .blog-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-blog-feed-item-3 .blog-meta {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  display: inline-block;
  border: 2px solid #fff;
  border-left: none;
  font-family: var(--heading);
  background-color: var(--base-color);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.bi-blog-feed-item-3 .blog-meta i {
  margin-right: 5px;
}
.bi-blog-feed-item-3 .blog-text {
  margin-top: 20px;
}
.bi-blog-feed-item-3 .blog-text h3 {
  color: #0E0E0E;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.bi-blog-feed-item-3 .blog-author-more {
  margin-top: 20px;
  padding: 17px 20px;
  border-radius: 10px;
  background-color: rgba(22, 35, 43, 0.05);
}
.bi-blog-feed-item-3 .blog-author-more .blog-author {
  max-width: 215px;
}
.bi-blog-feed-item-3 .blog-author-more .blog-author .inner-img {
  width: 52px;
  height: 52px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}
.bi-blog-feed-item-3 .blog-author-more .blog-author .inner-text {
  color: #0E0E0E;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--heading);
}
.bi-blog-feed-item-3 .blog-author-more .blog-more a {
  font-weight: 600;
  color: var(--base-color);
  font-family: var(--heading);
}
.bi-blog-feed-item-3 .blog-author-more .blog-more a i {
  margin-left: 5px;
}
.bi-blog-feed-item-3:hover .blog-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*---------------------------------------------------- */
/*Blog Details Page area*/
/*----------------------------------------------------*/
.bi-blog-details-content {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(22, 35, 43, 0.1);
}

.bi-blog-details-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}

.bi-blog-details-meta {
  margin-bottom: 35px;
}
.bi-blog-details-meta ul {
  padding: 8px 20px;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid var(--base-color);
}
.bi-blog-details-meta li {
  color: #0E0E0E;
  font-size: 15px;
  font-weight: 500;
  margin: 0px 15px;
  font-family: var(--heading);
}
.bi-blog-details-meta li i {
  color: var(--base-color);
  margin-right: 8px;
}

.bi-blog-details-text-area h3, .bi-blog-details-text-area h4 {
  color: #0E0E0E;
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 25px;
}
.bi-blog-details-text-area h4 {
  font-size: 30px;
}
.bi-blog-details-text-area p {
  font-weight: 400;
  padding-bottom: 20px;
}
.bi-blog-details-text-area blockquote {
  margin-bottom: 30px;
  padding: 20px 53px 20px 20px;
  border-radius: 0px 150px 150px 0px;
  background: rgba(255, 56, 56, 0.1);
}
.bi-blog-details-text-area blockquote .inner-img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin-right: 25px;
  border-radius: 100%;
}
.bi-blog-details-text-area blockquote .inner-text {
  font-size: 20px;
  max-width: 525px;
  color: var(--base-color);
  font-family: var(--heading);
}
.bi-blog-details-text-area .bi-portfolio-details-list-img {
  margin-top: 20px;
}

.bi-blog-share-tag {
  margin: 30px 0px 40px;
}
.bi-blog-share-tag span {
  color: #0E0E0E;
  font-size: 22px;
  font-weight: 700;
  margin-right: 20px;
  font-family: var(--heading);
}
.bi-blog-share-tag .bi-blog-tag a {
  color: #0E0E0E;
  font-size: 15px;
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 5px;
  display: inline-block;
  background: #F3F4F4;
}
.bi-blog-share-tag .bi-blog-tag a:hover {
  color: #fff;
  background-color: var(--base-color);
}
.bi-blog-share-tag .bi-blog-share a {
  color: #555555;
  font-size: 18px;
  line-height: 34px;
  margin-left: 10px;
  text-align: center;
  border-radius: 100%;
}
.bi-blog-share-tag .bi-blog-share a:hover {
  color: var(--base-color);
}

.bi-blog-details-author {
  padding: 30px;
  border-radius: 20px;
  background: #F3F4F4;
}
.bi-blog-details-author .admin-title-social {
  margin-bottom: 15px;
}
.bi-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100%;
}
.bi-blog-details-author .inner-text {
  max-width: 560px;
}
.bi-blog-details-author .inner-text h4 {
  color: #0E0E0E;
  font-size: 24px;
  font-weight: 700;
}
.bi-blog-details-author .inner-social a {
  margin-left: 15px;
}
.bi-blog-details-author .inner-social a:hover {
  color: var(--base-color);
}

.bi-project-next-prev-btn {
  margin: 30px 0px;
}
.bi-project-next-prev-btn a {
  color: #0E0E0E;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--heading);
}
.bi-project-next-prev-btn a:hover {
  color: var(--base-color);
}

.bi-comment-list-wrap h3 {
  color: #0E0E0E;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 35px;
}
.bi-comment-list-wrap .bi-comment-item {
  border-bottom: 1px solid rgba(2, 6, 38, 0.1);
}
.bi-comment-list-wrap .bi-comment-item .bi-comment-img {
  width: 78px;
  height: 78px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 100%;
}
.bi-comment-list-wrap .bi-comment-item .bi-comment-text {
  max-width: 595px;
}
.bi-comment-list-wrap .bi-comment-item .bi-comment-text .author-name-date span {
  display: block;
  font-family: var(--heading);
}
.bi-comment-list-wrap .bi-comment-item .bi-comment-text .author-name-date .cm-name {
  color: #0E0E0E;
  font-size: 22px;
  font-weight: 700;
}
.bi-comment-list-wrap .bi-comment-item .bi-comment-text .author-name-date .cm-date {
  font-size: 15px;
  color: var(--base-color);
}
.bi-comment-list-wrap .bi-comment-item .bi-comment-text p {
  color: #0E0E0E;
  line-height: 30px;
  max-width: 850px;
  padding: 15px 0px 20px;
}
.bi-comment-list-wrap .bi-comment-item .bi-like-reply {
  top: 0;
  right: 0;
  font-weight: 500;
}
.bi-comment-list-wrap .bi-comment-item .bi-like-reply a {
  font-size: 17px;
  color: var(--base-color);
  font-family: var(--heading);
}
.bi-comment-list-wrap .children-comment {
  padding-left: 90px;
  padding-top: 40px;
  margin-bottom: 40px;
}

.bi-blog-details-section .bi-team-details-contact-info {
  padding: 40px;
  border-radius: 10px;
  background-color: rgb(243, 244, 244);
}
.bi-blog-details-section .bi-team-details-contact-form {
  padding: 0;
  border: none;
}
.bi-blog-details-section .bi-team-details-contact-form input, .bi-blog-details-section .bi-team-details-contact-form textarea {
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Career Details Page area*/
/*----------------------------------------------------*/
.bi-career-details-text-area {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgba(22, 35, 43, 0.1);
}
.bi-career-details-text-area .bi-career-details-img {
  border-radius: 10px;
  margin-bottom: 40px;
}
.bi-career-details-text-area ul {
  margin-bottom: 30px;
}
.bi-career-details-text-area li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.bi-career-details-text-area li:before {
  left: 0;
  top: 10px;
  width: 16px;
  content: "";
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/logo/check.png);
}
.bi-career-details-text-area .salary-limit {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.bi-career-details-text-area .bi-btn-3 a {
  padding: 13px 18px;
}

/*---------------------------------------------------- */
/*Job Apply Page area*/
/*----------------------------------------------------*/
.bi-job-apply-section .bi-team-details-contact-info {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1010px;
}
.bi-job-apply-section .bi-team-details-contact-form .upload-cv h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bi-job-apply-section .bi-team-details-contact-form .upload-cv input {
  width: inherit;
  padding-left: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
}

/*---------------------------------------------------- */
/*Contact Page area*/
/*----------------------------------------------------*/
.bi-contact-info-content {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(22, 35, 43, 0.1);
}

.bi-contact-info-item {
  z-index: 1;
  overflow: hidden;
  padding: 40px 50px;
}
.bi-contact-info-item .info-bg {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.bi-contact-info-item .info-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 35, 43, 0.95)), to(rgba(22, 35, 43, 0.95)));
  background: linear-gradient(0deg, rgba(22, 35, 43, 0.95) 0%, rgba(22, 35, 43, 0.95) 100%);
}
.bi-contact-info-item .inner-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  border-radius: 100%;
  background-color: var(--base-color);
}
.bi-contact-info-item .inner-text h3 {
  color: #0E0E0E;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-contact-info-item .inner-text a {
  color: #555555;
  display: block;
  font-weight: 400;
  padding-bottom: 5px;
}
.bi-contact-info-item:hover .info-bg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.bi-contact-info-item:hover .inner-text h3, .bi-contact-info-item:hover .inner-text a {
  color: #fff;
}

.bi-contact-form-section {
  padding-bottom: 100px;
}

.bi-contact-map-content .bi-team-details-contact-info {
  margin-top: 0;
  max-width: 685px;
  margin-left: 45px;
}
.bi-contact-map-content .bi-team-details-contact-form {
  padding: 0;
  border: none;
}
.bi-contact-map-content .bi-section-title-1 h2 {
  font-size: 40px;
  padding-bottom: 15px;
}

/*---------------------------------------------------- */
/*Coming soon area*/
/*----------------------------------------------------*/
.bi-coming-soon-section {
  padding-bottom: 100px;
}

.bi-coming-soon-section .brand-logo {
  max-width: 135px;
  padding: 30px 0px;
}

.coming-soon__countdown .single {
  width: 230px;
  height: 195px;
  margin: 0px 11px;
  padding-top: 40px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.coming-soon__countdown .single h1 {
  font-size: 55px;
  font-weight: 800;
  color: var(--base-color);
}
.coming-soon__countdown .single p {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  font-family: var(--heading);
}

.bi-coming-soon-subscription {
  margin: 0 auto;
  max-width: 555px;
  margin-top: 40px;
}
.bi-coming-soon-subscription input {
  color: #fff;
  width: 100%;
  height: 72px;
  border: none;
  padding-left: 15px;
  border-radius: 5px;
  font-family: var(--heading);
  background: rgba(255, 255, 255, 0.1);
}
.bi-coming-soon-subscription button {
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  height: 72px;
  font-weight: 600;
  padding: 0px 30px;
  position: absolute;
  border-radius: 10px;
  font-family: var(--heading);
  text-transform: uppercase;
  background: var(--base-color);
}

.coming-soon-socail {
  margin-top: 50px;
}
.coming-soon-socail li a {
  color: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 10px;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coming-soon-socail li a:hover {
  border: 1px solid var(--base-color);
  background-color: var(--base-color);
}

/*---------------------------------------------------- */
/*Privacy Policy area*/
/*----------------------------------------------------*/
.bi-privacy-policy-section h2,
.bi-terms-condition-section h2 {
  color: #0E0E0E;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}

.bi-privacy-policy-content,
.bi-terms-condition-content {
  margin-top: 50px;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(22, 35, 43, 0.1);
}
.bi-privacy-policy-content h3,
.bi-terms-condition-content h3 {
  color: #0E0E0E;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
}
.bi-privacy-policy-content p,
.bi-terms-condition-content p {
  padding-bottom: 20px;
}
.bi-privacy-policy-content ul,
.bi-terms-condition-content ul {
  margin-bottom: 20px;
}
.bi-privacy-policy-content li,
.bi-terms-condition-content li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.bi-privacy-policy-content li:before,
.bi-terms-condition-content li:before {
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: #0E0E0E;
}

.bi-terms-condition-content ul {
  padding: 30px;
  border-radius: 20px;
  background-color: rgba(22, 35, 43, 0.05);
}
.bi-terms-condition-content li:before {
  background-color: var(--base-color);
}

/*---------------------------------------------------- */
/*Career area*/
/*----------------------------------------------------*/
.bi-career-section {
  background-color: rgba(22, 35, 43, 0.05);
}

.bi-career-content {
  padding-top: 50px;
}

.bi-career-item {
  padding: 25px 0px 40px;
}
.bi-career-item .inner-icon {
  z-index: 1;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 100%;
  background-color: #fff;
  background-color: rgb(33, 207, 209);
}
.bi-career-item .inner-icon:before {
  top: 50%;
  left: 0;
  right: 0;
  width: 90px;
  z-index: -1;
  content: "";
  height: 90px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bi-career-item .inner-text {
  margin: 0 auto;
  max-width: 220px;
}
.bi-career-item .inner-text h3 {
  color: #0E0E0E;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bi-career-item .inner-text p {
  font-size: 16px;
}

.bi-career-feed-section {
  padding: 100px 0px;
}

.bi-career-feed-content {
  padding-top: 50px;
}

.bi-career-feed-item {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px 20px 15px 15px;
  background-color: rgba(22, 35, 43, 0.05);
}
.bi-career-feed-item .inner-img {
  width: 152px;
  height: 152px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 10px;
}
.bi-career-feed-item .inner-text {
  max-width: 770px;
}
.bi-career-feed-item .inner-text h3 {
  color: #0E0E0E;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.bi-career-feed-item .inner-text p {
  padding-top: 10px;
}
.bi-career-feed-item .inner-text li {
  font-size: 15px;
  margin-right: 20px;
}
.bi-career-feed-item .inner-text li:last-child {
  margin-right: 20px;
}
.bi-career-feed-item .inner-text li i {
  color: var(--base-color);
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.bi-footer-cta {
  z-index: 1;
}
.bi-footer-cta:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 50%;
  position: absolute;
  background-color: #fff;
}
.bi-footer-cta.black-footer:before {
  background-color: #070506;
}

.bi-footer-cta-content {
  overflow: hidden;
  padding: 65px 105px;
  border-radius: 10px;
}
.bi-footer-cta-content .bi-footer-cta-text {
  max-width: 345px;
}
.bi-footer-cta-content .bi-footer-cta-text h3 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.222;
}

.bi-footer-widget-content {
  padding: 90px 0px 50px;
}

.bi-footer-widget {
  margin-bottom: 40px;
}
.bi-footer-widget .widget-title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 23px;
  display: inline-block;
}
.bi-footer-widget .widget-title:before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  background-color: #fff;
}
.bi-footer-widget .about-widget {
  max-width: 440px;
}
.bi-footer-widget .about-widget h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 12px;
}
.bi-footer-widget .about-widget p {
  color: #d4d4d4;
}
.bi-footer-widget .menu-widget li {
  margin-bottom: 8px;
}
.bi-footer-widget .menu-widget li a {
  color: #e3e3e3;
  font-size: 15px;
  position: relative;
}
.bi-footer-widget .menu-widget li a:before {
  left: 0;
  bottom: 0;
  right: 0;
  width: 0%;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  background-color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-footer-widget .menu-widget li a:hover {
  color: var(--base-color);
}
.bi-footer-widget .menu-widget li a:hover:before {
  width: 100%;
}

.bi-footer-social-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #313131;
}
.bi-footer-social-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bi-footer-social-content ul li {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  font-family: var(--heading);
}
.bi-footer-social-content ul li i {
  font-size: 17px;
  margin-right: 8px;
}
.bi-footer-social-content ul li a:hover {
  color: var(--base-color);
}

.bi-footer-logo {
  padding: 30px 0px;
  border-bottom: 1px solid #313131;
}
.bi-footer-logo .logo-mail {
  color: #fff;
  font-size: 30px;
  padding-top: 10px;
}

.bi-footer-copyright {
  padding: 15px 0;
  font-size: 14px;
  color: var(--base-color);
  font-family: var(--heading);
}

.bi-footer-section-2 {
  background-color: #0e0f19;
}

.bi-footer-cta-content-2 {
  padding: 50px 0px;
  border-bottom: 1px solid #1f2031;
}
.bi-footer-cta-content-2 .bi-footer-cta-social-area {
  width: 50%;
  padding-right: 65px;
}
.bi-footer-cta-content-2 .bi-footer-cta-text .inner-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #fff;
}
.bi-footer-cta-content-2 .bi-footer-cta-text .inner-icon i {
  color: var(--base-color);
}
.bi-footer-cta-content-2 .bi-footer-cta-text .inner-text span, .bi-footer-cta-content-2 .bi-footer-cta-text .inner-text a {
  display: block;
}
.bi-footer-cta-content-2 .bi-footer-cta-text .inner-text span {
  font-size: 12px;
  font-weight: 400;
  color: var(--base-color);
}
.bi-footer-cta-content-2 .bi-footer-cta-text .inner-text a {
  color: #f5f9fa;
  font-size: 15px;
  font-weight: 700;
}
.bi-footer-cta-content-2 .bi-footer-cta-social li {
  margin-left: 30px;
}
.bi-footer-cta-content-2 .bi-footer-cta-social li a {
  color: #fff;
  font-size: 15px;
}
.bi-footer-cta-content-2 .bi-footer-cta-social li a:hover {
  color: var(--base-color);
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form {
  width: 50%;
  padding-left: 70px;
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form span {
  color: #f5f9fa;
  font-size: 15px;
  font-weight: 700;
  max-width: 110px;
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form .bi-footer-newslatter {
  width: 100%;
  max-width: 410px;
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form input {
  width: 100%;
  height: 57px;
  border: none;
  font-size: 11px;
  padding-left: 20px;
  border-radius: 30px;
  background-color: #1f2031;
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form input::-webkit-input-placeholder {
  color: #54357d;
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form input::-moz-placeholder {
  color: #54357d;
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form input:-ms-input-placeholder {
  color: #54357d;
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form input::-ms-input-placeholder {
  color: #54357d;
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form input::placeholder {
  color: #54357d;
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form button {
  top: 0;
  right: 0;
  color: #fff;
  height: 57px;
  border: none;
  position: absolute;
  padding: 0px 30px;
  border-radius: 30px;
  background-color: #301256;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-footer-cta-content-2 .bi-footer-newslatter-form button:hover {
  background-color: var(--base-color);
}

.bi-footer-widget-content-2 {
  padding: 70px 0px;
}

.bi-footer-widget-2 .widget-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 32px;
}
.bi-footer-widget-2 .logo-widget .brand-logo {
  padding-bottom: 25px;
}
.bi-footer-widget-2 .logo-widget .logo-info {
  margin-bottom: 30px;
}
.bi-footer-widget-2 .menu-widget {
  padding-left: 100px;
}
.bi-footer-widget-2 .menu-widget li {
  margin-bottom: 18px;
}
.bi-footer-widget-2 .menu-widget li a {
  position: relative;
}
.bi-footer-widget-2 .menu-widget li a:before {
  left: 0;
  top: 10px;
  width: 0px;
  height: 1px;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--base-color);
}
.bi-footer-widget-2 .menu-widget li a:hover {
  padding-left: 22px;
}
.bi-footer-widget-2 .menu-widget li a:hover:hover {
  color: var(--base-color);
}
.bi-footer-widget-2 .menu-widget li a:hover:hover:before {
  width: 15px;
}

.bi-footer-copyright-content-2 {
  color: #fff;
  font-size: 15px;
  padding: 30px 0px;
  border-top: 1px solid #1f2031;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1800px) {
  .bi-service-list-item a {
    margin: 40px 20px;
  }
  .bi-banner-content .banner_img_1 {
    left: 10px;
  }
  .bi-banner-content .banner_img_4 {
    right: 10px;
  }
  .bi-banner-content .banner_img_3 {
    left: 50px;
  }
  .bi-banner-content .banner_img_2 {
    left: 15%;
  }
}
@media screen and (max-width: 1600px) {
  .bi-main-slider-section .bi-carousel-arrow-next-prev .bi-main-button-prev {
    left: 15px;
  }
  .bi-main-slider-section .bi-carousel-arrow-next-prev .bi-main-button-next {
    right: 15px;
  }
  .bi-banner-content .banner_img_3 {
    left: 15px;
  }
  .bi-main-arrow-next-prev {
    padding: 85px 20px;
  }
  .bi-slider-item-3 .bi-slider-text-3 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .bi-header-section.header-style-one .bi-header-content {
    padding: 20px 15px;
  }
  .bi-header-section.header-style-two .bi-header-main-navigation .main-navigation li {
    margin: 0px 20px;
  }
  .bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info {
    margin-left: 20px;
  }
  .bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-area {
    margin-left: 15px;
  }
  .bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info .inner-icon {
    margin-right: 10px;
  }
  .bi-testimonial-content {
    padding-left: 130px;
  }
  .bi-testimonial-thumb {
    left: 0;
  }
  .bi-banner-content .banner_img_2 {
    bottom: 50px;
  }
  .bi-slider-item-3 .bi-slider-text-3 {
    margin-left: 120px;
  }
}
@media screen and (max-width: 1400px) {
  .bi-team-item-3 {
    margin: 0 auto;
  }
  .bi-testimonial-item-3 {
    margin: 0 auto;
  }
  .bi-team-slider-content-3 .bi-team-slider-3,
  .bi-testimonial-content-3 .bi-testimonial-slider-3 {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .bi-main-slide-item .bi-slide-text-area h1 {
    font-size: 90px;
  }
  .bi-main-slide-item .bi-slide-text-area h2 {
    font-size: 70px;
  }
  .bi-service-list-item a {
    font-size: 60px;
  }
  .bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info {
    display: none !important;
  }
  .bi-footer-cta-content-2 .bi-footer-newslatter-form span {
    margin-right: 20px;
  }
  .bi-sponsor-section-3 .sponsor-bg {
    top: -105px;
  }
  .bi-career-feed-item .inner-img-text {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
  .bi-main-slide-item .side-shape {
    display: none;
  }
  .bi-main-slide-item .bi-slide-img-area {
    max-width: 580px;
  }
  .bi-skill-logo-play {
    max-width: 95px;
  }
  .bi-section-title-1 h2 {
    font-size: 60px;
  }
  .bi-banner-content .bi-banner-img {
    display: none;
  }
  .bi-banner-text {
    padding: 270px 0px 170px;
  }
  .bi-key-feature-item {
    padding: 35px 25px;
  }
  .bi-section-title-2 h2 {
    font-size: 40px;
  }
  .bi-portfolio-content-2 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bi-consult-btn-area {
    width: 150px;
    height: 150px;
    margin-right: 15px;
  }
  .bi-consult-btn-area .bi-consult-btn i {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .bi-testimonial-item-2 .bi-testimonial-text {
    max-width: 490px;
  }
  .bi-blog-item-2 .blog-img-area {
    width: auto;
    height: auto;
  }
  .bi-slider-item-3 .bi-slider-img3_2 {
    right: -250px;
  }
  .bi-section-title-3 h2 {
    font-size: 65px;
  }
  .bi-abut-feature-list li {
    padding: 0px 20px;
  }
  .bi-about-text-quote-area {
    padding-top: 90px;
  }
  .bi-about-text-quote-area p {
    padding-bottom: 25px;
  }
  .bi-about-text-quote-area .quote-author {
    margin-bottom: 30px;
  }
  .bi-blog-item-3 {
    margin: 0 auto;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 {
    background-color: #1B1F28;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 1100px) {
  .bi-header-main-navigation .main-navigation li {
    margin: 0px 15px;
  }
  .bi-header-section.header-style-one .bi-header-cta-btn-grp button {
    margin-left: 10px;
  }
  .bi-header-section.header-style-one .bi-header-cta-btn-grp .offcanves-btn {
    margin-left: 20px;
  }
  .bi-skill-logo-text h2 {
    font-size: 30px;
  }
  .bi-header-section.header-style-one .bi-header-social a {
    margin-left: 8px;
  }
  .bi-header-section.header-style-one .bi-header-social {
    margin-left: 20px;
  }
  .bi-header-logo-main-menu .brand-logo {
    max-width: 115px;
  }
  .bi-header-section .dropdown:after {
    top: 2px;
  }
  .bi-header-section.header-style-one .bi-header-cta-btn-grp {
    margin-left: 15px;
  }
  .bi-header-section.header-style-one .bi-header-content {
    padding: 15px;
  }
  .bi-slider-section {
    padding-top: 90px;
  }
  .bi-skill-logo-play {
    max-width: 80px;
  }
  .bi-section-title-1 h2 {
    font-size: 55px;
  }
  .bi-quality-feature-area {
    padding-left: 0;
  }
  .bi-about-text-area {
    right: 0;
  }
  .bi-fun-fact-img,
  .bi-fun-fact-img-2 {
    height: 320px;
  }
  .bi-testimonial-area {
    max-width: 460px;
  }
  .bi-testimonial-item .testimonial-text {
    max-width: 280px;
  }
  .bi-faq-content-area {
    padding: 85px 90px 60px 30px;
  }
  .bi-faq-content-area .bi-section-title-1 h2 {
    font-size: 45px;
  }
  .bi-service-list-item a {
    font-size: 40px;
  }
  .bi-service-list-item a img {
    width: 75px;
    height: 75px;
  }
  .bi-sold-employe-text .bi-section-title-2 h2 {
    font-size: 30px;
  }
  .bi-portfolio-section-2 .bi-side-shape.shape_1 {
    display: none;
  }
  .bi-testimonial-item-2 .bi-testimonial-text {
    max-width: 400px;
  }
  .bi-testimonial-item-2 .bi-testimonial-img {
    margin-right: 30px;
  }
  .bi-testimonial-item-2 .bi-testimonial-text .testimonial-desc {
    font-size: 18px;
  }
  .bi-about-img2_1 {
    width: 100%;
    height: 100%;
  }
  .bi-header-section.header-style-three .bi-header-content {
    padding: 17px 20px;
  }
  .bi-header-section.header-style-three .bi-header-cta-btn-grp .offcanves-btn {
    margin-left: 0;
  }
  .bi-header-section.header-style-three .bi-header-content {
    background-image: none !important;
    background-color: var(--base-color);
  }
  .bi-header-section.header-style-three .bi-header-main-navigation .main-navigation li:hover a {
    color: #000;
  }
  .bi-what-we-offer-item .bi-what-we-offer-desc {
    max-width: 330px;
  }
  .bi-section-title-3 h2 {
    font-size: 55px;
  }
  .bi-abut-feature-list li {
    width: 100%;
  }
  .bi-about-img-3 {
    padding-top: 150px;
  }
  .bi-about-img-3:before {
    display: none;
  }
  .bi-portfolio-item-3 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .bi-header-cta-btn-grp .bi-btn-2 a {
    padding: 15px 20px;
  }
  .bi-header-section.header-style-two .bi-header-main-navigation .main-navigation li {
    margin: 0px 15px;
  }
  .bi-key-feature-item .bi-key-feature-text h3 {
    font-size: 20px;
  }
  .bi-sold-employe-counter-item .counter-text h3 {
    font-size: 20px;
  }
  .bi-sold-employe-counter-item .counter-text p {
    font-size: 18px;
  }
  .bi-consult-cta-text-area .bi-section-title-2 h2 {
    font-size: 40px;
  }
  .bi-section-title-2 h2 {
    font-size: 36px;
  }
  .bi-consult-btn-area {
    margin-bottom: 15px;
  }
  .bi-counter-item-3:before,
  .bi-counter-item-3:after {
    display: none;
  }
  .bi-testimonial-thumb {
    width: 320px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: static !important;
  }
  .bi-testimonial-content {
    padding-left: 0;
  }
  .bi-testimonial-nav {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bi-testimonial-nav .bi-testimonial-nav-item {
    width: 95px;
  }
  .bi-testimonial-nav .swiper-slide-active .bi-testimonial-nav-item {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .bi-testimonial-nav .bi-testimonial-nav-item:before {
    display: none;
  }
  .bi-footer-cta-content-2 .bi-footer-cta-social li {
    margin-left: 20px;
  }
  .bi-footer-widget-2 .widget-title {
    font-size: 18px;
  }
  .bi-slider-wrapper-3 .swiper-slide-active .bi-slider-item-3 .bi-slider-img3_2 {
    right: -50%;
  }
  .bi-what-we-offer-item .bi-what-we-offer-img-title .offer-img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .bi-what-we-offer-item .bi-what-we-offer-img-title .offer-title h3 {
    font-size: 26px;
    line-height: 1.5;
  }
  .bi-section-title-3 h2 {
    font-size: 45px;
    line-height: 1.5;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price {
    padding: 15px 20px;
  }
  .bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price h3 {
    font-size: 22px;
  }
  .bi-breadcrumbs-content {
    padding: 200px 0px 180px;
  }
}
@media screen and (max-width: 991px) {
  .mobile_menu_button {
    display: block;
  }
  .bi-header-main-navigation {
    display: none;
  }
  .bi-header-section.header-style-one .bi-header-social {
    display: none;
  }
  .bi-header-section.header-style-one .bi-header-cta-btn-grp .offcanves-btn {
    display: none;
  }
  .bi-header-section.header-style-one .bi-header-cta-btn-grp {
    margin-left: 0;
    margin-right: 45px;
  }
  .bi-main-slide-text-img-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bi-main-slide-item .bi-slide-img-area {
    margin-bottom: 50px;
  }
  .bi-header-section.header-style-one .bi-header-content {
    padding: 20px 15px;
  }
  .bi-slider-section {
    padding-top: 70px;
  }
  .bi-skill-logo-text-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  .bi-skill-logo-wrapper {
    padding-left: 0;
    text-align: center;
  }
  .bi-skill-logo-wrapper .bi-skill-logo-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bi-quality-section {
    padding-bottom: 80px;
  }
  .bi-about-text-area {
    position: static;
    margin: 0 auto;
    margin-top: 40px;
  }
  .bi-about-img-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bi-about-text-area .bi-section-title-1 h2 b {
    color: #0e0e0e;
  }
  .bi-about-circle-progress {
    padding-top: 40px;
  }
  .bi-about-circle-progress {
    margin: 0 auto;
    max-width: 550px;
  }
  .bi-about-section {
    padding: 100px 0px 60px;
  }
  .bi-fun-fact-img {
    margin: 0 auto;
    max-width: 405px;
    display: block;
    margin-bottom: 30px;
  }
  .bi-fun-fact-img-2 {
    margin: 0 auto;
    display: block;
    max-width: 600px;
  }
  .bi-counter-item {
    margin-bottom: 20px;
  }
  .bi-portfolio-tab-btn-text {
    margin: 0 auto;
    max-width: 550px;
  }
  .bi-portfolio-tab-content {
    margin: 0 auto;
    max-width: 710px;
  }
  .bi-testimonial-item .testimonial-desc-author {
    padding-left: 0;
  }
  .bi-carousel-testimonial {
    padding-left: 125px;
  }
  .bi-fun-fact-text-area-2 {
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 40px;
  }
  .bi-fun-fact-text-area-2 .bi-btn-1 {
    margin-top: 30px;
  }
  .bi-fun-fact-counter-2 {
    margin: 0 auto;
    max-width: 500px;
  }
  .bi-blog-item {
    margin: 0 auto;
    max-width: 605px;
    margin-bottom: 40px;
  }
  .bi-blog-item .bi-blog-text-area .bi-blog-meta {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .bi-blog-item .bi-blog-text-area .bi-blog-meta:before {
    left: 0;
    right: 0;
    width: 95%;
    z-index: -1;
  }
  .bi-blog-item .bi-blog-text-area .bi-blog-meta:after {
    right: 15px;
  }
  .bi-blog-item .bi-blog-text-area .bi-blog-text {
    padding-left: 0;
  }
  .bi-blog-item.right_align_content .bi-blog-meta:after {
    left: 0px;
  }
  .bi-blog-item.right_align_content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bi-faq-testimonial-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-faq-content-area {
    width: 100%;
    max-width: 100%;
  }
  .bi-faq-testimonial-section:before {
    height: 100%;
    background-size: cover;
  }
  .bi-testimonial-slider {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .bi-testimonial-area {
    max-width: 100%;
  }
  .bi-testimonial-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bi-carousel-testimonial {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bi-header-section.header-style-two .bi-header-cta-btn-grp .bi-header-search {
    display: none;
  }
  .bi-header-cta-btn-grp .bi-btn-2 {
    margin-right: 40px;
  }
  .bi-header-section.header-style-two .mobile_menu_button {
    top: -50px;
  }
  .bi-key-feature-title-text {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .bi-key-feature-title-text .bi-section-title-2 {
    margin-bottom: 25px;
  }
  .bi-about-img-wrapper2 {
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 50px;
  }
  .bi-side-shape {
    display: none !important;
  }
  .bi-about-text-area-2 {
    margin: 0 auto;
    max-width: 600px;
  }
  .bi-sold-employe-content {
    border-radius: 0;
  }
  .bi-sold-employe-text-area {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .bi-consult-cta-text-area {
    margin: 0 auto;
    max-width: 500px;
  }
  .bi-consult-form-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bi-pricing-item-2 {
    margin-bottom: 40px;
  }
  .bi-footer-widget-2 .menu-widget {
    padding-left: 0;
  }
  .bi-footer-widget-2 {
    margin-bottom: 30px;
  }
  .bi-footer-cta-content-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-footer-cta-content-2 .bi-footer-cta-social-area {
    width: 100%;
    padding-bottom: 30px;
  }
  .bi-footer-cta-content-2 .bi-footer-newslatter-form {
    width: 100%;
    padding-left: 0;
  }
  .bi-about-video-play {
    margin: 0 auto;
    max-width: 635px;
  }
  .bi-about-img-3 {
    margin: 0 auto;
    max-width: 768px;
    padding-top: 50px;
    padding-left: 0;
  }
  .bi-shape-anim {
    display: none !important;
  }
  .bi-pricing-item-area-3 {
    margin-bottom: 40px;
  }
  .bi-pricing-item-area-3:before {
    display: none;
  }
  .bi-testimonial-content-3 .testimonial-circle {
    display: none;
  }
  .bi-slider-wrapper-3 .swiper-slide-active .bi-slider-item-3 .bi-slider-img3_2 {
    display: none;
  }
  .bi-slider-content-3 .bi-slider-social {
    display: none;
  }
  .bi-main-arrow-next-prev {
    height: 60px;
    padding: 0px 30px;
    margin-left: 15px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static !important;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: inline-block !important;
  }
  .bi-slider-item-3 .bi-slider-text-3 {
    margin-left: 0;
  }
  .bi-main-arrow-next-prev .bi-slider-arrow {
    display: none !important;
  }
  .bi-slider-content-3 .slider_shape {
    display: none;
  }
  .bi-main-arrow-next-prev .swiper-paginations .swiper-pagination-bullet {
    margin: 0px 5px;
  }
  .bi-slider-item-3 {
    padding: 190px 0px 80px;
  }
  .bi-slider-content-3 {
    padding-bottom: 60px;
  }
  .bi-what-we-offer-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-header-section.header-style-three .bi-header-cta-btn-grp .offcanves-btn {
    display: none;
  }
  .bi-header-section.header-style-three {
    background-color: var(--base-color);
  }
  .bi-header-section.header-style-three .bi-header-cta-btn-grp .cart-btn {
    margin-right: 40px;
  }
  .bi-header-section.header-style-three .mobile_menu_button {
    top: -52px;
    right: 0px;
  }
  .bi-what-we-offer-item {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bi-what-we-offer-item .bi-what-we-offer-desc {
    margin: 0px 25px;
  }
  .bi-what-we-offer-item .offer-btn {
    margin-top: 20PX;
  }
  .bi-what-we-offer-item .bi-what-we-offer-img-title {
    margin-bottom: 25PX;
  }
  .bi-sponsor-section-3 .sponsor-bg {
    display: none;
  }
  .bi-sponsor-slider-3 {
    padding: 50px 15px;
  }
  .bi-footer-cta-content .bi-footer-cta-text {
    margin-bottom: 20px;
  }
  .bi-blog-details-text-area blockquote {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-blog-details-text-area blockquote .inner-img {
    margin-bottom: 15px;
  }
  .bi-career-feed-item .inner-img {
    margin-bottom: 10px;
  }
  .bi-contact-map-content {
    overflow: hidden;
  }
  .bi-contact-map-content .bi-team-details-contact-info {
    margin-left: 0;
    padding: 0px 15px;
  }
  .bi-header-section .hap-megamenu {
    position: relative !important;
  }
}
@media screen and (max-width: 767px) {
  .bi-portfolio-item-content {
    text-align: center;
  }
  .bi-fun-fact-counter-2 .bi-fun-fact-star {
    display: none;
  }
  .bi-counter-item-2 {
    text-align: center;
  }
  .bi-counter-item-2 h3 {
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .bi-footer-cta-content {
    padding: 65px 50px;
  }
  .bi-footer-social-content ul li {
    font-size: 18px;
  }
  .bi-sold-employe-text {
    padding-left: 0;
    padding-top: 35px;
  }
  .bi-counter-item-3 {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .bi-testimonial-item-2 .bi-testimonial-img {
    width: 200px;
    height: 200px;
  }
  .bi-portfolio-item-3 {
    width: 100%;
  }
  .bi-blog-details-text-area .bi-portfolio-details-list-img {
    margin-bottom: 30px;
  }
  .bi-blog-details-author .inner-img {
    margin-bottom: 15px;
  }
  .bi-portfolio-details-video-img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 680px) {
  .bi-footer-cta-content .bi-footer-cta-text {
    padding-bottom: 15px;
  }
  .bi-footer-social-content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bi-footer-social-content ul li {
    margin: 0px 8px;
  }
  .bi-main-slide-item .bi-slide-img-area {
    max-width: 500px;
  }
  .bi-banner-text h1 {
    font-size: 55px;
  }
  .bi-header-section.header-style-two .bi-header-content {
    padding: 20px 15px;
  }
  .bi-banner-text {
    padding: 220px 15px 120px;
  }
  .bi-banner-text p {
    padding-bottom: 30px;
  }
  .bi-key-feature-title-text {
    padding-top: 0;
  }
  .bi-service-list-item a {
    font-size: 30px;
  }
  .bi-testimonial-item-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-testimonial-item-2 .bi-testimonial-text {
    margin-top: 30px;
  }
  .bi-slider-item-3 .bi-slider-text-3 h1 {
    font-size: 60px;
    line-height: 1.3;
  }
  .bi-slider-item-3 .bi-slider-text-3 h1 span {
    font-size: 80px;
  }
  .bi-slider-item-3 .bi-slider-text-3 .slider-img-desc .inner-text {
    max-width: 335px;
  }
  .bi-portfolio-feed-section .bi-portfolio-img-text-3 .portfolio-text .more_btn {
    display: none !important;
  }
  .bi-service-details-text-area .bi-service-details-text h3,
  .bi-service-details-text-area .bi-service-details-text h4 {
    font-size: 30px;
  }
  .bi-service-feed-item .service-text h3 {
    font-size: 26px;
  }
  .bi-faq-content-area .bi-section-title-1 h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  .bi-main-slide-item .bi-slide-img-area {
    max-width: 290px;
  }
  .bi-main-slide-item .bi-slide-img-area .bi-slide-img-arrow {
    width: 40px;
  }
  .bi-main-slide-item .bi-slide-text-area h1 {
    font-size: 60px;
  }
  .bi-main-slide-item .bi-slide-text-area h2 {
    font-size: 50px;
  }
  .bi-main-slider-section .bi-carousel-arrow-next-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static !important;
  }
  .bi-main-slider-section .bi-carousel-arrow-next-prev .bi-main-button-next,
  .bi-main-slider-section .bi-carousel-arrow-next-prev .bi-main-button-prev {
    position: static;
    margin: 0px 8px;
  }
  .bi-main-slider-section .bi-carousel-arrow-next-prev .bi-main-button-next:hover,
  .bi-main-slider-section .bi-carousel-arrow-next-prev .bi-main-button-prev:hover {
    background-color: var(--base-color);
  }
  .bi-main-slider-section .bi-carousel-arrow-next-prev .bi-main-button-next:after,
  .bi-main-slider-section .bi-carousel-arrow-next-prev .bi-main-button-prev:after {
    display: none;
  }
  .bi-carousel-arrow-next-prev .bi-slider-arrow:hover i {
    margin-top: 0;
  }
  .bi-main-slide-item .bi-slide-text-area {
    padding-left: 0;
  }
  .bi-main-slide-item {
    padding: 50px;
  }
  .bi-main-slide-item .bi-slide-img-area .bi-slide-text-img {
    width: 140px;
    margin: 0 auto;
  }
  .bi-main-slider-area {
    padding-bottom: 60px;
  }
  .bi-btn-1 a {
    padding: 15px 30px 13px;
  }
  .bi-btn-1 a:before {
    top: 5px;
  }
  .bi-btn-1 a:after {
    bottom: 5px;
  }
  .bi-main-slide-item .bi-slide-text-area li {
    font-size: 20px;
  }
  .bi-section-title-1 h2 {
    font-size: 40px;
  }
  .bi-complete-work-counter h3 {
    font-size: 50px;
  }
  .bi-quality-feature-item .feature-icon {
    width: 60px;
  }
  .bi-quality-feature-item .feature-text h3 {
    max-width: 70%;
  }
  .bi-skill-logo-wrapper .bi-skill-logo-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-quality-section {
    padding-bottom: 50px;
  }
  .bi-about-section {
    padding: 60px 0px 30px;
  }
  .bi-about-img-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-about-img-area2 {
    margin-top: 40px;
  }
  .bi-about-img-area1 .bi-about-img-text {
    margin-bottom: 20px;
  }
  .bi-storyboard-section {
    padding: 70px 0px 20px;
  }
  .bi-storyboard-item h3 {
    font-size: 45px;
  }
  .bi-storyboard-item:before {
    display: none;
  }
  .bi-storyboard-item {
    margin-bottom: 20px;
  }
  .bi-storyboard-list-area {
    padding-top: 50px;
  }
  .bi-fun-fact-section {
    padding: 60px 0px;
  }
  .bi-counter-item h3 {
    font-size: 45px;
    margin-right: 20px;
  }
  .bi-counter-item:before,
  .bi-counter-item:after {
    display: none;
  }
  .bi-counter-item {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bi-portfolio-section {
    padding: 60px 0px 30px;
  }
  .bi-faq-testimonial-section {
    padding: 60px 0px 80px;
  }
  .bi-faq-content-area {
    padding: 60px 15px 40px;
  }
  .bi-testimonial-item .testimonial-text h3 {
    font-size: 25px;
  }
  .bi-testimonial-item .testimonial-text {
    max-width: 250px;
  }
  .bi-testimonial-item .testimonial-img {
    height: 120px;
    width: 120px;
    margin-right: 20px;
  }
  .bi-sponsor-content {
    padding-bottom: 20px;
  }
  .bi-fun-fact-section-2 {
    padding: 60px 0px;
  }
  .bi-counter-item-2 h3 span {
    font-size: 60px;
  }
  .bi-play-btn {
    padding: 120px 0px;
  }
  .bi-blog-section {
    padding: 60px 0px;
  }
  .bi-blog-item .bi-blog-text-area h3 {
    font-size: 30px;
  }
  .bi-blog-item .bi-blog-text-area p {
    padding-bottom: 25px;
  }
  .bi-blog-item .bi-blog-text-area .bi-btn-1 a:before {
    top: 5px;
    left: -125px;
  }
  .bi-blog-item .bi-blog-text-area .bi-btn-1 a:after {
    bottom: 5px;
    right: -125px;
  }
  .bi-footer-cta-content .bi-footer-cta-text h3 {
    font-size: 35px;
  }
  .bi-footer-widget .about-widget h3 {
    font-size: 30px;
  }
  .scrollup {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
  .bi-storyboard-content .bi-storyboard-title {
    font-size: 50px;
  }
  .bi-footer-widget .widget-title {
    font-size: 20px;
  }
  .bi-banner-text h1 {
    font-size: 45px;
  }
  .bi-btn-2 a {
    padding: 15px 20px;
  }
  .bi-header-cta-btn-grp .bi-btn-2 a {
    font-size: 10px;
  }
  .bi-header-section.header-style-two .mobile_menu_button {
    top: -45px;
  }
  .bi-section-title-2 h2 {
    font-size: 30px;
  }
  .bi-about-img2_2 {
    width: 200px;
    height: 200px;
  }
  .bi-service-list-item {
    padding: 0px 20px;
  }
  .bi-about-section-2 {
    padding-bottom: 40px;
  }
  .bi-service-section-2 {
    padding: 40px 0px 60px;
  }
  .bi-portfolio-section-2 {
    padding: 60px 0px;
  }
  .bi-consult-cta-text-area .bi-section-title-2 h2 {
    font-size: 30px;
  }
  .bi-consult-form-wrap .bi-consult-form-area .bi-consult-form-input {
    padding: 40px 30px 0px;
  }
  .bi-consult-cta-section {
    padding: 60px 0px;
  }
  .bi-pricing-section-2 {
    padding: 60px 0px;
  }
  .bi-pricing-item-2 {
    padding: 30px 30px 25px;
  }
  .bi-video-play-content-2 {
    padding: 100px 0px 80px;
  }
  .bi-video-play-content-2 .video-play-text h3 {
    font-size: 30px;
  }
  .bi-team-section-2 {
    padding: 60px 0px 30px;
  }
  .bi-counter-item-3 h3 {
    font-size: 40px;
    margin-right: 20px;
  }
  .bi-counter-item-3 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bi-counter-section-3 {
    padding-bottom: 30px;
  }
  .bi-testimonial-section-2 .background_parallax {
    padding: 60px 0px;
  }
  .bi-blog-section-2 {
    padding: 60px 0px 30px;
  }
  .bi-blog-content-2 {
    padding-top: 25px;
  }
  .bi-footer-cta-content-2 .bi-footer-cta-social-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bi-footer-cta-content-2 .bi-footer-newslatter-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .bi-footer-cta-text {
    margin-bottom: 15px;
  }
  .bi-footer-cta-content-2 .bi-footer-newslatter-form span {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  .bi-footer-widget-2 .widget-title {
    padding-bottom: 20px;
  }
  .bi-footer-widget-2 .menu-widget li {
    margin-bottom: 12px;
  }
  .bi-slider-item-3 .bi-slider-text-3 h1 span {
    font-size: 65px;
  }
  .bi-slider-item-3 .bi-slider-text-3 h1 {
    font-size: 45px;
  }
  .bi-slider-item-3 .bi-slider-text-3 .slider-img-desc {
    margin: 20px 0px;
  }
  .bi-slider-item-3 .bi-slider-text-3 .slider-img-desc .inner-img {
    display: none;
  }
  .bi-slider-item-3 .bi-slider-text-3 .slider-img-desc .inner-text {
    max-width: 100%;
  }
  .bi-slider-wrapper-3 .bi-slider-item-3 .bi-slider-text-3 .slider-btn-grp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bi-slider-item-3 .bi-slider-text-3 .slider-btn-grp .bi-slider-video-play {
    margin-top: 20px;
  }
  .bi-what-we-offer-section {
    padding: 70px 0px 30px;
  }
  .bi-what-we-offer-item .bi-what-we-offer-img-title .offer-title {
    max-width: 220px;
  }
  .bi-what-we-offer-item .bi-what-we-offer-img-title .offer-title h3 {
    font-size: 22px;
  }
  .bi-about-section-3 {
    padding: 70px 0px;
  }
  .bi-about-text-quote-area {
    padding-left: 0;
    padding-top: 40px;
  }
  .bi-team-section-3 {
    padding: 70px 0px;
  }
  .bi-section-title-3 h2 {
    font-size: 35px;
  }
  .bi-team-item-3 .bi-team-text h3 {
    font-size: 28px;
  }
  .bi-pricing-section-3 {
    padding: 60px 0px 40px;
  }
  .bi-testimonial-section-3 {
    padding: 70px 0px;
  }
  .bi-testimonial-content-3 {
    padding-top: 30px;
  }
  .bi-testimonial-item-3 .quote-icon {
    display: none;
  }
  .bi-testimonial-item-3 .testimonial-img {
    display: none;
  }
  .bi-testimonial-item-3 .testimonial-text {
    font-size: 18px;
    line-height: 1.6667;
    padding-bottom: 25px;
  }
  .bi-portfolio-filter-btn {
    margin-top: 30px;
  }
  .bi-portfolio-filter-btn li {
    margin: 5px;
    padding: 10px 20px;
  }
  .bi-btn-3 a {
    padding: 8px 20px;
  }
  .bi-blog-section-3 {
    padding: 60px 0px;
  }
  .bi-slider-item-3 {
    padding-bottom: 40px;
  }
  .bi-about-text-quote-area p {
    font-size: 20px;
  }
  .bi-breadcrumbs-content {
    padding: 150px 0px 100px;
  }
  .bi-breadcrumbs-content h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .bi-breadcrumbs-content ul {
    padding: 12px 25px;
  }
  .error-text-btn h3 {
    font-size: 40px;
    padding-bottom: 30px;
  }
  .error-text-btn {
    margin-top: 30px;
  }
  .bi-footer-cta-content {
    padding: 50px 30px;
  }
  .inner-page-padding {
    padding: 60px 0px;
  }
  .bi-pagination li a {
    width: 45px;
    height: 45px;
  }
  .bi-blog-feed-item-3 {
    padding: 15px;
  }
  .bi-blog-feed-item-3 .blog-text h3 {
    font-size: 24px;
  }
  .bi-blog-feed-item-3 .blog-author-more .blog-more {
    margin-top: 15px;
    margin-left: 15px;
  }
  .bi-blog-details-text-area h3 {
    font-size: 30px;
  }
  .bi-blog-details-content {
    padding: 15px;
  }
  .bi-blog-details-text-area h4 {
    font-size: 24px;
  }
  .bi-team-details-contact-info .bi-team-details-contact-title h3 {
    font-size: 26px;
  }
  .bi-blog-details-section .bi-team-details-contact-info {
    padding: 30px 20px;
  }
  .bi-portfolio-details-content h3, .bi-portfolio-details-content h4 {
    font-size: 30px;
  }
  .bi-career-item {
    background-image: none !important;
  }
  .bi-coming-soon-subscription button {
    padding: 0px 15px;
  }
  .bi-team-details-contact-form {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 380px) {
  .bi-slider-item-3 .bi-slider-text-3 h1 {
    font-size: 40px;
  }
  .bi-slider-item-3 .bi-slider-text-3 .slider-img-desc .inner-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 360px) {
  .bi-header-cta-btn-grp .bi-btn-2 {
    display: none;
  }
  .bi-header-section.header-style-two .mobile_menu_button {
    top: -33px;
  }
}