﻿/*
Theme Name: SolarGlow
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Solar Renewable Energy Html Template
Version: 1.0.0
*/

/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #5B9B37;
  --theme-2: #F8BC26;
  --theme-3: #00baa3;
  --header: #1F242C;
  --base: #5C30FD;
  --text: #808287;
  --border: #E3E3E3;
  --border2: #373737;
  --ratting: #F8BC26;
  --bg: #F7F7F7;
  ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.theme-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  letter-spacing: 0;
  padding: 14px 40px;
  transition: 500ms;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 9;
}
.theme-btn i {
  margin-left: 5px;
}
.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 35px solid var(--header);
  border-bottom: 35px solid var(--header);
  border-right: 35px solid transparent;
  transform: translateX(-100%);
  transition: 0.6s;
  z-index: -1;
}
.theme-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 35px solid var(--header);
  border-bottom: 35px solid var(--header);
  border-left: 35px solid transparent;
  transform: translateX(100%);
  transition: 0.6s;
  z-index: -1;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before {
  transform: translateX(-20%);
}
.theme-btn:hover::after {
  transform: translateX(20%);
}
.theme-btn.theme-color-2 {
  background-color: var(--theme-2);
}
.theme-btn.bg-color {
  background-color: #333F4D;
}
.theme-btn.bg-color::before {
  border-top: 35px solid var(--white);
  border-bottom: 35px solid var(--white);
}
.theme-btn.bg-color::after {
  border-top: 35px solid var(--white);
  border-bottom: 35px solid var(--white);
}
.theme-btn.bg-color:hover {
  color: var(--header);
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 16px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 14px 30px;
  }
}

.link-btn {
  text-transform: capitalize;
  color: var(--header);
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}
.link-btn i {
  margin-left: 8px;
}
.link-btn:hover {
  color: var(--theme);
}

.arrow-btn {
  font-size: 16px;
  position: relative;
  transform: translateX(0);
  transition: 0.7s;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  color: var(--theme);
  text-decoration: underline;
}
.arrow-btn i {
  font-size: 18px;
  transform: rotate(-40deg);
}
.arrow-btn::before {
  position: absolute;
  content: "Read More";
  font-weight: 700;
  color: var(--theme);
  font-size: 16px;
  left: -95px;
  top: -2px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.arrow-btn:hover {
  transform: translateX(95px);
  color: var(--theme);
}
.arrow-btn:hover i {
  transform: rotate(0);
}
.arrow-btn:hover::before {
  opacity: 1;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Krona One", system-ui;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
}

h1 {
  font-size: 65px;
  line-height: 125%;
  font-weight: 400;
}

h2 {
  font-size: 48px;
  line-height: 125%;
  font-weight: 400;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 137%;
}

h5 {
  font-size: 18px;
  line-height: 150%;
}

h6 {
  font-size: 16px;
  line-height: 145%;
}

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

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

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Krona One", system-ui, "Lato", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Krona One", system-ui;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--header);
  border-bottom: 2px solid var(--header);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--header);
}

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

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

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

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

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

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

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

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
@media (max-width: 767px) {
  .mouse-cursor {
    display: none;
  }
}

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

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

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

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

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme);
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: 1.8px;
}
.section-title h2 {
  text-transform: capitalize;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
  }
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

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

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

.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 rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes rounded-2 {
  50% {
    transform: rotate(5deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animation__rotate {
  -webkit-animation: rotate 40s linear infinite;
  animation: rotate 40s linear infinite;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes top-image-bounce {
  0% {
    transform: translateX(-8px);
  }
  50% {
    transform: translateX(12px);
  }
  100% {
    transform: translateX(-8px);
  }
}
@keyframes top-image-bounce-2 {
  0% {
    transform: translatey(-8px);
  }
  50% {
    transform: translatey(12px);
  }
  100% {
    transform: translatey(-8px);
  }
}
@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes icon-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.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: 40px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 810px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .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;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb .demo-button .theme-btn {
  padding: 10px 30px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .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-items .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 14px;
}
.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);
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-top {
  background-color: var(--theme-2);
  padding: 12px 0;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .header-top .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .header-top .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .header-top .container-fluid {
    padding: 0 20px;
  }
}
.header-top.style-bg {
  background-color: #1F242C;
  padding: 20px 0;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-top-wrapper .contact-list li {
  color: var(--header);
  font-weight: 600;
}
.header-top-wrapper .contact-list li a {
  color: var(--header);
}
.header-top-wrapper .contact-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.header-top-wrapper .top-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper .top-right .social-icon {
  gap: 15px;
}
.header-top-wrapper .top-right .social-icon span {
  color: var(--header);
  font-weight: 700;
}
.header-top-wrapper .top-right .social-icon a {
  color: var(--header);
}
.header-top-wrapper.style-2 .contact-list {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-top-wrapper.style-2 .contact-list li {
  color: var(--white);
}
.header-top-wrapper.style-2 .contact-list li a {
  color: var(--white);
}
.header-top-wrapper.style-2 .top-right .social-icon span {
  color: var(--white);
}
.header-top-wrapper.style-2 .top-right .social-icon a {
  color: var(--white);
}

.header-1 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 20px;
  }
}
.header-1 .header-right {
  gap: 50px;
}
@media (max-width: 1199px) {
  .header-1 .header-right {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}
.header-1 .header-right .sidebar__toggle {
  color: var(--header);
}

.header-section-1 {
  position: relative;
}
.header-section-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  width: 16%;
  z-index: 9;
}
@media (max-width: 1899px) {
  .header-section-1::before {
    display: none;
  }
}

.header-2 {
  margin-left: 250px;
  position: relative;
}
@media (max-width: 1899px) {
  .header-2 {
    margin-left: 0;
  }
}
.header-2 .main-logo {
  position: absolute;
  top: -10px;
  left: -200px;
  z-index: 9;
}
.header-2 .container-fluid {
  padding: 0 130px;
}
@media (max-width: 1399px) {
  .header-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .header-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .header-2 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 1899px) {
  .header-2 .header-main .logo {
    display: block !important;
  }
}
@media screen and (max-width: 1025px) {
  .header-2 .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
}
.header-2 .header-main .main-menu ul li .has-homemenu {
  left: -200px;
}
@media (max-width: 1600px) {
  .header-2 .header-main .main-menu ul li .has-homemenu {
    left: -300px;
  }
}
.header-2 .header-main .header-right {
  gap: 40px;
}
@media (max-width: 991px) {
  .header-2 .header-main .header-right {
    gap: 25px;
  }
}
.header-2 .header-main .header-right .header-button .theme-btn {
  padding: 16px 30px;
  background-color: var(--theme);
}
@media (max-width: 1899px) {
  .header-2 .header-main .header-right .header-button {
    margin-right: 0;
  }
}
@media (max-width: 1600px) {
  .header-2 .header-main .header-right .header-button {
    display: none;
  }
}
.header-2 .header-main .header-right .sidebar__toggle {
  color: var(--header);
}

.header-top-section {
  background-color: var(--header);
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-top-section {
    display: none;
  }
}
.header-top-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  z-index: -1;
  left: 81%;
}
@media (max-width: 1899px) {
  .header-top-section::before {
    display: none;
  }
}
.header-top-section .container-fluid {
  padding: 0 130px;
}
@media (max-width: 1399px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}

.header-top-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 250px;
}
@media (max-width: 1899px) {
  .header-top-wrapper-2 {
    margin-left: 0;
  }
}
.header-top-wrapper-2 .contact-list {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-wrapper-2 .contact-list li {
  font-size: 15px;
  color: var(--white);
}
.header-top-wrapper-2 .contact-list li a {
  color: var(--white);
}
.header-top-wrapper-2 .contact-list li i {
  color: var(--white);
  margin-right: 10px;
}
.header-top-wrapper-2 .top-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper-2 .top-right .social-icon {
  gap: 15px;
}
.header-top-wrapper-2 .top-right .social-icon span {
  color: var(--white);
  font-weight: 500;
}
.header-top-wrapper-2 .top-right .social-icon a {
  color: var(--white);
}

.header-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-3 {
  position: relative;
  z-index: 9;
}
.header-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #1F242C;
  height: 50%;
}
.header-3 .header-main {
  background-color: var(--white);
  padding: 20px 25px;
}
.header-3 .header-main .sidebar__toggle {
  color: var(--header);
}
.header-3 .header-left .logo .header-logo {
  display: none;
}
.header-3 .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-3 .header-right {
    gap: 20px;
  }
}
.header-3 .header-right .search-icon {
  color: var(--text);
  border-right: 1px solid rgba(15, 13, 29, 0.5);
  padding-right: 30px;
}
@media (max-width: 1399px) {
  .header-3 .header-right .search-icon {
    padding-right: 0;
    border: none !important;
  }
}
@media (max-width: 1399px) {
  .header-3 .header-right .header-button {
    display: none;
  }
}
.header-3 .header-right .header-button .theme-btn {
  background-color: var(--theme);
}
.header-3 .header-right .header-button .theme-btn::before {
  background-color: var(--header);
}
.header-3 .header-right .header-button .theme-btn:hover {
  color: var(--white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.header-2 {
  margin-left: 0;
}
.sticky.header-2 .main-logo {
  display: none;
}
.sticky.header-2 .header-main .logo {
  display: block !important;
}
.sticky.header-3 {
  margin-top: 0;
}
.sticky.header-3::before {
  background-color: var(--white);
  height: 100%;
}
.sticky.header-3 .header-main {
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme-2);
  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: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

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

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme-2);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  background-color: var(--theme);
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    padding: 14px 30px;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme-2);
  color: var(--white);
}

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

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

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.page-banner-wrap {
  background-color: var(--theme);
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.page-banner-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  opacity: 0.8;
  z-index: -1;
}
.page-banner-wrap h1 {
  color: var(--white);
}
@media (max-width: 991px) {
  .page-banner-wrap h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .page-banner-wrap h1 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .page-banner-wrap h1 {
    font-size: 28px;
  }
}

