@import url('https://fonts.googleapis.com/css2?family=Londrina+Outline&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #E20303;
  --header: #09052F;
  --text: #17262F;
  --text2: #5B5B5B;
  --border: #EEEFF4;
  --button: #E20303;
  --bg: #f3f5ff;
  --color-gradient-1: linear-gradient(90.07deg, #09052f 32.43%, #E20303 58.79%, #010226 105.32%);
  --color-gradient-2: linear-gradient(90.07deg, #E20303 32.43%, #E20303 58.79%, #E20303 105.32%);
  ---box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.theme-btn {
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
}

@media (max-width: 1024px) {
  .sticky .header-main .header-right .theme-btn {
    font-size: 15px;
    padding: 15px 11px;
  }
}

.theme-btn::before {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.theme-btn::after {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.theme-btn.border-style {
  background-color: transparent;
  color: var(--header);
  border: 1px solid var(--border);
}

.theme-btn.border-style::before,
.theme-btn.border-style::after {
  background-color: var(--theme);
}

.theme-btn i {
  margin-left: 10px;
}

.theme-btn:hover {
  color: var(--white);
}

.theme-btn:hover::before,
.theme-btn:hover::after {
  width: 100%;
}

.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--header);
}

.theme-btn.bg-white:hover {
  color: var(--white);
}

.gradient-btn-bg2 {
  background: white;
  color: #000;
  padding: 9px 30px;
}

.gradient-btn-bg {
  padding: 9px 30px;
}


@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}

@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }

  .gradient-btn-bg,
  .gradient-btn-bg2 {
    padding: 9px 30px;
  }
}

.link-btn {
  text-transform: capitalize;
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
}

