/*
Theme Name: Lowter
Author: kinixthemes
Author URI: https://themeforest.net/user/kinixthemes
Description: Lowter - Attorney & Law Agency HTML Template
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&amp;display=swap");
:root {
  --body: #0F1F1F;
  --black: #000;
  --white: #fff;
  --theme: #E9BF97;
  --theme2: #E9BF97;
  --header: #0D1919;
  --header2: #1C1D21;
  --text: #788A8A;
  --border: #273536;
  --bg: #F4F4F4;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  --gradient-color: linear-gradient(180deg, #D69926 0%, #FFCC6E 100%);
}

.theme-btn {
  background: var(--gradient-color);
  color: var(--header);
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 30px;
  border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 21px;
}
.theme-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn i, .theme-btn img {
  margin-left: 10px;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 1px;
    font-size: 14px;
  }
}
.theme-btn.border-btn {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--white);
}
.theme-btn.border-btn::before, .theme-btn.border-btn::after {
  background: var(--gradient-color);
}
.theme-btn.border-btn img {
  transition: all 0.4s ease-in-out;
}
.theme-btn.border-btn:hover img {
  filter: grayscale(100%) brightness(300%);
}
.theme-btn.radius-btn {
  border-radius: 60px;
}
.theme-btn.radius-btn:hover i, .theme-btn.radius-btn:hover img {
  filter: grayscale(100%) brightness(300%);
}
.theme-btn.theme-bg {
  background: #9d97e9;
  color: var(--header);
  border-radius: 22px;
}
.theme-btn.theme-bg::before {
  background-color: var(--header2);
}
.theme-btn.theme-bg:hover {
  color: var(--white);
}
.theme-btn.theme-bg:hover span {
  filter: grayscale(100%) brightness(300%);
}
.theme-btn.theme-bg:hover img {
  filter: grayscale(100%) brightness(300%);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  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(--text);
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: monospace;
  margin: 0px;
  padding: 0;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 150px;
  font-weight: 600;
  line-height: 114%;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 130px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 34px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 575px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 132%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 800;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  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;
}

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

.about-section .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .about-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .about-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .about-section .container-fluid {
    padding: 0 30px;
  }
}

.about-wrapper {
  position: relative;
}
.about-wrapper .about-image {
  max-width: 575px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image {
    max-width: 900px;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-content .about-text {
  margin-top: 40px;
  max-width: 550px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .about-wrapper .about-content .about-text {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
.about-wrapper .about-content .about-image-2 {
  max-width: 327px;
}
.about-wrapper .about-content .about-image-2 img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-content .about-icon-wrap {
  max-width: 470px;
  margin-left: -20px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-icon-wrap {
    margin-left: 0;
  }
}
.about-wrapper .about-content .about-icon-wrap .about-icon-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding-bottom: 63px;
  margin-bottom: 63px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-icon-wrap .about-icon-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-wrapper .about-content .about-icon-wrap .about-icon-items .icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-wrapper .about-content .about-icon-wrap .about-icon-items .icon-item h4 {
  color: var(--white);
}
.about-wrapper .about-content .about-icon-wrap .theme-btn {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--white);
}
.about-wrapper .about-content .about-icon-wrap .theme-btn::before, .about-wrapper .about-content .about-icon-wrap .theme-btn::after {
  background: var(--gradient-color);
}
.about-wrapper .about-content .about-icon-wrap .theme-btn img {
  transition: all 0.4s ease-in-out;
}
.about-wrapper .about-content .about-icon-wrap .theme-btn:hover img {
  filter: grayscale(100%) brightness(300%);
}
.about-wrapper .icon-box {
  width: 172px;
  height: 172px;
  line-height: 172px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  position: absolute;
  right: 8%;
  top: 15%;
}
@media (max-width: 1199px) {
  .about-wrapper .icon-box {
    display: none;
  }
}
.about-wrapper .icon-box .icon-circle {
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper .icon-box .text-circle {
  animation: cir36 10s linear infinite;
}

.about-wrapper-2 .icon-box {
  width: 172px;
  height: 172px;
  line-height: 172px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  position: relative;
}
.about-wrapper-2 .icon-box .icon-circle {
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-2 .icon-box .text-circle {
  animation: cir36 10s linear infinite;
}
.about-wrapper-2 .about-thumb {
  margin-top: 30px;
  max-width: 335px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-thumb {
    max-width: 800px;
  }
}
.about-wrapper-2 .about-thumb img {
  width: 100%;
  height: 100%;
}
.about-wrapper-2 .content {
  margin-top: 30px;
}
.about-wrapper-2 .content .list-list {
  padding: 30px 0;
  border-bottom: 1px solid #E9E9E9;
}
.about-wrapper-2 .content .list-list li {
  font-size: 24px;
  font-weight: 600;
  font-family: "Cormorant Garamond", sans-serif;
  color: var(--header);
}
@media (max-width: 1199px) {
  .about-wrapper-2 .content .list-list li {
    font-size: 19px;
  }
}
.about-wrapper-2 .content .list-list li:not(:last-child) {
  margin-bottom: 15px;
}
.about-wrapper-2 .content .list-list li img {
  margin-right: 10px;
}
.about-wrapper-2 .content .about-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 50px;
}
.about-wrapper-2 .about-thumb-2 {
  text-align: right;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-thumb-2 img {
    width: 100%;
    height: 100%;
  }
}

.about-section {
  position: relative;
}
.about-section .graph-shape {
  position: absolute;
  top: -70px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-section .graph-shape {
    display: none;
  }
}
.about-section .order-shape {
  position: absolute;
  bottom: 25%;
  right: 100px;
  z-index: -1;
  animation: rounded 5s linear infinite;
}
@media (max-width: 1199px) {
  .about-section .order-shape {
    display: none;
  }
}

.about-wrapper-3 .about-image {
  margin-left: -75%;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image {
    margin-left: 0;
  }
}
.about-wrapper-3 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-content {
  margin-left: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-3 .about-content .about-text {
  max-width: 475px;
  color: #525B6F;
  margin-top: 35px;
  margin-bottom: 40px;
}
.about-wrapper-3 .about-content .icon-box {
  width: 172px;
  height: 172px;
  line-height: 172px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  position: absolute;
  top: 80px;
  right: 65px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .icon-box {
    display: none;
  }
}
.about-wrapper-3 .about-content .icon-box .icon-circle {
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-3 .about-content .icon-box .text-circle {
  animation: cir36 10s linear infinite;
}
.about-wrapper-3 .about-content .about-wrap .about-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-wrapper-3 .about-content .about-wrap .theme-btn {
  margin-top: 40px;
}
.about-wrapper-3 .about-content .about-wrap .about-video {
  position: relative;
}
.about-wrapper-3 .about-content .about-wrap .about-video img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-content .about-wrap .about-video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}
.about-wrapper-3 .about-content .about-wrap .about-video .video-btn.ripple::after, .about-wrapper-3 .about-content .about-wrap .about-video .video-btn.ripple::before {
  width: 70px;
  height: 70px;
}

.about-section-3 {
  position: relative;
}
.about-section-3 .graph-shape {
  position: absolute;
  right: 0;
  top: 30%;
}
@media (max-width: 1199px) {
  .about-section-3 .graph-shape {
    display: none;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

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

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.lets-talk-text {
  display: flex;
  align-items: center;
  gap: 30px;
}
.lets-talk-text h2 {
  font-size: 100px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  margin-top: -15px;
  margin-bottom: -10px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #273536;
  -webkit-text-fill-color: transparent;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .lets-talk-text h2 {
    font-size: 60px;
  }
}
.lets-talk-text .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid rgb(39, 53, 54);
  border-radius: 50%;
  display: inline-block;
}
.lets-talk-text:hover h2, .lets-talk-text.active h2 {
  color: var(--white) !important;
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: initial;
}
.lets-talk-text:hover .icon, .lets-talk-text.active .icon {
  background-color: var(--white);
}

.appointment-wrapper .appointment-content p {
  max-width: 425px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.appointment-wrapper .appointment-content .client-info-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 470px) {
  .appointment-wrapper .appointment-content .client-info-item {
    flex-wrap: wrap;
  }
}
.appointment-wrapper .appointment-content .client-info-item .client-image {
  display: flex;
  align-items: center;
}
.appointment-wrapper .appointment-content .client-info-item .client-image .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #0D1919;
}
.appointment-wrapper .appointment-content .client-info-item .client-image .client-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-left: -20px;
  z-index: -1;
}
.appointment-wrapper .appointment-content .client-info-item .content h3 {
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  margin-top: 3px;
}
.appointment-wrapper .appointment-form .form-clt input, .appointment-wrapper .appointment-form .form-clt textarea {
  width: 100%;
  outline: none;
  color: var(--text);
  border: 1px solid #E9E9E9;
  padding: 18px 30px;
}
.appointment-wrapper .appointment-form .form-clt textarea {
  padding-bottom: 140px;
}

.contact-wrapper-33 .contact-info-box {
  border: 1px solid var(--border);
  padding: 60px;
}
@media (max-width: 767px) {
  .contact-wrapper-33 .contact-info-box {
    padding: 30px;
  }
}
.contact-wrapper-33 .contact-info-box ul li {
  display: flex;
  align-items: center;
  gap: 39px;
}
.contact-wrapper-33 .contact-info-box ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 470px) {
  .contact-wrapper-33 .contact-info-box ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.contact-wrapper-33 .contact-info-box ul li .icon {
  border: 1px solid var(--border);
  width: 42px;
  height: 42px;
  line-height: 36px;
  text-align: center;
  border-radius: 31%;
}
.contact-wrapper-33 .contact-info-box ul li .content span {
  color: #060606;
}
.contact-wrapper-33 .contact-info-box ul li .content h3 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  margin-top: 4px;
  color: #0e0b0b;
}
@media (max-width: 470px) {
  .contact-wrapper-33 .contact-info-box ul li .content h3 {
    font-size: 16px;
  }
}
.contact-wrapper-33 .contact-info-box ul li .content h3 a {
  color: #120f0f;
  font-size: 18px;
}
.contact-wrapper-33 .comment-form-wrap {
  border: 1px solid var(--border);
  padding: 24px;
}
.contact-wrapper-33 .comment-form-wrap h3 {
  color: #1c1d21;
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 575px) {
  .contact-wrapper-33 .comment-form-wrap h3 {
    margin-bottom: 20px;
  }
}
.contact-wrapper-33 .comment-form-wrap .contact-form-items {
  position: relative;
  z-index: 99;
}
.contact-wrapper-33 .comment-form-wrap .contact-form-items .form-clt {
  position: relative;
}
.contact-wrapper-33 .comment-form-wrap .contact-form-items .form-clt input, .contact-wrapper-33 .comment-form-wrap .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: 1px solid #273536;
  background-color: transparent;
  padding: 17px 30px;
  color: #788A8A;
  line-height: 1;
}
.contact-wrapper-33 .comment-form-wrap .contact-form-items .form-clt input::placeholder, .contact-wrapper-33 .comment-form-wrap .contact-form-items .form-clt textarea::placeholder {
  color: #788A8A;
}
.contact-wrapper-33 .comment-form-wrap .contact-form-items .form-clt textarea {
  padding-bottom: 128px;
}
.contact-wrapper-33 .comment-form-wrap .contact-form-items .form-clt .icon {
  position: absolute;
  right: 30px;
  top: 13px;
}

.faq-items .icon-items {
  display: flex;
  gap: 24px;
}
.faq-items .icon-items .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
}
.faq-items .icon-items .content {
  flex-basis: 84%;
}
.faq-items .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 26px;
  border-radius: 16px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 26px;
  border-radius: 0;
}
.faq-items .accordion .accordion-item.border-none {
  border: none;
  padding-bottom: 0;
}
.faq-items .accordion .accordion-item h2 button {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 0;
  font-family: "Cormorant Garamond", sans-serif;
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
@media (max-width: 575px) {
  .faq-items .accordion .accordion-item h2 button {
    font-size: 25px;
  }
}
.faq-items .accordion .accordion-item .accordion-body {
  padding: 0;
  padding-top: 15px;
}
.faq-items .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-items .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
}
.faq-items .accordion .accordion-button::after {
  display: none;
}
.faq-items .accordion .accordion-button::before {
  display: none;
}
.faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header);
  margin-bottom: -40px;
  display: inline-block;
}

.faq-wrapper-2 .faq-box-items {
  padding: 27px 31px;
  background-color: #ffffff;
  border-radius: 37px 10px 23px 37px;
}
@media (max-width: 767px) {
  .faq-wrapper-2 .faq-box-items {
    padding: 40px 30px;
  }
}
.faq-wrapper-2 .faq-box-items .faq-text {
  color: #220f0f;
  margin-top: 30px;
  max-width: 680px;
}
.faq-wrapper-2 .faq-box-items .faq-items-2 .accordion {
  margin-top: 35px;
}
.faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-item {
  border: none;
  margin-bottom: 24px;
  border-radius: 24px;
  background: #1C1D21;
}
.faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-item h2 button {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 26px 30px;
  font-family: "Cormorant Garamond", sans-serif;
  color: var(--white);
  border-radius: 80px;
}
@media (max-width: 575px) {
  .faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-item h2 button {
    font-size: 17px;
  }
}
.faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  border: 1px dashed var(--theme);
}
.faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-item .accordion-body p {
  color: #E7E7E7;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
}
.faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-button::after {
  display: none;
}
.faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-button::before {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 25px;
  right: 30px;
  font-size: 13px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--header);
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 0;
  background-color: var(--theme);
}
.faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--white);
}
.faq-wrapper-2 .faq-box-items .faq-items-2 .accordion .accordion-button.collapsed::before {
  content: "+";
}

.text-marque {
  display: flex;
  align-items: center;
  gap: 30px;
}
.text-marque h2 {
  font-size: 100px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  margin-top: -15px;
  margin-bottom: -10px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #273536;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .text-marque h2 {
    font-size: 90px;
    margin-top: 0;
    margin-bottom: -5px;
  }
}
@media (max-width: 470px) {
  .text-marque h2 {
    font-size: 50px;
  }
}
.text-marque.active h2 {
  color: var(--white);
  -webkit-text-stroke-color: inherit;
  -webkit-text-fill-color: initial;
}

.counter-list-items {
  margin-top: -10px;
}
.counter-list-items h2 {
  font-size: 80px;
  font-weight: 800;
  font-family: "Manrope", sans-serif;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 470px) {
  .counter-list-items h2 {
    font-size: 55px;
    line-height: 1.3;
  }
}
.counter-list-items h2 span {
  margin-right: -13px;
  transition: all 0.4s ease-in-out;
}
.counter-list-items p {
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #E9E9E9;
  padding-top: 30px;
  margin-top: 30px;
}
@media (max-width: 470px) {
  .counter-list-items p {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.counter-list-items.style-white h2 {
  color: var(--white);
}
.counter-list-items.style-white p {
  border-top: 2px solid #273536;
}
.counter-list-items:hover h2 {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.counter-list-items:hover h2 span {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.counter-list-items:hover p {
  border-top: 2px solid transparent;
  border-image: linear-gradient(180deg, #D69926 0%, #FFCC6E 100%);
  border-top: 2px solid transparent;
  border-image-slice: 2;
}

.choose-us-wrapper-2 .choose-us-left .choose-us-image {
  max-width: 560px;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1199px) {
  .choose-us-wrapper-2 .choose-us-left .choose-us-image {
    max-width: 900px;
  }
}
.choose-us-wrapper-2 .choose-us-left .choose-us-image img {
  width: 100%;
  height: 100%;
}
.choose-us-wrapper-2 .choose-us-left .choose-us-image .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}
.choose-us-wrapper-2 .choose-us-left .choose-us-image .video-btn.ripple::after, .choose-us-wrapper-2 .choose-us-left .choose-us-image .video-btn.ripple::before {
  width: 70px;
  height: 70px;
}

.work-process-box-items {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.work-process-box-items .process-array {
  position: absolute;
  top: 18%;
  right: -25%;
}
@media (max-width: 1199px) {
  .work-process-box-items .process-array {
    display: none;
  }
}
.work-process-box-items .thumb {
  text-align: center;
  margin: 0 auto;
  width: 82px;
  height: 81px;
  line-height: 69px;
  position: relative;
  background-color: #edc650;
  border-radius: 50%;
}
.work-process-box-items .thumb .process-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 29px;
  background: #dc3545;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
}
.work-process-box-items .thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 116px;
  height: 111px;
  animation: rotate 20s linear infinite;
  top: -14%;
  left: -19%;
  border: 2px dashed #ffffff;
  content: "";
  border-radius: 50%;
}
.work-process-box-items .content {
  margin-top: 30px;
}
.work-process-box-items .content h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}
.work-process-box-items .content p {
  max-width: 315px;
  margin: 0 auto;
  color: #fffbff;
}

.work-process-section-3 {
  position: relative;
}
.work-process-section-3 .order-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .work-process-section-3 .order-shape {
    display: none;
  }
}

.footer-widget-wrapper {
  padding: 19px 0 18px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper .signle-footer-widget {
  margin-top: 30px;
}
.footer-widget-wrapper .signle-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper .signle-footer-widget .widget-head h3 {
  font-size: 21px;
  font-weight: 600;
  color: var(--white);
  font-family: "Manrope", sans-serif;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-input input {
  width: 100%;
  outline: none;
  border: 1px solid #273536;
  background: #0F1F1F;
  padding: 17px 20px;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-input .arrow-icon {
  position: absolute;
  top: 11px;
  right: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: var(--gradient-color);
}
.footer-widget-wrapper .signle-footer-widget .footer-content h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-contact li a {
  color: #788A8A;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-contact li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-contact li:last-child {
  font-size: 24px;
  font-weight: 500;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-contact li:last-child a {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-text .icon {
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #273536;
  border-radius: 50%;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-text h6 {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #788A8A;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .footer-text h6 a {
  color: var(--white);
  text-decoration: underline;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .social-list {
  margin-top: 25px;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .social-list h6 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .social-list .social-icon {
  gap: 10px;
  margin-top: 25px;
}
.footer-widget-wrapper .signle-footer-widget .footer-content .social-list .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--white);
}
.footer-widget-wrapper .signle-footer-widget .footer-content .social-list .social-icon a:hover {
  background-color: var(--white);
  color: var(--header);
}
.footer-widget-wrapper .signle-footer-widget .list-area li {
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper .signle-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper .signle-footer-widget .list-area li a {
  color: #788A8A;
  position: relative;
}
.footer-widget-wrapper .signle-footer-widget .list-area li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--gradient-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper .signle-footer-widget .list-area li:hover a {
  padding-left: 20px;
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.footer-widget-wrapper .signle-footer-widget .list-area li:hover a::before {
  opacity: 1;
  visibility: visible;
}
.footer-widget-wrapper .signle-footer-widget.border-style {
  border-left: 1px solid #273536;
  border-right: 1px solid #273536;
  margin-left: 40px;
  padding-left: 60px;
  margin-right: 60px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper .signle-footer-widget.border-style {
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
    padding-left: 120px;
    border: none;
  }
}
@media (max-width: 767px) {
  .footer-widget-wrapper .signle-footer-widget.border-style {
    padding-left: 0;
  }
}
.footer-widget-wrapper .signle-footer-widget.border-style-2 {
  border-right: 1px solid #273536;
  margin-left: -10px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper .signle-footer-widget.border-style-2 {
    margin-left: 0;
    border: none;
  }
}
.footer-widget-wrapper .footer-gallery .gallery-wrap .gallery-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widget-wrapper .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget-wrapper .footer-gallery .gallery-wrap .gallery-item .thumb {
  position: relative;
  width: 88px;
  height: 80px;
}
.footer-widget-wrapper .footer-gallery .gallery-wrap .gallery-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-widget-wrapper .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-widget-wrapper .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0D1919;
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widget-wrapper .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
  color: var(--white);
  font-size: 16px;
  z-index: 99;
  position: relative;
  margin-top: 35px;
}
.footer-widget-wrapper .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
  opacity: 1;
}
.footer-widget-wrapper .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
  opacity: 0.5;
}
.footer-widget-wrapper.style-3 .signle-footer-widget .footer-content p {
  color: var(--white);
}
.footer-widget-wrapper.style-3 .signle-footer-widget .list-area li a {
  color: #fff;
}
.footer-widget-wrapper.style-3 .signle-footer-widget .list-area li a::before {
  color: var(--theme);
}
.footer-widget-wrapper.style-3 .signle-footer-widget .list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper.style-3 .signle-footer-widget .footer-contact li a {
  color: var(--white);
}
.footer-widget-wrapper.style-3 .signle-footer-widget .footer-contact li:last-child {
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper.style-3 .signle-footer-widget .footer-contact li:last-child a {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid #273536;
  padding: 30px 0;
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom .footer-bottom-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.footer-bottom .footer-bottom-wrapper p span {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}

.footer-newsletter-wrapper {
  background-color: #0F1F1F;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .footer-newsletter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .footer-newsletter-wrapper {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .footer-newsletter-wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .footer-newsletter-wrapper {
    padding: 40px 30px;
  }
}
.footer-newsletter-wrapper .arrow-shape {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.footer-newsletter-wrapper h2 {
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  max-width: 485px;
}
@media (max-width: 1199px) {
  .footer-newsletter-wrapper h2 {
    text-align: center;
  }
}
.footer-newsletter-wrapper .footer-newsletter-content {
  max-width: 425px;
}
@media (max-width: 1199px) {
  .footer-newsletter-wrapper .footer-newsletter-content {
    max-width: initial;
    width: 100%;
  }
}
.footer-newsletter-wrapper .footer-newsletter-content .footer-input {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-newsletter-wrapper .footer-newsletter-content .footer-input input {
  width: 100%;
  outline: none;
  border: 1px solid #273536;
  background: #0F1F1F;
  padding: 17px 20px;
}
.footer-newsletter-wrapper .footer-newsletter-content .footer-input .arrow-icon {
  position: absolute;
  top: 11px;
  right: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: var(--gradient-color);
}
.footer-newsletter-wrapper .footer-newsletter-content .footer-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-newsletter-wrapper .footer-newsletter-content .footer-text .icon {
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #273536;
  border-radius: 50%;
}
.footer-newsletter-wrapper .footer-newsletter-content .footer-text h6 {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #788A8A;
}
.footer-newsletter-wrapper .footer-newsletter-content .footer-text h6 a {
  color: var(--white);
  text-decoration: underline;
}

.footer-newsletter {
  padding-top: 100px;
}
@media (max-width: 575px) {
  .footer-newsletter {
    padding-top: 80px;
  }
}

.footer-newsletter-main-wrapper {
  background-color: #191A1D;
  padding: 60px 0;
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 .newsletter-content {
  display: flex;
  align-items: center;
  max-width: 880px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 .newsletter-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 .newsletter-content h3 {
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 .newsletter-content .footer-input {
  position: relative;
  max-width: 425px;
  width: 100%;
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 .newsletter-content .footer-input input {
  border-radius: 30px;
  border: 1px solid #303030;
  background: #1C1D21;
  outline: none;
  width: 100%;
  color: #E7E7E7;
  padding: 16px 30px;
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 .newsletter-content .footer-input input::placeholder {
  color: #E7E7E7;
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 .newsletter-content .footer-input .arrow-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 .newsletter-content .footer-input .arrow-icon:hover {
  background-color: var(--white);
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 ul li {
  font-size: 16px;
  font-weight: 400;
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 ul li a {
  color: var(--white);
}
.footer-newsletter-main-wrapper .footer-newsletter-wrapper-2 ul li a:hover {
  color: var(--theme);
}

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

.header-top-section {
  position: relative;
  background: #122525;
  border-bottom: 1px solid #273536;
}
@media (max-width: 1199px) {
  .header-top-section {
    display: none;
  }
}
.header-top-section .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-top-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-top-section .container-fluid {
    padding: 0 30px;
  }
}

.header-top-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper .top-left h6 {
  font-weight: 400;
  color: #B5B8BF;
  font-family: "Manrope", sans-serif;
}
.header-top-wrapper .top-left h6 span {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.header-top-wrapper .top-left h6 i {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
  font-weight: 400;
  margin-left: 5px;
}
.header-top-wrapper .top-right {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-top-wrapper .top-right li {
  color: #B5B8BF;
  height: 60px;
  line-height: 60px;
}
.header-top-wrapper .top-right li:first-child {
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  padding: 0 50px;
}
.header-top-wrapper .top-right li a {
  color: #B5B8BF;
}
.header-top-wrapper .top-right li i {
  margin-right: 5px;
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}

.header-1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.header-1 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  .header-1 .theme-btn {
    display: none;
  }
}
.header-1 .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-1 .header-right {
    gap: 20px;
  }
}
.header-1 .header-right .theme-btn {
  background: linear-gradient(90deg, #D69926 0%, #FECC70 100%);
}
.header-1 .header-right .theme-btn img {
  transition: all 0.4s ease-in-out;
}
.header-1 .header-right .theme-btn:hover img {
  filter: grayscale(100%) brightness(300%);
}
.header-1 .header-right .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 470px) {
  .header-1 .header-right .sidebar__toggle {
    width: 45px;
    height: 45px;
  }
  .header-1 .header-right .sidebar__toggle img {
    width: 100%;
    height: 100%;
  }
}
.header-1.header-2 {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #273536;
}
.header-1.header-2 .container-fluid {
  padding: 0 86px;
}
@media (max-width: 1600px) {
  .header-1.header-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1.header-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1.header-2 .container-fluid {
    padding: 0 30px;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 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: 15px;
  font-weight: 300;
  color: #060505;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  font-family: monospace;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 337px;
  background: #0F1F1F;
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid transparent;
  border-image: var(--gradient-color);
  border-top: 6px solid transparent;
  border-image-slice: 6;
  display: inline-block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
  text-transform: capitalize;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--gradient-color);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  background: var(--gradient-color) !important;
  color: transparent !important;
  background-clip: text !important;
}
.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(--gradient-color);
  color: transparent;
  background-clip: text;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.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: 800px;
  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 {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  line-height: initial;
  transition: all 0.4s ease-in-out;
  color: var(--header);
  font-weight: 600;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background: linear-gradient(180deg, #0D1919 0%, #0D1919 100%) !important;
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 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 .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .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 .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: var(--white);
}
.header-main .main-menu ul li:hover > a {
  background: var(--gradient-color);
  color: #9d97e9;
  background-clip: text;
}
.header-main .main-menu ul li:hover > a::after {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.header-section-3 {
  background: #1C1D21;
}
.header-section-3 .header-3 {
  background-color: transparent;
}
.header-section-3 .header-3 .header-right .theme-btn {
  background: transparent;
  color: var(--white);
  border: 1px solid #303030;
  filter: grayscale(100%) brightness(300%);
}
@media (max-width: 1399px) {
  .header-section-3 .header-3 .header-right .theme-btn {
    display: block;
  }
}
@media (max-width: 1199px) {
  .header-section-3 .header-3 .header-right .theme-btn {
    display: none;
  }
}
.header-section-3 .header-3 .header-right .theme-btn img {
  filter: grayscale(100%) brightness(300%);
}
.header-section-3 .header-3 .header-right .theme-btn::before {
  background: var(--theme);
}
.header-section-3 .header-3 .header-right .theme-btn:hover {
  filter: initial;
  color: var(--header);
}
.header-section-3 .header-3 .header-right .theme-btn:hover img {
  filter: initial;
}
.header-section-3 .header-3 .header-right h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 1399px) {
  .header-section-3 .header-3 .header-right h4 {
    display: none;
  }
}
.header-section-3 .header-3 .header-right h4 a {
  color: var(--white);
}
.header-section-3 .header-3 .header-right .search-icon {
  color: var(--white);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #303030;
}
@media (max-width: 470px) {
  .header-section-3 .header-3 .header-right .search-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .header-section-3 .header-3 .logo {
    display: block !important;
  }
}
.header-section-3 .header-3 .header-main .main-menu ul li .has-homemenu {
  left: 0;
}
.header-section-3 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .header-section-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-section-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-section-3 .container-fluid {
    padding: 0 30px;
  }
}
.header-section-3 .header-top-items-3 {
  border-bottom: 1px solid #303030;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .header-section-3 .header-top-items-3 {
    display: none;
  }
}
.header-section-3 .header-top-items-3 .header-top-items-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-section-3 .header-top-items-3 .header-top-items-wrap h6 {
  font-weight: 400;
  color: #E7E7E7;
  font-family: "Manrope", sans-serif;
}
.header-section-3 .header-top-items-3 .header-top-items-wrap h6 span {
  color: var(--theme);
}
.header-section-3 .header-top-items-3 .header-top-items-wrap h6 i {
  color: var(--theme);
  font-weight: 400;
  margin-left: 5px;
}
.header-section-3 .header-top-items-3 .header-top-items-wrap .social-icon {
  color: var(--white);
  gap: 20px;
}
.header-section-3 .header-top-items-3 .header-top-items-wrap .social-icon i {
  color: var(--white);
}
.header-section-3 .header-top-wrapper-main-3 {
  border-bottom: 1px solid #303030;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .header-section-3 .header-top-wrapper-main-3 {
    display: none;
  }
}
.header-section-3 .header-top-wrapper-main-3 .header-top-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-section-3 .header-top-wrapper-main-3 .header-top-wrapper-3 .header-info-items-3 {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header-section-3 .header-top-wrapper-main-3 .header-top-wrapper-3 .header-info-items-3 .icon-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-section-3 .header-top-wrapper-main-3 .header-top-wrapper-3 .header-info-items-3 .icon-items .content span {
  color: var(--white);
}
.header-section-3 .header-top-wrapper-main-3 .header-top-wrapper-3 .header-info-items-3 .icon-items .content h6 {
  color: var(--white);
  font-weight: bold;
  font-family: "Manrope", sans-serif;
}
.header-section-3 .header-top-wrapper-main-3 .header-top-wrapper-3 .header-info-items-3 .icon-items .content h6 a {
  color: var(--white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: #ffffff;
  -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 {
  background: #ffffff;
}
.sticky.header-3 {
  background-color: #1C1D21;
}
.sticky.header-3 .logo {
  display: block !important;
}

.offcanvas__info {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 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: var(--gradient-color);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
  color: #080707;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.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 span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
  text-align: center;
}
.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(--text);
  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: var(--gradient-color);
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__logo {
  width: 213px;
}
.offcanvas__wrapper .offcanvas__logo img {
  width: 100%;
  height: 100%;
}

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

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

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.breadcrumb-wrapper .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .breadcrumb-wrapper .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .container-fluid {
    padding: 0 30px;
  }
}
.breadcrumb-wrapper .breadcrumb-shape {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .breadcrumb-shape {
    display: none;
  }
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 120px 0 44px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.breadcrumb-wrapper .page-heading .icon {
  margin-bottom: 20px;
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 32px;
  position: relative;
  z-index: 9;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 470px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 38px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 30px;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}
@media (max-width: 470px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 16px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--header);
}
.breadcrumb-wrapper .page-heading .icon-box {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #273536;
  position: relative;
  background-color: #132727;
}
.breadcrumb-wrapper .page-heading .icon-box .icon-circle {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #273536;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.breadcrumb-wrapper .page-heading .icon-box .text-circle {
  animation: cir36 10s linear infinite;
}
.breadcrumb-wrapper .breadcrumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb-wrapper .breadcrumb-image .googpemap iframe {
  width: 100%;
  height: 620px;
}

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

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

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

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

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

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

.swiper-dot-2 {
  position: relative;
}
.swiper-dot-2 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  transition: 0.6s;
  background: rgba(28, 29, 33, 0.1);
  opacity: 1;
  border-radius: 15px;
}
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 53px;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.array-button .array-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--header);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--border);
}
.array-button .array-prev svg path {
  fill: var(--white);
}
.array-button .array-prev:hover {
  background: var(--gradient-color);
}
.array-button .array-prev:hover svg path {
  fill: var(--header);
}
.array-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background: var(--gradient-color);
}
.array-button .array-next svg path {
  fill: var(--header);
}
.array-button .array-next:hover {
  background: var(--white);
}
.array-button .array-next:hover svg path {
  fill: var(--header);
}

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

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

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

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

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

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.nice-select {
  background-color: transparent;
  width: unset;
  outline: none;
  border-bottom: 2px solid var(--border) !important;
  padding-bottom: 20px !important;
  border: none;
  border-radius: 0;
  padding: 0;
}
.nice-select:hover {
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}
.nice-select span {
  font-size: 16px;
  color: var(--text);
  text-transform: capitalize;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color: var(--text);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.custom-container {
  max-width: 1620px;
  margin: 0 auto;
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--white);
  border-radius: 50%;
  text-align: center;
}
.page-nav-wrap ul li .page-numbers.current {
  background: var(--gradient-color);
  color: var(--header);
}
@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: var(--gradient-color);
  border: 1px solid transparent;
  color: var(--header);
}

.item-bg-color {
  background-color: #F4F6FA !important;
}

.bor-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.line-shape-animation {
  max-width: 1620px;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: -20px;
  justify-content: space-between;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: -1;
}

.line-shape-animation span {
  position: relative;
  width: 1px;
  height: 100%;
  display: block;
  background: rgba(39, 53, 54, 0.3);
}

.line-shape-animation span::before,
.line-shape-animation span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--theme);
  box-shadow: rgba(4, 4, 4, 0.06) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span::after {
  animation: dscroll 2s linear infinite;
  width: 2px;
  height: 24px;
  bottom: 0;
  left: 0;
  background: var(--theme);
  box-shadow: rgba(4, 4, 4, 0.6) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span:nth-child(2)::after {
  animation: dscroll 2.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::after {
  animation: dscroll 2.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::after {
  animation: dscroll 2.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::after {
  animation: dscroll 2.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::after {
  animation: dscroll 1s linear infinite;
}

.line-shape-animation span:nth-child(7)::after {
  animation: dscroll 3.5s linear infinite;
}

.line-shape-animation span:nth-child(2)::backdrop {
  animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::before {
  animation: dscroll 4.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::before {
  animation: dscroll 4.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::before {
  animation: dscroll 4.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::before {
  animation: dscroll 4s linear infinite;
}

.line-shape-animation span:nth-child(7)::before {
  animation: dscroll 4.5s linear infinite;
}

@keyframes dscroll {
  100% {
    transform: translateY(100vh);
  }
}
.p-relative {
  position: relative !important;
}

.project-container {
  max-width: 1620px;
  margin: 0 auto;
}

.hero-1 {
  position: relative;
  z-index: 9;
}
.hero-1 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .hero-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .container-fluid {
    padding: 0 30px;
  }
}
.hero-1 .graph-shape {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-1 .graph-shape {
    display: none;
  }
}
.hero-1 .line-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-1 .line-shape {
    display: none;
  }
}
.hero-1 .law-shape {
  position: absolute;
  top: 27%;
  left: 62%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .hero-1 .law-shape {
    display: none;
  }
}
.hero-1 .hero-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1899px) {
  .hero-1 .hero-bg-shape {
    display: none;
  }
}
.hero-1 .hero-bg-shape img {
  width: 100%;
}
.hero-1 .hero-content h1 {
  color: var(--white);
  text-transform: uppercase;
}
.hero-1 .hero-content h1 span {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.hero-1 .hero-content p {
  font-size: 24px;
  line-height: 142%;
  max-width: 860px;
  margin-top: 10px;
  border-bottom: 1px solid #0C4242;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  .hero-1 .hero-content p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content p {
    font-size: 18px;
  }
}
.hero-1 .hero-content .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 55px;
}
@media (max-width: 575px) {
  .hero-1 .hero-content .client-info {
    flex-wrap: wrap;
  }
}
.hero-1 .hero-content .client-info .img-1 {
  border-right: 1px solid var(--border);
  padding-right: 20px;
}
.hero-1 .help-text {
  text-align: center;
}
@media (max-width: 1199px) {
  .hero-1 .help-text {
    text-align: left;
  }
}
.hero-1 .help-text .icon {
  display: inline-block;
  max-width: 5px;
  margin: 0 auto;
  margin-left: -20px;
}
@media (max-width: 1199px) {
  .hero-1 .help-text .icon {
    margin-left: 0;
    display: initial;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .hero-1 .help-text .icon {
    max-width: 120px;
    display: block;
  }
  .hero-1 .help-text .icon img {
    width: 100%;
    height: 100%;
  }
}
.hero-1 .help-text span {
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--white);
  display: block;
  margin-top: 38px;
  text-align: end;
}
@media (max-width: 1199px) {
  .hero-1 .help-text span {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .hero-1 .help-text span {
    font-size: 22px;
  }
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
}

.hero-2 {
  background-color: #0F1F1F;
  padding: 250px 0 250px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-2 {
    padding: 200px 0 0;
  }
}
.hero-2 .circle-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-2 .graph-shape {
  position: absolute;
  top: 25%;
  right: 0;
}
.hero-2 .container-fluid {
  padding: 0 150px;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .container-fluid {
    padding: 0 30px;
  }
}
.hero-2 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-2 .hero-content .icon {
  margin-bottom: 10px;
}
.hero-2 .hero-content h1 {
  color: var(--white);
  text-transform: uppercase;
}
@media (max-width: 1899px) {
  .hero-2 .hero-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 45px;
  }
}
.hero-2 .hero-content h1 span {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.hero-2 .hero-content p {
  font-size: 24px;
  max-width: 685px;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content p {
    font-size: 18px;
    margin-bottom: 35px;
    margin-top: 30px;
  }
}
.hero-2 .hero-image {
  max-width: 1364px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  .hero-2 .hero-image {
    max-width: 1100px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-image {
    max-width: 900px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-image {
    position: relative;
    margin-top: 30px;
    z-index: 9;
  }
}
.hero-2 .icon-box {
  width: 238px;
  height: 238px;
  line-height: 238px;
  text-align: center;
  border-radius: 50%;
  background: #0D1919;
  position: absolute;
  right: 8%;
  bottom: 35%;
}
@media (max-width: 1199px) {
  .hero-2 .icon-box {
    display: none;
  }
}
.hero-2 .icon-box .icon-circle {
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.hero-2 .icon-box .text-circle {
  animation: cir36 10s linear infinite;
}

.hero-3 {
  padding: 166px 0 200px;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-3 {
    padding-bottom: 100px;
  }
}
.hero-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background: linear-gradient(253deg, #26252A 0.6%, rgba(38, 37, 42, 0.17) 53.21%, #26252A 99.74%); */
}
.hero-3 .container-fluid {
  padding: 0 150px;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
}
.hero-3 .hero-content h1 {
  text-transform: capitalize;
  font-weight: 800;
  color: var(--white);
  font-size: 32px;
  line-height: 53px;
}
@media (max-width: 470px) {
  .hero-3 .hero-content h1 {
    line-height: 1.5;
  }
}
.hero-3 .hero-content h1 span {
  font-size: 32px;
  font-weight: 600;
  color: var(--header2);
  background-color: var(--white);
  font-family: "Manrope", sans-serif;
  padding: 9px 24px;
  line-height: 1;
  border-radius: 60px;
}
.hero-3 .hero-content h1 b {
  color: #9d97e9;
}
.hero-3 .hero-content p {
  font-size: 17px;
  color: var(--white);
  max-width: 925px;
  /* line-height: 142%; */
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content p {
    font-size: 18px;
  }
}
.hero-3 .lower-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media (max-width: 1399px) {
  .hero-3 .lower-text {
    display: none;
  }
}
.hero-3 .hero-small-image {
  right: 150px;
  bottom: 120px;
  position: absolute;
  z-index: 99;
  max-width: 490px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-small-image {
    position: static;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-3 .hero-small-image .thumb {
  max-width: 192px;
  height: 148px;
}
@media (max-width: 767px) {
  .hero-3 .hero-small-image .thumb {
    margin: 0 auto;
  }
}
.hero-3 .hero-small-image .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-3 .hero-small-image .swiper-slide.swiper-slide-active .thumb {
  height: 214px;
  border: 2px solid var(--theme);
  max-width: 278px;
}
.hero-3 .hero-small-image .swiper-slide.swiper-slide-active .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-3 .hero-small-image .swiper-wrapper {
  display: flex;
  align-items: center;
}
.hero-3 .number-pagi {
  position: absolute;
  right: 150px;
  bottom: 380px;
}
@media (max-width: 991px) {
  .hero-3 .number-pagi {
    display: none;
  }
}
.hero-3 .number-pagi .number-pagination {
  display: grid;
  align-items: center;
  gap: 16px;
}
.hero-3 .number-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
  color: var(--header);
}
.hero-3 .number-pagi .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  background: #9d97e9;
  border: 1px solid #788A8A;
}
.hero-3 .hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.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-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .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;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 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-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  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: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

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

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

