@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=SUSE:wght@100..800&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
:root {
  --font-bricolageGrotesque: "Bricolage Grotesque", sans-serif;
  --font-suse: "SUSE", sans-serif;
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #020202;
  --black-color-opc: 17, 15, 15;
  --title-color: #020202;
  --title-color-opc: 17, 15, 15;
  --text-color: #525252;
  --dark-text-color: #AAAAAA;
  --primary-color1: #165cc6;
  --primary-color1-opc: 23, 129, 254;
  --primary-color2: #3655FF;
  --primary-color2-opc: 54, 85, 255;
  --borders-color: #E8E8E8;
  --border-color2: #FFFFFF1A;
  --border-color3: #EEEEEE;
}
/*================================================
02. Mixins Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-suse);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
body.transport-home {
  /* Ball view
  ============= */
  /* Ball close
  ============== */
}
body.transport-home .progress-wrap svg.progress-circle {
  stroke: var(--primary-color1);
}
body.transport-home .progress-wrap .arrow {
  fill: var(--primary-color1);
}
body.transport-home .progress-wrap:hover {
  background-color: var(--primary-color1);
}
body.transport-home .progress-wrap:hover .arrow {
  fill: var(--white-color);
}
body.transport-home #ball {
  border-color: var(--primary-color1);
  background-color: var(--primary-color1);
}
body.transport-home #ball.ball-view {
  background-color: rgba(var(--primary-color1-opc), 0.5);
}
body.transport-home #ball .ball-drag::before,
body.transport-home #ball .ball-drag::after {
  color: var(--primary-color1);
}
body.transport-home #ball.magnetic-active {
  background-color: rgba(var(--primary-color1-opc), 0.5);
}
body.transport-home #ball .ball-close {
  color: var(--primary-color1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  line-height: 1.4;
  color: var(--title-color);
}
input {
  border: none;
  outline: none;
}
button {
  outline: none;
  border: none;
}
i.bx {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
p {
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}
.pt-130 {
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}
.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
}
.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
.pt-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 70px;
  }
}
.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}
.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}
.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}
.pb-65 {
  padding-bottom: 65px;
}
.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}
.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}
.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 70px;
  }
}
.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}
.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}
.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}
.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-50 {
  padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
}
.pt-40 {
  padding-top: 40px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-60 {
  padding-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .mb-65 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .mb-65 {
    margin-bottom: 45px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}
.mb-45 {
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .mb-45 {
    margin-bottom: 35px;
  }
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-35 {
  margin-top: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-50 {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}
.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}
.mt-65 {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .mt-65 {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .mt-65 {
    margin-top: 45px;
  }
}
.mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .mt-70 {
    margin-top: 40px;
  }
}
.pt-150 {
  padding-top: 150px!important;
}
.pb-15 {
  padding-bottom: 15px;
}
#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}
body.tt-magic-cursor #magic-cursor {
  display: block;
}
#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  border-color: var(--primary-color2);
  background-color: var(--primary-color2);
  /* Note: border width handled through JS */
}
/* Ball view
============= */
#ball.ball-view {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color2-opc), 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  font-size: 15px;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--font-suse);
  line-height: 1.4;
  text-align: center;
}
#ball .ball-view-inner {
  padding: 0 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
