/*
Theme Name: Eonfik
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Construction HTML Template
Version: 2.0.0
*/
/*CSS Table Of Content Ends Here*/
:root {
  --body: #fff;
  --black: rgba(0,0,0,1);
  --white: #fff;
  --theme: rgba(176, 52, 7, 1);
  --theme2: rgba(105, 125, 137, 1);
  --theme3: #ffbc13;
  --header: rgba(0,0,0,1);
  --header-2: rgba(105, 125, 137, 1);
  --base: #001659;
  --text: #666;
  --text2: #CFCFCF;
  --border: #C5C5C5;
  --border2: #E8E8E9;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #FF9F0D;
  --bg: #F2F3F5;
  --bg2: #DF0A0A0D;
}

:root {
  --bs-border-radius: 0;
}

.theme-btn {
  padding: 14px 17px 17px 17px;
  display: inline-block;
  background-color: var(--theme);
  position: relative;
  font-family: "Zurich Bold Condensed BT";
  text-transform: uppercase;
}
.theme-btn .theme-effect {
  font-size: 1.063rem;
  position: relative;
  transition: all 0.4s ease-in-out;
  color: white;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: block;
  height: 17px;
  line-height: normal;
}
@media (max-width: 575px) {
  .theme-btn .theme-effect {
    font-size: 14px;
    height: 16px;
  }
}
.theme-btn .theme-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.theme-btn .theme-effect i {
  position: relative;
  color: white;
  transition: all 0.4s ease-in-out;
  margin-right: 5px;
}
.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme2);
  transition: all 0.4s ease-in-out;
}
.theme-btn:hover span, .theme-btn:hover i {
  color: var(--white);
}
.theme-btn:hover::before {
  width: 100%;
  left: 0px;
}
.theme-btn.bg-color-2 {
  background-color: var(--theme2);
}
.theme-btn.bg-color-2 span, .theme-btn.bg-color-2 i {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.theme-btn.bg-color-2::before {
  background-color: var(--white);
}
.theme-btn.bg-color-2:hover span, .theme-btn.bg-color-2:hover i {
  color: var(--theme2);
}
.theme-btn.bg-color-3 {
  background-color: var(--theme);
}
.theme-btn.bg-color-3 span, .theme-btn.bg-color-3 i {
  color: var(--white);
}
.theme-btn.bg-color-3::before {
  background-color: var(--theme2);
}
.theme-btn.bg-color-4 {
  background-color: var(--white);
  border: 2px solid var(--theme);
  padding: 20px 45px;
}
.theme-btn.bg-color-4 span, .theme-btn.bg-color-4 i {
  color: var(--theme);
}
.theme-btn.bg-color-4::before {
  background-color: var(--theme);
}
.theme-btn.bg-color-4:hover span, .theme-btn.bg-color-4:hover i {
  color: var(--white);
}
@media (max-width: 991px) {
  .theme-btn.bg-color-4 {
    padding: 18px 35px;
  }
}
@media (max-width: 575px) {
  .theme-btn.bg-color-4 {
    padding: 16px 32px;
  }
}
.theme-btn.bg-color-5 {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
}
.theme-btn.bg-color-5 span, .theme-btn.bg-color-5 i {
  color: var(--white);
}
.theme-btn.bg-color-5::before {
  background-color: var(--theme2);
}
.theme-btn.bg-color-5:hover span, .theme-btn.bg-color-5:hover i {
  color: var(--white);
}
.theme-btn.bg-color-6 {
  background: #0D2468;
}
.theme-btn.bg-color-6 span, .theme-btn.bg-color-6 i {
  color: var(--white);
}
.theme-btn.bg-color-6::before {
  background-color: var(--theme2);
}
.theme-btn.bg-color-6:hover span, .theme-btn.bg-color-6:hover i {
  color: var(--white);
}
.theme-btn.bg-color-6-active {
  background-color: var(--theme2);
}
.theme-btn.bg-color-6-active span, .theme-btn.bg-color-6-active i {
  color: var(--white);
}
.theme-btn.bg-color-6-active::before {
  background: #0D2468;
}
.theme-btn.bg-color-6-active:hover span, .theme-btn.bg-color-6-active:hover i {
  color: var(--white);
}
.theme-btn.hover-color {
  background-color: var(--theme2);
}
.theme-btn.hover-color span, .theme-btn.hover-color i {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.theme-btn.hover-color::before {
  background-color: var(--theme);
}
.theme-btn.hover-color:hover span, .theme-btn.hover-color:hover i {
  color: var(--white);
}
.theme-btn.white-border {
  border: 2px solid var(--white);
  background-color: transparent;
}
.theme-btn.white-border span, .theme-btn.white-border i {
  color: var(--white);
}
.theme-btn.white-border::before {
  background-color: var(--theme2);
}
.theme-btn.white-border:hover {
  border: 2px solid var(--theme2);
}
.theme-btn.padding-style {
  padding: 22px 35px;
}
@media (max-width: 991px) {
  .theme-btn {
    font-size: 15px;
    padding: 20px 35px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 18px 32px;
  }
}
.theme-btn:hover .theme-effect .effect-1 {
  top: -100%;
}
.theme-btn.theme-bg-2 {
  background-color: var(--theme3);
}
.theme-btn.theme-bg-2 span, .theme-btn.theme-bg-2 i {
  color: var(--white);
}
.theme-btn.theme-bg-2::before {
  background-color: var(--header-2);
}
.theme-btn.border-style-2 {
  background-color: transparent;
  border: 1px solid var(--border);
}
.theme-btn.border-style-2 span, .theme-btn.border-style-2 i {
  color: var(--header-2);
}
.theme-btn.border-style-2::before {
  background-color: var(--theme3);
}
.theme-btn.border-style-2:hover {
  border: 1px solid transparent;
}
.theme-btn.border-style-2:hover span, .theme-btn.border-style-2:hover i {
  color: var(--white);
}

.link-btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.link-btn i {
  margin-left: 10px;
  font-size: 18px;
}
.link-btn:hover {
  color: var(--theme2);
}
.link-btn.color-2 {
  color: var(--header-2);
}
.link-btn.color-2:hover {
  color: var(--theme3);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Zurich Condensed BT";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 33px;
  color: var(--black);
  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,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Zurich Bold Condensed BT";
  padding: 0;
  color: var(--header);
  text-transform: uppercase;
}

h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
  margin: 30px 0 55px 0;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

h2, .h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600;
  margin: 70px 0 50px 0;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 33px;
  }
}

h3, .h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  margin: 50px 0 30px 0;
}
@media (max-width: 1399px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 137%;
  margin: 35px 0 25px 0px;
}
@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 29px 0 20px 0;
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
}