.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;
  font-size: 18px;
}

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

.news-box-items {
  margin-top: 30px;
}
.news-box-items .thumb {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.news-box-items .thumb .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.news-box-items .thumb img {
  width: 100%;
  height: 100%;
}
.news-box-items .thumb::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 0;
  height: 0;
  border-top: solid 1px var(--theme);
  border-left: solid 1px var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.news-box-items .thumb::after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-bottom: solid 1px var(--theme);
  border-right: solid 1px var(--theme);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.news-box-items .thumb .date-box {
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
  background: var(--gradient-color);
  color: var(--header);
  font-size: 16px;
  font-weight: 700;
  display: block;
  align-items: center;
  justify-content: center;
  z-index: 99;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 25px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.news-box-items .thumb .date-box .date {
  display: block;
  line-height: 1;
}
.news-box-items .thumb .date-box .month {
  line-height: 1;
}
.news-box-items .content {
  margin-top: 25px;
}
.news-box-items .content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.news-box-items .content .post-cat li {
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-box-items .content .post-cat li:not(:last-child) {
  border-right: 1px solid var(--border);
}
.news-box-items .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.news-box-items .content h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.news-box-items:hover .overlay-bg {
  opacity: 0.4;
  visibility: visible;
}
.news-box-items:hover .thumb::before {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  visibility: visible;
  opacity: 1;
}
.news-box-items:hover .thumb::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  visibility: visible;
  opacity: 1;
}
.news-box-items:hover .thumb .date-box {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

.news-card-items {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.news-card-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #E9E9E9;
  top: 30px;
  height: initial;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.news-card-items .thumb {
  margin: 0 30px;
  position: relative;
  z-index: 9;
}
.news-card-items .thumb img {
  width: 100%;
  height: 100%;
}
.news-card-items .content {
  padding: 50px 30px 30px;
  position: relative;
}
@media (max-width: 1600px) {
  .news-card-items .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .news-card-items .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news-card-items .content .post-client {
  display: flex;
  align-items: center;
  gap: 48px;
  background-color: #0D1919;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 5px 30px;
  padding-right: 5px;
  position: absolute;
  top: -15px;
  z-index: 9;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.news-card-items .content .post-client h6 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
}
.news-card-items .content .post-client img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 1.5px solid var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .news-card-items .content h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .news-card-items .content h3 {
    font-size: 22px;
  }
}
.news-card-items .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-items .content h3 a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.news-card-items .content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.news-card-items .content .post-cat li {
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-card-items .content .post-cat li:not(:last-child) {
  border-right: 1px solid #E9E9E9;
}
.news-card-items:hover::before {
  background: #0D1919;
  border-top: 1px solid transparent;
  border-image: linear-gradient(180deg, #D69926 0%, #FFCC6E 100%);
  border-top: 1px solid transparent;
  border-image-slice: 1;
}
.news-card-items:hover .content .post-client {
  background: var(--white);
}
.news-card-items:hover .content .post-client h6 {
  color: var(--header);
}
.news-card-items:hover .content .post-client img {
  border: 1.5px solid var(--border);
}
.news-card-items:hover .content h3 a {
  color: var(--white);
}

.news-box-items-2 {
  margin-top: 30px;
}
.news-box-items-2 .thumb {
  position: relative;
}
.news-box-items-2 .thumb img {
  width: 100%;
  height: 100%;
}
.news-box-items-2 .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(38, 37, 42, 0) 0%, #26252A 100%);
}
.news-box-items-2 .thumb .content {
  position: absolute;
  bottom: -22px;
  right: 30px;
  left: 30px;
  transition: all 0.4s ease-in-out;
}
.news-box-items-2 .thumb .content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .news-box-items-2 .thumb .content .post-cat {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-box-items-2 .thumb .content .post-cat li {
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #DBDBDB;
}
.news-box-items-2 .thumb .content .post-cat li img {
  width: initial;
  height: initial;
}
.news-box-items-2 .thumb .content .post-cat li:not(:last-child) {
  border-right: 1px solid #DBDBDB;
}
.news-box-items-2 .thumb .content h3 {
  font-size: 28px;
}
.news-box-items-2 .thumb .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.news-box-items-2 .thumb .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-box-items-2 .thumb .content .link-btn {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}
.news-box-items-2 .thumb .content .link-btn svg {
  margin-left: 10px;
}
.news-box-items-2 .thumb .content .link-btn svg path {
  fill: var(--white);
  transition: all 0.4s ease-in-out;
}
.news-box-items-2 .thumb .content .link-btn:hover {
  color: var(--theme);
}
.news-box-items-2 .thumb .content .link-btn:hover svg path {
  fill: var(--theme);
}
.news-box-items-2 .thumb:hover .content {
  bottom: 30px;
}

.news-section-3 {
  position: relative;
}
.news-section-3 .order-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .news-section-3 .order-shape {
    display: none;
  }
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: #f8f9fa;
  /* margin-bottom: 30px; */
  /* border: 1px solid #dc3545; */
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h4 {
  font-weight: 600;
  font-size: 24px;
  color: #302d2d;
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: transparent;
  font-size: 16px;
  padding: 20px;
  width: 100%;
  border: 1px solid #273536;
  color: #788A8A;
}
.main-sidebar .single-sidebar-widget .search-widget form input::placeholder {
  color: #788A8A;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 16px;
  height: 100%;
  background: var(--gradient-color);
  color: var(--header);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: #201414;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 25px;
  border: 1px solid #e3b62f;
  background: #fff;
  line-height: 1;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--header);
  background: var(--gradient-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a img {
  filter: brightness(0.5) contrast(1.2) sepia(0.3) hue-rotate(160deg);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  background: var(--gradient-color);
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a img {
  filter: brightness(0.5) contrast(1.2) sepia(0.3) hue-rotate(160deg);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
    display: grid;
  }
}
@media (max-width: 991px) {
  .main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
    display: flex;
  }
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
    display: grid;
  }
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 24px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content .post-cat {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content .post-cat li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 600;
  font-size: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  color: var(--text);
  border: 1px solid var(--border);
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background: var(--gradient-color);
  color: var(--header);
}

.news-details-wrapper .news-details-content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.news-details-wrapper .news-details-content .post-cat li {
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-details-wrapper .news-details-content .post-cat li:not(:last-child) {
  border-right: 1px solid var(--border);
}
.news-details-wrapper .news-details-content h2 {
  color: var(--white);
}
.news-details-wrapper .news-details-content .hilight-text {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-details-wrapper .news-details-content .hilight-text p {
  font-size: 16px;
  font-weight: 700;
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
  line-height: 162%;
}
.news-details-wrapper .news-details-content .details-image img {
  width: 100%;
  height: 100%;
}
.news-details-wrapper .tagcloud {
  margin-top: 50px;
}
.news-details-wrapper .tagcloud span {
  display: inline-block;
  font-weight: 600;
  margin-right: 15px;
  font-size: 24px;
  font-family: "Cormorant Garamond", sans-serif;
  color: var(--white);
}
.news-details-wrapper .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: transparent;
  border: 1px solid var(--border);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  color: #788A8A;
}
@media (max-width: 575px) {
  .news-details-wrapper .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-wrapper .tagcloud a:hover {
  background: var(--gradient-color);
  color: var(--header);
}
.news-details-wrapper .post-box {
  border: 1px solid var(--border);
  padding: 30px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media (max-width: 575px) {
  .news-details-wrapper .post-box {
    flex-wrap: wrap;
  }
}
.news-details-wrapper .post-box .fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: var(--white);
  position: absolute;
  top: 30px;
  right: 30px;
}
.news-details-wrapper .post-box .fab:hover {
  background: var(--gradient-color);
}
.news-details-wrapper .post-box .content h6 {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  margin-bottom: 10px;
}
.news-details-wrapper .post-box .content p {
  max-width: 586px;
}
.news-details-wrapper .details-prev-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 60px;
}
.news-details-wrapper .details-prev-button .circle-box {
  width: 200px;
  min-width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 50%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #273536;
  color: var(--white);
  position: relative;
}
@media (max-width: 767px) {
  .news-details-wrapper .details-prev-button .circle-box {
    width: 140px;
    height: 140px;
    min-width: 140px;
    font-size: 14px;
  }
}
.news-details-wrapper .details-prev-button .circle-box.style-2 {
  border: 1px solid transparent;
  background: #0D1919;
}
.news-details-wrapper .details-prev-button .circle-box span {
  position: relative;
  z-index: 9;
}
.news-details-wrapper .details-prev-button .circle-box i {
  display: block;
  margin-bottom: 10px;
}
.news-details-wrapper .details-prev-button .circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(240, 187, 67, 0.35);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}
.news-details-wrapper .details-prev-button .circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--gradient-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}
.news-details-wrapper .details-prev-button .circle-box:hover span {
  transform: rotate(0);
  color: var(--header);
}
.news-details-wrapper .details-prev-button .circle-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.news-details-wrapper .details-prev-button .circle-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.news-details-wrapper .comments-area {
  margin-top: 60px;
}
.news-details-wrapper .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-wrapper .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-wrapper .comments-area .comments-heading h3 {
  color: var(--white);
  font-size: 52px;
  font-weight: 600;
}
.news-details-wrapper .comments-area .blog-single-comment {
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}
.news-details-wrapper .comments-area .blog-single-comment.style-2 {
  margin-left: 115px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .comments-area .blog-single-comment.style-2 {
    margin-left: 0;
  }
}
.news-details-wrapper .comments-area .blog-single-comment.border-none {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .news-details-wrapper .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-wrapper .comments-area .blog-single-comment .content {
  width: 100%;
}
.news-details-wrapper .comments-area .blog-single-comment .content .head {
  margin-bottom: 10px;
}
.news-details-wrapper .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}
.news-details-wrapper .comments-area .blog-single-comment .content .head .con h5 a {
  color: var(--white);
}
.news-details-wrapper .comments-area .blog-single-comment .content p {
  max-width: 618px;
}
.news-details-wrapper .comments-area .blog-single-comment .content .reply {
  padding: 8px 16px;
  border: 1px solid var(--border);
  color: var(--white);
  transition: all 0.4s ease-in-out;
  line-height: 1;
}
.news-details-wrapper .comments-area .blog-single-comment .content .reply:hover {
  background: var(--gradient-color);
  color: var(--header);
}
.news-details-wrapper .comments-area .blog-single-comment .content .reply.color-2 {
  background-color: var(--header);
}
.news-details-wrapper .comments-area .blog-single-comment .content .reply.color-2:hover {
  background-color: var(--theme);
}
.news-details-wrapper .comment-form-wrap {
  margin-top: 60px;
}
.news-details-wrapper .comment-form-wrap h3 {
  color: var(--white);
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .news-details-wrapper .comment-form-wrap h3 {
    margin-bottom: 20px;
  }
}
.news-details-wrapper .comment-form-wrap .contact-form-items {
  position: relative;
  z-index: 99;
}
.news-details-wrapper .comment-form-wrap .contact-form-items .form-clt {
  position: relative;
}
.news-details-wrapper .comment-form-wrap .contact-form-items .form-clt input, .news-details-wrapper .comment-form-wrap .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: 1px solid #273536;
  background-color: transparent;
  padding: 17px 30px;
  color: #788A8A;
}
.news-details-wrapper .comment-form-wrap .contact-form-items .form-clt input::placeholder, .news-details-wrapper .comment-form-wrap .contact-form-items .form-clt textarea::placeholder {
  color: #788A8A;
}
.news-details-wrapper .comment-form-wrap .contact-form-items .form-clt textarea {
  height: 260px;
}
.news-details-wrapper .comment-form-wrap .contact-form-items .form-clt .icon {
  position: absolute;
  right: 30px;
  top: 17px;
}

.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 "Cormorant Garamond", sans-serif, "Manrope", 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(--gradient-color);
  position: relative;
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.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: "Cormorant Garamond", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.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: #0D1919;
  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(--theme);
  border-bottom: 2px solid var(--theme);
  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(--theme);
}

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

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

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

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

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

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

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

.back-to-top {
  border-radius: 50%;
  background: var(--gradient-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--header);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background: var(--white);
  color: var(--header);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.pricing-box-items {
  margin-top: 30px;
  padding: 30px;
  background-color: #F4F4F4;
  position: relative;
  border: 1px solid transparent;
}
.pricing-box-items .pricing-header {
  margin-bottom: 25px;
}
.pricing-box-items .pricing-header h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.pricing-box-items .pricing-header h2 {
  font-family: "Manrope", sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
}
.pricing-box-items .pricing-header h2 sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: -10px;
}
.pricing-box-items .icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.pricing-box-items .pricing-btn {
  margin-top: 45px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 30px;
}
.pricing-box-items .pricing-btn .theme-btn {
  background: transparent;
  border: 1px solid #E9E9E9;
}
.pricing-box-items .pricing-btn .theme-btn::before {
  background: var(--gradient-color);
}
.pricing-box-items .pricing-btn .theme-btn:hover {
  color: var(--header);
}
.pricing-box-items .pricing-list {
  margin-top: 30px;
}
.pricing-box-items .pricing-list li img {
  margin-right: 10px;
}
.pricing-box-items .pricing-list li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing-box-items .pricing-list li:nth-child(2) {
  color: var(--header);
}
.pricing-box-items .pricing-list li:nth-child(3) {
  color: var(--header);
}
.pricing-box-items.active {
  background-color: #0D1919;
}
.pricing-box-items.active .pricing-header h2, .pricing-box-items.active .pricing-header h3 {
  color: var(--white);
}
.pricing-box-items.active p {
  color: #788A8A;
}
.pricing-box-items.active .pricing-btn {
  border-bottom: 1px solid var(--border);
}
.pricing-box-items.active .pricing-btn .theme-btn {
  border: none;
  background: var(--gradient-color);
}
.pricing-box-items.active .pricing-btn .theme-btn::before {
  background: var(--white);
}
.pricing-box-items.active .pricing-list li {
  color: #788A8A;
}
.pricing-box-items.active .pricing-list li:nth-child(2) {
  color: var(--white);
  filter: grayscale(100%) brightness(300%);
}
.pricing-box-items.active .pricing-list li:nth-child(2) img {
  filter: grayscale(100%) brightness(300%);
}
.pricing-box-items.active .pricing-list li:nth-child(3) {
  color: var(--white);
  filter: grayscale(100%) brightness(300%);
}
.pricing-box-items.active .pricing-list li:nth-child(3) img {
  filter: grayscale(100%) brightness(300%);
}
.pricing-box-items.style-2 {
  background-color: transparent;
  border: 1px solid #273536;
}
.pricing-box-items.style-2 .pricing-header {
  margin-bottom: 25px;
}
.pricing-box-items.style-2 .pricing-header h3 {
  color: #788A8A;
}
.pricing-box-items.style-2 .pricing-header h2 {
  color: var(--white);
}
.pricing-box-items.style-2 .pricing-header h2 sub {
  color: var(--white);
}
.pricing-box-items.style-2 .pricing-btn {
  margin-top: 45px;
  border-bottom: 1px solid #273536;
  padding-bottom: 30px;
}
.pricing-box-items.style-2 .pricing-btn .theme-btn {
  background: transparent;
  border: 1px solid #273536;
  color: var(--white);
}
.pricing-box-items.style-2 .pricing-btn .theme-btn::before {
  background: var(--gradient-color);
}
.pricing-box-items.style-2 .pricing-btn .theme-btn img {
  filter: grayscale(100%) brightness(300%);
}
.pricing-box-items.style-2 .pricing-btn .theme-btn:hover {
  color: var(--header);
}
.pricing-box-items.style-2 .pricing-list li:nth-child(2) {
  color: var(--white);
}
.pricing-box-items.style-2 .pricing-list li:nth-child(3) {
  color: var(--white);
}
.pricing-box-items.style-2.active {
  background-color: transparent;
  border-image: linear-gradient(180deg, #D69926 0%, #FFCC6E 100%);
  border-top: 1px solid transparent;
  border-image-slice: 1;
}
.pricing-box-items.style-2.active .pricing-header h3 {
  color: #fff;
}
.pricing-box-items.style-2.active .pricing-btn .theme-btn {
  border: none;
  background: var(--gradient-color);
  color: var(--header);
}
.pricing-box-items.style-2.active .pricing-btn .theme-btn::before {
  background: var(--white);
}
.pricing-box-items.style-2.active .pricing-list li:nth-child(2) {
  color: var(--white);
}
.pricing-box-items.style-2.active .pricing-list li:nth-child(3) {
  color: var(--white);
}

.project-wrapper .project-thumb {
  max-width: 1060px;
}
.project-wrapper .project-thumb img {
  width: 100%;
  height: 100%;
}
.project-wrapper .project-content {
  margin-top: 120px;
  margin-right: 150px;
  margin-left: -315px;
  padding: 100px;
  background-color: var(--header);
  position: relative;
}
.project-wrapper .project-content .shape-image {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media (max-width: 1600px) {
  .project-wrapper .project-content .shape-image {
    display: none;
  }
}
@media (max-width: 1600px) {
  .project-wrapper .project-content {
    margin-right: 60px;
    padding: 60px 50px;
  }
}
@media (max-width: 1199px) {
  .project-wrapper .project-content {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .project-wrapper .project-content {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .project-wrapper .project-content {
    padding: 40px 30px;
  }
}
.project-wrapper .project-content .section-title {
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .project-wrapper .project-content .section-title {
    margin-bottom: 30px;
  }
}
.project-wrapper .project-content .project-box-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border);
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .project-wrapper .project-content .project-box-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.project-wrapper .project-content .project-box-items .content span {
  font-weight: 700;
  color: var(--text);
}
.project-wrapper .project-content .project-box-items .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--text);
}
.project-wrapper .project-content .project-box-items .content h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.project-wrapper .project-content .project-box-items .project-hover {
  width: 133px;
  height: 133px;
  position: absolute;
  border-radius: 0 !important;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}
.project-wrapper .project-content .project-box-items:hover .project-hover {
  opacity: 1;
  visibility: visible;
}
.project-wrapper .project-content .arrow-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 100%;
  display: inline-block;
}
.project-wrapper .project-content .arrow-icon:hover {
  background: var(--gradient-color);
}
.project-wrapper .project-content .arrow-icon:hover svg path {
  fill: var(--header);
}

.project-section-2 .array-button .array-prev {
  border: 1px solid #E9E9E9;
}

.project-image-box-items {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.project-image-box-items img {
  width: 100%;
  height: 100%;
}
.project-image-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(13, 25, 25, 0) 0%, #0D1919 90%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-image-box-items .content-box {
  width: 190px;
  height: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  transition: all 0.4s ease-in-out;
}
.project-image-box-items .content-box h3 {
  font-size: 24px;
}
.project-image-box-items .content-box h3 a {
  color: var(--white);
}
.project-image-box-items .content-box .number {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 20%;
  transform: translateY(-50%);
}
.project-image-box-items .content {
  position: absolute;
  right: 50px;
  bottom: -150px;
  left: 50px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .project-image-box-items .content {
    right: 20px;
    left: 20px;
    bottom: 20px;
  }
}
.project-image-box-items .content span {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  display: inline-block;
  margin-bottom: 5px;
}
.project-image-box-items .content h3 {
  font-size: 24px;
}
.project-image-box-items .content h3 a {
  color: var(--white);
}
.project-image-box-items .content .arrow-icon img {
  width: initial;
  height: initial;
}
.project-image-box-items:hover::before {
  opacity: 1;
  visibility: visible;
}
.project-image-box-items:hover .content-box {
  opacity: 0;
  visibility: hidden;
}
.project-image-box-items:hover .content {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}

.project-section-2 {
  position: relative;
  z-index: 9;
}
.project-section-2 .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: rounded 5s linear infinite;
}

.project-image-items-3 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.project-image-items-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(28, 29, 33, 0.3);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.project-image-items-3 img {
  width: 100%;
  height: 100%;
}
.project-image-items-3:hover::before {
  opacity: 1;
  visibility: visible;
}
.project-image-items-3 .circle-box {
  width: 130px;
  min-width: 130px;
  height: 130px;
  text-align: center;
  border-radius: 50%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: var(--header2);
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  position: absolute;
  border: 4px solid var(--theme);
  top: -100px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: visible;
}
.project-image-items-3 .circle-box span {
  position: relative;
  z-index: 9;
  transform: rotate(20.802deg);
  transition: all 0.4s ease-in-out;
}
.project-image-items-3 .circle-box i {
  display: block;
  margin-bottom: 10px;
}
.project-image-items-3 .circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(240, 187, 67, 0.35);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}
.project-image-items-3 .circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--theme);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}
.project-image-items-3 .circle-box:hover span {
  transform: rotate(0);
  color: var(--header);
}
.project-image-items-3 .circle-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.project-image-items-3 .circle-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.project-image-items-3 .content {
  position: absolute;
  bottom: -100px;
  left: 30px;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.project-image-items-3 .content span {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--theme);
  color: var(--header2);
  display: inline-block;
  padding: 8px 12px;
  line-height: 1;
  margin-bottom: 15px;
}
.project-image-items-3 .content h4 {
  padding: 11px 26px;
  background-color: var(--header2);
  line-height: 1;
}
.project-image-items-3 .content h4 a {
  color: var(--white);
}
.project-image-items-3 .content h4 a:hover {
  color: var(--theme);
}
.project-image-items-3:hover .circle-box {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.project-image-items-3:hover .content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.project-section-3 {
  position: relative;
}
.project-section-3 .array-button .array-next, .project-section-3 .array-button .array-prev {
  width: 76px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  border: 1px solid var(--theme);
}
.project-section-3 .array-button .array-prev:hover {
  background: var(--theme);
}
.project-section-3 .array-button .array-next {
  background: #3f3877;
}
.project-section-3 .array-button .array-next:hover {
  background: transparent;
  border: 1px solid #9d97e9;
}
.project-section-3 .line-shape {
  position: absolute;
  top: -20%;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1899px) {
  .project-section-3 .line-shape {
    display: none;
  }
}

.project-details-wrapper .details-top-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .details-top-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-details-wrapper .details-top-items .details-left h2 {
  color: var(--white);
}
.project-details-wrapper .details-top-items .details-left .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .details-top-items .details-left .post-cat {
    flex-wrap: wrap;
  }
}
.project-details-wrapper .details-top-items .details-left .post-cat li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid var(--border);
  padding: 8px 15px;
  border-radius: 100px;
  line-height: 1;
}
.project-details-wrapper .details-top-items .details-right .client-details li {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}
.project-details-wrapper .details-top-items .details-right .client-details li span {
  color: var(--text);
  font-weight: 400;
}
.project-details-wrapper .project-details-content {
  margin-top: 30px;
}
.project-details-wrapper .project-details-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--white);
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 28px;
  }
}
.project-details-wrapper .project-details-content .details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-details-content .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-details-wrapper .project-details-content .list-items li {
  color: var(--white);
  text-transform: capitalize;
  position: relative;
}
.project-details-wrapper .project-details-content .list-items li span {
  padding-left: 25px;
  display: inline-block;
}
.project-details-wrapper .project-details-content .list-items li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: var(--gradient-color);
}
.project-details-wrapper .project-details-content .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items {
  width: 100%;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .progress {
  background: rgba(214, 153, 38, 0.1);
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--gradient-color);
  height: 8px;
  width: 0;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

.slider-button {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-top: 65px;
  padding: 25px 0;
}
.slider-button .cmn-next,
.slider-button .cmn-prev {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
  border: 1px solid var(--border);
}
.slider-button .cmn-next i,
.slider-button .cmn-prev i {
  color: #fff;
  font-size: 24px;
  transition: all 0.4s;
}
.slider-button .cmn-next:hover,
.slider-button .cmn-prev:hover {
  background: var(--gradient-color);
}
.slider-button .cmn-next:hover i,
.slider-button .cmn-prev:hover i {
  color: var(--header);
}
@media (max-width: 1399px) {
  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 17px;
  }
}
@media (max-width: 1399px) {
  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 16px;
  }
}
.slider-button .previus-text {
  font-size: 22px;
  color: var(--white);
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 18px;
  }
  .slider-button .project-storke {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 16px;
  }
  .slider-button .project-storke {
    font-size: 24px;
  }
}
@media (max-width: 470px) {
  .slider-button .previus-text {
    font-size: 14px;
  }
  .slider-button .project-storke {
    display: none;
  }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title span {
  font-size: 24px;
  font-weight: 600;
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
  line-height: 1;
  display: inline-block;
  font-family: "Cormorant Garamond", sans-serif;
  margin-bottom: 20px;
}
.section-title span img {
  margin-right: 10px;
}
.section-title.style-2 {
  margin-top: -5px;
}
.section-title.style-2 span {
  color: #0F1F1F;
}
.section-title.style-2 {
  margin-top: -5px;
}
.section-title.style-2 span {
  color: #0F1F1F;
}
.section-title.style-3 {
  margin-top: -5px;
}
.section-title.style-3 span {
  color: #e8221c;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-title-area p {
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  color: #ffffff;
  font-style: normal;
  border-left: 1px solid #6A47ED;
  padding-left: 20px;
  padding-top: 3%;
}
.section-title-area p.white-text {
  color: var(--white);
  border-left: 1px solid var(--white);
  font-weight: 500;
}

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

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

.body-color {
  background-color: var(--body);
}

.footer-bg {
  background-color: #0D1919;
}

.footer-bg-2 {
  background-color: #0D1919;
}

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

.service-box-items {
  margin-top: 30px;
  text-align: center;
  position: relative;
  border: 1px solid var(--border);
  z-index: 9;
  padding: 30px;
}
.service-box-items .icon {
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.service-box-items .thumb {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.service-box-items .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--gradient-color);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.service-box-items .thumb img {
  width: 100%;
  height: 100%;
}
.service-box-items .thumb .arrow-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  top: -120px;
}
.service-box-items .thumb .arrow-icon:hover {
  transform: translate(-50%, -50%) rotate(0);
}
.service-box-items .content {
  position: relative;
  z-index: 9;
  margin-top: 24px;
}
.service-box-items .content h3 {
  margin-bottom: 10px;
  font-size: 30px;
}
.service-box-items .content h3 a {
  color: var(--white);
}
.service-box-items .content h3 a:hover {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.service-box-items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 43px;
  height: 43px;
  border-top: solid 1px var(--theme);
  border-left: solid 1px var(--theme);
  transition: 0.5s;
}
.service-box-items::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 43px;
  height: 43px;
  border-bottom: solid 1px var(--theme);
  border-right: solid 1px var(--theme);
  transition: 0.5s;
}
.service-box-items:hover .icon {
  transform: scaleX(-1);
}
.service-box-items:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-box-items:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-box-items:hover .thumb::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items:hover .thumb .arrow-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.service-button {
  display: inline-block;
  width: 100%;
  background: #0D1919;
  height: 290px;
  line-height: 290px;
  text-align: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}