#ball .ball-view-inner i {
  font-size: 24px;
}
/* Ball drag
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}
#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--primary-color2);
  height: 10px;
  line-height: 10px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}
#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}
#ball.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color2-opc), 0.5);
  -webkit-backdrop-filter: blur(1.1px);
          backdrop-filter: blur(1.1px);
  border-color: transparent !important;
}
/* Ball close
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}
#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color2);
  line-height: 1;
  text-align: center;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}
blockquote {
  background-image: url(../img/innerpages/blockquote-bg-img.png), linear-gradient(180deg, #F0F0F0 0%, #F0F0F0 100%);
  padding: 60px 70px;
  display: flex;
  align-items: start;
  gap: 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  border-radius: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  blockquote {
    padding: 50px 40px;
  }
}
@media (max-width: 991px) {
  blockquote {
    padding: 50px 35px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  blockquote {
    padding: 40px 20px;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  blockquote {
    padding: 30px 10px;
    gap: 10px;
  }
}
blockquote svg {
  fill: var(--primary-color2);
  min-width: 28px;
  margin-top: 10px;
}
blockquote .content h4 {
  color: var(--title-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  blockquote .content h4 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  blockquote .content h4 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  blockquote .content h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  blockquote .content h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  blockquote .content h4 {
    font-size: 18px;
    line-height: 29px;
  }
}
blockquote .content h4 span {
  color: var(--primary-color2);
}
blockquote .content .author-area {
  line-height: 1;
}
blockquote .content .author-area h6 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
}
blockquote .content .author-area span {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
blockquote .quote {
  fill: var(--white-color);
  position: absolute;
  top: 64px;
  left: 107px;
  z-index: -1;
}
@media (max-width: 767px) {
  blockquote .quote {
    left: 56px;
  }
}
@media (max-width: 576px) {
  blockquote .quote {
    width: 80px;
    left: 47px;
  }
}
.tag-and-social-area {
  padding: 17px 30px;
  border: 1px solid var(--borders-color);
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .tag-and-social-area {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .tag-and-social-area {
    margin-top: 40px;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  .tag-and-social-area {
    padding: 17px 20px;
  }
}
.tag-and-social-area h6 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}
.tag-and-social-area .tag-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tag-and-social-area .social-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tag-and-social-area .social-area .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.tag-and-social-area .social-area .social-list li a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  transition: 0.5s;
}
.tag-and-social-area .social-area .social-list li a:hover {
  background-color: var(--primary-color2);
  color: var(--white-color);
}
.tag-and-social-area .social-area .social-list li a i {
  font-size: 14px;
  line-height: 1;
}
.tag-and-social-area .social-area .social-list li a i.bi-twitter-x {
  font-size: 11px;
}
.tag-and-social-area .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .tag-and-social-area .tag-list {
    gap: 10px;
    row-gap: 14px;
  }
}
.tag-and-social-area .tag-list li a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 6px 17px;
  background-color: #F0F0F0;
  border-radius: 50px;
  display: inline-block;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .tag-and-social-area .tag-list li a {
    font-size: 14px;
    padding: 6px 16px;
  }
}
.tag-and-social-area .tag-list li a:hover {
  background-color: var(--primary-color2);
  color: var(--white-color);
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--borders-color);
  background-color: transparent;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg {
  fill: none;
  transition: 0.5s;
}
.progress-wrap svg.progress-circle {
  stroke: var(--primary-color1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap .arrow {
  fill: var(--primary-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.progress-wrap:hover {
  background-color: var(--primary-color2);
}
.progress-wrap:hover .arrow {
  fill: var(--white-color);
}
.btn-area {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.btn-area:hover .icon {
  background-color: var(--black-color);
}
.btn-area .icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color2);
  border-radius: 50%;
  transition: all 0.5s;
}
.btn-area .icon svg {
  fill: var(--white-color);
}
.btn-area .btn-content {
  line-height: 1;
}
.btn-area .btn-content span {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  color: var(--title-color);
  line-height: 1;
}
.btn-area .btn-content p {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 0;
  line-height: 1;
  margin-top: 6px;
}
.primary-btn1 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 600;
  background-color: var(--primary-color1);
  padding: 16px 27px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  transition: all 0.6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.primary-btn1 svg {
  fill: var(--title-color);
  transition: all 0.6s;
}
.primary-btn1 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 36px;
  background-color: var(--black-color);
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.primary-btn1:hover {
  color: var(--white-color);
}
.primary-btn1:hover svg {
  fill: var(--white-color);
}
.primary-btn1:hover span {
  width: 225%;
  height: 1000.5px;
}
.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn1.white-bg svg {
  fill: var(--title-color);
}
.primary-btn1.white-bg span {
  background-color: var(--primary-color1);
}
.primary-btn1.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn1.black-bg svg {
  fill: var(--white-color);
}
.primary-btn1.black-bg span {
  background-color: var(--primary-color1);
}
.primary-btn1.black-bg:hover {
  color: var(--title-color);
}
.primary-btn1.black-bg:hover svg {
  fill: var(--title-color);
}
.primary-btn1.blog-bg {
  background-color: #F0F0F0;
  color: var(--title-color);
  padding: 16px 23px;
}
.primary-btn1.blog-bg:hover {
  color: var(--white-color);
}
.primary-btn1.blog-bg:hover svg {
  stroke: var(--white-color);
}
.primary-btn1.blog-bg svg {
  fill: none;
  stroke: var(--black-color);
}
.primary-btn1.blog-bg span {
  background-color: var(--black-color);
}
.primary-btn1.two {
  border-radius: 10px;
}
.primary-btn2 {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 600;
  background-color: var(--primary-color2);
  padding: 16px 27px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  transition: all 0.6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.primary-btn2 svg {
  fill: var(--white-color);
  transition: all 0.6s;
}
.primary-btn2 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 36px;
  background-color: var(--black-color);
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.primary-btn2:hover {
  color: var(--white-color);
}
.primary-btn2:hover svg {
  fill: var(--white-color);
}
.primary-btn2:hover span {
  width: 225%;
  height: 1000.5px;
}
.primary-btn2.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn2.white-bg svg {
  fill: var(--title-color);
}
.primary-btn2.white-bg span {
  background-color: var(--primary-color2);
}
.primary-btn2.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn2.black-bg svg {
  fill: var(--white-color);
}
.primary-btn2.black-bg span {
  background-color: var(--primary-color2);
}
.primary-btn2.blog-bg {
  background-color: #F0F0F0;
  color: var(--title-color);
  padding: 16px 23px;
}
.primary-btn2.blog-bg:hover {
  color: var(--white-color);
}
.primary-btn2.blog-bg:hover svg {
  stroke: var(--white-color);
}
.primary-btn2.blog-bg svg {
  fill: none;
  stroke: var(--black-color);
}
.primary-btn2.blog-bg span {
  background-color: var(--black-color);
}
.primary-btn2.two {
  border-radius: 10px;
}
.select {
  margin-bottom: 25px;
}
.nice-select {
  width: 100%;
  background: #F0F0F0;
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .nice-select {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nice-select {
    padding: 10px 15px;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .nice-select {
    height: 52px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .nice-select {
    font-size: 15px;
    border-radius: 5px;
  }
}
.nice-select span {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color);
}
.nice-select:focus {
  border-color: var(--primary-color2);
  background-color: var(--white-color);
}
.nice-select.open {
  border-radius: 10px 10px 0 0;
}
.nice-select.open::after {
  transform: rotate(-180deg);
}
.nice-select:after {
  border-bottom: none;
  border-right: none;
  content: "";
  display: block;
  height: 7px;
  width: 10px;
  background-color: rgba(82, 82, 82, 0.6);
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: rotate(0);
}
.nice-select .list {
  width: 100%;
  background: var(--white-color);
  margin-top: 5px;
  border-radius: 0 0 5px 5px;
}
.nice-select .list .option {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--borders-color);
}
.nice-select .list .option:last-child {
  border-bottom: unset;
}
.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-bricolageGrotesque);
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 31px;
    line-height: 1.3;
  }
}
.section-title p {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-top: 15px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-title p {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .section-title p {
    font-size: 16px;
  }
}
.section-title.white h2 {
  color: var(--white-color);
}
.section-title.white p {
  color: var(--dark-text-color);
}
.slider-btn-grp {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .slider-btn-grp {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .slider-btn-grp {
    gap: 30px;
  }
}
.slider-btn-grp .slider-btn {
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  background-color: transparent;
  border: 1px solid var(--black-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.slider-btn-grp .slider-btn svg {
  fill: none;
  stroke: var(--black-color);
  transition: 0.5s;
}
@media (max-width: 767px) {
  .slider-btn-grp .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
.slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.slider-btn-grp .slider-btn:hover svg {
  stroke: var(--black-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.5;
}
.slider-btn-grp.white .slider-btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.slider-btn-grp.white .slider-btn i {
  color: rgba(255, 255, 255, 0.4);
}
.slider-btn-grp.white .slider-btn:hover {
  border-color: var(--white-color);
  background-color: var(--white-color);
}
.slider-btn-grp.white .slider-btn:hover i {
  color: var(--title-color);
}
.slider-btn-grp.two .slider-btn {
  background-color: var(--white-color);
  border-color: var(--borders-color);
}
.slider-btn-grp.two .slider-btn svg {
  stroke: none;
  fill: var(--title-color);
}
.slider-btn-grp.two .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.slider-btn-grp.two .slider-btn:hover svg {
  fill: var(--white-color);
}
.slider-btn-grp.three .slider-btn {
  background-color: var(--white-color);
  border-color: var(--borders-color);
}
.slider-btn-grp.three .slider-btn svg {
  stroke: none;
  fill: var(--title-color);
}
.slider-btn-grp.three .slider-btn:hover {
  background-color: var(--primary-color3);
  border-color: var(--primary-color3);
}
.slider-btn-grp.three .slider-btn:hover svg {
  fill: var(--title-color2);
}
.paginations {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: unset;
  z-index: 9;
  gap: 8px;
}
@media (max-width: 576px) {
  .paginations {
    justify-content: center;
  }
}
.paginations .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: rgba(153, 153, 153, 0.5019607843);
  opacity: 1;
  position: relative;
  border-radius: 50%;
}
.paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 50px;
  background-color: var(--primary-color1);
}
.form-inner {
  line-height: 1;
}
.form-inner label {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.form-inner label span {
  font-size: 14px;
  font-weight: 500;
}
.form-inner input {
  width: 100%;
  background: #F0F0F0;
  color: var(--title-color);
  font-family: var(--font-suse);
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  transition: all 0.3s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form-inner input {
    padding: 10px 15px;
    font-size: 15px;
    height: 55px;
  }
}
@media (max-width: 991px) {
  .form-inner input {
    height: 36px;
  }
}
@media (max-width: 576px) {
  .form-inner input {
    font-size: 15px;
    border-radius: 5px;
    height: 36px;
  }
}
.form-inner input::-moz-placeholder {
  color: var(--dark-text-color);
  font-weight: 300;
}
.form-inner input::placeholder {
  color: var(--dark-text-color);
  font-weight: 300;
}
.form-inner input:focus {
  border-color: var(--primary-color1);
  background-color: var(--white-color);
}
.form-inner textarea {
  width: 100%;
  background: #F0F0F0;
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  resize: none;
}
@media (max-width: 576px) {
  .form-inner textarea {
    padding: 20px 15px;
  }
}
.form-inner textarea::-moz-placeholder {
  color: var(--dark-text-color);
  font-weight: 300;
}
.form-inner textarea::placeholder {
  color: var(--dark-text-color);
  font-weight: 300;
}
.form-inner textarea:focus {
  outline: unset;
  border-color: var(--primary-color2);
  background-color: var(--white-color);
}
.form-inner2 .form-check {
  min-height: unset;
  margin-bottom: 0;
}
.form-inner2 .form-check .form-check-input {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin-top: 8px;
  background-color: transparent;
  border: 1px solid rgba(var(--black-color-opc), 0.2);
  border-radius: 5px;
}
.form-inner2 .form-check .form-check-input:focus {
  box-shadow: none;
}
.form-inner2 .form-check .form-check-input:checked {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.form-inner2 .form-check .form-check-label {
  cursor: pointer;
  color: var(--text-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.form-inner2.two .form-check-input:checked {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
/*=====================================
  03. Header CSS
========================================*/
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
.topbar-area {
  padding: 18px 0;
}
.topbar-area .topbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 105px;
}
@media (max-width: 1399px) {
  .topbar-area .topbar-wrap {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  .topbar-area .topbar-wrap {
    gap: 40px;
  }
}
.topbar-area .topbar-wrap .header-logo img {
  min-width: 120px;
  max-width: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .topbar-area .topbar-wrap .header-logo img {
    max-width: 100px;
    min-width: 100px;
  }
}
.topbar-area .topbar-wrap .logo-and-search-area {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1399px) {
  .topbar-area .topbar-wrap .logo-and-search-area {
    gap: 55px;
  }
}
@media (max-width: 1199px) {
  .topbar-area .topbar-wrap .logo-and-search-area {
    gap: 45px;
  }
}
.topbar-area .topbar-wrap .logo-and-search-area .search-area {
  min-width: 480px;
  width: 100%;
}
@media (max-width: 1399px) {
  .topbar-area .topbar-wrap .logo-and-search-area .search-area {
    min-width: 575px;
  }
}
@media (max-width: 1199px) {
  .topbar-area .topbar-wrap .logo-and-search-area .search-area {
    min-width: 435px;
  }
}
.topbar-area .topbar-wrap .logo-and-search-area .search-area .form-inner {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 25px;
  background-color: #F0F0F0;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .topbar-area .topbar-wrap .logo-and-search-area .search-area .form-inner {
    padding: 16px 22px;
  }
}
.topbar-area .topbar-wrap .logo-and-search-area .search-area .form-inner input {
  height: unset;
  padding: 0;
  border: unset;
  border-radius: unset;
}
.topbar-area .topbar-wrap .logo-and-search-area .search-area .form-inner input::-moz-placeholder {
  color: var(--dark-text-color);
}
.topbar-area .topbar-wrap .logo-and-search-area .search-area .form-inner input::placeholder {
  color: var(--dark-text-color);
}
.topbar-area .topbar-wrap .logo-and-search-area .search-area .form-inner input:focus {
  background-color: unset;
}
.topbar-area .topbar-wrap .topbar-right {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1399px) {
  .topbar-area .topbar-wrap .topbar-right {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .topbar-area .topbar-wrap .topbar-right {
    gap: 15px;
  }
}
.topbar-area .topbar-wrap .topbar-right .call {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s;
}
.topbar-area .topbar-wrap .topbar-right .call svg {
  fill: var(--black-color);
  transition: all 0.5s;
}
.topbar-area .topbar-wrap .topbar-right .call:hover {
  color: var(--primary-color2);
}
.topbar-area .topbar-wrap .topbar-right .call:hover svg {
  fill: var(--primary-color2);
}
.topbar-area .topbar-wrap .topbar-right .login-btn {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--black-color);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.topbar-area .topbar-wrap .topbar-right .login-btn svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.topbar-area .topbar-wrap .topbar-right .login-btn:hover {
  background-color: var(--primary-color2);
}
.topbar-area .topbar-wrap .topbar-right .author-and-language-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
.topbar-area .topbar-wrap .topbar-right .author-and-language-area .language-area {
  position: relative;
}
.topbar-area .topbar-wrap .topbar-right .author-and-language-area .language-area .language-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.topbar-area .topbar-wrap .topbar-right .author-and-language-area .language-area .language-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.topbar-area .topbar-wrap .topbar-right .author-and-language-area .language-area .language-btn span {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.5s;
}
.topbar-area .topbar-wrap .topbar-right .author-and-language-area .language-area .language-btn i {
  font-size: 12px;
  line-height: 1;
  color: var(--title-color);
}
.topbar-area .topbar-wrap .topbar-right .author-and-language-area .language-area .language-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 9999;
  width: 180px;
  background-color: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  border-radius: 10px;
  overflow: hidden;
  display: none;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top;
}
.topbar-area .topbar-wrap .topbar-right .author-and-language-area .language-area .language-list.active {
  display: block;
  transform: scaleY(1) translateX(-50%);
  animation: fade-up 0.5s linear;
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px) translateX(-50%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(-50%);
    visibility: visible;
  }
}
.topbar-area .topbar-wrap .topbar-right .author-and-language-area .language-area .language-list li a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 12px;
  padding: 12px 20px;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.topbar-area .topbar-wrap .topbar-right .author-and-language-area .language-area .language-list li a:hover {
  color: var(--white-color);
  background-color: var(--primary-color2);
}
header.style-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  background-color: #000000;
  padding: 0 70px;
}
header.home-page {
	background-color: transparent;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  header.style-1 {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  header.style-1 {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  header.style-1 {
    padding: 18px 0;
  }
}
header.style-1.sticky {
  box-sizing: border-box;
  background-color: var(--black-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1 .header-logo {
  width: 120px;
}
@media (max-width: 1399px) {
  header.style-1 .header-logo {
    width: 105px;
  }
}
header.style-1 .logo-and-menu-area {
  display: flex;
  align-items: center;
  gap: 96px;
}
@media (max-width: 1799px) {
  header.style-1 .logo-and-menu-area {
    gap: 80px;
  }
}
@media (max-width: 1699px) {
  header.style-1 .logo-and-menu-area {
    gap: 60px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 .logo-and-menu-area {
    gap: 40px;
  }
}
@media (max-width: 1399px) {
  header.style-1 .logo-and-menu-area {
    gap: 20px;
  }
}
header.style-1 .contact-area {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 .contact-area {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .contact-area {
    gap: 30px;
  }
}
header.style-1 .contact-area .icon {
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
header.style-1 .contact-area .icon svg {
  fill: var(--white-color);
}
header.style-1 .contact-area .content span {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 3px;
  display: block;
}
header.style-1 .contact-area .content a {
  color: var(--white-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1399px) {
  header.style-1 .contact-area .content a {
    font-size: 17px;
  }
}
header.style-1 .contact-area .content a:hover {
  color: var(--primary-color1);
}
header.style-1 .nav-right {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 .nav-right {
    gap: 35px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .nav-right {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  header.style-1 .nav-right {
    gap: 35px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right {
    gap: 15px;
  }
}
header.style-1 .nav-right .search-and-login {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 576px) {
  header.style-1 .nav-right .search-and-login {
    gap: 15px;
  }
}
header.style-1 .nav-right .search-and-login .search-bar {
  position: relative;
}
@media (max-width: 576px) {
  header.style-1 .nav-right .search-and-login .search-bar {
    position: inherit;
  }
}
header.style-1 .nav-right .search-and-login .search-bar .search-btn {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--white-color-opc), 0.2);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
header.style-1 .nav-right .search-and-login .search-bar .search-btn svg {
  fill: var(--white-color);
  transition: 0.5s;
}
header.style-1 .nav-right .search-and-login .search-bar .search-btn:hover {
  background-color: var(--black-color);
}
header.style-1 .nav-right .search-and-login .search-bar .search-input {
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 99;
  width: 600px;
  background-color: var(--title-color);
  padding: 50px 30px 30px;
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
}
@media (max-width: 767px) {
  header.style-1 .nav-right .search-and-login .search-bar .search-input {
    width: 450px;
    right: -40px;
    padding: 45px 20px 20px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right .search-and-login .search-bar .search-input {
    width: 90%;
    left: 15px;
    right: unset;
    top: 70px;
  }
}
header.style-1 .nav-right .search-and-login .search-bar .search-input.active {
  display: block;
  transform: scaleY(1);
  animation: fade-up2 0.5s linear;
}
@keyframes fade-up2 {
  0% {
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-close {
  position: absolute;
  top: 10px;
  right: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 1px 12px 2px rgba(255, 255, 255, 0.1);
  height: 28px;
  width: 28px;
  cursor: pointer;
  z-index: 1;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-close::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: calc(50% - 7px);
  display: block;
  height: 1px;
  width: 12px;
  background-color: var(--white-color);
  transition: all 0.3s ease-out;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-close::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  left: calc(50% - 7px);
  display: block;
  height: 1px;
  width: 12px;
  background-color: var(--white-color);
  transition: all 0.3s ease-out;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-close:hover::after {
  transform: rotate(0);
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-close:hover::before {
  transform: rotate(0);
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-group {
  display: flex;
  gap: 50px;
  width: 100%;
  border-bottom: 1px solid #616161;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-group .form-inner2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-group .form-inner2 input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-suse);
  line-height: 1;
  color: var(--white-color);
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-group .form-inner2 input::-moz-placeholder {
  color: var(--dark-text-color);
  font-weight: 400;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-group .form-inner2 input::placeholder {
  color: var(--dark-text-color);
  font-weight: 400;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-group .form-inner2 button {
  background-color: transparent;
  font-size: 22px;
  border: none;
  outline: none;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .search-group .form-inner2 button i {
  font-size: 16px;
  color: #fff;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .quick-search {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .quick-search ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .quick-search ul li {
  padding-right: 5px;
  line-height: 1.5;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .quick-search ul li:first-child {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 13px;
  margin-bottom: 0;
  color: var(--white-color);
  white-space: nowrap;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .quick-search ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-suse);
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  transition: 0.5s;
}
header.style-1 .nav-right .search-and-login .search-bar .search-input .quick-search ul li a:hover {
  color: var(--primary-color1);
}
header.style-1 .nav-right .search-and-login .login-btn {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--white-color-opc), 0.2);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
header.style-1 .nav-right .search-and-login .login-btn svg {
  fill: var(--white-color);
  transition: 0.5s;
}
header.style-1 .nav-right .search-and-login .login-btn:hover {
  background-color: var(--black-color);
}
header.style-1 .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 1199px) {
  header.style-1 .nav-right .mobile-menu-btn {
    display: flex;
    align-items: center;
    visibility: visible;
    justify-content: center;
    position: relative;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid var(--borders-color);
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--white-color);
  }
  header.style-1 .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right .mobile-menu-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    width: 18px;
  }
}
@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px -2px);
  }
  42% {
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -3px -2px);
  }
}
header.style-1 .primary-btn1 {
  padding: 16px 28px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .primary-btn1 {
    padding: 16px 24px;
  }
}
@media (min-width: 1200px) {
  header.style-1 .primary-btn1::after {
    background-color: var(--white-color);
  }
  header.style-1 .primary-btn1:hover {
    color: var(--title-color);
  }
  header.style-1 .primary-btn1:hover svg {
    fill: var(--title-color);
  }
}
header.style-1 .main-menu {
  display: inline-block;
}
header.style-1 .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-1 .main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 28px 0;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li {
    padding: 28px 2px;
  }
}
header.style-1 .main-menu > ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li.position-inherit {
    position: relative;
  }
}
@media (min-width: 1200px) {
  header.style-1 .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header.style-1 .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
header.style-1 .main-menu > ul > li > a {
  color: var(--white-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 5px 20px;
  line-height: 1;
  position: relative;
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.5s ease-out 0s;
  position: relative;
  border-radius: 100px;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li > a {
    font-size: 15px;
    padding: 4px 15px;
  }
}
header.style-1 .main-menu > ul > li > a i {
  font-size: 11px;
  color: var(--white-color);
  transition: all 0.55s ease-in-out;
}
header.style-1 .main-menu > ul > li .dropdown-icon {
  font-size: 20px;
  text-align: center;
  color: rgba(82, 82, 82, 0.6);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li .dropdown-icon {
    opacity: 1;
  }
}
header.style-1 .main-menu > ul > li .dropdown-icon.active::before {
  content: "\f2ea";
}
header.style-1 .main-menu > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: 0;
  display: none;
  min-width: 250px;
  background: var(--white-color);
  border: 1px solid var(--borders-color);
  border-radius: 0 0 10px 10px;
  padding: 15px 0;
  text-align: left;
  transform-origin: top;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li ul.sub-menu {
    top: 74px;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li {
  padding: 0;
  display: block;
  position: relative;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li i {
  position: absolute;
  top: 14px;
  right: 20px;
  display: none;
  color: var(--title-color);
  font-size: 14px;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
  color: var(--title-color);
  opacity: 1;
  top: 16px;
  font-size: 10px;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    right: 0;
    top: 11px;
    font-size: 20px;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 12px 20px;
  color: var(--title-color);
  font-weight: 500;
  font-family: var(--font-bricolageGrotesque);
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
    padding: 10px 20px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
    border-color: rgba(233, 228, 228, 0.5);
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a i {
  display: block;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li > a i {
    display: none;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover::before {
  transform: scale(1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active::before {
  transform: scale(1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
  display: none;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 249px;
  position: absolute;
  max-width: 230px;
  min-width: 230px;
  background: var(--white-color);
  top: 3px;
  padding: 10px 0;
  border-left: unset;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu > li > a {
  padding: 10px 20px;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
  display: block;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-1 .main-menu > ul > li.menu-item-has-children {
  transition: all 0.55s ease-in-out;
}
@media (min-width: 1200px) {
  header.style-1 .main-menu > ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
header.style-1 .main-menu > ul > li:hover > a i {
  color: var(--white-color);
}
header.style-1 .main-menu > ul > li:hover .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active > a i {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active > i {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li:hover > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li:hover > a i {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li:hover > i {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul li.menu-item-has-children > i {
  display: none;
}
header.style-1 .mobile-logo-area .mobile-logo-wrap img {
  width: 110px;
}
header.style-1 .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn i {
  font-size: 26px;
  line-height: 1;
  color: var(--title-color);
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--title-color);
}
header.style-1 .mobile-logo-area .menu-close-btn:hover i {
  color: var(--white-color);
}
@media only screen and (max-width: 1199px) {
  header.style-1 .dropdown-icon {
    color: var(--white-color);
  }
  header.style-1 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white-color);
    border-right: 1px solid var(--borders-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1 .main-menu.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }
  header.style-1 .main-menu > ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header.style-1 .main-menu > ul > li {
    display: block;
    position: relative;
    padding: 0;
  }
  header.style-1 .main-menu > ul > li i {
    display: block;
  }
  header.style-1 .main-menu > ul > li > a {
    padding: 15px 0;
    display: block;
    border: unset;
    background-color: transparent;
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul > li > a i {
    display: none;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
    background-color: unset;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li {
    border-bottom: 1px solid #eee;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a {
    color: var(--title-color);
    padding: 12px 0px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a.active {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li i {
    color: var(--primary-color1);
    right: -13px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li i {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    padding-left: 10px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
    padding: 12px 0;
  }
  header.style-1 .main-menu > ul > li .mega-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
  }
  header.style-1 .main-menu > ul > li .mega-menu .container {
    padding: 0;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row {
    display: block;
    padding-left: 10px;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item {
    padding: 0;
    display: block;
    border-bottom: 1px solid rgba(233, 228, 228, 0.5);
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item:last-child {
    margin-bottom: 0;
    border-bottom: unset;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item::after {
    display: none;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 12px 0px;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h5 {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 3px;
    line-height: 1;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item i {
    display: block;
    top: 10px;
    right: 0;
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul {
    padding-left: 10px;
    display: none;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li {
    margin-bottom: 0;
    line-height: 1;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li:last-child a {
    border-bottom: unset;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li a {
    font-size: 14px;
    padding: 12px 0px;
    border-bottom: 1px solid rgba(233, 228, 228, 0.5);
    display: flex;
  }
  header.style-1 .main-menu > ul > li:hover > a {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li:hover i {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li.active > a {
    color: var(--primary-color1);
    background-color: unset;
  }
  header.style-1 .main-menu > ul > li .bi {
    top: 13px;
    font-size: 20px;
    color: var(--title-color);
    line-height: 1;
  }
  header.style-1 .main-menu > ul li.menu-item-has-children > i {
    display: block;
  }
  header.style-1 .main-menu .btn-and-contact-area {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  header.style-1 .main-menu .primary-btn1,
  header.style-1 .main-menu .primary-btn2 {
    width: 100%;
    justify-content: center;
  }
  header.style-1 .contact-area .icon {
    border-color: var(--black-color);
  }
  header.style-1 .contact-area .icon svg {
    fill: var(--black-color);
  }
  header.style-1 .contact-area .content span {
    color: var(--black-color);
  }
  header.style-1 .contact-area .content a {
    color: var(--black-color);
  }
  header.style-1 .contact-area .content a:hover {
    color: var(--primary-color1);
  }
}
header.style-1.two .main-menu > ul > li.active > a {
  color: var(--primary-color2);
}
header.style-1.two .main-menu > ul > li.active > a i {
  color: var(--primary-color2);
}
header.style-1.two .main-menu > ul > li.active > i {
  color: var(--primary-color2);
}
header.style-1.two .main-menu > ul > li:hover > a {
  color: var(--primary-color2);
}
header.style-1.two .main-menu > ul > li:hover > a i {
  color: var(--primary-color2);
}
header.style-1.two .main-menu > ul > li:hover > i {
  color: var(--primary-color2);
}
header.style-1.two .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--primary-color2);
}
header.style-1.two .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--primary-color2);
}
header.style-1.two .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--primary-color2);
}
header.style-1.two .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--primary-color2);
}
header.style-1.two .nav-right .contact-area .search-and-login .search-bar .search-input .quick-search ul li a:hover {
  color: var(--primary-color2);
}
header.style-1.two .nav-right .contact-area .search-and-login .search-bar .search-btn:hover {
  background-color: var(--white-color);
}
header.style-1.two .nav-right .contact-area .search-and-login .search-bar .search-btn:hover svg {
  fill: var(--title-color);
}
header.style-1.two .nav-right .contact-area .search-and-login .login-btn:hover {
  background-color: var(--white-color);
}
header.style-1.two .nav-right .contact-area .search-and-login .login-btn:hover svg {
  fill: var(--title-color);
}
header.style-1.two .nav-right .contact-area .primary-btn2:hover {
  color: var(--white-color);
}
header.style-1.two .nav-right .contact-area .primary-btn2:hover svg {
  fill: var(--white-color);
}
.contact-area-section {
  padding: 10px 20px;
  border: 1px solid var(--border-color3);
  border-radius: 24px;
  display: inline-flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .contact-area-section {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.contact-area-section span {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  color: var(--title-color);
  text-align: center;
}
.contact-area-section a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-color2);
  transition: all 0.5s;
}
.contact-area-section a svg {
  stroke: var(--primary-color2);
  fill: none;
  transition: all 0.5s;
}
.contact-area-section a:hover {
  color: var(--title-color);
}
.contact-area-section a:hover svg {
  stroke: var(--title-color);
  transform: rotate(45deg);
}
/*=====================================
  04. Home1 Banner Section CSS
========================================*/
.home1-banner-section {
  overflow: hidden;
  position: relative;
}
@keyframes imageAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.home1-banner-section .banner-wrapper {
  position: relative;
}
.home1-banner-section .banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 204, 0, 1) 0%, rgba(255, 204, 0, 0) 67.86%);
  z-index: 1;
}
.home1-banner-section .banner-wrapper .banner-video-area {
  min-height: 805px;
  height: 805px;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-wrapper .banner-video-area {
    min-height: 680px;
    height: 680px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .banner-video-area {
    min-height: 640px;
    height: 640px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-video-area {
    min-height: 600px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-video-area {
    min-height: 580px;
    height: 580px;
  }
}
.home1-banner-section .banner-wrapper .banner-video-area video {
  width: 100%;
  min-height: 805px;
  height: 805px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-wrapper .banner-video-area video {
    min-height: 680px;
    height: 680px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .banner-video-area video {
    min-height: 640px;
    height: 640px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-video-area video {
    min-height: 600px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-video-area video {
    min-height: 580px;
    height: 580px;
  }
}
.home1-banner-section .banner-wrapper .banner-img-area {
  min-height: 800px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-wrapper .banner-img-area {
    min-height: 680px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .banner-img-area {
    min-height: 640px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-img-area {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-img-area {
    min-height: 580px;
  }
}
.home1-banner-section .banner-wrapper .banner-img-area img {
  min-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
  animation: imageAnimation 15s ease-in-out infinite;
  transform-origin: center center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-wrapper .banner-img-area img {
    min-height: 680px;
    height: 680px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-wrapper .banner-img-area img {
    min-height: 640px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-wrapper .banner-img-area img {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-wrapper .banner-img-area img {
    min-height: 580px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .slider-btn-grp-area {
    display: none;
  }
}
.home1-banner-section .slider-btn-grp-area .slider-btn {
  position: absolute;
  transform: translateY(-50%);
  left: 70px;
  min-width: 65px;
  max-width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(174px);
          backdrop-filter: blur(174px);
  top: 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  .home1-banner-section .slider-btn-grp-area .slider-btn {
    left: 20px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
.home1-banner-section .slider-btn-grp-area .slider-btn:hover img {
  opacity: 1;
}
.home1-banner-section .slider-btn-grp-area .slider-btn img {
  min-width: 65px;
  min-height: 65px;
  height: 65px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .home1-banner-section .slider-btn-grp-area .slider-btn img {
    min-width: 50px;
    min-height: 50px;
    height: 50px;
  }
}
.home1-banner-section .slider-btn-grp-area .slider-btn .arrow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home1-banner-section .slider-btn-grp-area .slider-btn .arrow svg {
  fill: none;
  stroke: var(--white-color);
}
.home1-banner-section .slider-btn-grp-area .slider-btn.banner-slider-next {
  left: unset;
  right: 70px;
}
@media (max-width: 991px) {
  .home1-banner-section .slider-btn-grp-area .slider-btn.banner-slider-next {
    right: 20px;
  }
}
.home1-banner-section .home1-banner-slider .swiper-slide-active .banner-wrapper .banner-content-wrap .banner-content > span {
  animation: fadeInDown 1.7s;
}
.home1-banner-section .home1-banner-slider .swiper-slide-active .banner-wrapper .banner-content-wrap .banner-content h1 {
  animation: fadeInDown 1.7s;
}
.home1-banner-section .home1-banner-slider .swiper-slide-active .banner-wrapper .banner-content-wrap .banner-content .primary-btn1 {
  animation: fadeInUp 1.7s;
}
.banner-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 208px 0 137px;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-content-wrap {
    padding: 170px 0 120px;
  }
}
@media (max-width: 1399px) {
  .banner-content-wrap {
    padding: 160px 0 120px;
  }
}
@media (max-width: 1199px) {
  .banner-content-wrap {
    padding: 160px 0 120px;
  }
}
@media (max-width: 767px) {
  .banner-content-wrap {
    padding: 140px 0 90px;
  }
}
.banner-content-wrap .banner-content {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner-content-wrap .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 57px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-content-wrap .banner-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 1399px) {
  .banner-content-wrap .banner-content h1 {
    font-size: 55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-content-wrap .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .banner-content-wrap .banner-content h1 {
    font-size: 44px;
  }
}
.banner-content-wrap .banner-content > span {
  color: var(--white-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  display: block;
}
.banner-content-wrap .banner-content p {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  color: var(--white-color);
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .banner-content-wrap .banner-content p {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner-content-wrap .banner-content p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .banner-content-wrap .banner-content p {
    font-size: 15px;
  }
}
.banner-content-wrap .banner-content .primary-btn1 {
  padding: 22px 36px;
  border-radius: 100px;
}
@media (max-width: 1399px) {
  .banner-content-wrap .banner-content .primary-btn1 {
    padding: 18px 28px;
  }
}
@media (max-width: 767px) {
  .banner-content-wrap .banner-content .primary-btn1 {
    padding: 18px 28px;
  }
}
.banner-content-wrap .banner-content .primary-btn2 {
  padding: 22px 36px;
  border-radius: 100px;
  min-width: 210px;
  justify-content: center;
}
@media (max-width: 1399px) {
  .banner-content-wrap .banner-content .primary-btn2 {
    padding: 18px 28px;
  }
}
@media (max-width: 767px) {
  .banner-content-wrap .banner-content .primary-btn2 {
    padding: 18px 28px;
  }
}
.banner-content-wrap .banner-content.two {
  max-width: 583px;
}
.banner-content-wrap .banner-content.two h1 {
  margin-bottom: 24px;
  font-weight: 800;
}
@media (max-width: 576px) {
  .banner-content-wrap .banner-content.two h1 {
    font-size: 36px;
  }
}
/*=====================================
  08. Home1 Counter Secton CSS
========================================*/
.counter-section {
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 991px) {
  .counter-section {
    padding: 30px 0;
  }
}
.counter-section .divider {
  position: relative;
}
.counter-section .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgb(232, 232, 232);
}
@media (max-width: 991px) {
  .counter-section .divider::before {
    display: none;
  }
}
.counter-section .single-counter {
  display: flex;
  gap: 20px;
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .counter-section .single-counter {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .counter-section .single-counter {
    padding: 0;
  }
}
.counter-section .single-counter:hover .icon svg {
  fill: var(--primary-color1);
}
.counter-section .single-counter .icon svg {
  fill: var(--black-color);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .counter-section .single-counter .icon svg {
    width: 40px;
  }
}
.counter-section .single-counter .content .number {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .counter-section .single-counter .content .number {
    margin-bottom: 5px;
  }
}
.counter-section .single-counter .content .number h2,
.counter-section .single-counter .content .number span {
  color: var(--title-color);
  font-family: var(--font-bricolageGrotesque);
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .counter-section .single-counter .content .number h2,
  .counter-section .single-counter .content .number span {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .counter-section .single-counter .content .number h2,
  .counter-section .single-counter .content .number span {
    font-size: 34px;
  }
}
.counter-section .single-counter .content h6 {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 142px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-section .single-counter .content h6 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .counter-section .single-counter .content h6 {
    font-size: 15px;
  }
}
.counter-section .single-counter:hover .icon svg {
  fill: var(--primary-color1);
}
.counter-section.two {
  border-bottom: unset;
}
.counter-section.two .counter-wrapper {
  border: 1px solid var(--borders-color);
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 55px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .counter-section.two .counter-wrapper {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .counter-section.two .counter-wrapper {
    padding: 30px 20px;
  }
}
.counter-section.two .counter-wrapper .single-counter {
  padding: unset;
}
.counter-section.two .counter-wrapper .divider {
  position: relative;
}
.counter-section.two .counter-wrapper .divider::before {
  content: url(../img/home2/vector/home2-counter-vector.svg);
  background-color: unset;
  width: unset;
  height: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .counter-section.two .counter-wrapper .divider::before {
    display: none;
  }
}
.counter-section.two .counter-wrapper .divider:nth-child(1)::before {
  right: 50px;
}
@media (max-width: 1399px) {
  .counter-section.two .counter-wrapper .divider:nth-child(1)::before {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .counter-section.two .counter-wrapper .divider:nth-child(1)::before {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-section.two .counter-wrapper .divider:nth-child(1)::before {
    right: 12px;
  }
}
.counter-section.two .counter-wrapper .divider:nth-child(3)::before {
  right: -20px;
}
@media (max-width: 1399px) {
  .counter-section.two .counter-wrapper .divider:nth-child(3)::before {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-section.two .counter-wrapper .divider:nth-child(3)::before {
    right: 10px;
  }
}
.counter-section.two .counter-wrapper .divider:nth-child(2)::before {
  right: 17px;
}
@media (max-width: 1199px) {
  .counter-section.two .counter-wrapper .divider:nth-child(2)::before {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counter-section.two .counter-wrapper .divider:nth-child(2)::before {
    right: 10px;
  }
}
.counter-section.two .counter-wrapper .icon svg {
  fill: var(--primary-color2);
}
.counter-section.three {
  border-bottom: unset;
  background-image: url(../images/about-conuter-bg.png), linear-gradient(180deg, #EBEBEB 0%, #EBEBEB 100%);
  background-size: cover;
  background-repeat: no-repeat;
}
.counter-section.three .divider:before {
  content: unset;
}
.counter-section.three .single-counter:hover .icon svg {
  fill: var(--primary-color2);
}
.industries-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .industries-list {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .industries-list {
    flex-direction: column;
  }
}
.industries-list li {
  display: flex;
}
.industries-list li a {
  padding: 9px 27px 9px 10px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 21px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .industries-list li a {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .industries-list li a {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .industries-list li a {
    padding: 7px 15px 7px 7px;
  }
}
.industries-list li a .icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-color: #E8E8E8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .industries-list li a .icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
}
.industries-list li a .icon svg {
  fill: var(--black-color);
}
@media (max-width: 767px) {
  .industries-list li a .icon svg {
    width: 20px;
    height: 20px;
  }
}
.industries-list li a span {
  color: var(--title-color);
  font-family: var(--font-bricolageGrotesque);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industries-list li a span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .industries-list li a span {
    font-size: 15px;
  }
}
.industries-list li a:hover {
  background-color: var(--primary-color2);
}
.industries-list li a:hover .icon {
  background-color: var(--white-color);
}
.industries-list.two {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .industries-list.two {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .industries-list.two {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .industries-list.two {
    padding-bottom: 40px;
  }
}
.industries-list.two li a {
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: #020202;
  gap: 15px;
  padding: 13px 29px;
  transition: all 0.5s;
}
.industries-list.two li a .icon {
  width: unset;
  height: unset;
  min-width: unset;
  background-color: unset;
  display: unset;
}
.industries-list.two li a .icon svg {
  fill: var(--white-color);
}
.industries-list.two li a span {
  color: var(--white-color);
  font-family: var(--font-suse);
}
.industries-list.two li a:hover {
  background-color: var(--primary-color2);
	color: var(--white-color);
}
/*=====================================
  17. Home1 Footer Section CSS
========================================*/
.footer-section {
  background-color: var(--black-color);
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .footer-section {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .footer-section {
    padding-top: 70px;
  }
}
.footer-section .company-logo-and-contact-area {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .footer-section .company-logo-and-contact-area {
    margin-bottom: 50px;
  }
}
.footer-section .company-logo-and-contact-area .contact-area h2 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
  color: var(--white-color);
  max-width: 472px;
  margin-bottom: 46px;
}
@media (max-width: 576px) {
  .footer-section .company-logo-and-contact-area .contact-area h2 {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
.footer-section .mail-and-call {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 100px;
}
@media (max-width: 1399px) {
  .footer-section .mail-and-call {
    gap: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .mail-and-call {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .footer-section .mail-and-call {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.footer-section .mail-and-call li {
  display: flex;
  gap: 10px;
}
.footer-section .mail-and-call li .icon {
  width: 48px;
  height: 48px;
  background-color: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.footer-section .mail-and-call li .content p {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-text-color);
  margin-bottom: 8px;
  line-height: 1;
}
.footer-section .mail-and-call li .content a {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 1;
  transition: all 0.5s;
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right 90%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .footer-section .mail-and-call li .content a {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .mail-and-call li .content a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer-section .mail-and-call li .content a {
    font-size: 18px;
  }
}
.footer-section .mail-and-call li .content a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}
.footer-section .footer-logo-and-social .logo-area {
  margin-bottom: 30px;
}
.footer-section .footer-logo-and-social p {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-text-color);
  margin-bottom: 25px;
}
.footer-section .footer-logo-and-social .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-section .footer-logo-and-social .social-list li a {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  transition: 0.5s;
}
.footer-section .footer-logo-and-social .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section .footer-logo-and-social .social-list li a:hover i {
  color: var(--black-color);
}
.footer-section .footer-logo-and-social .social-list li a i {
  font-size: 16px;
}
.footer-section .footer-logo-and-social .social-list li a i.bi-twitter-x {
  font-size: 12px;
}
.footer-section .footer-menu {
  padding: 70px 0;
  border-top: 0px solid var(--border-color2);
}
@media (max-width: 1199px) {
  .footer-section .footer-menu {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu {
    padding: 40px 0;
  }
}
.footer-section .footer-menu .footer-widget .store {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu .footer-widget .store {
    flex-wrap: wrap;
  }
}
.footer-section .footer-menu .footer-widget .store img {
  border-radius: 100px;
}
.footer-section .footer-menu .footer-widget .widget-title h3 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  font-size: 28px;
  color: var(--white-color);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer-section .footer-menu .footer-widget .widget-title h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-menu .footer-widget .widget-title h3 {
    font-size: 25px;
  }
}
.footer-section .footer-menu .footer-widget .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-section .footer-menu .footer-widget .widget-list li {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu .footer-widget .widget-list li {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu .footer-widget .widget-list li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-menu .footer-widget .widget-list li {
    margin-bottom: 10px;
  }
}
.footer-section .footer-menu .footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-menu .footer-widget .widget-list li a {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--dark-text-color);
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .footer-section .footer-menu .footer-widget .widget-list li a {
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-menu .footer-widget .widget-list li a {
    gap: 10px;
  }
}
.footer-section .footer-menu .footer-widget .widget-list li a:hover {
  color: var(--white-color);
}
.footer-section .footer-menu .footer-widget .widget-list li a span {
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  padding: 3px 9px;
  background-color: var(--primary-color1);
  border-radius: 50px;
  color: var(--title-color);
  line-height: 1;
}
.footer-section .footer-bottom {
  border-top: 1px solid var(--border-color2);
  padding: 20px 0;
}
.footer-section .footer-bottom p {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 14px;
  color: var(--dark-text-color);
  margin-bottom: 0;
  text-align: center;
  line-height: 1.5;
}
.footer-section .footer-bottom p a {
  color: var(--white-color);
  transition: all 0.5s;
}
.footer-section .footer-bottom p a:hover {
  color: var(--primary-color1);
}
.footer-section.style-2 {
  background-image: url(../images/footer-two-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 70px 70px 70px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .footer-section.style-2 {
    padding: 20px 30px 30px;
  }
}
@media (max-width: 1399px) {
  .footer-section.style-2 {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 767px) {
  .footer-section.style-2 {
    padding: 15px 10px 10px;
  }
}
.footer-section.style-2 .footer-wrapper {
  background-color: rgba(255,255,255,0.05);
  border-radius: 20px;
}
.footer-section.style-2 .footer-wrapper .footer-bottom p a:hover {
  color: var(--primary-color2);
}
.footer-section.style-2 .footer-logo-and-social .social-list {
  margin-bottom: 30px;
}
.footer-section.style-2 .footer-logo-and-social .social-list li a:hover {
  background-color: var(--primary-color1);
}
.footer-section.style-2 .footer-logo-and-social .social-list li a:hover i {
  color: var(--white-color);
}
.footer-section.style-2 .footer-menu {
  padding: 110px 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .footer-section.style-2 .footer-menu {
    padding: 90px 0;
  }
}
@media (max-width: 1399px) {
  .footer-section.style-2 .footer-menu {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .footer-section.style-2 .footer-menu {
    padding: 70px 15px;
  }
}
@media (max-width: 991px) {
  .footer-section.style-2 .footer-menu {
    padding: 50px 0;
  }
}
.footer-section.style-2 .footer-menu .company-desk {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer-section.style-2 .footer-menu .company-desk {
    gap: 20px;
  }
}
.footer-section.style-2 .footer-menu .company-desk .icon {
  width: 3px;
  height: 36px;
  min-width: 36px;
  background-color: var(--primary-color2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section.style-2 .footer-menu .company-desk .icon svg {
  fill: var(--white-color);
}
.footer-section.style-2 .footer-menu .company-desk:hover .content h6 {
  color: var(--primary-color2);
}
.footer-section.style-2 .footer-menu .company-desk .content h6 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 7px;
  line-height: 1;
  transition: all 0.5s;
}
.footer-section.style-2 .footer-menu .company-desk .content p {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  font-size: 14px;
  color: var(--dark-text-color);
  margin-bottom: 0;
  line-height: 1;
  transition: all 0.5s;
}
.footer-section.style-2 .footer-menu .company-desk .content p span {
  color: var(--white-color);
  transition: all 0.5s;
}
.footer-section.style-2 .footer-menu .widget-list li a span {
  color: var(--white-color);
  background-color: var(--primary-color2);
}
.footer-section.style-2 .contact-area .mail-and-call {
  justify-content: space-between;
  gap: 20px;
}
.footer-section.style-2 .contact-area h2 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 70px;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgb(240, 240, 240);
  line-height: 1;
}
@media (max-width: 1399px) {
  .footer-section.style-2 .contact-area h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .footer-section.style-2 .contact-area h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .footer-section.style-2 .contact-area h2 {
    font-size: 35px;
  }
}
.footer-section.style-3 .social-list {
  margin-bottom: 30px;
}
.footer-section.style-3 .social-list li a:hover {
  background-color: var(--primary-color2);
}
.footer-section.style-3 .social-list li a:hover i {
  color: var(--white-color);
}
.footer-section.style-3 .footer-widget .widget-list li a span {
  background-color: var(--primary-color2);
  color: var(--white-color);
}
.footer-section.style-3 .footer-bottom p a:hover {
  color: var(--primary-color2);
}
/*=====================================
  23. Transit Section CSS
========================================*/
.transit-section span {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.1;
  color: var(--text-color);
}
@media (max-width: 576px) {
  .transit-section span {
    padding-bottom: 14px;
    display: block;
  }
}
.transit-section .line {
  width: 100%;
  fill: var(--borders-color);
}
@media (max-width: 576px) {
  .transit-section .line {
    display: none;
  }
}
.transit-section strong {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 70px;
  color: var(--primary-color2);
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1399px) {
  .transit-section strong {
    font-size: 63px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .transit-section strong {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .transit-section strong {
    font-size: 50px;
  }
}
.transit-section .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .transit-section .content {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .transit-section .content {
    display: grid;
    gap: 20px;
    border-top: 1px solid var(--border-color3);
  }
}
.transit-section .content h2 {
  color: var(--title-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .transit-section .content h2 {
    font-size: 63px;
  }
}
@media (max-width: 991px) {
  .transit-section .content h2 {
    font-size: 50px;
  }
}
.transit-section .content .right-content {
  display: flex;
  align-items: center;
  gap: 34px;
}
@media (max-width: 1199px) {
  .transit-section .content .right-content {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .transit-section .content .right-content {
    gap: 10px;
  }
}
.transit-section .content .right-content .icon svg {
  fill: var(--primary-color2);
}
@media (max-width: 991px) {
  .transit-section .content .right-content .icon svg {
    width: 50px;
  }
}
.transit-section .content .right-content p {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--text-color);
  max-width: 512px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .transit-section .content .right-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .transit-section .content .right-content p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .transit-section .content .right-content p {
    font-size: 14px;
    line-height: 23px;
  }
}
.transit-section.two {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .transit-section.two {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .transit-section.two {
    margin-bottom: 40px;
  }
}
.transit-section.two span {
  color: var(--white-color);
}
@media (max-width: 767px) {
  .transit-section.two span {
    font-size: 16px;
  }
}
.transit-section.two .line {
  fill: rgba(var(--white-color-opc), 0.4);
}
.transit-section.two h2 {
  color: var(--white-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .transit-section.two h2 {
    font-size: 63px;
  }
}
@media (max-width: 991px) {
  .transit-section.two h2 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .transit-section.two .content {
    padding-top: 15px;
  }
}
.transit-section.two .content .right-content svg {
  fill: var(--white-color);
}
.transit-section.two .content .right-content p {
  color: var(--white-color);
}
.contact-area-wrapper {
  text-align: center;
  padding: 18px 35px;
  background-color: #F0F0F0;
  border-radius: 100px;
  display: inline-flex;
}
@media (max-width: 767px) {
  .contact-area-wrapper {
    padding: 15px 20px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .contact-area-wrapper {
    padding: 15px 20px;
    border-radius: 8px;
  }
}
.contact-area-wrapper span {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact-area-wrapper span {
    flex-wrap: wrap;
    row-gap: 2px;
  }
}
@media (max-width: 576px) {
  .contact-area-wrapper span {
    display: unset;
    font-size: 15px;
  }
}
.contact-area-wrapper span a {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-color2);
  transition: all 0.5s;
  background: linear-gradient(to bottom, var(--primary-color2) 0%, var(--primary-color2) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  transition: background-size 0.75s;
}
.contact-area-wrapper span a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}
/*=====================================
38. Home4 Calculate Shipping Area Section CSS
========================================*/
.calculate-shipping-area {
  position: relative;
  margin-top: -250px;
}
@media (max-width: 1199px) {
  .calculate-shipping-area {
    margin-top: -150px;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper {
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  padding: 60px 70px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper {
    padding: 40px 50px;
    border-radius: 15px;
  }
}
@media (max-width: 991px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper {
    padding: 35px 45px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper {
    padding: 25px 15px;
    border-radius: 10px;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper .section-title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .section-title {
    margin-bottom: 0;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper .section-title h2 span {
  color: var(--primary-color2);
}
.calculate-shipping-area .calculate-shipping-area-wrapper .line {
  fill: var(--borders-color);
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .line {
    margin-bottom: 0;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper .check-area {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .check-area {
    flex-direction: column;
    gap: 15px;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-input {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
}
@media (max-width: 576px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-input {
    width: 35px;
    height: 35px;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-input:checked {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url(../images/icon/calculate-shipping-checkue.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-input:checked[type=radio] {
    background-size: 14px 14px;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-input:checked + .form-check-label {
  color: var(--white-color);
  background: var(--primary-color2);
  border-radius: 24px;
}
.calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-input:checked + .form-check-label svg {
  fill: var(--title-color);
}
.calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.5s;
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 22px;
  color: var(--title-color);
  margin-bottom: 0;
  padding: 5px 25px;
  border-radius: 24px;
  border: 1px solid var(--borders-color);
}
.calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-label:hover {
  color: var(--title-color);
}
.calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-label:hover svg {
  fill: var(--title-color);
}
@media (max-width: 991px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-label {
    line-height: 1.2;
    font-size: 22px;
    padding: 8px 25px;
  }
}
@media (max-width: 576px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .check-area .form-check .form-check-label {
    font-size: 16px;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper .form-inner input:focus {
  border-color: var(--primary-color2);
  background-color: var(--white-color);
}
.calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .primary-btn2 {
  padding: 20px 36px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .primary-btn2 {
    padding: 16px 30px;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .primary-btn2 span {
  background-color: var(--primary-color2);
}
.calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .contact {
  display: flex;
  align-items: center;
  gap: 15px;
}
.calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .contact .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-color2);
}
.calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .contact .icon svg {
  fill: var(--white-color);
}
.calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .contact .contact-content p {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color);
  line-height: 1;
  margin-bottom: 6px;
}
.calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .contact .contact-content a {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 22px;
  color: var(--title-color);
  line-height: 1;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right 90%;
  transition: background-size 0.75s;
}
@media (max-width: 991px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .contact .contact-content a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .contact .contact-content a {
    font-size: 19px;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper .btn-and-contact-area .contact .contact-content a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}
.calculate-shipping-area .calculate-shipping-area-wrapper p {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  color: var(--text-color);
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .calculate-shipping-area .calculate-shipping-area-wrapper p {
    line-height: 1.4;
  }
}
.calculate-shipping-area .calculate-shipping-area-wrapper p span {
  color: var(--title-color);
}
.faq-wrap .accordion .accordion-item {
  border-radius: 10px;
  margin-bottom: 25px;
  background-color: transparent;
  border: 1px solid var(--border-color3);
}
.faq-wrap .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .accordion .accordion-item .accordion-header {
  border-radius: 10px;
  background-color: transparent;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  color: #1C1A1E;
  font-size: 22px;
  line-height: 1.4;
  text-align: left;
  border-radius: 10px;
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  padding: 15px 25px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 18px 20px;
  }
}
@media (max-width: 576px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 10px 15px 15px;
    gap: 5px;
  }
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  content: "\f229";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 600;
  font-size: 12px;
  right: 30px;
  transition: 0.5s;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color2);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f229";
  color: var(--primary-color2);
  border: none;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-radius: 10px;
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.faq-wrap .accordion .accordion-item .accordion-body {
  padding: 0px 30px 30px 30px;
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: var(--text-color);
  border: 1px solid var(--primary-color2);
  border-top: none;
  background-color: var(--white-color);
  border-radius: 0 0 10px 10px;
}
.faq-wrap .accordion .accordion-item .accordion-body span {
  font-weight: 600;
  color: var(--title-color);
}
.faq-wrap .accordion .accordion-item .accordion-body a {
  font-weight: 700;
  color: var(--primary-color2);
  background: linear-gradient(to bottom, var(--primary-color2) 0%, var(--primary-color2) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  transition: background-size 0.75s;
}
.faq-wrap .accordion .accordion-item .accordion-body a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}
@media (max-width: 767px) {
  .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 15px 15px 15px;
    font-size: 16px;
  }
}
.faq-wrap .accordion .accordion-item .accordion-body ul {
  margin: 0;
  list-style: decimal;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .faq-wrap .accordion .accordion-item .accordion-body ul {
    padding-top: 15px;
    padding-left: 20px;
  }
}
.faq-wrap .accordion .accordion-item .accordion-body ul li {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 8px;
}
.faq-wrap .accordion .accordion-item .accordion-body ul li a {
  color: var(--primary-color2);
  font-weight: 700;
}
@media (max-width: 767px) {
  .faq-wrap .accordion .accordion-item .accordion-body ul li {
    margin-bottom: 15px;
  }
}
.faq-wrap .accordion .accordion-item .accordion-body ul li:last-child {
  margin-bottom: 0;
  list-style: none;
}
.faq-wrap .accordion .accordion-item .accordion-body ul li::marker {
  color: var(--title-color);
}
.faq-wrap .accordion .accordion-item .accordion-body ul li span {
  color: var(--title-color);
}
.faq-wrap.two .accordion .accordion-item {
  border-radius: unset;
}
.faq-wrap.two .accordion .accordion-item .accordion-header {
  border-radius: unset;
}
.faq-wrap.two .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: unset;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .faq-wrap.two .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
    padding: 15px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-wrap.two .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.faq-wrap.two .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-radius: unset;
  border: none;
  background-color: #F0F0F0;
}
.faq-wrap.two .accordion .accordion-item .accordion-body {
  border-radius: unset;
  border: none;
  background-color: #F0F0F0;
}
/*=====================================
44. Home5 Banner Section CSS
========================================*/
.home5-banner-section {
  overflow: hidden;
  position: relative;
}
@keyframes imageAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.home5-banner-section .banner-wrapper {
  position: relative;
}
.home5-banner-section .banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 83.85%);
  z-index: 1;
}
.home5-banner-section .banner-wrapper .banner-img-area {
  min-height: 850px;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home5-banner-section .banner-wrapper .banner-img-area {
    min-height: 750px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home5-banner-section .banner-wrapper .banner-img-area {
    min-height: 750px;
  }
}
@media (max-width: 1199px) {
  .home5-banner-section .banner-wrapper .banner-img-area {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .home5-banner-section .banner-wrapper .banner-img-area {
    min-height: 550px;
  }
}
@media (max-width: 576px) {
  .home5-banner-section .banner-wrapper .banner-img-area {
    min-height: 470px;
  }
}
.home5-banner-section .banner-wrapper .banner-img-area img {
  min-height: 850px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  animation: imageAnimation 15s ease-in-out infinite;
  transform-origin: center center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home5-banner-section .banner-wrapper .banner-img-area img {
    min-height: 750px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home5-banner-section .banner-wrapper .banner-img-area img {
    min-height: 750px;
  }
}
@media (max-width: 1199px) {
  .home5-banner-section .banner-wrapper .banner-img-area img {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .home5-banner-section .banner-wrapper .banner-img-area img {
    min-height: 550px;
  }
}
@media (max-width: 576px) {
  .home5-banner-section .banner-wrapper .banner-img-area img {
    min-height: 470px;
  }
}
.home5-banner-section .banner-content-wrap .banner-content .primary-btn2 span {
  background-color: var(--white-color);
}
.home5-banner-section .banner-content-wrap .banner-content .primary-btn2:hover {
  color: var(--title-color);
}
.home5-banner-section .banner-content-wrap .banner-content .primary-btn2:hover svg {
  fill: var(--title-color);
}
.home5-banner-section .slider-btn-grp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  z-index: 3;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home5-banner-section .slider-btn-grp {
    right: 50px;
  }
}
@media (max-width: 1399px) {
  .home5-banner-section .slider-btn-grp {
    right: 50px;
    top: 45%;
  }
}
@media (max-width: 1199px) {
  .home5-banner-section .slider-btn-grp {
    gap: 35px;
  }
}
@media (max-width: 991px) {
  .home5-banner-section .slider-btn-grp {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .home5-banner-section .slider-btn-grp {
    display: none;
  }
}
.home5-banner-section .slider-btn-grp .slider-btn {
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  background-color: rgba(var(--white-color-opc), 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  min-width: 50px;
  max-width: 50px;
  height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-banner-section .slider-btn-grp .slider-btn {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .home5-banner-section .slider-btn-grp .slider-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.home5-banner-section .slider-btn-grp .slider-btn svg {
  stroke: none;
  fill: var(--white-color);
}
@media (max-width: 1199px) {
  .home5-banner-section .slider-btn-grp .slider-btn svg {
    width: 40px;
  }
}
.home5-banner-section .slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color2);
}
.home5-banner-section .slider-btn-grp .franctional-pagi5 {
  color: var(--white-color);
  font-family: var(--font-bricolageGrotesque);
  font-size: 25px;
  font-weight: 600;
}
.home5-banner-section .slider-btn-grp .franctional-pagi5 .swiper-pagination-total {
  font-size: 15px;
}
.home5-banner-section .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  z-index: 3;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home5-banner-section .social-list {
    left: 50px;
  }
}
@media (max-width: 1399px) {
  .home5-banner-section .social-list {
    left: 50px;
    top: 45%;
  }
}
@media (max-width: 991px) {
  .home5-banner-section .social-list {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .home5-banner-section .social-list {
    display: none;
  }
}
.home5-banner-section .social-list li a {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(var(--white-color-opc), 0.1);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-banner-section .social-list li a {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .home5-banner-section .social-list li a {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.home5-banner-section .social-list li a i {
  color: var(--white-color);
  font-size: 16px;
  transition: 0.5s;
}
.home5-banner-section .social-list li a:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.home5-banner-section .home5-banner-slider .swiper-slide-active .banner-content h1,
.home5-banner-section .home5-banner-slider .swiper-slide-active .banner-content p {
  animation: fadeInDown 1.7s;
}
.home5-banner-section .home5-banner-slider .swiper-slide-active .banner-content .primary-btn2 {
  animation: fadeInUp 1.7s;
}
/*=====================================
45. Home5 Contact Info Section CSS
========================================*/
.home5-contact-info {
  background-color: var(--primary-color2);
  position: relative;
  padding: 15px 0;
}
.home5-contact-info .left-info {
  position: relative;
  padding-left: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-contact-info .left-info {
    padding-left: 48px;
  }
}
@media (max-width: 991px) {
  .home5-contact-info .left-info {
    padding-left: 0;
  }
}
.home5-contact-info .left-info .vector-1 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -38px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-contact-info .left-info .vector-1 {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .home5-contact-info .left-info .vector-1 {
    display: none;
  }
}
.home5-contact-info .left-info span {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  font-size: 18px;
  color: var(--white-color);
}
@media (max-width: 576px) {
  .home5-contact-info .left-info span {
    font-size: 15px;
  }
}
.home5-contact-info .contact-area {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .home5-contact-info .contact-area {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .home5-contact-info .contact-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.home5-contact-info .contact-area .contact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home5-contact-info .contact-area .contact svg {
  fill: var(--white-color);
}
.home5-contact-info .contact-area .contact h6 {
  margin-bottom: 0;
  line-height: 1;
}
.home5-contact-info .contact-area .contact h6 a {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right 90%;
  transition: background-size 0.75s;
}
.home5-contact-info .contact-area .contact h6 a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}
.home5-contact-info .contact-two {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #F0F0F0;
  padding: 19px 40px 19px 60px;
  display: flex;
  align-items: center;
  gap: 10px;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0 100%);
  z-index: 3;
  min-width: 470px;
}
@media (max-width: 1699px) {
  .home5-contact-info .contact-two {
    min-width: 310px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-contact-info .contact-two {
    max-width: 250px;
    width: 100%;
    min-width: unset;
    padding: 19px 43px;
  }
}
@media (max-width: 991px) {
  .home5-contact-info .contact-two {
    display: none;
  }
}
.home5-contact-info .contact-two svg {
  fill: var(--black-color);
}
.home5-contact-info .contact-two h6 {
  margin-bottom: 0;
}
.home5-contact-info .contact-two h6 a {
  font-family: var(--font-suse);
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right 90%;
  transition: background-size 0.75s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-contact-info .contact-two h6 a {
    font-size: 16px;
  }
}
.home5-contact-info .contact-two h6 a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}
/*=====================================
46. Home5 Service Section CSS
========================================*/
.home5-about-section .about-content .tag {
  padding: 5px 15px;
  border: 1px solid var(--border-color3);
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 20px;
  line-height: 1;
}
.home5-about-section .about-content .tag span {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: var(--title-color);
}
.home5-about-section .about-content h2 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 45px;
  line-height: 1.3;
  color: var(--title-color);
  margin-bottom: 60px;
  max-width: 550px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home5-about-section .about-content h2 {
    margin-bottom: 50px;
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .home5-about-section .about-content h2 {
    max-width: unset;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .home5-about-section .about-content h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .home5-about-section .about-content h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
.home5-about-section .about-content h2 span {
  color: var(--primary-color2);
}
.home5-about-section .about-content .primary-btn2 {
  background-color: #F0F0F0;
  border-radius: 100px;
  color: var(--title-color);
  padding: 22px 36px;
}
@media (max-width: 991px) {
  .home5-about-section .about-content .primary-btn2 {
    padding: 17px 28px;
  }
}
@media (max-width: 576px) {
  .home5-about-section .about-content .primary-btn2 {
    padding: 15px 23px;
  }
}
.home5-about-section .about-content .primary-btn2 svg {
  fill: var(--title-color);
}
.home5-about-section .about-content .primary-btn2 span {
  background-color: var(--primary-color2);
}
.home5-about-section .about-content .primary-btn2:hover {
  color: var(--white-color);
}
.home5-about-section .about-content .primary-btn2:hover svg {
  fill: var(--white-color);
}
.home5-about-section .about-img-wrap {
  display: flex;
  gap: 24px;
}
@media (max-width: 576px) {
  .home5-about-section .about-img-wrap {
    flex-direction: column;
  }
}
.home5-about-section .about-img-wrap .img-1 {
  -webkit-mask-image: url(../images/about-seciton-vector-img.png);
          mask-image: url(../images/about-seciton-vector-img.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home5-about-section .about-img-wrap .img-1 {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .home5-about-section .about-img-wrap .img-1 {
    max-height: 380px;
  }
}
@media (max-width: 576px) {
  .home5-about-section .about-img-wrap .img-1 {
    max-height: unset;
    width: 100%;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
@media (max-width: 576px) {
  .home5-about-section .about-img-wrap .img-1 img {
    max-height: 350px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home5-about-section .about-card {
  display: flex;
  align-items: start;
  padding: 40px 35px;
  background-color: #FFE9CF;
  gap: 30px;
}
@media (min-width: 1200px) {
  .home5-about-section .about-card {
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home5-about-section .about-card {
    padding: 30px 20px;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .home5-about-section .about-card {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home5-about-section .about-card {
    padding: 30px 20px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .home5-about-section .about-card {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .home5-about-section .about-card {
    padding: 25px;
    flex-direction: column;
  }
}
.home5-about-section .about-card .icon {
  margin-top: 7px;
}
@media (max-width: 991px) {
  .home5-about-section .about-card .icon {
    margin-top: unset;
  }
}
.home5-about-section .about-card .icon svg {
  fill: #000000;
}
@media (max-width: 1399px) {
  .home5-about-section .about-card .icon svg {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .home5-about-section .about-card .icon svg {
    width: 45px;
  }
}
.home5-about-section .about-card .about-card-content h3 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: var(--title-color);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home5-about-section .about-card .about-card-content h3 {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home5-about-section .about-card .about-card-content h3 {
    font-size: 23px;
    margin-bottom: 12px;
  }
}
@media (max-width: 576px) {
  .home5-about-section .about-card .about-card-content h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.home5-about-section .about-card .about-card-content p {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--text-color);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home5-about-section .about-card .about-card-content p {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .home5-about-section .about-card .about-card-content p {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home5-about-section .about-card .about-card-content p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .home5-about-section .about-card .about-card-content p {
    font-size: 15px;
    line-height: 25px;
  }
}
.home5-about-section .about-card:hover .icon svg {
  animation: bounceIn 1.2s linear;
}
.home5-about-section .about-card.two {
  background-color: #F0F0F0;
}
.home5-about-section .about-card.three {
  background-color: #DDE6FF;
}
/*=====================================
47. Company Gallary Section CSS
========================================*/
.company-gallary-section {
  position: relative;
}
.company-gallary-section .img-area {
  -webkit-mask-image: url(../images/vector/company-gallary-shape.png);
          mask-image: url(../images/vector/company-gallary-shape.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .company-gallary-section .img-area {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .company-gallary-section .img-area {
    -webkit-mask-image: unset;
            mask-image: unset;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .company-gallary-section .img-area {
    height: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .company-gallary-section .img-area img {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .company-gallary-section .img-area img {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .company-gallary-section .img-area img {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .company-gallary-section .section-title h2 {
    margin-bottom: 15px;
    line-height: 1.2;
  }
}
.company-gallary-section .slider-btn-grp-area {
  background-color: rgba(var(--white-color-opc), 0.1);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  -webkit-backdrop-filter: blur(214px);
          backdrop-filter: blur(214px);
  max-width: 232px;
  width: 100%;
  display: flex;
  gap: 48px;
  padding: 9px 27px;
  border-radius: 100px;
  z-index: 1;
  position: absolute;
  bottom: 40%;
  right: 16%;
}
@media (max-width: 1699px) {
  .company-gallary-section .slider-btn-grp-area {
    bottom: 48%;
    right: 4%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .company-gallary-section .slider-btn-grp-area {
    bottom: 53%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .company-gallary-section .slider-btn-grp-area {
    bottom: 56%;
  }
}
@media (max-width: 991px) {
  .company-gallary-section .slider-btn-grp-area {
    bottom: 58%;
    gap: 40px;
    padding: 7px 17px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .company-gallary-section .slider-btn-grp-area {
    bottom: 57%;
  }
}
@media (max-width: 576px) {
  .company-gallary-section .slider-btn-grp-area {
    gap: 32px;
    padding: 4px 15px;
  }
}
.company-gallary-section .slider-btn-grp-area .slider-btn svg {
  fill: none;
  stroke: var(--white-color);
}
.company-gallary-section .slider-btn-grp-area .franctional-pagi6 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 18px;
  color: var(--white-color);
}
@media (max-width: 576px) {
  .company-gallary-section .slider-btn-grp-area .franctional-pagi6 {
    font-size: 16px;
  }
}
.company-gallary-section .company-gallary-text-content {
  background-color: var(--black-color);
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .company-gallary-section .company-gallary-text-content {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .company-gallary-section .company-gallary-text-content {
    padding: 40px 0;
  }
}
.company-gallary-section .company-gallary-text-content p {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 60px;
  color: var(--dark-text-color);
}
@media (max-width: 991px) {
  .company-gallary-section .company-gallary-text-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .company-gallary-section .company-gallary-text-content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .company-gallary-section .company-gallary-text-content p {
    font-size: 15px;
    margin-bottom: 35px;
  }
}
.company-gallary-section .company-gallary-text-content p span {
  color: var(--white-color);
}
.company-gallary-section .company-gallary-text-content .primary-btn2 span {
  background-color: var(--white-color);
}
.company-gallary-section .company-gallary-text-content .primary-btn2:hover {
  color: var(--title-color);
}
.company-gallary-section .company-gallary-text-content .primary-btn2:hover svg {
  fill: var(--title-color);
}
.company-gallary-section .company-gallary-text-content .vector {
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
/*=====================================
48. Home5 Service Section CSS
========================================*/
.home5-service-section .nav-pills {
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-service-section .nav-pills {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .home5-service-section .nav-pills {
    gap: 20px;
    row-gap: 30px;
  }
}
@media (max-width: 576px) {
  .home5-service-section .nav-pills {
    gap: 11px;
    row-gap: 25px;
  }
}
.home5-service-section .nav-pills .nav-item .nav-link {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  padding: 15px 35px;
  border-radius: 16px;
  background-color: #F0F0F0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
}
@media (max-width: 1399px) {
  .home5-service-section .nav-pills .nav-item .nav-link {
    padding: 11px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-service-section .nav-pills .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .home5-service-section .nav-pills .nav-item .nav-link {
    padding: 9px 25px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .home5-service-section .nav-pills .nav-item .nav-link {
    padding: 5px 18px;
    font-size: 16px;
  }
}
.home5-service-section .nav-pills .nav-item .nav-link svg {
  fill: var(--title-color);
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .home5-service-section .nav-pills .nav-item .nav-link svg {
    width: 25px;
  }
}
.home5-service-section .nav-pills .nav-item .nav-link:hover {
  color: var(--white-color);
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.home5-service-section .nav-pills .nav-item .nav-link:hover svg {
  fill: var(--white-color);
}
.home5-service-section .nav-pills .nav-item .nav-link.active {
  color: var(--white-color);
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.home5-service-section .nav-pills .nav-item .nav-link.active svg {
  fill: var(--white-color);
}
.home5-service-section .sevice-card {
  background-color: #F0F0F0;
  background-image: url(../images/vector/service-card-bg-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../images/vector/service-card-bg-shape.png);
          mask-image: url(../images/vector/service-card-bg-shape.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 991px) {
  .home5-service-section .sevice-card {
    -webkit-mask-image: unset;
            mask-image: unset;
  }
}
.home5-service-section .sevice-card .service-content-wrapper {
  padding: 50px 0;
}
@media (max-width: 1399px) {
  .home5-service-section .sevice-card .service-content-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .home5-service-section .sevice-card .service-content-wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .home5-service-section .sevice-card .service-content-wrapper {
    padding: 50px 0 50px 20px;
  }
}
@media (max-width: 576px) {
  .home5-service-section .sevice-card .service-content-wrapper {
    padding: 30px 0 30px 10px;
  }
}
.home5-service-section .sevice-card .service-content-wrapper > svg {
  fill: var(--primary-color1);
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home5-service-section .sevice-card .service-content-wrapper > svg {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .home5-service-section .sevice-card .service-content-wrapper > svg {
    width: 50px;
  }
}
@media (max-width: 576px) {
  .home5-service-section .sevice-card .service-content-wrapper > svg {
    margin-bottom: 20px;
  }
}
.home5-service-section .sevice-card .service-content-wrapper .service-content {
  max-width: 448px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home5-service-section .sevice-card .service-content-wrapper .service-content {
    max-width: 375px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-service-section .sevice-card .service-content-wrapper .service-content {
    max-width: 315px;
  }
}
.home5-service-section .sevice-card .service-content-wrapper .service-content h3 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .home5-service-section .sevice-card .service-content-wrapper .service-content h3 {
    font-size: 30px;
  }
}
.home5-service-section .sevice-card .service-content-wrapper .service-content p {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-color);
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home5-service-section .sevice-card .service-content-wrapper .service-content p {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-service-section .sevice-card .service-content-wrapper .service-content p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .home5-service-section .sevice-card .service-content-wrapper .service-content p {
    font-size: 15px;
  }
}
.home5-service-section .sevice-card .service-content-wrapper .service-content .service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}
.home5-service-section .sevice-card .service-content-wrapper .service-content .service-list .single-service {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--title-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.home5-service-section .sevice-card .service-content-wrapper .service-content .service-list .single-service svg {
  fill: var(--title-color);
}
.home5-service-section .sevice-card .service-content-wrapper .service-content .service-list .single-service:last-child {
  margin-bottom: 0;
}
.home5-service-section .sevice-card .service-content-wrapper .service-content .primary-btn2 svg {
  fill: none;
  stroke: var(--white-color);
}
.home5-service-section .sevice-card .service-content-wrapper .service-content .primary-btn2 {
  padding: 16px 28px;
}
.home5-service-section .sevice-card .service-img-area-wrapper {
  height: 100%;
  position: relative;
}
.home5-service-section .sevice-card .service-img-area-wrapper .service-img-wrap {
  -webkit-mask-image: url(../images/vector/service-img-shape.png);
          mask-image: url(../images/vector/service-img-shape.png);
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .home5-service-section .sevice-card .service-img-area-wrapper .service-img-wrap {
    -webkit-mask-image: unset;
            mask-image: unset;
  }
}
.home5-service-section .sevice-card .service-img-area-wrapper .service-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home5-service-section .sevice-card .service-img-area-wrapper .service-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home5-service-section .sevice-card .service-img-area-wrapper .service-img-bg {
    left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-service-section .sevice-card .service-img-area-wrapper .service-img-bg {
    left: 28px;
  }
}
.home5-service-section .contact-area {
  padding: 10px 20px;
  border: 1px solid var(--border-color3);
  border-radius: 24px;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .home5-service-section .contact-area {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
.home5-service-section .contact-area span {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  color: var(--title-color);
  text-align: center;
}
.home5-service-section .contact-area a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home5-service-section .contact-area a span {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
  background: linear-gradient(to bottom, var(--primary-color1) 0%, var(--primary-color1) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  transition: background-size 0.75s;
}
.home5-service-section .contact-area a span:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}
.home5-service-section .contact-area a svg {
  fill: var(--primary-color1);
}
/*=====================================
49. Home5 Industries Section CSS
========================================*/
.home5-industries-section {
  background-image: url(../images/vector/industries-bg-vector.png), linear-gradient(180deg, #020202 0%, #020202 100%);
  padding-top: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-industries-section {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .home5-industries-section {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .home5-industries-section {
    padding-top: 60px;
  }
}
/*=====================================
50. Home5 Team Section CSS
========================================*/
.home5-team-card-section .team-slider-area {
  position: relative;
}
@media (max-width: 576px) {
  .home5-team-card-section .team-slider-area .slider-btn-grp {
    display: none;
  }
}
.home5-team-card-section .team-slider-area .slider-btn-grp .slider-btn {
  position: absolute;
  top: calc(50% - 60px);
  left: -20px;
  z-index: 1;
  border: 1px solid var(--borders-color);
  background-color: var(--white-color);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  min-width: 40px;
  max-width: 40px;
  height: 40px;
}
.home5-team-card-section .team-slider-area .slider-btn-grp .slider-btn svg {
  fill: var(--title-color);
  stroke: none;
}
.home5-team-card-section .team-slider-area .slider-btn-grp .slider-btn.team-slider-next {
  left: unset;
  right: -20px;
}
.home5-team-card-section .team-slider-area .slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
  border: 1px solid var(--primary-color1);
}
.home5-team-card-section .team-slider-area .slider-btn-grp .slider-btn:hover svg {
  fill: var(--white-color);
  stroke: none;
}
.home5-team-card-section .team-slider-area .slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 1;
}
.team-card .team-img-area {
  display: block;
  overflow: hidden;
  position: relative;
}
.team-card .team-img-area img {
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-card .team-img-area .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  bottom: 30px;
  z-index: 5;
  opacity: 0;
  transform-origin: bottom;
  transition: 0.5s ease-in-out;
}
.team-card .team-img-area .social-list li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.team-card .team-img-area .social-list li a i {
  color: var(--text-color);
  font-size: 16px;
  transition: 0.5s;
}
.team-card .team-img-area .social-list li a:hover {
  background-color: var(--primary-color2);
}
.team-card .team-img-area .social-list li a:hover i {
  color: var(--white-color);
}
.team-card .team-img-area::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.team-card .team-member-info {
  text-align: center;
  padding: 20px 10px 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .team-card .team-member-info {
    padding: 10px 10px 0 10px;
  }
}
.team-card .team-member-info h5 {
  margin-bottom: 5px;
}
.team-card .team-member-info h5 a {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: var(--title-color);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .team-card .team-member-info h5 a {
    font-size: 20px;
  }
}
.team-card .team-member-info h5 a:hover {
  color: var(--primary-color2);
}
.team-card .team-member-info p {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  color: var(--text-color);
  line-height: 1;
}
.team-card:hover .team-img-area img {
  transform: scale(1.1);
}
.team-card:hover .team-img-area::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.team-card:hover .team-img-area .social-list {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
/*=====================================
51. Home5 Counter Section CSS
========================================*/
@media (max-width: 576px) {
  .home5-conuter-section .counter-wrapper {
    display: flex;
    justify-content: center;
  }
}
.home5-conuter-section .counter-wrapper .content {
  max-width: 254px;
  width: 100%;
  text-align: center;
}
.home5-conuter-section .counter-wrapper .content .number {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-conuter-section .counter-wrapper .content .number {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .home5-conuter-section .counter-wrapper .content .number {
    margin-bottom: 10px;
  }
}
.home5-conuter-section .counter-wrapper .content .number h2,
.home5-conuter-section .counter-wrapper .content .number span {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--title-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-conuter-section .counter-wrapper .content .number h2,
  .home5-conuter-section .counter-wrapper .content .number span {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .home5-conuter-section .counter-wrapper .content .number h2,
  .home5-conuter-section .counter-wrapper .content .number span {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .home5-conuter-section .counter-wrapper .content .number h2,
  .home5-conuter-section .counter-wrapper .content .number span {
    font-size: 40px;
  }
}
.home5-conuter-section .counter-wrapper .content span {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  color: var(--text-color);
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home5-conuter-section .counter-wrapper .content span {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 576px) {
  .home5-conuter-section .counter-wrapper .content span {
    font-size: 17px;
  }
}
/*=====================================
52. Founder Text Section CSS
========================================*/
.founder-text-section {
  background-image: url(../images/founder-text-bg-img.jpg), linear-gradient(180deg, rgb(217, 217, 217) 0%, rgb(217, 217, 217) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 770px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  background-attachment: fixed;
  padding-top: 261px;
}
@media (max-width: 1399px) {
  .founder-text-section {
    min-height: 650px;
    padding-top: 220px;
  }
}
@media (max-width: 1199px) {
  .founder-text-section {
    min-height: 600px;
    padding-top: 262px;
  }
}
@media (max-width: 991px) {
  .founder-text-section {
    min-height: 580px;
  }
}
@media (max-width: 767px) {
  .founder-text-section {
    min-height: 550px;
  }
}
@media (max-width: 576px) {
  .founder-text-section {
    min-height: 400px;
    background-attachment: unset;
    padding-top: 60px;
  }
}
.founder-text-section .founder-wrapper {
  background-color: var(--black-color);
  padding: 60px 40px 70px 40px;
  max-width: 424px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .founder-text-section .founder-wrapper {
    padding: 55px 30px 65px 30px;
  }
}
@media (max-width: 1199px) {
  .founder-text-section .founder-wrapper {
    padding: 40px 30px 45px 30px;
  }
}
.founder-text-section .founder-wrapper p {
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 35px;
  color: var(--white-color);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .founder-text-section .founder-wrapper p {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (max-width: 1199px) {
  .founder-text-section .founder-wrapper p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .founder-text-section .founder-wrapper p {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.founder-text-section .founder-wrapper p span {
  color: var(--dark-text-color);
}
.founder-text-section .founder-wrapper .founder-info {
  display: flex;
  align-items: center;
  gap: 28px;
  position: relative;
}
.founder-text-section .founder-wrapper .founder-info .founder-img img {
  border-radius: 50%;
}
.founder-text-section .founder-wrapper .founder-info .founder-content {
  line-height: 1;
}
.founder-text-section .founder-wrapper .founder-info .founder-content h6 {
  margin-bottom: 8px;
  line-height: 1;
}
.founder-text-section .founder-wrapper .founder-info .founder-content h6 a {
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 18px;
  color: var(--white-color);
  transition: all 0.5s;
}
.founder-text-section .founder-wrapper .founder-info .founder-content h6 a:hover {
  color: var(--primary-color2);
}
.founder-text-section .founder-wrapper .founder-info .founder-content span {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--dark-text-color);
}
.founder-text-section .founder-wrapper .founder-info .play-btn {
  min-width: 26px;
  width: 26px;
  height: 26px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 42px;
}
.founder-text-section .founder-wrapper .founder-info .play-btn svg {
  fill: var(--primary-color2);
}
/*=====================================
53. Home5 FAQ Section CSS
========================================*/
.home4-faq-section .faq-img-area img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home4-faq-section .faq-img-area img {
    height: 550px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home4-faq-section .faq-img-area img {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home4-faq-section .faq-img-area img {
    height: 460px;
  }
}
/*=====================================
54. Home5 Partner Section Section CSS
========================================*/
.partner-section .partner-wrap .marquee {
  display: flex;
  gap: 93px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee {
    gap: 30px;
  }
}
.partner-section .partner-wrap .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 93px;
  min-width: 100%;
  animation: scroll-x 30s linear infinite;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee .marquee__group {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee .marquee__group {
    gap: 20px;
  }
}
.partner-section .partner-wrap .marquee .marquee__group a img {
  width: 190px;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 155px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 140px;
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*=====================================
55. Breadcrumb Section CSS
========================================*/
.breadcrumb-section {
  padding-top: 155px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 83.85%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/company-img4.jpg);
	background-size: cover;
}
@media (max-width: 1399px) {
  .breadcrumb-section {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section {
    padding-top: 140px;
  }
}
.breadcrumb-section .breadcrumb-content {
  position: relative;
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.breadcrumb-section .breadcrumb-content h1 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 1;
	color: #FFFFFF;
	z-index: 999;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 40px;
  }
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-bricolageGrotesque);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: start;
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li svg {
  fill: var(--primary-color1);
}
.breadcrumb-section .breadcrumb-content .breadcrumb-list li a {
  color: #fff;
}
.breadcrumb-section .breadcrumb-img {
  position: relative;
}
.breadcrumb-section .breadcrumb-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-section .breadcrumb-img img {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-img img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-img img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-img img {
    height: 350px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-img img {
    height: 300px;
  }
}
.breadcrumb-section .breadcrumb-img .service-list-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px 0;
}
@media (max-width: 1699px) {
  .breadcrumb-section .breadcrumb-img .service-list-item {
    padding: 75px 0;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb-section .breadcrumb-img .service-list-item {
    padding: 45px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-section .breadcrumb-img .service-list-item {
    padding: 25px 0;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-section .breadcrumb-img .service-list-item {
    padding: 55px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-img .service-list-item {
    padding: 35px 0;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-img .service-list-item {
    padding: 17px 0;
  }
}
.breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 50px 46px;
  background-image: url(../images/service-list-wrapper-bg-img.png), linear-gradient(180deg, #DFDFDF 0%, #DFDFDF 100%);
  -webkit-backdrop-filter: blur(250px);
          backdrop-filter: blur(250px);
  border-radius: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper {
    padding: 40px 31px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper {
    right: 0;
    padding: 40px 31px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper {
    padding: 35px 25px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper {
    max-width: 260px;
    margin-left: auto;
  }
}
.breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper .single-service {
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper .single-service {
    margin-bottom: 20px;
  }
}
.breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper .single-service h4 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1;
  color: var(--title-color);
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper .single-service h4 {
    font-size: 25px;
  }
}
.breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper .single-service strong {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 28px;
  display: block;
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper .single-service strong {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper .single-service strong span {
  color: var(--primary-color2);
}
.breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper .single-service strong:last-child {
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper .single-service svg {
  fill: var(--white-color);
}
.breadcrumb-section .breadcrumb-img .service-list-item .service-list-wrapper .single-service:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .breadcrumb-section.two .breadcrumb-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-section.two .breadcrumb-content h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section.two .breadcrumb-content h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section.two .breadcrumb-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section.two .breadcrumb-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section.two .breadcrumb-content .breadcrumb-list li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section.two .breadcrumb-content .breadcrumb-list li {
    font-size: 14px;
  }
}
/*=====================================
75.login Page Section CSS
========================================*/
.login-page {
  /* height: 100vh; */
  background-image: url("../images/login-bg-img.png"), linear-gradient(180deg, #fffced 0%, #e0f1e6 100%);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.login-page .login-wrapper {
  padding: 180px 0;
  margin-top: -45px;
}
@media (max-width: 1899px) {
  .login-page .login-wrapper {
    padding: 137px 0;
  }
}
@media (max-width: 991px) {
  .login-page .login-wrapper {
    padding: 150px 0;
  }
}
@media (max-width: 767px) {
  .login-page .login-wrapper {
    padding: 140px 0;
  }
}
.login-page .login-wrapper .form-title {
  margin-bottom: 40px;
}
.login-page .login-wrapper .form-title h2 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1;
}
.login-page .login-wrapper .form-title span {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  color: var(--text-color);
  line-height: 1;
  display: block;
}
.login-page .login-wrapper .form-title span a {
  font-weight: 600;
  display: inline-block;
  color: var(--primary-color2);
  background: linear-gradient(to bottom, var(--primary-color2) 0%, var(--primary-color2) 98%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  transition: background-size 0.75s;
}
.login-page .login-wrapper .form-title span a:hover {
  background-size: 100% 1px;
  background-position: 0% 90%;
}
.login-page .login-wrapper .login-registration-form {
  padding: 50px 40px;
  background-color: var(--white-color);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .login-page .login-wrapper .login-registration-form {
    padding: 40px 30px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .login-page .login-wrapper .login-registration-form {
    padding: 40px 20px;
    border-radius: 10px;
  }
}
.login-page .login-wrapper .login-registration-form .form-inner {
  position: relative;
}
.login-page .login-wrapper .login-registration-form .form-inner input {
  background-color: #F0F0F0;
}
.login-page .login-wrapper .login-registration-form .form-inner input:focus {
  border: 1px solid var(--primary-color2);
}
.login-page .login-wrapper .login-registration-form .form-inner input::-moz-placeholder {
  color: var(--dark-text-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 500;
}
.login-page .login-wrapper .login-registration-form .form-inner input::placeholder {
  color: var(--dark-text-color);
  font-family: var(--font-suse);
  font-size: 16px;
  font-weight: 500;
}
.login-page .login-wrapper .login-registration-form .form-inner i {
  position: absolute;
  right: 20px;
  bottom: 21px;
  color: var(--text-color);
  cursor: pointer;
}
.login-page .login-wrapper .login-registration-form .form-remember-forget {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .login-page .login-wrapper .login-registration-form .form-remember-forget {
    margin-bottom: 30px;
  }
}
.login-page .login-wrapper .login-registration-form .form-remember-forget a {
  color: var(--primary-color3);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.login-page .login-wrapper .login-registration-form .primary-btn1 {
  padding: 12px 39px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .login-page .login-wrapper .login-registration-form .primary-btn2 {
    padding: 18px 32px;
  }
}
@media (max-width: 576px) {
  .login-page .login-wrapper .login-registration-form .primary-btn2 {
    padding: 16px 32px;
  }
}
.login-page .login-bottom {
  padding: 15px 0;
  border-top: 1px solid #DFDFDF;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.login-page .login-bottom .login-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .login-page .login-bottom .login-bottom-wrap {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.login-page .login-bottom .login-bottom-wrap p {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.login-page .login-bottom .login-bottom-wrap p a {
  color: var(--primary-color2);
}
/*=====================================
76.Solution Over View And Feature Section CSS
========================================*/
.solution-overview-and-feature-section .section-title {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .solution-overview-and-feature-section .section-title {
    margin-bottom: 30px;
  }
}
.solution-overview-and-feature-section .over-view h3 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
  color: var(--title-color);
}
@media (max-width: 767px) {
  .solution-overview-and-feature-section .over-view h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .solution-overview-and-feature-section .over-view h3 {
    font-size: 24px;
  }
}
.solution-overview-and-feature-section .over-view p {
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .solution-overview-and-feature-section .over-view p {
    font-size: 16px;
  }
}
.solution-overview-and-feature-section .over-view p:last-child {
  margin-bottom: 0;
}
.feature-wrap {
  padding-top: 115px;
}
@media (max-width: 991px) {
  .feature-wrap {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .feature-wrap {
    padding-top: 35px;
  }
}
.feature-wrap h3 {
  color: var(--title-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .feature-wrap h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .feature-wrap h3 {
    font-size: 24px;
  }
}
.feature-wrap span {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 25px;
}
.feature-wrap .feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.feature-wrap .feature-list li {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--title-color);
}
@media (max-width: 576px) {
  .feature-wrap .feature-list li {
    font-size: 17px;
  }
}
.feature-wrap .feature-list li svg {
  fill: var(--primary-color2);
}
.feature-wrap .feature-list li:last-child {
  margin-bottom: 0;
}
.feature-wrap.two {
  padding-top: unset;
}
/*=====================================
77.Why Choose Us Section CSS
========================================*/
.why-choose-us-section .why-choose-card {
  padding: 35px 28px;
  background-color: #FFE9CF;
  border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us-section .why-choose-card {
    padding: 30px 19px;
  }
}
@media (max-width: 767px) {
  .why-choose-us-section .why-choose-card {
    padding: 30px 20px;
  }
}
.why-choose-us-section .why-choose-card .icon {
  fill: var(--title-color);
  margin-bottom: 30px;
}
.why-choose-us-section .why-choose-card h5 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: var(--title-color);
  margin-bottom: 18px;
}
.why-choose-us-section .why-choose-card p {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.why-choose-us-section .why-choose-card.two {
  background-color: #F0F0F0;
}
.why-choose-us-section .why-choose-card.three {
  background-color: #DDE6FF;
}
.why-choose-us-section .why-choose-card.four {
  background-color: #C6EDD4;
}
.why-choose-us-section .why-choose-card:hover .icon svg {
  animation: bounceIn 1.2s linear;
}
/* Page Area Section */
.page-content {
  display: flex;
  padding: 50px 0px;
  margin: 0px;
}
.page-content h2 {
  color: var(--title-color);
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
}
.page-content h5 {
  color: var(--title-color);
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
}
.page-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-content ul li {
  margin-bottom: 9px;
}
.page-content .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.page-content .tag-list li {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 6px 17px;
  background-color: #F0F0F0;
  border-radius: 50px;
  display: inline-block;
  transition: 0.5s;
}
.green-logistics-card {
  padding: 40px 30px;
  background-color: #FFE9CF;
  border-radius: 10px;
	margin-bottom: 30px;
}
.green-logistics-card .green-logistics-content h5 {
  font-family: var(--font-bricolageGrotesque);
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}
.green-logistics-card .green-logistics-content p {
  color: var(--text-color);
  font-family: var(--font-suse);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.faqs .card {
	margin-bottom: 30px;
}
.faqs .card-header {
	font-size: 18px;
	line-height: 36px;
}
.mb-30 {
	margin-bottom: 30px;
}
/*# sourceMappingURL=style.css.map */