.link-btn span {
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.link-btn i {
  margin-left: 10px;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  background-color: var(--theme);
  text-align: center;
  color: var(--white);
}

.link-btn:hover span {
  color: var(--theme);
  background-size: 100% 1px;
}

.link-btn.link-btn-2 span {
  background-image: linear-gradient(var(--theme2), var(--theme2));
}

.link-btn.link-btn-2 i {
  background-color: var(--theme2);
}

.link-btn.link-btn-2:hover span {
  color: var(--theme2);
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: initial;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 115%;
}

h2 {
  font-size: 50px;
  line-height: 110%;
  font-weight: 700;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

b {
  /* color: var(--theme); */
}

.spinner-logo {
  width: 43%;
  margin: auto;
  position: absolute;
  top: 6%;
  left: 28%;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
  font: bold 5em "Outfit", sans-serif, "Satoshi", sans-serif;
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Outfit", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--header);
  border-bottom: 2px solid var(--header);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--header);
}

input.main-search-input::placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

@media (max-width: 767px) {
  .mouse-cursor {
    display: none;
  }
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.section-title {
  position: relative;
  z-index: 99;
  /* margin-bottom: 30px; */
}

@media (max-width: 767px) {
  .section-title {
    width: fit-content;
    margin: auto;
  }
}

.section-title .sub-title {
  padding: 8px 15px;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title .sub-title span {
  background: var(--color-gradient-1);
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 0;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .section-title-area {
    gap: 20px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

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

.breadcrumb-padding {
  padding: 70px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}

@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }

  20% {
    transform: translateX(-50px);
  }

  50% {
    transform: translatey(-40px);
  }

  100% {
    transform: translatey(0px);
  }
}

@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.header-section-2 {
  position: relative;
  z-index: 9999;
  background-color: var(--white);
}

@media screen and (min-width:1200px) {}

.header-section-2 .container-fluid {
  padding: 0 150px;
}

@media (max-width: 1899px) {
  .header-section-2 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1600px) {
  .header-section-2 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  .header-section-2 .container-fluid {
    padding: 0 20px;
  }
}

.header-section-1 {
  background-color: var(--white);
  position: relative;
  z-index: 9999;
}

.main-header-wrapper {
  display: flex;
  align-items: center;
  gap: 172px;
}

@media (max-width: 1899px) {
  .main-header-wrapper {
    gap: 70px;
  }
}

@media (max-width: 1600px) {
  .main-header-wrapper {
    gap: 40px;
  }
}

@media (max-width: 1199px) {
  .main-header-wrapper {
    padding: 15px 0;
  }
}

.main-header-wrapper .main-header-items {
  width: 100%;
}

.main-header-wrapper .main-header-items .header-contact-info-area {
  display: flex;
  align-items: center;
  padding: 12px 12px;
  width: max-content;
  margin-left: auto;
  position: relative;
}

.header-section-2 .main-header-items .header-contact-info-area .h4one::after {
  position: absolute;
  content: '';
  top: 0%;
  left: -4%;
  height: 45px;
  width: 77%;
  z-index: -1;
  height: 0;
  border-bottom: 56px solid #e20303;
  border-left: 40px solid transparent;
  border-right: 56px solid transparent;
}

.main-header-wrapper .main-header-items .header-contact-info-area .h4one {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 0px 100px 0 80px;
  color: var(--white);
}

.main-header-wrapper .main-header-items .header-contact-info-area .h4two {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  color: var(--white);
}

.header-section-2 .main-header-items .header-contact-info-area .h4two::after {
  position: absolute;
  content: '';
  top: -12px;
  left: -67px;
  height: 45px;
  width: 200%;
  z-index: -1;
  height: 0;
  border-top: 56px solid #010226;
  border-left: 56px solid transparent;
}

.after1 {
  position: relative;
}

.after1::after {
  position: absolute;
  content: '';
  border: solid 2px var(--button);
  top: -17px;
  left: 29.2%;
  width: 0;
  height: 179px;
  transform: rotate(36deg);
  border-right: 0px solid transparent;
}

.after1::before {
  position: absolute;
  content: '';
  border: solid 2px var(--button);
  top: -17px;
  left: 28.6%;
  width: 0;
  height: 179px;
  transform: rotate(36deg);
  border-right: 0px solid transparent;
}

@media screen and (max-width:1980px) {

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    top: 0%;
    left: -11%;
    width: 82%;
  }
}

@media (max-width: 1600px) {
  .main-header-wrapper .main-header-items .header-contact-info-area {
    padding: 0 0px;
  }

  .main-header-wrapper .main-header-items .header-contact-info-area .h4one {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding: 0px 100px 0 80px;
  }

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    position: absolute;
    content: '';
    top: -15px;
    left: -4%;
    height: 45px;
    width: 77%;
    z-index: -1;
    height: 0;
    border-bottom: 56px solid #e20303;
    border-left: 40px solid transparent;
    border-right: 56px solid transparent;
  }

  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    position: absolute;
    content: '';
    top: -15px;
    left: -73px;
    height: 45px;
    width: 348px;
    z-index: -1;
    height: 0;
    border-top: 56px solid #010226;
    border-left: 56px solid transparent;
  }

  .main-header-wrapper .main-header-items .header-contact-info-area .h4two {
    font-weight: 500;
    font-size: 16px;
  }
}



@media screen and (max-width:1680px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 394px;
  }

  .after1::after {
    left: 26.7%;
  }

  .after1::before {
    left: 27.3%;
  }
}

@media screen and (max-width:1675px) {

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    left: -11.9%;
    width: 83%;
  }

}

@media screen and (max-width:1665px) {

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    left: -11.9%;
    width: 83%;
  }

}

@media screen and (max-width:1600px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 32.3%;
  }

  .after1::before {
    left: 32.9%;
  }
}

@media screen and (max-width:1570px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    left: -9.5%;
    width: 80.3%;
  }

  .after1::after {
    left: 30.8%;
  }

  .after1::before {
    left: 31.5%;
  }
}

@media screen and (max-width:1567px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 30.3%;
  }

  .after1::before {
    left: 31%;
  }
}

@media screen and (max-width:1470px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 25%;
  }

  .after1::before {
    left: 25.9%;
  }
}

@media screen and (max-width:1450px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    left: -9.3%;
    width: 82.3%;
  }

  .after1::after {
    left: 20.7%;
  }

  .after1::before {
    left: 21.9%;
  }
}

@media screen and (max-width:1440px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 24%;
  }

  .after1::before {
    left: 24.9%;
  }
}

@media screen and (max-width:1430px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 23.6%;
  }

  .after1::before {
    left: 24.3%;
  }
}

@media screen and (max-width:1415px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 22%;
  }

  .after1::before {
    left: 23%;
  }
}