.service-button img {
  margin-left: 10px;
}

.service-section {
  position: relative;
}
.service-section .service-shape {
  position: absolute;
  top: -41%;
  right: 4%;
}
@media (max-width: 1399px) {
  .service-section .service-shape {
    display: none;
  }
}

.service-card-items {
  margin-top: 30px;
  background-color: #F4F4F4;
  padding: 30px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.4s ease-in-out;
}
.service-card-items .content {
  margin-top: 25px;
}
.service-card-items .content h3 {
  margin-bottom: 10px;
  font-size: 28px;
}
.service-card-items .content h3 a:hover {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.service-card-items .content .arrow-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  display: inline-block;
  margin-top: 30px;
}
.service-card-items .content .arrow-icon:hover {
  background: var(--gradient-color);
}
.service-card-items .icon {
  transition: all 0.4s ease-in-out;
}
.service-card-items:hover {
  background-color: #0D1919;
  border: 2px solid var(--theme);
}
.service-card-items:hover .icon {
  filter: grayscale(100%) brightness(300%);
}
.service-card-items:hover .content h3 a {
  color: var(--white);
}
.service-card-items:hover .content .arrow-icon {
  background: var(--gradient-color);
}

.service-card-items-3 {
  border-radius: 44px;
  margin-top: 30px;
  background-color: #edc650;
  padding: 30px;
  transition: all 0.4s ease-in-out;
  min-height: 445px;
}
.service-card-items-3 h3 {
  font-size: 19px;
}
@media (max-width: 1199px) {
  .service-card-items-3 h3 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .service-card-items-3 h3 {
    font-size: 30px;
  }
}
.service-card-items-3 h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: #0f1f1f;
}
.service-card-items-3 h3 a:hover {
  color: var(--header);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--header) 0%, var(--header) 100%);
}
.service-card-items-3 .icon {
  margin-top: 25px;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.service-card-items-3 p {
  color: #000000;
  border-bottom: 1px solid #303030;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.service-card-items-3 .link-btn {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.service-card-items-3 .link-btn svg {
  margin-left: 10px;
}
.service-card-items-3 .link-btn svg path {
  fill: var(--white);
  transition: all 0.4s ease-in-out;
}
.service-card-items-3:hover {
  background-color: var(--theme);
}
.service-card-items-3:hover h3 a {
  color: var(--header);
}
.service-card-items-3:hover .icon {
  filter: brightness(0) saturate(100%) invert(7%) sepia(5%) saturate(500%) hue-rotate(230deg) brightness(90%) contrast(95%);
}
.service-card-items-3:hover p {
  color: var(--header);
}
.service-card-items-3:hover .link-btn {
  color: var(--header);
}
.service-card-items-3:hover .link-btn svg path {
  fill: var(--header);
}

.service-section-3 {
  position: relative;
  z-index: 9;
}
.service-section-3 .line-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1899px) {
  .service-section-3 .line-shape {
    display: none;
  }
}
.service-section-3 .array-button .array-next, .service-section-3 .array-button .array-prev {
  width: 76px;
  height: 32px;
  line-height: 21px;
  border-radius: 60px;
  border: 1px solid var(--theme);
  background: #fffbff;
}
.service-section-3 .array-button .array-prev:hover {
  background: var(--theme);
}
.service-section-3 .array-button .array-next {
  background: var(--theme);
}
.service-section-3 .array-button .array-next:hover {
  background: transparent;
  border: 1px solid var(--theme);
}