p {
  font-size: 90%;
  line-height: 1.35;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 25px;
  margin-top: -10px;
  letter-spacing: 0.03rem;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title span {
  color: var(--theme);
  margin-bottom: 8px;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.section-title span img {
  margin-right: 5px;
}
.section-title span .title-img-2 {
  margin-left: 5px;
}
.section-title span.white-text {
  color: var(--white) !important;
}
.section-title.white-color span {
  color: white;
}
.section-title.white-color h2 {
  color: var(--white);
  margin-bottom: 30px;
}
.section-title.color-white-2 span {
  color: var(--white);
}
.section-title.color-white-2 h2 {
  color: var(--white);
}
.section-title .text-color {
  color: var(--theme2);
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .section-title .text-color {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .section-title .text-color {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-title .text-color {
    font-size: 28px;
  }
}
.section-title.style-2 {
  margin-bottom: 35px;
}
.section-title.style-2 h2 .text-color {
  color: var(--theme2);
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .section-title.style-2 h2 .text-color {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .section-title.style-2 h2 .text-color {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-title.style-2 h2 .text-color {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-title.style-2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-title.style-2 {
    margin-bottom: 25px;
  }
}
.section-title.style-3 span {
  color: var(--text3);
  font-weight: 600;
}
.section-title.style-3 h2 {
  color: var(--header-2);
  font-size: 32px;
  line-height: 145%;
}
@media (max-width: 1399px) {
  .section-title.style-3 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .section-title.style-3 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-title.style-3 h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .section-title.style-3 h2 {
    font-size: 20px;
  }
}

.right-text {
  position: relative;
}
.right-text h3 {
  font-size: 120px;
  opacity: 0.2;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  line-height: 120%;
}
.right-text h6 {
  position: absolute;
  top: 45%;
  left: 35%;
  font-size: 16px;
}
@media (max-width: 991px) {
  .right-text h6 {
    left: 8%;
  }
}

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

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

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

.theme-bg-2 {
  background-color: var(--theme2);
}

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

@-webkit-keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@-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);
  }
}
@-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(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  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);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounceUp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 50px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 50px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-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);
  }
}
@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-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

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

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes right-image-bounce {
  0% {
    transform: translateX(8px);
  }
  50% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(8px);
  }
}
@keyframes top-image-bounce {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(8px);
  }
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 270px;
  border-left: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header-top-wrapper {
    display: none;
  }
}
@media (max-width: 1399px) {
  .header-top-wrapper {
    margin-left: 0;
  }
}
.header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header-top-wrapper .contact-list li {
  font-size: 14px;
  color: var(--black);
}
.header-top-wrapper .contact-list li i {
  color: var(--theme);
  margin-right: 10px;
  font-weight: 900;
}
.header-top-wrapper .contact-list li span {
  font-weight: 500;
}
.header-top-wrapper span {
  font-size: 14px;
  color: var(--theme);
}
.header-top-wrapper span a {
  font-weight: 500;
  color: var(--theme2);
  text-decoration-line: underline;
}
.header-top-wrapper .top-left {
  gap: 25px;
}
.header-top-wrapper .top-left .form-clt {
  border-left: 1px solid var(--border2);
  position: relative;
  z-index: 99999;
}
.header-top-wrapper .top-left .form-clt .nice-select {
  background-color: transparent;
  z-index: 999;
}
.header-top-wrapper .top-left .form-clt .nice-select span {
  font-size: 14px;
  color: var(--theme);
  font-weight: 400;
  text-transform: uppercase;
}
.header-top-wrapper.top-2 {
  margin-left: 0;
  border-right: 1px solid var(--border2);
}

.header-top-4 {
  position: relative;
  background-color: var(--black);
  padding: 15px 0;
  z-index: 9;
}
@media (max-width: 991px) {
  .header-top-4 {
    display: none;
  }
}
.header-top-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme2);
  width: 40%;
  z-index: -1;
  clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
}
.header-top-4 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .header-top-4 .container-fluid {
    padding: 0 20px;
  }
}

.header-top-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper-4 .header-top-left p {
  color: var(--white);
}
.header-top-wrapper-4 .header-top-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-top-wrapper-4 .header-top-right .contact-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-top-wrapper-4 .header-top-right .contact-list li a {
  color: var(--white);
}
.header-top-wrapper-4 .header-top-right .contact-list li i {
  margin-right: 5px;
  color: var(--white);
}
.header-top-wrapper-4 .header-top-right .social-icon {
  gap: 15px;
}
.header-top-wrapper-4 .header-top-right .social-icon i {
  color: var(--white);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  padding: 30px 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme2) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 270px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--theme);
  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;
  color: var(--theme);
  font-weight: 500;
  font-size: 14px;
  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: #ECECEC;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}
.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-homemenu {
  width: 1200px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -50px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  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-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 15px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn span {
  font-size: 14px;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 12px;
}
.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);
}

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