@media screen and (max-width:1410px) {

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    left: -12.6%;
    width: 83.3%;
  }
}

@media screen and (max-width:1401px) {

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    left: -11.9%;
    width: 83%;
  }

}

@media screen and (max-width:1316px) {

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    left: -9.9%;
    width: 81%;
  }

}

@media screen and (max-width:1398px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 21%;
  }

  .after1::before {
    left: 22%;
  }
}

@media screen and (max-width:1367px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 20%;
  }

  .after1::before {
    left: 20.7%;
  }
}

@media screen and (max-width:1359px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 19%;
  }

  .after1::before {
    left: 20%;
  }
}

@media screen and (max-width:1330px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 17%;
  }

  .after1::before {
    left: 18%;
  }
}

@media screen and (max-width:1298px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 15.6%;
  }

  .after1::before {
    left: 16.5%;
  }
}

@media screen and (max-width:1280px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    left: -9.4%;
    width: 81%;
  }
}

@media screen and (max-width:1270px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 14.6%;
  }

  .after1::before {
    left: 14%;
  }
}

@media screen and (max-width:1250px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 13%;
  }

  .after1::before {
    left: 12%;
  }

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    left: 0%;
    width: 73%;
  }
}

@media screen and (max-width:1200px) {
  .header-section-2 .main-header-items .header-contact-info-area .h4two::after {
    width: 346px;
  }

  .after1::after {
    left: 16%;
  }

  .after1::before {
    left: 15%;
  }

  .header-section-2 .main-header-items .header-contact-info-area .h4one::after {
    position: absolute;
    content: '';
    top: -15px;
    left: 4%;
    height: 45px;
    width: 69%;
    z-index: -1;
  }
}

@media (max-width: 1199px) {
  .main-header-wrapper .main-header-items .header-contact-info-area {
    display: none;
  }

  .after1::before,
  .after1::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .main-header-wrapper .main-header-items .header-contact-info-area {
    gap: 30px;
  }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  padding: 30px 0;
  border-right: 1px solid #D4DCED;
  padding-right: 50px;
}

@media (max-width: 1399px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items {
    border-right: none;
    padding-right: 0;
  }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  background-color: var(--white);
  border-radius: 50%;
  color: var(--theme);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  position: relative;
}