.service-details-wrapper .icon-items {
  display: flex;
  align-items: center;
  gap: 24px;
}
.service-details-wrapper .icon-items .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #788A8A;
}
.service-details-wrapper .icon-items .content span {
  font-weight: bold;
  color: #788A8A;
}
.service-details-wrapper .icon-items .content h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
}
.service-details-wrapper .icon-items .content h3 a {
  color: var(--white);
}
.service-details-wrapper .details-content {
  border-top: 1px solid #273536;
  margin-top: 60px;
  padding-top: 15px;
}
.service-details-wrapper .details-content h2 {
  color: #000000;
}
.service-details-wrapper .details-content .content {
  margin-top: 10px;
}
.service-details-wrapper .details-content .content span {
  font-weight: bold;
  font-size: 16px;
  color: #dc3545;
  display: inline-block;
  margin-bottom: 10px;
}
.service-details-wrapper .details-content .content h3 {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: cornsilk;
  font-size: 24px;
}
.service-details-wrapper .details-content .content p {
  max-width: 995px;
}
.service-details-wrapper .details-content .details-thumb-2 {
  margin: 60px 0;
}
.service-details-wrapper .details-content .details-thumb-2 img {
  width: 100%;
  height: 100%;
}
.service-details-wrapper .details-content .list-details h3 {
  color: #000000;
  margin-bottom: 20px;
}
.service-details-wrapper .details-content .list-details ul li {
  font-weight: bold;
  font-size: 15px;
}
.service-details-wrapper .details-content .list-details ul li img {
  margin-right: 10px;
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.service-details-wrapper .details-content .list-details ul li:not(:last-child) {
  margin-bottom: 0px;
}
.service-details-wrapper .details-content .list-details p {
  margin-bottom: 50px;
}
.service-details-wrapper .details-content .details-thumb-3 img {
  width: 100%;
  height: 100%;
}
.service-details-wrapper .details-prev-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 60px;
}
.service-details-wrapper .details-prev-button .circle-box {
  width: 200px;
  min-width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 50%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #273536;
  color: var(--white);
  position: relative;
}
@media (max-width: 767px) {
  .service-details-wrapper .details-prev-button .circle-box {
    width: 140px;
    height: 140px;
    min-width: 140px;
    font-size: 14px;
  }
}
.service-details-wrapper .details-prev-button .circle-box.style-2 {
  border: 1px solid transparent;
  background: #0D1919;
}
.service-details-wrapper .details-prev-button .circle-box span {
  position: relative;
  z-index: 9;
}
.service-details-wrapper .details-prev-button .circle-box i {
  display: block;
  margin-bottom: 10px;
}
.service-details-wrapper .details-prev-button .circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(240, 187, 67, 0.35);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}
.service-details-wrapper .details-prev-button .circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--gradient-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}
.service-details-wrapper .details-prev-button .circle-box:hover span {
  transform: rotate(0);
  color: var(--header);
}
.service-details-wrapper .details-prev-button .circle-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.service-details-wrapper .details-prev-button .circle-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.details-faq {
  margin-top: 50px;
}
.details-faq .text {
  max-width: 1095px;
  color: black;
}
.details-faq .accordion {
  margin-top: 20px;
}
.details-faq .accordion .accordion-item {
  border: none;
  background: transparent;
  border-bottom: 1px solid #273536;
  padding: 30px 0;
  border-radius: 0;
}
.details-faq .accordion .accordion-item h2 button {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 0 0;
  font-family: "Cormorant Garamond", sans-serif;
  color: #000000;
  border-radius: 0;
}
@media (max-width: 575px) {
  .details-faq .accordion .accordion-item h2 button {
    font-size: 22px;
  }
}
.details-faq .accordion .accordion-item .accordion-body {
  padding: 20px 0 0;
}
.details-faq .accordion .accordion-item .accordion-body p {
  color: #788A8A;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  max-width: 1120px;
}
@media (max-width: 575px) {
  .details-faq .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.details-faq .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
}
.details-faq .accordion .accordion-button::after {
  display: none;
}
.details-faq .accordion .accordion-button::before {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 10px;
  right: 0;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  text-align: center;
}
.details-faq .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: #0a0909;
}
.details-faq .accordion .accordion-button.collapsed::before {
  content: "+";
}