.header-1 {
  position: relative;
  z-index: 500;
  overflow-x: clip;
}
.header-1 .header-logo {
  position: absolute;
  max-width: 220px;
  left: 30px;
}
.header-1 .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 270px;
  border-left: 1px solid var(--border2);
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .header-1 .header-main {
    border: none;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .main-menu ul li .has-homemenu {
    left: -250px;
  }
}
.header-1 .bar-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  font-size: 22px;
  transform: scaleX(-1);
}
.header-1 .header-right {
  gap: 20px;
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}
.header-1 .header-right .header__hamburger .sidebar__toggle .bar-icon {
  background-color: var(--theme);
  padding: 25px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

@media (max-width: 991px) {
  .header-2 {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .header-2 .header-main .header-button {
    display: none;
  }
}
.header-2 .header-main .main-menu ul li .has-homemenu {
  left: -300px;
}

.header-3 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header-3 .header-top-text {
  padding: 10px 0;
}
.header-3 .header-top-text span {
  font-size: 14px;
  color: var(--white);
  text-transform: uppercase;
}
.header-3 .header-top-text span a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  padding: 0 30px;
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper .header-main {
    padding: 0 20px;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-left {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .header-3 .mega-menu-wrapper .header-main .header-left {
    padding: 20px 0;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle {
  border-right: 1px solid var(--theme2);
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-2 {
  display: none;
}
.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-2 {
  display: none;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-left .header-logo {
    margin-right: 40px;
  }
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li {
    margin-inline-end: 20px;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li a {
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li a:hover {
  color: var(--theme2);
}
.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li .submenu li a {
  color: var(--theme);
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
  display: none;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content {
  text-align: right;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .header-content {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content span {
  font-size: 14px;
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content h5 a {
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content h5 a:hover {
  color: var(--theme2);
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .sidebar__toggle .bar-2 {
    display: none;
  }
}
.header-3 .main-menu ul li .has-homemenu {
  left: -330px;
}

.header-4 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .header-4 .container-fluid {
    padding: 20px 20px;
  }
}
@media (max-width: 1899px) {
  .header-4 .header-main .main-menu ul li .has-homemenu {
    left: -250px;
  }
}
.header-4 .header-main .header-right {
  gap: 40px;
}
@media (max-width: 1199px) {
  .header-4 .header-main .header-right .header-button {
    display: none;
  }
}

.header-5 {
  position: absolute;
  z-index: 99;
  overflow-x: clip;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #36343c;
}
.header-5 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .header-5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header-5 .container-fluid {
    padding: 15px 20px;
  }
}
@media (max-width: 1199px) {
  .header-5 .mega-menu-wrapper .header-main {
    gap: 20px;
  }
}
.header-5 .mega-menu-wrapper .header-main .header-logo-2 {
  display: none;
}
@media (max-width: 1199px) {
  .header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li {
    margin-inline-end: 20px;
  }
}
.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
  color: var(--white);
}
.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
  color: var(--header);
}
.header-5 .mega-menu-wrapper .header-main .header-right {
  gap: 30px;
}
.header-5 .mega-menu-wrapper .header-main .header-right .search-icon {
  color: var(--white);
}
.header-5 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color: var(--white);
}
.header-5 .header-main .main-menu ul li .has-homemenu {
  left: -400px;
}
@media (max-width: 1399px) {
  .header-5 .header-main .main-menu ul li .has-homemenu {
    left: -400px;
  }
}
.header-5 .header-main .header-right {
  gap: 40px;
}
@media (max-width: 1199px) {
  .header-5 .header-main .header-right .header-button {
    display: none;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: var(--white);
  box-shadow: 0px 0px 62px 0px rgba(0, 22, 89, 0.17);
  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-logo {
  top: 28px;
}
@media (max-width: 1399px) {
  .sticky .header-logo {
    margin-top: 0;
  }
}
.sticky.header-5 {
  border-bottom: none;
}
.sticky.header-5 .mega-menu-wrapper .header-main {
  padding: 0px 0px;
}
@media (max-width: 991px) {
  .sticky.header-5 .mega-menu-wrapper .header-main {
    padding: 12px 0px !important;
  }
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-logo-2 {
  display: block;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-logo {
  display: none;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right {
  gap: 30px;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right .search-icon {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right .cart-icon {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color: var(--header);
}
.sticky.header-3 .header-top-text {
  display: none;
}
.sticky.header-3 .mega-menu-wrapper .header-main {
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-1 {
  display: none;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-2 {
  display: block;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-1 {
  display: none;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-2 {
  display: block;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu ul li a {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .sticky.header-3 .mega-menu-wrapper .header-main .header-right .bar-2 {
    display: block;
  }
  .sticky.header-3 .mega-menu-wrapper .header-main .header-right .bar-1 {
    display: none;
  }
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
  display: block;
}
@media (max-width: 1199px) {
  .sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none;
  }
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-content {
  display: none;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme2);
  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: 999990;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  cursor: pointer;
}
.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__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--black);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 30px;
}
.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(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 40px;
  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(--theme);
  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(--border2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 99999;
  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;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(155, 155, 155, 0.1) 100%);
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding-top: 300px;
  padding-bottom: 215px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 220px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 150px;
    padding-bottom: 30px;
  }
}
.breadcrumb-wrapper .page-heading .icon-shape {
  position: absolute;
  bottom: 18%;
  left: 30%;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading .icon-shape {
    display: none;
  }
}
.breadcrumb-wrapper .page-heading span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--white);
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper .page-heading span img {
  margin-right: 5px;
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 80px;
  position: relative;
  z-index: 9;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 52px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 32px;
  }
}
.breadcrumb-wrapper .page-heading h1 span {
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 32px;
  }
}
.breadcrumb-wrapper .breadcrumb-items {
  padding: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .breadcrumb-items {
    flex-wrap: wrap;
  }
}
.breadcrumb-wrapper .breadcrumb-items li {
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
}
.breadcrumb-wrapper .breadcrumb-items li a {
  color: rgba(255, 255, 255, 0.7019607843);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .breadcrumb-items li a:hover {
  color: var(--theme2);
}
.breadcrumb-wrapper .breadcrumb-items li i {
  font-weight: 400;
  font-size: 16px;
}
.breadcrumb-wrapper .breadcrumb-items .text {
  text-decoration: underline;
}
.breadcrumb-wrapper.error-page {
  height: 100vh;
}
.breadcrumb-wrapper.error-page .page-heading {
  padding: 250px 0;
}
.breadcrumb-wrapper.error-page .page-heading h1 {
  font-size: 200px;
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper.error-page .page-heading h1 {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper.error-page .page-heading h1 {
    font-size: 80px;
  }
}
.breadcrumb-wrapper.error-page .page-heading h3 {
  color: var(--white);
}
.breadcrumb-wrapper.coming-page {
  height: 100vh;
}
.breadcrumb-wrapper.coming-page .page-heading ul {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 650px;
  justify-content: center;
  margin: 30px auto;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper.coming-page .page-heading ul {
    flex-wrap: wrap;
  }
}
.breadcrumb-wrapper.coming-page .page-heading ul li span {
  font-size: 42px;
  color: var(--white);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: 3px solid var(--border2);
  display: inline-block;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper.coming-page .page-heading ul li span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
  }
}
.breadcrumb-wrapper.coming-page .page-heading ul li p {
  color: var(--white);
  margin-top: 10px;
  text-transform: uppercase;
}
.breadcrumb-wrapper.coming-page .page-heading .form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}
.breadcrumb-wrapper.coming-page .page-heading .form input {
  color: var(--black);
  width: 100%;
  padding: 19px 35% 19px 30px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
}
.breadcrumb-wrapper.coming-page .page-heading .form .button-area {
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb-wrapper.coming-page .page-heading .form .button-area .theme-btn {
  padding: 25px 45px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper.coming-page .page-heading h1 {
    font-size: 36px;
  }
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb {
  position: relative;
  width: 280px;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 10px 30px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#292930));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 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;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu .homemenu-content .homemenu-title {
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--theme);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  border-top: 1px solid var(--border2);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.hero-1 {
  position: relative;
}
.hero-1 .pattern-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-1 .pattern-shape {
    display: none;
  }
}
.hero-1::before {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--theme);
}
@media (max-width: 1199px) {
  .hero-1::before {
    display: none;
  }
}
.hero-1 .hero-content {
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .hero-1 .hero-content br {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}
.hero-1 .hero-content .title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme);
}
.hero-1 .hero-content .title img {
  margin-right: 10px;
}
.hero-1 .hero-content h1 {
  margin: 10px 0 0 0;
  font-size: 86px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 76px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 36px;
  }
}
.hero-1 .hero-content h1 .text {
  color: var(--theme2);
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 .text {
    color: var(--theme);
  }
}
.hero-1 .hero-content h1 .text-2 {
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 .text-2 {
    color: var(--theme);
  }
}
.hero-1 .service-btn {
  font-family: "Zurich Bold Condensed BT";
  letter-spacing: 0.03rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: var(--theme2);
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  padding: 8px;
  position: absolute;
  left: 44%;
  bottom: 5%;
  z-index: 99;
  transform: translate(-50%, -50%);
  animation: moverightbounce 3.5s linear infinite;
  transition: all 0.3s ease-in-out;
}
.hero-1 .service-btn:hover {
  background: var(--white);
  color: var(--theme2);
}
@media (max-width: 575px) {
  .hero-1 .service-btn {
    left: 50%;
    bottom: 4%;
    width: 100px;
    height: 100px;
    padding: 20px;
  }
}
.hero-1 .service-btn span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
}

.hero-2 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .hero-2 {
    padding: 110px 0 0;
  }
}
@media (max-width: 767px) {
  .hero-2 {
    padding: 80px 0 0;
  }
}
@media (max-width: 575px) {
  .hero-2 {
    padding: 60px 0 0;
  }
}
.hero-2 .swiper-dot {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  padding: 18px 20px;
}
@media (max-width: 1199px) {
  .hero-2 .swiper-dot {
    display: none;
  }
}
.hero-2 .hero-image-slider {
  width: 44%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.hero-2 .hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .hero-2 .hero-image {
    display: none;
  }
}
.hero-2 .hero-image img {
  max-width: 100%;
}
.hero-2 .text-circle {
  position: absolute;
  right: 38%;
  bottom: -5%;
  animation: cir36 10s linear infinite;
}
@media (max-width: 1199px) {
  .hero-2 .text-circle {
    display: none;
  }
}
.hero-2 .hero-content {
  position: relative;
}
@media (max-width: 767px) {
  .hero-2 .hero-content br {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content {
    text-align: center;
  }
}
.hero-2 .hero-content .hero-button {
  position: absolute;
  top: 30%;
  left: 0;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content .hero-button {
    top: 27%;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-button {
    top: 25%;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content .hero-button {
    top: 23%;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    top: 40%;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content .hero-button {
    left: 23%;
    top: 45%;
  }
}
.hero-2 .hero-content h1 {
  font-size: 120px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 92px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 82px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 58px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
    margin-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 32px;
    margin-bottom: 110px;
  }
}
.hero-2 .hero-content h1 span {
  margin-left: 250px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 span {
    margin-left: 0;
  }
}
.hero-2 .hero-content p {
  max-width: 560px;
  font-size: 24px;
  border-left: 2px solid var(--theme);
  padding-left: 40px;
}
@media (max-width: 575px) {
  .hero-2 .hero-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content p {
    padding-left: 0;
    border: none;
  }
}

.hero-3 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-3 .array-btn {
  position: absolute;
  right: 16.4%;
  top: 32%;
  z-index: 99;
  display: grid;
  gap: 20px;
}
.hero-3 .array-btn .array-prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: var(--white);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.hero-3 .array-btn .array-next {
  width: 50px;
  height: 50px;
  background-color: var(--theme2);
  color: var(--white);
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .hero-3 .array-btn {
    right: 10%;
  }
}
@media (max-width: 1199px) {
  .hero-3 .array-btn {
    display: none;
  }
}
.hero-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0) 100%);
}
.hero-3 .hero-text-slider-2 {
  height: 613px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-text-slider-2 {
    height: 564px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-text-slider-2 {
    height: 502px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-text-slider-2 {
    height: 482px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-text-slider-2 {
    height: 400px;
  }
}
.hero-3 .hero-content {
  padding-top: 300px;
  padding-bottom: 170px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content {
    padding-top: 270px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content {
    padding-top: 250px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.hero-3 .hero-content span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--white);
}
.hero-3 .hero-content h1 {
  font-size: 80px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 36px;
  }
}
.hero-3 .hero-content .hero-button {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.hero-4 {
  position: relative;
}
.hero-4 .array-button {
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-4 .array-button .array-prev {
  color: var(--theme);
}
.hero-4 .array-button .array-next {
  color: var(--theme2);
}
.hero-4 .swiper-dot-2 {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  transform: rotate(-90deg);
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.6s;
  background-color: var(--black);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--black);
  content: "";
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme2);
  transition: 0.6s;
  position: relative;
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--theme2);
}
@media (max-width: 1399px) {
  .hero-4 .swiper-dot-2 {
    display: none;
  }
}
.hero-4 .swiper-slide-active .hero-image {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}
.hero-4 .hero-image {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  transform: scale(1);
  transition: all 8s ease-out 0s;
}
.hero-4 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgb(10, 12, 0);
  opacity: 0.749;
}
.hero-4 .hero-content {
  position: relative;
  padding: 180px 0;
}
@media (max-width: 1199px) {
  .hero-4 .hero-content {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-content {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content {
    text-align: center;
  }
}
.hero-4 .hero-content h1 {
  margin-top: -23px;
}
.hero-4 .hero-content h1 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.15) 50%, white 50%, rgba(255, 255, 255, 0.15) 70%);
  -webkit-mask-size: 200%;
}
.hero-4 .hero-content h1 {
  line-height: 140%;
}
@media (max-width: 1399px) {
  .hero-4 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.hero-4 .hero-content p {
  color: var(--white);
  margin-top: 10px;
}
.hero-4 .hero-content .hero-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero-4.style-2 .array-button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: initial;
  transform: translateY(-50%);
  bottom: initial;
  right: 5%;
  z-index: 9;
  padding: initial;
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .hero-4.style-2 .array-button {
    display: none;
  }
}
.hero-4.style-2 .array-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.hero-4.style-2 .array-button .array-prev:hover {
  background-color: var(--theme3);
  color: var(--white);
  border: 1px solid transparent;
}
.hero-4.style-2 .array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--theme3);
  color: var(--white);
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.hero-4.style-2 .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--header-2);
  border: 1px solid transparent;
}
.hero-4.style-2 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--black);
  opacity: 0.749;
}
.hero-4.style-2 .hero-content {
  position: relative;
  padding-top: 300px;
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .hero-4.style-2 .hero-content {
    padding-top: 250px;
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .hero-4.style-2 .hero-content {
    padding-top: 200px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content {
    text-align: center;
    padding-top: 176px;
    padding-bottom: 100px;
  }
}
.hero-4.style-2 .hero-content h1 {
  font-size: 60px;
}
@media (max-width: 1399px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.hero-4.style-2 .hero-content p {
  color: var(--white);
  margin-top: 10px;
}
.hero-4.style-2 .hero-content .hero-button {
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content .hero-button {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-4.style-2 .hero-content .hero-button .theme-btn {
  background: var(--theme3);
  border-color: var(--theme3);
}
.hero-4.style-2 .hero-content .hero-button .theme-btn span, .hero-4.style-2 .hero-content .hero-button .theme-btn i {
  color: var(--white);
}
.hero-4.style-2 .hero-content .hero-button .video-box {
  position: relative;
  z-index: 2;
}
.hero-4.style-2 .hero-content .hero-button .video-box .video-btn {
  background-color: var(--theme3);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 70px;
  width: 70px;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content .hero-button .video-box .video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.hero-4.style-3 {
  position: relative;
  z-index: 9;
}
.hero-4.style-3 .array-button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: initial;
  transform: translateY(-50%);
  bottom: initial;
  right: 5%;
  z-index: 9;
  padding: initial;
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .hero-4.style-3 .array-button {
    display: none;
  }
}
.hero-4.style-3 .array-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.hero-4.style-3 .array-button .array-prev:hover {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
}
.hero-4.style-3 .array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.hero-4.style-3 .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--header-2);
  border: 1px solid transparent;
}
.hero-4.style-3 .shape-1 {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-4.style-3 .shape-1 {
    display: none;
  }
}
.hero-4.style-3 .shape-2 {
  position: absolute;
  bottom: -4px;
  right: -20%;
  z-index: 2;
  top: -20px;
}
.hero-4.style-3 .shape-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .hero-4.style-3 .shape-2 {
    display: none;
  }
}
.hero-4.style-3 .hero-content {
  position: relative;
  z-index: 99;
}
.hero-4.style-3 .hero-content h6 {
  color: var(--white);
  font-size: 14px;
  margin-bottom: 40px;
}
.hero-4.style-3 .hero-content .hero-button {
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 575px) {
  .hero-4.style-3 .hero-content .hero-button {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-4.style-3 .hero-content .hero-button .theme-btn span, .hero-4.style-3 .hero-content .hero-button .theme-btn i {
  color: var(--white);
}
.hero-4.style-3 .hero-content .hero-button .video-box {
  position: relative;
  z-index: 2;
}
.hero-4.style-3 .hero-content .hero-button .video-box .video-btn {
  background-color: var(--theme2);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 70px;
  width: 70px;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .hero-4.style-3 .hero-content .hero-button .video-box .video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.about-wrapper {
  position: relative;
}
.about-wrapper .section-header {
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .about-wrapper .section-header {
    padding-bottom: 50px;
  }
}
.about-wrapper .section-header .circle-box {
  position: absolute;
  top: 0;
}
.about-wrapper .section-header .circle-box .text-circle {
  animation: cir36 10s linear infinite;
}
@media (max-width: 575px) {
  .about-wrapper .section-header .circle-box {
    display: none;
  }
}
.about-wrapper .section-header .circle-box .icon-img {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper .section-header h2 {
  margin-left: 250px;
}
@media (max-width: 991px) {
  .about-wrapper .section-header h2 {
    margin-left: 185px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .section-header h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-wrapper .section-header h2 {
    margin-left: 0;
  }
}
.about-wrapper .section-header h2 span {
  color: var(--theme2);
}
@media (max-width: 767px) {
  .about-wrapper .section-header h2 span {
    position: initial;
  }
}
@media (max-width: 575px) {
  .about-wrapper .section-header h2 span {
    position: initial;
  }
}
.about-wrapper .about-image {
  position: relative;
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .counter-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--white);
  width: 200px;
  height: 200px;
  text-align: center;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .counter-content {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-image .counter-content {
    width: 170px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-image .counter-content {
    width: 170px;
    height: 130px;
  }
}
.about-wrapper .about-image .counter-content h6 {
  font-size: 14px;
  margin-top: 30px;
  font-weight: 400;
  color: var(--theme2);
}
.about-wrapper .about-image .counter-content h2 {
  font-size: 60px;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  margin-top: 10px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .counter-content h2 {
    font-size: 42px;
  }
}
.about-wrapper .about-image .dot {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-wrapper .about-content {
  margin-left: 70px;
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content {
    margin-left: 40px;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content {
    margin-left: 0;
    margin-top: 50px;
  }
}
.about-wrapper .about-content .about-image-2 {
  margin-top: 110px;
}
.about-wrapper .about-content .about-image-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .about-image-2 {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content .about-image-2 {
    margin-top: 50px;
  }
}

.about-wrapper-2 .about-image {
  position: relative;
}
.about-wrapper-2 .about-image img {
  width: 100%;
}
.about-wrapper-2 .about-image .circle-box {
  position: absolute;
  right: -13%;
  top: 35%;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image .circle-box {
    display: none;
  }
}
.about-wrapper-2 .about-image .circle-box .text-circle {
  animation: cir36 10s linear infinite;
}
.about-wrapper-2 .about-image .circle-box .box-img {
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-2 .about-image .circle-box .box-img img {
  width: initial !important;
}
.about-wrapper-2 .about-content {
  max-width: 600px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-content {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-content .nav {
  border: unset;
  display: flex;
  align-items: center;
  gap: 50px;
}
.about-wrapper-2 .about-content .nav .nav-link {
  padding: 0;
  border: unset;
  background: none;
}
.about-wrapper-2 .about-content .nav .nav-link .title {
  font-weight: 600;
  color: var(--theme);
  font-size: 18px;
  text-transform: uppercase;
}
.about-wrapper-2 .about-content .nav .nav-link.active .title {
  color: var(--theme2);
  text-decoration: underline;
  position: relative;
}
.about-wrapper-2 .about-content .tab-content {
  margin-top: 20px;
}
.about-wrapper-2 .about-content.about-inner {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content.about-inner {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content.about-inner {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-growth-items .growth-box-number {
  border: 2px solid var(--border2);
  padding: 70px 20px;
}
.about-wrapper-2 .about-growth-items .growth-box-number h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme2);
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-size: 50px;
}
.about-wrapper-2 .about-growth-items .growth-box-number h6 {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-growth-items .growth-box-number {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-growth-items .growth-box-number {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-growth-items .growth-box-image {
    margin-bottom: 30px;
  }
}
.about-wrapper-2 .about-growth-items .growth-box-image .text-circle {
  animation: cir36 10s linear infinite;
  margin-bottom: 30px;
}
.about-wrapper-2 .about-growth-items .growth-box-image-2 {
  width: 190px;
  margin-left: 15px;
  margin-top: 0px;
}
.about-wrapper-2 .about-growth-items .growth-box-image-2 img {
  width: 100%;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-growth-items .growth-box-image-2 {
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }
}
.about-wrapper-2 .about-image-items {
  max-width: 620px;
  position: relative;
}
.about-wrapper-2 .about-image-items .about-image-1 {
  max-width: 300px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-1 {
    text-align: center;
    margin: 0 auto;
  }
}
.about-wrapper-2 .about-image-items .about-image-1 img {
  width: 100%;
  height: 100%;
}
.about-wrapper-2 .about-image-items .about-image-2 {
  max-width: 300px;
  margin-top: 120px;
}
.about-wrapper-2 .about-image-items .about-image-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-2 {
    text-align: center;
    margin: 0 auto;
    margin-top: 0;
  }
}
.about-wrapper-2 .about-image-items .circle-box {
  width: 280px;
  position: absolute;
  bottom: -60px;
  left: 10px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .circle-box {
    display: none;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-2.wrapper-2 .about-content {
    margin-left: 0;
  }
}

.about-company-wrapper .about-company-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-company-wrapper .about-company-items {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items {
    gap: 30px;
    justify-content: center;
  }
}
.about-company-wrapper .about-company-items:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items:not(:last-child) {
    margin-bottom: 35px;
  }
}
.about-company-wrapper .about-company-items .company-title {
  position: relative;
}
.about-company-wrapper .about-company-items .company-title h2 {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items .company-title h2 {
    margin-bottom: 35px;
  }
}
.about-company-wrapper .about-company-items .company-title h3 {
  font-size: 8.125rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  line-height: 115%;
}
.about-company-wrapper .about-company-items .company-items .company-image {
  max-width: 550px;
}
.about-company-wrapper .about-company-items .company-items .company-image img {
  width: 100%;
  height: 100%;
}
.about-company-wrapper .about-company-items .company-items .company-content {
  max-width: 550px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items .company-items .company-content {
    text-align: center;
    margin: 30px auto;
  }
  .about-company-wrapper .about-company-items .company-items .company-content h3 {
    margin-bottom: 10px;
  }
}
.about-company-wrapper .about-company-items.border-line {
  position: relative;
}
.about-company-wrapper .about-company-items.border-line::before {
  position: absolute;
  top: -50%;
  left: 10%;
  content: "";
  background-color: var(--border);
  width: 1px;
  height: 406px;
}
@media (max-width: 1399px) {
  .about-company-wrapper .about-company-items.border-line::before {
    display: none;
  }
}
.about-company-wrapper .about-company-items.border-line-2 {
  position: relative;
}
.about-company-wrapper .about-company-items.border-line-2::before {
  position: absolute;
  bottom: -50%;
  left: 10%;
  content: "";
  background-color: var(--border2);
  width: 1px;
  height: 330px;
}
@media (max-width: 1399px) {
  .about-company-wrapper .about-company-items.border-line-2::before {
    display: none;
  }
}

.about-wrapper-3 .about-image-items {
  position: relative;
}
.about-wrapper-3 .about-image-items .exp-box {
  position: absolute;
  left: -80px;
  top: 90px;
  z-index: 9;
  padding: 40px 40px 60px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: -40px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: 0;
    padding: 30px 30px 50px;
    top: 0;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box {
    padding: 20px 20px 40px;
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box .icon-item {
    gap: 15px;
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .icon {
  font-size: 62px;
  color: var(--white);
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box .icon-item .icon {
    font-size: 32px;
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .content h2 {
  color: var(--white);
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .content p {
  color: var(--white);
}
.about-wrapper-3 .about-image-items .about-image-1 {
  max-width: 490px;
  height: 585px;
  position: relative;
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .about-image-1 {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .about-image-1 {
    height: 450px;
  }
}
.about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
  position: absolute;
  right: -28%;
  bottom: -12%;
  max-width: 330px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: -4%;
    bottom: -5%;
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: -10%;
    bottom: -5%;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: 0;
    bottom: 0;
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    max-width: 200px;
  }
}
.about-wrapper-3 .about-image-items .about-image-1 .about-image-2 img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-content {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-3 .about-content .about-list-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-list-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .about-list-items {
    margin-top: 20px;
  }
}
.about-wrapper-3 .about-content .about-list-items .list-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-content .about-list-items .list-area li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-3 .about-content .about-list-items .list-area li i {
  color: var(--theme2);
  margin-right: 5px;
}
.about-wrapper-3 .about-content .pro-items {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .pro-items {
    margin-top: 20px;
  }
}
.about-wrapper-3 .about-content .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.about-wrapper-3 .about-content .pro-items .pro-head .title {
  font-size: 16px;
  text-transform: capitalize;
}
.about-wrapper-3 .about-content .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  color: var(--header);
}
.about-wrapper-3 .about-content .pro-items .progress {
  background: var(--bg2);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}
.about-wrapper-3 .about-content .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 10px;
  background: var(--theme2);
  height: 10px;
  width: 0;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
.about-wrapper-3 .about-author {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-author {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.about-wrapper-3 .about-author .author-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrapper-3 .about-author .author-contact .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  background-color: var(--theme2);
  color: var(--white);
}
.about-wrapper-3 .about-author .author-contact .content h6 {
  font-size: 15px;
  margin-top: 5px;
}
.about-wrapper-3.style-2 {
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 {
    margin-bottom: 0;
  }
}
.about-wrapper-3.style-2 .about-image-items {
  position: relative;
  height: 500px;
}
.about-wrapper-3.style-2 .about-image-items::before {
  content: "";
  background-image: url(../../assets/img/about/new/about-bg.png);
  background-repeat: repeat;
  position: absolute;
  top: 48px;
  right: 23px;
  height: 240px;
  width: 108px;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation: bounce-y 10s infinite linear;
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 .about-image-items::before {
    right: 20%;
  }
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 {
  height: 500px;
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
  right: -15%;
  bottom: -12%;
  max-width: 250px;
}
@media (max-width: 1399px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: -60px;
    right: -5%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: 0;
    right: 10%;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    right: -15%;
    bottom: -12%;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: 0;
    right: 10%;
  }
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box .video-btn {
  background-color: var(--theme3);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
.about-wrapper-3.style-2 .about-content .list-area-2 {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    flex-wrap: initial;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    margin-top: 30px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    margin-top: 20px;
    gap: 20px;
  }
}
.about-wrapper-3.style-2 .about-content .list-area-2 .list-item li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-3.style-2 .about-content .list-area-2 .list-item li i {
  color: var(--theme3);
  margin-right: 10px;
}
.about-wrapper-3.style-2 .about-content .about-author .author-contact .icon {
  background-color: var(--theme3);
  color: var(--white);
}
.about-wrapper-3.style-2 .about-content .about-author .author-contact .content h6 a {
  color: var(--header-2);
}

.faq-section {
  position: relative;
}
.faq-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  z-index: -1;
}
@media (min-width: 1220px) {
  .faq-wrapper {
    margin-left: calc(-50vw + 635px);
  }
}
@media (max-width: 575px) {
  .faq-wrapper .faq-image {
    height: 400px;
  }
}
.faq-wrapper .faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-wrapper .faq-content {
  margin-left: 70px;
}
@media (max-width: 1399px) {
  .faq-wrapper .faq-content {
    margin-left: 40px;
  }
  .faq-wrapper .faq-content .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-content {
    margin-left: 0;
    margin-top: 0;
  }
}
.faq-wrapper .faq-content .faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--white);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 40px;
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  font: var(--fa-font-solid);
  background: transparent;
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  top: 34px;
  left: 0;
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font: var(--fa-font-solid);
  background: transparent;
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-top: 5px;
  color: var(--white);
  padding-bottom: 25px;
  opacity: 0.7;
}
@media (max-width: 575px) {
  .faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1220px) {
  .faq-wrapper.style-2 {
    margin-right: calc(-50vw + 635px);
    margin-left: initial;
  }
}
.faq-wrapper.style-2 .faq-content {
  margin-left: 0;
  margin-top: 0;
  margin-right: 70px;
}
.faq-wrapper.style-2 .faq-image {
  position: relative;
}
.faq-wrapper.style-2 .faq-image .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-wrapper.style-2 .faq-image .video-button .video-popup {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  background-color: var(--white);
  border-radius: 50%;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}

.faq-area .faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--theme);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 40px;
  border-top: 1px solid var(--border2);
  text-transform: uppercase;
}
.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f068";
  font: var(--fa-font-solid);
  background: transparent;
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  top: 25px;
  left: 0;
}
.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "+";
  background: transparent;
  font: var(--fa-font-solid);
  margin-top: 12px;
}
.faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-top: 5px;
  color: var(--black);
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body img {
  width: 100%;
  height: 100%;
}
.faq-area.faq-wrapper-2 .faq-image img {
  width: 100%;
  height: 100%;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item {
  border: none;
  background-color: var(--white);
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--header-2);
  padding: 18px 20px;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  position: initial;
  top: initial;
  left: initial;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  margin-top: 0;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 20px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
}
.faq-area.faq-wrapper-2 .faq-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .faq-area.faq-wrapper-2 .faq-content {
    margin-left: 0;
  }
}

.faq-section-2 {
  position: relative;
}
.faq-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 78.4%;
  content: "";
  background-color: var(--theme);
  z-index: -1;
}
@media (max-width: 1399px) {
  .faq-section-2::before {
    height: 100%;
  }
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -15px;
}
.marquee-wrapper.style-2 {
  text-transform: uppercase;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  opacity: 1;
  margin-top: 0;
  margin-bottom: -25px;
}
@media (max-width: 575px) {
  .marquee-wrapper.style-2 {
    margin-bottom: -7px;
  }
}

.text-slider {
  font-size: 80px;
  height: 120px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--theme);
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  padding: 5px 0;
}
@media (max-width: 575px) {
  .text-slider {
    font-size: 50px;
    height: 70px;
  }
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.news-image {
  margin-top: 35px;
  position: relative;
}
.news-image img {
  width: 100%;
  height: 100%;
}
.news-image .post-cat-item {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-image .post-cat-item .post-title {
  font-size: 14px;
  padding: 10px;
  background-color: var(--theme2);
  color: var(--white);
  cursor: pointer;
}
@media (max-width: 575px) {
  .news-image .post-cat-item .post-title {
    font-size: 11px;
  }
}
.news-image .post-cat-item .post-title a {
  color: var(--white);
}
.news-image .post-cat-item .post-title-2 {
  font-size: 14px;
  padding: 10px;
  background-color: var(--theme2);
  color: var(--white);
  cursor: pointer;
}
@media (max-width: 575px) {
  .news-image .post-cat-item .post-title-2 {
    font-size: 11px;
  }
}
.news-image .post-cat-item .post-title-2 a {
  color: var(--white);
}
.news-image .news-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: var(--theme);
  z-index: 9;
  padding: 1.2rem 2rem 2rem 2rem;
  width: 100%;
  opacity: 0.85;
}
.news-image .news-content .post-date {
  margin-bottom: 0px;
}
.news-image .news-content .post-date li {
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
}
.news-image .news-content .post-date li i {
  margin-right: 5px;
}
.news-image .news-content .post-date li span {
  color: var(--theme2);
}
.news-image .news-content h3 {
  margin: 0;
}
.news-image .news-content h3 a {
  color: var(--white);
}
.news-image.style-2 .post-cat-item .post-title {
  background-color: var(--theme3);
}
.news-image.style-2 .post-cat-item .post-title-2 {
  background-color: var(--theme3);
}
.news-image.style-2 .news-content .post-date li span {
  color: var(--theme3);
}

.news-right-content {
  margin-left: 30px;
  margin-top: 35px;
}
.news-right-content .single-news-items:not(:last-child) {
  padding-bottom: 30px;
}
.news-right-content .single-news-items .news-content {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}
.news-right-content .single-news-items .news-content .post-date {
  margin-bottom: 15px;
}
.news-right-content .single-news-items .news-content .post-date li {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--black);
}
.news-right-content .single-news-items .news-content .post-date li i {
  margin-right: 5px;
}
.news-right-content .single-news-items .news-content .post-date li span {
  color: var(--theme);
  font-weight: 500;
}
.news-right-content .single-news-items .news-content h3 {
  margin: 0;
}
.news-right-content .single-news-items .news-content h3 a {
  color: var(--black);
}
.news-right-content .single-news-items .news-content h3 a:hover {
  color: var(--theme2);
}
.news-right-content .single-news-items .news-content.border-none {
  border: none;
  padding-bottom: 0;
}
.news-right-content.style-2 .single-news-items:not(:last-child) {
  padding-bottom: 30px;
}
.news-right-content.style-2 .single-news-items .news-content .post-date li i {
  color: var(--header-2);
}
.news-right-content.style-2 .single-news-items .news-content .post-date li span {
  color: var(--theme3);
}
.news-right-content.style-2 .single-news-items .news-content h5 a {
  color: var(--header-2);
}
.news-right-content.style-2 .single-news-items .news-content h5 a:hover {
  color: var(--theme3);
}

.single-news-style-2 {
  margin-top: 35px;
  background-color: var(--white);
}
.single-news-style-2 .news-image {
  position: relative;
  height: 225px;
}
.single-news-style-2 .news-image img {
  width: 100%;
  height: 100%;
}
.single-news-style-2 .news-image .post-cat {
  font-size: 14px;
  padding: 10px;
  background-color: var(--theme2);
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.single-news-style-2 .news-image .post-cat a {
  color: var(--white);
}
.single-news-style-2 .news-content {
  padding: 40px 30px;
}
@media (max-width: 575px) {
  .single-news-style-2 .news-content {
    padding: 30px 25px;
  }
}
.single-news-style-2 .news-content .post-date {
  margin-bottom: 10px;
}
.single-news-style-2 .news-content .post-date li {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--theme);
}
.single-news-style-2 .news-content .post-date li i {
  color: var(--theme2);
  margin-right: 10px;
}
.single-news-style-2 .news-content h4 a:hover {
  color: var(--theme2);
}
.single-news-style-2 .news-content .post-item {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-news-style-2 .news-content .post-item .post-img {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-news-style-2 .news-content .post-item .post-img li {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.single-news-style-2 .news-content .post-item .post-img li span {
  font-weight: 500;
  color: var(--theme);
}
.single-news-style-2 .news-content .post-item .post-icon {
  gap: 20px;
}
.single-news-style-2 .news-content .post-item .post-icon li i {
  margin-right: 5px;
  color: var(--theme);
}

.single-news-style-3 {
  border-top: 1px solid var(--border);
  margin-top: 35px;
}
.single-news-style-3 .news-image {
  position: relative;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  margin-top: 0;
  height: 600px;
}
.single-news-style-3 .news-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--white);
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}
.single-news-style-3 .news-image::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 490px;
  background-color: var(--border);
  content: "";
}
@media (max-width: 1199px) {
  .single-news-style-3 .news-image::after {
    height: 100%;
  }
}
.single-news-style-3 .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-news-style-3 .news-image .post-cat {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme2);
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .post-cat {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .post-cat {
    left: 20px;
  }
}
.single-news-style-3 .news-image .post-cat a {
  color: var(--white);
}
.single-news-style-3 .news-image .news-content {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  padding: 0 35px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .news-content {
    padding: 0 30px;
    bottom: 140px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .news-content {
    padding: 0 20px;
    padding-bottom: 20px;
    bottom: 100px;
  }
}
.single-news-style-3 .news-image .news-content .post-date li {
  color: var(--theme);
}
.single-news-style-3 .news-image .news-content .post-date li i {
  color: var(--theme2);
}
.single-news-style-3 .news-image .news-content .post-date li span {
  color: var(--theme);
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .news-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .news-content h4 {
    font-size: 17px;
  }
}
.single-news-style-3 .news-image .news-content h4 a {
  color: var(--theme);
}
.single-news-style-3 .news-image .news-button {
  position: absolute;
  left: 35px;
  bottom: 50px;
  opacity: 0;
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .news-button {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .news-button {
    left: 20px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-news-style-3 .news-image::before {
    background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .single-news-style-3 .news-image::after {
    display: none;
  }
  .single-news-style-3 .news-image .news-content {
    border: none;
  }
  .single-news-style-3 .news-image .news-content .post-date li {
    color: var(--white);
  }
  .single-news-style-3 .news-image .news-content .post-date li i {
    color: var(--white);
  }
  .single-news-style-3 .news-image .news-content .post-date li span {
    color: var(--text2);
  }
  .single-news-style-3 .news-image .news-content h4 a {
    color: var(--white);
    transition: all 0.4s ease-in-out;
  }
  .single-news-style-3 .news-image .news-content h4 a:hover {
    color: var(--theme2);
  }
  .single-news-style-3 .news-image .news-button {
    opacity: 1;
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image {
    height: 400px;
  }
}
.single-news-style-3.active .news-image::before {
  background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.single-news-style-3.active .news-image::after {
  display: none;
}
.single-news-style-3.active .news-image .news-content {
  border: none;
}
.single-news-style-3.active .news-image .news-content .post-date li {
  color: var(--white);
}
.single-news-style-3.active .news-image .news-content .post-date li i {
  color: var(--white);
}
.single-news-style-3.active .news-image .news-content .post-date li span {
  color: var(--text2);
}
.single-news-style-3.active .news-image .news-content h4 a {
  color: var(--white);
}
.single-news-style-3.active .news-image .news-button {
  opacity: 1;
  display: inline-block;
}
.single-news-style-3:hover .news-image::before {
  background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.single-news-style-3:hover .news-image::after {
  display: none;
}
.single-news-style-3:hover .news-image .news-content {
  border: none;
}
.single-news-style-3:hover .news-image .news-content .post-date li {
  color: var(--white);
}
.single-news-style-3:hover .news-image .news-content .post-date li i {
  color: var(--white);
}
.single-news-style-3:hover .news-image .news-content .post-date li span {
  color: var(--text2);
}
.single-news-style-3:hover .news-image .news-content h4 a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.single-news-style-3:hover .news-image .news-content h4 a:hover {
  color: var(--theme2);
}
.single-news-style-3:hover .news-image .news-button {
  opacity: 1;
  display: inline-block;
}

.news-section-3 {
  border-bottom: 1px solid var(--border);
}

.single-news-items-3 {
  margin-top: 30px;
}
.single-news-items-3 .news-image {
  height: 260px;
  position: relative;
}
.single-news-items-3 .news-image .post-date {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  background-color: var(--theme);
  padding: 10px 20px;
}
.single-news-items-3 .news-image .post-date h5 {
  color: var(--white);
}
.single-news-items-3 .news-image .post-date h5 span {
  font-size: 16px;
}
.single-news-items-3 .news-content {
  padding: 30px;
  background-color: var(--white);
  margin-left: 30px;
  margin-top: -30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 575px) {
  .single-news-items-3 .news-content {
    margin-left: 0;
  }
}
.single-news-items-3 .news-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.single-news-items-3 .news-content ul li {
  font-size: 16px;
}
.single-news-items-3 .news-content ul li i {
  margin-right: 5px;
  color: var(--theme2);
}
.single-news-items-3 .news-content h4 {
  font-size: 18px;
}
.single-news-items-3 .news-content h4 a:hover {
  color: var(--theme2);
}
.single-news-items-3 .news-content .news-btn {
  margin-top: 30px;
}

.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
  font-weight: 600;
  margin-bottom: 0;
}
.blog-wrapper .border-wrap .single-blog-post .post-content {
  padding: 0px;
}
.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}
.blog-wrapper .single-blog-post .video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.blog-wrapper .single-blog-post .video__button .video__btn__wrp {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}
.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}
.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}
.blog-wrapper .single-blog-post.post-details .post-content a:hover {
  color: var(--theme2);
}
.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: var(--theme);
  color: var(--white);
  font-size: 26px;
  line-height: 1.4;
  font-family: "Zurich Bold Condensed BT";
  font-weight: 400;
  padding: 60px;
  text-align: center;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}
.blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: var(--white);
}
.blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: var(--black);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  right: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: var(--white);
  z-index: -1;
  opacity: 0.1;
  font-weight: 900;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
  position: relative;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: 0.3;
  z-index: -1;
}
.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: var(--theme);
  background-image: url("../img/quotepost.png");
  border: none;
}
.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}
.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
  font-size: 30px;
  color: var(--white);
}
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span {
  color: var(--white);
}
.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}
@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.blog-wrapper .single-blog-post .post-content {
  overflow: hidden;
  box-sizing: border-box;
}
.blog-wrapper .single-blog-post .post-content h2 a:hover {
  color: var(--theme2);
}
.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: var(--white);
  display: inline-block;
  background-color: var(--theme);
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: var(--theme2);
}
.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-top: 10px;
  font-weight: 400;
}
.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: var(--black);
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 13px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
}
.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}
.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}
.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}
.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
  color: var(--theme2);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}

@media (min-width: 991px) {
  .news-area .main-sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .news-area .main-sidebar {
    margin-top: 40px;
  }
}
.news-area .main-sidebar .single-sidebar-widget {
  border: 2px solid #ededed;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
}
.news-area .main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}
.news-area .main-sidebar .single-sidebar-widget ul > li {
  margin-bottom: 10px;
}
.news-area .main-sidebar .single-sidebar-widget ul > li a {
  font-size: 18px;
  text-transform: capitalize;
}
.news-area .main-sidebar .single-sidebar-widget ul > li a:hover {
  color: var(--theme);
}
.news-area .main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}
.news-area .main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}
.news-area .main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 45px;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title h3 {
  font-size: 20px;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  background-color: var(--theme);
}
.news-area .main-sidebar .single-sidebar-widget .wid-title::after {
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--theme);
}
.news-area .main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.news-area .main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.news-area .main-sidebar form .theme-btn {
  font-size: 14px !important;
}

.search_widget form {
  width: 100%;
  position: relative;
}
.search_widget form input {
  background-color: var(--white);
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--header);
}
.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.search_widget form button:hover {
  background-color: var(--header);
}