@media (max-width: 1399px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid rgba(30, 32, 35, 0.1);
  transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .icon::before {
    width: 54px;
    height: 54px;
  }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content p {
  color: var(--text);
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
  font-size: 20px;
  color: var(--header);
  text-transform: initial;
}

@media (max-width: 1600px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 {
    font-size: 18px;
  }
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items .content h3 a {
  color: var(--header);
}

.main-header-wrapper .main-header-items .header-contact-info-area .contact-info-items.style-2 {
  border: none;
  padding-right: 0;
}

@media (max-width: 1600px) {
  .main-header-wrapper .main-header-items .header-contact-info-area .header-button .theme-btn {
    font-size: 14px;
    padding: 15px 25px;
  }

  .mega-menu-wrapper {
    transform: translateY(14px);
  }

  .sticky .mega-menu-wrapper {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

.header-2 .logo {
  display: none;
}

@media (max-width: 1399px) {
  .header-2 .header-main .main-menu ul li {
    margin-inline-end: 20px;
  }
}

@media (max-width: 1899px) {
  .header-2 .header-main .main-menu ul li .has-homemenu {
    left: -50px;
  }
}

.header-2 .header-right {
  gap: 30px;
}


@media (max-width: 575px) {
  .header-2 .header-right {
    gap: 18px;
  }
}

/* .header-2 .header-right .search-icon {
  color: var(--header);
  font-size: 18px;
} */

/* .header-2 .header-right .user-icon {
  color: var(--header);
  font-size: 18px;
} */

/* .header-2 .header-right .menu-cart {
  position: relative;
} */

/* .header-2 .header-right .menu-cart .cart-icon {
  position: relative;
  display: inline-block;
  border-radius: 50%;
} */

/* .header-2 .header-right .menu-cart .cart-icon::before {
  position: absolute;
  top: -7px;
  right: -12px;
  content: "3";
  width: 18px;
  line-height: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 12px;
  text-align: center;
  font-weight: 500;
} */

/* .header-2 .header-right .menu-cart .cart-icon i {
  color: var(--header);
  font-size: 18px;
} */

/* .header-2 .header-right .menu-cart:hover .cart-box {
  transform: rotateX(0deg);
  visibility: visible;
} */

@media (max-width: 991px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-main .header-left {
  width: 70%;
}





@media (max-width: 1199px) {
  .header-main {
    padding: 0px 0px;
    transform: translateY(-15px);
  }
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 30px;
}

@media (max-width: 1399px) {
  .header-main .main-menu ul li {
    margin-inline-end: 40px;
  }
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 35px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
}

.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}

.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
  background: var(--theme);
  color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}

.header-main .main-menu ul li .has-home-menu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}

.header-main .main-menu ul li .has-home-menu .home-menu {
  position: relative;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb {
  position: relative;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0px !important;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb .demo-button .theme-btn:hover::before,
.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb .demo-button .theme-btn:hover::after {
  border-radius: 0px;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--theme) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  content: "";
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb:hover.home-menu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-thumb img {
  width: 100%;
}

.header-main .main-menu ul li .has-home-menu .home-menu .home-menu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.header-main .main-menu ul li:hover>a {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.sidebar__toggle {
  cursor: pointer;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky.header-2 {
  padding: 0 40px;
}

.sticky.header-2 .logo {
  display: block;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 50px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.breadcrumb-wrapper .page-heading {
  position: relative;
  z-index: 99;
  margin-top: -10px;
}

.breadcrumb-wrapper .page-heading h1 {
  font-size: 45px;
  position: relative;
  z-index: 9;
  line-height: 1;
  text-transform: capitalize;
  color: #fff;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 40px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--white);
  padding: 2px 20px;
  border-radius: 30px;
  margin-top: 30px;
  display: none;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  background: var(--color-gradient-1);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 16px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  font-size: 18px;
  color: var(--theme);
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    font-size: 16px;
  }
}

.hero-2 {
  position: relative;
  padding: 0px 0 185px;
}

@media (max-width: 1199px) {
  .hero-2 {
    padding: 150px 0 150px;
  }
}

@media (max-width: 575px) {
  .hero-2 {
    padding: 120px 0 120px;
  }
}

.hero-2 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}

.hero-2 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(0 0 0 / 65%);
  z-index: 1;
}

.hero-2 .hero-content {
  position: relative;
  z-index: 9;
  opacity: 0;
  z-index: 3;
  transform: translateY(-150px);
}

.hero-2 .hero-content h6 {
  color: var(--white);
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

.hero-2 .hero-content h1 {
  color: var(--white);
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}

.hero-2 .hero-content p {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
  }
}

.hero-2 .hero-button {
  margin-top: 50px;
  text-align: center;
  transform: translateY(150px);
  opacity: 0;
}

@media (max-width: 767px) {
  .hero-2 .hero-button {
    margin-top: 30px;
  }
}

.hero-section-2 {
  position: relative;
  overflow: hidden;
}

.hero-section-2 .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}

.hero-section-2 .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(120px);
  transition: all 2500ms ease;
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
}

.hero-section-2 .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2500ms ease;
}

.hero-section-2 .swiper-pagination {
  bottom: 5%;
  left: 80%;
  z-index: 99;
  transform: translateX(-50%);
  color: var(--white);
}

.hero-section-2 .swiper-pagination span {
  display: flex;
  justify-content: center;
}

.hero-section-2 .swiper-pagination span .spc {
  width: 200px;
  border-bottom: solid 1px #fff;
  height: 19px;
  margin: 0 5px;
}

.hero-section-2 .swiper-dot .swiper-pagination-bullet {
  background-color: var(--white);
}

.hero-section-2 .swiper-dot {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
}

.hero-section-2 .array-button {
  position: initial;
}

@media (max-width: 1199px) {
  .hero-section-2 .array-button {
    display: none;
  }
}

.hero-section-2 .array-button .array-prev,
.hero-section-2 .array-button .array-next {
  position: absolute;
  top: 50%;
  left: 2%;
  z-index: 9;
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
}

.hero-section-2 .array-button .array-prev:hover,
.hero-section-2 .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
  border-color: var(--theme);
}