.team-card-items {
  margin-top: 30px;
}
.team-card-items .team-image {
  position: relative;
  overflow: hidden;
}
.team-card-items .team-image img {
  width: 100%;
  height: 100%;
}
.team-card-items .team-image .social-icon {
  background: var(--gradient-color);
  padding: 22px 15px;
  position: absolute;
  top: -160px;
  right: 24px;
  font-size: 20px;
  text-align: center;
  gap: 10px;
  border-radius: 0px 0px 120px 120px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-card-items .team-content {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-card-items .team-content .content h3 a {
  color: var(--white);
  font-size: 21px;
}
.team-card-items .team-content .content h3 a:hover {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.team-card-items .team-content .content p {
  color: var(--white);
  font-weight: 400;
}
.team-card-items .team-content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--white);
  display: inline-block;
}
.team-card-items .team-content .icon:hover {
  background: var(--gradient-color);
  color: var(--header);
}
.team-card-items:hover .team-image .social-icon {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.our-team {
  display: block;
  margin-top: 60px;
  border-top: 1px solid #273536;
  border-bottom: 1px solid #273536;
  padding: 30px 0;
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.our-team .icon {
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: var(--gradient-color);
  display: inline-block;
  margin-left: 20px;
}

.team-details-wrapper .details-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #273536;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .details-header {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.team-details-wrapper .details-header .content h2 {
  color: var(--white);
}
.team-details-wrapper .details-header .content span {
  font-size: 24px;
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
  display: inline-block;
  margin-top: 15px;
}
.team-details-wrapper .details-header .social-icon {
  gap: 10px;
  margin-top: 25px;
}
.team-details-wrapper .details-header .social-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  border: 1px solid #273536;
}
.team-details-wrapper .details-header .social-icon a:hover {
  background: var(--gradient-color);
  color: var(--header);
}
.team-details-wrapper .info-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 90px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .info-icon-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .info-icon-wrapper {
    margin-bottom: 70px;
  }
}
.team-details-wrapper .icon-items {
  display: flex;
  align-items: center;
  gap: 24px;
}
.team-details-wrapper .icon-items .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #788A8A;
}
.team-details-wrapper .icon-items .content span {
  font-weight: 400;
  color: #fff;
}
.team-details-wrapper .icon-items .content h3 {
  font-weight: 400;
  color: var(--white);
  font-size: 24px;
  font-family: "Manrope", sans-serif;
}
.team-details-wrapper .icon-items .content h3 a {
  color: var(--white);
}
.team-details-wrapper .skills-wrap {
  margin-top: 50px;
}
.team-details-wrapper .skills-wrap .skill-content h3 {
  color: var(--white);
  margin-bottom: 20px;
}
.team-details-wrapper .skills-wrap .skill-content .skill-feature-items .skill-feature {
  margin-top: 38px;
}
.team-details-wrapper .skills-wrap .skill-content .skill-feature-items .skill-feature .box-title {
  font-size: 14px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: var(--white);
}
.team-details-wrapper .skills-wrap .skill-content .skill-feature-items .skill-feature .progress-value {
  margin-bottom: 10px;
  color: var(--header);
  text-transform: capitalize;
}
.team-details-wrapper .skills-wrap .skill-content .skill-feature-items .skill-feature .progress {
  position: relative;
  height: 10px;
  background: rgba(214, 153, 38, 0.1);
  border-radius: 10px;
  overflow: visible;
  margin-top: 15px;
}
.team-details-wrapper .skills-wrap .skill-content .skill-feature-items .skill-feature .progress-bar {
  background: var(--gradient-color);
  height: 10px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
}
.team-details-wrapper .skills-wrap .skill-content .skill-feature-items .skill-feature .progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: var(--white);
}
.team-details-wrapper .skills-wrap .skill-feature-items .skills-list {
  margin-top: 20px;
}
.team-details-wrapper .skills-wrap .skill-feature-items .skills-list h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}
.team-details-wrapper .contact-form-items {
  margin-top: 100px;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .team-details-wrapper .contact-form-items {
    margin-top: 80px;
  }
}
.team-details-wrapper .contact-form-items .form-clt {
  position: relative;
}
.team-details-wrapper .contact-form-items .form-clt input, .team-details-wrapper .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: 1px solid #273536;
  background-color: transparent;
  padding: 17px 30px;
  color: #788A8A;
}
.team-details-wrapper .contact-form-items .form-clt input::placeholder, .team-details-wrapper .contact-form-items .form-clt textarea::placeholder {
  color: #788A8A;
}
.team-details-wrapper .contact-form-items .form-clt textarea {
  height: 260px;
}
.team-details-wrapper .contact-form-items .form-clt .icon {
  position: absolute;
  right: 30px;
  top: 17px;
}