.popular-posts .single-post-item, .popular_posts .single-post-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
}
.popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
  overflow: hidden;
}
.popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.popular-posts .single-post-item .post-content h5 a:hover, .popular_posts .single-post-item .post-content h5 a:hover {
  color: var(--theme2);
}
.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}
.popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.widget_categories ul li {
  display: block;
}
.widget_categories ul li:last-child a {
  margin-bottom: 0;
}
.widget_categories ul li a {
  position: relative;
  background: var(--white);
  padding: 17px 30px;
  line-height: 1;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.widget_categories ul li a:hover {
  color: var(--theme);
}
.widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  background-color: var(--theme);
  right: 0;
  top: 0;
  text-align: center;
  color: var(--white);
}

.tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: var(--white);
  margin-right: 8px;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
@media (max-width: 767px) {
  .tagcloud a {
    font-size: 14px;
  }
}
.tagcloud a:last-child {
  margin-right: 0;
}
.tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px;
}

p.sticky-label {
  position: absolute;
  right: 0;
  background: var(--theme);
  color: var(--white);
  padding: 10px 40px;
  z-index: -1;
  top: 0;
  font-weight: 700;
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f6f6f6;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
}

.social-share a {
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
.social-share a:hover {
  color: var(--theme);
}

.tag-share-wrap {
  padding-bottom: 50px;
}
.tag-share-wrap h5 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tag-share-wrap h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.tag-share-wrap .tagcloud a {
  background: var(--theme);
  color: var(--white);
}
.tag-share-wrap .tagcloud a:hover {
  background: var(--theme2);
  color: var(--white);
}
@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

.comments-section-wrap {
  overflow: hidden;
}

@media (max-width: 767px) {
  .comments-heading h5, .related-post-wrap h5, .comment-form-wrap h5 {
    font-size: 18px;
  }
}

.comments-item-list .single-comment-item {
  margin-top: 30px;
}
.comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}
.comments-item-list .single-comment-item p, .comments-item-list .single-comment-item span {
  font-size: 16px;
}
.comments-item-list .single-comment-item .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .comments-item-list .single-comment-item .author-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}
@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}
.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
  padding: 7px 18px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--white);
  background: var(--theme);
  transition: all 0.4s ease-in-out;
  box-shadow: inherit;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
  margin-right: 7px;
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before, .comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
  background-color: initial;
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
  background: var(--theme2);
  color: var(--white);
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
  color: var(--white) !important;
}
.comments-item-list .single-comment-item .author-info-comment .info h5 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}
.comments-item-list .single-comment-item .author-info-comment span {
  color: var(--theme2);
  font-weight: 500;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
  color: var(--white);
}
.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px;
}

