/*----------------------------------------------------
CSS TABLE OF CONTENT

Global Area 
Header Section

******* HOME PAGE 1 ******
slider
skill-logo
quality
about
storyboard
fun-fact
team
portfolio
faq-testimonial
sponsor
blog

******* HOME PAGE 2 ******
global
banner
key-feature
about
service
sold-employe
portfolio
consult-cta
pricing
video-play
team
testimonial
blog

******* HOME PAGE 3 ******
global
slider
what-we-offer
about
team
pricing
testimonial
portfolio
sponsor
blog

******* HOME PAGE 4 ******
global
header
slider
about
text-scroll
service
why-choose
team
project
pricing
counter
testimonial
blog
responsive

******* HOME PAGE 5 ******
global
header
banner
sponsor
about
service
price
skill-faq
portfolio
team
counter
testimonial
blog
contact
topic
responsive

******* HOME PAGE 6, Home 7 ******
variables
mixins
common
animation
title
header
sidebar
hero
sponser
project
button
service
cart
search
client-logo
offer
about
video
testimonial
project-count
faq
blog
contact
marquee
choose
cta
footer

**Responsive CSS

=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@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;
}

@-webkit-keyframes Bins_animation_1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes Bins_animation_1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes Bins_animation_2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes Bins_animation_2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes Bins_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes Bins_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes Bins_animation_4 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
            transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes Bins_animation_4 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
            transform: translate(-300px, 151px) rotate(0);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes Bins_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
            transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
            transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
            transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes Bins_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
            transform: translate(111px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
            transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
            transform: translate(-70px, 72px) rotate(124deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
/*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);
}

#ScrollSmoother-wrapper {
  z-index: -1;
}

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

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #181d2a url("../img/loader.svg") no-repeat center center;
}

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

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

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

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

button {
  cursor: pointer;
}

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

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

.relative-position {
  position: relative;
}

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

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

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

.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-section-title-2 .bi-subtitle {
  font-size: 14px;
  font-weight: 300;
  padding-left: 20px;
  font-family: var(--heading-2);
}
.bi-section-title-2 .bi-subtitle:before {
  background-color: #fff;
}
.bi-section-title-2 .bi-subtitle:after {
  top: 10px;
  border: 2px solid #000;
}
.bi-section-title-2 h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.333;
}
.bi-section-title-2 h2 span {
  font-weight: 500;
}
.bi-section-title-2 p {
  padding-top: 12px;
}

.bi-section-title-3 .bi-subtitle {
  font-size: 14px;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--base-color);
  font-family: var(--heading);
  border: 1px solid var(--base-color);
}
.bi-section-title-3 h2 {
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
}
.bi-section-title-3 p {
  padding-top: 30px;
}

.dark-bg-title .bi-section-title-1 .bi-subtitle {
  margin-bottom: 15px;
}
.dark-bg-title .bi-section-title-1 .bi-subtitle:before {
  background-color: #fff;
}
.dark-bg-title .bi-section-title-1 .bi-subtitle:after {
  border: 2px solid #0e0e0e;
}
.dark-bg-title .bi-section-title-1 h2 {
  color: #fff;
  padding-bottom: 5px;
}
.dark-bg-title .bi-section-title-1 p {
  color: #cecece;
}

.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-2 a {
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  font-weight: 700;
  position: relative;
  padding: 21px 30px;
  border-radius: 30px;
  display: inline-block;
  background-color: var(--base-color);
}

.bi-btn-3 a {
  color: #fff;
  font-weight: 700;
  padding: 9px 25px;
  border-radius: 5px;
  display: inline-block;
  font-family: var(--heading);
  background-color: var(--base-color);
  border: 1.5px solid transparent;
}
.bi-btn-3 a i {
  margin-left: 10px;
}
.bi-btn-3 a img {
  margin-left: 10px;
}
.bi-btn-3 a:hover {
  color: var(--base-color);
  background-color: transparent;
  border: 1.5px solid var(--base-color);
}

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

.bi-btn-main:hover span {
  width: 350px;
  height: 350px;
}

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

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

.bi-pagination li a {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555555;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(22, 35, 43, 0.1);
}
.bi-pagination li a:hover {
  color: #fff;
  background-color: var(--base-color);
  border: 1px solid var(--base-color);
}

.error-text-btn {
  margin-top: 80px;
}
.error-text-btn h3 {
  color: #0E0E0E;
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 50px;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.bi-header-section {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
}
.bi-header-section .nav {
  display: inherit;
}
.bi-header-section .dropdown {
  position: relative;
}
.bi-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;
}
.bi-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.bi-header-section .dropdown-menu {
  left: 0;
  top: 65px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #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;
}
.bi-header-section .dropdown-menu .dropdown-menu {
  top: 30px;
  left: -100%;
  min-width: 250px;
  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;
}
.bi-header-section .dropdown-menu .dropdown-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.bi-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}
.bi-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;
}
.bi-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.bi-header-section .dropdown-menu li:after {
  top: 8px;
  right: 15px;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bi-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.bi-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 30px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.bi-header-section .dropdown-menu a:before {
  display: none;
}
.bi-header-section .dropdown-menu a:hover {
  padding-left: 40px !important;
  color: var(--base-color) !important;
}
.bi-header-section .bi-header-cta-btn-grp {
  margin-left: 25px;
}
.bi-header-section .bi-header-cta-btn-grp button {
  padding: 0;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-left: 23px;
  background-color: transparent;
}
.bi-header-section .bi-header-cta-btn-grp .cart-btn span {
  top: 3px;
  right: -10px;
  width: 15px;
  color: #fff;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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(--base-color);
}
.bi-header-section .bi-header-cta-btn-grp .offcanves-btn {
  margin-left: 40px;
}
.bi-header-section .bi-header-cta-btn-grp .offcanves-btn button {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-color: #272727;
}
.bi-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  background-color: #000;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.bi-header-section.sticky-on .bi-header-content {
  padding: 12px 0px;
}
.bi-header-section.sticky-on .dropdown-menu {
  top: 55px;
}
.bi-header-section.header-style-one .bi-header-content {
  margin: 0 auto;
  padding: 20px 0px;
  max-width: 1550px;
}
.bi-header-section.header-style-one .bi-header-social {
  margin-left: 50px;
}
.bi-header-section.header-style-one .bi-header-social a {
  color: #fff;
  font-size: 15px;
  margin-left: 15px;
}
.bi-header-section.header-style-one .bi-header-social a:hover {
  color: var(--base-color);
}
.bi-header-section .hap-megamenu {
  position: static !important;
}
.bi-header-section .hap-megamenu:after {
  display: none;
}
.bi-header-section .hap-megamenu .dropdown-menu {
  left: 0;
  right: 0;
  top: 80%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  max-width: 1230px;
}
.bi-header-section .hap-megamenu .hap-megamenu-item {
  margin: 10px;
}
.bi-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;
}
.bi-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);
}
.bi-header-section .hap-megamenu .hap-menu-btn-grp a:hover {
  color: var(--base-color);
  background-color: #fff;
}
.bi-header-section .hap-megamenu .hap-megamenu-item h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
.bi-header-section .hap-megamenu .hap-megamenu-item:hover .hap-menu-btn-grp {
  top: 50%;
  opacity: 1;
}
.bi-header-section.header-style-two.sticky-on {
  background-color: rgb(14, 15, 25);
}
.bi-header-section.header-style-two.sticky-on .bi-header-content {
  padding: 10px 15px;
}
.bi-header-section.header-style-two .bi-header-content {
  margin: 0 auto;
  max-width: 1700px;
  padding: 35px 15px;
}
.bi-header-section.header-style-two .bi-header-main-navigation .main-navigation {
  font-family: var(--heading-2);
}
.bi-header-section.header-style-two .bi-header-main-navigation .main-navigation li {
  margin: 0px 32px;
}
.bi-header-section.header-style-two .bi-header-main-navigation .main-navigation li a {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 40px;
}
.bi-header-section.header-style-two .bi-header-cta-btn-grp .bi-header-search button {
  padding: 0;
  color: #fff;
  border: none;
  font-size: 20px;
  background-color: transparent;
}
.bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info {
  margin-left: 40px;
}
.bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info .inner-icon {
  width: 50px;
  height: 50px;
  margin-right: 18px;
  border-radius: 100%;
  background-color: #fff;
  color: var(--base-color);
}
.bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info .inner-text span, .bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info .inner-text a {
  display: block;
}
.bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info .inner-text span {
  color: #f8762b;
  font-size: 12px;
}
.bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info .inner-text a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-area {
  margin-left: 30px;
}
.bi-header-section.header-style-three .bi-header-content {
  padding: 17px 60px;
}
.bi-header-section.header-style-three .bi-header-content .brand-logo {
  max-width: 135px;
}
.bi-header-section.header-style-three .bi-header-cta-btn-grp .cart-btn span {
  background-color: #fff;
  color: var(--base-color);
}
.bi-header-section.header-style-three .bi-header-cta-btn-grp .cart-btn button {
  margin-left: 0;
}

.bi-header-cta-btn-grp .bi-btn-2 a {
  white-space: nowrap;
}

.bi-header-main-navigation .main-navigation {
  font-family: var(--heading);
}
.bi-header-main-navigation .main-navigation li {
  margin: 0px 28px;
}
.bi-header-main-navigation .main-navigation li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 40px;
}
.bi-header-main-navigation .main-navigation li a.active {
  color: var(--base-color);
}
.bi-header-main-navigation .main-navigation li:hover a {
  color: var(--base-color);
}

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

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

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

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

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

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

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

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

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

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

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

.xs-sidebar-group .widget-heading {
  top: 5px;
  right: 0;
  z-index: 2;
  padding: 20px;
  position: absolute;
}
.xs-sidebar-group .widget-heading a {
  font-size: 16px;
  font-weight: 500;
}

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

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

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

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

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

.sidebar-info-contents {
  font-family: var(--heading);
}
.sidebar-info-contents .sidebar-logo {
  padding: 20px 30px;
  margin-bottom: 30px;
  border-left: 1px solid;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-info-contents .sidebar-menu {
  margin-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-info-contents .sidebar-menu li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-info-contents .sidebar-menu li a i {
  width: 90px;
  font-size: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 0.75;
  padding: 15px 20px;
  margin-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-info-contents .sidebar-menu li a:hover {
  color: var(--base-color);
}
.sidebar-info-contents .sidebar-more-menu {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.sidebar-info-contents .sidebar-more-menu span {
  color: #fff;
  font-weight: 600;
  margin-right: 15px;
  text-transform: capitalize;
}
.sidebar-info-contents .sidebar-more-menu li {
  margin-right: 10px;
}
.sidebar-info-contents .sidebar-more-menu li a {
  color: #fff;
  font-size: 13px;
}
.sidebar-info-contents .sidebar-more-menu li a:hover {
  color: var(--base-color);
}
.sidebar-info-contents .sidebar-social {
  font-weight: 500;
  padding-left: 20px;
  text-transform: uppercase;
}
.sidebar-info-contents .sidebar-social span {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.sidebar-info-contents .sidebar-social li {
  margin-bottom: 10px;
}
.sidebar-info-contents .sidebar-social li a {
  color: #fff;
  font-size: 14px;
}
.sidebar-info-contents .sidebar-social li a i {
  margin-right: 5px;
}
.sidebar-info-contents .sidebar-social li a:hover {
  color: var(--base-color);
}
.sidebar-info-contents .sidebar-copyright {
  color: #fff;
  font-size: 14px;
  margin-top: 30px;
  font-weight: 500;
}

/* cart sidebar */
.cart_sidebar {
  padding: 30px;
  padding-bottom: 50px;
}

.cart_sidebar_top {
  background-color: #0e0f11;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart_sidebar .heading_title {
  line-height: 1;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

.cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
}

.cart_item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0e0f11;
}

.cart_item .item_image {
  display: block;
  min-width: 70px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  width: 60px;
  padding: 5px;
}

.cart_item .item_title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.cart_item .item_price {
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
}

.cart_item .remove_btn {
  top: 5px;
  right: 0px;
  padding: 0;
  border: none;
  color: var(--base-color);
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background: transparent;
}

.cart_sidebar {
  top: 0;
  width: 300px;
  right: -320px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  overflow-y: scroll;
  scrollbar-width: none;
  background-color: #000;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.29);
          box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.29);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.cart_sidebar.active {
  right: 0px;
}

.cart_sidebar .tx-close {
  right: -11px;
}

.cart_sidebar .tx-close:before,
.cart_sidebar .tx-close:after {
  background-color: #fff;
}

.cart_sidebar_bottom {
  padding: 30px 30px 55px;
}

.cart_sidebar_button a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 25px 16px;
}
.cart_sidebar_button a:not(:last-child) {
  margin-bottom: 10px;
}
.cart_sidebar_button a:nth-child(2) {
  color: #fff;
  background: #0e0f11;
}

.cart_sidebar .total_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  padding: 10px 0px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-top: 1px solid #0e0f11;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

.bi-header-main-navigation .main-navigation .navbar-nav .nav-link {
  display: initial;
}

/*---------------------------------------------------- */
/********************* HOME PAGE 1 **************************/
/*Slider area*/
/*----------------------------------------------------*/
.bi-slider-section {
  overflow: hidden;
  padding-top: 100px;
}

.bi-slider-content {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1550px;
  border-radius: 10px;
}

#rev_slider_3_1_wrapper .custom.tparrows {
  top: 50%;
  color: #191825;
  cursor: pointer;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  position: absolute;
  display: block;
  z-index: 1000;
}
#rev_slider_3_1_wrapper .custom.tparrows: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;
}
#rev_slider_3_1_wrapper .custom.tparrows:hover:after {
  top: -5px;
  left: -5px;
  opacity: 1;
  visibility: visible;
}
#rev_slider_3_1_wrapper .custom.tparrows:hover:before {
  color: #fff;
  padding-right: 5px;
  line-height: 50px;
}

#rev_slider_3_1_wrapper .custom.tparrows.rs-touchhover {
  background: #fff;
}

#rev_slider_3_1_wrapper .custom.tparrows:before {
  z-index: 1;
  color: #191825;
  font-size: 15px;
  display: block;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
}

#rev_slider_3_1_wrapper .custom.tparrows.tp-leftarrow {
  left: 0;
}

#rev_slider_3_1_wrapper .custom.tparrows.tp-rightarrow {
  right: 0;
}

#rev_slider_3_1_wrapper .custom.tparrows.tp-leftarrow:before {
  content: "\f177";
}

#rev_slider_3_1_wrapper .custom.tparrows.tp-rightarrow:before {
  content: "\f178";
}

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

.bi-main-slider-area {
  margin: 0 auto;
  max-width: 1550px;
  border-radius: 10px;
}

@-webkit-keyframes moveAnimation {
  0% {
    left: 0;
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    left: 0;
  }
}