.testimonial-section {
  position: relative;
}
.testimonial-section .icon-box {
  width: 172px;
  height: 172px;
  line-height: 172px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  position: relative;
}
.testimonial-section .icon-box .icon-circle {
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-section .icon-box .text-circle {
  animation: cir36 10s linear infinite;
}
.testimonial-section .graph-shape {
  position: absolute;
  top: -22%;
  left: 0;
  z-index: -1;
}
.testimonial-section .graph-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.testimonial-section .bg-shape {
  position: absolute;
  top: -180px;
  bottom: 0;
  left: 0;
  z-index: -1;
  right: 0;
}
.testimonial-section .bg-shape img {
  width: 100%;
}
@media (max-width: 1899px) {
  .testimonial-section .bg-shape {
    display: none;
  }
}
@media (max-width: 1399px) {
  .testimonial-section {
    overflow: hidden;
  }
}

.testimonial-wrapper .testimonial-content {
  margin-top: 30px;
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-content {
    margin-right: 0;
  }
}
.testimonial-wrapper .testimonial-content .star {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.testimonial-wrapper .testimonial-content p {
  font-size: 24px;
  line-height: 142%;
  margin-top: 15px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 15px;
}
.testimonial-wrapper .testimonial-content .client-info {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-wrapper .testimonial-content .client-info h4 {
  font-size: 24px;
  color: var(--white);
}
.testimonial-wrapper .testimonial-content .client-info span {
  color: var(--white);
}
.testimonial-wrapper .testimonial-image-items {
  margin-top: 30px;
  position: relative;
}
.testimonial-wrapper .testimonial-image-items .testimonial-thumb {
  max-width: 340px;
  height: 280px;
  border: 1px solid transparent;
}
@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-image-items .testimonial-thumb {
    max-width: 600px;
  }
}
.testimonial-wrapper .testimonial-image-items .testimonial-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-wrapper .testimonial-image-items .swiper-slide.swiper-slide-active .testimonial-thumb {
  height: 400px;
  border: 1px solid var(--theme);
}
.testimonial-wrapper .testimonial-image-items .swiper-slide.swiper-slide-active .testimonial-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-wrapper .testimonial-image-items .array-button {
  bottom: 0;
  position: absolute;
  left: 65%;
  transform: translateX(-50%);
  z-index: 99;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-image-items .array-button {
    display: none;
  }
}

.testimonial-wrapper-2 .content {
  margin-top: 40px;
  position: relative;
}
.testimonial-wrapper-2 .content .quote-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-wrapper-2 .content .client-info {
  margin-bottom: 15px;
}
.testimonial-wrapper-2 .content .client-info h3 {
  font-size: 24px;
}
.testimonial-wrapper-2 .content p {
  font-size: 24px;
  line-height: 142%;
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .content p {
    font-size: 20px;
  }
}
.testimonial-wrapper-2 .content p b {
  color: var(--header);
}
.testimonial-wrapper-2 .content .testi-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.testimonial-wrapper-2 .content .testi-icon .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #0D1919;
  color: var(--white);
}
.testimonial-wrapper-2 .content .testi-icon h4 {
  font-size: 24px;
  font-family: "Manrope", sans-serif;
}
.testimonial-wrapper-2 .array-button {
  margin-top: -60px;
  position: relative;
  z-index: 99;
}
.testimonial-wrapper-2 .array-button .array-prev {
  border: 1px solid #E9E9E9;
}
.testimonial-wrapper-2 .array-button .array-prev svg path {
  fill: var(--header);
}
.testimonial-wrapper-2 .array-button .array-prev:hover {
  background: var(--gradient-color);
}
.testimonial-wrapper-2 .array-button .array-prev:hover svg path {
  fill: var(--header);
}

.testimonial-section-2 {
  position: relative;
  margin-top: 210px;
  z-index: 9;
}
@media (max-width: 1600px) {
  .testimonial-section-2 {
    margin-top: 26px;
  }
}
@media (max-width: 1399px) {
  .testimonial-section-2 {
    margin-top: 0;
  }
}
.testimonial-section-2 .testimonial-image {
  bottom: 120px;
  right: 0;
  position: absolute;
}
@media (max-width: 1600px) {
  .testimonial-section-2 .testimonial-image {
    max-width: 700px;
  }
  .testimonial-section-2 .testimonial-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1399px) {
  .testimonial-section-2 .testimonial-image {
    max-width: 620px;
  }
}
@media (max-width: 1199px) {
  .testimonial-section-2 .testimonial-image {
    display: none;
  }
}
.testimonial-section-2 .bg-shape {
  position: absolute;
  top: -220px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .testimonial-section-2 .bg-shape {
    display: none;
  }
}
.testimonial-section-2 .grap-shape-2 {
  position: absolute;
  top: 0;
  left: 42%;
  z-index: -1;
  animation: rounded 5s linear infinite;
}
@media (max-width: 1199px) {
  .testimonial-section-2 .grap-shape-2 {
    display: none;
  }
}

.testimonial-card-items {
  text-align: center;
  margin: 30px auto 0;
  padding: 0 20px 30px;
  background-color: #1C1D21;
  transition: all 0.4s ease-in-out;
}
.testimonial-card-items .client-info .client-img {
  padding-top: 30px;
  border-radius: 0px 0px 120px 120px;
  background: var(--theme);
  width: 90px;
  height: 115px;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.testimonial-card-items .client-info .client-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  border: 2px solid var(--header2);
}
.testimonial-card-items .client-info .client-content {
  margin-top: 20px;
  margin-bottom: 15px;
}
.testimonial-card-items .client-info .client-content h3 {
  font-size: 24px;
  color: var(--white);
}
.testimonial-card-items .client-info .client-content span {
  color: #E7E7E7;
}
.testimonial-card-items p {
  color: #E7E7E7;
}
.testimonial-card-items .icon {
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.testimonial-card-items:hover {
  background-color: var(--theme);
}
.testimonial-card-items:hover .client-info .client-img {
  background-color: var(--header2);
}
.testimonial-card-items:hover .client-info .client-img img {
  border: 2px solid var(--theme);
}
.testimonial-card-items:hover .client-info .client-content h3, .testimonial-card-items:hover .client-info .client-content span {
  color: var(--header);
}
.testimonial-card-items:hover p {
  color: var(--header);
}
.testimonial-card-items:hover .icon {
  filter: brightness(0) saturate(100%) invert(7%) sepia(5%) saturate(500%) hue-rotate(230deg) brightness(90%) contrast(95%);
}

.testimonial-section-3 {
  position: relative;
}
.testimonial-section-3 .line-shape {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1899px) {
  .testimonial-section-3 .line-shape {
    display: none;
  }
}

.testimonial-content-box-11 {
  border: 1px solid var(--border);
  padding: 30px;
}
.testimonial-content-box-11 .star {
  background: var(--gradient-color);
  color: transparent;
  background-clip: text;
}
.testimonial-content-box-11 p {
  font-size: 24px;
  line-height: 142%;
  margin-top: 15px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}
.testimonial-content-box-11 .client-info {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-content-box-11 .client-info h4 {
  font-size: 24px;
  color: var(--white);
}
.testimonial-content-box-11 .client-info span {
  color: var(--white);
}/*# sourceMappingURL=main.css.map */




.services_container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.services_container .serviceBox {
  position: relative;
  width: 300px;
  height: 316px;
  background: #e2b45c;
  border-radius: 20px;
  overflow: hidden;
}

.services_container .serviceBox .icon {
  background: linear-gradient(135deg, #d0d1d3 0%, #edc650 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition-delay: 0.25s;
}

.services_container .serviceBox:hover .icon {
  top: 30px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition-delay: 0s;
}

.services_container .serviceBox .icon i {
  font-size: 5em;
  color: #ffd800;
  transition: 0.5s;
  transition-delay: 0.25s;
}

.services_container .serviceBox:hover .icon i {
  font-size: 2em;
  transition-delay: 0s;
}

.services_container .serviceBox .content {
  position: relative;
  padding: 20px;
  color: #fff;
  text-align: center;
  margin-top: 100px;
  z-index: 1;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0s;
}

.services_container .serviceBox:hover .content {
  transform: scale(1);
  transition-delay: 0.25s;
}

.services_container .serviceBox .content h2 {
  margin-top: 10px;
  margin-bottom: 5px;
}
h2.law-firm.mb-4 {
    color: #17181a;
}

.skill-content h3 {
    color: black;
}
.services_container .serviceBox .content p {
  font-weight: 300;
  line-height: 1.5em;
  color: black;
}
.serviceBox h2 {
    font-size: 22px;
    padding: 0px 10px;
    color: black;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    "Manrope", font-family: sans-serif;
}


ul.l-st li {
    color: #000000;
    padding: 10px 0px;
    font-size: 18px;
}
.ab-cont {
    padding: 67px 27px;
    background: blueviolet;
}
.section-legal p {
    color: aliceblue;
}

.logo h2 {
    font-size: 28px;
    text-transform: uppercase;
}

.ser01 img {
    transition: all;
    width: 100%;
    border-radius: 10px;
    transition: all;
}

ser01 img:hover {
    transition: all;
    transform: 0.2s;
}
section.work-process-section-3.fix.section-padding {
    width: 100%;
    background-size: cover;
    position: relative;
}

section.work-process-section-3.fix.section-padding:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100vh;
    background: #000000c4;
    top: 0;
}
h2.bg-cover.wow.fadeInUp {
    font-size: 27px;
    font-weight: 700;
    color: #030303;
    font-family: "Manrope", sans-serif;
}

section.cont {
    background: #ffffff;
    padding-bottom: 55px;
    padding-top: 76px;
}
section.service-details-section.fix.section-padding {
    background: #ffffff;
}


h2.mb-4.faq {
    color: #ffffff;
     font-size: 24px;
    line-height: 1;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 0 0;
    font-family: monospace;
    color: #000000;
    border-radius: 0;
}



.service-details-wrapper .details-content h2 {
    color: #000000;
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0 !important;
    padding: 0 0;
    font-family: monospace;
    color: #000000;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-color: cornsilk;
}
ul.main li {
    color: black;
    padding: 10px 0px
;
}

.details-content p {
    color: #000000;
    padding: 10px 0px;
}

.details-faq p {
    color: black;
}

.details-faq h4 {
    color: #dc3545;
    margin-top: 18px;
    font-size: 24px;
}

.details-faq h4 {
    color: black;
    font-size: 21px;
    font-weight: 700;
    padding: 10px 0px;
    font-family: monospace;
}

ul.main img {
    width: 1rem;
}
.details-faq img {
    width: 1rem;
}

h3.mb-4.faq {
    color: black;
    font-size: 24px;
}

section.news {
    background: aliceblue;
}

.content img {
    width: 1rem;
}

.details-content img {
    width: 1rem;
}

.logo img {
    width: 20rem;
}

.widget-head img {
    width: 19rem;
    background: aliceblue;
}

.header-bar {
    /* display: none; */
}

.card {
  width: 281px;
  background: #fff;
  padding: 8px 24px;
  border-radius: var(--br);
  transition: 0.5s;
  border-radius: 10px;
  height: 320px;
  margin: 18px 0px;
}
.card:hover {
  box-shadow: 0px 3px 10px 5px #e9e9e9;
}
.card img {
  max-width: 53%;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  border: 4px solid var(--bc, #000);
  margin: 10px 0px;
}
h1 {
  margin: 20px 0;
}
h2 {
  margin: 15px 0 5px;
}
.card .role {
  font-size: 13px;
  color: #444;
  margin-bottom: 1px;
  line-height: 20px;
  font-weight: 700;
}
.card a {
  background: var(--btn, #000);
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
  border-radius: var(--br);
  text-decoration: none;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .row {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }

  .card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 420px) {
  .card {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}


.card h2 {
    font-size: 16px;
    color: black;
    font-weight: 700;
}


.team-details h5 {
    color: black;
}

.team-details p {
    color: black;
    font-size: 12px;
    padding: 4px 0px;
}



.team-details {
    height: 286px;
    overflow: scroll;
}


ul.service-list li {
    color: black;
    /* list-style: decimal; */
}

section.smart-data {
    background-image: url(../../assets/img/service/light-background.jpg);
    /* background-size: cover; */
    padding: 50px 0px;
    margin:30px 0px;
    background-size: cover;
}

.smart-div {
    text-align: center;
}

h2 {}

.smart-div p {
    padding: 23px 0px;
}

.smart-div a {
    padding: 10px 39px;
}



.smart-div h2 {
    font-size: 37px;
    font-weight: 700;
    color: black;
}

.smart-div p {
    color: black;
    font-size: 17px;
}

.details-thumb-3 img {
    border-radius: 10px;
    transition: all 2s;
    width: 100%;
}

.details-thumb-3:hover {
    transition: all 2s;
    transform: scale(0.9);
}


.header-bar img {
    width: 2rem!important;
}