.breadcrumb-wrapper {
  background-color: var(--bg);
  padding: 20px 0px;
  color: var(--theme);
}
.breadcrumb-wrapper a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--header);
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: var(--theme);
  font-weight: 500;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: var(--theme-2);
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: var(--header);
}

.error-content h2 {
  font-weight: 700;
  font-size: 320px;
  color: var(--theme);
  line-height: 1;
}
.error-content h2 span {
  color: var(--theme-2);
}
@media (max-width: 1199px) {
  .error-content h2 {
    font-size: 300px;
  }
}
@media (max-width: 991px) {
  .error-content h2 {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .error-content h2 {
    font-size: 110px;
  }
}
.error-content h3 {
  font-weight: 700;
}

.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(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme-2);
}

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

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

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

@media (max-width: 1199px) {
  .mean-container .mean-nav ul li.menu-thumb {
    display: none;
  }
}

.hero-1 {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.hero-1 .array-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.hero-1 .array-button .array-prev, .hero-1 .array-button .array-next {
  border-radius: 50%;
}
.hero-1 .array-button .array-next {
  border-radius: 50%;
  background-color: var(--theme-2);
  color: var(--white);
  border: none;
}
.hero-1 .swiper-slide-active .hero-image {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}
.hero-1 .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);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}
.hero-1 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(91, 155, 55, 0.88) 33.64%, rgba(91, 155, 55, 0.88) 41.74%, rgba(255, 255, 255, 0) 59.42%);
  z-index: -1;
}
.hero-1 .hero-content {
  padding: 200px 0;
}
@media (max-width: 767px) {
  .hero-1 .hero-content {
    text-align: center;
    padding: 140px 0;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content {
    padding: 110px 0;
  }
}
.hero-1 .hero-content h6 {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
.hero-1 .hero-content h1 {
  letter-spacing: -2.6px;
  color: var(--white);
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 30px;
  }
}
.hero-1 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hero-1 .hero-content .hero-button {
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
  }
}
.hero-1.hero-2 {
  padding: 200px 0;
}
@media (max-width: 767px) {
  .hero-1.hero-2 {
    padding: 140px 0;
  }
}
@media (max-width: 575px) {
  .hero-1.hero-2 {
    padding: 110px 0;
  }
}
.hero-1.hero-2::before {
  display: none;
}
.hero-1.hero-2 .hero-content {
  padding: 0;
}
.hero-1.hero-2 .hero-content h6 {
  color: var(--theme);
  letter-spacing: 2px;
  font-size: 16px;
}
.hero-1.hero-2 .hero-content h1 span {
  color: var(--theme-2);
}
.hero-1.hero-2 .hero-content .theme-btn {
  margin-top: 40px;
}
.hero-1.hero-2 .hero-content .theme-btn::before {
  border-top: 35px solid var(--white);
  border-bottom: 35px solid var(--white);
}
.hero-1.hero-2 .hero-content .theme-btn::after {
  border-top: 35px solid var(--white);
  border-bottom: 35px solid var(--white);
}
.hero-1.hero-2 .hero-content .theme-btn:hover {
  color: var(--header);
}

.hero-3 {
  position: relative;
  padding: 360px 0 190px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-3 {
    padding: 270px 0 170px;
  }
}
@media (max-width: 991px) {
  .hero-3 {
    padding: 240px 0 150px;
  }
}
@media (max-width: 767px) {
  .hero-3 {
    padding: 220px 0 130px;
  }
}
@media (max-width: 575px) {
  .hero-3 {
    padding: 190px 0 100px;
  }
}
.hero-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #1F242C 0%, rgba(31, 36, 44, 0) 100%);
  z-index: -1;
}
.hero-3 .hero-content h6 {
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--white);
}
.hero-3 .hero-content h1 {
  font-size: 80px;
  letter-spacing: -6.4px;
  line-height: 125%;
  color: var(--white);
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .hero-3 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 48px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 32px;
  }
}

.counter-section {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  opacity: 0.9;
  z-index: -1;
}
.counter-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  z-index: -1;
  top: 60%;
}

.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .counter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.counter-wrapper .counter-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
.counter-wrapper .counter-items .icon {
  width: 80px;
  height: 80px;
  line-height: 74px;
  text-align: center;
  border: 2px solid var(--white);
  background-color: transparent;
  border-radius: 50px;
}
.counter-wrapper .counter-items .content h2 {
  font-size: 50px;
  color: var(--white);
}
@media (max-width: 767px) {
  .counter-wrapper .counter-items .content h2 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper .counter-items .content h2 {
    font-size: 36px;
  }
}
.counter-wrapper .counter-items .content p {
  color: var(--white);
}

.work-process-left span {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.work-process-left h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .work-process-left h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .work-process-left h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .work-process-left h2 {
    font-size: 32px;
  }
}

.work-process-card-items {
  border: 1px solid var(--border);
  border-radius: 5px;
  padding: 30px;
}
.work-process-card-items h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  margin-bottom: 15px;
}
.work-process-card-items h5 {
  margin-bottom: 10px;
}
.work-process-card-items .link-btn {
  text-transform: uppercase;
  letter-spacing: 1.28px;
  color: var(--theme);
  margin-top: 20px;
}
.work-process-card-items .link-btn:hover {
  color: var(--theme-2);
}