@keyframes moveAnimation {
  0% {
    left: 0;
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes moveAnimation2 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes moveAnimation2 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.bi-main-slide-item {
  padding: 45px 0px 100px;
}
.bi-main-slide-item .side-shape {
  top: 50%;
  opacity: 0;
  right: 50px;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bi-main-slide-item .side-shape img {
  -webkit-animation: moveAnimation2 4s infinite;
          animation: moveAnimation2 4s infinite;
}
.bi-main-slide-item .bi-slide-img-area {
  max-width: 695px;
}
.bi-main-slide-item .bi-slide-img-area .bi-slide-img {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.bi-main-slide-item .bi-slide-img-area .bi-slide-text-img {
  left: 0;
  right: 0;
  bottom: -20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.bi-main-slide-item .bi-slide-img-area .bi-slide-img-arrow {
  top: 50%;
  opacity: 0;
  right: -20px;
  visibility: hidden;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.bi-main-slide-item .bi-slide-img-area .bi-slide-img-arrow img {
  -webkit-animation: moveAnimation 2s infinite;
          animation: moveAnimation 2s infinite;
}
.bi-main-slide-item .bi-slide-text-area {
  max-width: 610px;
  padding-left: 70px;
}
.bi-main-slide-item .bi-slide-text-area h1 {
  color: #fff;
  line-height: 1;
  font-size: 99px;
  font-weight: 900;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.bi-main-slide-item .bi-slide-text-area h2 {
  font-size: 85px;
  font-weight: 900;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.bi-main-slide-item .bi-slide-text-area ul {
  margin-top: 15px;
}
.bi-main-slide-item .bi-slide-text-area li {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
  font-family: var(--heading);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bi-main-slide-item .bi-slide-text-area li:before {
  top: 0;
  left: 0;
  color: #ff7425;
  content: "\f061";
  font-weight: 900;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-family: "Font Awesome 5 Pro";
}
.bi-main-slide-item .bi-slide-text-area .bi-btn-1 {
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.bi-main-slide-item .bi-slide-text-area .bi-btn-1 a:before, .bi-main-slide-item .bi-slide-text-area .bi-btn-1 a:after {
  background-color: #fff;
}
.bi-main-slide-item .bi-slide-text-area .bi-btn-1 .bi-btn-main span {
  background-color: #fff;
}
.bi-main-slide-item .bi-slide-text-area .bi-btn-1:hover a {
  color: #000;
}

.bi-main-slider .swiper-slide-active .bi-main-slide-item .side-shape {
  opacity: 1;
  right: 20px;
  visibility: visible;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1350ms;
          transition-delay: 1350ms;
}
.bi-main-slider .swiper-slide-active .bi-main-slide-item .bi-slide-img-area .bi-slide-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.bi-main-slider .swiper-slide-active .bi-main-slide-item .bi-slide-img-area .bi-slide-text-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.bi-main-slider .swiper-slide-active .bi-main-slide-item .bi-slide-img-area .bi-slide-img-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.bi-main-slider .swiper-slide-active .bi-main-slide-item .bi-slide-text-area h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.bi-main-slider .swiper-slide-active .bi-main-slide-item .bi-slide-text-area h2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.bi-main-slider .swiper-slide-active .bi-main-slide-item .bi-slide-text-area li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.bi-main-slider .swiper-slide-active .bi-main-slide-item .bi-slide-text-area li:nth-child(2) {
  -webkit-transition-delay: 1050ms;
          transition-delay: 1050ms;
}
.bi-main-slider .swiper-slide-active .bi-main-slide-item .bi-slide-text-area li:nth-child(3) {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}
.bi-main-slider .swiper-slide-active .bi-main-slide-item .bi-slide-text-area .bi-btn-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1250ms;
          transition-delay: 1250ms;
}

.bi-main-slider-section .bi-carousel-arrow-next-prev {
  top: 50%;
  left: 0;
  right: 0;
}
.bi-main-slider-section .bi-carousel-arrow-next-prev .bi-main-button-prev {
  left: -25px;
  position: absolute;
}
.bi-main-slider-section .bi-carousel-arrow-next-prev .bi-main-button-next {
  right: -25px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Skill Logo area*/
/*----------------------------------------------------*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.bi-skill-logo-content {
  padding: 70px 0px;
  border-bottom: 1px solid #4b4b4b;
}

.bi-skill-logo-play {
  max-width: 115px;
  margin-right: 25px;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

.bi-skill-logo-text {
  max-width: 260px;
}
.bi-skill-logo-text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.bi-skill-logo-wrapper {
  padding-left: 40px;
}

.bi-skill-logo-item {
  height: 46px;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: 10px 13px;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*Quality area*/
/*----------------------------------------------------*/
.bi-quality-section {
  overflow: hidden;
  padding: 85px 0px 140px;
}

.bi-complete-work-counter {
  margin-top: 40px;
}
.bi-complete-work-counter h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 3px;
}
.bi-complete-work-counter h3 {
  font-size: 80px;
  font-weight: 700;
  color: var(--base-color);
}

.bi-quality-feature-area {
  padding-left: 70px;
}

.bi-quality-feature-item {
  padding: 35px 0px;
  border-bottom: 1px solid #515151;
}
.bi-quality-feature-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.bi-quality-feature-item:before {
  top: 50%;
  right: 0;
  color: #ff7425;
  font-size: 55px;
  content: "\f061";
  font-weight: 900;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bi-quality-feature-item .feature-icon {
  margin-right: 25px;
}
.bi-quality-feature-item .feature-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.bi-quality-feature-item:hover:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

/*---------------------------------------------------- */
/*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);
}

/*---------------------------------------------------- */
/*Storyboard area*/
/*----------------------------------------------------*/
.bi-storyboard-section {
  z-index: 1;
  padding: 130px 0px 80px;
}
.bi-storyboard-section .background_overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.bi-storyboard-content .bi-storyboard-title {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}

.bi-storyboard-list-area {
  padding-top: 80px;
}

.bi-storyboard-item {
  margin: 0 auto;
  cursor: pointer;
  max-width: 670px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.bi-storyboard-item:before {
  top: 40px;
  opacity: 0;
  right: 50px;
  color: #ff7425;
  font-size: 55px;
  content: "\f061";
  font-weight: 900;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bi-storyboard-item h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.bi-storyboard-item .bi-storyboard-hover {
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  bottom: -45px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-storyboard-item .bi-storyboard-hover i {
  width: 100%;
  height: 1.1px;
  max-width: 0px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--base-color);
}
.bi-storyboard-item .bi-storyboard-hover span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 3px 23px;
  margin: 0px 15px;
  white-space: nowrap;
  border-radius: 20px;
  font-family: var(--heading);
  background-color: var(--base-color);
}
.bi-storyboard-item:hover h3, .bi-storyboard-item.active h3 {
  color: var(--base-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--base-color);
}
.bi-storyboard-item:hover .bi-storyboard-hover, .bi-storyboard-item.active .bi-storyboard-hover {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.bi-storyboard-item:hover .bi-storyboard-hover i, .bi-storyboard-item.active .bi-storyboard-hover i {
  max-width: 115px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.bi-storyboard-item:hover:before, .bi-storyboard-item.active:before {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Fun Fact area*/
/*----------------------------------------------------*/
.bi-fun-fact-section {
  padding: 110px 0px;
  background-color: #ebf7f7;
}

.bi-fun-fact-img-area {
  padding-top: 35px;
}

.bi-fun-fact-img,
.bi-fun-fact-img-2 {
  height: 377px;
  width: 100%;
  max-width: 479px;
  overflow: hidden;
  display: inline-block;
}
.bi-fun-fact-img .image_item_1,
.bi-fun-fact-img-2 .image_item_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
}
.bi-fun-fact-img .image_item_1:nth-child(1),
.bi-fun-fact-img-2 .image_item_1:nth-child(1) {
  -webkit-transform: translateY(-50%) scaleY(2);
  transform: translateY(-50%) scaleY(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.bi-fun-fact-img:hover .image_item_1:nth-child(1),
.bi-fun-fact-img-2:hover .image_item_1:nth-child(1) {
  -webkit-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.bi-fun-fact-img:hover .image_item_1:nth-child(2),
.bi-fun-fact-img-2:hover .image_item_1:nth-child(2) {
  -webkit-transform: translateY(50%) scaleY(2);
  transform: translateY(50%) scaleY(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.bi-fun-fact-img-2 {
  max-width: 712px;
}

.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-text-area .bi-fun-fact-text {
  margin-bottom: 40px;
}

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

.bi-play-btn {
  padding: 310px 0px;
}
.bi-play-btn a {
  display: inline-block;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.bi-team-section {
  padding: 110px 0px;
}
.bi-team-section .bi-team-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 695px;
}

.bi-team-content {
  padding-top: 40px;
}

.bi-team-item-area {
  width: 565px;
  height: 530px;
  overflow: hidden;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}
.bi-team-item-area .bi-team-img {
  overflow: hidden;
  position: absolute;
}
.bi-team-item-area .bi-team-img img {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.bi-team-item-area .bi-team-text {
  top: 55%;
  right: 35px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bi-team-item-area .bi-team-text h3 {
  font-size: 45px;
  font-weight: 900;
  color: var(--title-color);
}
.bi-team-item-area .bi-team-text span {
  font-size: 20px;
  color: var(--base-color);
  font-family: var(--heading);
}
.bi-team-item-area .bi-team-text .bi-team-social {
  margin-top: 5px;
}
.bi-team-item-area .bi-team-text .bi-team-social a {
  color: #000000;
  font-size: 20px;
  margin: 0px 6px;
}
.bi-team-item-area .bi-team-item {
  bottom: 0;
  right: 0;
}
.bi-team-item-area .bi-team-item .bi-team-shape {
  top: 48px;
  z-index: -1;
  right: 105px;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}
.bi-team-item-area .bi-team-item .bi-team-link {
  right: -46px;
  bottom: -32px;
  width: 170px;
  height: 170px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--base-color);
}
.bi-team-item-area .bi-team-item .bi-team-link a {
  top: 25px;
  left: 30px;
  color: #fff;
  position: absolute;
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.bi-portfolio-section {
  padding: 170px 0px 90px;
}

.bi-portfolio-tab-btn-text {
  max-width: 480px;
}

.bi-portfolio-tab-btn {
  margin-top: 20px;
}
.bi-portfolio-tab-btn .nav-tabs {
  border: none;
}
.bi-portfolio-tab-btn .nav {
  display: block;
}
.bi-portfolio-tab-btn .nav-tabs .nav-item.show .nav-link,
.bi-portfolio-tab-btn .nav-tabs .nav-link.active,
.bi-portfolio-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.bi-portfolio-tab-btn .nav-tabs .nav-link {
  width: 100%;
  color: #555555;
  font-size: 20px;
  font-weight: 700;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
  font-family: var(--heading);
}
.bi-portfolio-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  top: 10px;
  width: 12px;
  content: "";
  height: 12px;
  border-radius: 3px;
  position: absolute;
  background-color: #ff8e5e;
}
.bi-portfolio-tab-btn .nav-tabs .nav-link.active {
  color: var(--base-color);
}
.bi-portfolio-tab-btn li:nth-child(2) .nav-link:before {
  background-color: #ff4141;
}
.bi-portfolio-tab-btn li:nth-child(3) .nav-link:before {
  background-color: #1d1e22;
}
.bi-portfolio-tab-btn li:nth-child(4) .nav-link:before {
  background-color: #84d6d7;
}

.bi-portfolio-btn-img-area {
  margin-top: 30px;
}

.bi-portfolio-btn-img {
  display: inline-block;
}

.bi-portfolio-community {
  margin-top: 15px;
}
.bi-portfolio-community li {
  width: 46px;
  height: 46px;
  overflow: hidden;
  margin-left: -18px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.bi-portfolio-community li:first-child {
  margin-left: 0;
}
.bi-portfolio-community .community-img-text h3 {
  color: #5f6465;
  font-size: 15px;
  max-width: 170px;
  font-weight: 700;
  margin-left: 15px;
  line-height: 1.333;
}
.bi-portfolio-community .community-img-text h3 span, .bi-portfolio-community .community-img-text h3 b {
  color: var(--base-color);
}

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

.bi-portfolio-item {
  display: inline-block;
  margin-bottom: 50px;
}
.bi-portfolio-item .portfolio-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-portfolio-item .portfolio-img:before {
  top: -30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-portfolio-item .portfolio-img:after {
  bottom: -30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-portfolio-item .portfolio-text {
  left: 40px;
  z-index: 2;
  opacity: 0;
  bottom: 0px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bi-portfolio-item .portfolio-text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  padding: 16px 22px 16px 82px;
  background-color: var(--base-color);
}
.bi-portfolio-item .portfolio-text h3 i {
  top: 0;
  left: 0;
  width: 62px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0e0e0e;
}
.bi-portfolio-item:hover .portfolio-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bi-portfolio-item:hover .portfolio-img:before, .bi-portfolio-item:hover .portfolio-img:after {
  background-color: var(--base-color);
}
.bi-portfolio-item:hover .portfolio-text {
  opacity: 1;
  bottom: 30px;
  visibility: visible;
}

.bi-portfolio-item-content .col-md-6 .bi-portfolio-item .portfolio-text {
  width: 75%;
  left: 20px;
}
.bi-portfolio-item-content .col-md-6 .bi-portfolio-item .portfolio-text h3 {
  font-size: 16px;
}

/*---------------------------------------------------- */
/*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-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.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-arrow-next-prev .bi-slider-arrow:hover i {
  margin-top: -5px;
  margin-right: 5px;
  color: #fff;
}
.bi-carousel-arrow-next-prev .bi-slider-arrow:hover:after {
  top: -5px;
  left: -5px;
  opacity: 1;
  visibility: visible;
}

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

.bi-testimonial-slider .swiper-slide-active .bi-testimonial-item .testimonial-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-testimonial-slider .swiper-slide-active .bi-testimonial-item .testimonial-text h3, .bi-testimonial-slider .swiper-slide-active .bi-testimonial-item .testimonial-text p, .bi-testimonial-slider .swiper-slide-active .bi-testimonial-item .testimonial-text h4 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-testimonial-slider .swiper-slide-active .bi-testimonial-item .testimonial-text h3 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bi-testimonial-slider .swiper-slide-active .bi-testimonial-item .testimonial-text p {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.bi-testimonial-slider .swiper-slide-active .bi-testimonial-item .testimonial-text h4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/*---------------------------------------------------- */
/*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;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bi-blog-section {
  padding: 120px 0px;
}

.bi-blog-content {
  padding-top: 40px;
}

.bi-blog-item {
  margin-bottom: 40px;
}
.bi-blog-item .bi-blog-img {
  overflow: hidden;
  border-radius: 10px;
}
.bi-blog-item .bi-blog-text-area {
  padding-top: 30px;
}
.bi-blog-item .bi-blog-text-area .bi-blog-text {
  padding-left: 30px;
}
.bi-blog-item .bi-blog-text-area .bi-blog-meta {
  margin-bottom: 32px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.bi-blog-item .bi-blog-text-area .bi-blog-meta:before {
  right: 0;
  top: 16px;
  width: 70%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: var(--base-color);
}
.bi-blog-item .bi-blog-text-area .bi-blog-meta:after {
  top: -18px;
  right: -50px;
  width: 70px;
  content: "";
  height: 70px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/icon/star2.png);
}
.bi-blog-item .bi-blog-text-area .bi-blog-meta a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 15px;
  border: 2px solid #fff;
  font-family: var(--heading);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: var(--base-color);
}
.bi-blog-item .bi-blog-text-area .bi-blog-meta a i {
  margin-right: 6px;
}
.bi-blog-item .bi-blog-text-area h3 {
  font-size: 45px;
  font-weight: 600;
  color: var(--title-color);
  padding-bottom: 18px;
}
.bi-blog-item .bi-blog-text-area p {
  line-height: 1.556;
  padding-bottom: 42px;
}
.bi-blog-item .bi-blog-text-area .bi-btn-1 a:before {
  top: -5px;
}
.bi-blog-item .bi-blog-text-area .bi-btn-1 a:after {
  bottom: -5px;
}
.bi-blog-item.right_align_content .bi-blog-meta {
  text-align: right;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.bi-blog-item.right_align_content .bi-blog-meta a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.bi-blog-item.right_align_content .bi-blog-meta:before {
  left: 0;
}
.bi-blog-item.right_align_content .bi-blog-meta:after {
  top: -19px;
  left: -50px;
  right: auto;
}
.bi-blog-item.right_align_content .bi-blog-text {
  padding-left: 0;
  text-align: right;
  padding-right: 30px;
}

/*---------------------------------------------------- */
/********************* HOME PAGE 2 **************************/
/*Global area*/
/*----------------------------------------------------*/
.home-2 {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--heading-2);
  background-color: var(--body-bg-color);
}
.home-2 .headline h1,
.home-2 .headline h2,
.home-2 .headline h3,
.home-2 .headline h4,
.home-2 .headline h5,
.home-2 .headline h6 {
  font-family: var(--heading-2);
}

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
.bi-banner-section {
  overflow: hidden;
}

.bi-banner-content .banner_img_1 {
  top: 25%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bi-banner-content .banner_img_3 {
  left: 110px;
  bottom: 240px;
}
.bi-banner-content .banner_img_2 {
  left: 18%;
  bottom: 150px;
}
.bi-banner-content .banner_img_4 {
  top: 30%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bi-banner-content .banner_img_5 {
  right: 18%;
  bottom: 20%;
}

.bi-banner-text {
  margin: 0 auto;
  max-width: 775px;
  padding: 295px 0px 245px;
}
.bi-banner-text .banner-subtitle {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--base-color);
  font-family: var(--body-font);
}
.bi-banner-text .banner-subtitle:before, .bi-banner-text .banner-subtitle:after {
  left: 0;
  top: 5px;
  width: 12px;
  content: "";
  height: 12px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.bi-banner-text .banner-subtitle:after {
  top: 10px;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 2px solid #000;
  background-color: var(--base-color);
}
.bi-banner-text h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  padding-bottom: 20px;
}
.bi-banner-text p {
  color: #cecece;
  margin: 0 auto;
  max-width: 670px;
  padding-bottom: 62px;
}

/*---------------------------------------------------- */
/*Key Feature area*/
/*----------------------------------------------------*/
.bi-key-feature-section {
  z-index: 1;
  padding-bottom: 65px;
}
.bi-key-feature-section .bi-side-shape {
  z-index: -1;
}
.bi-key-feature-section .bi-side-shape.shape_1 {
  left: 0;
  top: -120%;
}

.bi-key-feature-title-text {
  padding-top: 50px;
}
.bi-key-feature-title-text .bi-section-title-2 {
  margin-bottom: 52px;
}

.bi-key-feature-item {
  padding: 35px 40px;
  margin-bottom: 30px;
  background-color: #141522;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-key-feature-item .bi-key-feature-icon-number {
  margin-bottom: 35px;
}
.bi-key-feature-item .feature-icon {
  z-index: 1;
  padding-left: 15px;
}
.bi-key-feature-item .feature-icon:before {
  left: 5px;
  z-index: -1;
  width: 50px;
  content: "";
  bottom: -10px;
  height: 50px;
  position: absolute;
  border-radius: 100%;
  background-color: #313045;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-key-feature-item .feature-icon i {
  color: #fff;
  width: 78px;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--base-color);
}
.bi-key-feature-item .feature-number {
  color: #313045;
  line-height: 1;
  font-size: 90px;
  font-weight: 700;
}
.bi-key-feature-item .bi-key-feature-text {
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #313045;
}
.bi-key-feature-item .bi-key-feature-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bi-key-feature-item .bi-key-feature-text h3:hover {
  color: var(--base-color);
}
.bi-key-feature-item .bi-key-feature-list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.bi-key-feature-item .bi-key-feature-list li:before {
  top: 0;
  left: 0;
  color: #763fce;
  content: "\f055";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.bi-key-feature-item:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.bi-key-feature-item:hover .feature-icon:before {
  background-color: rgb(74, 72, 112);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bi-about-section-2 {
  z-index: 0;
  padding-bottom: 100px;
}
.bi-about-section-2 .bi-side-shape {
  z-index: -1;
}
.bi-about-section-2 .bi-side-shape.shape_1 {
  right: 0;
  top: -120%;
}

.bi-about-img2_1 {
  width: 600px;
  height: 600px;
  overflow: hidden;
  border-radius: 100%;
}

.bi-about-img2_2 {
  right: 50px;
  width: 295px;
  bottom: -80px;
  height: 295px;
  overflow: hidden;
  border-radius: 100%;
  border: 12px solid #171926;
  -webkit-box-shadow: 0px 0px 76px 0px rgba(255, 56, 56, 0.15);
          box-shadow: 0px 0px 76px 0px rgba(255, 56, 56, 0.15);
}

.bi-about-text-area-2 {
  padding-top: 70px;
}

.bi-about-list-2 {
  margin: 30px 0px 45px;
}
.bi-about-list-2 li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 8px;
}
.bi-about-list-2 li:before {
  top: 0;
  left: 0;
  content: "\f058";
  font-weight: 900;
  position: absolute;
  color: var(--base-color);
  font-family: "Font Awesome 5 Pro";
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.bi-service-section-2 {
  padding: 70px 0px 140px;
}

.hover-reveal {
  position: fixed;
  width: 200px;
  height: 150px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314;
}

.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}

.bi-service-item-wrapper-2 {
  padding-top: 30px;
}

.bi-service-list-item {
  padding: 0px 100px;
}
.bi-service-list-item a {
  z-index: 1;
  color: #fff;
  line-height: 1;
  font-size: 64px;
  font-weight: 700;
  margin: 40px 35px;
  padding-left: 45px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.bi-service-list-item a img {
  left: 0;
  top: -18px;
  width: 94px;
  z-index: -1;
  height: 94px;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-service-list-item a:hover {
  color: var(--base-color);
}
.bi-service-list-item a:hover img {
  left: 15px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/*---------------------------------------------------- */
/*Sold Employe area*/
/*----------------------------------------------------*/
.bi-sold-employe-section {
  z-index: 1;
}

.bi-sold-employe-content {
  padding: 50px 40px;
  border-radius: 220px;
  background-color: #2c3145;
}

.bi-sold-employe-text-area {
  padding-left: 50px;
}

.bi-sold-employe-counter-item {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cbcdd7;
}
.bi-sold-employe-counter-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.bi-sold-employe-counter-item .counter-img {
  width: 110px;
  margin-right: 5px;
}
.bi-sold-employe-counter-item .counter-text {
  color: #fff;
}
.bi-sold-employe-counter-item .counter-text h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 5px;
}
.bi-sold-employe-counter-item .counter-text p {
  font-size: 24px;
  font-weight: 300;
}

.bi-sold-employe-text {
  padding-left: 30px;
}
.bi-sold-employe-text .bi-section-title-2 {
  margin-bottom: 20px;
}
.bi-sold-employe-text .bi-section-title-2 h2 {
  font-size: 40px;
}

.bi-sold-employe-video {
  width: 307px;
  height: 307px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}
.bi-sold-employe-video .video-circle-text {
  top: 50%;
  left: 50%;
  width: 207px;
  height: 207px;
  opacity: 0.871;
  border-radius: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: rgb(207, 225, 253);
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.bi-portfolio-section-2 {
  z-index: 0;
  padding: 120px 0px 140px;
}
.bi-portfolio-section-2 .bi-side-shape {
  z-index: -1;
}
.bi-portfolio-section-2 .bi-side-shape.shape_1 {
  right: 0;
  top: -50%;
}
.bi-portfolio-section-2 .bi-side-shape.shape_2 {
  left: 0;
  bottom: -120%;
}

.bi-portfolio-content-2 {
  padding: 40px 0px 15px;
}

.bi-portfolio-item-2 {
  z-index: 1;
  margin-bottom: 45px;
}
.bi-portfolio-item-2.item-type-one {
  max-width: 451px;
}
.bi-portfolio-item-2.item-type-two {
  max-width: 746px;
}
.bi-portfolio-item-2:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 330px;
  background-color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-portfolio-item-2 .bi-portfolio-img {
  overflow: hidden;
  border-radius: 330px;
}
.bi-portfolio-item-2 .bi-portfolio-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-portfolio-item-2 .bi-portfolio-text {
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.bi-portfolio-item-2 .bi-portfolio-text h3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.bi-portfolio-item-2 .bi-portfolio-text h3 a {
  color: #181926;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 23px;
  display: inline-block;
  background-color: #fff;
}
.bi-portfolio-item-2 .bi-portfolio-text span {
  opacity: 0;
  margin-top: 5px;
  visibility: hidden;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.bi-portfolio-item-2 .bi-portfolio-text span a {
  color: #fff;
  font-size: 13px;
  padding: 10px 26px;
  display: inline-block;
  background-color: var(--base-color);
}
.bi-portfolio-item-2:hover .bi-portfolio-text h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.bi-portfolio-item-2:hover .bi-portfolio-text span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bi-portfolio-item-2:hover:before {
  -webkit-transform: rotate(-2.5deg);
          transform: rotate(-2.5deg);
}
.bi-portfolio-item-2:hover.item-type-one:before {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
.bi-portfolio-item-2:hover .bi-portfolio-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*---------------------------------------------------- */
/*Consult CTA area*/
/*----------------------------------------------------*/
.bi-consult-cta-section {
  z-index: 2;
  padding: 90px 0px 120px;
}

.bi-consult-cta-text-area .bi-section-title-2 h2 {
  font-size: 50px;
}

.bi-consult-cta-form-btn {
  margin-top: 40px;
  margin-bottom: 20px;
}
.bi-consult-cta-form-btn .nav-tabs {
  border: none;
}
.bi-consult-cta-form-btn .nav {
  display: block;
}
.bi-consult-cta-form-btn .nav-tabs .nav-item.show .nav-link,
.bi-consult-cta-form-btn .nav-tabs .nav-link.active,
.bi-consult-cta-form-btn .nav-tabs .nav-link {
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
}
.bi-consult-cta-form-btn li:last-child .bi-consult-btn-area {
  margin-right: 0;
}
.bi-consult-cta-form-btn .nav-tabs .nav-link.active .bi-consult-btn-area {
  border: 1px solid var(--base-color);
}
.bi-consult-cta-form-btn .nav-tabs .nav-link.active .bi-consult-btn-area .bi-consult-btn {
  background-color: var(--base-color);
}

.bi-consult-btn-area {
  width: 170px;
  height: 170px;
  padding: 15px;
  margin-right: 30px;
  border-radius: 25px;
  border: 1px solid #7d808a;
}
.bi-consult-btn-area .bi-consult-btn {
  width: 100%;
  height: 100%;
  padding-top: 22px;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-consult-btn-area .bi-consult-btn i {
  color: #fff;
  font-size: 60px;
  margin-bottom: 18px;
}
.bi-consult-btn-area .bi-consult-btn span {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.bi-consult-form-wrap {
  overflow: hidden;
  max-height: 585px;
}
.bi-consult-form-wrap .bi-consult-form-tilte {
  color: #fff;
  width: 52px;
  height: 90%;
  line-height: 52px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #111010;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.bi-consult-form-wrap .bi-consult-form-area {
  width: 100%;
  max-width: 430px;
  overflow: hidden;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-left: 1px solid var(--base-color);
}
.bi-consult-form-wrap .bi-consult-form-area .bi-consult-form-input {
  padding: 60px 60px 0px;
}
.bi-consult-form-wrap .bi-consult-form-area label {
  color: #e7d0d0;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.bi-consult-form-wrap .bi-consult-form-area label i {
  margin-right: 6px;
}
.bi-consult-form-wrap .bi-consult-form-area input, .bi-consult-form-wrap .bi-consult-form-area textarea {
  width: 100%;
  height: 55px;
  color: #000;
  padding-left: 15px;
  font-size: 12px;
  border-radius: 6px;
  margin-bottom: 25px;
  background-color: #fff;
}
.bi-consult-form-wrap .bi-consult-form-area input::-webkit-input-placeholder, .bi-consult-form-wrap .bi-consult-form-area textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 12px;
}
.bi-consult-form-wrap .bi-consult-form-area input::-moz-placeholder, .bi-consult-form-wrap .bi-consult-form-area textarea::-moz-placeholder {
  color: #000;
  font-size: 12px;
}
.bi-consult-form-wrap .bi-consult-form-area input:-ms-input-placeholder, .bi-consult-form-wrap .bi-consult-form-area textarea:-ms-input-placeholder {
  color: #000;
  font-size: 12px;
}
.bi-consult-form-wrap .bi-consult-form-area input::-ms-input-placeholder, .bi-consult-form-wrap .bi-consult-form-area textarea::-ms-input-placeholder {
  color: #000;
  font-size: 12px;
}
.bi-consult-form-wrap .bi-consult-form-area input::placeholder, .bi-consult-form-wrap .bi-consult-form-area textarea::placeholder {
  color: #000;
  font-size: 12px;
}
.bi-consult-form-wrap .bi-consult-form-area button {
  width: 100%;
  color: #fff;
  height: 60px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  background-color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-consult-form-wrap .bi-consult-form-area button:hover {
  background-color: #010101;
}

/*---------------------------------------------------- */
/*Pricing area*/
/*----------------------------------------------------*/
.bi-pricing-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 130px 0px 100px;
}
.bi-pricing-section-2 .bi-side-shape {
  z-index: -1;
}
.bi-pricing-section-2 .bi-side-shape.shape_1 {
  right: 0;
  top: -100%;
}

.bi-pricing-content-2 {
  padding-top: 45px;
}

.bi-pricing-item-2 {
  overflow: hidden;
  border-radius: 25px;
  padding: 75px 60px 55px;
}
.bi-pricing-item-2 .bi-pricing-title-2 {
  margin-bottom: 35px;
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.bi-pricing-item-2 .bi-pricing-title-2 span {
  font-size: 14px;
  font-weight: 400;
  color: var(--base-color);
}
.bi-pricing-item-2 .bi-pricing-title-2 h3 {
  color: #fff;
  font-weight: 600;
  font-weight: 33px;
  padding: 14px 0px 25px;
}
.bi-pricing-item-2 .bi-pricing-title-2 h4 {
  font-size: 32px;
  font-weight: 700;
  color: var(--base-color);
}
.bi-pricing-item-2 .bi-pricing-title-2 h4 sub {
  bottom: 0;
  color: #e2dee7;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.bi-pricing-item-2 .bi-price-list-area li {
  font-size: 15px;
  font-weight: 500;
  padding-left: 28px;
  margin-bottom: 15px;
  position: relative;
}
.bi-pricing-item-2 .bi-price-list-area li:before {
  top: 0;
  left: 0;
  content: "\f00c";
  font-weight: 400;
  position: absolute;
  color: var(--base-color);
  font-family: "Font Awesome 5 Pro";
}
.bi-pricing-item-2 .bi-btn-2 {
  margin-top: 40px;
}

/*---------------------------------------------------- */
/*Video Play area*/
/*----------------------------------------------------*/
.bi-video-play-content-2 {
  padding: 285px 0px 205px;
}
.bi-video-play-content-2 .video-play-text {
  margin-top: 30px;
}
.bi-video-play-content-2 .video-play-text h3 {
  font-size: 50px;
  font-weight: 700;
}
.bi-video-play-content-2 .video-play-text h3 span {
  font-weight: 200;
  display: block;
}

.bi-video-play-content-2 {
  text-align: center;
}
.bi-video-play-content-2 .video-play-logo {
  display: inline-block;
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.bi-team-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 120px 0px 55px;
}
.bi-team-section-2 .bi-side-shape {
  z-index: -1;
}
.bi-team-section-2 .bi-side-shape.shape_1 {
  left: 0;
  top: -150%;
}

.bi-team-content-2 {
  padding-top: 40px;
}

.bi-team-item-2 {
  margin: 0 auto;
  max-width: 373px;
  margin-bottom: 40px;
}
.bi-team-item-2 .team-shape.shape_1, .bi-team-item-2 .team-shape.shape_2 {
  right: 0;
  top: -18px;
  left: 30px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-team-item-2 .team-shape.shape_2 {
  top: auto;
  bottom: -11px;
}
.bi-team-item-2 .team-shape.shape_1 {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bi-team-item-2 .team-shape.shape_2 {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.bi-team-item-2 .bi-team-img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 25px;
}
.bi-team-item-2 .bi-team-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-team-item-2 .bi-team-text h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
}
.bi-team-item-2 .bi-team-text span {
  font-size: 16px;
  font-weight: 300;
  color: var(--base-color);
}
.bi-team-item-2 .bi-team-social {
  margin-top: 13px;
}
.bi-team-item-2 .bi-team-social li {
  opacity: 0;
  color: #fff;
  margin: 0px 12px;
  visibility: hidden;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.bi-team-item-2 .bi-team-social li a {
  -webkit-transition: 0;
  transition: 0;
}
.bi-team-item-2 .bi-team-social li:hover {
  color: var(--base-color);
}
.bi-team-item-2 .bi-team-social li:nth-child(1) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.bi-team-item-2 .bi-team-social li:nth-child(2) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.bi-team-item-2 .bi-team-social li:nth-child(3) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.bi-team-item-2 .bi-team-social li:nth-child(4) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.bi-team-item-2:hover .team-shape.shape_1, .bi-team-item-2:hover .team-shape.shape_2 {
  opacity: 1;
  visibility: visible;
}
.bi-team-item-2:hover .team-shape.shape_1 {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bi-team-item-2:hover .team-shape.shape_2 {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bi-team-item-2:hover .bi-team-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bi-team-item-2:hover .bi-team-social li {
  opacity: 1;
  visibility: visible;
}
.bi-team-item-2:hover .bi-team-social li:nth-child(1) {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bi-team-item-2:hover .bi-team-social li:nth-child(2) {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.bi-team-item-2:hover .bi-team-social li:nth-child(3) {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bi-team-item-2:hover .bi-team-social li:nth-child(4) {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.bi-counter-section-3 {
  padding-bottom: 135px;
}

.bi-counter-item-3 {
  max-width: 370px;
}
.bi-counter-item-3:after {
  top: 20%;
  left: 50%;
  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-3:before {
  top: 40%;
  left: 50%;
  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-3 h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}
.bi-counter-item-3 p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  max-width: 135px;
  line-height: 1.2;
}

/*---------------------------------------------------- */
/*Testumonial area*/
/*----------------------------------------------------*/
.bi-testimonial-section-2 .background_parallax {
  padding: 120px 0px;
}

.bi-testimonial-thumb {
  top: 90px;
  z-index: 2;
  left: -130px;
  width: 190px;
  text-align: right;
}

.bi-testimonial-nav {
  height: 305px;
}
.bi-testimonial-nav .bi-testimonial-nav-item {
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-testimonial-nav .bi-testimonial-nav-item img {
  width: 90px;
  height: 90px;
  cursor: pointer;
  border-radius: 100%;
  border: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-testimonial-nav .bi-testimonial-nav-item:before {
  top: 45px;
  height: 1px;
  content: "";
  width: 0px;
  right: -70px;
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  background-color: var(--base-color);
}
.bi-testimonial-nav .swiper-slide-active .bi-testimonial-nav-item {
  -webkit-transform: translateX(-90px);
          transform: translateX(-90px);
}
.bi-testimonial-nav .swiper-slide-active .bi-testimonial-nav-item:before {
  width: 57px;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bi-testimonial-nav .swiper-slide-active .bi-testimonial-nav-item img {
  border: 5px solid var(--base-color);
}

.bi-testimonial-item-2 .bi-testimonial-img {
  opacity: 0;
  width: 493px;
  height: 493px;
  overflow: hidden;
  margin-right: 50px;
  visibility: hidden;
  border-radius: 100%;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.bi-testimonial-item-2 .bi-testimonial-text {
  max-width: 540px;
}
.bi-testimonial-item-2 .bi-testimonial-text .testimonial-quote {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bi-testimonial-item-2 .bi-testimonial-text .testimonial-desc {
  opacity: 0;
  font-size: 21px;
  font-weight: 400;
  visibility: hidden;
  margin: 25px 0px 33px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bi-testimonial-item-2 .bi-testimonial-text .testimonial-author h3 {
  opacity: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  visibility: hidden;
  padding-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bi-testimonial-item-2 .bi-testimonial-text .testimonial-author span {
  opacity: 0;
  display: block;
  font-size: 15px;
  font-weight: 400;
  visibility: hidden;
  color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.bi-testimonial-slider-for .swiper-slide-active .bi-testimonial-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bi-testimonial-slider-for .swiper-slide-active .bi-testimonial-text .testimonial-quote {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bi-testimonial-slider-for .swiper-slide-active .bi-testimonial-text .testimonial-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.bi-testimonial-slider-for .swiper-slide-active .bi-testimonial-text .testimonial-author h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.bi-testimonial-slider-for .swiper-slide-active .bi-testimonial-text .testimonial-author span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bi-blog-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 120px 0px 50px;
}
.bi-blog-section-2 .bi-side-shape {
  z-index: -1;
}
.bi-blog-section-2 .bi-side-shape.shape_1 {
  right: 0;
  top: -80%;
}

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

.bi-blog-item-2 {
  margin: 0 auto;
  max-width: 370px;
  margin-bottom: 30px;
}
.bi-blog-item-2 .blog-img-area {
  z-index: 1;
  width: 370px;
  height: 120px;
  margin-bottom: 14px;
}
.bi-blog-item-2 .blog-img-area .blog-img {
  overflow: hidden;
  border-radius: 140px;
}
.bi-blog-item-2 .blog-img-area .blog-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-blog-item-2 .blog-img-area:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 140px;
  background-color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-blog-item-2 .bi-blog-text {
  padding-left: 35px;
}
.bi-blog-item-2 .bi-blog-text .blog-meta {
  margin-bottom: 6px;
}
.bi-blog-item-2 .bi-blog-text .blog-meta a {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  margin-right: 20px;
  color: var(--base-color);
}
.bi-blog-item-2 .bi-blog-text .blog-meta a:before {
  top: -2px;
  right: -18px;
  content: "x";
  font-size: 12px;
  position: absolute;
  color: var(--base-color);
}
.bi-blog-item-2 .bi-blog-text .blog-meta a:last-child {
  margin-right: 0;
}
.bi-blog-item-2 .bi-blog-text .blog-meta a:last-child:before {
  display: none;
}
.bi-blog-item-2 .bi-blog-text h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.524;
}
.bi-blog-item-2 .bi-blog-text .read_more {
  opacity: 0;
  font-size: 12px;
  font-weight: 400;
  visibility: hidden;
  display: inline-block;
  color: var(--base-color);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-blog-item-2 .bi-blog-text .read_more i {
  margin-left: 5px;
}
.bi-blog-item-2:hover .blog-img-area:before {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.bi-blog-item-2:hover .blog-img-area .blog-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bi-blog-item-2:hover .bi-blog-text .read_more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*---------------------------------------------------- */
/********************* HOME PAGE 3 **************************/
/*Global area*/
/*----------------------------------------------------*/
.home-3 {
  background-color: #070506;
  color: rgba(255, 255, 255, 0.7);
}
.home-3 .container {
  max-width: 1315px;
}

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
.bi-slider-content-3 {
  z-index: 1;
}
.bi-slider-content-3 .slider_shape {
  z-index: 2;
}
.bi-slider-content-3 .slider_shape.shape_1 {
  left: 0;
  bottom: 0;
}
.bi-slider-content-3 .slider_shape.shape_2 {
  left: 30%;
  bottom: 40px;
  -webkit-animation: Bins_animation_1 8s infinite linear alternate;
          animation: Bins_animation_1 8s infinite linear alternate;
}
.bi-slider-content-3 .slider_shape.shape_3 {
  left: 16%;
  bottom: 15%;
  -webkit-animation: Bins_animation_3 8s infinite linear alternate;
          animation: Bins_animation_3 8s infinite linear alternate;
}
.bi-slider-content-3 .slider_shape.shape_4 {
  left: 50%;
  top: 195px;
  -webkit-animation: Bins_animation_2 12s infinite linear alternate;
          animation: Bins_animation_2 12s infinite linear alternate;
}
.bi-slider-content-3 .slider_shape.shape_5 {
  left: 53%;
  bottom: 20%;
}
.bi-slider-content-3 .bi-slider-social {
  top: 50%;
  right: 50px;
  z-index: 2;
  color: #fff;
  font-family: var(--heading);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bi-slider-content-3 .bi-slider-social span {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  letter-spacing: 5px;
  padding-bottom: 80px;
  display: inline-block;
  text-transform: uppercase;
}
.bi-slider-content-3 .bi-slider-social span:before {
  left: 10px;
  width: 1px;
  content: "";
  bottom: 25px;
  height: 35px;
  position: absolute;
  background-color: #fff;
}
.bi-slider-content-3 .bi-slider-social a {
  width: 52px;
  height: 45px;
  line-height: 51px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon/s-bg.png);
}
.bi-slider-content-3 .bi-slider-social a:last-child {
  margin-bottom: 0;
}

.bi-slider-item-3 {
  z-index: 1;
  overflow: hidden;
  padding: 245px 0px 205px;
}
.bi-slider-item-3 .bi-slider-img3_1 {
  top: 0;
  right: 0;
  z-index: -3;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}
.bi-slider-item-3 .bi-slider-img3_2 {
  right: 0;
  bottom: 0;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}
.bi-slider-item-3 .bi-slider-text-3 {
  max-width: 675px;
}
.bi-slider-item-3 .bi-slider-text-3 .slider-sub-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 18px;
  display: inline-block;
  font-family: var(--heading);
  border: 1px solid var(--base-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.bi-slider-item-3 .bi-slider-text-3 h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 100px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.bi-slider-item-3 .bi-slider-text-3 h1 span {
  display: block;
  font-size: 117px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(255, 56, 56)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgb(255, 56, 56) 30%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bi-slider-item-3 .bi-slider-text-3 .slider-img-desc {
  margin-top: 30px;
  margin-bottom: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.bi-slider-item-3 .bi-slider-text-3 .slider-img-desc .inner-img {
  width: 137px;
  height: 120px;
  overflow: hidden;
  margin-right: 25px;
  border-radius: 17px;
}
.bi-slider-item-3 .bi-slider-text-3 .slider-img-desc .inner-text {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  max-width: 495px;
  line-height: 30px;
}
.bi-slider-item-3 .bi-slider-text-3 .slider-btn-grp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.bi-slider-item-3 .bi-slider-text-3 .slider-btn-grp .bi-btn-3 {
  margin-right: 50px;
}
.bi-slider-item-3 .bi-slider-text-3 .slider-btn-grp .bi-slider-video-play a {
  color: #fff;
  font-weight: 500;
  font-family: var(--heading);
}
.bi-slider-item-3 .bi-slider-text-3 .slider-btn-grp .bi-slider-video-play a i {
  font-size: 50px;
  margin-right: 15px;
  color: var(--base-color);
}

.bi-slider-wrapper-3 .swiper-slide-active .bi-slider-item-3 .bi-slider-text-3 .slider-sub-title {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bi-slider-wrapper-3 .swiper-slide-active .bi-slider-item-3 .bi-slider-text-3 h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bi-slider-wrapper-3 .swiper-slide-active .bi-slider-item-3 .bi-slider-text-3 .slider-img-desc {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.bi-slider-wrapper-3 .swiper-slide-active .bi-slider-item-3 .bi-slider-text-3 .slider-btn-grp {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bi-slider-wrapper-3 .swiper-slide-active .bi-slider-item-3 .bi-slider-img3_1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.bi-slider-wrapper-3 .swiper-slide-active .bi-slider-item-3 .bi-slider-img3_2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.bi-main-arrow-next-prev {
  top: 50%;
  left: 25px;
  z-index: 2;
  overflow: hidden;
  padding: 85px 50px;
  border-radius: 80px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid var(--base-color);
}
.bi-main-arrow-next-prev .arrow-bg-zooming {
  z-index: -1;
  overflow: hidden;
  -webkit-animation: zoom-in-zoom-out 15s ease infinite;
          animation: zoom-in-zoom-out 15s ease infinite;
}
.bi-main-arrow-next-prev .arrow-bg-zooming:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.bi-main-arrow-next-prev .bi-slider-arrow {
  z-index: 1;
  position: relative;
}
.bi-main-arrow-next-prev .bi-slider-arrow i {
  color: #fff;
  font-size: 40px;
}
.bi-main-arrow-next-prev .bi-slider-arrow:before {
  top: 15px;
  left: -6px;
  z-index: -1;
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(255, 255, 255, 0.2);
}
.bi-main-arrow-next-prev .bi-slider-arrow.bi-main-button-prev_3:before {
  top: -25px;
}
.bi-main-arrow-next-prev .bi-slider-arrow:hover:before {
  background-color: var(--base-color);
}
.bi-main-arrow-next-prev .swiper-paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
}
.bi-main-arrow-next-prev .swiper-paginations .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 3px 0px;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
}
.bi-main-arrow-next-prev .swiper-paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--base-color);
  border: 1px solid var(--base-color);
}

/*---------------------------------------------------- */
/*What We Offer area*/
/*----------------------------------------------------*/
.bi-what-we-offer-section {
  z-index: 1;
  overflow: hidden;
  padding: 165px 0px 130px;
}
.bi-what-we-offer-section .bi-shape-anim {
  z-index: -1;
}
.bi-what-we-offer-section .bi-shape-anim.anim_1 {
  top: 170px;
  left: -50px;
  -webkit-animation: Bins_animation_1 8s infinite linear alternate;
          animation: Bins_animation_1 8s infinite linear alternate;
}
.bi-what-we-offer-section .bi-shape-anim.anim_2 {
  top: 200px;
  right: -70px;
  -webkit-animation: Bins_animation_3 8s infinite linear alternate;
          animation: Bins_animation_3 8s infinite linear alternate;
}
.bi-what-we-offer-section .bi-shape-anim.anim_3 {
  left: -100px;
  bottom: 100px;
}
.bi-what-we-offer-section .bi-shape-anim.anim_4 {
  top: 50%;
  right: 50px;
}

.bi-what-we-offer-top-content {
  padding-bottom: 55px;
  border-bottom: 1px solid #312f30;
}
.bi-what-we-offer-top-content .bi-section-title-3 {
  max-width: 745px;
}
.bi-what-we-offer-top-content .bi-btn-3 {
  margin: 20px 0px;
}

.bi-what-we-offer-item {
  padding: 30px 0px;
  border-bottom: 1px solid #312f30;
}
.bi-what-we-offer-item .bi-what-we-offer-img-title {
  max-width: 500px;
}
.bi-what-we-offer-item .bi-what-we-offer-img-title .offer-img {
  width: 162px;
  height: 162px;
  overflow: hidden;
  margin-right: 40px;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 3px solid transparent;
}
.bi-what-we-offer-item .bi-what-we-offer-img-title .offer-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-what-we-offer-item .bi-what-we-offer-img-title .offer-title {
  max-width: 295px;
}
.bi-what-we-offer-item .bi-what-we-offer-img-title .offer-title h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}
.bi-what-we-offer-item .bi-what-we-offer-img-title .offer-title h3 a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bi-what-we-offer-item .bi-what-we-offer-desc {
  max-width: 470px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: rgba(255, 255, 255, 0.7);
}
.bi-what-we-offer-item .offer-btn a {
  color: #fff;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 5px;
  display: inline-block;
  font-family: var(--heading);
  border: 1px solid var(--base-color);
}
.bi-what-we-offer-item .offer-btn a:hover {
  color: #fff;
  background-color: var(--base-color);
}
.bi-what-we-offer-item:hover .bi-what-we-offer-img-title .offer-img {
  border: 3px solid var(--base-color);
}
.bi-what-we-offer-item:hover .bi-what-we-offer-img-title .offer-img img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.bi-what-we-offer-item:hover .bi-what-we-offer-img-title .offer-title h3 a {
  color: var(--base-color);
  background-size: 100% 100%;
}
.bi-what-we-offer-item:hover .bi-what-we-offer-desc {
  color: rgb(255, 255, 255);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bi-about-section-3 {
  padding: 130px 0px;
  background-color: #111318;
}
.bi-about-section-3 .bi-shape-anim.anim_1 {
  top: 70px;
  right: 45px;
  -webkit-animation: Bins_animation_3 8s infinite linear alternate;
          animation: Bins_animation_3 8s infinite linear alternate;
}
.bi-about-section-3 .bi-shape-anim.anim_2 {
  left: 120px;
  bottom: 180px;
}
.bi-about-section-3 .bi-shape-anim.anim_3 {
  right: 200px;
  bottom: 200px;
}

.bi-abut-feature-list {
  margin-top: 30px;
  border-radius: 10px;
  padding: 28px 0px 0px;
  background-color: #1d1f24;
  font-family: var(--heading);
}
.bi-abut-feature-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bi-abut-feature-list li {
  width: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 25px;
  margin-bottom: 20px;
}
.bi-abut-feature-list li i {
  width: 30px;
  font-size: 30px;
  margin-right: 15px;
  color: var(--base-color);
}

.bi-about-img-3 {
  z-index: 1;
  margin-top: 30px;
  padding-left: 45px;
}
.bi-about-img-3:before {
  top: 50%;
  height: 80%;
  right: -12px;
  width: 150px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--base-color);
}
.bi-about-img-3 .about-img {
  overflow: hidden;
  border-radius: 10px;
}

@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
.bi-about-video-play-area {
  margin-top: 40px;
}
.bi-about-video-play-area .bi-about-exp-area {
  left: 49%;
  z-index: 1;
  top: -125px;
  width: 210px;
  height: 208px;
  padding-top: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bi-about-video-play-area .bi-about-exp-area h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 120%;
}
.bi-about-video-play-area .bi-about-exp-area span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  font-family: var(--heading);
}
.bi-about-video-play-area .video-play-btn {
  left: 0;
  top: 50%;
  right: 0;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bi-about-video-play-area .video-play-btn .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 20px solid rgba(255, 255, 255, 0.7);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.bi-about-video-play-area .video-play-btn .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.bi-about-video-play-area .video-play-btn .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.bi-about-video-play-area .video-play-btn a {
  z-index: 2;
  color: #fff;
  width: 90px;
  height: 90px;
  font-size: 30px;
  position: relative;
  border-radius: 100%;
  background-color: var(--base-color);
}

.bi-about-video-play {
  overflow: hidden;
  border-radius: 10px;
}
.bi-about-video-play:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(206deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 56, 56, 0.34) 100%);
}

.bi-about-text-quote-area {
  padding-top: 150px;
  padding-left: 25px;
}
.bi-about-text-quote-area p {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  font-family: var(--heading);
  padding-bottom: 40px;
}
.bi-about-text-quote-area .quote-author {
  margin-bottom: 50px;
}
.bi-about-text-quote-area .quote-author h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--base-color);
  padding-bottom: 15px;
}
.bi-about-text-quote-area .quote-author span {
  font-weight: 600px;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.bi-team-section-3 {
  overflow: hidden;
  padding: 130px 0px;
}
.bi-team-section-3 .bi-shape-anim.anim_1 {
  top: 0;
  right: -50px;
  -webkit-animation: Bins_animation_2 8s infinite linear alternate;
          animation: Bins_animation_2 8s infinite linear alternate;
}
.bi-team-section-3 .bi-shape-anim.anim_2 {
  left: 0;
  bottom: -100px;
  -webkit-animation: Bins_animation_1 8s infinite linear alternate;
          animation: Bins_animation_1 8s infinite linear alternate;
}

.bi-team-item-3 {
  max-width: 410px;
  border-radius: 5px;
  padding: 50px 40px 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid transparent;
  background: rgba(17, 19, 24, 0.5);
}
.bi-team-item-3 .bi-team-img-social {
  margin-bottom: 45px;
}
.bi-team-item-3 .bi-team-img-social img {
  width: 308px;
  height: 308px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid transparent;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.bi-team-item-3 .bi-team-img-social .team-social {
  top: 50%;
  opacity: 0;
  right: 30px;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-team-item-3 .bi-team-img-social .team-social a {
  color: #fff;
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  margin-bottom: 15px;
  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-color: var(--base-color);
}
.bi-team-item-3 .bi-team-img-social .team-social a:last-child {
  margin-bottom: 0;
}
.bi-team-item-3 .bi-team-img-social .team-social a:nth-child(1) {
  -webkit-transform: translateX(-10px) translateY(-15px);
          transform: translateX(-10px) translateY(-15px);
}
.bi-team-item-3 .bi-team-img-social .team-social a:nth-child(2) {
  -webkit-transform: translateX(20px) translateY(-10px);
          transform: translateX(20px) translateY(-10px);
}
.bi-team-item-3 .bi-team-img-social .team-social a:nth-child(3) {
  -webkit-transform: translateX(-5px) translateY(0px);
          transform: translateX(-5px) translateY(0px);
}
.bi-team-item-3 .bi-team-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 12px;
}
.bi-team-item-3 .bi-team-text span {
  font-weight: 500;
  color: var(--base-color);
  font-family: var(--heading);
}
.bi-team-item-3:hover {
  border: 1px solid var(--base-color);
}
.bi-team-item-3:hover .bi-team-img-social img {
  border: 1px solid var(--base-color);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.bi-team-item-3:hover .bi-team-img-social .team-social {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.bi-team-slider-content-3 {
  margin: 0 auto;
  padding-top: 55px;
  max-width: 1920px;
}
.bi-team-slider-content-3 .bi-team-slider-3 {
  margin: 0 -135px 0 0;
  max-width: 1735px;
}

.bi-team-pagination-carousel {
  margin-top: 50px;
}
.bi-team-pagination-carousel .bi-team-carousel {
  margin-left: 20px;
}
.bi-team-pagination-carousel .bi-slider-arrow {
  width: 52px;
  color: var(--base-color);
  height: 52px;
  font-size: 25px;
  margin-left: 15px;
  border-radius: 100%;
  border: 2px solid var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-team-pagination-carousel .bi-slider-arrow:hover {
  color: #fff;
  background-color: var(--base-color);
}
.bi-team-pagination-carousel .swiper-team-paginations {
  width: 100%;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #1d1c1c;
}
.bi-team-pagination-carousel .swiper-team-paginations .swiper-pagination-bullet {
  width: 50%;
  height: 4px;
  border-radius: 0;
  margin-top: -3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-team-pagination-carousel .swiper-team-paginations .swiper-pagination-bullet-active {
  background-color: var(--base-color);
}

/*---------------------------------------------------- */
/*Pricing area*/
/*----------------------------------------------------*/
.bi-pricing-section-3 {
  overflow: hidden;
  padding: 120px 0px 90px;
}
.bi-pricing-section-3 .bi-shape-anim.anim_1 {
  top: 100px;
  right: 100px;
  -webkit-animation: Bins_animation_2 8s infinite linear alternate;
          animation: Bins_animation_2 8s infinite linear alternate;
}
.bi-pricing-section-3 .bi-shape-anim.anim_2 {
  top: 50%;
  left: 50px;
}
.bi-pricing-section-3 .bi-shape-anim.anim_3 {
  bottom: 100px;
  right: -150px;
}

.bi-price-top-content .bi-section-title-3 {
  max-width: 420px;
}
.bi-price-top-content .bi-section-top-text {
  max-width: 550px;
  margin: 30px 0px 20px;
}

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

.bi-pricing-item-area-3 {
  z-index: 1;
  padding-bottom: 15px;
}
.bi-pricing-item-area-3:before {
  bottom: 0;
  right: 0;
  width: 80%;
  z-index: -1;
  height: 50%;
  content: "";
  position: absolute;
  border-radius: 25px;
  background-color: var(--base-color);
}
.bi-pricing-item-area-3 .bi-pricing-item-3 {
  margin: 0 auto;
  max-width: 388px;
  padding: 30px 30px 40px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.bi-pricing-item-area-3 .bi-pricing-item-3:before {
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 39px solid var(--base-color);
  border-right: 39px solid transparent;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--heading);
  margin-bottom: 30px;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price {
  padding: 36px 40px;
  border-radius: 100px;
  margin-bottom: 45px;
  background-color: #e63333;
  border: 10px solid var(--base-color);
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price h3 sub {
  bottom: 0;
  font-size: 20px;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-price h3 span {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-list li {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding: 16px 0px 18px;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .plan-list li:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1.112px;
  position: absolute;
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(22, 35, 43, 0) 100%);
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .price-btn {
  margin-top: 38px;
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .price-btn a {
  color: #fff;
  border-radius: 5px;
  padding: 14px 40px;
  font-weight: 600;
  display: inline-block;
  font-family: var(--heading);
  border: 1px solid var(--base-color);
}
.bi-pricing-item-area-3 .bi-pricing-item-3 .price-btn a:hover {
  background-color: var(--base-color);
}

.pricing-page-content .bi-pricing-item-area-3:before {
  right: -10px;
}
.pricing-page-content .bi-section-title-1 {
  max-width: 500px;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.bi-testimonial-section-3 {
  overflow: hidden;
  padding: 130px 0px;
}
.bi-testimonial-section-3 .bi-section-title-3 {
  margin: 0 auto;
  max-width: 710px;
}
.bi-testimonial-section-3 .bi-shape-anim.anim_1 {
  top: 150px;
  left: -50px;
  -webkit-animation: Bins_animation_1 8s infinite linear alternate;
          animation: Bins_animation_1 8s infinite linear alternate;
}

.bi-testimonial-item-3 {
  width: 100%;
  overflow: hidden;
  max-width: 625px;
  padding: 45px 40px;
  border-radius: 10px;
  background-color: rgb(17, 19, 24);
}
.bi-testimonial-item-3 .quote-icon {
  top: 35px;
  right: 35px;
}
.bi-testimonial-item-3 .testimonial-img {
  bottom: -75px;
  right: -45px;
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid var(--base-color);
}
.bi-testimonial-item-3 .testimonial-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  max-width: 415px;
  line-height: 40px;
  padding-bottom: 40px;
  font-family: var(--heading);
}
.bi-testimonial-item-3 .testimonial-author h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  color: var(--base-color);
}
.bi-testimonial-item-3 .testimonial-author span {
  font-weight: 600;
}

.bi-testimonial-content-3 {
  margin: 0 auto;
  padding-top: 55px;
  max-width: 1920px;
}
.bi-testimonial-content-3 .testimonial-circle {
  top: -55px;
  right: -80px;
  width: 665px;
  height: 665px;
  border-radius: 100%;
  border: 65px solid var(--base-color);
}
.bi-testimonial-content-3 .bi-testimonial-slider-3 {
  margin: 0 -330px 0 0;
  max-width: 1920px;
}

.bins-dot-carousel {
  margin-top: 70px;
}
.bins-dot-carousel .swiper-pagination-bullet {
  width: 20px;
  opacity: 1;
  height: 20px;
  position: relative;
  border-radius: 100%;
  background-color: #390f10;
  margin: 0px 14px;
}
.bins-dot-carousel .swiper-pagination-bullet:before {
  top: -8px;
  left: -9px;
  width: 37px;
  content: "";
  height: 37px;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 2px solid var(--base-color);
}
.bins-dot-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--base-color);
}
.bins-dot-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.bi-portfolio-section-3 {
  z-index: 2;
  margin: 0 auto;
  max-width: 1920px;
}

.bi-portfolio-filter-btn li {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  margin-left: 5px;
  padding: 15px 25px;
  border-radius: 5px;
  background: #111318;
  text-transform: uppercase;
  font-family: var(--heading);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-portfolio-filter-btn li.filtr-active, .bi-portfolio-filter-btn li:hover {
  background-color: var(--base-color);
}

.bi-portfolio-item-3 {
  width: 33.33%;
}

.bi-portfolio-feed-item-wrapper {
  margin: 50px 0px;
}

.bi-portfolio-img-text-3 {
  z-index: 1;
  overflow: hidden;
}
.bi-portfolio-img-text-3:before {
  left: 0;
  top: 150px;
  z-index: 1;
  width: 100%;
  content: "";
  opacity: 0;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 56, 56, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 56, 56, 0.8) 100%);
}
.bi-portfolio-img-text-3 .portfolio-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-portfolio-img-text-3 .porfolio-icon {
  left: 0;
  top: 35%;
  right: 0;
  z-index: 2;
  opacity: 0;
  width: 100px;
  color: #fff;
  height: 100px;
  margin: 0 auto;
  font-size: 30px;
  visibility: hidden;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--base-color);
}
.bi-portfolio-img-text-3 .portfolio-text {
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  bottom: -100px;
  padding: 30px;
  visibility: hidden;
  background: #070506;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 2px solid var(--base-color);
}
.bi-portfolio-img-text-3 .portfolio-text span {
  opacity: 0;
  visibility: hidden;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
  color: var(--base-color);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bi-portfolio-img-text-3 .portfolio-text h3 {
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.bi-portfolio-img-text-3 .portfolio-text .more_btn {
  top: 50%;
  opacity: 0;
  width: 62px;
  height: 62px;
  right: -60px;
  font-size: 26px;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  background-color: var(--base-color);
}
.bi-portfolio-img-text-3 .portfolio-text .more_btn i {
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bi-portfolio-img-text-3:hover:before {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.bi-portfolio-img-text-3:hover .portfolio-img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.bi-portfolio-img-text-3:hover .porfolio-icon {
  top: 40%;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.bi-portfolio-img-text-3:hover .portfolio-text {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.bi-portfolio-img-text-3:hover .portfolio-text span {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.bi-portfolio-img-text-3:hover .portfolio-text h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.bi-portfolio-img-text-3:hover .portfolio-text .more_btn {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/*---------------------------------------------------- */
/*Sponsor area*/
/*----------------------------------------------------*/
.bi-sponsor-section-3 {
  z-index: 1;
  padding-top: 120px;
}
.bi-sponsor-section-3 .sponsor-bg {
  z-index: -1;
  top: -150px;
}

.bi-sponsor-slider-3 {
  padding: 70px 0px;
  border-top: 1.5px dashed var(--base-color);
  border-bottom: 1.5px dashed var(--base-color);
}
.bi-sponsor-slider-3 .slider-img {
  height: 80px;
  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;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bi-blog-section-3 {
  z-index: 2;
  overflow: hidden;
  padding: 130px 0px;
  background-color: #070506;
}
.bi-blog-section-3 .bi-shape-anim.anim_1 {
  left: 100px;
  bottom: 20%;
  -webkit-animation: Bins_animation_3 8s infinite linear alternate;
          animation: Bins_animation_3 8s infinite linear alternate;
}
.bi-blog-section-3 .bi-shape-anim.anim_2 {
  top: 80px;
  right: 30px;
  -webkit-animation: Bins_animation_3 8s infinite linear alternate;
          animation: Bins_animation_3 8s infinite linear alternate;
}

.bi-blog-item-3 {
  z-index: 1;
  max-width: 410px;
  overflow: hidden;
  border-radius: 5px;
  padding: 50px 30px 110px;
}
.bi-blog-item-3:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 19, 24, 0.96)), to(rgba(17, 19, 24, 0.96)));
  background: linear-gradient(0deg, rgba(17, 19, 24, 0.96) 0%, rgba(17, 19, 24, 0.96) 100%);
}
.bi-blog-item-3 .bi-blog-author {
  margin-bottom: 50px;
}
.bi-blog-item-3 .bi-blog-author .inner-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid transparent;
}
.bi-blog-item-3 .bi-blog-author .inner-text span {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.bi-blog-item-3 .bi-blog-author .inner-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.bi-blog-item-3 .bi-blog-text {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-blog-item-3 .bi-blog-text .blog-meta {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--base-color);
  font-family: var(--heading);
}
.bi-blog-item-3 .bi-blog-text .blog-meta i {
  margin-right: 8px;
}
.bi-blog-item-3 .bi-blog-text h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 15px;
}
.bi-blog-item-3 .bi-blog-text h3 a {
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bi-blog-item-3 .bi-blog-text p {
  opacity: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-blog-item-3 .more_btn {
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 30px;
  font-family: var(--heading);
  background-color: rgba(255, 56, 56, 0.1);
}
.bi-blog-item-3 .more_btn i {
  font-size: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-blog-item-3:hover:before {
  opacity: 0.7;
}
.bi-blog-item-3:hover .bi-blog-author .inner-img {
  border: 1px solid var(--base-color);
}
.bi-blog-item-3:hover .bi-blog-text {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.bi-blog-item-3:hover .bi-blog-text h3 a {
  color: inherit;
  background-size: 100% 100%;
}
.bi-blog-item-3:hover .bi-blog-text p {
  opacity: 1;
  visibility: visible;
}
.bi-blog-item-3:hover .more_btn {
  background-color: var(--base-color);
}
.bi-blog-item-3:hover .more_btn i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bi-blog-slider-3 {
  margin: 50px 0px;
}

/*---------------------------------------------------- */
/********************* Home Page 4 **************************/
/*Global area*/
/*----------------------------------------------------*/
.home-4 {
  background-color: #1b1c35;
  color: rgba(255, 255, 255, 0.7);
}

.bi-btn-4 a {
  color: #fff;
  z-index: 1;
  overflow: hidden;
  font-weight: 600;
  position: relative;
  border-radius: 100px;
  display: inline-block;
  white-space: nowrap;
  padding: 15px 64px 15px 30px;
  font-family: var(--heading);
  background: var(--linear, linear-gradient(135deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%));
}
.bi-btn-4 a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(11, 12, 14, 0.23);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-btn-4 a span {
  top: 0;
  right: 0;
  width: 39px;
  height: 60px;
  position: absolute;
  border-radius: 50px 0px 0px 50px;
  background: rgba(11, 12, 14, 0.23);
}
.bi-btn-4 a:hover:before {
  width: 100%;
}

.bi-section-title-4 .sub-title {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: var(--base-color);
  font-family: var(--heading);
  padding-bottom: 12px;
}
.bi-section-title-4 .sub-title:before {
  top: 10px;
  right: -80px;
  width: 72px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--base-color);
}
.bi-section-title-4 h2 {
  color: #fff;
  font-size: 62px;
  font-weight: 700;
}
.bi-section-title-4 p {
  padding-top: 30px;
}
.bi-section-title-4.text-center .sub-title:after {
  top: 10px;
  left: -80px;
  width: 72px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: var(--base-color);
}

.bi-title-waterprint h2 {
  opacity: 0.5;
  font-size: 153px;
  font-weight: 700;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.28)), to(rgba(27, 28, 53, 0.44)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(27, 28, 53, 0.44) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bi-footer-cta.blue-footer:before {
  background-color: #1b1c35;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
@-webkit-keyframes rotate-2 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-2 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.bi-header-section.header-style-four {
  padding: 22px 0px;
  background: #161729;
  border-radius: 0px 0px 50px 50px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 56, 56, 0.5);
          box-shadow: 0px 1px 0px 0px rgba(255, 56, 56, 0.5);
}
.bi-header-section.header-style-four .bi-header-content {
  margin: 0 auto;
  max-width: 1290px;
}
.bi-header-section.header-style-four .bi-header-social a {
  color: #fff;
  font-size: 15px;
  margin-left: 15px;
}
.bi-header-section.header-style-four .bi-header-social a:first-child {
  margin-left: 0;
}
.bi-header-section.header-style-four .bi-header-social a:hover {
  color: var(--base-color);
}
.bi-header-section.header-style-four.sticky-on {
  right: 0;
  top: auto;
  padding: 0;
  bottom: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
  border-radius: 100px;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.bi-header-section.header-style-four.sticky-on .bi-header-social {
  display: none;
}
.bi-header-section.header-style-four.sticky-on .dropdown-menu {
  bottom: 100%;
  top: auto;
}
.bi-header-section.header-style-four.sticky-on .dropdown-menu .dropdown-menu {
  top: 30px;
  bottom: auto;
}
.bi-header-section.header-style-four .bi-header-main-navigation .main-navigation li a {
  z-index: 1;
  position: relative;
}
.bi-header-section.header-style-four .bi-header-main-navigation .main-navigation li a:before {
  top: 0;
  left: -5px;
  z-index: -1;
  width: 22px;
  content: "";
  height: 22px;
  position: absolute;
  border-radius: 100%;
  background-color: var(--base-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.bi-header-section.header-style-four .bi-header-main-navigation .main-navigation li:hover a {
  color: #fff;
}
.bi-header-section.header-style-four .bi-header-main-navigation .main-navigation li:hover a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bi-header-section.header-style-four .mobile_menu_content {
  display: none;
}

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
.bi-slider-section-4 {
  overflow: hidden;
}

.bi-main-slider-item-4 {
  z-index: 1;
  padding: 230px 0px 140px;
}
.bi-main-slider-item-4 .slider_men {
  right: 0;
  z-index: 1;
  left: 80px;
  bottom: 20px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
}
.bi-main-slider-item-4 .shape_1 {
  z-index: -1;
  top: 190px;
  left: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.bi-main-slider-item-4 .bi-main-slider-text {
  margin: 0 auto;
  max-width: 1300px;
}
.bi-main-slider-item-4 .bi-main-slider-text h1 {
  font-weight: 700;
  font-size: 153px;
  text-transform: uppercase;
  color: var(--base-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--base-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.bi-main-slider-item-4 .bi-main-slider-text h1 span {
  color: #fff;
  display: block;
  font-size: 131px;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.bi-main-slider-item-4 .bi-main-slider-text h1 strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 310px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF3838), to(rgba(255, 56, 56, 0)));
  background: linear-gradient(180deg, #FF3838 0%, rgba(255, 56, 56, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: inherit;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: transparent;
}
.bi-main-slider-item-4 .bi-main-slider-text .bi-slider-text {
  right: 0;
  top: 50px;
  z-index: 2;
  max-width: 350px;
  text-align: right;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.bi-main-slider-item-4 .bi-main-slider-text .bi-slider-text p {
  color: #fff;
  padding-bottom: 44px;
}
.bi-main-slider-item-4 .bi-slider-watch-video {
  right: 0;
  left: 23%;
  z-index: 6;
  bottom: 60px;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.bi-main-slider-item-4 .bi-slider-watch-video .inner-icon {
  color: #fff;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  margin-right: 30px;
  background-color: var(--base-color);
}
.bi-main-slider-item-4 .bi-slider-watch-video .inner-icon .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 20px solid rgba(27, 28, 53, 0.7);
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.bi-main-slider-item-4 .bi-slider-watch-video .inner-icon .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.bi-main-slider-item-4 .bi-slider-watch-video .inner-icon .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.bi-main-slider-item-4 .bi-slider-watch-video .inner-text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.bi-main-slider-item-4 .bi-slider-watch-video .inner-text span {
  font-weight: 300;
  color: var(--base-color);
  font-family: var(--heading);
}

.bi-main-slider-next-prev .bi-main-slider-arrow-4 {
  z-index: 5;
  color: #fff;
  width: 300px;
  bottom: 80px;
  height: 300px;
  font-size: 50px;
  position: absolute;
  border-radius: 100%;
}
.bi-main-slider-next-prev .bi-main-slider-arrow-4.bi-main-button-prev-4 {
  left: -150px;
  padding-right: 70px;
}
.bi-main-slider-next-prev .bi-main-slider-arrow-4.bi-main-button-next-4 {
  right: -150px;
  padding-left: 70px;
}

.bi-main-slider-4 .swiper-slide-active .bi-main-slider-item-4 .slider_men {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.bi-main-slider-4 .swiper-slide-active .bi-main-slider-item-4 .bi-main-slider-text h1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.bi-main-slider-4 .swiper-slide-active .bi-main-slider-item-4 .bi-main-slider-text .bi-slider-text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1600ms ease;
  transition: all 1600ms ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.bi-main-slider-4 .swiper-slide-active .bi-main-slider-item-4 .bi-slider-watch-video {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bi-about-section-4 {
  overflow: hidden;
  padding: 110px 0px 100px;
}

.bi-about-img-wrapper4 {
  padding-bottom: 175px;
}
.bi-about-img-wrapper4 .about-circle-shape {
  left: -40px;
  z-index: -1;
  bottom: 90px;
}
.bi-about-img-wrapper4 .about-img2 {
  right: 0;
  bottom: 0;
}

.bi-about-text-4 .bi-section-title-4 {
  right: 0;
  top: 35px;
  width: 720px;
  position: absolute;
}

.bi-about-text-area-4 {
  padding-left: 15px;
  padding-top: 265px;
}
.bi-about-text-area-4 p {
  color: rgba(255, 255, 255, 0.6999);
}

.bi-abut-feature-list-4 {
  border-radius: 10px;
  margin: 30px 0px 40px;
  padding: 28px 0px 0px;
  background: linear-gradient(97.31deg, rgba(235, 92, 24, 0.11199) 0%, rgba(249, 80, 85, 0.11199) 45.72%, rgba(202, 45, 184, 0.11199) 100%);
}
.bi-abut-feature-list-4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bi-abut-feature-list-4 li {
  width: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 25px;
  margin-bottom: 20px;
  font-family: var(--heading);
}
.bi-abut-feature-list-4 li i {
  width: 30px;
  font-size: 30px;
  margin-right: 15px;
  color: var(--base-color);
}

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

.bi-about-cta-4 .inner-icon {
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: var(--base-color);
}
.bi-about-cta-4 .inner-text span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.bi-about-cta-4 .inner-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.bi-text-scroll-section-1 {
  overflow: hidden;
}

.bi-text-scroll-item-1 h3 {
  font-size: 150px;
  font-weight: 700;
  margin: 0px 20px;
  display: inline-block;
  color: var(--base-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--base-color);
}

.bi-text-scroll-item-2 {
  display: flow-root;
  overflow: hidden;
  padding-top: 25px;
  background: linear-gradient(135deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
}
.bi-text-scroll-item-2 h3 {
  font-size: 92px;
  font-weight: 700;
  margin: 0px 20px;
  padding-top: 20px;
  display: inline-block;
}
.bi-text-scroll-item-2 span {
  top: -25px;
  position: relative;
  display: inline-block;
}
.bi-text-scroll-item-2 .scroll-text-1 {
  color: #1B1C35;
}
.bi-text-scroll-item-2 .scroll-text-2 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}
.bi-text-scroll-item-2 .scroll-text-3 {
  color: rgba(27, 28, 53, 0.3);
}
.bi-text-scroll-item-2 .scroll-text-4 {
  color: #fff;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.bi-service-section-4 {
  overflow: hidden;
  padding: 100px 0px 0;
}
.bi-service-section-4 .bi-service-scroll-area {
  display: inline-block;
}

.bi-service-top-content-4 {
  margin-bottom: 50px;
}
.bi-service-top-content-4 .bi-section-title-4 {
  max-width: 660px;
}

.bi-service-scroll-item {
  max-width: 522px;
  overflow: hidden;
  margin: 0px 15px;
  border-radius: 20px;
  display: inline-block;
}
.bi-service-scroll-item .service-text {
  width: 100%;
  bottom: 30px;
  padding: 0px 40px;
}
.bi-service-scroll-item .service-text h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}
.bi-service-scroll-item .service-text h3:hover {
  letter-spacing: 2px;
}
.bi-service-scroll-item .service-text .service_more {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  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(--linear, linear-gradient(135deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%));
}
.bi-service-scroll-item .service-text .service_more:hover {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bi-service-section-4_2 {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  padding: 100px 0px 60px;
  border-radius: 0px 0px 100px 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 56, 56, 0.5);
          box-shadow: 0px 1px 0px 0px rgba(255, 56, 56, 0.5);
}

.bi-service-title-text {
  margin: 0 auto;
  max-width: 750px;
}
.bi-service-title-text .service-emoji-logo {
  margin-bottom: 20px;
}
.bi-service-title-text h2 {
  color: #fff;
  font-size: 62px;
  font-weight: 600;
}

.cro-matter {
  width: 100%;
  min-height: 325px;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/*---------------------------------------------------- */
/*Why Choose us area*/
/*----------------------------------------------------*/
.bi-why-choose-us-section-4 {
  overflow: hidden;
  padding: 100px 0px;
}
.bi-why-choose-us-section-4 .container {
  max-width: 1640px;
}

.bi-why-choose-us-content {
  padding-top: 50px;
}

.bi-why-choose-img1-area {
  margin: 0 auto;
  max-width: 720px;
}
.bi-why-choose-img1-area .why-choose-img2 {
  top: 0;
  left: 0;
  z-index: -1;
}
.bi-why-choose-img1-area .why-choose-img3 {
  top: -55px;
  left: -40px;
  z-index: -2;
}
.bi-why-choose-img1-area .why-choose-img4 {
  top: 0;
  right: 60px;
}
.bi-why-choose-img1-area .why-choose-img5 {
  top: -15px;
  left: -15px;
}

.bi-why-choose-textarea {
  max-width: 650px;
}

.bi-why-choose-us-area-1 {
  margin-bottom: 130px;
}

.bi-why-choose-us-area-2 {
  margin-bottom: 130px;
}
.bi-why-choose-us-area-2 .bi-why-choose-textarea {
  margin: 0 auto;
  margin-left: 150px;
}

.bi-why-choose-img2-area {
  z-index: 1;
}
.bi-why-choose-img2-area .why-choose-img2_1 {
  right: 25px;
  z-index: -1;
  bottom: -20px;
}
.bi-why-choose-img2-area .why-choose-img2_2 {
  top: 0;
  right: 0;
  z-index: -2;
}
.bi-why-choose-img2-area .why-choose-img2_3 {
  top: -25px;
  left: 37%;
}

.bi-why-choose-img3-area {
  z-index: 1;
  max-width: 690px;
  margin: 0 auto;
}
.bi-why-choose-img3-area .why-choose-img3_2 {
  left: 0;
  bottom: 0;
  z-index: -1;
}
.bi-why-choose-img3-area .why-choose-img3_3 {
  top: 0;
  left: 0;
}
.bi-why-choose-img3-area .why-choose-img3_4 {
  top: 0;
  right: 40px;
}
.bi-why-choose-img3-area .why-choose-img3_5 {
  bottom: 0;
  right: 50px;
}
.bi-why-choose-img3-area .why-choose-img3_6 {
  left: 0;
  bottom: 0;
}

.bi-why-choose-feature {
  margin: 30px 0px;
}
.bi-why-choose-feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: var(--heading);
}
.bi-why-choose-feature ul li {
  width: 50%;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  margin-bottom: 22px;
  padding-left: 50px;
  position: relative;
}
.bi-why-choose-feature ul li:before {
  left: 0;
  top: 5px;
  width: 34px;
  content: "";
  height: 34px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/icon/check.png);
}

.bi-why-choose-skill-area {
  width: 100%;
  max-width: 570px;
  margin: 40px 0px 50px;
}
.bi-why-choose-skill-area .skill-set-percent {
  margin-bottom: 32px;
}
.bi-why-choose-skill-area .skill-set-percent h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.bi-why-choose-skill-area .skill-set-percent .progress {
  height: 14px;
  border-radius: 0;
  position: relative;
  overflow: visible;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.bi-why-choose-skill-area .skill-set-percent .progress span {
  right: 0;
  top: -35px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  font-family: var(--heading);
  color: var(--base-color);
}
.bi-why-choose-skill-area .skill-set-percent .progress-bar {
  width: 0;
  left: 3px;
  top: 3px;
  float: left;
  height: 6px;
  position: relative;
  border-radius: 30px;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.bi-why-choose-skill-area .skill-set-percent:nth-child(1) .progress span {
  color: var(--base-color);
}
.bi-why-choose-skill-area .skill-set-percent:nth-child(1) .progress-bar {
  background-color: var(--base-color);
}
.bi-why-choose-skill-area .skill-set-percent:nth-child(2) .progress span {
  color: #30F272;
}
.bi-why-choose-skill-area .skill-set-percent:nth-child(2) .progress-bar {
  background-color: #30F272;
}
.bi-why-choose-skill-area .skill-set-percent:nth-child(3) .progress span {
  color: #F2C230;
}
.bi-why-choose-skill-area .skill-set-percent:nth-child(3) .progress-bar {
  background-color: #F2C230;
}

.bi-why-choose-textarea .accordion-item {
  border: none;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 20px 25px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 1px solid #919191;
}
.bi-why-choose-textarea .accordion-item.faq_bg {
  background: linear-gradient(97.31deg, rgba(235, 92, 24, 0.11199) 0%, rgba(249, 80, 85, 0.11199) 45.72%, rgba(202, 45, 184, 0.11199) 100%);
}
.bi-why-choose-textarea .accordion-button {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  font-family: var(--heading);
  background-color: transparent;
  padding: 20px 25px 0px 0px;
}
.bi-why-choose-textarea .accordion-button span {
  color: #fff;
  max-width: 95%;
}
.bi-why-choose-textarea .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bi-why-choose-textarea .accordion-body {
  padding: 0;
  color: #BAC1D4;
  font-size: 15px;
  line-height: 30px;
  padding-top: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-why-choose-textarea .accordion-button::after {
  right: 5px;
  content: "\f055";
  font-weight: 900;
  position: absolute;
  border-radius: 100%;
  background-image: none;
  color: var(--base-color);
  font-family: "Font Awesome 5 Pro";
}
.bi-why-choose-textarea .accordion-button:not(.collapsed):after {
  color: var(--base-color);
  content: "\f056";
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.bi-team-section-4 {
  overflow: hidden;
  padding: 120px 0px 100px;
}

.bi-team-content-4 {
  padding-top: 50px;
}
.bi-team-content-4 .bi-btn-4 {
  margin-top: 20px;
}

.bi-team-item-4 {
  z-index: 1;
  margin: 0 auto;
  height: 510px;
  max-width: 410px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 42px 45px;
  background: #202139;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.2) inset;
          box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.2) inset;
}
.bi-team-item-4:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--linear, linear-gradient(135deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%));
  -webkit-box-shadow: 0px 0px 30px 0px rgba(27, 28, 53, 0.65) inset;
          box-shadow: 0px 0px 30px 0px rgba(27, 28, 53, 0.65) inset;
}
.bi-team-item-4 .team-img {
  width: 298px;
  height: 298px;
  margin: 0 auto;
  margin-bottom: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-team-item-4 .team-text h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 15px;
}
.bi-team-item-4 .team-text span {
  font-weight: 500;
  color: var(--base-color);
  font-family: var(--heading);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-team-item-4 .team-social {
  opacity: 0;
  margin-top: 25px;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-team-item-4 .team-social a {
  width: 52px;
  height: 52px;
  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%;
  border: 1px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bi-team-item-4 .team-social a:hover {
  color: #fd6f23;
  background-color: #fff;
}
.bi-team-item-4:hover:before {
  opacity: 1;
}
.bi-team-item-4:hover .team-img {
  width: 222px;
  height: 222px;
  padding: 15px;
  border-radius: 100%;
  background-color: rgba(27, 28, 53, 0.3);
}
.bi-team-item-4:hover .team-text span {
  color: #00071A;
}
.bi-team-item-4:hover .team-social {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.bi-portfolio-section-4 {
  overflow: hidden;
}
.bi-portfolio-section-4 .bi-title-waterprint {
  margin-bottom: -50px;
}
.bi-portfolio-section-4 .bi-section-title-4 {
  margin: 0 auto;
  max-width: 770px;
}
.bi-portfolio-section-4 .container {
  max-width: 1330px;
}

.bi-portfolio-content-4 {
  padding-top: 70px;
}

.bi-portfolio-item-4 {
  max-width: 610px;
  margin-bottom: 70px;
}
.bi-portfolio-item-4 .portfolio-img-4 {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.65) inset;
          box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.65) inset;
}
.bi-portfolio-item-4 .portfolio-text h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 20px;
}
.bi-portfolio-item-4 .portfolio-text h3:hover {
  color: var(--base-color);
}
.bi-portfolio-item-4 .portfolio-text .portfolio-category a {
  font-size: 16px;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 25px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26) inset;
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26) inset;
}
.bi-portfolio-item-4 .portfolio-text .portfolio-category a:hover {
  color: #fff;
  background-color: var(--base-color);
}

.bi-portfolio-item-wrapper-2 {
  margin-top: 50px;
  padding-left: 30px;
}

/*---------------------------------------------------- */
/*Pricing area*/
/*----------------------------------------------------*/
.bi-pricing-section-4 {
  padding: 120px 0px 180px;
  border-radius: 0px 0px 100px 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
}
.bi-pricing-section-4 .container {
  max-width: 1375px;
}
.bi-pricing-section-4 .bi-section-title-4 {
  margin-bottom: 55px;
}

.bi-pricing-text-area-4 {
  top: 50px;
  position: sticky;
}

.bi-pricing-item-4 {
  max-width: 405px;
  background: #202139;
  border-radius: 20px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25) inset;
}
.bi-pricing-item-4 .plan-title {
  color: #fff;
  max-width: 78%;
  margin: 0 auto;
  font-size: 20px;
  overflow: hidden;
  font-weight: 600;
  padding: 18px 0px;
  margin-bottom: 40px;
  position: relative;
  font-family: var(--heading);
  border-radius: 0px 0px 20px 20px;
  background: rgba(255, 255, 255, 0.02);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 56, 56, 0.5);
          box-shadow: 0px 1px 0px 0px rgba(255, 56, 56, 0.5);
}
.bi-pricing-item-4 .plan-price {
  margin-bottom: 35px;
}
.bi-pricing-item-4 .plan-price h3 {
  font-size: 68px;
  font-weight: 700;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#EB5C18), color-stop(45.72%, #F95055), to(#CA2DB8));
  background: linear-gradient(90deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bi-pricing-item-4 .plan-price h3 sub {
  bottom: 0;
  font-size: 54px;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#EB5C18), color-stop(45.72%, #F95055), to(#CA2DB8));
  background: linear-gradient(90deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bi-pricing-item-4 .plan-price span {
  display: block;
  font-size: 30px;
  font-family: var(--heading);
  color: rgba(255, 255, 255, 0.4);
}
.bi-pricing-item-4 .plan-list {
  padding: 32px 70px;
  background: rgba(255, 255, 255, 0.05);
}
.bi-pricing-item-4 .plan-list li {
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.bi-pricing-item-4 .plan-list li::before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1.112px;
  position: absolute;
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(22, 35, 43, 0) 100%);
}
.bi-pricing-item-4 .plan-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bi-pricing-item-4 .plan-list li:last-child:before {
  display: none;
}
.bi-pricing-item-4 .price-btn {
  margin-top: 50px;
}
.bi-pricing-item-4 .price-btn a {
  color: #fff;
  font-weight: 700;
  padding: 20px 70px;
  border-radius: 50px;
  display: inline-block;
  font-family: var(--heading);
  background: linear-gradient(135deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
}

.bi-pricing-plan-content-4 {
  z-index: 1;
  margin-left: 40px;
}
.bi-pricing-plan-content-4 .bi-pricing-item-4 {
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.bi-pricing-plan-content-4 .bi-pricing-item-4:nth-child(2) {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) scale(0.88);
  -khtml-transform: translate(0, -50%) scale(0.88);
  transform: translate(0, -50%) scale(0.88);
  z-index: -1;
}
.bi-pricing-plan-content-4 .bi-pricing-item-4:nth-child(2):hover {
  -webkit-transform: translate(0, -50%) scale(1);
  -khtml-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  z-index: 9;
}
.bi-pricing-plan-content-4.is-last-active .bi-pricing-item-4:nth-child(1) {
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
}
.bi-pricing-plan-content-4.is-last-active .bi-pricing-item-4:nth-child(2) {
  -webkit-transform: translate(0, -50%) scale(1);
  -khtml-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
  z-index: 9;
}

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/
.bi-counter-section-4 {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 295px 0px 155px;
}
.bi-counter-section-4 .counter-landing {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.bi-counter-section-4 .counter-landing.bi-counter-landing1 {
  left: -33%;
  z-index: -1;
  bottom: -85%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.bi-counter-section-4 .counter-landing.bi-counter-landing2 {
  left: -36%;
  z-index: -2;
  bottom: -110%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.bi-counter-section-4 .counter-landing.bi-counter-landing3 {
  left: -27%;
  bottom: -50%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.bi-counter-section-4:hover .counter-landing {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
.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);
}

.bi-counter-content-4 .bi-fun-fact-star {
  left: 0;
  top: 42%;
  right: 90px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}
.bi-counter-content-4 .bi-fun-fact-counter-2 {
  max-width: 480px;
}
.bi-counter-content-4 .bi-counter-item-2 h3 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bi-counter-content-4 .bi-counter-item-2 p {
  color: #fff;
  font-size: 18px;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.bi-testimonial-section-4 {
  overflow: hidden;
  padding-top: 120px;
}
.bi-testimonial-section-4 .bi-title-waterprint {
  margin-bottom: -50px;
}
.bi-testimonial-section-4 .bi-section-title-4 {
  margin: 0 auto;
  max-width: 650px;
}

.bi-testimonial-slider-4 {
  padding-top: 50px;
}

.bi-testimonial-slider-nav-4 .testimonial_nav {
  width: 200px;
  z-index: 1;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  border: 10px solid #313249;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.bi-testimonial-slider-nav-4 .testimonial_nav img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
}
.bi-testimonial-slider-nav-4 .testimonial_nav:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: linear-gradient(135deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
}
.bi-testimonial-slider-nav-4 .swiper-slide-prev .testimonial_nav,
.bi-testimonial-slider-nav-4 .swiper-slide-next .testimonial_nav {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.bi-testimonial-slider-nav-4 .swiper-slide-active .testimonial_nav {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 10px solid #f14a65;
}
.bi-testimonial-slider-nav-4 .swiper-slide-active .testimonial_nav:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.bi-testimonial-slider-nav-4 .testimonial-prev_4,
.bi-testimonial-slider-nav-4 .testimonial-next_4 {
  left: 0;
  top: 50%;
  z-index: 2;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bi-testimonial-slider-nav-4 .testimonial-prev_4:hover,
.bi-testimonial-slider-nav-4 .testimonial-next_4:hover {
  background: -webkit-gradient(linear, left top, right top, from(#EB5C18), color-stop(45.72%, #F95055), to(#CA2DB8));
  background: linear-gradient(90deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bi-testimonial-slider-nav-4 .testimonial-next_4 {
  right: 0;
  left: auto;
}

.bi-testimonial-slider-for-4 {
  margin-top: 60px;
}

.bi-testimonial-item-4 {
  margin: 0 auto;
  max-width: 745px;
}
.bi-testimonial-item-4 .testimonial-author {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 25px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.bi-testimonial-item-4 .testimonial-author h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.bi-testimonial-item-4 .testimonial-author span {
  color: var(--base-color);
  font-family: var(--heading);
}
.bi-testimonial-item-4 .testimonial-desc-rate {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.bi-testimonial-item-4 .testimonial-desc-rate p {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  line-height: 1.8;
  position: relative;
  padding-bottom: 30px;
}
.bi-testimonial-item-4 .testimonial-desc-rate p:before, .bi-testimonial-item-4 .testimonial-desc-rate p:after {
  top: -80px;
  left: -40px;
  width: 210px;
  content: "";
  opacity: 0.1;
  height: 210px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/testimonial/qt1.png);
}
.bi-testimonial-item-4 .testimonial-desc-rate p:after {
  top: auto;
  left: auto;
  right: -40px;
  z-index: -1;
  bottom: -20px;
  background-image: url(../img/testimonial/qt2.png);
}
.bi-testimonial-item-4 .testimonial-desc-rate .testimonial-rate li {
  font-size: 24px;
  background: -webkit-gradient(linear, right top, left top, from(#FF5412), color-stop(45.72%, #FFB85D), to(#FF5412));
  background: linear-gradient(-90deg, #FF5412 0%, #FFB85D 45.72%, #FF5412 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bi-testimonial-slider-for-4 .swiper-slide-active .bi-testimonial-item-4 .testimonial-author {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.bi-testimonial-slider-for-4 .swiper-slide-active .bi-testimonial-item-4 .testimonial-desc-rate {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.bi-testimonial-slider-for-4 .swiper-slide-active .bi-testimonial-item-4 .testimonial-desc-rate p:before {
  left: 0px;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.bi-testimonial-slider-for-4 .swiper-slide-active .bi-testimonial-item-4 .testimonial-desc-rate p:after {
  right: 0px;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.bi-scroll-img-section {
  height: 825px;
  overflow: hidden;
}
.bi-scroll-img-section .bi-scroll-img-area {
  top: 0px;
  left: -260px;
  right: 0px;
  margin: 0px auto;
  width: 125%;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.bi-blog-section-4 {
  overflow: hidden;
  padding-bottom: 100px;
}

.bi-blog-item-4 {
  z-index: 1;
  margin: 0 auto;
  max-width: 410px;
  margin-bottom: 40px;
  border-radius: 10px;
  background: #202139;
  overflow: hidden;
  border: 1px solid rgba(31, 36, 44, 0.15);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0px 0px 19px 0px rgba(255, 255, 255, 0.1) inset;
}
.bi-blog-item-4:before {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 0%;
  position: absolute;
  border-radius: 10px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  background: linear-gradient(135deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.65) inset;
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.65) inset;
}
.bi-blog-item-4 .blog-meta {
  left: 0;
  top: 20px;
  font-weight: 500;
  font-size: 14px;
  background: #1B1C35;
  padding: 10px 25px;
  border-radius: 0px 8px 8px 0px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 56, 56, 0.5);
          box-shadow: 0px 0px 0px 1px rgba(255, 56, 56, 0.5);
}
.bi-blog-item-4 .blog-meta a {
  background: -webkit-gradient(linear, left top, right top, from(#EB5C18), color-stop(45.72%, #F95055), to(#CA2DB8));
  background: linear-gradient(90deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bi-blog-item-4 .blog-img {
  overflow: hidden;
  border-radius: 10px;
}
.bi-blog-item-4 .blog-img img {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.bi-blog-item-4 .blog-text {
  padding: 30px 30px;
  border-bottom: 1px solid rgba(0, 7, 26, 0.6);
}
.bi-blog-item-4 .blog-text h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px;
}
.bi-blog-item-4 .blog-text h3 a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bi-blog-item-4 .blog-text h3 a:hover {
  color: #fff;
  background-size: 100% 100%;
}
.bi-blog-item-4 .blog-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.bi-blog-item-4 .blog-author-more {
  padding: 15px 30px;
}
.bi-blog-item-4 .blog-author-more .blog-author .inner-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 100%;
}
.bi-blog-item-4 .blog-author-more .blog-author .inner-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-weight: 600;
  font-family: var(--heading);
}
.bi-blog-item-4 .blog-more a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#EB5C18), color-stop(45.72%, #F95055), to(#CA2DB8));
  background: linear-gradient(90deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bi-blog-item-4 .blog-more a i {
  margin-left: 5px;
}
.bi-blog-item-4:hover:before {
  height: 100%;
}
.bi-blog-item-4:hover .blog-img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bi-blog-item-4:hover .blog-more a {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(45.72%, #fff), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #fff 45.72%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*---------------------------------------------------- */
/*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: 72px;
  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: 750px;
}
.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: 230px;
  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/home_5/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: 20px 0px 30px;
}
.hap-footer-widget .logo-cta li {
  color: #fff;
  font-size: 15px;
  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: -56px;
    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;
  }
}
/*---------------------------------------------------- */
/********************* Home Page 6 **************************/
/*
************
*************************

Template Name: Name - Template Name
Description: Template description
Author: author name
Version: 1.0

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

CSS INDEX
=================== 
01. common
02. header

******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */
.home-6 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-body-text);
  font-size: 18px;
  line-height: 1.6;
}

.home-6 .img, .home-6 img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.home-6 a,
.home-6 .button, .home-6 button {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

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

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

.home-6 a,
.home-6 button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

.home-6 button:focus, .home-6 input:focus, .home-6 input:focus, .home-6 textarea, .home-6 textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.home-6 .capitalize {
  text-transform: capitalize;
}

.home-6 h1,
.home-6 h2,
.home-6 h3,
.home-6 h4,
.home-6 h5,
.home-6 h6 {
  font-family: "Recoleta Alt";
  color: var(--clr-body-heading);
  margin-top: 0px;
  line-height: 1.12;
  font-weight: 700;
  text-transform: capitalize;
}

.home-6 h1 a,
.home-6 h2 a,
.home-6 h3 a,
.home-6 h4 a,
.home-6 h5 a,
.home-6 h6 a {
  color: inherit;
}

.home-6 h1 {
  font-size: 80px;
}

.home-6 h2 {
  font-size: 62px;
}

.home-6 h3 {
  font-size: 32px;
}

.home-6 h4 {
  font-size: 26px;
}

.home-6 h5 {
  font-size: 20px;
}

.home-6 h6 {
  font-size: 16px;
}

.home-6 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.home-6 p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--clr-body-text);
}

.home-6 hr {
  border-bottom: 1px solid var(--clr-bg-gray-3);
  border-top: 0 none;
  padding: 0;
  opacity: 1;
}

.home-6 label {
  color: var(--clr-common-black);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.home-6 *::-moz-selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

.home-6::-moz-selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

.home-6::selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

/* <<<<<<<    Input Placeholder   >>>>>>>>> */
.home-6 input::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.home-6 input::-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.home-6 input:-ms-input-placeholder {
  color: var(--clr-body-text);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.home-6 textarea::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.home-6 textarea::-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.home-6 textarea:-ms-input-placeholder {
  color: var(--clr-body-text);
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.home-6 input:focus::-webkit-input-placeholder, .home-6 textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.home-6 input:focus::-moz-placeholder, .home-6 textarea:focus::-moz-placeholder {
  opacity: 0;
}

.home-6 input:focus:-ms-input-placeholder, .home-6 textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.home-6 input:focus::-ms-input-placeholder, .home-6 textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.home-6 input:focus::placeholder, .home-6 textarea:focus::placeholder {
  opacity: 0;
}

.home-6::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

/* Track */
.home-6::-webkit-scrollbar-track {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

/* Handle */
.home-6::-webkit-scrollbar-thumb {
  background: var(--linear, linear-gradient(180deg, #E02626 0%, #F0831F 100%));
  border-radius: 30px;
}

/* <<<<<<<    Common Classes   >>>>>>>>> */
.w_img img {
  width: 100%;
}

/* <<<<<<<    Overlay   >>>>>>>>> */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .home-6 .container.h1-container {
    max-width: 1320px;
  }
  .home-6 .container.h2-container {
    max-width: 1480px;
  }
  .home-6 .container.h3-container {
    max-width: 1410px;
  }
}
/* <<<<<<<    Declaration   >>>>>>>>> */
: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;
}

.fix {
  overflow: hidden;
}

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

.no-after::after {
  display: none;
}

.p-relative {
  position: relative;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.black-bg {
  background-color: #0D0D0D;
}

.reveal-type {
  text-transform: lowercase !important;
  letter-spacing: -0.5px;
}

.reveal-type-2 {
  text-transform: lowercase !important;
  letter-spacing: -0.7px;
}

@-webkit-keyframes swipe-animation {
  0%, 100% {
    bottom: -10px;
  }
  50% {
    bottom: 30px;
  }
}
@keyframes swipe-animation {
  0%, 100% {
    bottom: -10px;
  }
  50% {
    bottom: 30px;
  }
}
@-webkit-keyframes marquee-animation {
  0% {
    translateX: 0;
  }
  100% {
    translateX: -100%;
  }
}
@keyframes marquee-animation {
  0% {
    translate: 0;
  }
  100% {
    translate: -100%;
  }
}
@-webkit-keyframes hero-1-img-zoomout {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes hero-1-img-zoomout {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hero-1-after-slider {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes hero-1-after-slider {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes play-btn-3 {
  0% {
    outline: 0px solid rgba(17, 17, 17, 0.6156862745);
  }
  100% {
    outline: 13px solid rgba(17, 17, 17, 0);
  }
}
@keyframes play-btn-3 {
  0% {
    outline: 0px solid rgba(17, 17, 17, 0.6156862745);
  }
  100% {
    outline: 13px solid rgba(17, 17, 17, 0);
  }
}
@-webkit-keyframes hero-2-back-top-btn {
  0% {
    -webkit-box-shadow: 0px 0px 40px 0px #ffffff;
            box-shadow: 0px 0px 40px 0px #ffffff;
  }
  50% {
    -webkit-box-shadow: 0px 0px 40px 20px #ffffff;
            box-shadow: 0px 0px 40px 20px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px 0px #ffffff;
            box-shadow: 0px 0px 40px 0px #ffffff;
  }
}
@keyframes hero-2-back-top-btn {
  0% {
    -webkit-box-shadow: 0px 0px 40px 0px #ffffff;
            box-shadow: 0px 0px 40px 0px #ffffff;
  }
  50% {
    -webkit-box-shadow: 0px 0px 40px 20px #ffffff;
            box-shadow: 0px 0px 40px 20px #ffffff;
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px 0px #ffffff;
            box-shadow: 0px 0px 40px 0px #ffffff;
  }
}
@-webkit-keyframes call-btn-1 {
  0% {
    outline: 7px solid rgba(255, 56, 56, 0.2);
  }
  50% {
    outline: 7px solid rgba(255, 56, 56, 0.9);
  }
  100% {
    outline: 7px solid rgba(255, 56, 56, 0.2);
  }
}
@keyframes call-btn-1 {
  0% {
    outline: 7px solid rgba(255, 56, 56, 0.2);
  }
  50% {
    outline: 7px solid rgba(255, 56, 56, 0.9);
  }
  100% {
    outline: 7px solid rgba(255, 56, 56, 0.2);
  }
}
@-webkit-keyframes videoBtn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes videoBtn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes btn-3-animation {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes btn-3-animation {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes loop-img-1 {
  0% {
    visibility: hidden;
  }
  25% {
    visibility: visible;
  }
  50% {
    opacity: 0;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes loop-img-1 {
  0% {
    visibility: hidden;
  }
  25% {
    visibility: visible;
  }
  50% {
    opacity: 0;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes marquee-animation {
  0% {
    translateX: 0;
  }
  100% {
    translateX: -100%;
  }
}
@keyframes marquee-animation {
  0% {
    translate: 0;
  }
  100% {
    translate: -100%;
  }
}
@-webkit-keyframes marquee-animation-2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee-animation-2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee-right-animation-2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes marquee-right-animation-2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes marquee-zindex-2 {
  0% {
    position: relative;
  }
  50% {
    position: relative;
  }
  100% {
    position: relative;
    z-index: 1;
  }
}
@keyframes marquee-zindex-2 {
  0% {
    position: relative;
  }
  50% {
    position: relative;
  }
  100% {
    position: relative;
    z-index: 1;
  }
}
@-webkit-keyframes choose-2-f-item {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes choose-2-f-item {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 0;
  height: 60px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 20px 20px 0px 0px;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  font-size: 20px;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.scroll-top-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px;
  padding-top: 16px;
}
.scroll-top-wrap .icon-2 {
  font-size: 16px;
  position: absolute;
  left: 33%;
  bottom: 22%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes ab-2-after {
  0% {
    border-color: #C10909;
  }
  25% {
    border-color: #EE7620;
  }
  50% {
    border-color: #00071A;
  }
  75% {
    border-color: #05B0C6;
  }
  100% {
    border-color: #C10909;
  }
}

@keyframes ab-2-after {
  0% {
    border-color: #C10909;
  }
  25% {
    border-color: #EE7620;
  }
  50% {
    border-color: #00071A;
  }
  75% {
    border-color: #05B0C6;
  }
  100% {
    border-color: #C10909;
  }
}
@-webkit-keyframes rotated {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes rotated {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes cta-2-icon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cta-2-icon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hpt-subtitle-1 {
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 15px;
}
.hpt-subtitle-1-wrap {
  display: inline-block;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 38, 38, 0.1)), to(rgba(240, 131, 31, 0.1)));
  background: linear-gradient(90deg, rgba(224, 38, 38, 0.1) 0%, rgba(240, 131, 31, 0.1) 100%);
  margin-bottom: 15px;
}

.hpt-title-1 {
  color: #00071A;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-title-1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-title-1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hpt-title-1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-title-1 {
    font-size: 45px;
  }
}

.hpt-section-pera {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
  color: #4D515F;
  margin-bottom: 0;
}

.section-subtitle-2 {
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Kanit", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 27px;
}
.section-subtitle-2-wrap {
  position: relative;
  display: inline-block;
  border-radius: 38px;
  background: rgba(229, 62, 41, 0.15);
  margin-bottom: 15px;
  margin-left: 20px;
}
.section-subtitle-2-wrap .icon-2 {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-subtitle-2-wrap .icon-1 {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scetion-title-2 {
  color: #00071A;
  font-family: "Kanit", sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .scetion-title-2 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scetion-title-2 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scetion-title-2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .scetion-title-2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .scetion-title-2 {
    font-size: 42px;
  }
}

.section-pera-2 {
  font-size: 20px;
  color: #4D515F;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 25px;
}

/*
************
*************************
03. back to top
******************************************************* 
*************************************************************** */
.header-1-transparent {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
}

.h1-sidebar-menu {
  font-family: "Recoleta Alt";
}

.hpt-header-1-area {
  padding-top: 22px;
  padding-bottom: 22px;
}
.hpt-header-1-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hpt-header-1-action {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 48px;
}
@media (max-width: 767px) {
  .hpt-header-1-action .hpt-cart-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-header-1-action .hpt-cart-btn-1 {
    display: inline-block;
  }
}
.hpt-header-1-action .hpt-search-btn-1 {
  color: #fff;
}
@media (max-width: 767px) {
  .hpt-header-1-action .hpt-search-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-header-1-action .hpt-search-btn-1 {
    display: inline-block;
  }
}

.sticky_header_1 {
  top: 0;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.sticky_header_1:is(.sticky1) {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-animation: slideInDown 0.5s;
          animation: slideInDown 0.5s;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-2-transparent {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-header-2-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hpt-header-2-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 0px 500px 500px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #B60B0B;
  padding: 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-header-2-content {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-header-2-content {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-header-2-content {
    padding: 20px 70px;
  }
}
@media (max-width: 767px) {
  .hpt-header-2-content {
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-header-2-content {
    padding: 20px 70px;
  }
}
.hpt-header-2-action {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0 48px;
}
@media (max-width: 767px) {
  .hpt-header-2-action .cart-btn-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-header-2-action .cart-btn-2 {
    display: inline-block;
  }
}

.hpt-header-2-menu ul .has-dropdown {
  position: relative;
  z-index: 5;
  text-align: start;
}
.hpt-header-2-menu ul li {
  display: inline-block;
  margin: 0 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-header-2-menu ul li {
    margin: 0 12px;
  }
}
.hpt-header-2-menu ul li a {
  font-size: 18px;
  font-family: "Kanit", sans-serif;
  color: #00071A;
  font-weight: 400;
  padding: 35px 0;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
}
.hpt-header-2-menu ul li a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 30px;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  width: 100%;
  height: 2px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  width: 0%;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.hpt-header-2-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-box-shadow: 0 9px 19px rgba(0, 0, 0, 0.1);
          box-shadow: 0 9px 19px rgba(0, 0, 0, 0.1);
}
.hpt-header-2-menu ul li .submenu li {
  display: block;
  margin: 0;
  position: relative;
  z-index: 5;
}
.hpt-header-2-menu ul li .submenu li a {
  display: block;
  padding: 15px 25px;
  color: #00071A;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hpt-header-2-menu ul li .submenu li a::after {
  bottom: 0;
}
.hpt-header-2-menu ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}
.hpt-header-2-menu ul li .submenu li:hover > a {
  background-color: var(--clr-hover-primary);
  background-color: transparent;
}
.hpt-header-2-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(28, 42, 78, 0.231372549);
}
.hpt-header-2-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.hpt-header-2-menu ul li:hover > a {
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-header-2-menu ul li:hover > a::after {
  opacity: 1;
  visibility: visible;
  right: auto;
  left: 0;
  width: 100%;
}

.sticky_header_2 {
  top: 0;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sticky_header_2 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sticky_header_2:is(.sticky2) {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-animation: slideInDown 0.5s;
          animation: slideInDown 0.5s;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hpt-header-2-menu ul li .submenu {
  padding-left: 0;
}

.hpt-header-2-menu ul li a.active {
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-header-2-menu ul li a.active:after {
  opacity: 1;
  visibility: visible;
  right: auto;
  left: 0;
  width: 100%;
}

.sidemenu-area {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sidemenu-area::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  opacity: 0;
}
.sidemenu-area::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  opacity: 0;
}
.sidemenu-area::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 5px;
  opacity: 0;
}
.sidemenu-area::-webkit-scrollbar-thumb:hover {
  background: var(--clr-theme-secondary);
}

.sidemenu-area {
  position: relative;
  overflow-Y: scroll;
  overflow-x: hidden;
  width: 100%;
  max-width: 450px;
  -webkit-box-shadow: 0 13px 29px rgba(4, 0, 23, 0.1);
          box-shadow: 0 13px 29px rgba(4, 0, 23, 0.1);
  height: 100vh;
  position: fixed;
  z-index: 333;
  top: 0;
  padding: 50px 50px;
  background-color: #fff;
  left: -500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.sidemenu-area:is(.active) {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.sidemenu-close-btn {
  width: 50px;
  height: 40px;
  border: 1px solid var(--clr-theme-primary);
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  background-color: var(--clr-bg-white-light-6);
  color: var(--clr-theme-primary);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  right: 1px;
  top: 70px;
  cursor: pointer;
}
.sidemenu-close-btn:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.sidemenu-profile {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 25px;
  position: relative;
  left: -20%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.sidemenu-profile:is(.is_show) {
  left: 0;
}
.sidemenu-profile .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid var(--clr-theme-primary);
  overflow: hidden;
  margin-bottom: 19px;
}
.sidemenu-profile .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidemenu-profile .name {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.sidemenu-profile span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--clr-body-text-4);
  letter-spacing: 1px;
}
.sidemenu-social-link {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 30px;
  position: relative;
  left: -60%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.sidemenu-social-link:is(.is_show) {
  left: 0;
}
.sidemenu-social-link .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: var(--clr-body-heading);
  margin-bottom: 17px;
}
.sidemenu-social-link ul {
  list-style: none;
}
.sidemenu-social-link ul li {
  display: inline-block;
}
.sidemenu-social-link ul li:not(:first-child) {
  margin-left: 12px;
}
.sidemenu-social-link ul li a {
  display: inline-block;
  background-color: var(--clr-common-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  color: var(--clr-body-heading);
  text-align: center;
  border-radius: 50%;
}
.sidemenu-social-link ul li a:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.sidemenu-contact-info {
  position: relative;
  left: -80%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.sidemenu-contact-info:is(.is_show) {
  left: 0;
}
.sidemenu-contact-info > .title {
  color: var(--clr-body-heading);
  font-weight: 700;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 26px;
}
.sidemenu-contact-info .info-box {
  margin-bottom: 16px;
}
.sidemenu-contact-info .info-box .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--clr-body-heading);
  margin-bottom: 4px;
}
.sidemenu-contact-info .info-box .title i {
  margin-right: 10px;
}
.sidemenu-contact-info .info-box p {
  color: var(--clr-body-text-4);
  margin-bottom: 0;
}

.sidebar-mobile-menu-wrap {
  position: relative;
  left: -40%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sidebar-mobile-menu-wrap:is(.is_show) {
  left: 0;
}
.sidebar-mobile-menu-wrap .mobile_menu {
  overflow: hidden;
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav {
  background: transparent;
  margin-top: 0;
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav ul li {
  padding: 0;
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav ul li a {
  padding: 15px 0;
  width: 100%;
  font-size: 16px;
  text-transform: capitalize;
  border-top: none;
  color: var(--clr-body-text-4);
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav ul li a:hover {
  color: var(--clr-theme-primary);
  background-color: #ececec;
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav ul li:is(.has-dropdown-menu) a::after {
  display: none;
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav ul li .mean-expand {
  border: none !important;
  background: transparent;
  border-style: none;
  width: 40px;
  height: 53px;
  line-height: 53px;
  padding: 0;
  margin: 0;
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav ul li .mean-expand:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--clr-theme-primary);
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav ul li .mean-expand:is(.mean-clicked) {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--clr-theme-primary);
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav ul li .sub-menu {
  border-top: none;
  background-color: transparent;
  position: unset;
  width: 100%;
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.sidebar-mobile-menu-wrap .mobile_menu .mean-bar .mean-nav ul li .sub-menu li a {
  border: none;
  padding-left: 35px;
  font-size: 16px;
  color: var(--clr-body-text-4);
}

.offcanvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(4, 0, 23, 0.8);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.offcanvas-overlay:is(.overlay_open) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.offcanvas-overlay:is(.visible) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.offcanvas-overlay:is(.active) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.h1-sidebar-menu {
  padding-left: 15px;
  border-left: 1px solid rgba(0, 7, 26, 0.1);
}
.h1-sidebar-menu .sidebar-menu {
  margin-bottom: 20px;
}
.h1-sidebar-menu .sidebar-menu .dropdown {
  position: relative;
}
.h1-sidebar-menu .sidebar-menu .dropdown-menu {
  border: none;
  position: static;
}
.h1-sidebar-menu .sidebar-menu .dropdown-menu li a {
  padding: 10px 15px;
}
.h1-sidebar-menu .sidebar-menu .dropdown-menu .dropdown-menu li a {
  padding-left: 25px;
}
.h1-sidebar-menu .sidebar-menu .dropdown-btn {
  top: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  position: absolute;
  border: 1px solid var(--clr-body-heading);
}
.h1-sidebar-menu .sidebar-menu li a {
  font-size: 18px;
  color: var(--clr-body-heading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  padding: 20px 0;
  line-height: 1;
  gap: 20px;
}
.h1-sidebar-menu .sidebar-menu li a:hover {
  color: #E02626;
}
.h1-sidebar-menu .sidebar-menu li a .icon {
  margin-left: auto;
}
.h1-sidebar-menu .sidebar-menu li a .icon:is(.iconrotete) i::before {
  content: "\f078";
}
.h1-sidebar-menu .sidebar-menu li .submenu {
  padding-left: 40px;
  display: none;
}
.h1-sidebar-menu .sidebar-menu li .submenu li a {
  border-left: none;
  font-size: 18px;
  opacity: 0.8;
  text-transform: capitalize;
  padding: 10px 0;
}

.h2-sidemenu-wrap .mean-bar .mean-nav {
  background: transparent;
  margin-top: 40px;
  margin-bottom: 40px;
}
.h2-sidemenu-wrap .mean-bar .mean-nav li a {
  font-family: "Kanit", sans-serif;
  border: none;
  font-size: 16px;
  color: #00071A;
  text-transform: capitalize;
}
.h2-sidemenu-wrap .mean-bar .mean-nav li .mean-expand {
  border: none;
  background: transparent;
  margin-top: 4px;
}
.h2-sidemenu-wrap .mean-bar .mean-nav li .mean-expand:hover {
  background: transparent;
}
.h2-sidemenu-wrap .mean-bar .mean-nav li .mean-expand .mean-clicked {
  background: transparent;
}

.hpt-hero-1-slider {
  overflow: hidden;
  position: relative;
}
.hpt-hero-1-slider .hero-1-bg-img {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hpt-hero-1-slider .hero-1-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: hero-1-img-zoomout 15s linear;
          animation: hero-1-img-zoomout 15s linear;
}
.hpt-hero-1-slider .hero-1-bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.hpt-hero-1-slider .hero-1-bg-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
}
.hpt-hero-1-slider-content {
  padding-top: 215px;
  padding-bottom: 215px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hpt-hero-1-slider-content {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-hero-1-slider-content {
    padding-top: 215px;
    padding-bottom: 215px;
  }
}
.hpt-hero-1-slider-content .hero-1-subtitle {
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 12px;
}
.hpt-hero-1-slider-content .hero-1-title {
  width: 100%;
  max-width: 540px;
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-hero-1-slider-content .hero-1-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hpt-hero-1-slider-content .hero-1-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-hero-1-slider-content .hero-1-title {
    font-size: 60px;
  }
}
.hpt-hero-1-slider-content .hero-1-pera {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  max-width: 528px;
  margin-bottom: 0;
  margin-bottom: 54px;
}

.hero-1-play-btn-wrap {
  margin-left: 32px;
  display: inline-block;
}
@media (max-width: 767px) {
  .hero-1-play-btn-wrap {
    margin-left: 0;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-1-play-btn-wrap {
    margin-left: 32px;
    padding-top: 0px;
  }
}
.hero-1-play-btn-wrap .play-btn-text {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  margin-left: 13px;
  font-family: "Recoleta Alt";
}

.hpt-hero-2-area {
  position: relative;
}

.hero-2-subtitle {
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Kanit", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 27px;
}
.hero-2-subtitle-wrap {
  position: relative;
  display: inline-block;
  border-radius: 38px;
  background: rgba(229, 62, 41, 0.15);
  margin-bottom: 10px;
  margin-left: 20px;
}
.hero-2-subtitle-wrap .icon-2 {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-2-subtitle-wrap .icon-1 {
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hpt-hero-2-slider-item {
  position: relative;
  overflow: hidden;
}
.hpt-hero-2-slider-item .hero-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hpt-hero-2-slider-item .hero-2-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-hero-2-slider-item .hero-2-img-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 860px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hpt-hero-2-slider-item .hero-2-img-1 {
    max-width: 620px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-hero-2-slider-item .hero-2-img-1 {
    max-width: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-hero-2-slider-item .hero-2-img-1 {
    max-width: 50%;
  }
}
.hpt-hero-2-slider-item .hero-2-img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-hero-2-slider-item .hero-2-shape-1 {
  opacity: 0.7;
  background: #C10909;
  height: 100%;
  display: block;
  width: 100%;
  max-width: 860px;
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.8s linear 0s;
  transition: all 0.8s linear 0s;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hpt-hero-2-slider-item .hero-2-shape-1 {
    max-width: 620px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-hero-2-slider-item .hero-2-shape-1 {
    max-width: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-hero-2-slider-item .hero-2-shape-1 {
    max-width: 50%;
    height: 100%;
    opacity: 0.5;
    background: #fff;
    mix-blend-mode: unset;
  }
}
@media (max-width: 767px) {
  .hpt-hero-2-slider-item .hero-2-shape-1 {
    max-width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #fff;
    mix-blend-mode: unset;
  }
}
.hpt-hero-2-slider-item .hero-2-curcle-position {
  position: absolute;
  bottom: -195px;
  left: 62%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hpt-hero-2-slider-item .hero-2-curcle-position .hero-2-curcle {
  -webkit-transform: rotate(239deg);
          transform: rotate(239deg);
  opacity: 0;
  -webkit-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hpt-hero-2-slider-item .hero-2-curcle-position {
    width: 100%;
    max-width: 645px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-hero-2-slider-item .hero-2-curcle-position {
    display: none;
  }
}
.hpt-hero-2-slider-content {
  padding-top: 205px;
  padding-bottom: 165px;
  position: relative;
  z-index: 2;
}
.hpt-hero-2-slider-content .hero-2-title {
  font-size: 85px;
  line-height: 1.11;
  font-weight: 600;
  margin-bottom: 26px;
  font-family: "Kanit", sans-serif;
  width: 100%;
  max-width: 552px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-hero-2-slider-content .hero-2-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hpt-hero-2-slider-content .hero-2-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-hero-2-slider-content .hero-2-title {
    font-size: 60px;
  }
}
.hpt-hero-2-slider-content .hero-2-pera {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: #4D515F;
  margin-bottom: 47px;
  width: 100%;
  max-width: 465px;
}
.hpt-hero-2-slider-content .hero-2-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .hpt-hero-2-slider-content .hero-2-btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-hero-2-slider-content .hero-2-btn-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.hpt-hero-2-slider-content .hero-2-play-btn-wrap .play-btn-3 {
  margin-right: 12px;
}
.hpt-hero-2-slider-content .hero-2-play-btn-wrap .play-btn-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: #00071A;
  font-family: "Kanit", sans-serif;
}

.hpt-hero-2-slider-wrapper .swiper-container {
  overflow: hidden;
}
.hpt-hero-2-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .hpt-hero-2-slider-item .hero-2-shape-1 {
  height: 330px;
}
.hpt-hero-2-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .hpt-hero-2-slider-item .hero-2-curcle-position .hero-2-curcle {
  opacity: 1;
  -webkit-transform: rotate(359deg);
          transform: rotate(359deg);
}

.horo-2-pagination {
  width: 32px !important;
  left: unset !important;
  height: 120px;
  position: absolute;
  top: 50%;
  right: 3vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.horo-2-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background: var(--Linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  width: 28px;
  height: 28px;
  border: 5px solid transparent;
  outline: 2px solid transparent;
  margin-bottom: 5px !important;
}
.horo-2-pagination .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  opacity: 1;
  outline: 2px solid #FF3838;
  border: 5px solid #ababab;
}

.hero-2-back-to-top-btn-postion {
  position: absolute;
  left: 54.8%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.hero-2-back-to-top-btn-postion .hero-2-back-top-btn {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.hero-2-back-to-top-btn-postion .hero-2-back-top-btn::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 40px 20px #ffffff;
          box-shadow: 0px 0px 40px 20px #ffffff;
  border-radius: 50%;
  -webkit-animation: hero-2-back-top-btn 5s linear infinite;
          animation: hero-2-back-top-btn 5s linear infinite;
}
.hero-2-back-to-top-btn-postion .hero-2-back-top-btn img {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hero-2-back-to-top-btn-postion .hero-2-back-top-btn:hover img {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.hpt-hero-2-social-postion {
  position: absolute;
  top: 50%;
  left: 2.5vw;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-hero-2-social-postion {
    display: none;
  }
}

.hpt-hero-2-social .text {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 3.29px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin-left: 17px;
  padding-bottom: 76px;
  margin-bottom: 30px;
  position: relative;
  color: #00071A;
}
.hpt-hero-2-social .text::after {
  position: absolute;
  width: 1px;
  height: 45px;
  background-color: #00071A;
  content: "";
  left: 7px;
  bottom: 0;
}
.hpt-hero-2-social li:not(:last-child) {
  margin-bottom: 25px;
}
.hpt-hero-2-social li a {
  display: inline-block;
  background: rgba(255, 56, 56, 0.15);
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
          clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  width: 48px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #B60B0B;
}
.hpt-hero-2-social li a i {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hpt-hero-2-social li a:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hpt-hero-2-social-postion ul {
  padding-left: 0;
}
.hpt-hero-2-social-postion ul li {
  list-style: none;
}

@media (max-width: 767px) {
  .orixy__sponser-area:is(.pt-125) {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .orixy__sponser-area:is(.pt-125) {
    padding-top: 125px;
  }
}
.orixy__sponser-title {
  position: relative;
  z-index: 1;
}

.orixy__sponser-slider .swiper-wrapper .swiper-slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.hpt-project-1-area {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-project-1-area {
    padding-bottom: 120px;
  }
}
.hpt-project-1-area .project-1-bg-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hpt-project-1-wrap {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-project-1-wrap {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-project-1-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hpt-project-1-wrap .project-1-right {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-project-1-wrap .project-1-right {
    padding-top: 0px;
  }
}
.hpt-project-1-item {
  margin-bottom: 60px;
}
.hpt-project-1-item-img-big {
  width: 100%;
  height: 740px;
  overflow: hidden;
  position: relative;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .hpt-project-1-item-img-big {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-project-1-item-img-big {
    height: 740px;
  }
}
.hpt-project-1-item-img-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-project-1-item-img-big .multi-img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-project-1-item-img-big .multi-img-wrap .multi-img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-project-1-item-img-big .multi-img-wrap .multi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 3s linear 0s;
  transition: all 3s linear 0s;
}
.hpt-project-1-item-img-big .multi-img-wrap .multi-img .img-1 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: loop-img-1 2s linear infinite;
          animation: loop-img-1 2s linear infinite;
}
.hpt-project-1-item-img-big .multi-img-wrap .multi-img .img-2 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-animation: loop-img-1 2s linear infinite;
          animation: loop-img-1 2s linear infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.hpt-project-1-item-img-big .multi-img-wrap .multi-img .img-3 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: loop-img-1 2s linear infinite;
          animation: loop-img-1 2s linear infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.hpt-project-1-item-img-big:hover .multi-img-wrap {
  opacity: 1;
}
.hpt-project-1-item-img-big:hover .multi-img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hpt-project-1-item-img-medle {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .hpt-project-1-item-img-medle {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-project-1-item-img-medle {
    height: 600px;
  }
}
.hpt-project-1-item-img-medle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-project-1-item-img-medle .multi-img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-project-1-item-img-medle .multi-img-wrap .multi-img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-project-1-item-img-medle .multi-img-wrap .multi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 3s linear 0s;
  transition: all 3s linear 0s;
}
.hpt-project-1-item-img-medle .multi-img-wrap .multi-img .img-1 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: loop-img-1 2s linear infinite;
          animation: loop-img-1 2s linear infinite;
}
.hpt-project-1-item-img-medle .multi-img-wrap .multi-img .img-2 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-animation: loop-img-1 2s linear infinite;
          animation: loop-img-1 2s linear infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.hpt-project-1-item-img-medle .multi-img-wrap .multi-img .img-3 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: loop-img-1 2s linear infinite;
          animation: loop-img-1 2s linear infinite;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.hpt-project-1-item-img-medle:hover .multi-img-wrap {
  opacity: 1;
}
.hpt-project-1-item-img-medle:hover .multi-img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hpt-project-1-item-img-small {
  width: 100%;
  height: 505px;
  overflow: hidden;
  position: relative;
  margin-bottom: 31px;
}
.hpt-project-1-item-img-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-project-1-item-img-small .multi-img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-project-1-item-img-small .multi-img-wrap .multi-img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-project-1-item-img-small .multi-img-wrap .multi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 3s linear 0s;
  transition: all 3s linear 0s;
}
.hpt-project-1-item-img-small .multi-img-wrap .multi-img .img-1 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: loop-img-1 2.5s linear infinite;
          animation: loop-img-1 2.5s linear infinite;
}
.hpt-project-1-item-img-small .multi-img-wrap .multi-img .img-2 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-animation: loop-img-1 3s linear infinite;
          animation: loop-img-1 3s linear infinite;
}
.hpt-project-1-item-img-small .multi-img-wrap .multi-img .img-3 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-animation: loop-img-1 3.5s linear infinite;
          animation: loop-img-1 3.5s linear infinite;
}
.hpt-project-1-item-img-small:hover .multi-img-wrap {
  opacity: 1;
}
.hpt-project-1-item-img-small:hover .multi-img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hpt-project-1-img-content .project-1-title {
  font-size: 32px;
  line-height: 1.25;
  color: #00071A;
  margin-bottom: 0;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  text-shadow: 0px 1px 0px rgba(255, 56, 56, 0);
}
.hpt-project-1-img-content .project-1-title:hover {
  text-shadow: 1px 1px 1px rgba(255, 56, 56, 0.8);
}
.hpt-project-1-img-content .project-1-pera {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
  opacity: 0.8;
}
.hpt-project-1-img-content .project-1-pera span {
  color: #FF3838;
}

.hpt-project-2-item {
  position: relative;
  overflow: hidden;
}
.hpt-project-2-item-wrap-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-project-2-item-wrap-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hpt-project-2-item-wrap-2 {
  width: 100%;
  max-width: 870px;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-project-2-item:is(.pt-170) {
    padding-top: 0;
  }
}
.hpt-project-2-item .img-wrap {
  position: relative;
  width: 100%;
  max-width: 870px;
  height: 834px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-project-2-item .img-wrap {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hpt-project-2-item .img-wrap {
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-project-2-item .img-wrap {
    height: 700px;
  }
}
.hpt-project-2-item .img-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 7, 26, 0)), to(rgba(0, 7, 26, 0.5)));
  background: linear-gradient(180deg, rgba(0, 7, 26, 0) 0%, rgba(0, 7, 26, 0.5) 100%);
}
.hpt-project-2-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s linear 0s;
  transition: all 2s linear 0s;
}
.hpt-project-2-item .title-position {
  position: absolute;
  bottom: 45px;
  right: auto;
  left: 0;
  width: 0%;
  overflow: hidden;
  -webkit-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.hpt-project-2-item .title-position .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hpt-project-2-item .title-position .title-wrap .title {
  font-family: "Kanit", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
}
.hpt-project-2-item-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.hpt-project-2-item:hover .img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  rotate: 5deg;
}
.hpt-project-2-item:hover .hpt-project-2-item-btn {
  opacity: 1;
  visibility: visible;
}
.hpt-project-2-item:hover .title-position {
  right: 0;
  left: auto;
  width: 100%;
}
.hpt-project-2-item:hover .title-position .title-wrap {
  -webkit-animation: marquee-animation 5s linear infinite;
          animation: marquee-animation 5s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hpt-project-2-area {
  position: relative;
}
.hpt-project-2-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00071A;
  z-index: -1;
}
.hpt-project-2-area .project-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hpt-project-2-section-title .scetion-title-2 {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-project-2-section-title .scetion-title-2 br {
    display: none;
  }
}
.hpt-project-2-section-btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 680px 1fr;
  grid-template-columns: 680px 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-project-2-section-btn {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.hpt-project-2-section-btn .project-2-pera {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  color: #fff;
}
.hpt-project-2-section-btn .hpt-btn-3 {
  -ms-grid-column-align: end;
      justify-self: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-project-2-section-btn .hpt-btn-3 {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

.hpt-menu-btn-1 {
  position: relative;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  outline: none;
  font-size: 25px;
  color: #333333;
}
.hpt-menu-btn-1 i {
  position: relative;
  z-index: 1;
}
.hpt-menu-btn-1::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hpt-menu-btn-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  left: 0%;
  top: 0%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transition-delay: ease-in 0.3s;
          transition-delay: ease-in 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-menu-btn-1 {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.hpt-menu-btn-1:hover {
  border-color: transparent;
}
.hpt-menu-btn-1:hover::after {
  opacity: 0;
}
.hpt-menu-btn-1:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hpt-menu-btn-2 {
  position: relative;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  background: #00071A;
  color: #fff;
  outline: none;
  border: none;
  font-size: 25px;
  overflow: hidden;
}
.hpt-menu-btn-2 i {
  position: relative;
  z-index: 1;
}
.hpt-menu-btn-2::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  border-radius: 50%;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  left: 0;
  right: auto;
  top: 0%;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-menu-btn-2 {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
.hpt-menu-btn-2:hover::before {
  left: auto;
  right: 0;
  width: 100%;
}

.hpt-cart-btn-1 {
  border: none;
  outline: none;
  font-size: 30px;
  background: transparent;
  color: #fff;
}
.hpt-cart-btn-1 svg * {
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-cart-btn-1:hover svg * {
  fill: #E02626;
}

.cart-btn-2 {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
}
.cart-btn-2 img {
  position: relative;
  z-index: 1;
}
.cart-btn-2::after {
  position: absolute;
  content: "2";
  line-height: 17px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 9px;
  color: #fff;
  right: 0;
  top: 7px;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.cart-btn-2::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.cart-btn-2:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hpt-search-btn-1 {
  border: none;
  outline: none;
  font-size: 30px;
  background: transparent;
  color: #fff;
}
.hpt-search-btn-1:hover {
  color: #E02626;
}

.hpt-btn-1 {
  display: inline-block;
  font-family: "Recoleta Alt";
  font-size: 18px;
  line-height: 1.44;
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding: 17px 38px;
  border: 1px solid transparent;
  outline: 1px solid transparent;
  outline-color: rgba(255, 255, 255, 0.8);
  outline-offset: 0px;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.hpt-btn-1 .text {
  display: inline-block;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-btn-1 i {
  margin-left: 4px;
  rotate: -45deg;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-btn-1:hover {
  color: unset;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
}
.hpt-btn-1:hover .text {
  display: inline-block;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-btn-1:hover i {
  rotate: 0deg;
}

.home-6 .hpt-btn-2 {
  display: inline-block;
  font-family: "Recoleta Alt";
  font-size: 18px;
  line-height: 1.44;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding: 17px 38px;
  color: #fff;
}
.home-6 .hpt-btn-2 .text {
  display: inline-block;
}
.home-6 .hpt-btn-2 i {
  margin-left: 4px;
  rotate: -45deg;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.home-6 .hpt-btn-2:hover {
  color: #fff;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em #000000;
          box-shadow: 0 0.5em 0.5em -0.4em #000000;
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}
.home-6 .hpt-btn-2:hover .text {
  color: #fff;
}
.home-6 .hpt-btn-2:hover i {
  rotate: 0deg;
}

.hpt-btn-3 {
  position: relative;
  display: inline-block;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 100px;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  padding: 21px 34px;
  overflow: hidden;
}
.hpt-btn-3 .icon {
  font-size: 15px;
  display: inline-block;
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 8px;
}
.hpt-btn-3 ::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
  top: 0px;
  left: -100%;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  opacity: 0.5;
}
.hpt-btn-3:hover {
  color: #fff;
}
.hpt-btn-3:hover .icon {
  color: #FFF;
}
.hpt-btn-3:hover .icon::after {
  -webkit-animation: btn-3-animation 1s linear infinite;
          animation: btn-3-animation 1s linear infinite;
}

.hpt-btn-border {
  display: inline-block;
  font-family: "Recoleta Alt";
  font-size: 18px;
  line-height: 1.44;
  text-transform: uppercase;
  font-weight: 600;
  background: #00071A;
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding: 17px 38px;
  border: 1px solid #E02626;
}
.hpt-btn-border .text {
  display: inline-block;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-btn-border i {
  margin-left: 4px;
  rotate: -45deg;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hpt-btn-border:hover {
  -webkit-box-shadow: inset 0 0 0 2em #E02626;
          box-shadow: inset 0 0 0 2em #E02626;
  color: #fff;
}
.hpt-btn-border:hover .text {
  color: #fff;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: unset;
}
.hpt-btn-border:hover i {
  color: #fff;
  rotate: 0deg;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

.redius-btn-1 {
  font-size: 30px;
  width: 148px;
  height: 148px;
  line-height: 148px;
  color: #FF3838;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
  border: 1px solid #FF3838;
  cursor: pointer;
}
.redius-btn-1 .icon {
  position: relative;
  z-index: 2;
}
.redius-btn-1 .icon i {
  rotate: -45deg;
}
.redius-btn-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 50%;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.redius-btn-1::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 30px 60px rgba(43, 0, 29, 0.1411764706);
          box-shadow: 0 30px 60px rgba(43, 0, 29, 0.1411764706);
  -webkit-animation: videoBtn 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: videoBtn 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 1;
}
.redius-btn-1:hover {
  color: #FF3838;
}
.redius-btn-1:hover::after {
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.play-btn-1 {
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  border: 4px solid #fff;
  color: #fff;
  outline: 13px solid rgba(17, 17, 17, 0.2392156863);
  -webkit-animation: play-btn-3 2s linear infinite;
          animation: play-btn-3 2s linear infinite;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.play-btn-1 i {
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.play-btn-1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.play-btn-1:hover {
  border-color: transparent;
}
.play-btn-1:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.play-btn-2 {
  text-transform: capitalize;
  font-family: "Recoleta Alt";
  font-size: 24px;
  width: 160px;
  height: 160px;
  line-height: 160px;
  color: #fff;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
  z-index: 2;
  border: 1px solid #fff;
  cursor: pointer;
}
.play-btn-2 .play-btn-2-text {
  position: relative;
  z-index: 3;
}
.play-btn-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 50%;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.play-btn-2::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 30px 60px rgba(43, 0, 29, 0.1411764706);
          box-shadow: 0 30px 60px rgba(43, 0, 29, 0.1411764706);
  -webkit-animation: videoBtn 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: videoBtn 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  z-index: 2;
}
.play-btn-2:hover {
  color: #fff;
}
.play-btn-2:hover::after {
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.play-btn-3 {
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  border: 4px solid #C10909;
  color: #C10909;
  outline: 13px solid rgba(0, 0, 0, 0.1019607843);
  -webkit-animation: play-btn-3 2s linear infinite;
          animation: play-btn-3 2s linear infinite;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.play-btn-3 i {
  position: relative;
  z-index: 1;
}
.play-btn-3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.play-btn-3:hover {
  color: #fff;
  border-color: transparent;
}
.play-btn-3:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.play-btn-4 {
  position: relative;
  font-size: 18px;
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  color: #fff;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  -webkit-animation: play-btn-3 2s linear infinite;
          animation: play-btn-3 2s linear infinite;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.play-btn-4 i {
  position: relative;
  z-index: 1;
}
.play-btn-4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #Fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.play-btn-4:hover {
  color: #B60B0B;
  border-color: transparent;
}
.play-btn-4:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.call-btn-1 {
  cursor: pointer;
  position: relative;
  font-size: 22px;
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  border: 4px solid #fff;
  background-color: #FF3838;
  outline: 7px solid rgba(255, 56, 56, 0.2);
  -webkit-animation: call-btn-1 3s linear infinite;
          animation: call-btn-1 3s linear infinite;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.call-btn-1 i {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.call-btn-1:hover img {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.hpt-service-2-area {
  position: relative;
}
.hpt-service-2-area .bg-shape-1 {
  position: absolute;
  top: -92px;
  left: -150px;
  width: 20%;
  -webkit-animation: rotated 10s linear infinite;
          animation: rotated 10s linear infinite;
}
.hpt-service-2-area .bg-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: updown 10s linear infinite;
          animation: updown 10s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-service-2-section-title .scetion-title-2 br {
    display: none;
  }
}
.hpt-service-2-content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 326px 53px 1fr 53px 1fr;
  grid-template-columns: 326px 1fr 1fr;
  gap: 53px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-service-2-content-wrap {
    -ms-grid-columns: 250px 30px 1fr 30px 1fr;
    grid-template-columns: 250px 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-service-2-content-wrap {
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 767px) {
  .hpt-service-2-content-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hpt-service-2-content {
  padding-top: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-service-2-content {
    padding-top: 0;
    grid-column: 1/-1;
  }
}
.hpt-service-2-content > .icon {
  position: relative;
  width: 78px;
  height: 78px;
  display: inline-block;
  background-color: rgba(182, 11, 11, 0.1);
  text-align: center;
  line-height: 78px;
  border-radius: 50%;
}
.hpt-service-2-content > .icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #B60B0B;
  border-style: dashed;
  left: 0;
  top: 0;
  -webkit-animation: choose-2-f-item 5s infinite;
          animation: choose-2-f-item 5s infinite;
}
.hpt-service-2-content .text {
  font-size: 18px;
  color: #00071A;
  opacity: 1;
  line-height: 1.66;
  font-weight: 500;
}
.hpt-service-2-content .service-feature li {
  font-size: 18px;
  font-weight: 400;
  color: #00071A;
  line-height: 1.33;
}
.hpt-service-2-content .service-feature li:not(:last-child) {
  margin-bottom: 10px;
}
.hpt-service-2-content .service-feature li .icon {
  display: inline-block;
  margin-top: -4px;
}
.hpt-service-2-content .btn-wrap {
  position: absolute;
  bottom: 50px;
  left: -170px;
  display: inline-block;
  height: auto;
  border-radius: 100px;
  border: 6px solid #fff;
  height: 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-service-2-content .btn-wrap {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-service-2-content .btn-wrap {
    position: unset;
  }
}

.hpt-service-2-tabs {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .hpt-service-2-tabs {
    padding-top: 0;
  }
}
.hpt-service-2-tabs-menu {
  display: block;
}
.hpt-service-2-tabs-menu .nav-link {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #00071A;
  line-height: 1.33;
  text-transform: capitalize;
  padding-bottom: 23px;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-service-2-tabs-menu .nav-link {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-service-2-tabs-menu .nav-link {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .hpt-service-2-tabs-menu .nav-link {
    font-size: 22px;
    width: 100%;
  }
}
.hpt-service-2-tabs-menu .nav-link:not(:last-child) {
  margin-bottom: 15px;
}
.hpt-service-2-tabs-menu .nav-link .icon {
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.hpt-service-2-tabs-menu .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00071A;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}
.hpt-service-2-tabs-menu .nav-link::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-service-2-tabs-menu .nav-link:is(.active) {
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-service-2-tabs-menu .nav-link:is(.active) .icon {
  opacity: 1;
  right: -135px;
}
@media (max-width: 767px) {
  .hpt-service-2-tabs-menu .nav-link:is(.active) .icon {
    display: none;
  }
}
.hpt-service-2-tabs-menu .nav-link:is(.active)::before {
  left: 0;
  right: auto;
  width: 100%;
}
.hpt-service-2-tabs-content .tab-pane {
  height: 585px;
  width: 100%;
  overflow: hidden;
}
.hpt-service-2-tabs-content .tab-pane img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* cart sidebar */
.cart_sidebar {
  padding: 30px;
  padding-bottom: 50px;
}

.cart_sidebar_top {
  background-color: #0e0f11;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart_sidebar .heading_title {
  line-height: 1;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

.cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25px;
}

.cart_item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #0e0f11;
}

.cart_item .item_image {
  display: block;
  min-width: 70px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  width: 60px;
  padding: 5px;
}

.cart_item .item_title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.cart_item .item_price {
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.6;
}

.cart_item .remove_btn {
  top: 5px;
  right: 0px;
  padding: 0;
  border: none;
  color: var(--base-color);
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background: transparent;
}

.cart_sidebar {
  top: 0;
  width: 300px;
  right: -320px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  overflow-y: scroll;
  scrollbar-width: none;
  background-color: #000;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.29);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.29);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.cart_sidebar.active {
  right: 0px;
}

.cart_sidebar .tx-close {
  right: -11px;
}

.cart_sidebar .tx-close:before,
.cart_sidebar .tx-close:after {
  background-color: #fff;
}

.cart_sidebar_bottom {
  padding: 30px 30px 55px;
}

.cart_sidebar_button a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 25px 16px;
}

.cart_sidebar_button a:not(:last-child) {
  margin-bottom: 10px;
}

.cart_sidebar_button a:nth-child(2) {
  color: #fff;
  background: #0e0f11;
}

.cart_sidebar .total_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  padding: 10px 0px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-top: 1px solid #0e0f11;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-search-box {
  background-color: #fff;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: -100px;
  width: 100%;
  z-index: 9999;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  visibility: hidden;
}
.popup-search-box .title {
  color: #00071A;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .popup-search-box .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box .title {
    font-size: 36px;
  }
}
.popup-search-box-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .popup-search-box-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box-form {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.popup-search-box-form .popup-search-box-close-action-btn {
  height: 60px;
  width: 60px;
  font-size: 30px;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-left: 25px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #111;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .popup-search-box-form .popup-search-box-close-action-btn {
    margin: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box-form .popup-search-box-close-action-btn {
    margin-left: 25px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.popup-search-box-form .popup-search-box-close-action-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
@media (max-width: 767px) {
  .popup-search-box {
    height: 100%;
    overflow-y: auto;
  }
}
.popup-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.popup-search-box form {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .popup-search-box form {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .popup-search-box form {
    margin-bottom: 0px;
  }
}
.popup-search-box-input input {
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 14px;
  color: #111;
  padding: 0 30px;
  padding-right: 115px;
}
.popup-search-box-input input::-webkit-input-placeholder {
  color: #111;
  font-size: 14px;
}
.popup-search-box-input input::-moz-placeholder {
  color: #111;
  font-size: 14px;
}
.popup-search-box-input input:-ms-input-placeholder {
  color: #111;
  font-size: 14px;
}
.popup-search-box-input input::-ms-input-placeholder {
  color: #111;
  font-size: 14px;
}
.popup-search-box-input input::placeholder {
  color: #111;
  font-size: 14px;
}
@media (max-width: 767px) {
  .popup-search-box-input input {
    width: 100%;
    background-color: transparent;
    opacity: 0.7;
  }
}
.popup-search-box button[type=submit] {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  padding: 0 30px;
  background: transparent;
  color: #111;
  font-size: 24px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.popup-search-box button[type=submit]:hover {
  color: var(--clr-common-white);
  background-color: rgba(0, 0, 0, 0.2);
}

.htp-client-logo-1-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 471px auto;
  grid-template-columns: 471px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .htp-client-logo-1-wrap {
    -ms-grid-columns: 371px auto;
    grid-template-columns: 371px auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htp-client-logo-1-wrap {
    -ms-grid-columns: 320px auto;
    grid-template-columns: 320px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htp-client-logo-1-wrap {
    -ms-grid-columns: 290px auto;
    grid-template-columns: 290px auto;
  }
}
@media (max-width: 767px) {
  .htp-client-logo-1-wrap {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .htp-client-logo-1-wrap {
    -ms-grid-columns: 200px auto;
    grid-template-columns: 200px auto;
  }
}
.htp-client-logo-1-wrap .title-wrap {
  position: relative;
  height: 222px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .htp-client-logo-1-wrap .title-wrap {
    height: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .htp-client-logo-1-wrap .title-wrap {
    height: 222px;
  }
}
.htp-client-logo-1-wrap .title-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.08;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
}
.htp-client-logo-1-wrap .title-wrap .title {
  font-size: 55px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 0;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .htp-client-logo-1-wrap .title-wrap .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htp-client-logo-1-wrap .title-wrap .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .htp-client-logo-1-wrap .title-wrap .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .htp-client-logo-1-wrap .title-wrap .title {
    font-size: 30px;
  }
}

.hpt-client-logo-1-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  -webkit-animation: marquee-animation 15s linear infinite;
          animation: marquee-animation 15s linear infinite;
}
.hpt-client-logo-1-slider-wrap {
  overflow: hidden;
}
.hpt-client-logo-1-slider-single {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.hpt-client-logo-2 .htp-client-logo-1-wrap .title-wrap {
  background: var(--Linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  margin-top: -15px;
}
.hpt-client-logo-2 .htp-client-logo-1-wrap .title-wrap .title {
  font-size: 50px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-client-logo-2 .htp-client-logo-1-wrap .title-wrap .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-client-logo-2 .htp-client-logo-1-wrap .title-wrap .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-client-logo-2 .htp-client-logo-1-wrap .title-wrap .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hpt-client-logo-2 .htp-client-logo-1-wrap .title-wrap .title {
    font-size: 30px;
  }
}

.hpt-offer-1-section-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}
@media (max-width: 767px) {
  .hpt-offer-1-section-title {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-gap: 30px 0px;
  }
}
.hpt-offer-1-section-title .left .hpt-title-1 {
  text-transform: capitalize;
}
.hpt-offer-1-section-title .right {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
}
@media (max-width: 767px) {
  .hpt-offer-1-section-title .right {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    -ms-grid-column-align: left;
        justify-self: left;
  }
}

.hpt-offer-1-item-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 20px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-offer-1-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.hpt-offer-1-item-single {
  position: relative;
  overflow: hidden;
}
.hpt-offer-1-item-single-normal {
  height: 571px;
  width: 162px;
  background-color: rgba(0, 7, 26, 0.05);
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
@media (max-width: 767px) {
  .hpt-offer-1-item-single-normal {
    width: 135px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-offer-1-item-single-normal {
    width: 154px;
  }
}
.hpt-offer-1-item-single-normal .offer-1-icon {
  width: 105px;
  height: 90px;
  position: relative;
  margin: auto;
  margin-bottom: 21px;
}
.hpt-offer-1-item-single-normal .offer-1-icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hpt-offer-1-item-single-normal .offer-1-title {
  font-size: 32px;
  font-weight: 600;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  margin: auto;
}
.hpt-offer-1-item-single-hover-position {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 561px;
  opacity: 0;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.hpt-offer-1-item-single-hover {
  position: relative;
  padding: 40px;
  height: 100%;
}
@media (max-width: 767px) {
  .hpt-offer-1-item-single-hover {
    padding: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-offer-1-item-single-hover {
    padding: 40px;
  }
}
.hpt-offer-1-item-single-hover::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 7, 26, 0.8);
}
.hpt-offer-1-item-single-hover .offer-1-icon {
  width: 105px;
  height: 90px;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.hpt-offer-1-item-single-hover .offer-1-icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hpt-offer-1-item-single-hover .offer-1-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.44;
  text-transform: capitalize;
  margin-bottom: 25px;
  opacity: 0;
}
@media (max-width: 767px) {
  .hpt-offer-1-item-single-hover .offer-1-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-offer-1-item-single-hover .offer-1-title {
    font-size: 30px;
  }
}
.hpt-offer-1-item-single-hover .offer-1-feature {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  opacity: 0;
}
.hpt-offer-1-item-single-hover .offer-1-feature li {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}
.hpt-offer-1-item-single-hover .offer-1-feature li img {
  margin-top: -1px;
  margin-right: 5px;
}
.hpt-offer-1-item-single-hover .offer-1-feature li:not(:last-child) {
  margin-bottom: 14px;
}
.hpt-offer-1-item-single-hover .btn-wrap {
  position: relative;
  z-index: 1;
  text-align: right;
  opacity: 0;
}
@media (max-width: 767px) {
  .hpt-offer-1-item-single-hover .btn-wrap {
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-offer-1-item-single-hover .btn-wrap {
    text-align: right;
  }
}
.hpt-offer-1-item-single:is(.active) .hpt-offer-1-item-single-normal {
  width: 561px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-offer-1-item-single:is(.active) .hpt-offer-1-item-single-normal {
    width: 505px;
  }
}
.hpt-offer-1-item-single:is(.active) .hpt-offer-1-item-single-normal .offer-1-icon {
  opacity: 0;
}
.hpt-offer-1-item-single:is(.active) .hpt-offer-1-item-single-normal .offer-1-title {
  opacity: 0;
}
.hpt-offer-1-item-single:is(.active) .hpt-offer-1-item-single-hover-position {
  left: 0;
  opacity: 1;
}
.hpt-offer-1-item-single:is(.active) .hpt-offer-1-item-single-hover .offer-1-title {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hpt-offer-1-item-single:is(.active) .hpt-offer-1-item-single-hover .offer-1-feature {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hpt-offer-1-item-single:is(.active) .hpt-offer-1-item-single-hover .btn-wrap {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.hpt-about-1-area {
  padding-bottom: 200px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-about-1-area {
    padding-bottom: 120px;
  }
}
.hpt-about-1-area .about-1-bg-shape {
  position: absolute;
  right: 0;
  top: 0;
}
.hpt-about-1-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 467px 65px auto;
  grid-template-columns: 467px auto;
  gap: 0 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-about-1-wrap {
    -ms-grid-columns: 300px auto;
    grid-template-columns: 300px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-about-1-wrap {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 150px 0px;
  }
}
.hpt-about-1-img {
  position: relative;
}
.hpt-about-1-img .about-1-img-1 {
  width: 100%;
  height: 560px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.hpt-about-1-img .about-1-img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-about-1-img .about-1-img-2 {
  width: 420px;
  height: 480px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  position: absolute;
  bottom: -85px;
  right: -208px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-about-1-img .about-1-img-2 {
    right: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-about-1-img .about-1-img-2 {
    right: -40px;
    width: 275px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-about-1-img .about-1-img-2 {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .hpt-about-1-img .about-1-img-2 {
    right: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-about-1-img .about-1-img-2 {
    right: 0px;
    width: 275px;
  }
}
.hpt-about-1-img .about-1-img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-about-1-img .bg-shape {
  width: 260px;
  height: 260px;
  display: inline-block;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -55px;
  z-index: -1;
}
.hpt-about-1-content-inner {
  padding-left: 180px;
  padding-top: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-about-1-content-inner {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-about-1-content-inner {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-about-1-content-inner {
    padding-left: 0px;
  }
}
.hpt-about-1-feature {
  padding: 25px 35px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px auto;
  grid-template-columns: auto auto;
  gap: 30px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-radius: 2px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hpt-about-1-feature {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding: 25px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-about-1-feature {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding: 25px 35px;
  }
}
.hpt-about-1-feature::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2px;
  opacity: 0.12;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  z-index: -1;
}
.hpt-about-1-feature .item {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #00071A;
  margin-bottom: 0;
}
.hpt-about-1-feature .item .icon {
  margin-right: 15px;
}
.hpt-about-1-btn-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px auto;
  grid-template-columns: auto auto;
  gap: 30px 30px;
}
@media (max-width: 767px) {
  .hpt-about-1-btn-wrap {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.hpt-about-1-btn-wrap .hpt-btn-2 {
  -ms-grid-column-align: left;
      justify-self: left;
}
.hpt-about-1-btn-wrap .call-btn-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px auto;
  grid-template-columns: 90px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hpt-about-1-btn-wrap .call-btn-wrap .call-us {
  display: inline-block;
  color: #00071A;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.hpt-about-1-btn-wrap .call-btn-wrap .number {
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 0;
  color: #00071A;
}

.hpt-about-2-area {
  position: relative;
}
.hpt-about-2-area .about-2-bg-img-1 {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-about-2-area .about-2-bg-img-1 {
    width: 30%;
  }
}
.hpt-about-2-area .about-2-bg-shape-1 {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 0;
}
.hpt-about-2-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 98px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 100px 98px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-about-2-wrap {
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-about-2-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .hpt-about-2-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.hpt-about-2-wrap .right {
  padding-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-about-2-wrap .right {
    padding-top: 0;
  }
}
.hpt-about-2-img-wrap {
  position: relative;
  display: inline-block;
}
.hpt-about-2-img-wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 40px;
  left: 40px;
  background-color: transparent;
  border: 2px solid #FF3838;
  z-index: -1;
  -webkit-animation: ab-2-after 5s linear infinite;
          animation: ab-2-after 5s linear infinite;
}
@media (max-width: 767px) {
  .hpt-about-2-img-wrap::after {
    left: 10px;
    top: 10px;
  }
}
.hpt-about-2-img-wrap .about-2-img {
  width: 100%;
  height: 740px;
  overflow: hidden;
}
.hpt-about-2-img-wrap .about-2-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-about-2-feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 767px) {
  .hpt-about-2-feature {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-about-2-feature {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.hpt-about-2-feature-item {
  border: 1px solid rgba(14, 5, 2, 0.1);
  background: #FFF;
  position: relative;
  padding: 30px 20px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hpt-about-2-feature-item .icon-2 {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0.1;
}
.hpt-about-2-feature-item .icon-wrap {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 23px;
}
.hpt-about-2-feature-item .icon-wrap::after {
  position: absolute;
  content: "";
  opacity: 0.1;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  width: 40px;
  height: 1px;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hpt-about-2-feature-item .title {
  font-family: "Kanit", sans-serif;
  font-size: 22px;
  line-height: 120%;
  font-weight: 500;
  color: #00071A;
  margin-bottom: 13px;
}
.hpt-about-2-feature-item .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #4D515F;
  margin-bottom: 0;
}
.hpt-about-2-feature-item:Hover {
  border: 1px solid rgba(255, 56, 56, 0.1);
}
.hpt-about-2-feature-item:Hover .icon-wrap::after {
  opacity: 0.3;
  width: 100%;
}
.hpt-about-2-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .hpt-about-2-btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hpt-about-2-btn-wrap .play-btn-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px auto;
  grid-template-columns: 90px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hpt-about-2-btn-wrap .play-btn-wrap .play-content .text {
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #00071a;
  margin-bottom: 5px;
  line-height: 1;
}
.hpt-about-2-btn-wrap .play-btn-wrap .play-content .number {
  display: inline-block;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
}

.hpt-video-1-item {
  position: relative;
}
.hpt-video-1-item .video-1-img {
  position: relative;
  width: 100%;
  height: 668px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hpt-video-1-item .video-1-img {
    height: 450px;
  }
}
.hpt-video-1-item .video-1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-video-1-item .video-1-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00071A;
  opacity: 0.5;
  z-index: 1;
}
.hpt-video-1-item .video-1-img .multi-img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-video-1-item .video-1-img .multi-img-wrap .multi-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.hpt-video-1-item .video-1-img .multi-img-wrap .multi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 3s linear 0s;
  transition: all 3s linear 0s;
}
.hpt-video-1-item .video-1-img .multi-img-wrap .multi-img .img-1 {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: loop-img-1 4s linear infinite;
          animation: loop-img-1 4s linear infinite;
}
.hpt-video-1-item:hover .video-1-img .multi-img-wrap {
  opacity: 1;
}
.hpt-video-1-item:hover .video-1-img .multi-img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hpt-video-1-item .hpt-video-1-item-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.hpt-testimonial-1-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 555px 170px 1fr;
  grid-template-columns: 555px 1fr;
  gap: 170px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-testimonial-1-title {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-testimonial-1-title {
    gap: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-testimonial-1-title {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.hpt-testimonial-1-title .right .hpt-section-pera {
  margin-bottom: 53px;
}
.hpt-testimonial-1-slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hpt-testimonial-1-slider-1 {
  width: 100%;
  position: relative;
}
.hpt-testimonial-1-slider-1-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-testimonial-1-slider-1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.hpt-testimonial-1-slider-1-content .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-testimonial-1-slider-1-content .left {
    width: 51%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-testimonial-1-slider-1-content .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hpt-testimonial-1-slider-1-content .left {
    width: 100%;
    padding-right: 0px;
  }
}
.hpt-testimonial-1-slider-1-content .left .text {
  font-size: 30px;
  line-height: 1.44;
  font-weight: 400;
  color: #00071A;
  letter-spacing: 0.3px;
  margin-bottom: 60px;
}
.hpt-testimonial-1-slider-1-content .left .text .qoute-icon {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  color: #F0831F;
  opacity: 0.4;
}
.hpt-testimonial-1-slider-1-content .left .parson-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.hpt-testimonial-1-slider-1-content .left .parson-wrap .parson-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  padding: 1px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hpt-testimonial-1-slider-1-content .left .parson-wrap .parson-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-testimonial-1-slider-1-content .left .parson-wrap .parson-content .name {
  font-size: 24px;
  font-weight: 600;
  color: #00071A;
  text-transform: capitalize;
  font-family: "Recoleta Alt";
  line-height: 1.5;
}
.hpt-testimonial-1-slider-1-content .left .parson-wrap .parson-content .name:hover {
  color: #E02626;
}
.hpt-testimonial-1-slider-1-content .left .parson-wrap .parson-content .bio {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #4D515F;
  line-height: 30px;
  text-transform: capitalize;
}
.hpt-testimonial-1-slider-1-content .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-testimonial-1-slider-1-content .right {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-testimonial-1-slider-1-content .right {
    width: 100%;
  }
}
.hpt-testimonial-1-slider-1-content .right .slide-img {
  width: 100%;
  height: 441px;
  overflow: hidden;
  -webkit-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.hpt-testimonial-1-slider-1-content .right .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-testimonial-1-slider-2 .line {
  display: block;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.hpt-testimonial-1-slider-2 .parson-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.hpt-testimonial-1-slider-2 .parson-wrap .parson-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: transparent;
  padding: 2px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hpt-testimonial-1-slider-2 .parson-wrap .parson-img .parson-img-bg {
  padding: 2px;
  background: #fff;
  border-radius: 50%;
}
.hpt-testimonial-1-slider-2 .parson-wrap .parson-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-testimonial-1-slider-2 .parson-wrap .parson-content .name {
  font-size: 20px;
  font-weight: 600;
  color: #00071A;
  text-transform: capitalize;
  font-family: "Recoleta Alt";
  line-height: 1.5;
  margin-bottom: -5px;
}
.hpt-testimonial-1-slider-2 .parson-wrap .parson-content .bio {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #4D515F;
  line-height: 30px;
  text-transform: capitalize;
}
.hpt-testimonial-1-sider-btn-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 47.5%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-testimonial-1-sider-btn-wrap {
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    background-color: #fff;
  }
}
.hpt-testimonial-1-sider-btn-wrap .right-btn, .hpt-testimonial-1-sider-btn-wrap .left-btn {
  border: 1px solid rgba(0, 7, 26, 0.04);
  background: rgba(0, 7, 26, 0.04);
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 56px;
  text-align: center;
  position: relative;
}
.hpt-testimonial-1-sider-btn-wrap .right-btn::after, .hpt-testimonial-1-sider-btn-wrap .left-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  z-index: -1;
}
.hpt-testimonial-1-sider-btn-wrap .right-btn:hover svg *, .hpt-testimonial-1-sider-btn-wrap .left-btn:hover svg * {
  fill: #fff;
}
.hpt-testimonial-1-sider-btn-wrap .right-btn:hover::after, .hpt-testimonial-1-sider-btn-wrap .left-btn:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hpt-testimonial-1-slider-2 .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .parson-wrap .parson-img {
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
}

.hpt-testimonial-1-slider-1 .testimonial-1-1.swiper-slide-active .hpt-testimonial-1-slider-1-content .right .slide-img {
  width: 100%;
}

.hpt-testimonial-section-4 {
  background-color: #00071A;
  padding-top: 535px;
  margin-top: -430px;
}

.hpt-testimonial-section-4 .hpt-section-title-4 {
  margin: 0 auto;
  max-width: 650px;
}

.hpt-testimonial-slider-4 {
  overflow: hidden;
}
.hpt-testimonial-slider-4 .testimonial-desc-rate {
  position: relative;
}
.hpt-testimonial-slider-4 .testimonial-desc-rate .quote-icon-1 {
  position: absolute;
  left: 0;
  top: -45px;
  opacity: 0.2;
}
.hpt-testimonial-slider-4 .testimonial-desc-rate .quote-icon-2 {
  position: absolute;
  right: 0;
  bottom: 10px;
  opacity: 0.2;
}

.hpt-testimonial-slider-nav-4 .testimonial_nav {
  width: 200px;
  z-index: 1;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  border: 10px solid #313249;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hpt-testimonial-slider-nav-4 .testimonial_nav img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.hpt-testimonial-slider-nav-4 .testimonial_nav:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: linear-gradient(135deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
}

.hpt-testimonial-slider-nav-4 .swiper-slide-prev .testimonial_nav,
.hpt-testimonial-slider-nav-4 .swiper-slide-next .testimonial_nav {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.hpt-testimonial-slider-nav-4 .swiper-slide-active .testimonial_nav {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 10px solid #f14a65;
}

.hpt-testimonial-slider-nav-4 .swiper-slide-active .testimonial_nav img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.hpt-testimonial-slider-nav-4 .swiper-slide-active .testimonial_nav:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hpt-testimonial-slider-nav-4 .testimonial-prev_4,
.hpt-testimonial-slider-nav-4 .testimonial-next_4 {
  left: 0;
  top: 50%;
  z-index: 2;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-testimonial-slider-nav-4 .testimonial-prev_4,
  .hpt-testimonial-slider-nav-4 .testimonial-next_4 {
    top: 110%;
  }
}
@media (max-width: 767px) {
  .hpt-testimonial-slider-nav-4 .testimonial-prev_4,
  .hpt-testimonial-slider-nav-4 .testimonial-next_4 {
    top: 110%;
  }
}

.hpt-testimonial-slider-nav-4 .testimonial-prev_4:hover,
.hpt-testimonial-slider-nav-4 .testimonial-next_4:hover {
  background: -webkit-gradient(linear, left top, right top, from(#EB5C18), color-stop(45.72%, #F95055), to(#CA2DB8));
  background: linear-gradient(90deg, #EB5C18 0%, #F95055 45.72%, #CA2DB8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hpt-testimonial-slider-nav-4 .testimonial-next_4 {
  right: 0;
  left: auto;
}

.hpt-testimonial-slider-for-4 {
  margin-top: 60px;
}

.hpt-testimonial-item-4 {
  margin: 0 auto;
  max-width: 745px;
}

.hpt-testimonial-item-4 .testimonial-author {
  margin-bottom: 30px;
}

.hpt-testimonial-item-4 .testimonial-author h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  margin-bottom: 8px;
}

.hpt-testimonial-item-4 .testimonial-author span {
  color: #FF3838;
  font-weight: 400;
  line-height: 30px;
}

.hpt-testimonial-item-4 .testimonial-desc-rate p {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  position: relative;
}

.hpt-testimonial-item-4 .testimonial-desc-rate .testimonial-rate li i {
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hpt-scroll-img-section {
  height: 825px;
  overflow: hidden;
}

.hpt-scroll-img-section .hpt-scroll-img-area {
  top: 0px;
  left: -260px;
  right: 0px;
  margin: 0px auto;
  width: 125%;
}

.testimonial-rate.ul-li ul li {
  display: inline-block;
}

.hpt-project-count-1-area {
  overflow: hidden;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  width: 100%;
  max-width: 1395px;
  margin: auto;
}
.hpt-project-count-1-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--linear, linear-gradient(90deg, #EEEAFF 0%, #E6F1FF 48.58%, #DEF8FF 100%));
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding-left: 150px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 150px;
  -webkit-clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-project-count-1-wrap {
    padding-right: 120px;
    padding-left: 120px;
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-project-count-1-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 120px;
    padding-left: 120px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .hpt-project-count-1-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 120px;
    padding-left: 120px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .hpt-project-count-1-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 45px;
    padding-left: 55px;
    gap: 15px;
  }
}
.hpt-project-count-1-wrap .project-count-3-shape-1 {
  position: absolute;
  left: -73px;
  top: -48px;
  z-index: -1;
}
.hpt-project-count-1-wrap .project-count-3-shape-2 {
  position: absolute;
  right: -55px;
  bottom: -65px;
  z-index: -1;
}
.hpt-project-count-1-item .title {
  font-size: 80px;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E02626;
  color: transparent;
  margin-bottom: -4px;
}
.hpt-project-count-1-item .title span {
  display: inline-block;
  line-height: 1;
  margin-top: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-project-count-1-item .title {
    font-size: 60px;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .hpt-project-count-1-item .title {
    font-size: 60px;
    margin-bottom: 0;
  }
}
.hpt-project-count-1-item .text {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #131928;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-project-count-1-item .text {
    font-size: 20px;
  }
}

.htp-project-count-2-wrap .hpt-project-count-1-wrap {
  background: var(--Linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
}
.htp-project-count-2-wrap .hpt-project-count-1-item .title {
  -webkit-text-stroke-color: #fff;
}
.htp-project-count-2-wrap .hpt-project-count-1-item .text {
  color: #fff;
}

.hpt-faq-1-area {
  position: relative;
  background-color: rgba(0, 7, 26, 0.03);
}
.hpt-faq-1-area .faq-1-bg-shape-1 {
  position: absolute;
  right: 0;
  top: 0;
}
.hpt-faq-1-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 70px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-faq-1-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hpt-faq-1-section-title .hpt-title-1 {
  margin-bottom: 25px;
}
.hpt-faq-1-img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-faq-1-img {
    width: 70%;
  }
}
.hpt-faq-1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-faq-1-left {
  height: 100%;
  width: 100%;
}
.hpt-faq-1-right {
  width: 100%;
  max-width: 626px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hpt-faq-1-right {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-faq-1-right {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .hpt-faq-1-right {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-faq-1-right {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 0px;
    padding-bottom: 120px;
  }
}

.hpt-faq-1-item-wrap .accordion-item {
  position: relative;
  background: transparent;
  border: none;
}
.hpt-faq-1-item-wrap .accordion-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hpt-faq-1-item-wrap .accordion-item:is(.faq_bg)::after {
  height: 100%;
}
.hpt-faq-1-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button {
  padding-left: 15px;
  padding-right: 15px;
}
.hpt-faq-1-item-wrap .accordion-item:is(.faq_bg) .line {
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
}
.hpt-faq-1-item-wrap .accordion-item .line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--919191, #919191);
}
.hpt-faq-1-item-wrap .accordion-item .accordion-header {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-header .accordion-button {
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-header .accordion-button .text {
  font-size: 23px;
  font-family: "Recoleta Alt";
  font-weight: 700;
  color: #00071A;
  line-height: 1.55;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-header .accordion-button .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  text-align: center;
  font-size: 11px;
  line-height: 19px;
  color: #fff;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-body {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.hpt-faq-1-item-wrap .accordion-item .accordion-body .faq-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #00071A;
  margin-bottom: 0;
  opacity: 0.8;
}

.hpt-faq-2 {
  background: transparent;
}
.hpt-faq-2 .faq-1-bg-shape-1 {
  position: absolute;
  left: -120px;
  bottom: -100px;
  top: unset;
  -webkit-animation: rotated 10s linear infinite;
          animation: rotated 10s linear infinite;
}
.hpt-faq-2 .hpt-faq-1-right {
  width: 100%;
  max-width: 100%;
  padding-left: 50px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-faq-2 .hpt-faq-1-right {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-faq-2 .hpt-faq-1-right {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
  }
}
.hpt-faq-2 .hpt-faq-1-right .faq-2-img-bg {
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-faq-2 .hpt-faq-1-right .faq-2-img-bg {
    display: none;
  }
}
.hpt-faq-2 .hpt-faq-1-img {
  -webkit-clip-path: polygon(18% 0, 100% 0, 100% 84%, 82% 100%, 0 100%, 0 16%);
          clip-path: polygon(18% 0, 100% 0, 100% 84%, 82% 100%, 0 100%, 0 16%);
  width: 100%;
  height: 740px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hpt-faq-2 .hpt-faq-1-img {
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-faq-2 .hpt-faq-1-img {
    height: 600px;
  }
}
.hpt-faq-2 .hpt-faq-1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-faq-2 .hpt-faq-1-item-wrap .accordion-item .accordion-header .accordion-button .text {
  font-size: 22px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}
.hpt-faq-2 .hpt-faq-1-item-wrap .accordion-item .accordion-header .accordion-button .icon {
  position: relative;
  background: var(--Linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-faq-2 .hpt-faq-1-item-wrap .accordion-item .accordion-header .accordion-button .icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--Linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.2;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-faq-2 .hpt-faq-1-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .text {
  background: var(--Linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-faq-2 .hpt-faq-1-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .icon {
  position: relative;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #fff;
}
.hpt-faq-2 .hpt-faq-1-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .icon::after {
  opacity: 1;
}
.hpt-faq-2 .hpt-faq-1-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .icon i::before {
  content: "\f068";
}

.hpt-blog-1-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 540px 40px 1fr;
  grid-template-columns: 540px 1fr;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-blog-1-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hpt-blog-1-item-single {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 20px 1fr;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-blog-1-item-single {
    -ms-grid-columns: 320px 1fr;
    grid-template-columns: 320px 1fr;
  }
}
@media (max-width: 767px) {
  .hpt-blog-1-item-single {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-blog-1-item-single {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
  }
}
.hpt-blog-1-item-single:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(21, 32, 40, 0.15);
  margin-bottom: 25px;
}
.hpt-blog-1-item-single .blog-1-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.hpt-blog-1-item-single .blog-1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-blog-1-item-single .blog-1-content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(21, 32, 40, 0.15);
  padding-bottom: 12px;
  margin-bottom: 13px;
}
.hpt-blog-1-item-single .blog-1-content .meta .date, .hpt-blog-1-item-single .blog-1-content .meta .author {
  font-size: 16px;
  line-height: 1.86;
  text-transform: uppercase;
  color: #152028;
}
.hpt-blog-1-item-single .blog-1-content .meta .author .color {
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-blog-1-item-single .blog-1-content .blog-1 {
  color: #152028;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 11px;
}
.hpt-blog-1-item-single .blog-1-content .blog-1:hover {
  color: #F0831F;
}
.hpt-blog-1-item-single .blog-1-content .blog-1-pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #152028;
  margin-bottom: 0;
}
.hpt-blog-1-item-single-2 {
  position: relative;
}
.hpt-blog-1-item-single-2 .blog-1-img {
  width: 100%;
  height: 700px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 93% 100%, 7% 100%, 0 89%);
          clip-path: polygon(0 0, 100% 0, 100% 89%, 93% 100%, 7% 100%, 0 89%);
  background: #ECECEC;
  padding-bottom: 75px;
}
.hpt-blog-1-item-single-2 .blog-1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-blog-1-item-single-2 .blog-1-content-position {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-blog-1-item-single-2 .blog-1-content-position {
    padding: 0 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-blog-1-item-single-2 .blog-1-content-position {
    padding: 0 68px;
  }
}
@media (max-width: 767px) {
  .hpt-blog-1-item-single-2 .blog-1-content-position {
    padding: 0 21px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-blog-1-item-single-2 .blog-1-content-position {
    padding: 0 36px;
  }
}
.hpt-blog-1-item-single-2 .blog-1-content {
  background: rgba(0, 7, 26, 0.32);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: 100%;
  padding: 30px 50px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .hpt-blog-1-item-single-2 .blog-1-content {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-blog-1-item-single-2 .blog-1-content {
    padding: 30px 50px;
  }
}
.hpt-blog-1-item-single-2 .blog-1-content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 14px;
  margin-bottom: 15px;
}
.hpt-blog-1-item-single-2 .blog-1-content .meta .date, .hpt-blog-1-item-single-2 .blog-1-content .meta .author {
  font-size: 16px;
  line-height: 1.86;
  text-transform: uppercase;
  color: #fff;
}
.hpt-blog-1-item-single-2 .blog-1-content .meta .author .color {
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-blog-1-item-single-2 .blog-1-content .blog-1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .hpt-blog-1-item-single-2 .blog-1-content .blog-1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-blog-1-item-single-2 .blog-1-content .blog-1 {
    font-size: 28px;
  }
}
.hpt-blog-1-item-single-2 .blog-1-content .blog-1:hover {
  color: #F0831F;
}
.hpt-blog-1-item-single-2 .blog-1-content .blog-1-pera {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.hpt-blog-1-item-single-2 .blog-1-content .blog-1-btn {
  text-align: right;
}

.hpt-blog-2-area {
  position: relative;
}
.hpt-blog-2-area .blog-2-bg-shape-1 {
  position: absolute;
  right: 12vw;
  bottom: 6vh;
  -webkit-animation: rotated 10s linear infinite;
          animation: rotated 10s linear infinite;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-blog-2-area .blog-2-bg-shape-1 {
    right: 0;
  }
}
.hpt-blog-2-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 685px 1fr;
  grid-template-columns: 685px 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-blog-2-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.hpt-blog-2-top .btn-wrap {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: end;
      justify-self: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-blog-2-top .btn-wrap {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
.hpt-blog-2-item {
  border-radius: 10px;
  border: 1px solid rgba(31, 36, 44, 0.15);
  background: #fff;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0px 0px 19px 0px rgba(255, 255, 255, 0.1) inset;
  position: relative;
}
.hpt-blog-2-item::after {
  position: absolute;
  content: "";
  border-radius: 10px;
  background: var(--Linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  width: 100%;
  height: 0%;
  top: 0;
  bottom: auto;
  left: 0;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-blog-2-item .blog-2-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 306px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
.hpt-blog-2-item .blog-2-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.hpt-blog-2-item .blog-2-img .date-position {
  position: absolute;
  left: 0;
  top: 20px;
}
.hpt-blog-2-item .blog-2-img .date-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 0px 8px 8px 0px;
  border-right: 1px solid #B60B0B;
  background: #FFF;
  padding: 6px 26px;
}
.hpt-blog-2-item .blog-2-img .date-wrap::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  border-radius: 0px 8px 8px 0px;
  background: var(--Linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  top: 0;
  right: auto;
  left: 0;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-blog-2-item .blog-2-img .date-wrap .date {
  position: relative;
  z-index: 1;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  background: var(--Linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-blog-2-item .blog-2-content {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-blog-2-item .blog-2-content {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .hpt-blog-2-item .blog-2-content {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-blog-2-item .blog-2-content {
    padding: 0 30px;
  }
}
.hpt-blog-2-item .blog-2-content .blog-2-title {
  font-size: 26px;
  color: #00071A;
  line-height: 1.23;
  margin-bottom: 22px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-blog-2-item .blog-2-content .blog-2-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-blog-2-item .blog-2-content .blog-2-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hpt-blog-2-item .blog-2-content .blog-2-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-blog-2-item .blog-2-content .blog-2-title {
    font-size: 24px;
  }
}
.hpt-blog-2-item .blog-2-content .blog-2-title a {
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hpt-blog-2-item .blog-2-content .blog-2-pera {
  color: #4D515F;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 33px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-blog-2-item .blog-2-auhor-wrap {
  position: relative;
  z-index: 1;
  border-top: 1px solid #DDDEDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-blog-2-item .blog-2-auhor-wrap {
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .hpt-blog-2-item .blog-2-auhor-wrap {
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-blog-2-item .blog-2-auhor-wrap {
    padding: 15px 30px;
  }
}
.hpt-blog-2-item .blog-2-auhor-wrap .blog-2-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hpt-blog-2-item .blog-2-auhor-wrap .blog-2-author .img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.hpt-blog-2-item .blog-2-auhor-wrap .blog-2-author .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-blog-2-item .blog-2-auhor-wrap .blog-2-author .name {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #00071A;
  font-size: 16px;
  line-height: 1px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
@media (max-width: 767px) {
  .hpt-blog-2-item .blog-2-auhor-wrap .blog-2-author .name {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-blog-2-item .blog-2-auhor-wrap .blog-2-author .name {
    display: inline-block;
  }
}
.hpt-blog-2-item .blog-2-auhor-wrap .blog-2-btn {
  display: inline-block;
  background: var(--Linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-blog-2-item:hover::after {
  height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
}
.hpt-blog-2-item:hover .blog-2-img img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.hpt-blog-2-item:hover .blog-2-img .date-wrap::after {
  width: 100%;
  right: 0;
  left: auto;
}
.hpt-blog-2-item:hover .blog-2-img .date-wrap .date {
  line-height: 1;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #fff;
}
.hpt-blog-2-item:hover .blog-2-content .blog-2-title {
  color: #fff;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.hpt-blog-2-item:hover .blog-2-content .blog-2-title a {
  background-size: 100% 100%;
}
.hpt-blog-2-item:hover .blog-2-content .blog-2-pera {
  color: #fff;
  opacity: 0.7;
}
.hpt-blog-2-item:hover .blog-2-auhor-wrap {
  border-top: 1px solid #fff;
}
.hpt-blog-2-item:hover .blog-2-auhor-wrap .blog-2-author .name {
  color: #fff;
}
.hpt-blog-2-item:hover .blog-2-auhor-wrap .blog-2-btn {
  display: inline-block;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #fff;
}

.hpt-contact-1-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-contact-1-wrap {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-contact-1-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hpt-contact-1-wrap .contact-1-bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-contact-1-wrap .contact-1-bg-shape {
    height: 434px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-contact-1-wrap .contact-1-bg-shape {
    height: 433px;
  }
}
.hpt-contact-1-wrap .left, .hpt-contact-1-wrap .right {
  position: relative;
  z-index: 1;
}
.hpt-contact-1-form {
  position: relative;
  padding: 40px 30px;
  background: var(--linear, linear-gradient(90deg, #E02626 0%, #F0831F 100%));
  width: 100%;
  max-width: 414px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-contact-1-form {
    max-width: 100%;
  }
}
.hpt-contact-1-form .shape-1 {
  position: absolute;
  left: -30px;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-contact-1-form .shape-1 {
    display: none;
  }
}
.hpt-contact-1-form .shape-2 {
  position: absolute;
  right: -30px;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-contact-1-form .shape-2 {
    display: none;
  }
}
.hpt-contact-1-form .form-title {
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
  letter-spacing: 0.96px;
  text-align: center;
  margin-bottom: 26px;
}
.hpt-contact-1-form .input-item {
  position: relative;
}
.hpt-contact-1-form .input-item:not(:last-child) {
  margin-bottom: 10px;
}
.hpt-contact-1-form .input-item .icon {
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hpt-contact-1-form .input-item .icon {
    left: 6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-contact-1-form .input-item .icon {
    left: 17px;
  }
}
.hpt-contact-1-form .input-item .icon-textarea {
  position: absolute;
  top: 18px;
  left: 17px;
}
@media (max-width: 767px) {
  .hpt-contact-1-form .input-item .icon-textarea {
    left: 6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-contact-1-form .input-item .icon-textarea {
    left: 17px;
  }
}
.hpt-contact-1-form .input-item input, .hpt-contact-1-form .input-item textarea {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  width: 100%;
  height: 54px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
  padding: 0 55px;
}
@media (max-width: 767px) {
  .hpt-contact-1-form .input-item input, .hpt-contact-1-form .input-item textarea {
    padding: 0 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-contact-1-form .input-item input, .hpt-contact-1-form .input-item textarea {
    padding: 0 55px;
  }
}
.hpt-contact-1-form .input-item input::-webkit-input-placeholder, .hpt-contact-1-form .input-item textarea::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.14px;
}
.hpt-contact-1-form .input-item input::-moz-placeholder, .hpt-contact-1-form .input-item textarea::-moz-placeholder {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.14px;
}
.hpt-contact-1-form .input-item input:-ms-input-placeholder, .hpt-contact-1-form .input-item textarea:-ms-input-placeholder {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.14px;
}
.hpt-contact-1-form .input-item input::-ms-input-placeholder, .hpt-contact-1-form .input-item textarea::-ms-input-placeholder {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.14px;
}
.hpt-contact-1-form .input-item input::placeholder, .hpt-contact-1-form .input-item textarea::placeholder {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.14px;
}
.hpt-contact-1-form .input-item textarea {
  padding-top: 17px;
  height: 115px;
}
.hpt-contact-1-form .form-btn-wrap .contact-1-btn {
  width: 100%;
  height: 54px;
  background-color: #00071A;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.hpt-contact-1-form .form-btn-wrap .contact-1-btn:hover {
  background-color: #fff;
  color: #E02626;
}

.hpt-marquee-2-wrap {
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-marquee-2-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.hpt-marquee-2-content-1-bg {
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  rotate: 2deg;
  width: 100%;
  padding: 32px 0;
  -webkit-animation: marquee-zindex-2 20s linear infinite;
          animation: marquee-zindex-2 20s linear infinite;
}
.hpt-marquee-2-content-1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-animation: marquee-animation-2 20s linear infinite;
          animation: marquee-animation-2 20s linear infinite;
}
.hpt-marquee-2-content-1-item .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-family: "Kanit", sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
}
.hpt-marquee-2-content-1-item .text .icon {
  margin-right: 5px;
  margin-top: -15px;
}
.hpt-marquee-2-content-2-bg {
  background-color: var(--clr-common-white);
  padding: 28px 0;
  rotate: -2deg;
  margin-top: -92px;
  overflow: hidden;
}
.hpt-marquee-2-content-2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  -webkit-animation: marquee-right-animation-2 20s linear infinite;
          animation: marquee-right-animation-2 20s linear infinite;
}
.hpt-marquee-2-content-2-item .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-family: "Kanit", sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hpt-marquee-2-content-2-item .text .icon {
  margin-right: 5px;
  margin-top: -15px;
}

.hpt-choose-2-area {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-choose-2-area {
    background-color: #fff;
    padding-bottom: 120px;
  }
}
.hpt-choose-2-area::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-choose-2-area::after {
    display: none;
  }
}
.hpt-choose-2-area::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 22px;
  height: 430px;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
  z-index: 1;
}
@media (max-width: 767px) {
  .hpt-choose-2-area::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-choose-2-area::before {
    display: inline-block;
  }
}
.hpt-choose-2-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 640px 58px 1fr;
  grid-template-columns: 640px 1fr;
  gap: 58px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-choose-2-wrap {
    -ms-grid-columns: 500px 1fr;
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-choose-2-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hpt-choose-2-img-wrap {
  position: relative;
}
.hpt-choose-2-img-wrap .img {
  width: 100%;
  height: 854px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-choose-2-img-wrap .img {
    height: 890px;
  }
}
@media (max-width: 767px) {
  .hpt-choose-2-img-wrap .img {
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-choose-2-img-wrap .img {
    height: 600px;
  }
}
.hpt-choose-2-img-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-choose-2-img-wrap .img-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
  width: 100%;
}
.hpt-choose-2-img-wrap .img-content-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.hpt-choose-2-img-wrap .img-content-wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.hpt-choose-2-img-wrap .img-content-wrap > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.hpt-choose-2-img-wrap .img-content-wrap > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.hpt-choose-2-img-wrap .img-content-wrap .img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  position: relative;
  background: var(--linear, linear-gradient(90deg, #B60B0B 0%, #FF3838 100%));
}
.hpt-choose-2-img-wrap .img-content-wrap .img-content h4 {
  font-size: 44px;
  line-height: 1.22;
  color: #fff;
  margin-bottom: 0;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-choose-2-img-wrap .img-content-wrap .img-content h4 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .hpt-choose-2-img-wrap .img-content-wrap .img-content h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-choose-2-img-wrap .img-content-wrap .img-content h4 {
    font-size: 28px;
  }
}
.hpt-choose-2-img-wrap .img-content-wrap .img-content .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.hpt-choose-2-img-wrap .img-content-wrap .img-content.rb-border {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.hpt-choose-2-img-wrap .img-content-wrap .animate-div.lt-border {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.hpt-choose-2-content {
  padding-top: 35px;
}
.hpt-choose-2-feature {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 50px;
}
.hpt-choose-2-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .hpt-choose-2-feature-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-choose-2-feature-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.hpt-choose-2-feature-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 96px;
  height: 96px;
  text-align: center;
  line-height: 96px;
  background-color: rgba(182, 11, 11, 0.2);
  border-radius: 50%;
  position: relative;
}
.hpt-choose-2-feature-item .icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #B60B0B;
  border-style: dashed;
  left: 0;
  top: 0;
  -webkit-animation: choose-2-f-item 5s infinite;
          animation: choose-2-f-item 5s infinite;
}
.hpt-choose-2-feature-item .content {
  width: 100%;
  max-width: 515px;
}
.hpt-choose-2-feature-item .content .title {
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  border-bottom: 1px solid #00071A;
  border-style: dashed;
  border-top: none;
  border-left: none;
  border-right: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .hpt-choose-2-feature-item .content .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-choose-2-feature-item .content .title {
    font-size: 24px;
  }
}
.hpt-choose-2-feature-item .content .text {
  font-size: 16px;
  font-weight: 400;
  color: #4D515F;
  line-height: 26px;
  margin-bottom: 0;
  max-width: 465px;
}
.hpt-choose-2-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}
@media (max-width: 767px) {
  .hpt-choose-2-btn-wrap {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hpt-choose-2-btn-wrap .hpt-btn-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.hpt-choose-2-btn-wrap .call-btn-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 92px auto;
  grid-template-columns: 92px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hpt-choose-2-btn-wrap .call-btn-wrap .call-us {
  display: inline-block;
  color: #00071A;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.hpt-choose-2-btn-wrap .call-btn-wrap .number {
  font-family: "Kanit", sans-serif;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 0;
  color: #00071A;
}

.hpt-cta-2-area {
  background-color: #00071A;
  position: relative;
}
.hpt-cta-2-area .bg-img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hpt-cta-2-area .bg-img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-cta-2-area .bg-shape-1 {
  position: absolute;
  right: 11vw;
  bottom: -40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-cta-2-area .bg-shape-1 {
    display: none;
  }
}
.hpt-cta-2-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 672px 60px 1fr;
  grid-template-columns: 672px 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hpt-cta-2-wrap {
    -ms-grid-columns: 580px 1fr;
    grid-template-columns: 580px 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-cta-2-wrap {
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-cta-2-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hpt-cta-2-img {
  width: 100%;
  height: 550px;
  overflow: overlay;
}
.hpt-cta-2-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hpt-cta-2-content > .icon {
  margin-bottom: 30px;
}
.hpt-cta-2-content > .icon img {
  -webkit-animation: cta-2-icon 5s linear infinite;
          animation: cta-2-icon 5s linear infinite;
}
.hpt-cta-2-content .number {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 600;
  margin-bottom: 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-cta-2-content .number {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hpt-cta-2-content .number {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hpt-cta-2-content .number {
    font-size: 36px;
  }
}
.hpt-cta-2-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
  color: #fff;
  margin-bottom: 42px;
}
.hpt-cta-2-content .btn-wrap {
  -ms-flex-item-align: left;
      -ms-grid-row-align: left;
      align-self: left;
}

.hpt-cta-3-wrap {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.hpt-cta-3-content {
  padding: 80px 90px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 690px 1fr;
  grid-template-columns: 690px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hpt-cta-3-content {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hpt-cta-3-content {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    padding: 80px 20px;
  }
}
@media (max-width: 767px) {
  .hpt-cta-3-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 40px 20px;
    justify-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.hpt-cta-3-content .tittle {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hpt-cta-3-content .tittle {
    text-align: center;
    font-size: 32px;
  }
}

.hpt-footer-section {
  margin-top: -125px;
}

.hpt-footer-widget-content {
  padding: 200px 0px 50px;
}

.hpt-footer-widget {
  margin-bottom: 40px;
}
.hpt-footer-widget .widget-title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 23px;
  display: inline-block;
}
.hpt-footer-widget .widget-title::before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 100%;
  position: absolute;
  background-color: #fff;
}

.hpt-footer-widget .about-widget {
  max-width: 440px;
}
.hpt-footer-widget .about-widget h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.hpt-footer-widget .about-widget p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.8;
  margin-bottom: 0;
}

.hpt-footer-widget .menu-widget li {
  margin-bottom: 8px;
}
.hpt-footer-widget .menu-widget li a {
  color: #e3e3e3;
  font-size: 15px;
  position: relative;
}
.hpt-footer-widget .menu-widget li a::before {
  left: 0;
  bottom: 0;
  right: 0;
  width: 0%;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hpt-footer-widget .menu-widget li a:hover {
  color: #E02626;
}
.hpt-footer-widget .menu-widget li a:hover::before {
  width: 100%;
}

.hpt-footer-social-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #16232B;
}
.hpt-footer-social-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hpt-footer-social-content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hpt-footer-social-content ul li {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}
.hpt-footer-social-content ul li i {
  font-size: 17px;
  margin-right: 8px;
}
.hpt-footer-social-content ul li a:hover {
  color: #E02626;
}

.hpt-footer-logo {
  padding: 30px 0px;
  border-bottom: 1px solid #16232B;
}
.hpt-footer-logo .logo-mail h3 {
  color: #fff;
  font-size: 30px;
  padding-top: 10px;
  font-weight: 300;
  margin-bottom: 0;
}

.hpt-footer-copyright {
  padding: 15px 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  font-family: "Recoleta Alt";
  margin-bottom: 0;
}

.hpt-footer-2 {
  margin-top: -115px;
  background-color: #0E0F13;
}

/********************* 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: 300px 0px 230px;
}
.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: 38px;
  font-weight: 800;
  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;
  }
}
/*---------------------------------------------------- */