.comment-form {
  background-color: #f0f0f0;
  padding: 50px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}
@media (max-width: 585px) {
  .comment-form {
    padding: 30px 15px;
  }
}
.comment-form label {
  margin-bottom: 4px;
}
.comment-form input, .comment-form textarea {
  margin-bottom: 20px;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  color: var(--header);
}
@media (max-width: 585px) {
  .comment-form input, .comment-form textarea {
    padding: 15px;
  }
}
.comment-form textarea {
  height: 200px;
  line-height: 1.3;
  border: none;
}
@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}
.comment-form .theme-btn {
  display: inline-block;
  line-height: 1;
  text-transform: capitalize;
  padding: 20px 60px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .comment-form .theme-btn {
    padding: 20px 40px;
  }
}
@media (max-width: 585px) {
  .comment-form .theme-btn {
    padding: 15px 40px;
    font-size: 14px;
  }
}
.comment-form .theme-btn i {
  margin-right: 10px;
}

.comment ul ol {
  margin-bottom: 0;
}
.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}
.comment ul {
  list-style-type: disc;
}
.comment ol ul {
  margin-bottom: 0;
}
.comment ol ol {
  margin-bottom: 0;
}
.comment ol li {
  line-height: 1.5;
  margin-top: 10px;
}

.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
}
.site_info_widget .single-contact-info span {
  display: block;
  color: var(--theme);
}
.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  background-color: var(--theme);
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px;
}
.site_info_widget .single-contact-info:nth-child(2n) .icon {
  background-color: var(--theme);
}
.site_info_widget .single-contact-info:nth-child(3n) .icon {
  background-color: var(--theme);
}
.site_info_widget .social-link {
  margin-top: 35px;
}
.site_info_widget .social-link a {
  margin-right: 8px !important;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.footer-widgets-wrapper {
  padding: 90px 0 120px;
  font-size: 90%;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 60px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 40px 0 70px;
  }
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 img {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li a {
  color: var(--white);
  font-size: 16px;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li a i {
  font-size: 16px;
  color: #415698;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li:hover a {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li:hover a i {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget .list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets-wrapper .single-footer-widget .list li a {
  color: var(--white);
  font-size: 100%;
}
.footer-widgets-wrapper .single-footer-widget .list li a i {
  font-size: 16px;
  color: #415698;
  margin-right: 10px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items {
  background-color: var(--white);
  padding: 50px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content h4 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content h4 img {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content p {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input {
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon {
    top: 12px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon i {
  color: var(--theme);
  font-size: 14px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input input {
  width: 100%;
  font-size: 14px;
  padding: 18px 20px 18px 40px;
  border: none;
  background-color: var(--bg);
  color: var(--black);
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input input {
    padding: 14px 20px 14px 40px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input::placeholder {
  color: var(--black);
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .theme-btn {
  width: 100%;
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .widget-head h4 {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .text-area {
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .text-area {
    margin: initial;
  }
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--theme);
  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(--border2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon.style-2 {
    justify-content: initial !important;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items {
    justify-content: initial !important;
    gap: 60px;
  }
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li a {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li a i {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li:hover a {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li:hover a i {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li a {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li a i {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li:hover a {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li:hover a i {
  color: var(--theme2);
}

.social-icon-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .social-icon-items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.social-icon-items .social-icon {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 30px;
}
@media (max-width: 575px) {
  .social-icon-items .social-icon {
    gap: 15px;
  }
}
.social-icon-items .social-icon:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 200px;
}
@media (max-width: 1600px) {
  .social-icon-items .social-icon:not(:last-child) {
    padding-right: 0;
    border: none;
  }
}
.social-icon-items .social-icon i {
  font-size: 20px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.social-icon-items .social-icon h6 {
  font-size: 16px;
}
.social-icon-items .social-icon h6 a {
  color: var(--white);
}
.social-icon-items .social-icon:hover i {
  color: var(--theme2);
}
.social-icon-items .social-icon:hover h6 a {
  color: var(--theme2);
}

.footer-bottom {
  padding: 35px 0;
  background-color: var(--theme2);
  text-transform: uppercase;
  color: white;
}
.footer-bottom a:hover {
  color: var(--text2);
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer-bottom .footer-bottom-wrapper {
    justify-content: center;
  }
}
.footer-bottom .footer-bottom-wrapper p {
  text-transform: uppercase;
  color: var(--white);
}
.footer-bottom .footer-bottom-wrapper p a {
  color: white;
}
.footer-bottom .footer-bottom-wrapper p a:hover {
  color: var(--text2);
}
.footer-bottom .footer-bottom-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li {
  font-size: 16px;
  font-weight: 500;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--text2);
}
.footer-bottom.style-2 {
  background-color: var(--white);
  padding: 0;
}
.footer-bottom.style-2 .footer-bottom-wrapper {
  border-top: 1px solid var(--theme);
  padding: 30px 0;
}
.footer-bottom.style-2 .footer-bottom-wrapper p {
  color: var(--black);
}
.footer-bottom.style-2 .footer-bottom-wrapper .footer-menu li a {
  color: var(--theme);
}
.footer-bottom.style-2 .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--theme2);
}

.footer-section .eonfik-text {
  margin-top: -35px;
  margin-bottom: -32px;
}
@media (max-width: 991px) {
  .footer-section .eonfik-text {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .footer-section .eonfik-text {
    margin-top: -15px;
  }
}
@media (max-width: 575px) {
  .footer-section .eonfik-text {
    margin-top: -10px;
  }
}
.footer-section .eonfik-text h2 {
  font-size: 275px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bg);
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media (max-width: 1399px) {
  .footer-section .eonfik-text h2 {
    font-size: 250px;
  }
}
@media (max-width: 1199px) {
  .footer-section .eonfik-text h2 {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .footer-section .eonfik-text h2 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .footer-section .eonfik-text h2 {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .footer-section .eonfik-text h2 {
    font-size: 90px;
  }
}

.footer-section-2 {
  position: relative;
}
.footer-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  opacity: 0.85;
}

.footer-widgets-wrapper-2 {
  padding: 90px 0 80px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper-2 {
    padding: 60px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper-2 {
    padding: 40px 0 70px;
  }
}
.footer-widgets-wrapper-2 .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper-2 .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widgets-wrapper-2 .single-footer-widget .widget-head h4 {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content p {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input {
  position: relative;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input {
  width: 100%;
  background: #272727;
  border: none;
  padding: 16px 20px;
  text-transform: capitalize;
  font-size: 14px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input::placeholder {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .newsletter-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info {
  margin-top: 30px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li a {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li i {
  margin-right: 5px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--white);
  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(--border2);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a {
  color: var(--white);
  position: relative;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: var(--theme2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a:hover {
  padding-left: 20px;
  color: var(--theme2);
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item {
  margin-bottom: 35px;
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 {
  font-size: 15px;
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 a {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 a:hover {
  color: var(--theme2);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
  position: relative;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    width: 100px;
  }
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 94, 21, 0.85);
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
  color: var(--white);
  font-size: 22px;
  z-index: 99;
  position: relative;
  margin-top: 35px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
  opacity: 1;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
  opacity: 1;
}
.footer-widgets-wrapper-2.style-2 {
  padding: 90px 0 110px;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper-2.style-2 {
    padding: 70px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper-2.style-2 {
    padding: 50px 0 70px;
  }
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .social-icon a:hover {
  background-color: var(--theme3);
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .list-area li a::before {
  background-color: var(--theme3);
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .list-area li a:hover {
  color: var(--theme3);
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  background-color: rgba(229, 218, 56, 0.85);
}

.footer-bottom-2 {
  position: relative;
  z-index: 9;
}
.footer-bottom-2 .footer-bottom-wrapper-2 {
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-bottom-2 .footer-bottom-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
}
.footer-bottom-2 .footer-bottom-wrapper-2 p {
  color: var(--white);
}
.footer-bottom-2 .footer-bottom-wrapper-2 p a {
  color: var(--white);
}
.footer-bottom-2 .footer-bottom-wrapper-2 p a:hover {
  color: var(--white);
}

.footer-section-3 {
  position: relative;
  background-color: #101010;
}
.footer-section-3 .pattren-shape {
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=main.css.map */