.feature-wrapper .feature-image img {
  width: 100%;
  height: 100%;
}
.feature-wrapper .feature-content {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .feature-wrapper .feature-content {
    margin-left: 0;
  }
}
.feature-wrapper .feature-content .list {
  margin-top: 30px;
}
.feature-wrapper .feature-content .list li {
  font-size: 18px;
  color: var(--header);
  font-family: "Krona One", system-ui;
}
@media (max-width: 767px) {
  .feature-wrapper .feature-content .list li {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .feature-wrapper .feature-content .list li {
    font-size: 14px;
  }
}
.feature-wrapper .feature-content .list li:not(:last-child) {
  margin-bottom: 10px;
}
.feature-wrapper .feature-content .list li i {
  margin-right: 5px;
  color: var(--theme);
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .feature-wrapper .feature-content .circle-progress-bar-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .feature-wrapper .feature-content .circle-progress-bar-wrapper {
    margin-top: 40px;
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .feature-wrapper .feature-content .circle-progress-bar-wrapper {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .feature-wrapper .feature-content .circle-progress-bar-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: block;
  }
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 30px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}
@media (max-width: 575px) {
  .feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
    font-size: 24px;
  }
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: #E3E3E3 !important;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme) !important;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: #E3E3E3 !important;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme) !important;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .content br {
    display: block;
  }
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 30px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}
@media (max-width: 575px) {
  .feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div span {
    font-size: 24px;
  }
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .background {
  background-color: var(--bg) !important;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .rotate {
  background-color: var(--theme) !important;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}
.feature-wrapper .feature-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .right {
  background-color: var(--theme) !important;
}

.work-process-box-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.work-process-box-items .post-cat {
  background-color: var(--theme);
  color: var(--white);
  padding: 4px 15px;
  display: inline-block;
  font-weight: 500;
}
.work-process-box-items .icon-items {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.work-process-box-items p {
  color: var(--header);
  font-size: 17px;
  margin-bottom: 30px;
}
.work-process-box-items .theme-btn {
  background-color: transparent;
  border: 2px solid var(--border);
  color: var(--theme);
  font-family: "Krona One", system-ui;
}
.work-process-box-items .theme-btn::before {
  border-top: 35px solid var(--theme);
  border-bottom: 35px solid var(--theme);
}
.work-process-box-items .theme-btn::after {
  border-top: 35px solid var(--theme);
  border-bottom: 35px solid var(--theme);
}
.work-process-box-items .theme-btn:hover {
  color: var(--white);
  border: 2px solid var(--theme);
}

.work-process-section {
  position: relative;
}
.work-process-section .map-shape {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}

.work-process-thumb {
  margin-top: 30px;
}
.work-process-thumb img {
  width: 100%;
  height: 100%;
}

.work-process-right-items {
  border: 1px solid var(--border);
  margin-top: 30px;
  padding: 54px 30px;
}
.work-process-right-items .icon-items {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .work-process-right-items .icon-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .work-process-right-items .icon-items br {
    display: none;
  }
}
.work-process-right-items .icon-items:not(:last-child) {
  border-bottom: 1px solid var(--border);
  padding-bottom: 55px;
  margin-bottom: 55px;
}
.work-process-right-items .icon-items .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: rgba(91, 155, 55, 0.1);
}

.number-talks-section {
  position: relative;
  z-index: 9;
}
.number-talks-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  z-index: -1;
  top: 35%;
}

.number-talks-wrapper {
  background-color: var(--bg);
  padding-right: 30px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .number-talks-wrapper {
    padding-right: 0;
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .number-talks-wrapper {
    margin-bottom: -20px;
  }
}
@media (max-width: 991px) {
  .number-talks-wrapper {
    margin-bottom: -40px;
  }
}
.number-talks-wrapper .number-talks-thumb img {
  width: 100%;
  height: 100%;
}
.number-talks-wrapper .counter-box {
  text-align: center;
  margin-top: 30px;
}
.number-talks-wrapper .counter-box .icon {
  padding: 30px;
  background-color: var(--white);
  border-bottom: 4px solid var(--theme);
}
.number-talks-wrapper .counter-box .icon h2 {
  font-size: 30px;
  margin-top: 20px;
}
.number-talks-wrapper .counter-box p {
  font-size: 17px;
  color: var(--header);
  margin-top: 15px;
}

.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content br {
    display: none;
  }
}
.about-wrapper .about-content .nav {
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--border);
  border-radius: 21px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .nav {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-content .nav {
    gap: 15px;
  }
}
.about-wrapper .about-content .nav .nav-link {
  text-align: center;
  padding: 14px 30px;
  border-radius: 20px 0px 20px 20px;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--header);
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
@media (max-width: 991px) {
  .about-wrapper .about-content .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-content .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.about-wrapper .about-content .nav .nav-link.active {
  position: relative;
  background-color: var(--theme);
  color: var(--white);
}
.about-wrapper .about-content .technical-site-item p {
  font-size: 15px;
}
.about-wrapper .about-content .technical-site-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.about-wrapper .about-content .icon-area {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .icon-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-content .icon-area {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-content .icon-area {
    margin-top: 25px;
  }
}
.about-wrapper .about-content .icon-area .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-wrapper-2 {
  margin-bottom: 100px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 {
    margin-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 {
    margin-bottom: 0;
  }
}
.about-wrapper-2 .about-image {
  max-width: 555px;
  position: relative;
}
.about-wrapper-2 .about-image .dot-shape {
  position: absolute;
  left: -47px;
  bottom: -50px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-image .dot-shape {
    display: none;
  }
}
.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-2 .about-image .icon-items {
  padding: 40px 30px;
  background-color: var(--theme-2);
  position: absolute;
  bottom: -22%;
  right: -10%;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-image .icon-items {
    right: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image .icon-items {
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image .icon-items {
    max-width: 280px;
  }
}
@media (max-width: 470px) {
  .about-wrapper-2 .about-image .icon-items {
    padding: 25px;
  }
}
.about-wrapper-2 .about-image .icon-items::before {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  background-color: var(--white);
  content: "";
}
.about-wrapper-2 .about-image .icon-items .icon {
  margin-bottom: 30px;
}
.about-wrapper-2 .about-image .icon-items .icon img {
  width: initial;
  height: initial;
}
@media (max-width: 470px) {
  .about-wrapper-2 .about-image .icon-items .icon {
    width: 40px;
    margin-bottom: 15px;
  }
  .about-wrapper-2 .about-image .icon-items .icon img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 470px) {
  .about-wrapper-2 .about-image .icon-items h5 {
    font-size: 14px;
  }
}
.about-wrapper-2 .about-content p {
  font-size: 18px;
}
.about-wrapper-2 .about-content .list-items {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .list-items {
    gap: 15px;
  }
}
.about-wrapper-2 .about-content .list-items ul li {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
}
.about-wrapper-2 .about-content .list-items ul li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-2 .about-content .list-items ul li i {
  color: var(--theme);
  margin-right: 5px;
}
.about-wrapper-2 .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-content .about-author {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-author {
    flex-wrap: wrap;
  }
}
.about-wrapper-2 .about-content .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 1px solid var(--border);
  padding-right: 50px;
}

.about-card-items {
  margin-top: 30px;
  padding: 40px;
  border-radius: 5px;
  border: 1px solid var(--border);
  text-align: center;
}
.about-card-items .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(91, 155, 55, 0.1);
  margin: 0 auto;
}
.about-card-items .content {
  margin-top: 20px;
}
.about-card-items .content h2 {
  font-size: 40px;
}
.about-card-items .content p {
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  margin-top: 5px;
}

.about-wrapper-3 {
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 {
    margin-bottom: 0;
  }
}
.about-wrapper-3 .about-image {
  max-width: 495px;
  margin-left: 25px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image {
    margin-left: 0;
  }
}
.about-wrapper-3 .about-image .frame-shape {
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: -1;
}
.about-wrapper-3 .about-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  z-index: -1;
  top: 20px;
  left: -20px;
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image::before {
    display: none;
  }
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-image .about-image-2 {
  position: absolute;
  bottom: 40px;
  left: -18%;
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image .about-image-2 {
    left: 0;
    width: 250px;
  }
}
.about-wrapper-3 .about-content p {
  font-size: 17px;
  color: var(--header);
}
.about-wrapper-3 .about-content .list-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .list-items {
    font-size: 14px;
  }
}
.about-wrapper-3 .about-content .list-items ul li {
  font-size: 17px;
  color: var(--header);
  font-family: "Krona One", system-ui;
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-content .list-items ul li {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .list-items ul li {
    font-size: 14px;
  }
}
.about-wrapper-3 .about-content .list-items ul li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-3 .about-content .list-items ul li span {
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  border: 2px solid var(--border);
  font-size: 11px;
  color: var(--theme);
  margin-right: 10px;
}
.about-wrapper-3 .about-content .icon-items {
  display: flex;
  gap: 30px;
  padding: 20px;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .icon-items {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-content .icon-items {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .icon-items {
    margin-top: 20px;
  }
}
.about-wrapper-3 .about-content .icon-items .content h5 {
  margin-bottom: 10px;
}

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

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

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

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 115px;
  height: 115px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(248, 96, 72, 0.5);
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.6s;
  background-color: var(--theme-2);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-2);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme-2);
  content: "";
}

.array-button {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 10px;
}
.array-button .array-prev {
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 8px;
  background-color: var(--theme);
  border: 1.5px solid var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .array-button .array-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.array-button .array-prev:hover {
  background-color: var(--header);
  color: var(--white);
  border: 1.5px solid var(--header);
}
.array-button .array-next {
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 8px;
  background-color: transparent;
  color: var(--theme);
  font-size: 16px;
  font-weight: 600;
  border: 1.5px solid var(--border);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .array-button .array-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1.5px solid var(--theme);
}

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

@media (max-width: 575px) {
  br {
    display: none;
  }
}

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

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 10px;
  width: 10px;
  right: 15px;
  top: initial;
  border-color: var(--border);
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.nice-select .list {
  width: initial;
  background-color: var(--theme);
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--header);
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
  color: var(--header);
}

.footer-bg {
  background-color: #1F242C;
}

.bg-white {
  background-color: var(--white) !important;
}

.box-shadow {
  box-shadow: var(---box-shadow);
}

.mt-50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .mt-50 {
    margin-top: 20px;
  }
}

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

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

.theme-bg {
  background-color: #202426;
}

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

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

.border-none {
  border: none !important;
}

.team-box-items {
  margin-top: 30px;
}
.team-box-items .team-image {
  position: relative;
  overflow: hidden;
}
.team-box-items .team-image::after {
  background: linear-gradient(90deg, rgba(var(--white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--white-rgb, 255, 255, 255), 0.3) 92%, rgba(var(--white-rgb, 255, 255, 255), 0));
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.5s ease 0s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  width: 200%;
}
.team-box-items .team-image img {
  width: 100%;
  height: 100%;
}
.team-box-items .team-image .team-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 20px 30px;
  background-color: rgba(91, 155, 55, 0.9);
}
.team-box-items .team-image .team-content p {
  font-size: 15px;
  color: var(--white);
  margin-bottom: 5px;
}
.team-box-items .team-image .team-content h3 a {
  color: var(--white);
}
.team-box-items .team-image .team-content h3 a:hover {
  color: var(--theme-2);
}
.team-box-items .team-image .team-content .social-profile {
  position: absolute;
  right: 30px;
  bottom: 30px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .team-box-items .team-image .team-content .social-profile {
    bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .team-box-items .team-image .team-content .social-profile {
    right: 30px;
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .team-box-items .team-image .team-content .social-profile {
    right: 20px;
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .team-box-items .team-image .team-content .social-profile {
    right: 10px;
    bottom: 60px;
  }
}
@media (max-width: 575px) {
  .team-box-items .team-image .team-content .social-profile {
    right: 30px;
    bottom: 40px;
  }
}
.team-box-items .team-image .team-content .social-profile ul {
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.team-box-items .team-image .team-content .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background: var(--white);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}
.team-box-items .team-image .team-content .social-profile ul li a:hover {
  color: var(--theme);
}
.team-box-items .team-image .team-content .social-profile .plus-btn {
  z-index: 9;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: var(--white);
  color: var(--black);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-size: 16px;
}
.team-box-items .team-image .team-content .social-profile .plus-btn:hover {
  background-color: var(--theme-2);
  color: var(--white);
  border-radius: 0 0 5px 5px;
}
.team-box-items .team-image .team-content .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-box-items:hover .team-image::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.5s, 0.5s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}

.team-card-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.team-card-items .team-image img {
  width: 100%;
  height: 100%;
}
.team-card-items .team-content {
  text-align: center;
  padding: 30px 20px;
  border: 10px solid rgb(245, 245, 245);
  border-radius: 5px;
  border-top: none;
}
.team-card-items .team-content h5 {
  margin-bottom: 5px;
}
.team-card-items .team-content h5 a:hover {
  color: var(--theme);
}
.team-card-items .team-content p {
  color: var(--theme);
  font-size: 17px;
}
.team-card-items .team-content .social-icon {
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.team-card-items .team-content .social-icon a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--bg);
  color: var(--text);
}
.team-card-items .team-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.team-details-wrapper .team-details-content h3 {
  margin-bottom: 5px;
}
.team-details-wrapper .team-details-content p {
  margin-top: 20px;
}
.team-details-wrapper .team-details-content b {
  font-size: 18px;
  color: var(--theme);
  font-weight: 400;
  font-family: "Krona One", system-ui;
  margin-top: 25px;
  display: inline-block;
}
.team-details-wrapper .team-details-content .button-items {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.team-details-wrapper .details-thumb img {
  width: 100%;
  height: 100%;
}

.team-skill-wrapper .skills-content .progress-wrap {
  margin-top: 30px;
}
.team-skill-wrapper .skills-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.team-skill-wrapper .skills-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-skill-wrapper .skills-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  font-family: "Krona One", system-ui;
}
.team-skill-wrapper .skills-content .progress-wrap .pro-items .pro-head .point {
  font-size: 14px;
  color: var(--header);
  font-family: "Krona One", system-ui;
}
.team-skill-wrapper .skills-content .progress-wrap .pro-items .progress {
  background: var(--bg);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 6px;
  width: 100%;
}
.team-skill-wrapper .skills-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 6px;
  width: 0;
}
.team-skill-wrapper .skills-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-skill-wrapper .skills-content .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}
.team-skill-wrapper .others-Value-text ul {
  margin-bottom: 20px;
}
.team-skill-wrapper .others-Value-text ul li {
  color: var(--header);
  font-family: "Krona One", system-ui;
  font-size: 12px;
}
.team-skill-wrapper .others-Value-text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.team-skill-wrapper .others-Value-text ul li i {
  color: var(--theme);
  margin-right: 5px;
  font-size: 18px;
}