.hero-section-2 .array-button .array-next {
  left: auto;
  right: 2%;
}

.project-image .portfolio-content h3 {
  background: #04D493;
  padding: 15px 15px;
  color: var(--white);
  line-height: 1;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  max-width: 170px;
}

.project-image .portfolio-content h3 a {
  color: var(--white);
}

.project-image .portfolio-content h3:hover {
  background-color: var(--theme);
}

.project-image .portfolio-content h4 {
  padding: 7px 30px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.3);
  color: var(--white);
  display: inline-block;
}

.project-image:hover .portfolio-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.project-details-wrapper .project-details-image {
  margin-bottom: 50px;
}

.project-details-wrapper .project-details-image img {
  width: 100%;
  height: 100%;
}

.project-details-wrapper .project-details-content h2 {
  font-weight: 500;
}

.project-details-wrapper .project-details-content h3 {
  font-size: 30px;
  font-weight: 500;
}

.project-details-wrapper .project-details-content .list {
  margin-top: 20px;
}

.project-details-wrapper .project-details-content .list li i {
  color: var(--theme);
  margin-right: 10px;
}

.project-details-wrapper .project-details-content .list li:not(:last-child) {
  margin-bottom: 15px;
}

.project-details-wrapper .project-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
}

.project-details-wrapper .project-sidebar-widget .wid-title {
  margin-bottom: 15px;
}

.project-details-wrapper .project-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}

.project-details-wrapper .project-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}

.project-details-wrapper .project-sidebar-widget .case-content-box .case-infobox li {
  color: var(--header);
  font-weight: 600;
  padding: 20px 0;
}

.project-details-wrapper .project-sidebar-widget .case-content-box .case-infobox li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.project-details-wrapper .project-sidebar-widget .case-content-box .theme-btn {
  width: 100%;
  margin-top: 18px;
  text-align: center;
}

.project-details-wrapper .project-sidebar-widget .case-content-box .theme-btn i {
  margin-left: 0;
  margin-right: 10px;
}

.relative-project-items {
  margin-top: 30px;
}

.relative-project-items .thumb img {
  width: 100%;
  height: 100%;
}

.relative-project-items .content {
  margin-top: 20px;
}

.relative-project-items .content h3 {
  margin-bottom: 5px;
}

.project-box-items-3 .thumb {
  position: relative;
  overflow: hidden;
}

.project-box-items-3 .thumb img {
  width: 100%;
  height: 100%;
}

.project-box-items-3 .thumb .content {
  position: absolute;
  bottom: -100px;
  left: 40px;
  right: 40px;
  background-color: var(--white);
  padding: 18px 30px;
  transition: all 0.4s ease-in-out;
}

.project-box-items-3 .thumb .content .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.project-box-items-3 .thumb .content .icon:hover {
  background-color: var(--header);
}

.project-box-items-3 .thumb .content p {
  margin-bottom: 5px;
}

.project-box-items-3 .thumb .content h3 a:hover {
  color: var(--theme);
}

.project-box-items-3:hover .thumb .content {
  visibility: visible;
  opacity: 1;
  bottom: 40px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

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

.video-pulse::after,
.video-pulse::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  border: 1px solid var(--white);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ripple {
  position: relative;
}

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

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

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

.swiper-dot {
  text-align: center;
}

.swiper-dot .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  transition: 0.6s;
  background-color: var(--header);
  opacity: 1;
  border-radius: 60px;
  position: relative;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-gradient-1);
  transition: 0.6s;
  position: relative;
  width: 51px;
}

.swiper-dot-2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  transition: 0.6s;
  background-color: var(--white);
  opacity: 1;
  border-radius: 50px;
  position: relative;
  border: 2px solid var(--white);
  display: inline-block;
  margin: 3px 0px !important;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  transition: 0.6s;
  position: relative;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.array-button .array-prev,
.array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.array-button .array-prev {
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

.array-button .array-prev:hover {
  background-color: var(--header);
}

.array-button .array-next {
  background-color: var(--header);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

.array-button .array-next:hover {
  background-color: var(--theme);
}

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

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

@media (max-width: 991px) {
  br {
    /* display: none; */
  }
}

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