.faq-content {
  margin-bottom: -40px;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .faq-content {
    margin-right: 0;
  }
}
.faq-content .accordion-item {
  border: 0;
  margin-top: 20px;
  border-radius: 10px;
  background-color: var(--white);
}
.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  color: var(--header);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 5px 5px 0 0;
  box-shadow: none;
  background-color: var(--theme);
  color: var(--white);
  padding: 26px 25px;
  font-size: 16px;
}
.faq-content .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transition: all 0.3s ease-in-out !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  background-color: var(--theme);
  color: var(--white);
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  background-color: var(--white);
  color: var(--theme);
}
.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--white);
  color: var(--header);
}
.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 30px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 25px;
}
.faq-content.style-2 {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .faq-content.style-2 {
    margin-right: 0;
  }
}
.faq-content.style-2 .accordion-item .accordion-header .accordion-button::after {
  background-color: var(--theme-2);
  color: var(--white);
}

.faq-section {
  position: relative;
  z-index: 9;
}
.faq-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  z-index: 2;
  top: 40px;
  width: 52%;
}
@media (max-width: 1199px) {
  .faq-section::before {
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
.faq-section .faq-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  max-width: 1150px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .faq-section .faq-image {
    position: static;
    margin-bottom: 50px;
  }
}
.faq-section .faq-image img {
  width: 100%;
  height: 100%;
}

.faq-wrapper .faq-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 315px 0px 0px 0px;
}
@media (max-width: 991px) {
  .faq-wrapper .faq-image-2 img {
    border-radius: 0;
  }
}

.cta-contact-wrapper {
  background-color: var(--theme);
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .cta-contact-wrapper {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cta-contact-wrapper {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .cta-contact-wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .cta-contact-wrapper {
    padding: 40px 30px;
  }
}
.cta-contact-wrapper .contact-shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cta-contact-wrapper .contact-shape-2 {
  position: absolute;
  right: 20%;
  bottom: 0;
}
.cta-contact-wrapper .cta-contact-left .icon-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cta-contact-wrapper .cta-contact-left .icon-items .video-btn {
  background-color: var(--theme-2);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.cta-contact-wrapper .cta-contact-left .icon-items .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme-2);
  content: "";
  transform: translate(-50%, -50%);
}
.cta-contact-wrapper .cta-contact-left .icon-items .video-btn.ripple::before, .cta-contact-wrapper .cta-contact-left .icon-items .video-btn.ripple::after {
  width: 60px;
  height: 60px;
  box-shadow: 0 0 0 0 rgba(248, 188, 38, 0.5);
}
.cta-contact-wrapper .cta-contact-left .icon-items .content p {
  color: var(--white);
}
.cta-contact-wrapper .cta-contact-left .icon-items .content h5 a {
  color: var(--white);
}
.cta-contact-wrapper .contact-image {
  max-width: 356px;
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}
.cta-contact-wrapper .contact-image img {
  width: 100%;
  height: 100%;
}

.testimonial-card-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.testimonial-card-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 5px;
  z-index: -1;
  top: 90px;
  height: initial;
}
.testimonial-card-items .client-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-card-items .client-img {
    width: 140px;
    height: 140px;
  }
}
.testimonial-card-items .client-img .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 24px;
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--border);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-card-items p {
  padding: 50px 50px 50px;
}
.testimonial-card-items .client-info {
  text-align: center;
  background-color: var(--theme);
  padding: 22px 20px;
}
.testimonial-card-items .client-info span {
  color: var(--white);
  line-height: 1;
}
.testimonial-card-items .client-info h3 {
  color: var(--white);
  margin-top: 10px;
}
.testimonial-card-items.style-2 {
  text-align: center;
}
.testimonial-card-items.style-2 .client-img {
  width: 150px;
  height: 150px;
}
.testimonial-card-items.style-2 h5 {
  margin-top: 30px;
}
.testimonial-card-items.style-2 .star {
  color: var(--theme-2);
  margin: 10px 0;
}
.testimonial-card-items.style-2 p {
  padding: 0 40px;
  color: var(--header);
  font-weight: 500;
  font-size: 17px;
}
.testimonial-card-items.style-2 .client-info {
  background-color: transparent;
  padding: 40px 20px;
}
.testimonial-card-items.style-2 .client-info span {
  color: var(--text);
}
.testimonial-card-items.style-2 .client-info h3 {
  color: var(--header);
  margin: 0;
  font-size: 18px;
}
.testimonial-card-items.style-2 .client-info p {
  margin-top: 10px;
}

.testimonial-section {
  position: relative;
}
.testimonial-section .map-shape {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.testimonial-section .right-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.testimonial-box-items {
  padding: 50px 30px 0;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.testimonial-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  z-index: -1;
  height: 75%;
}
.testimonial-box-items .star {
  color: var(--theme-2);
  margin-bottom: 20px;
}
.testimonial-box-items p {
  font-size: 17px;
}
.testimonial-box-items .client-info-item {
  margin-top: 40px;
}
.testimonial-box-items .client-info-item .client-img {
  width: 60px;
  height: 60px;
  background-color: var(--bg);
  border-radius: 50%;
}
.testimonial-box-items .client-info-item .content {
  margin-top: 20px;
}
.testimonial-box-items .client-info-item .content span {
  font-size: 17px;
  color: var(--theme);
  margin-top: 10px;
  display: inline-block;
  line-height: 1;
}

.brand-wrapper {
  background-color: #333F4D;
  padding: 80px 0;
  width: calc(100% - 315px);
  padding-left: 315px;
  background-size: contain !important;
  position: relative;
  z-index: 9;
}
@media (max-width: 1899px) {
  .brand-wrapper {
    padding-left: 0;
    width: initial;
  }
}
@media (max-width: 767px) {
  .brand-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .brand-wrapper {
    padding: 40px 0;
  }
}

.brand-section {
  position: relative;
  z-index: 9;
}
.brand-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  z-index: 1;
  top: 50%;
}

.brand-section-2 {
  position: relative;
  z-index: 9;
  background-attachment: fixed;
  margin-bottom: 120px;
}
.brand-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  opacity: 0.9;
}

.project-card-items {
  margin-top: 30px;
}
.project-card-items .project-image {
  position: relative;
}
.project-card-items .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.project-card-items .project-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.project-card-items .project-image .project-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9;
}
.project-card-items .project-image .project-content p {
  color: var(--white);
  margin-bottom: 5px;
}
.project-card-items .project-image .project-content h3 a {
  color: var(--white);
}
.project-card-items .project-image .project-content h3 a:hover {
  color: var(--theme);
}

.project-box-items {
  text-align: center;
  padding: 80px 10px;
  background-color: var(--bg);
  height: 100%;
}
@media (max-width: 1399px) {
  .project-box-items {
    padding: 36px 10px;
  }
}
@media (max-width: 1199px) {
  .project-box-items {
    padding: 80px 10px;
  }
}
@media (max-width: 991px) {
  .project-box-items {
    padding: 26px 15px;
  }
}
@media (max-width: 767px) {
  .project-box-items {
    padding: 50px 30px;
  }
}
.project-box-items .section-title h2 {
  font-size: 42px;
}
@media (max-width: 767px) {
  .project-box-items .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .project-box-items .section-title h2 {
    font-size: 32px;
  }
}

.project-thumb {
  position: relative;
}
.project-thumb img {
  width: 100%;
  height: 100%;
}
.project-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-thumb .project-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-thumb .project-content p {
  color: var(--white);
  margin-bottom: 5px;
}
.project-thumb .project-content h4 a {
  color: var(--white);
}
.project-thumb .project-content h4 a:hover {
  color: var(--theme-2);
}
.project-thumb:hover::before {
  opacity: 1;
  visibility: visible;
}
.project-thumb:hover .project-content {
  opacity: 1;
  visibility: visible;
}

.portfolio-card-items {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.portfolio-card-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(91, 155, 55, 0.9);
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.portfolio-card-items .portfolio-image {
  position: relative;
}
.portfolio-card-items .portfolio-image img {
  width: 100%;
  height: 100%;
}
.portfolio-card-items .portfolio-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.portfolio-card-items .portfolio-image .content {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 9;
  transform: translateY(80%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .portfolio-card-items .portfolio-image .content {
    bottom: 50px;
  }
}
.portfolio-card-items .portfolio-image .content span {
  font-size: 17px;
  color: var(--white);
  margin-bottom: 5px;
  display: inline-block;
}
.portfolio-card-items .portfolio-image .content p {
  color: var(--white);
  font-size: 17px;
}
.portfolio-card-items .portfolio-image .content h5 {
  margin-bottom: 20px;
}
.portfolio-card-items .portfolio-image .content h5 a {
  color: var(--white);
}
.portfolio-card-items .portfolio-image .content h5 a:hover {
  color: var(--theme-2);
}
.portfolio-card-items:hover::before {
  opacity: 0.9;
  visibility: visible;
}
.portfolio-card-items:hover .portfolio-image .content {
  transform: translateY(0);
}
.portfolio-card-items:hover .portfolio-image .content h5 {
  margin-bottom: 10px;
}
.portfolio-card-items:hover .portfolio-image .content p {
  margin-bottom: -15px;
}

.project-box-items-2 .project-image {
  position: relative;
}
.project-box-items-2 .project-image .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bg);
  padding: 30px;
  right: 50px;
}
.project-box-items-2 .project-image .project-content h5 a:hover {
  color: var(--theme);
}
.project-box-items-2 .project-image .project-content p {
  margin-bottom: 5px;
  color: var(--theme);
  font-weight: 500;
}
.project-box-items-2 .project-image .project-content .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--theme);
  color: var(--white);
}
.project-box-items-2 .project-image .project-content .icon-btn:hover {
  background-color: var(--theme-2);
}

.project-details-wrapper .project-details-content .content h2 {
  margin-bottom: 20px;
}
.project-details-wrapper .project-details-content .details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-details-content .list-items {
  margin-top: 30px;
}
.project-details-wrapper .project-details-content .list-items span {
  display: inline-block;
  color: var(--header);
  font-family: "Krona One", system-ui;
  margin-bottom: 10px;
}
.project-details-wrapper .project-details-content .list-items span i {
  color: var(--theme);
  margin-right: 5px;
}

.news-card-items {
  margin-top: 30px;
}
.news-card-items .news-image {
  position: relative;
  overflow: hidden;
}
.news-card-items .news-image img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-size: cover;
}
.news-card-items .news-image img:nth-child(1) {
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}
.news-card-items .news-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
  transform-origin: bottom center;
  width: 100%;
}
.news-card-items .news-content {
  margin-top: -20px;
  position: relative;
  z-index: 9;
}
.news-card-items .news-content .post-cat {
  padding: 12px 20px;
  line-height: 1;
  background-color: var(--theme);
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  font-size: 15px;
  transition: all 0.4s ease-in-out;
}
.news-card-items .news-content .post-cat:hover {
  background-color: var(--header);
}
.news-card-items .news-content .post-date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.news-card-items .news-content .post-date li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-card-items .news-content h3 {
  border-bottom: 1px solid var(--border);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.news-card-items .news-content h3 a:hover {
  color: var(--theme);
}
.news-card-items .news-content .link-btn {
  text-transform: uppercase;
  margin-top: 25px;
  color: var(--header);
}
.news-card-items .news-content .link-btn i {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--theme);
  color: var(--white);
}
.news-card-items .news-content .link-btn:hover {
  color: var(--theme);
}
.news-card-items:hover .news-image img:nth-child(1) {
  transform-origin: bottom center;
  transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
}
.news-card-items:hover .news-image img:nth-child(2) {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}

.news-box-items {
  margin-top: 30px;
}
.news-box-items .news-image img {
  width: 100%;
  height: 100%;
}
.news-box-items .news-content {
  padding: 30px;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
  margin: -50px 20px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .news-box-items .news-content {
    margin: 0;
  }
}
.news-box-items .news-content .cat {
  padding: 6px 22px;
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  left: 30px;
}
.news-box-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.news-box-items .news-content ul li {
  color: var(--header);
}
.news-box-items .news-content h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
@media (max-width: 1399px) {
  .news-box-items .news-content h3 {
    font-size: 18px;
  }
}
.news-box-items .news-content h3 a:hover {
  color: var(--theme);
}
.news-box-items .news-content .link-btn {
  margin-top: 15px;
}
.news-box-items .news-content .link-btn i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
  font-size: 14px;
  margin-right: 5px;
}
.news-box-items .news-content .link-btn:hover {
  color: var(--theme);
}

.news-section-2 .section-title-area .theme-btn {
  background-color: transparent;
  border: 2px solid var(--border);
  border-radius: 5px;
  font-family: "Krona One", system-ui;
  color: var(--header);
}
.news-section-2 .section-title-area .theme-btn::before {
  border-top: 35px solid var(--theme);
  border-bottom: 35px solid var(--theme);
}
.news-section-2 .section-title-area .theme-btn::after {
  border-top: 35px solid var(--theme);
  border-bottom: 35px solid var(--theme);
}
.news-section-2 .section-title-area .theme-btn:hover {
  color: var(--white);
  border: 2px solid var(--theme);
}

.news-card-items-2 {
  margin-top: 30px;
  background-color: var(--bg);
}
.news-card-items-2 .news-content {
  padding: 35px 30px;
}
.news-card-items-2 .news-content .post-date {
  margin-bottom: 15px;
}
.news-card-items-2 .news-content .post-date li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-card-items-2 .news-content h5 a:hover {
  color: var(--theme);
}
.news-card-items-2 .news-image img {
  width: 100%;
  height: 100%;
}
.news-card-items-2 .news-button {
  padding: 25px 30px;
}
.news-card-items-2 .news-button .link-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.news-card-items-2 .news-button .link-btn i {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
}

.border-wrap {
  border: 2px solid #ededed;
}

.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
  font-weight: 500;
}
.blog-wrapper .border-wrap {
  padding: 50px;
}
@media (max-width: 767px) {
  .blog-wrapper .border-wrap {
    padding: 50px 15px;
  }
}
.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 h1 {
  font-size: 36px;
  line-height: 1.4;
}
.blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
  margin-top: 10px;
}
.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}
.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: "Krona One", system-ui;
  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(--theme);
}
@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 5 Pro";
  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: 450px;
  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;
  background-color: var(--theme);
  display: inline-block;
  text-align: center;
  color: var(--white);
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .ripple::before {
  width: 80px;
  height: 80px;
}
.blog-wrapper .single-blog-post .post-content {
  padding: 40px;
  border: 2px solid #ededed;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
  font-size: 30px;
  font-weight: 500;
}
.blog-wrapper .single-blog-post .post-content h2 a:hover {
  color: var(--theme);
}
.blog-wrapper .single-blog-post .post-content p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 50px 10px;
  }
}
@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}
.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: "League Spartan", sans-serif;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: var(--header);
}
.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
  margin-top: 30px;
}
.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
  color: var(--text);
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}
.blog-wrapper .single-blog-post .post-content ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: var(--theme);
}
.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}
.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}
.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}
.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-bottom: 15px;
}
.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: #202426;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}
@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;
  font-weight: 500;
}
.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
  color: var(--theme);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 600;
}
.blog-wrapper .single-blog-post .post-content .post-link a:hover {
  color: var(--theme-2);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

@media (min-width: 991px) {
  .main-sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .main-sidebar {
    margin-top: 40px;
  }
}
.main-sidebar .single-sidebar-widget {
  border: 2px solid #ededed;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
}
.main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}
.main-sidebar .single-sidebar-widget ul > li {
  margin-bottom: 10px;
}
.main-sidebar .single-sidebar-widget ul > li a {
  font-size: 18px;
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget ul > li a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}
.main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}
.main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 45px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  font-weight: 500;
  font-size: 22px;
}
.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);
}
.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);
}
.main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f2f2f2;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.search_widget form {
  width: 100%;
  position: relative;
}
.search_widget form input {
  background-color: #f8f8f8;
  font-size: 15px;
  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;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.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: 14px;
  line-height: 22px;
  font-weight: 500;
  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(--theme);
}
.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
  margin-top: 5px;
  color: var(--theme);
  font-weight: 700;
  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: #f8f8f8;
  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: 11px 26px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  background: #f8f8f8;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 8px;
  transition: all 0.4s ease-in-out;
}
.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 {
  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;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@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 h4 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

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

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

.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 .minimal-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #727475;
  border: 1px solid #ebebeb;
  background: transparent;
  transition: all 0.4s ease-in-out;
  box-shadow: inherit inherit inherit inherit inherit inherit;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info .minimal-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .info .minimal-btn i {
  margin-right: 5px;
}
.comments-item-list .single-comment-item .author-info-comment .info .minimal-btn:hover {
  background: var(--theme);
  border: 1px solid var(--theme);
  color: var(--white);
}
.comments-item-list .single-comment-item .author-info-comment .info .minimal-btn:hover a {
  color: var(--white);
}
.comments-item-list .single-comment-item .author-info-comment .info h5 {
  margin-bottom: 5px;
}
@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(--theme);
  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;
  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;
  background-color: var(--theme);
  border-radius: 0;
}
@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 {
  list-style-type: disc;
}
.comment ul ol {
  margin-bottom: 0;
}
.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  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;
}

.service-card-items {
  margin-top: 30px;
}
.service-card-items .service-image img {
  width: 100%;
  height: 100%;
}
.service-card-items .service-content {
  padding: 30px;
  background-color: var(--white);
  margin-top: -30px;
  margin-left: 30px;
  position: relative;
  z-index: 9;
}
.service-card-items .service-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.service-card-items .service-content h3 a:hover {
  color: var(--theme);
}
.service-card-items .service-content p {
  margin-bottom: 20px;
}

.service-box-items {
  margin-top: 30px;
  border: 1px solid var(--border);
  border-radius: 5px;
  background-color: var(--white);
}
.service-box-items .service-content {
  padding: 40px;
}
.service-box-items .service-content h3 {
  margin-top: 20px;
}
.service-box-items .service-content h3 a:hover {
  color: var(--theme-2);
}
.service-box-items .service-content ul {
  margin-top: 20px;
}
.service-box-items .service-content ul li {
  position: relative;
  padding-left: 15px;
  color: var(--header);
  font-weight: 500;
}
.service-box-items .service-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service-box-items .service-content ul li::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  background-color: var(--theme-2);
}
.service-box-items .service-content .link-btn {
  text-transform: uppercase;
  margin-top: 25px;
  color: var(--theme);
}
.service-box-items .service-content .link-btn i {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 14px;
  border-radius: 15px;
}
.service-box-items .service-content .link-btn:hover {
  color: var(--theme-2);
}
.service-box-items .service-image {
  position: relative;
  overflow: hidden;
}
.service-box-items .service-image img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-size: cover;
}
.service-box-items .service-image img:nth-child(1) {
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}
.service-box-items .service-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  transition: transform 700ms ease, top 700ms ease;
  transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
  transform-origin: bottom center;
  width: 100%;
}
.service-box-items:hover .service-image img:nth-child(1) {
  transform-origin: bottom center;
  transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
}
.service-box-items:hover .service-image img:nth-child(2) {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}

.service-section-2 {
  position: relative;
  z-index: 9;
}
.service-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  z-index: -1;
  top: 38%;
}

.service-card-items-2 {
  margin-top: 30px;
}
.service-card-items-2 .service-title h5 {
  line-height: 1;
}
.service-card-items-2 .service-title h5 a:hover {
  color: var(--theme);
}
.service-card-items-2 .service-title p {
  font-size: 17px;
  color: var(--header);
  margin-top: 5px;
  position: relative;
  margin-bottom: 40px;
}
.service-card-items-2 .service-title p::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 3px;
  content: "";
  background-color: var(--theme);
}
.service-card-items-2 .service-thumb {
  position: relative;
  overflow: hidden;
}
.service-card-items-2 .service-thumb img {
  transition: all 0.4s ease-in-out;
}
.service-card-items-2 .service-thumb::after {
  background: linear-gradient(90deg, rgba(var(--white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--white-rgb, 255, 255, 255), 0.3) 92%, rgba(var(--white-rgb, 255, 255, 255), 0));
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.5s ease 0s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  width: 200%;
}
.service-card-items-2 .service-thumb .icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--theme-2);
  z-index: 9;
}
.service-card-items-2 .service-thumb .icon img {
  width: initial;
  height: initial;
}
.service-card-items-2 .service-text {
  border: 1px solid var(--border);
  background-color: var(--white);
  padding: 30px;
}
.service-card-items-2 .service-text p {
  font-size: 17px;
  color: var(--header);
  line-height: 165%;
}
.service-card-items-2:hover .service-thumb::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.5s, 0.5s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
.service-card-items-2:hover .service-thumb img {
  transform: scale(1.1) rotate(1.1deg);
}

.service-details-wrapper .service-details-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .service-details-wrapper .service-details-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper .service-details-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-content h2 {
    font-size: 24px;
  }
}
.service-details-wrapper .service-details-content .details-thumb img {
  width: 100%;
  height: 100%;
}
.service-details-wrapper .service-details-content .list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.service-details-wrapper .service-details-content .list li {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
}
.service-details-wrapper .service-details-content .list li:not(:last-child) {
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-content .list li i {
  color: var(--theme);
  margin-right: 5px;
}
.service-details-wrapper .service-details-content .list-2 {
  margin-top: 10px;
}
.service-details-wrapper .service-details-content .list-2 li {
  color: var(--header);
}
.service-details-wrapper .service-details-content .list-2 li i {
  color: var(--theme);
  margin-right: 10px;
}
.service-details-wrapper .service-details-content .list-2 li:not(:last-child) {
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-content .download-file {
  background-color: var(--bg);
  padding: 35px 30px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .service-details-wrapper .service-details-content .download-file {
    padding: 30px 25px;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
}
.service-details-wrapper .service-details-content .download-file .download-button {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget {
  background-color: var(--bg);
  padding: 30px;
  margin-bottom: 30px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget h3 {
  line-height: 1;
  margin-bottom: 30px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget ul li {
  padding: 18px 20px;
  background-color: var(--bg);
  font-family: "Krona One", system-ui;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget ul li:hover {
  background-color: var(--theme);
}
.service-details-wrapper .service-details-sidebar .sidebar-widget ul li:hover a {
  color: var(--white);
}
.service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg {
  padding: 50px 20px;
  position: relative;
  z-index: 9;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--theme);
  opacity: 0.9;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg h5 {
  margin-bottom: 10px;
  color: var(--white);
}
.service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg h4 {
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg h4 a {
  color: var(--white);
}
.service-details-wrapper .service-details-sidebar .sidebar-widget .contact-bg p {
  color: var(--white);
}

.contact-wrapper .contact-image img {
  width: 100%;
  height: 100%;
}
.contact-wrapper .contact-content {
  padding: 50px;
  background-color: var(--white);
  margin-left: -70px;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-content {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-content {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .contact-wrapper .contact-content {
    margin-left: 0;
  }
}
.contact-wrapper .contact-content .form-clt input, .contact-wrapper .contact-content .form-clt textarea {
  line-height: 1;
  border: 1.5px solid var(--border);
  padding: 17px 20px;
  color: var(--text);
  outline: none;
  width: 100%;
  border-radius: 5px;
}
.contact-wrapper .contact-content .form-clt textarea {
  padding: 17px 20px 125px;
}
@media (max-width: 1199px) {
  .contact-wrapper.style-padding-minus {
    margin-bottom: -50px;
  }
}

.contact-section-2 {
  position: relative;
  z-index: 9;
}
.contact-section-2 .contact-image-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .contact-section-2 .contact-image-2 {
    position: static;
    margin-bottom: 50px;
  }
}
.contact-section-2 .contact-image-2 img {
  width: 100%;
  height: 100%;
}

.contact-wrapper-2 .contact-content .form-clt input, .contact-wrapper-2 .contact-content .form-clt textarea {
  line-height: 1;
  border: 1.5px solid var(--border);
  padding: 17px 20px;
  color: var(--text);
  outline: none;
  width: 100%;
  border-radius: 5px;
  background-color: var(--white);
}
.contact-wrapper-2 .contact-content .form-clt textarea {
  padding: 17px 20px 125px;
}

.contact-section-3 {
  position: relative;
  margin-top: 87px;
}
@media (max-width: 1199px) {
  .contact-section-3 {
    margin-top: 0;
  }
}
.contact-section-3 .contact-image {
  position: absolute;
  top: -85px;
  bottom: 0;
  right: 0;
  max-width: 940px;
}
@media (max-width: 1399px) {
  .contact-section-3 .contact-image {
    max-width: 610px;
  }
}
@media (max-width: 1199px) {
  .contact-section-3 .contact-image {
    top: 0;
    position: static;
    margin-bottom: 40px;
    max-width: 1100px;
  }
}
.contact-section-3 .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-contact-card {
  background-color: #f8f8f8;
  padding: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 585px) {
  .single-contact-card {
    padding: 30px;
  }
}
.single-contact-card:hover {
  background-color: var(--header);
}
.single-contact-card:hover .icon {
  color: #fff !important;
  background-color: var(--theme) !important;
}
.single-contact-card:hover .bottom-part .icon {
  color: var(--theme) !important;
  background-color: #fff !important;
}
.single-contact-card:hover p,
.single-contact-card:hover span, .single-contact-card:hover h4 {
  color: #fff;
}
.single-contact-card .top-part {
  overflow: hidden;
}
.single-contact-card .top-part .icon {
  width: 70px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  float: left;
  color: var(--header);
  overflow: hidden;
  margin-right: 20px;
}
.single-contact-card .top-part .title {
  overflow: hidden;
}
.single-contact-card .bottom-part {
  margin-top: 25px;
  overflow: hidden;
}
.single-contact-card .bottom-part .icon {
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  float: right;
  overflow: hidden;
  margin-left: 20px;
}
.single-contact-card .bottom-part .info {
  display: inline-block;
  overflow: hidden;
}

.office-google-map-wrapper {
  margin-top: 50px;
}
.office-google-map-wrapper iframe {
  height: 550px;
  width: 100%;
}

.main-contact-form-items {
  background-color: var(--bg);
  padding: 70px;
}
@media (max-width: 767px) {
  .main-contact-form-items {
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .main-contact-form-items {
    padding: 50px 30px;
  }
}
.main-contact-form-items .title {
  margin-bottom: 40px;
}
.main-contact-form-items .title h2 {
  font-size: 36px;
  margin-bottom: 5px;
}
.main-contact-form-items .form-clt input, .main-contact-form-items .form-clt textarea {
  padding: 18px 30px;
  border: none;
  outline: none;
  background-color: var(--white);
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}
@media (max-width: 575px) {
  .main-contact-form-items .form-clt input, .main-contact-form-items .form-clt textarea {
    padding: 12px 20px;
  }
}
.main-contact-form-items .form-clt textarea {
  padding: 18px 30px 140px;
}
@media (max-width: 575px) {
  .main-contact-form-items .form-clt textarea {
    padding: 12px 20px 90px;
  }
}
.main-contact-form-items .form-clt::placeholder {
  color: var(--text);
}
.main-contact-form-items .theme-btn {
  border-radius: 0;
  background-color: var(--theme);
  font-weight: 500;
}

.footer-widgets-wrapper {
  padding: 90px 0 120px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 50px 0 80px;
  }
}
.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 {
  font-size: 20px;
  color: var(--white);
  position: relative;
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  background-color: #222832;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
  margin-top: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
  font-size: 16px;
  color: var(--theme);
  margin-right: 10px;
  font-size: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: var(--white);
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  text-transform: capitalize;
  padding-left: 22px;
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background-color: var(--theme);
  border-radius: 10px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a:hover {
  color: var(--theme);
  margin-left: 5px;
}
.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
  position: relative;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    width: 100px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper .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 .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(134, 187, 70, 0.85);
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper .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: 25px;
}
.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
  opacity: 1;
}
.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
  opacity: 1;
}
.footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items:not(:last-child) {
  margin-bottom: 25px;
}
.footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-img {
  width: 80px;
  height: 80px;
}
.footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content {
  flex-basis: 60%;
}
.footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content span {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content span i {
  color: var(--theme);
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content h5 {
  font-size: 14px;
  margin-top: 5px;
}
.footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content h5 a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .popularspost-area .single-post-items .post-content h5 a:hover {
  color: var(--theme);
}

.footer-bottom {
  border-top: 1px solid #333F4D;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center !important;
    text-align: center;
  }
}
.footer-bottom .footer-bottom-wrapper p {
  color: var(--white);
}
.footer-bottom .footer-bottom-wrapper p a {
  color: var(--white);
}
.footer-bottom .footer-bottom-wrapper p a:hover {
  color: var(--theme);
}
.footer-bottom .footer-bottom-wrapper p span {
  color: var(--theme);
}
.footer-bottom .footer-bottom-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer-bottom .footer-bottom-wrapper .footer-menu {
    flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
  }
}
.footer-bottom .footer-bottom-wrapper .footer-menu li:not(:last-child) {
  border-right: 1px solid var(--white);
  padding-right: 20px;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a {
  color: var(--white);
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--theme);
}

.footer-contact-wrapper {
  background-color: var(--theme);
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-contact-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 40px;
  }
}
.footer-contact-wrapper .contact-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-contact-wrapper .contact-items .icon {
  font-size: 32px;
  color: var(--white);
}
.footer-contact-wrapper .contact-items .content p, .footer-contact-wrapper .contact-items .content a {
  color: var(--white);
  font-family: "Krona One", system-ui;
}

.footer-contact-section {
  position: relative;
  z-index: 9;
}
.footer-contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: #1F242C;
  top: 68%;
}
.footer-contact-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: var(--bg);
  height: 68%;
}
.footer-contact-section.remove-bg::after {
  display: none;
}