/*------------------------------------------------------------------------

Template Name:  Slaze - Solar & Renewable Energy HTML5 Template
Author:  ThemeOri
Author URI: http://ThemeOri.com
Version: 1.0.0
Description: This Template is created for web template

--------------------------------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------------------------------

* Google Fonts
* Common CSS
* Form CSS
* Hedging CSS
* Button And Title Styles CSS
* Scroll Top CSS
* Preloader CSS
* Color & Font CSS
* Video Animation CSS
* Shape & Image Animation CSS
* Icon Animation CSS
* Image Overlay Animation CSS
* Text Slider CSS
* Space And Container CSS
* TopBar One CSS
* TopBar Two CSS
* TopBar Three CSS
* Menu Bar CSS
* Menu Bar Sticky CSS
* Menu Sidebar CSS
* Responsive Menu Sidebar CSS
* Menu Demo CSS
* Banner One CSS
* Banner Two CSS
* Banner Three CSS
* Features One CSS
* Who We CSS
* Consultation CSS
* About One CSS
* About Two CSS
* About Three CSS
* About Four CSS
* Why Choose Us CSS
* Why Choose Us Two CSS
* Experience CSS
* Skill Bar CSS
* Circle Bar CSS
* Text Slider One CSS
* Text Slider Two CSS
* Service One CSS
* Service Two CSS
* Service Three CSS
* Service Details CSS
* Video Area CSS
* Team One CSS
* Team Two CSS
* Team Three CSS
* Team Details CSS
* Work Process CSS
* Counter One CSS
* Counter Two CSS
* Portfolio One CSS
* Portfolio Two CSS
* Portfolio Three CSS
* Portfolio Details CSS
* FAQ Area CSS
* FAQ One CSS
* Testimonial One CSS
* Testimonial Two CSS
* Brand Area CSS
* Pricing Plan CSS
* Blog One CSS
* Blog Two CSS
* Blog Three CSS
* Blog Standard CSS
* Blog Details CSS
* Request Quote Two CSS
* Contact One CSS
* Contact Two CSS
* Cta One CSS
* Footer One Cta CSS
* Footer Two Cta CSS
* Footer Three Cta CSS
* Breadcrumb CSS
* Error CSS
* Theme Pagination CSS
* Footer One CSS
* Footer Two CSS
* Footer Three CSS
* Copyright One CSS
* Copyright Two CSS
* Copyright Three CSS
* Dark Light Switch CSS
* Dark CSS

/*==========================================================================
* Google Fonts
==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");
/*==========================================================================
* Common CSS
==========================================================================*/
body {
  font-family: var(--theme-font-1);
  color: var(--body-color);
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.4s;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 120px 0px;
}

.section-padding-two {
  padding: 120px 0 90px 0;
}

.section-padding-three {
  padding: 90px 0 120px 0;
}

@media (max-width: 575px) {
  .section-padding {
    padding: 90px 0px;
  }
  .section-padding-two {
    padding: 90px 0 60px 0;
  }
  .section-padding-three {
    padding: 60px 0 90px 0;
  }
}
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.img__full {
  width: 100%;
}

/*==========================================================================
* Form CSS
==========================================================================*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: var(--primary-color-1);
  border-color: transparent;
  border-radius: 5px;
  color: var(--text-white);
  padding: 17px 40px;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: transparent;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: transparent;
}

input[type=text],
input[type=file],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--body-color);
  border-radius: 6px;
  width: 100%;
  height: 60px;
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  padding: 0 15px;
}
input[type=text]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--body-color);
}
input[type=text]::placeholder,
input[type=file]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: var(--body-color);
}

input[type=text]:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--body-color);
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color-1);
}

select {
  border: 1px solid rgba(var(--border-color-2), 0.1);
}

textarea {
  width: 100%;
  height: 150px;
  padding-top: 15px;
}

button,
button:hover,
button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

/*==========================================================================
* Hedging CSS
==========================================================================*/
h1 {
  font-size: 84px;
  line-height: 94px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--theme-font-2);
  font-weight: 800;
}

h2 {
  font-size: 64px;
  line-height: 74px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--theme-font-2);
  font-weight: 800;
}

h3 {
  font-size: 40px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--theme-font-2);
  font-weight: 800;
}

h4 {
  font-size: 36px;
  line-height: 46px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--theme-font-2);
  font-weight: 800;
}

h5 {
  font-size: 28px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--theme-font-2);
  font-weight: 800;
}

h6 {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--theme-font-2);
  font-weight: 800;
}

@media (max-width: 1399px) {
  h2 {
    font-size: 58px;
    line-height: 68px;
  }
  h6 {
    font-size: 22px;
    line-height: 32px;
  }
  body {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1299px) {
  h2 {
    font-size: 54px;
    line-height: 64px;
  }
}
@media (max-width: 1199px) {
  h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 580px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 359px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 28px;
    line-height: 38px;
  }
  h5 {
    font-size: 26px;
    line-height: 36px;
  }
}
/*==========================================================================
* Button And Title Styles CSS
==========================================================================*/
.btn-one,
.btn-three,
.btn-two {
  background: var(--primary-color-1);
  color: var(--text-white);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  padding: 17px 38px;
  font-family: var(--theme-font-1);
  position: relative;
  z-index: 3;
  overflow: hidden;
  transition: 0.4s;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
}
.btn-one::after, .btn-one::before,
.btn-three::after,
.btn-three::before,
.btn-two::after,
.btn-two::before {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background: var(--color-1);
  border-radius: 50%;
  left: -20px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-one::after,
.btn-three::after,
.btn-two::after {
  left: inherit;
  right: -20px;
  transform: translate(50%, -50%);
}
.btn-one span,
.btn-three span,
.btn-two span {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-one span i,
.btn-three span i,
.btn-two span i {
  transition: 0.4s;
  font-weight: 600;
}
.btn-one span::before,
.btn-three span::before,
.btn-two span::before {
  position: absolute;
  content: "\e09f";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  color: var(--text-white);
  z-index: 1;
  opacity: 0;
  transform: translate(-10px, 10px);
}
.btn-one:hover,
.btn-three:hover,
.btn-two:hover {
  color: var(--text-white);
  border-color: var(--color-1);
}
.btn-one:hover::before,
.btn-three:hover::before,
.btn-two:hover::before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.btn-one:hover::after,
.btn-three:hover::after,
.btn-two:hover::after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
.btn-one:hover span::before,
.btn-three:hover span::before,
.btn-two:hover span::before {
  transform: translate(0, 0);
  opacity: 1;
}
.btn-one:hover span i,
.btn-three:hover span i,
.btn-two:hover span i {
  transform: translate(10px, -10px);
  opacity: 0;
}
.btn-one:focus,
.btn-three:focus,
.btn-two:focus {
  color: var(--text-white);
}

.btn-two {
  background: var(--primary-color-2);
}

.btn-three {
  background: var(--primary-color-3);
}

.subtitle-three,
.subtitle-two,
.subtitle-one {
  color: var(--primary-color-1);
  font-size: 16px;
  line-height: 14px;
  font-family: var(--theme-font-2);
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 0.48px;
  padding-left: 14px;
}
.subtitle-three::after,
.subtitle-two::after,
.subtitle-one::after {
  content: "";
  position: absolute;
  background: var(--primary-color-1);
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
}

.subtitle-two {
  color: var(--primary-color-2);
}
.subtitle-two::after {
  background: var(--primary-color-2);
}

.subtitle-three {
  color: var(--primary-color-3);
}
.subtitle-three::after {
  background: var(--primary-color-3);
}

.simple-btn {
  color: var(--text-heading-color);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--theme-font-2);
  position: relative;
  z-index: 3;
  transition: 0.4s;
  text-transform: uppercase;
  font-weight: 700;
}
.simple-btn span {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.simple-btn span i {
  transition: 0.4s;
  font-weight: 600;
}
.simple-btn span::before {
  position: absolute;
  content: "\e09f";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 400;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  color: var(--text-white);
  z-index: 1;
  opacity: 0;
  transform: translate(-10px, 10px);
}
.simple-btn:hover {
  color: var(--primary-color-1);
}
.simple-btn:hover span::before {
  transform: translate(0, 0);
  opacity: 1;
  color: var(--primary-color-1);
}
.simple-btn:hover span i {
  transform: translate(10px, -10px);
  opacity: 0;
}
.simple-btn:focus {
  color: var(--text-heading-color);
}

.social__icon ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.social__icon ul li {
  list-style: none;
}
.social__icon ul li a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--color-1);
  border-radius: 50%;
  color: var(--text-white);
  transition: 0.4s;
}
.social__icon ul li a i:hover {
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}

/*==========================================================================
* Scroll Top CSS
==========================================================================*/
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--color-4);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
}
.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: var(--primary-color-1);
  left: 0;
  top: 0;
  font-size: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-up svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path {
  stroke: var(--primary-color-1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.scroll-two::after {
  color: var(--primary-color-2);
}
.scroll-two svg.scroll-circle path {
  stroke: var(--primary-color-2);
}

.scroll-three::after {
  color: var(--primary-color-3);
}
.scroll-three svg.scroll-circle path {
  stroke: var(--primary-color-3);
}

/*==========================================================================
* Preloader CSS
==========================================================================*/
.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-1);
  z-index: 9999999999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
}

.spinner-bounce {
  will-change: transform;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: var(--primary-color-1);
  display: inline-block;
  animation: bounces 1s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
}
.spinner-bounce.one {
  margin-right: 15px;
}
.spinner-bounce.two {
  margin-right: 15px;
  animation-delay: 0.4s;
}
.spinner-bounce.three {
  animation-delay: 0.8s;
}

@keyframes bounces {
  0% {
    transform: scale(1);
    background: var(--primary-color-1);
  }
  50% {
    background: var(--primary-color-3);
  }
  100% {
    transform: scale(0.2);
    background: var(--primary-color-2);
  }
}
.grid_two_column,
.grid_three_column,
.grid_four_column,
.grid_five_column,
.grid_six_column {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}

.grid_three_column {
  grid-template-columns: repeat(3, 1fr);
}

.grid_four_column {
  grid-template-columns: repeat(4, 1fr);
}

.grid_five_column {
  grid-template-columns: repeat(5, 1fr);
}

.grid_six_column {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1299px) {
  .grid_two_column {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid_three_column {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_four_column {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .grid_four_column,
  .grid_three_column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.author {
  display: flex;
  align-items: center;
  gap: 25px;
}
.author-avatar img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.cursor {
  position: fixed;
  left: 0;
  pointer-events: none;
  font-weight: 400;
  color: var(--text-white);
  background: var(--color-5);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  transition: all 0.3s;
}
.cursor i {
  font-weight: 300;
  font-size: 35px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

/*==========================================================================
* Color & Font CSS
==========================================================================*/
:root {
  --theme-font-1: "Inter", sans-serif;
  --theme-font-2: "Plus Jakarta Sans", sans-serif;
  --primary-color-1: #57B33E;
  --primary-color-2: #FF7029;
  --primary-color-3: #038243;
  --text-white: #FFFFFF;
  --bg-white: #FFFFFF;
  --text-heading-color: #1F242C;
  --body-color: #414141;
  --color-1: #292E36;
  --color-2: #E6E5DF;
  --color-3: #F8F8F8;
  --color-4: #B4B4B9;
  --color-5: #1F242C;
  --color-6: #D7E9D2;
  --color-7: #eef7ec;
  --color-8: #F9E9E0;
  --border-color-1: #E9E9EA;
  --border-color-2: 255, 255, 255;
  --border-color-3: 0, 0, 0;
}

/*==========================================================================
* Video Animation CSS
==========================================================================*/
.video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}
.video a {
  position: relative;
  background: var(--primary-color-1);
  font-size: 20px;
  z-index: 1;
  color: var(--text-white);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.4s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  animation-delay: 1s;
}

@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 video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*==========================================================================
* Shape & Image Animation CSS
==========================================================================*/
@keyframes bounceRight {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-95px);
  }
  10% {
    transform: translateX(-5px);
  }
}
@keyframes rollIn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
.left-right-animate {
  animation-name: left-right;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes left-right {
  0% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(30px);
  }
}
.bounce-y {
  animation: bounce-y 10s infinite linear;
}

.bounce-x {
  animation: bounce-x 10s infinite linear;
}

.zoom-one {
  animation: zoom-one 10s infinite linear;
}

.zoom-two {
  animation: zoom-two 5s infinite linear;
}

@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes zoom-one {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes zoom-two {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
/*==========================================================================
* Icon Animation CSS
==========================================================================*/
.icon-animation {
  animation: icon-animation 1.5s ease-in-out infinite;
}

@keyframes icon-animation {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/*==========================================================================
* Image Overlay Animation CSS
==========================================================================*/
.image__overlay-two,
.image__overlay {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.image__overlay-two::after,
.image__overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  transition: 0.5s;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.053);
}
.image__overlay-two:hover::after,
.image__overlay:hover::after {
  left: inherit;
  right: 0;
  width: 100%;
}

.image__overlay-two::after {
  width: 100%;
  height: 0;
  bottom: 0;
  top: auto;
}
.image__overlay-two:hover::after {
  height: 100%;
  bottom: initial;
  top: 0;
}

@keyframes animation {
  100% {
    left: 125%;
  }
}
@keyframes rotateY {
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(90deg);
  }
}
/*==========================================================================
* Text Slider CSS
==========================================================================*/
.sliders {
  flex-shrink: 0;
}

.scroll {
  animation: scroll 70s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes activeBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(4px);
  }
  33.3% {
    transform: translateY(-4px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/*==========================================================================
* Space And Container CSS
==========================================================================*/
.custom__container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 12px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: initial;
  }
}
.p-relative {
  position: relative;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.jc-center {
  justify-content: center;
}

.jc-end {
  justify-content: end;
}

.al-start {
  align-items: start;
}

.al-center {
  align-items: center;
}

.al-end {
  align-items: end;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

@media (max-width: 1199px) {
  .xl-pb-0 {
    padding-bottom: 0px;
  }
  .xl-pl-0 {
    padding-left: 0px;
  }
  .xl-pr-0 {
    padding-right: 0px;
  }
  .xl-mb-0 {
    margin-bottom: 0px;
  }
  .xl-ml-0 {
    margin-left: 0px;
  }
  .xl-mr-0 {
    margin-right: 0px;
  }
  .xl-pb-5 {
    padding-bottom: 5px;
  }
  .xl-pl-5 {
    padding-left: 5px;
  }
  .xl-pr-5 {
    padding-right: 5px;
  }
  .xl-mb-5 {
    margin-bottom: 5px;
  }
  .xl-ml-5 {
    margin-left: 5px;
  }
  .xl-mr-5 {
    margin-right: 5px;
  }
  .xl-pb-10 {
    padding-bottom: 10px;
  }
  .xl-pl-10 {
    padding-left: 10px;
  }
  .xl-pr-10 {
    padding-right: 10px;
  }
  .xl-mb-10 {
    margin-bottom: 10px;
  }
  .xl-ml-10 {
    margin-left: 10px;
  }
  .xl-mr-10 {
    margin-right: 10px;
  }
  .xl-pb-15 {
    padding-bottom: 15px;
  }
  .xl-pl-15 {
    padding-left: 15px;
  }
  .xl-pr-15 {
    padding-right: 15px;
  }
  .xl-mb-15 {
    margin-bottom: 15px;
  }
  .xl-ml-15 {
    margin-left: 15px;
  }
  .xl-mr-15 {
    margin-right: 15px;
  }
  .xl-pb-20 {
    padding-bottom: 20px;
  }
  .xl-pl-20 {
    padding-left: 20px;
  }
  .xl-pr-20 {
    padding-right: 20px;
  }
  .xl-mb-20 {
    margin-bottom: 20px;
  }
  .xl-ml-20 {
    margin-left: 20px;
  }
  .xl-mr-20 {
    margin-right: 20px;
  }
  .xl-pb-25 {
    padding-bottom: 25px;
  }
  .xl-pl-25 {
    padding-left: 25px;
  }
  .xl-pr-25 {
    padding-right: 25px;
  }
  .xl-mb-25 {
    margin-bottom: 25px;
  }
  .xl-ml-25 {
    margin-left: 25px;
  }
  .xl-mr-25 {
    margin-right: 25px;
  }
  .xl-pb-30 {
    padding-bottom: 30px;
  }
  .xl-pl-30 {
    padding-left: 30px;
  }
  .xl-pr-30 {
    padding-right: 30px;
  }
  .xl-mb-30 {
    margin-bottom: 30px;
  }
  .xl-ml-30 {
    margin-left: 30px;
  }
  .xl-mr-30 {
    margin-right: 30px;
  }
  .xl-pb-35 {
    padding-bottom: 35px;
  }
  .xl-pl-35 {
    padding-left: 35px;
  }
  .xl-pr-35 {
    padding-right: 35px;
  }
  .xl-mb-35 {
    margin-bottom: 35px;
  }
  .xl-ml-35 {
    margin-left: 35px;
  }
  .xl-mr-35 {
    margin-right: 35px;
  }
  .xl-pb-40 {
    padding-bottom: 40px;
  }
  .xl-pl-40 {
    padding-left: 40px;
  }
  .xl-pr-40 {
    padding-right: 40px;
  }
  .xl-mb-40 {
    margin-bottom: 40px;
  }
  .xl-ml-40 {
    margin-left: 40px;
  }
  .xl-mr-40 {
    margin-right: 40px;
  }
  .xl-pb-45 {
    padding-bottom: 45px;
  }
  .xl-pl-45 {
    padding-left: 45px;
  }
  .xl-pr-45 {
    padding-right: 45px;
  }
  .xl-mb-45 {
    margin-bottom: 45px;
  }
  .xl-ml-45 {
    margin-left: 45px;
  }
  .xl-mr-45 {
    margin-right: 45px;
  }
  .xl-pb-50 {
    padding-bottom: 50px;
  }
  .xl-pl-50 {
    padding-left: 50px;
  }
  .xl-pr-50 {
    padding-right: 50px;
  }
  .xl-mb-50 {
    margin-bottom: 50px;
  }
  .xl-ml-50 {
    margin-left: 50px;
  }
  .xl-mr-50 {
    margin-right: 50px;
  }
  .xl-pb-55 {
    padding-bottom: 55px;
  }
  .xl-pl-55 {
    padding-left: 55px;
  }
  .xl-pr-55 {
    padding-right: 55px;
  }
  .xl-mb-55 {
    margin-bottom: 55px;
  }
  .xl-ml-55 {
    margin-left: 55px;
  }
  .xl-mr-55 {
    margin-right: 55px;
  }
  .xl-pb-60 {
    padding-bottom: 60px;
  }
  .xl-pl-60 {
    padding-left: 60px;
  }
  .xl-pr-60 {
    padding-right: 60px;
  }
  .xl-mb-60 {
    margin-bottom: 60px;
  }
  .xl-ml-60 {
    margin-left: 60px;
  }
  .xl-mr-60 {
    margin-right: 60px;
  }
  .xl-pb-65 {
    padding-bottom: 65px;
  }
  .xl-pl-65 {
    padding-left: 65px;
  }
  .xl-pr-65 {
    padding-right: 65px;
  }
  .xl-mb-65 {
    margin-bottom: 65px;
  }
  .xl-ml-65 {
    margin-left: 65px;
  }
  .xl-mr-65 {
    margin-right: 65px;
  }
  .xl-pb-70 {
    padding-bottom: 70px;
  }
  .xl-pl-70 {
    padding-left: 70px;
  }
  .xl-pr-70 {
    padding-right: 70px;
  }
  .xl-mb-70 {
    margin-bottom: 70px;
  }
  .xl-ml-70 {
    margin-left: 70px;
  }
  .xl-mr-70 {
    margin-right: 70px;
  }
  .xl-pb-75 {
    padding-bottom: 75px;
  }
  .xl-pl-75 {
    padding-left: 75px;
  }
  .xl-pr-75 {
    padding-right: 75px;
  }
  .xl-mb-75 {
    margin-bottom: 75px;
  }
  .xl-ml-75 {
    margin-left: 75px;
  }
  .xl-mr-75 {
    margin-right: 75px;
  }
  .xl-pb-80 {
    padding-bottom: 80px;
  }
  .xl-pl-80 {
    padding-left: 80px;
  }
  .xl-pr-80 {
    padding-right: 80px;
  }
  .xl-mb-80 {
    margin-bottom: 80px;
  }
  .xl-ml-80 {
    margin-left: 80px;
  }
  .xl-mr-80 {
    margin-right: 80px;
  }
  .xl-pb-85 {
    padding-bottom: 85px;
  }
  .xl-pl-85 {
    padding-left: 85px;
  }
  .xl-pr-85 {
    padding-right: 85px;
  }
  .xl-mb-85 {
    margin-bottom: 85px;
  }
  .xl-ml-85 {
    margin-left: 85px;
  }
  .xl-mr-85 {
    margin-right: 85px;
  }
  .xl-pb-90 {
    padding-bottom: 90px;
  }
  .xl-pl-90 {
    padding-left: 90px;
  }
  .xl-pr-90 {
    padding-right: 90px;
  }
  .xl-mb-90 {
    margin-bottom: 90px;
  }
  .xl-ml-90 {
    margin-left: 90px;
  }
  .xl-mr-90 {
    margin-right: 90px;
  }
  .xl-pb-95 {
    padding-bottom: 95px;
  }
  .xl-pl-95 {
    padding-left: 95px;
  }
  .xl-pr-95 {
    padding-right: 95px;
  }
  .xl-mb-95 {
    margin-bottom: 95px;
  }
  .xl-ml-95 {
    margin-left: 95px;
  }
  .xl-mr-95 {
    margin-right: 95px;
  }
  .xl-t-left {
    text-align: left !important;
  }
  .xl-t-center {
    text-align: center !important;
  }
  .xl-t-right {
    text-align: right !important;
  }
  .xl-display-n {
    display: none !important;
  }
  .xl-display-b {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
  .lg-mt-25 {
    margin-top: 25px;
  }
  .lg-ml-25 {
    margin-left: 25px;
  }
  .lg-pt-25 {
    padding-top: 25px;
  }
  .lg-pb-25 {
    padding-bottom: 25px;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .lg-pr-25 {
    padding-right: 25px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-mb-35 {
    margin-bottom: 35px;
  }
  .lg-mt-35 {
    margin-top: 35px;
  }
  .lg-ml-35 {
    margin-left: 35px;
  }
  .lg-pt-35 {
    padding-top: 35px;
  }
  .lg-pb-35 {
    padding-bottom: 35px;
  }
  .lg-pl-35 {
    padding-left: 35px;
  }
  .lg-pr-35 {
    padding-right: 35px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-mb-45 {
    margin-bottom: 45px;
  }
  .lg-mt-45 {
    margin-top: 45px;
  }
  .lg-ml-45 {
    margin-left: 45px;
  }
  .lg-pt-45 {
    padding-top: 45px;
  }
  .lg-pb-45 {
    padding-bottom: 45px;
  }
  .lg-pl-45 {
    padding-left: 45px;
  }
  .lg-pr-45 {
    padding-right: 45px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-mb-55 {
    margin-bottom: 55px;
  }
  .lg-mt-55 {
    margin-top: 55px;
  }
  .lg-ml-55 {
    margin-left: 55px;
  }
  .lg-pt-55 {
    padding-top: 55px;
  }
  .lg-pb-55 {
    padding-bottom: 55px;
  }
  .lg-pl-55 {
    padding-left: 55px;
  }
  .lg-pr-55 {
    padding-right: 55px;
  }
  .lg-mb-60 {
    margin-bottom: 60px;
  }
  .lg-mt-60 {
    margin-top: 60px;
  }
  .lg-ml-60 {
    margin-left: 60px;
  }
  .lg-pt-60 {
    padding-top: 60px;
  }
  .lg-pb-60 {
    padding-bottom: 60px;
  }
  .lg-pl-60 {
    padding-left: 60px;
  }
  .lg-pr-60 {
    padding-right: 60px;
  }
  .lg-mb-65 {
    margin-bottom: 65px;
  }
  .lg-mt-65 {
    margin-top: 65px;
  }
  .lg-ml-65 {
    margin-left: 65px;
  }
  .lg-pt-65 {
    padding-top: 65px;
  }
  .lg-pb-65 {
    padding-bottom: 65px;
  }
  .lg-pl-65 {
    padding-left: 65px;
  }
  .lg-pr-65 {
    padding-right: 65px;
  }
  .lg-mb-70 {
    margin-bottom: 70px;
  }
  .lg-mt-70 {
    margin-top: 70px;
  }
  .lg-ml-70 {
    margin-left: 70px;
  }
  .lg-pt-70 {
    padding-top: 70px;
  }
  .lg-pb-70 {
    padding-bottom: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
  .lg-t-left {
    text-align: left !important;
  }
  .lg-t-center {
    text-align: center !important;
  }
  .lg-t-right {
    text-align: right !important;
  }
  .lg-jc-center {
    justify-content: center !important;
  }
  .lg-jc-end {
    justify-content: end !important;
  }
  .lg-jc-space-between {
    justify-content: space-between !important;
  }
  .lg-display-n {
    display: none !important;
  }
  .lg-display-b {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-mt-25 {
    margin-top: 25px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-mt-35 {
    margin-top: 35px;
  }
  .md-pt-35 {
    padding-top: 35px;
  }
  .md-pb-35 {
    padding-bottom: 35px;
  }
  .md-pl-35 {
    padding-left: 35px;
  }
  .md-pr-35 {
    padding-right: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-mt-45 {
    margin-top: 45px;
  }
  .md-pt-45 {
    padding-top: 45px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
  .md-t-left {
    text-align: left !important;
  }
  .md-t-center {
    text-align: center !important;
  }
  .md-t-right {
    text-align: right !important;
  }
  .md-jc-center {
    justify-content: center !important;
  }
  .md-jc-end {
    justify-content: end !important;
  }
  .md-display-n {
    display: none !important;
  }
  .md-display-b {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-ml-0 {
    margin-left: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-ml-5 {
    margin-left: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-ml-10 {
    margin-left: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-ml-15 {
    margin-left: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-ml-20 {
    margin-left: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-ml-25 {
    margin-left: 25px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-mb-35 {
    margin-bottom: 35px;
  }
  .sm-mt-35 {
    margin-top: 35px;
  }
  .sm-ml-35 {
    margin-left: 35px;
  }
  .sm-pt-35 {
    padding-top: 35px;
  }
  .sm-pb-35 {
    padding-bottom: 35px;
  }
  .sm-pl-35 {
    padding-left: 35px;
  }
  .sm-pr-35 {
    padding-right: 35px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-mb-45 {
    margin-bottom: 45px;
  }
  .sm-mt-45 {
    margin-top: 45px;
  }
  .sm-ml-45 {
    margin-left: 45px;
  }
  .sm-pt-45 {
    padding-top: 45px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-ml-50 {
    margin-left: 50px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-mb-55 {
    margin-bottom: 55px;
  }
  .sm-mt-55 {
    margin-top: 55px;
  }
  .sm-ml-55 {
    margin-left: 55px;
  }
  .sm-pt-55 {
    padding-top: 55px;
  }
  .sm-pb-55 {
    padding-bottom: 55px;
  }
  .sm-pl-55 {
    padding-left: 55px;
  }
  .sm-pr-55 {
    padding-right: 55px;
  }
  .sm-t-left {
    text-align: left !important;
  }
  .sm-t-center {
    text-align: center !important;
  }
  .sm-t-right {
    text-align: right !important;
  }
  .sm-display-n {
    display: none !important;
  }
  .sm-display-b {
    display: block !important;
  }
}
/*==========================================================================
* TopBar One CSS
==========================================================================*/
.topBar__one {
  background: var(--color-5);
  padding: 8px 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 28px;
}
.topBar__one-left ul {
  padding: 0;
  margin: 0;
}
.topBar__one-left ul li {
  display: inline-block;
  color: var(--color-4);
  list-style: none;
  margin-right: 25px;
}
.topBar__one-left ul li a {
  color: var(--color-4);
  transition: 0.4s;
}
.topBar__one-left ul li a i {
  color: var(--primary-color-1);
  margin-right: 10px;
}
.topBar__one-left ul li a:hover {
  color: var(--primary-color-1);
}
.topBar__one-left ul li:last-child {
  margin-right: 0;
}
.topBar__one-right-social h6 {
  color: var(--text-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-right: 55px;
  margin-right: 15px;
}
.topBar__one-right-social h6::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 35px;
  height: 2px;
  background: var(--color-4);
}
.topBar__one-right-social ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.topBar__one-right-social ul li {
  list-style: none;
}
.topBar__one-right-social ul li a i {
  color: var(--text-white);
  transition: 0.4s;
}
.topBar__one-right-social ul li a i:hover {
  color: var(--primary-color-1);
}

/*==========================================================================
* TopBar Two CSS
==========================================================================*/
.topBar__one.two .topBar__one-left ul li a i {
  color: var(--primary-color-2);
}
.topBar__one.two .topBar__one-left ul li a:hover {
  color: var(--primary-color-2);
}
.topBar__one.two .topBar__one-right-social ul li a i:hover {
  color: var(--primary-color-2);
}

/*==========================================================================
* TopBar Three CSS
==========================================================================*/
.topBar__three {
  padding: 20px 0;
}
.topBar__three-left-logo img {
  max-width: 140px;
}
.topBar__three-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.topBar__three-right-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--border-color-1);
  padding-right: 30px;
  margin-right: 30px;
}
.topBar__three-right-item i {
  position: relative;
  z-index: 1;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  color: var(--primary-color-3);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color-1);
}
.topBar__three-right-item-info span {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.topBar__three-right-item-info h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.topBar__three-right-item-info h6 a {
  transition: 0.4s;
}
.topBar__three-right-item-info h6 a:hover {
  color: var(--primary-color-3);
}
.topBar__three-right-social ul li a i {
  width: 45px;
  height: 45px;
  background: var(--color-3);
  color: var(--text-heading-color);
}
.topBar__three-right-social ul li a i:hover {
  background: var(--primary-color-3);
  color: var(--text-white);
}

@media (max-width: 991px) {
  .topBar__three-left-logo {
    margin-bottom: 25px;
  }
}
@media (max-width: 790px) {
  .topBar__three-right-social.social__icon {
    display: none;
  }
  .topBar__three-right-item:nth-child(2) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 520px) {
  .topBar__three-right {
    display: none;
  }
  .topBar__three-left-logo {
    margin-bottom: 0;
  }
}
/*==========================================================================
* Menu Bar CSS
==========================================================================*/
.header__area-menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__area-menubar-left {
  position: relative;
  z-index: 99;
}
.header__area-menubar-left.one {
  position: relative;
  z-index: 1;
}
.header__area-menubar-left.one::after {
  content: "";
  position: absolute;
  left: -3800px;
  top: -2px;
  width: 4000px;
  height: 94px;
  background: var(--primary-color-1);
  -webkit-clip-path: polygon(0 0, 99.3% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 99.3% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.header__area-menubar-left-logo {
  padding: 27px 60px 27px 0;
}
.header__area-menubar-left-logo a {
  display: inline-block;
}
.header__area-menubar-left-logo a img {
  max-width: 140px;
  position: relative;
  z-index: 9999;
}
.header__area-menubar-center {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header__area-menubar-center-menu ul {
  padding: 0;
  margin: 0;
}
.header__area-menubar-center-menu ul li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0 28px;
}
.header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li:hover > .sub-menu {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.header__area-menubar-center-menu ul li .sub-menu {
  position: absolute;
  background: var(--color-5);
  min-width: 260px;
  transition: 0.4s;
  top: 58px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: scale(1, 0);
  transform-origin: 0 0;
  border-top: 4px solid var(--primary-color-1);
}
.header__area-menubar-center-menu ul li .sub-menu li {
  display: block;
  padding: 0 30px;
  margin: 0;
}
.header__area-menubar-center-menu ul li .sub-menu li::after {
  display: none;
}
.header__area-menubar-center-menu ul li .sub-menu li > a {
  border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
  color: var(--text-white);
  padding: 12px 0;
  transition: all 0.4s ease-out 0s;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
  position: relative;
}
.header__area-menubar-center-menu ul li .sub-menu li > a::after {
  position: absolute;
  content: "";
  background: var(--primary-color-1);
  width: 0;
  transition: all 0.4s ease-out 0s;
  height: 1px;
  left: 0;
  bottom: -1px;
}
.header__area-menubar-center-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}
.header__area-menubar-center-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li .sub-menu li:hover > a::after {
  width: 100%;
}
.header__area-menubar-center-menu ul li .sub-menu li:last-child > a {
  border: none;
}
.header__area-menubar-center-menu ul li .sub-menu li:last-child > a::after {
  display: none;
}
.header__area-menubar-center-menu ul li .sub-menu li:first-child .sub-menu {
  top: -4px;
}
.header__area-menubar-center-menu ul li .sub-menu .menu-item-has-children > a::before {
  content: "\f105";
  right: 0;
  color: var(--text-white);
}
.header__area-menubar-center-menu ul li a {
  color: var(--text-heading-color);
  display: block;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s;
  font-family: var(--theme-font-1);
  text-transform: uppercase;
  font-weight: 500;
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a {
  position: relative;
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  right: -16px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: var(--text-heading-color);
  transition: 0.3s;
  font-size: 14px;
}
.header__area-menubar-center-menu ul li.menu-item-has-children {
  padding-right: 15px;
}
.header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::before {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li:first-child {
  margin-left: 0;
}
.header__area-menubar-center-menu ul li:last-child {
  margin-right: 0;
}
.header__area-menubar-center-menu ul li.active::after {
  width: 100%;
  bottom: -39px;
}
.header__area-menubar-center-menu.two ul li .sub-menu {
  border-color: var(--primary-color-2);
}
.header__area-menubar-center-menu.two ul li .sub-menu li a::after {
  background: var(--primary-color-2);
}
.header__area-menubar-center-menu.two ul li .sub-menu li:hover > a {
  color: var(--primary-color-2);
}
.header__area-menubar-center-menu.two ul li:hover > a {
  color: var(--primary-color-2);
}
.header__area-menubar-center-menu.two ul li.menu-item-has-children:hover > a::before {
  color: var(--primary-color-2);
}
.header__area-menubar-center-menu.three {
  padding-left: 35px;
}
.header__area-menubar-center-menu.three ul li .sub-menu {
  border-color: var(--primary-color-3);
  top: 48px;
}
.header__area-menubar-center-menu.three ul li .sub-menu li a::after {
  background: var(--primary-color-3);
}
.header__area-menubar-center-menu.three ul li .sub-menu li:hover > a {
  color: var(--primary-color-3);
}
.header__area-menubar-center-menu.three ul li .sub-menu li:hover > a::before {
  color: var(--primary-color-3);
}
.header__area-menubar-center-menu.three ul li:hover > a {
  color: var(--primary-color-3);
}
.header__area-menubar-center-menu.three ul li a {
  color: var(--text-white);
}
.header__area-menubar-center-menu.three ul li.menu-item-has-children > a::before {
  color: var(--text-white);
}
.header__area-menubar-center-menu.three ul li.menu-item-has-children:hover > a::before {
  color: var(--primary-color-3);
}
.header__area-menubar-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.header__area-menubar-right-search-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
  display: block;
  color: var(--text-heading-color);
  font-size: 20px;
  font-weight: 400;
}
.header__area-menubar-right-search-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: var(--color-1);
  z-index: 9999;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.header__area-menubar-right-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 55%;
  transition: all 0.5s ease-out;
}
.header__area-menubar-right-search-box button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 22px;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.header__area-menubar-right-search-box.active {
  height: 100vh;
  top: 0;
}
.header__area-menubar-right-search-box.active.header__area-menubar-right-search-box form {
  transform: translate(-50%, -50%) scale(1);
}
.header__area-menubar-right-search-box-icon {
  position: absolute;
  right: 50px;
  top: 50px;
}
.header__area-menubar-right-search-box-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
  display: block;
  font-size: 22px;
  color: var(--text-white);
  transform: rotate(0deg);
}
.header__area-menubar-right-search-box-icon i:hover {
  animation: rotate 0.4s ease 0s;
}
.header__area-menubar-right-search-box.two button {
  background: var(--primary-color-2);
}
.header__area-menubar-right-search-box.two input:focus {
  border-color: var(--primary-color-2);
}
.header__area-menubar-right-search-box.three button {
  background: var(--primary-color-3);
}
.header__area-menubar-right-search-box.three input:focus {
  border-color: var(--primary-color-3);
}
.header__area-menubar-right-sidebar-popup {
  position: fixed;
  width: 460px;
  height: 100%;
  right: 0;
  overflow: auto;
  transform: translateX(100%);
  top: 0;
  background: var(--color-5);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: transform 0.5s ease 0.4s;
  padding: 100px 40px;
  scrollbar-width: none;
}
.header__area-menubar-right-sidebar-popup::-webkit-scrollbar {
  display: none;
}
.header__area-menubar-right-sidebar-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  right: 0;
}
.header__area-menubar-right-sidebar-popup-icon i {
  width: 25px;
  height: 25px;
  display: block;
  font-size: 25px;
  color: var(--text-heading-color);
  cursor: pointer;
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  transform: rotate(0);
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn i {
  background: var(--primary-color-1);
  width: 40px;
  color: var(--text-white);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn:hover {
  animation: rotate 0.4s ease 0s;
}
.header__area-menubar-right-sidebar-popup-logo {
  margin-bottom: 30px;
}
.header__area-menubar-right-sidebar-popup-logo a {
  display: inline-block;
}
.header__area-menubar-right-sidebar-popup-logo a img {
  max-width: 140px;
}
.header__area-menubar-right-sidebar-popup p {
  color: var(--color-4);
}
.header__area-menubar-right-sidebar-popup-contact {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid rgba(var(--border-color-2), 0.1);
  border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
}
.header__area-menubar-right-sidebar-popup-contact-item {
  display: flex;
  margin-bottom: 25px;
  gap: 25px;
}
.header__area-menubar-right-sidebar-popup-contact-item-icon {
  margin-top: 8px;
  width: 30px;
}
.header__area-menubar-right-sidebar-popup-contact-item-icon i {
  color: var(--primary-color-1);
  font-size: 30px;
}
.header__area-menubar-right-sidebar-popup-contact-item-content span {
  color: var(--color-4);
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 {
  max-width: 240px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 a {
  transition: all 0.4s ease-out;
  color: var(--text-white);
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover {
  color: var(--primary-color-1);
}
.header__area-menubar-right-sidebar-popup-contact-item:last-child {
  margin: 0;
}
.header__area-menubar-right-sidebar-popup-contact h4 {
  color: var(--text-white);
}
.header__area-menubar-right-sidebar-popup.two .sidebar-close-btn i {
  background: var(--primary-color-2);
}
.header__area-menubar-right-sidebar-popup.two .header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover,
.header__area-menubar-right-sidebar-popup.two .header__area-menubar-right-sidebar-popup-contact-item-icon i {
  color: var(--primary-color-2);
}
.header__area-menubar-right-sidebar-popup.two .social__icon ul li a i:hover {
  background: var(--primary-color-2);
  border-color: var(--primary-color-2);
}
.header__area-menubar-right-sidebar-popup.three .sidebar-close-btn i {
  background: var(--primary-color-3);
}
.header__area-menubar-right-sidebar-popup.three .header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover,
.header__area-menubar-right-sidebar-popup.three .header__area-menubar-right-sidebar-popup-contact-item-icon i {
  color: var(--primary-color-3);
}
.header__area-menubar-right-sidebar-popup.three .social__icon ul li a i:hover {
  background: var(--primary-color-3);
  border-color: var(--primary-color-3);
}
.header__area.two {
  background: var(--primary-color-2);
  position: relative;
  z-index: 99;
  box-shadow: 0 0 30px rgba(var(--border-color-3), 0.06);
}
.header__area.two::after {
  content: "";
  position: absolute;
  right: 0;
  width: 82%;
  height: 100%;
  background: var(--bg-white);
  border-radius: 0 0 0 200px;
  z-index: -1;
  bottom: 0;
}
.header__area.three {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.header__area.three .header__area-menubar {
  background: var(--color-5);
}
.header__area.three .btn-three {
  padding: 22px 35px;
  border-radius: 0;
}
.header__area.three .header__area-menubar-right-sidebar-popup-icon i,
.header__area.three .header__area-menubar-right-search-icon i {
  color: var(--text-white);
}

/*==========================================================================
* Menu Bar Sticky CSS
==========================================================================*/
.header__sticky-sticky-menu {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  animation: header_sticky 1s;
  display: block;
  box-shadow: 0 0 50px rgb(var(--border-color-2), 0.04);
  background: var(--color-8) !important;
}
@keyframes header_sticky {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

/*==========================================================================
* Menu Sidebar CSS
==========================================================================*/
.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transition: all 0.8s ease-out;
  visibility: hidden;
  z-index: 99999;
  background: var(--color-1);
  opacity: 0.8;
}
.sidebar-overlay.show {
  visibility: visible;
  width: 100%;
}

/*==========================================================================
* Responsive Menu Sidebar CSS
==========================================================================*/
.vertical-menu {
  padding-right: 6px;
}
.vertical-menu ul {
  padding: 0;
  margin: 0;
}
.vertical-menu ul li {
  list-style: none;
  position: relative;
}
.vertical-menu ul li a {
  padding: 14px 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  transition: all 0.4s ease;
  border-bottom: 1px solid var(--body-color);
  color: var(--text-white);
}
.vertical-menu ul li.menu-item-has-children > span {
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  text-align: center;
  background: var(--primary-color-1);
  color: var(--text-white);
  z-index: 1;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  line-height: 26px;
}
.vertical-menu ul li.menu-item-has-children > span.is-open::before {
  content: "\f068";
}
.vertical-menu ul li.menu-item-has-children .sub-menu {
  display: none;
}
.vertical-menu ul li:hover > a {
  color: var(--primary-color-1);
}
.vertical-menu ul li .sub-menu {
  padding-left: 20px;
}
.vertical-menu ul li .sub-menu li a {
  font-size: 16px;
  line-height: 26px;
}

.menu__bar {
  display: none;
}
.menu__bar i {
  width: 25px;
  height: 25px;
  display: block;
  font-size: 25px;
  color: var(--text-heading-color);
  cursor: pointer;
}
.menu__bar-popup {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  z-index: 9999;
  transition: 0.5s;
  transform: translateX(-100%);
  padding: 40px;
  background: var(--color-5);
}
.menu__bar-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.menu__bar-popup.show .menu__bar-popup-left-social {
  background: var(--color-1);
}
.menu__bar-popup.show .menu__bar-popup-right-contact {
  transition: transform 2s ease 0.4s, opacity 2s ease 0.4s;
  transform: translateX(0);
  opacity: 1;
}
.menu__bar-popup-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.menu__bar-popup-top .logo img {
  max-width: 140px;
}
.menu__bar-popup-top .close i {
  background: var(--primary-color-1);
  width: 40px;
  color: var(--text-white);
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: block;
}
.menu__bar-popup-top .close:hover {
  animation: rotate 0.4s ease 0s;
}
.menu__bar-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.8s;
  visibility: hidden;
  z-index: 9;
  background: var(--color-1);
  opacity: 0.8;
  display: none;
}
.menu__bar-popup-overlay.show {
  visibility: visible;
  width: 100%;
}
.menu__bar-popup.two .menu__bar-popup-top .close i {
  background: var(--primary-color-2);
}
.menu__bar-popup.two .vertical-menu ul li:hover > a {
  color: var(--primary-color-2);
}
.menu__bar-popup.two .vertical-menu ul li.menu-item-has-children > span {
  background: var(--primary-color-2);
}
.menu__bar-popup.three .menu__bar-popup-top .close i {
  background: var(--primary-color-3);
}
.menu__bar-popup.three .vertical-menu ul li:hover > a {
  color: var(--primary-color-3);
}
.menu__bar-popup.three .vertical-menu ul li.menu-item-has-children > span {
  background: var(--primary-color-3);
}

@media (max-width: 1550px) {
  .header__area-menubar-center-menu ul li:nth-child(n+5) .sub-menu li .sub-menu {
    right: 100%;
    left: initial;
  }
}
@media (max-width: 1150px) {
  .header__area-menubar-right-btn {
    display: none;
  }
  .header__area.three .header__area-menubar-right-btn {
    display: block;
  }
}
@media (max-width: 991px) {
  .header__area-menubar-center {
    display: none;
  }
  .header__area-menubar-right-search, .header__area-menubar-right-sidebar {
    display: none;
  }
  .header__area.two::after {
    width: 75%;
  }
  .header__area.three .btn-three {
    padding: 18px 24px;
  }
  .header__area.three .header__area-menubar {
    padding-left: 25px;
  }
  .header__area.three .header__area-menubar-center {
    display: block;
  }
  .header__area.three .header__area-menubar-center-menu {
    display: none;
  }
  .header__area.three .header__area-menubar-center .menu__bar i {
    color: var(--text-white);
  }
  .header__area.three .header__area-menubar-right {
    gap: 25px;
  }
  .header__area.three .header__area-menubar-right-btn, .header__area.three .header__area-menubar-right-search {
    display: block;
  }
  .menu__bar {
    display: block;
  }
  .menu__bar-popup {
    display: block;
  }
  .menu__bar-popup-overlay {
    display: block;
  }
}
@media (max-width: 667px) {
  .header__area.two::after {
    width: 45%;
  }
}
@media (max-width: 520px) {
  .menu__bar-popup {
    width: 100%;
  }
  .menu__bar-popup-overlay {
    display: none;
  }
}
/*==========================================================================
* Menu Demo CSS
==========================================================================*/
.header__area-menubar-center-menu.three .header__area-menubar-center-menu ul li .sub-menu.home-area {
  top: 100px;
}
.header__area-menubar-center-menu ul li.home {
  position: static;
}
.header__area-menubar-center-menu ul li.home::after {
  display: none;
}
.header__area-menubar-center-menu ul li.menus {
  display: none;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area {
  left: 0;
  right: 0;
  top: 80px;
  width: 100%;
  padding: 40px 50px 30px 50px;
  margin: 0 auto;
  z-index: 9;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li {
  padding: 0;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-thumb {
  position: relative;
  z-index: 1;
  border: 1px solid var(--border-color-1);
  border-bottom: 0;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-heading-color);
  opacity: 0;
  transition: 0.4s;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-thumb img {
  width: 100%;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-thumb ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  z-index: 10;
  bottom: 110px;
  width: 100%;
  transition: 0.4s;
  opacity: 0;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-thumb ul li a {
  background: var(--text-white);
  color: var(--bg-heading-color);
  padding: 3px 20px;
  border-radius: 15px;
  border: 0;
  transition: 0.4s;
  font-size: 14px;
  line-height: 24px;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-thumb ul li a::after {
  display: none;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-thumb ul li a:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
  opacity: 1;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-content {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px 0 15px;
  z-index: 1;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--border-color-1);
  transition: 0.3s;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-white);
  transition: 0.4s;
  z-index: -1;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-content .one {
  transition: 0.4s;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-content .one a {
  background: transparent;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-content .two {
  opacity: 0;
  transition: 0.33s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-content .two a {
  display: inline-block;
  transition: 0.4s;
  background: var(--primary-color-1);
  color: var(--text-white);
  border-radius: 5px;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:hover .home-area-box-item-thumb::after {
  opacity: 0.5;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:hover .home-area-box-item-thumb ul {
  opacity: 1;
  bottom: 93px;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:hover .home-area-box-item-content {
  border-color: rgba(141, 141, 141, 0.0745098039);
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:hover .home-area-box-item-content::after {
  height: 0;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:hover .home-area-box-item-content::before, .header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:hover .home-area-box-item-content .one {
  opacity: 0;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:hover .home-area-box-item-content .two {
  opacity: 1;
  bottom: 25px;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:hover .home-area-box-item-content .two a {
  padding: 10px 20px;
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:nth-child(2) .home-area-box-item-thumb ul li a:hover {
  background: var(--primary-color-2);
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:nth-child(2) .home-area-box-item-content .two a {
  background: var(--primary-color-2);
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:nth-child(3) .home-area-box-item-thumb ul li a:hover {
  background: var(--primary-color-3);
}
.header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:nth-child(3) .home-area-box-item-content .two a {
  background: var(--primary-color-3);
}
.header__area-menubar-center-menu ul li .sub-menu.home-area.three {
  top: 100px;
}

@media (max-width: 1499px) {
  .header__area-menubar-center-menu ul li .sub-menu.home-area {
    padding: 30px;
  }
  .header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box {
    gap: 25px;
  }
}
@media (max-width: 1399px) {
  .header__area-menubar-center-menu ul li .sub-menu.home-area {
    padding: 30px 15px;
  }
  .header__area-menubar-center-menu ul li .sub-menu.home-area li {
    padding: 0;
  }
  .header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box {
    gap: 15px;
    grid-row-gap: 30px;
  }
  .header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-thumb ul {
    bottom: 85px;
  }
  .header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-content {
    padding: 15px 0 0 0;
  }
  .header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item-content .two a {
    font-size: 13px;
  }
  .header__area-menubar-center-menu ul li .sub-menu.home-area li .home-area-box-item:hover .home-area-box-item-content .two a {
    padding: 6px 9px;
  }
}
@media (max-width: 1050px) {
  li.menu-item-has-children.home {
    display: none;
  }
  li.menu-item-has-children.menus {
    display: block;
  }
}
/*==========================================================================
* Banner One CSS
==========================================================================*/
.banner__one {
  position: relative;
  z-index: 2;
}
.banner__one-shape {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background: var(--color-3);
  z-index: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner__one-content {
  padding: 145px 0 315px 0;
  position: relative;
  z-index: 1;
}
.banner__one-content h1 {
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 30px;
}
.banner__one-content p {
  max-width: 560px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
}
.banner__one-right {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
  width: 45%;
}
.banner__one-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__one-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  background: var(--color-5);
  display: grid;
  gap: 10px;
  justify-content: center;
  padding: 25px 0;
  z-index: 1;
}
.banner__one-arrow .banner_next, .banner__one-arrow .banner_prev {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0;
}
.banner__one-arrow-next, .banner__one-arrow-prev {
  display: inline-block;
}
.banner__one-arrow-next i, .banner__one-arrow-prev i {
  font-size: 22px;
  width: 55px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--body-color);
  color: var(--text-white);
  transition: 0.4s;
}
.banner__one-arrow-next i:hover, .banner__one-arrow-prev i:hover {
  background: var(--primary-color-1);
  color: var(--text-white);
  border-color: var(--primary-color-1);
}
.banner__one-capacity {
  padding: 43px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.banner__one-capacity::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background-color: var(--primary-color-1);
  background-image: url("../../assets/img/shape/shape-2.png");
  background-repeat: no-repeat;
  z-index: -1;
}
.banner__one-capacity-item h3 {
  color: var(--text-white);
}
.banner__one-capacity-item h6 {
  color: var(--text-white);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

/*==========================================================================
* Banner Two CSS
==========================================================================*/
.banner__two {
  background: var(--color-3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner__two-image {
  margin-right: 60px;
}
.banner__two-image img {
  width: 100%;
  padding: 10px;
  border: 2px solid var(--color-7);
}
.banner__two-content h1 {
  font-size: 120px;
  line-height: 130px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.banner__two-content p {
  max-width: 660px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 45px;
}
.banner__two-video-icon.video a {
  background: var(--primary-color-2);
}
.banner__two-video-icon.video-pulse::after, .banner__two-video-icon.video-pulse::before {
  border: 1px solid var(--primary-color-2);
}

/*==========================================================================
* Banner Three CSS
==========================================================================*/
.banner__three {
  position: relative;
  z-index: 1;
}
.banner__three-area {
  padding-bottom: 120px;
  padding-top: 70px;
}
.banner__three-area-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner__three-area-image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-5);
  opacity: 0.6;
}
.banner__three-content {
  padding: 170px 0;
}
.banner__three-content .subtitle-three {
  color: var(--text-white);
}
.banner__three-content .subtitle-three::after {
  background: var(--text-white);
}
.banner__three-content h2 {
  color: var(--text-white);
  font-size: 80px;
  line-height: 90px;
}
.banner__three-content h1 {
  font-size: 150px;
  line-height: 160px;
  color: var(--text-white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.banner__three-slide {
  margin-top: -119px;
  position: relative;
  z-index: 1;
}
.banner__three-slide-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner__three-slide-area-thumb {
  width: 100%;
}
.banner__three-slide-area-thumb-item {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 29px 50px;
  border-right: 1px solid var(--border-color-1);
  border-bottom: 1px solid var(--border-color-1);
  background: var(--bg-white);
  cursor: pointer;
  position: relative;
  width: 33.33% !important;
}
.banner__three-slide-area-thumb-item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--primary-color-3);
}
.banner__three-slide-area-thumb-item img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.banner__three-slide-area-thumb-item h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  max-width: 150px;
}
.banner__three-slide-area-thumb-item:last-child {
  border-right: none;
}
.banner__three-slide-area-thumb-item.swiper-slide-thumb-active::after {
  animation-name: activeBar;
  animation-duration: 4.7s;
}
.banner__three-slide-area-arrow {
  display: flex;
  margin-left: -1px;
  width: 140px;
}
.banner__three-slide-area-arrow .banner_next, .banner__three-slide-area-arrow .banner_prev {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0;
}
.banner__three-slide-area-arrow .banner_prev {
  border-right: 1px solid var(--border-color-1);
}
.banner__three-slide-area-arrow-next, .banner__three-slide-area-arrow-prev {
  display: inline-block;
}
.banner__three-slide-area-arrow-next i, .banner__three-slide-area-arrow-prev i {
  font-size: 22px;
  width: 70px;
  height: 118.1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-3);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.banner__three-slide-area-arrow-next i:hover, .banner__three-slide-area-arrow-prev i:hover {
  background: var(--primary-color-3);
  color: var(--text-white);
}

@media (max-width: 1199px) {
  .banner__one-content h1 {
    font-size: 80px;
    line-height: 90px;
  }
  .banner__one-right {
    width: 40%;
  }
  .banner__one-capacity::after {
    width: 60%;
  }
  .banner__three-content h1 {
    font-size: 110px;
    line-height: 120px;
  }
  .banner__three-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .banner__three-slide-area-thumb-item {
    gap: 20px;
    padding: 29px 25px;
  }
}
@media (max-width: 991px) {
  .banner__one-right {
    width: initial;
    position: initial;
  }
  .banner__one-right img {
    display: none;
  }
  .banner__one-arrow {
    left: initial;
    padding: 23px 0;
    right: 0;
  }
  .banner__one-capacity::after {
    width: 100%;
  }
  .banner__two-content h1 {
    font-size: 90px;
    line-height: 100px;
  }
  .banner__three-slide-area-thumb-item {
    width: 100% !important;
  }
  .banner__three-slide-area-thumb-item:last-child {
    border-right: 1px solid var(--border-color-1);
  }
  .banner__three-slide-area .thumb__area {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .banner__three-slide-area-arrow {
    display: block;
    width: 70px;
  }
  .banner__three-slide-area-arrow .banner_prev {
    border-right: 0;
    border-bottom: 1px solid var(--border-color-1);
  }
}
@media (max-width: 767px) {
  .banner__three-content h1 {
    font-size: 82px;
    line-height: 92px;
  }
  .banner__three-content h2 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 660px) {
  .banner__three-slide-area {
    display: block;
    position: relative;
  }
  .banner__three-slide-area .thumb__area {
    grid-template-columns: 100%;
  }
  .banner__three-slide-area-arrow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: -70px;
    z-index: 1;
  }
  .banner__three-slide-area-arrow .banner_prev {
    border: 0;
  }
  .banner__three-slide-area-arrow-next i, .banner__three-slide-area-arrow-prev i {
    font-size: 22px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .banner__three-slide-area-thumb-item {
    border-left: 1px solid var(--border-color-1);
  }
  .banner__three-slide-area-thumb-item h6 {
    font-size: 18px;
    line-height: 28px;
    max-width: initial;
  }
}
@media (max-width: 580px) {
  .banner__one-arrow {
    padding: 19px 0;
  }
}
@media (max-width: 575px) {
  .banner__one-content h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .banner__one-capacity {
    position: relative;
    background: var(--primary-color-1);
  }
  .banner__one-capacity::after {
    display: none;
  }
  .banner__one-arrow {
    position: relative;
    width: 100%;
    display: flex;
    padding: 20px;
    z-index: 1;
  }
  .banner__one .column-reverse {
    flex-direction: column-reverse;
  }
  .banner__one-content p,
  .banner__two-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .banner__two,
  .banner__one-content {
    padding: 125px 0;
  }
  .banner__three-content {
    padding: 125px 0 195px 0;
  }
  .banner__two-content h1 {
    font-size: 72px;
    line-height: 82px;
  }
  .banner__three-content h1 {
    font-size: 66px;
    line-height: 76px;
  }
  .banner__three-slide-area-thumb-item {
    padding: 25px 25px;
  }
}
@media (max-width: 460px) {
  .banner__one-content h1 {
    font-size: 54px;
    line-height: 64px;
  }
  .banner__two-content h1 {
    font-size: 58px;
    line-height: 68px;
  }
  .banner__three-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .banner__three-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 359px) {
  .banner__three-content h1 {
    font-size: 44px;
    line-height: 54px;
  }
  .banner__two-content h1,
  .banner__one-content h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
/*==========================================================================
* Features One CSS
==========================================================================*/
.features__one-bg {
  background: var(--color-3);
  padding: 50px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.features__one-left h4 {
  max-width: 345px;
}
.features__one-left-client {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 35px;
}
.features__one-left-client h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  max-width: 170px;
}
.features__one-right {
  display: flex;
  justify-content: end;
}
.features__one-right-item {
  border-right: 1px solid var(--color-2);
  padding-right: 40px;
  margin-right: 50px;
}
.features__one-right-item-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-6);
  margin-bottom: 20px;
}
.features__one-right-item-icon i {
  line-height: 0;
  color: var(--primary-color-1);
  font-size: 40px;
}
.features__one-right-item-content h6 {
  margin-bottom: 10px;
}
.features__one-right-item-content p {
  margin-bottom: 0;
  max-width: 300px;
}
.features__one-right-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

/*==========================================================================
* Who We CSS
==========================================================================*/
.who__area {
  background: var(--color-5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.who__area-left {
  margin-right: 60px;
}
.who__area-left-image {
  position: relative;
  padding-bottom: 140px;
}
.who__area-left-image-shape {
  position: absolute;
  left: 5%;
  animation: bounce-x 7s infinite linear;
  bottom: 10%;
  filter: invert(0.3);
}
.who__area-left-image-two {
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 15px solid var(--color-5);
  border-left: 15px solid var(--color-5);
}
.who__area-right-title h2 {
  color: var(--text-white);
  margin-bottom: 40px;
}
.who__area-right-btn {
  margin-bottom: 30px;
}
.who__area-right-btn .btn-two {
  background: var(--bg-white);
  padding: 11px 24px;
  text-transform: capitalize;
  color: var(--text-heading-color);
}
.who__area-right-btn .btn-two::before, .who__area-right-btn .btn-two::after {
  background: var(--primary-color-2);
}
.who__area-right-btn .btn-two:hover {
  color: var(--text-white);
}
.who__area-right-btn .active {
  background: var(--primary-color-2);
  color: var(--text-white);
}
.who__area-right-tab p {
  color: var(--color-4);
  margin-bottom: 30px;
  max-width: 570px;
}
.who__area-right-tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.who__area-right-tab-list span {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  color: var(--text-white);
}
.who__area-right-tab-list span i {
  color: var(--primary-color-2);
}
.who__area-right-tab-list span:last-child {
  margin-bottom: 0;
}
.who__area.services .who__area-right-tab-list span i {
  color: var(--primary-color-1);
}
.who__area.services .who__area-right-btn .btn-two::before,
.who__area.services .who__area-right-btn .btn-two::after,
.who__area.services .who__area-right-btn .active {
  background: var(--primary-color-1);
}

/*==========================================================================
* Consultation CSS
==========================================================================*/
.consultation__area {
  position: relative;
}
.consultation__area-left {
  position: relative;
  margin-right: 30px;
}
.consultation__area-left img {
  max-width: 77%;
}
.consultation__area-left .content {
  position: absolute;
  background: var(--bg-white);
  left: 60px;
  bottom: 40px;
  padding: 35px 40px;
  text-align: left;
  box-shadow: 0 10px 50px rgb(var(--border-color-3), 0.08);
}
.consultation__area-left .content p {
  font-weight: 600;
  margin: 20px 0 0 0;
  color: var(--text-heading-color);
  max-width: 200px;
}
.consultation__area-left .content p span {
  color: var(--primary-color-3);
}
.consultation__area-right {
  margin-left: 30px;
}
.consultation__area-right-title h2 {
  margin-bottom: 20px;
}
.consultation__area-right-title p {
  margin-bottom: 0;
}
.consultation__area-right-list {
  margin-top: 30px;
}
.consultation__area-right-list-item {
  padding: 40px 25px;
  box-shadow: 0 0 50px rgba(var(--border-color-3), 0.05);
  background: var(--bg-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.consultation__area-right-list-item-icon {
  position: relative;
  z-index: 1;
  padding: 15px 0 0 15px;
}
.consultation__area-right-list-item-icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: var(--primary-color-3);
  opacity: 0.1;
  border-radius: 50%;
}
.consultation__area-right-list-item-icon i {
  font-size: 50px;
  line-height: 50px;
  color: var(--primary-color-3);
  display: inline-block;
}
.consultation__area-right-list-item-content h6 {
  margin-bottom: 10px;
}
.consultation__area-right-list-item-content p {
  margin-bottom: 0;
}
.consultation__area-right-list-item:hover .consultation__area-right-list-item-icon i {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 4;
}

@media (max-width: 1299px) {
  .features__one-bg {
    padding: 50px 15px;
  }
}
@media (max-width: 1199px) {
  .features__one-right-item {
    padding-right: 20px;
    margin-right: 20px;
  }
  .who__area-left {
    margin-right: 0;
  }
  .who__area-left-image-two {
    max-width: 280px;
  }
  .consultation__area-left {
    margin-right: 0;
  }
  .consultation__area-right {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .features__one-left h4 {
    max-width: 345px;
    margin: 0 auto;
    text-align: center;
  }
  .features__one-right {
    gap: 30px;
  }
  .features__one-right-item {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    text-align: center;
  }
  .features__one-right-item-icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .consultation__area-left .content {
    left: 0;
  }
}
@media (max-width: 575px) {
  .features__one-bg {
    padding: 35px 10px;
  }
  .features__one-right {
    display: grid;
  }
  .who__area-right-tab-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*==========================================================================
* About One CSS
==========================================================================*/
.about__one {
  position: relative;
  z-index: 1;
}
.about__one-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.about__one-left {
  margin-right: 70px;
}
.about__one-left-image {
  padding-bottom: 100px;
  position: relative;
}
.about__one-left-image-two {
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 10px solid var(--bg-white);
  border-left: 10px solid var(--bg-white);
}
.about__one-left-image-shape {
  position: absolute;
  left: -10%;
  animation: bounce-x 7s infinite linear;
  bottom: 10%;
  z-index: -1;
}
.about__one-left-image-content {
  background: var(--bg-white);
  padding: 30px 30px 35px 30px;
  position: absolute;
  top: 35px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  border-right: 4px solid var(--primary-color-1);
  box-shadow: 0 10px 50px rgb(var(--border-color-3), 0.08);
}
.about__one-left-image-content h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  max-width: 135px;
}
.about__one-left-image-content .circle__progress-item::after {
  background: var(--bg-white);
}
.about__one-left-image-content .circle__progress-item-bar {
  --barColor: var(--color-6);
  --progressColor: var(--primary-color-1);
}
.about__one-left-image-content .circle__progress-item {
  width: 90px;
  height: 90px;
}
.about__one-left-image-content .circle__progress-item-number {
  font-size: 22px;
  font-family: var(--theme-font-2);
  font-weight: 800;
}
.about__one-right-title p {
  max-width: 575px;
  margin: 20px 0 0 0;
}
.about__one-right-skill {
  margin-top: 20px;
}
.about__one-right-bottom {
  margin-top: 55px;
  display: flex;
  gap: 40px;
  overflow: hidden;
}
.about__one-right-bottom-video-icon.video a {
  width: 60px;
  height: 60px;
  background: transparent;
  color: var(--primary-color-1);
  border: 1px solid var(--border-color-1);
  font-size: 18px;
}
.about__one-right-bottom-video span {
  font-weight: 500;
  margin-left: 20px;
}

/*==========================================================================
* About Two CSS
==========================================================================*/
.about__two-area {
  background: var(--color-3);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: stretch;
}
.about__two-left {
  z-index: 1;
  position: relative;
  flex-shrink: 0;
  max-width: 42%;
  width: 42%;
}
.about__two-left-image {
  height: 100%;
}
.about__two-left-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__two-left-image-experience {
  position: absolute;
  right: -15px;
  bottom: 50px;
  padding: 40px;
  background: var(--bg-white);
  border-right: 4px solid var(--primary-color-2);
}
.about__two-left-image-experience h2 {
  margin-bottom: 20px;
}
.about__two-left-image-experience h6 {
  max-width: 135px;
  font-size: 22px;
  line-height: 32px;
}
.about__two-right {
  padding: 80px 75px;
}
.about__two-right-title h2 {
  margin-bottom: 20px;
}
.about__two-right-title p {
  max-width: 530px;
  margin-bottom: 30px;
}
.about__two-right-list {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.about__two-right-list i {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color-2);
  background: var(--color-8);
  border-radius: 50%;
  font-size: 45px;
}
.about__two-right-list p {
  margin-bottom: 0;
  margin-top: 5px;
  max-width: 315px;
}

/*==========================================================================
* About Three CSS
==========================================================================*/
.about__three {
  background: var(--color-3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about__three-left-title {
  margin-bottom: 50px;
}
.about__three-left-author {
  background: var(--color-5);
  border-radius: 6px;
  padding: 50px 30px;
  text-align: center;
}
.about__three-left-author img {
  width: 100px;
  height: 100px;
  min-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about__three-left-author h6 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 25px;
  color: var(--text-white);
}
.about__three-left-author span {
  font-size: 14px;
  color: var(--text-white);
  font-weight: 500;
}
.about__three-left-content {
  margin-left: 30px;
}
.about__three-left-content p {
  margin-bottom: 30px;
}
.about__three-left-progress .circle__progress-item {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}
.about__three-left-progress .circle__progress-item::after {
  width: 85%;
  height: 85%;
}
.about__three-left-progress .circle__progress-item-bar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 9;
  --barColor: var(--color-2);
  --progressColor: var(--primary-color-3);
}

/*==========================================================================
* About Four CSS
==========================================================================*/
.about__four-left {
  margin-right: 70px;
}
.about__four-left-image {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  text-align: right;
}
.about__four-left-image-one {
  display: inline-block;
  border-left: 10px solid var(--primary-color-1);
  padding-left: 20px;
}
.about__four-left-image-two {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about__four-right-title h2 {
  margin-bottom: 20px;
}
.about__four-right-title p {
  margin-bottom: 20px;
}
.about__four-right-list span {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.about__four-right-list span i {
  color: var(--primary-color-1);
}
.about__four-right-list span:last-child {
  margin-bottom: 0;
}
.about__four-right .btn-one {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .about__one-left {
    margin-right: 0;
  }
  .about__one-shape {
    max-width: 150px;
  }
  .about__two-left {
    max-width: 38%;
    width: 38%;
  }
  .about__two-right {
    padding: 50px;
  }
  .about__four-left {
    margin-right: 0;
  }
  .about__three-left-content {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .about__two-left {
    max-width: 100%;
    width: 100%;
  }
  .about__two-left img {
    width: 100%;
  }
  .about__two-area {
    display: block;
    padding: 50px;
  }
  .about__two-right {
    padding: 0;
  }
  .about__three-right img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about__two-area {
    background: none !important;
    padding: 0;
  }
  .about__two-left {
    padding-right: 25px;
  }
  .about__two-left-image-experience {
    right: 0;
  }
}
@media (max-width: 455px) {
  .about__one-image {
    padding-bottom: 50px;
    padding-right: 50px;
  }
  .about__one-image-two {
    max-width: 200px;
  }
  .about__one-image-content {
    padding: 25px 20px;
  }
  .about__one-image-content .circle__progress-item {
    width: 70px;
    height: 70px;
  }
  .about__one-image-content .circle__progress-item-number {
    font-size: 16px;
  }
  .about__one-right-bottom {
    gap: 25px;
  }
  .about__one-right-bottom-video span {
    display: none;
  }
  .about__four-left-image-one {
    margin-left: 40px;
  }
  .about__four-left-image-two {
    max-width: 250px;
  }
  .about__two-right-list {
    display: grid;
  }
}
/*==========================================================================
* Why Choose Us CSS
==========================================================================*/
.choose__us-area {
  position: relative;
}
.choose__us-area-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
}
.choose__us-area-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose__us-area-title h2 {
  max-width: 575px;
  margin-bottom: 20px;
}
.choose__us-area-title p {
  max-width: 520px;
  margin-bottom: 0;
}
.choose__us-area-list {
  margin-top: 30px;
  border-top: 1px solid var(--border-color-1);
  border-left: 1px solid var(--border-color-1);
  display: inline-flex;
}
.choose__us-area-list-item {
  padding: 35px 40px;
  border-bottom: 1px solid var(--border-color-1);
  border-right: 1px solid var(--border-color-1);
  background: var(--bg-white);
  padding-right: 75px;
}
.choose__us-area-list-item > i {
  color: var(--primary-color-1);
  font-size: 35px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-7);
}
.choose__us-area-list-item-bottom {
  margin-top: 20px;
}
.choose__us-area-list-item-bottom h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  max-width: 125px;
}
.choose__us-area-bottom {
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.choose__us-area-bottom-tel h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.choose__us-area-bottom-tel h6 a {
  color: var(--primary-color-1);
}

/*==========================================================================
* Why Choose Us Two CSS
==========================================================================*/
.choose__area {
  background: var(--color-5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.choose__area-left-title h2 {
  color: var(--text-white);
  margin-bottom: 20px;
}
.choose__area-left-title p {
  color: var(--color-4);
  margin-bottom: 0;
}
.choose__area-left-list {
  margin-top: 35px;
}
.choose__area-left-list-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.choose__area-left-list-item i {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color-2);
  color: var(--text-white);
  font-size: 35px;
}
.choose__area-left-list-item h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  max-width: 145px;
  color: var(--text-white);
}
.choose__area-left-skill {
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid var(--body-color);
}
.choose__area-left-skill .skill__area-item-count, .choose__area-left-skill .skill__area-item-content h6 {
  color: var(--text-white);
}
.choose__area-left-skill .skill__area-item-inner {
  background: var(--color-1);
}
.choose__area-left-skill .skill__area-item-bar {
  background: var(--primary-color-2);
}
.choose__area-right {
  position: relative;
}
.choose__area-right img {
  max-width: 77%;
}
.choose__area-right .content {
  position: absolute;
  background: var(--bg-white);
  left: 60px;
  bottom: 40px;
  padding: 35px 40px;
  text-align: left;
}
.choose__area-right .content p {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 20px 0 0 0;
  color: var(--text-heading-color);
  max-width: 200px;
}
.choose__area-right .content p span {
  color: var(--primary-color-2);
}
.choose__area.services .choose__area-left .skill__area-item-bar, .choose__area.services .choose__area-left-list-item i {
  background: var(--primary-color-1);
}
.choose__area.services .choose__area-right .content p span {
  color: var(--primary-color-1);
}

/*==========================================================================
* Experience CSS
==========================================================================*/
.experience__area {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.experience__area-left {
  margin-right: 40px;
}
.experience__area-left-title h2 {
  margin-bottom: 20px;
}
.experience__area-left-title p {
  margin-bottom: 20px;
}
.experience__area-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 48%;
}
.experience__area-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 1199px) {
  .choose__us-area-image {
    width: 40%;
  }
  .choose__area {
    padding: 120px 0 !important;
  }
  .choose__area-left {
    margin-right: 50px;
  }
  .choose__area-right img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .choose__us-area-image {
    position: initial;
    width: 100%;
    height: 500px;
    margin-top: 30px;
  }
  .choose__us-area-bottom {
    gap: 20px;
  }
  .choose__area-left {
    margin-right: 0;
  }
  .choose__area-right .content {
    left: 0;
  }
  .experience__area-left {
    margin-right: 0;
  }
  .experience__area-image {
    position: relative;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .choose__us-area-list-item {
    padding: 30px 35px;
  }
}
@media (max-width: 575px) {
  .choose__area-left-list-item {
    display: grid;
  }
  .choose__us-area-bottom {
    display: block;
  }
  .choose__us-area-bottom-tel h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }
  .choose__us-area-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .choose__us-area-image {
    height: 300px;
  }
}
@media (max-width: 380px) {
  .choose__us-area-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .choose__us-area-list-item-bottom h6 {
    max-width: initial;
  }
}
/*==========================================================================
* Skill Bar CSS
==========================================================================*/
.skill__area-item {
  margin-bottom: 25px;
}
.skill__area-item:last-child {
  margin-bottom: 0;
}
.skill__area-item-content {
  position: relative;
}
.skill__area-item-content h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.skill__area-item-count {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: var(--theme-font-2);
}
.skill__area-item-bar {
  height: 6px;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  background: var(--primary-color-1);
  transition: all 3.5s ease-out 0s;
}
.skill__area-item-inner {
  width: 100%;
  height: 6px;
  position: relative;
  background: var(--border-color-1);
  margin-top: 10px;
}

/*==========================================================================
* Circle Bar CSS
==========================================================================*/
.circle__progress-item {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.circle__progress-item::after {
  position: absolute;
  content: "";
  background: var(--bg-white);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.circle__progress-item-bar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 9;
  --barColor: var(--color-3);
  --progressColor: var(--primary-color-1);
}
.circle__progress-item-number {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 3;
}

/*==========================================================================
* Text Slider One CSS
==========================================================================*/
.text__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: var(--color-1);
  padding: 90px 0;
  direction: ltr;
}
.text__slider .scroll {
  animation: scroll 20s linear infinite;
}
.text__slider .text-slide {
  --gap: 0.1px;
  display: flex;
}
.text__slider ul {
  padding: 0;
  margin: 0;
}
.text__slider ul li {
  display: inline-block;
}
.text__slider ul li a {
  font-size: 70px;
  line-height: 78px;
  color: var(--text-white);
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}
.text__slider ul li a span {
  margin: 0 60px;
  display: inline-block;
  line-height: 0;
}
.text__slider ul li a span img {
  max-width: 60px;
}
.text__slider ul li a:hover {
  color: var(--primary-color-3);
}
.text__slider.two ul li a:hover {
  color: var(--primary-color-1);
}

@media (max-width: 667px) {
  .text__slider ul li a {
    font-size: 30px;
    line-height: 40px;
  }
  .text__slider ul li a span {
    margin: 0 30px;
  }
  .text__slider ul li a span img {
    max-width: 40px;
  }
}
/*==========================================================================
* Text Slider Two CSS
==========================================================================*/
/*==========================================================================
* Service One CSS
==========================================================================*/
.service__one {
  background: var(--color-3);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 130px 0 230px 0;
}
.service__one-item {
  background: var(--bg-white);
  padding: 45px 45px 40px 45px;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: 0.4s;
  border: 1px solid var(--border-color-1);
  margin-top: 25px;
}
.service__one-item-icon {
  margin-bottom: 25px;
}
.service__one-item-icon i {
  font-size: 80px;
  color: var(--primary-color-1);
  transition: 0.4s;
  line-height: 0;
}
.service__one-item-content h6 {
  margin-bottom: 8px;
  transition: 0.4s;
}
.service__one-item-content p {
  margin-bottom: 30px;
  transition: 0.4s;
}
.service__one-item-content > a {
  color: var(--primary-color-1);
}
.service__one-item:hover {
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
  background-repeat: no-repeat;
  background-position: bottom;
}
.service__one-item:hover .service__one-item-icon i {
  color: var(--text-white);
}
.service__one-item:hover .service__one-item-content .simple-btn span::before,
.service__one-item:hover .service__one-item-content p,
.service__one-item:hover .service__one-item-content > a,
.service__one-item:hover .service__one-item-content h6 {
  color: var(--text-white);
}

/*==========================================================================
* Service Two CSS
==========================================================================*/
.service__two {
  background: var(--color-3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service__two-item {
  margin-top: 25px;
}
.service__two-item-content {
  position: relative;
  margin: -35px 30px 0 30px;
  padding: 35px 40px 0 40px;
  background: var(--bg-white);
  transition: 0.5s;
}
.service__two-item-content-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-color-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -80px;
  left: 0;
}
.service__two-item-content-icon i {
  color: var(--text-white);
  font-size: 50px;
  line-height: 0;
}
.service__two-item-content > span {
  color: var(--primary-color-2);
  font-weight: 700;
  font-family: var(--theme-font-2);
  display: block;
  margin-bottom: 5px;
}
.service__two-item-content > span i {
  margin-right: 8px;
}
.service__two-item-content h6 a {
  transition: 0.4s;
}
.service__two-item-content h6 a:hover {
  color: var(--primary-color-2);
}
.service__two-item-content p {
  margin-top: 10px;
  margin-bottom: 0;
  transition: 0.5s;
}
.service__two-item-content .simple-btn {
  opacity: 0;
  font-size: 14px;
  line-height: 24px;
}
.service__two-item-content .simple-btn span::before, .service__two-item-content .simple-btn:hover {
  color: var(--primary-color-2);
}
.service__two-item:hover .service__two-item-content {
  margin-top: -90px;
  padding-bottom: 30px;
}
.service__two-item:hover .service__two-item-content p {
  margin-bottom: 25px;
}
.service__two-item:hover .service__two-item-content .simple-btn {
  opacity: 1;
}
.service__two.services .service__two-item-content .simple-btn span::before {
  color: var(--primary-color-1);
}
.service__two.services .service__two-item-content .simple-btn:hover {
  color: var(--primary-color-1);
}
.service__two.services .service__two-item-content h6 a:hover,
.service__two.services .service__two-item-content > span {
  color: var(--primary-color-1);
}
.service__two.services .service__two-item-content-icon {
  background: var(--primary-color-1);
}

/*==========================================================================
* Service Three CSS
==========================================================================*/
.service__three-item {
  padding: 35px 25px;
  border: 1px solid var(--border-color-1);
  border-radius: 5px;
  text-align: center;
  transition: 0.4s;
}
.service__three-item-icon {
  width: 140px;
  height: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px dashed var(--primary-color-3);
  margin-bottom: 25px;
  transition: 0.4s;
}
.service__three-item-icon i {
  line-height: 0;
  font-size: 70px;
  color: var(--primary-color-3);
  transition: 0.4s;
}
.service__three-item-content h6 {
  margin-bottom: 15px;
}
.service__three-item-content h6 a {
  transition: 0.4s;
}
.service__three-item-content h6 a:hover {
  color: var(--primary-color-3);
}
.service__three-item-content .simple-btn {
  font-size: 14px;
  line-height: 24px;
}
.service__three-item-content .simple-btn span::before, .service__three-item-content .simple-btn:hover {
  color: var(--primary-color-3);
}
.service__three-item-content p {
  margin-bottom: 25px;
}
.service__three-item:hover {
  border: 1px dashed var(--primary-color-3);
}
.service__three-item:hover .service__three-item-icon {
  background: var(--primary-color-3);
}
.service__three-item:hover .service__three-item-icon i {
  color: var(--text-white);
}

/*==========================================================================
* Service Details CSS
==========================================================================*/
.service__details-content-image {
  margin-bottom: 30px;
}
.service__details-content-image img {
  width: 100%;
}
.service__details-content h3 {
  margin-bottom: 20px;
}
.service__details-content h4 {
  margin-bottom: 20px;
  padding-top: 20px;
}
.service__details-content-list {
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 0 60px rgba(var(--border-color-3), 0.04);
  border: 1px solid var(--border-color-1);
  padding: 30px;
  border-radius: 8px;
}
.service__details-content-list i {
  width: 55px;
  height: 55px;
  min-width: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color-1);
  color: var(--text-white);
  font-size: 30px;
}
.service__details-content-list h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.service__details-content-faq {
  padding-top: 10px;
}

@media (max-width: 1299px) {
  .service__two-item-content {
    margin: -35px 20px 0 20px;
    padding: 35px 30px 0 30px;
  }
}
@media (max-width: 1199px) {
  .service__one-item {
    padding: 40px 35px;
  }
  .service__two-item-content {
    padding: 35px 25px 0 25px;
  }
}
/*==========================================================================
* Video Area CSS
==========================================================================*/
/*==========================================================================
* Team One CSS
==========================================================================*/
.team__one-item {
  margin-top: 25px;
}
.team__one-item-image {
  position: relative;
  z-index: 1;
}
.team__one-item-image img {
  width: 100%;
}
.team__one-item-image-icon {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.team__one-item-image-icon > span {
  color: var(--primary-color-1);
  height: 40px;
  width: 40px;
  background: var(--bg-white);
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  display: inline-block;
  transition: 0.4s;
  cursor: pointer;
}
.team__one-item-image-icon:hover .team__one-item-image-social {
  opacity: 1;
  visibility: visible;
}
.team__one-item-image-social {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.team__one-item-image-social ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}
.team__one-item-image-social ul li {
  list-style: none;
}
.team__one-item-image-social ul li:last-child {
  margin: 0;
}
.team__one-item-image-social ul li a i {
  font-size: 14px;
  color: var(--text-white);
  transition: 0.4s;
}
.team__one-item-image-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: var(--primary-color-1);
  right: 0;
  border-radius: 8px;
  padding: 25px 30px;
  margin: 0 20px -50px 20px;
  transition: 0.5s;
  opacity: 0;
}
.team__one-item-image-content h6 {
  color: var(--text-white);
}
.team__one-item-image-content > span {
  color: var(--text-white);
  display: block;
  margin-bottom: 10px;
}
.team__one-item:hover .team__one-item-image-content {
  opacity: 1;
  transform: translateY(-15px);
}

/*==========================================================================
* Team Two CSS
==========================================================================*/
.team__two-item {
  margin-top: 25px;
}
.team__two-item-image img {
  width: 100%;
}
.team__two-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  margin: 0 30px;
  box-shadow: 0 0 60px rgba(var(--border-color-3), 0.08);
  background: var(--bg-white);
  position: relative;
  z-index: 1;
  margin-top: -50px;
  border-radius: 10px;
}
.team__two-item-content-icon {
  position: relative;
  z-index: 1;
}
.team__two-item-content-icon span {
  color: var(--text-white);
  display: inline-flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: var(--primary-color-1);
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
}
.team__two-item-content-icon .team__two-item-content-social {
  position: absolute;
  bottom: 55px;
}
.team__two-item-content-icon:hover .team__two-item-content-social {
  opacity: 1;
  visibility: visible;
}
.team__two-item-content-social {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.team__two-item-content-social ul {
  padding: 0;
  margin: 0;
}
.team__two-item-content-social ul li {
  list-style: none;
  margin-bottom: 8px;
}
.team__two-item-content-social ul li:last-child {
  margin: 0;
}
.team__two-item-content-social ul li a i {
  display: inline-flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  background: var(--color-3);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.team__two-item-content-social ul li a i:hover {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.team__two-item-content h6 a {
  transition: 0.4s;
}
.team__two-item-content h6 a:hover {
  color: var(--primary-color-1);
}

/*==========================================================================
* Team Three CSS
==========================================================================*/
.team__three-item {
  margin-top: 25px;
}
.team__three-item-image {
  position: relative;
}
.team__three-item-image-social {
  position: absolute;
  right: 0;
  top: 30px;
  transition: 0.4s;
  opacity: 0;
}
.team__three-item-image-social ul {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.team__three-item-image-social ul li {
  list-style: none;
}
.team__three-item-image-social ul li a i {
  display: inline-flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  background: var(--color-3);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.team__three-item-image-social ul li a i:hover {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.team__three-item-image-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.team__three-item-image-content span {
  display: inline-block;
  background: var(--primary-color-1);
  color: var(--text-white);
  padding: 1px 20px;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-20px);
}
.team__three-item-image-content h6 a {
  background: var(--color-5);
  color: var(--text-white);
  padding: 3px 20px 8px 20px;
  display: inline-block;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(20px);
}
.team__three-item:hover .team__three-item-image-content span,
.team__three-item:hover .team__three-item-image-content h6 a {
  opacity: 1;
  transform: translateX(0);
}
.team__three-item:hover .team__three-item-image-social {
  transform: translateX(-20px);
  opacity: 1;
}

/*==========================================================================
* Team Details CSS
==========================================================================*/
.team__details-left-info {
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  border-radius: 0 0 10px 10px;
  padding: 35px;
}
.team__details-left-info > span {
  color: var(--primary-color-1);
}
.team__details-left-info-contact {
  margin-top: 30px;
}
.team__details-left-info-contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.team__details-left-info-contact-item:last-child {
  margin-bottom: 0;
}
.team__details-left-info-contact-item i {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color-1);
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  font-weight: 400;
  font-size: 20px;
  color: var(--primary-color-1);
}
.team__details-left-info-contact-item-info span {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
}
.team__details-left-info-contact-item-info h6 {
  font-size: 20px;
  line-height: 28px;
  text-transform: lowercase;
}
.team__details-left-info-contact-item-info h6 a {
  transition: 0.4s;
}
.team__details-left-info-contact-item-info h6 a:hover {
  color: var(--primary-color-1);
}
.team__details-left-info .social__icon {
  margin-top: 40px;
}
.team__details-left-info .social__icon ul li a i {
  color: var(--text-heading-color);
  background: var(--bg-white);
}
.team__details-left-info .social__icon ul li a i:hover {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.team__details-right-experience h3, .team__details-right-skill h3 {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .team__one-item-image-content {
    padding: 25px;
    margin: 0 10px -50px 10px;
  }
}
@media (max-width: 991px) {
  .team__details-left-info {
    padding: 25px;
  }
  .team__details-left-info-contact-item {
    gap: 15px;
  }
  .team__details-left-info-contact-item i {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }
  .team__details-left-info-contact-item-info h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
/*==========================================================================
* Work Process CSS
==========================================================================*/
.work__process-item {
  text-align: center;
  border-top: 1px solid var(--border-color-1);
}
.work__process-item p {
  margin-top: -18px;
  margin-bottom: 40px;
}
.work__process-item p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--text-white);
  background: var(--primary-color-1);
  font-family: var(--theme-font-2);
  border-radius: 8px;
  font-size: 16px;
  line-height: 28px;
  padding: 0 8px;
}
.work__process-item img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border-color-1);
  padding: 12px;
  transition: 0.4s;
}
.work__process-item img:hover {
  border-color: var(--primary-color-1);
  padding: 10px;
}
.work__process-item h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.work__process-item .des {
  max-width: 235px;
  margin: 0 auto;
}

.work__area {
  background: var(--primary-color-3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.work__area-left {
  margin-right: 40px;
}
.work__area-left-title {
  margin-bottom: 25px;
}
.work__area-left-title .subtitle-three {
  color: var(--text-white);
}
.work__area-left-title .subtitle-three::after {
  background: var(--text-white);
}
.work__area-left-title h2 {
  color: var(--text-white);
  margin-bottom: 20px;
}
.work__area-left-title p {
  color: var(--text-white);
  margin-bottom: 0;
}
.work__area-left-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.work__area-left-list span {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  color: var(--text-white);
}
.work__area-left-list span:last-child {
  margin-bottom: 0;
}
.work__area-left .btn-three {
  color: var(--text-heading-color);
  margin-top: 40px;
  background: var(--bg-white);
}
.work__area-left .btn-three:hover {
  color: var(--text-white);
}
.work__area-right {
  position: relative;
}
.work__area-right img {
  width: 100%;
}
.work__area-right-icon {
  position: absolute;
  left: 0;
  bottom: 0;
}
.work__area-right-icon.video a {
  color: var(--text-white);
  background: var(--color-5);
  border-radius: 0;
}

@media (max-width: 1199px) {
  .work__area-left {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .work__area-left-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*==========================================================================
* Counter One CSS
==========================================================================*/
.counter__one-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.counter__one-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.counter__one-item > span {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  max-width: 150px;
}

/*==========================================================================
* Counter Two CSS
==========================================================================*/
.counter__two {
  background: var(--color-5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.counter__two-grid {
  display: flex;
  justify-content: space-between;
}
.counter__two-item {
  border-right: 1px solid var(--body-color);
  padding-right: 130px;
}
.counter__two-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.counter__two-item i {
  color: var(--primary-color-3);
  font-size: 60px;
  margin-bottom: 15px;
  display: block;
}
.counter__two-item h3 {
  font-weight: 700;
  color: var(--text-white);
}
.counter__two-item h3 b {
  color: var(--primary-color-3);
  font-size: 24px;
  font-weight: 500;
  position: relative;
  top: -15px;
  left: 8px;
}
.counter__two-item p {
  color: var(--color-4);
  margin-bottom: 0;
}

@media (max-width: 1150px) {
  .counter__two-item {
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .counter__one-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .counter__two-item {
    padding: 0;
    border: 0;
  }
}
@media (max-width: 575px) {
  .counter__two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .counter__two-item {
    text-align: center;
  }
  .counter__one-grid {
    grid-template-columns: 100%;
  }
  .counter__one-item {
    justify-content: center;
  }
}
/*==========================================================================
* Portfolio One CSS
==========================================================================*/
.portfolio__one-item-image {
  position: relative;
}
.portfolio__one-item-image img {
  width: 100%;
}
.portfolio__one-item-image-content {
  position: absolute;
  background: var(--bg-white);
  padding: 30px 25px;
  border-radius: 5px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 30px 55px 15px 30px;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}
.portfolio__one-item-image-content span {
  color: var(--primary-color-1);
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.portfolio__one-item-image-content span i {
  margin-right: 8px;
}
.portfolio__one-item-image-content h6 a {
  transition: 0.4s;
}
.portfolio__one-item-image-content h6 a:hover {
  color: var(--primary-color-1);
}
.portfolio__one-item-image-content > a i {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  line-height: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color-1);
  color: var(--text-white);
  transition: 0.4s;
}
.portfolio__one-item-image-content > a i:hover {
  transform: translateY(-50%) rotate(45deg);
}
.portfolio__one-item.swiper-slide.swiper-slide-active .portfolio__one-item-image-content, .portfolio__one-item:hover .portfolio__one-item-image-content {
  opacity: 1;
  transform: translateY(-15px);
}

/*==========================================================================
* Portfolio Two CSS
==========================================================================*/
.portfolio__two-area {
  display: flex;
  gap: 25px;
  overflow: hidden;
}
.portfolio__two-item {
  position: relative;
  flex: 2;
  transition: 0.5s;
  height: 500px;
}
.portfolio__two-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.7);
  transition: 0.5s;
  width: 100%;
}
.portfolio__two-item-content {
  position: absolute;
  left: 40px;
  bottom: 20px;
  background: var(--bg-white);
  padding: 0 45px 30px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.portfolio__two-item-content-icon {
  margin: -25px 0 25px 0;
}
.portfolio__two-item-content-icon a i {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color-2);
  color: var(--text-white);
}
.portfolio__two-item-content > span {
  color: var(--primary-color-2);
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
}
.portfolio__two-item-content > span i {
  margin-right: 10px;
}
.portfolio__two-item-content h6 a {
  transition: 0.4s;
}
.portfolio__two-item-content h6 a:hover {
  color: var(--primary-color-2);
}
.portfolio__two-item > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  color: var(--text-white);
  font-family: var(--theme-font-2);
  font-size: 120px;
  font-weight: 800;
  z-index: 1;
  opacity: 0.4;
  transition: 0.5s;
}
.portfolio__two-item.active {
  flex: 6;
}
.portfolio__two-item.active .portfolio__two-item-content {
  opacity: 1;
  transform: translateY(-20px);
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
}
.portfolio__two-item.active img {
  filter: brightness(1);
}
.portfolio__two-item.active > span {
  opacity: 0;
}
.portfolio__two-page .portfolio__two-item {
  margin-top: 25px;
}
.portfolio__two-page .portfolio__two-item img {
  filter: brightness(1);
}
.portfolio__two-page .portfolio__two-item-content-icon a i {
  background: var(--primary-color-1);
}
.portfolio__two-page .portfolio__two-item-content h6 a:hover,
.portfolio__two-page .portfolio__two-item-content > span {
  color: var(--primary-color-1);
}
.portfolio__two-page .portfolio__two-item:hover .portfolio__two-item-content {
  opacity: 1;
  transform: translateY(-20px);
}

/*==========================================================================
* Portfolio Three CSS
==========================================================================*/
.portfolio__three-item {
  position: relative;
  z-index: 1;
}
.portfolio__three-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: 0.4s;
}
.portfolio__three-item > a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color-3);
  color: var(--text-white);
  transition: 0.4s;
  font-size: 20px;
  z-index: 1;
  opacity: 0;
}
.portfolio__three-item > a i:hover {
  transform: translate(-50%, -50%) rotate(45deg);
}
.portfolio__three-item-image {
  position: relative;
}
.portfolio__three-item-image img {
  width: 100%;
  transition: 0.4s;
}
.portfolio__three-item-image-content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 40px 40px 20px 40px;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}
.portfolio__three-item-image-content span {
  color: var(--primary-color-3);
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
.portfolio__three-item-image-content span i {
  margin-right: 8px;
}
.portfolio__three-item-image-content h6 {
  color: var(--text-white);
}
.portfolio__three-item-image-content h6 a {
  transition: 0.4s;
}
.portfolio__three-item-image-content h6 a:hover {
  color: var(--primary-color-3);
}
.portfolio__three-item:hover::after {
  opacity: 1;
}
.portfolio__three-item:hover > a i {
  opacity: 1;
}
.portfolio__three-item:hover .portfolio__three-item-image-content {
  opacity: 1;
  transform: translateY(-20px);
}
.portfolio__three-page .portfolio__three-item > a i {
  background: var(--primary-color-1);
}
.portfolio__three-page .portfolio__three-item-image-content h6 a:hover, .portfolio__three-page .portfolio__three-item-image-content span {
  color: var(--primary-color-1);
}

/*==========================================================================
* Portfolio Details CSS
==========================================================================*/
.portfolio__details-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--border-color-1);
}
.portfolio__details-meta-item h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .portfolio__two-item {
    height: 400px;
  }
  .portfolio__two-item > span {
    font-size: 70px;
  }
  .portfolio__two-item.active {
    height: 400px;
  }
  .portfolio__details-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .portfolio__two-area {
    display: grid;
    gap: 20px;
  }
  .portfolio__two-item {
    height: 120px;
  }
  .portfolio__two-item-content {
    left: 25px;
    bottom: 5px;
    padding: 0 25px 25px 25px;
  }
}
@media (max-width: 575px) {
  .portfolio__details-meta {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*==========================================================================
* FAQ Area CSS
==========================================================================*/
.faq__one-title h2 {
  margin-bottom: 20px;
}
.faq__one-title p {
  max-width: 520px;
  margin-bottom: 40px;
}
.faq__one-title-box {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  border-radius: 5px;
  border-left: 2px solid var(--primary-color-2);
  padding: 25px 45px 25px 0;
  box-shadow: 0 0 40px rgba(var(--border-color-3), 0.05);
  margin-left: 30px;
}
.faq__one-title-box i {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color-2);
  color: var(--text-white);
  font-size: 40px;
  margin-left: -30px;
}
.faq__one-title-box-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.faq__one-title-box-content h3 {
  display: inline-flex;
  align-items: center;
}
.faq__one.services .faq__one-title-box {
  border-color: var(--primary-color-1);
}
.faq__one.services .faq__one-title-box i {
  background: var(--primary-color-1);
}

.faq__area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.faq__area-item {
  margin-bottom: 20px;
  background: var(--color-3);
  padding: 0 30px;
}
.faq__area-item:last-child {
  margin: 0;
}
.faq__area-item h6 {
  cursor: pointer;
  padding: 18px 0;
  font-size: 20px;
  line-height: 30px;
}
.faq__area-item h6 span {
  margin-right: 15px;
}
.faq__area-item .icon {
  position: relative;
}
.faq__area-item .icon::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-heading-color);
  right: 0;
  font-size: 22px;
  transition: 0.4s;
}
.faq__area-item .icon:not(.collapsed)::after {
  content: "\f068";
}
.faq__area-item-body p {
  margin-bottom: 0;
  padding: 0 0 20px 50px;
}

/*==========================================================================
* FAQ One CSS
==========================================================================*/
.faq__page-left {
  margin-right: 70px;
}
.faq__page-left-image {
  position: relative;
  padding-bottom: 83px;
  display: flex;
}
.faq__page-left-image-one {
  position: absolute;
  right: 0;
  bottom: 0;
}
.faq__page-left-image-question {
  position: absolute;
  top: 35px;
  z-index: 1;
  right: 70px;
  background: var(--color-5);
  padding: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq__page-left-image-question h6 {
  color: var(--text-white);
  max-width: 150px;
  text-transform: none;
}
.faq__page-left-image-question-icon i {
  background: var(--primary-color-3);
  width: 66px;
  height: 66px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--text-white);
  font-size: 35px;
  position: relative;
  margin-bottom: 7px;
}
.faq__page-left-image-question-icon i::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  display: block;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 17px solid var(--primary-color-3);
  border-top: 9px solid transparent;
  border-bottom: 12px solid transparent;
  transform: rotate(-25deg) translateX(-50%);
}
.faq__page-left-image-question-icon.page i {
  background: var(--primary-color-1);
}
.faq__page-left-image-question-icon.page i::after {
  border-left-color: var(--primary-color-1);
}

@media (max-width: 1199px) {
  .faq__page-left {
    margin-right: 0;
  }
  .faq__area-item {
    padding: 0 25px;
  }
  .faq__area-item h6 {
    font-size: 16px;
    line-height: 26px;
  }
  .faq__area-item-body p {
    padding: 0 0 20px 0;
  }
}
/*==========================================================================
* Testimonial One CSS
==========================================================================*/
.testimonial__one {
  background: var(--color-3);
  overflow: hidden;
  margin-top: -100px;
  padding-top: 230px;
}
.testimonial__one-right {
  margin-right: -420px;
}
.testimonial__one-right-item {
  background: var(--bg-white);
  padding: 55px 50px;
  display: flex;
  gap: 30px;
  transition: 0.4s;
  position: relative;
  margin-bottom: 25px;
}
.testimonial__one-right-item::after {
  content: "";
  position: absolute;
  left: 100px;
  bottom: -24px;
  background: var(--bg-white);
  width: 40px;
  height: 25px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  z-index: 1;
  transition: 0.4s;
}
.testimonial__one-right-item-avatar {
  padding-top: 40px;
}
.testimonial__one-right-item-avatar img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 8px;
  border: 1px solid var(--primary-color-1);
}
.testimonial__one-right-item-content .rating {
  margin-bottom: 5px;
}
.testimonial__one-right-item-content .rating i {
  color: var(--primary-color-1);
}
.testimonial__one-right-item-content p {
  margin-bottom: 0;
  max-width: 360px;
  transition: 0.4s;
}
.testimonial__one-right-item-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.testimonial__one-right-item-content-bottom-name h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  transition: 0.4s;
}
.testimonial__one-right-item-content-bottom-name span {
  font-size: 14px;
  line-height: 24px;
  transition: 0.4s;
}
.testimonial__one-right-item:hover {
  background: var(--color-5);
}
.testimonial__one-right-item:hover::after {
  background: var(--color-5);
}
.testimonial__one-right-item:hover .testimonial__one-right-item-content p {
  color: var(--text-white);
}
.testimonial__one-right-item:hover .testimonial__one-right-item-content-bottom-name span {
  color: var(--color-4);
}
.testimonial__one-right-item:hover .testimonial__one-right-item-content-bottom-name h6 {
  color: var(--text-white);
}
.testimonial__one-right-item:hover .testimonial__one-right-item-content-bottom-brand img {
  filter: invert(1);
}
.testimonial__one-arrow {
  margin-top: 70px;
  display: flex;
  gap: 10px;
}
.testimonial__one-arrow .testimonial_next, .testimonial__one-arrow .testimonial_prev {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}
.testimonial__one-arrow-next, .testimonial__one-arrow-prev {
  display: inline-block;
}
.testimonial__one-arrow-next i, .testimonial__one-arrow-prev i {
  font-size: 22px;
  width: 55px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bg-white);
  color: var(--text-heading-color);
  transition: 0.4s;
}
.testimonial__one-arrow-next i:hover, .testimonial__one-arrow-prev i:hover {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.testimonial__one-two {
  background: var(--color-3);
}

/*==========================================================================
* Testimonial Two CSS
==========================================================================*/
.testimonial__two-item {
  background: var(--color-3);
  padding: 50px 40px;
  transition: 0.4s;
  border-radius: 8px;
}
.testimonial__two-item i {
  color: var(--primary-color-3);
  font-size: 64px;
  display: block;
  margin-bottom: 15px;
}
.testimonial__two-item-content p {
  margin-bottom: 40px;
  transition: 0.4s;
}
.testimonial__two-item-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial__two-item-content-bottom-author {
  display: flex;
  align-items: center;
  gap: 25px;
}
.testimonial__two-item-content-bottom-author img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  border-radius: 50%;
}
.testimonial__two-item-content-bottom-author-info span,
.testimonial__two-item-content-bottom-author-info h6 {
  transition: 0.4s;
}
.testimonial__two-item:hover {
  background: var(--color-5);
}
.testimonial__two-item:hover .testimonial__two-item-content p {
  color: var(--text-white);
}
.testimonial__two-item:hover .testimonial__two-item-content-bottom-author-info h6 {
  color: var(--text-white);
}
.testimonial__two-item:hover .testimonial__two-item-content-bottom-author-info span {
  color: var(--color-4);
}
.testimonial__two-item:hover .testimonial__two-item-content-bottom-brand img {
  filter: invert(1);
}
.testimonial__two-area .testimonial-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 50px;
}
.testimonial__two-area .testimonial-pagination .swiper-pagination-bullet {
  border-radius: 5px;
  background: var(--color-2);
  width: 30px;
  height: 4px;
  margin: 0;
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.testimonial__two-area .testimonial-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color-3);
}

.testimonial-service {
  overflow: hidden;
}
.testimonial-service .testimonial__one-arrow-next i, .testimonial-service .testimonial__one-arrow-prev i,
.testimonial-service .testimonial__one-right-item::after,
.testimonial-service .testimonial__one-right-item {
  background: var(--color-3);
}
.testimonial-service .testimonial__one-arrow-next i:hover, .testimonial-service .testimonial__one-arrow-prev i:hover {
  background: var(--primary-color-1);
}
.testimonial-service .testimonial__one-right-item:hover {
  background: var(--color-5);
}
.testimonial-service .testimonial__one-right-item:hover::after {
  background: var(--color-5);
}

/*==========================================================================
* Brand Area CSS
==========================================================================*/
.brand__area {
  border-bottom: 1px solid var(--border-color-1);
}
.brand__area-item {
  padding: 80px 0;
  border-right: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, var(--bg-white), var(--border-color-1));
  text-align: center;
}
.brand__area-item img {
  filter: invert(1);
  max-height: 30px;
}

@media (max-width: 1199px) {
  .testimonial__one-right-item {
    padding: 30px 25px;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .testimonial__one-arrow {
    margin-top: 30px;
  }
  .testimonial__one-right {
    margin-right: 0;
  }
  .testimonial__one-right-item-content p {
    max-width: initial;
  }
}
@media (max-width: 575px) {
  .testimonial__one-right-item {
    display: grid;
  }
  .testimonial__one-right-item-avatar {
    padding-top: 0;
  }
  .testimonial__two-item {
    padding: 30px 25px;
  }
  .testimonial__two-item-content-bottom-brand {
    display: none;
  }
  .brand__area-item {
    padding: 50px 0;
  }
  .brand__area-item img {
    max-height: 20px;
  }
}
/*==========================================================================
* Pricing Plan CSS
==========================================================================*/
.pricing__area {
  background: var(--color-3);
}
.pricing__area-item {
  background: var(--bg-white);
  padding: 40px 50px 50px 50px;
  border: 1px solid var(--border-color-1);
  transition: 0.4s;
  position: relative;
}
.pricing__area-item:hover {
  border-color: var(--primary-color-2);
}
.pricing__area-item > span {
  background: var(--primary-color-2);
  color: var(--text-white);
  position: absolute;
  right: 50px;
  top: -16px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  padding: 2px 15px;
}
.pricing__area-item-price {
  border-bottom: 1px solid var(--border-color-1);
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.pricing__area-item-price h6 {
  font-size: 20px;
}
.pricing__area-item-price h2 span {
  font-size: 20px;
  font-weight: 700;
}
.pricing__area-item-list ul {
  padding: 0;
  margin: 0;
}
.pricing__area-item-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.pricing__area-item-list ul li:last-child {
  margin-bottom: 0;
}
.pricing__area-item-list ul li i {
  color: var(--primary-color-2);
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary-color-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
.pricing__area-item-btn {
  margin-top: 40px;
}
.pricing__area-page .pricing__area-item > span, .pricing__area.services .pricing__area-item > span {
  background: var(--primary-color-1);
}
.pricing__area-page .pricing__area-item-list ul li i, .pricing__area.services .pricing__area-item-list ul li i {
  color: var(--primary-color-1);
  border-color: var(--primary-color-1);
}
.pricing__area-page .pricing__area-item:hover, .pricing__area.services .pricing__area-item:hover {
  border-color: var(--primary-color-1);
}

@media (max-width: 1199px) {
  .pricing__area-item {
    padding: 30px 30px 40px 30px;
  }
}
/*==========================================================================
* Blog One CSS
==========================================================================*/
.blog__one-item {
  margin-top: 25px;
}
.blog__one-item-image {
  position: relative;
  overflow: hidden;
}
.blog__one-item-image img {
  transition: 0.5s;
}
.blog__one-item-content {
  padding: 30px 40px;
  border: 1px solid var(--color-2);
}
.blog__one-item-content h6 a {
  transition: 0.4s;
}
.blog__one-item-content h6 a:hover {
  color: var(--primary-color-1);
}
.blog__one-item-content-meta {
  margin-top: 35px;
}
.blog__one-item-content-meta h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.blog__one-item:hover .blog__one-item-image img {
  transform: scale(1.08);
}

/*==========================================================================
* Blog Two CSS
==========================================================================*/
.blog__two-item {
  margin-top: 25px;
}
.blog__two-item-content {
  padding: 40px;
  background: var(--color-3);
}
.blog__two-item-content-meta {
  margin-bottom: 5px;
}
.blog__two-item-content-meta ul {
  padding: 0;
  margin: 0;
}
.blog__two-item-content-meta ul li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--theme-font-2);
  text-transform: uppercase;
  margin-right: 25px;
}
.blog__two-item-content-meta ul li:last-child {
  margin: 0;
}
.blog__two-item-content-meta ul li > span {
  color: var(--primary-color-2);
  font-family: var(--theme-font-2);
  display: block;
  margin-bottom: 5px;
}
.blog__two-item-content-meta ul li > span i {
  margin-right: 8px;
}
.blog__two-item-content h6 a {
  transition: 0.4s;
}
.blog__two-item-content h6 a:hover {
  color: var(--primary-color-2);
}

/*==========================================================================
* Blog Three CSS
==========================================================================*/
.blog__three-item {
  margin-top: 25px;
}
.blog__three-item-content {
  border: 1px solid var(--border-color-1);
  border-top: none;
  position: relative;
  padding: 20px 40px 40px;
}
.blog__three-item-content h5 {
  font-weight: 700;
  background: var(--primary-color-3);
  color: var(--text-white);
  display: inline-block;
  position: absolute;
  top: -30px;
  right: 40px;
  text-align: center;
  padding: 2px 16px 8px 16px;
  border-radius: 5px;
}
.blog__three-item-content h5 span {
  display: block;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: -4px;
}
.blog__three-item-content-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}
.blog__three-item-content-author img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
}
.blog__three-item-content-author-info h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.blog__three-item-content-author-info span {
  font-size: 12px;
  line-height: 22px;
  display: block;
}
.blog__three-item-content h6 a {
  transition: 0.4s;
}
.blog__three-item-content h6 a:hover {
  color: var(--primary-color-3);
}
.blog__three-item-content .btn-three {
  background: var(--color-3);
  color: var(--text-heading-color);
  width: 100%;
  border-radius: 0;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
  justify-content: space-between;
}
.blog__three-item-content .btn-three i {
  font-size: 18px;
}
.blog__three-item-content .btn-three::after, .blog__three-item-content .btn-three::before {
  background: var(--primary-color-3);
}
.blog__three-item-content .btn-three:hover {
  color: var(--text-white);
}

/*==========================================================================
* Blog Standard CSS
==========================================================================*/
.blog__standard-item {
  margin-bottom: 50px;
}
.blog__standard-item:last-child {
  margin-bottom: 0;
}
.blog__standard-item-image img {
  width: 100%;
}
.blog__standard-item-content {
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  padding: 30px;
}
.blog__standard-item-content-meta {
  margin-bottom: 15px;
}
.blog__standard-item-content-meta ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.blog__standard-item-content-meta ul li {
  list-style: none;
}
.blog__standard-item-content-meta ul li a {
  transition: 0.4s;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.blog__standard-item-content-meta ul li a i {
  color: var(--primary-color-1);
}
.blog__standard-item-content-meta ul li a:hover {
  color: var(--primary-color-1);
}
.blog__standard-item-content h5 {
  margin-bottom: 10px;
}
.blog__standard-item-content h5 a {
  transition: 0.4s;
}
.blog__standard-item-content h5 a:hover {
  color: var(--primary-color-1);
}
.blog__standard-item-content p {
  margin-bottom: 35px;
}

/*==========================================================================
* Blog Details CSS
==========================================================================*/
.blog__details-left-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
}
.blog__details-left-meta-content h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.blog__details-left-meta .author {
  gap: 15px;
}
.blog__details-left-meta .author-avatar img {
  width: 50px;
  height: 50px;
}
.blog__details-left-meta .author-info span {
  font-size: 14px;
  line-height: 24px;
}
.blog__details-left-meta .author-info h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.blog__details-left-box {
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  padding: 45px;
  border-radius: 15px;
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
.blog__details-left-box i {
  font-size: 64px;
  color: var(--primary-color-1);
  line-height: 0;
}
.blog__details-left-box h5 {
  font-family: var(--theme-font-1);
  font-weight: 500;
  margin-bottom: 20px;
}
.blog__details-left-tag {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color-1);
  flex-wrap: wrap;
}
.blog__details-left-tag h6 {
  font-size: 20px;
  line-height: 30px;
}
.blog__details-left-author {
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  padding: 45px;
  border-radius: 15px;
  display: flex;
  gap: 25px;
}
.blog__details-left-author-image {
  width: 120px;
  height: 120px;
  min-width: 120px;
}
.blog__details-left-author-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__details-left-author .social__icon ul li a i {
  width: 35px;
  height: 35px;
  font-size: 14px;
  background: var(--color-2);
  color: var(--text-heading-color);
}
.blog__details-left-author .social__icon ul li a i:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
}
.blog__details-left-comment-item {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
}
.blog__details-left-comment-item-comment-image {
  float: left;
}
.blog__details-left-comment-item-comment-image img {
  min-width: 80px;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog__details-left-comment-item-comment-content {
  padding-left: 30px;
  overflow: hidden;
}
.blog__details-left-comment-item-comment-content span {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}
.blog__details-left-comment-item-comment-content h6 {
  font-size: 18px;
  line-height: 28px;
}
.blog__details-left-comment-item-comment-content h6 a {
  float: right;
  transition: 0.4s;
  font-family: var(--heading-font);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-heading-color);
  border: 1px solid var(--border-color-1);
  padding: 7px 18px;
  border-radius: 4px;
}
.blog__details-left-comment-item-comment-content h6 a i {
  margin-right: 10px;
}
.blog__details-left-comment-item-comment-content h6 a:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}
.blog__details-left-comment-item-comment-content p {
  max-width: 580px;
  margin-bottom: 0;
}
.blog__details-left-contact h5 {
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  .blog__two-item-content,
  .blog__one-item-content {
    padding: 30px 25px;
  }
  .blog__three-item-content {
    padding: 20px 30px 30px;
  }
}
@media (max-width: 575px) {
  .blog__details-left-author {
    display: grid;
    padding: 40px 30px;
  }
  .blog__details-left-box {
    display: block;
    padding: 40px 30px;
  }
  .blog__details-left-box h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog__details-left-comment-item-comment-image {
    float: initial;
  }
  .blog__details-left-comment-item-comment-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 390px) {
  .blog__standard-item-content {
    padding: 20px;
  }
  .blog__standard-item-content h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
/*==========================================================================
* Request Quote Two CSS
==========================================================================*/
.request__quote-page-left {
  padding: 40px;
  box-shadow: 0 0 60px rgb(var(--border-color-3), 0.06);
}
.request__quote-page-left h3,
.request__quote-page-left h4 {
  margin-bottom: 25px;
}
.request__quote-page-left > p {
  margin-bottom: 50px;
}
.request__quote-page-left .space input {
  accent-color: var(--primary-color-1);
}
.request__quote-page-left .space span {
  margin: 0 8px;
}
.request__quote-page-item {
  position: relative;
  z-index: 1;
}
.request__quote-page-item textarea,
.request__quote-page-item input {
  background: var(--bg-white);
}
.request__quote-page-item-label {
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: 300ms ease;
  z-index: -1;
}
.request__quote-page-item span {
  color: var(--primary-color-1);
}
.request__quote-page-services label {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--text-heading-color);
  background: var(--color-3);
  padding: 12px 15px;
  margin: 8px 0;
}
.request__quote-page-right {
  background: var(--color-3);
  padding: 30px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  position: sticky;
  overflow: hidden;
  top: 0;
}
.request__quote-page-right-item-icon i {
  color: var(--primary-color-1);
  font-size: 60px;
  line-height: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.request__quote-page-right-item-bottom {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
}
.request__quote-page-right-item-bottom img {
  width: 70px;
  height: 70px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.request__quote-page-right .swiper-pagination {
  position: absolute;
  left: 25px;
  bottom: 30px;
  z-index: -1;
  text-align: left;
}
.request__quote-page-right .swiper-pagination .swiper-pagination-bullet {
  border-radius: 5px;
  background: var(--color-4);
  width: 8px;
  height: 8px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.request__quote-page-right .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color-1);
}
.request__quote-page .description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

/*==========================================================================
* Contact One CSS
==========================================================================*/
.contact__one-item {
  margin-top: 25px;
  border: 1px solid var(--border-color-1);
  padding: 40px 30px;
  border-radius: 6px;
}
.contact__one-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: var(--primary-color-1);
  background: var(--color-7);
  border-radius: 50%;
  font-size: 35px;
  margin-bottom: 40px;
  transition: 0.4s;
}
.contact__one-item h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.contact__one-item h6 a {
  transition: 0.4s;
}
.contact__one-item h6 a:hover {
  color: var(--primary-color-1);
}
.contact__one-item:hover i {
  background: var(--primary-color-1);
  color: var(--text-white);
}
.contact__one-map {
  height: 100%;
}
.contact__one-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.contact__form-area {
  background: var(--color-3);
  padding: 70px 50px;
}
.contact__form-area h3 {
  margin-bottom: 30px;
}
.contact__form-area-item textarea,
.contact__form-area-item input {
  background: var(--bg-white);
}

/*==========================================================================
* Contact Two CSS
==========================================================================*/
.contact__two-area h2 {
  margin-bottom: 20px;
}
.contact__two-area p {
  margin-bottom: 25px;
}
.contact__two .contact__one-item {
  text-align: center;
  margin-top: 0;
  background: var(--color-3);
  padding: 40px 20px;
}
.contact__two .contact__one-item i {
  margin: 0 auto;
  margin-bottom: 30px;
  background: var(--bg-white);
}
.contact__two .contact__one-item:hover i {
  background: var(--primary-color-1);
}
.contact__two-map {
  margin-bottom: -170px;
}
.contact__two-map iframe {
  width: 100%;
  height: 700px;
  display: block;
}

@media (max-width: 991px) {
  .contact__one-map iframe {
    height: 500px;
  }
}
@media (max-width: 420px) {
  .request__quote-page-left {
    padding: 30px 20px;
  }
  .contact__area-left,
  .contact__area-right {
    padding: 30px 20px;
  }
  .contact__area-left-item-info p {
    font-size: 15px;
  }
  .contact__form-area {
    padding: 40px 30px;
  }
}
/*==========================================================================
* All Side Bar
========================================================================== */
.all__sidebar {
  position: sticky;
  top: 0;
}
.all__sidebar-item {
  padding: 30px 35px 35px 35px;
  margin-bottom: 35px;
  background: var(--color-3);
  border: 1px solid var(--border-color-1);
  border-radius: 10px;
}
.all__sidebar-item > h6 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color-1);
}
.all__sidebar-item > h6::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 70px;
  background: var(--primary-color-1);
}
.all__sidebar-item-search form {
  display: flex;
  position: relative;
}
.all__sidebar-item-search form input {
  background: var(--bg-white);
}
.all__sidebar-item-search form button {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 6px;
}
.all__sidebar-item-post .post__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color-1);
  display: flex;
  align-items: center;
  gap: 20px;
}
.all__sidebar-item-post .post__item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.all__sidebar-item-post .post__item-image {
  width: 90px;
  height: 90px;
  min-width: 90px;
}
.all__sidebar-item-post .post__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all__sidebar-item-post .post__item-title h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 4px;
}
.all__sidebar-item-post .post__item-title h6 a {
  color: var(--text-heading-color);
  transition: 0.4s;
}
.all__sidebar-item-post .post__item-title h6 a:hover {
  color: var(--primary-color-1);
}
.all__sidebar-item-post .post__item-title span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  line-height: 23px;
}
.all__sidebar-item-post .post__item-title span i {
  color: var(--primary-color-1);
}
.all__sidebar-item-category ul {
  padding: 0;
  margin: 0;
}
.all__sidebar-item-category ul li {
  list-style: none;
  margin-bottom: 10px;
}
.all__sidebar-item-category ul li a {
  background: var(--bg-white);
  display: flex;
  transition: 0.4s;
  font-size: 16px;
  line-height: 26px;
  padding: 11px 20px;
  border: 1px solid var(--border-color-1);
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
.all__sidebar-item-category ul li a i {
  font-size: 16px;
  line-height: 16px;
}
.all__sidebar-item-category ul li a:hover {
  color: var(--text-white);
  border-color: var(--primary-color-1);
  background: var(--primary-color-1);
}
.all__sidebar-item-category ul li:last-child {
  margin-bottom: 0;
}
.all__sidebar-item-tag ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.all__sidebar-item-tag ul li {
  list-style: none;
}
.all__sidebar-item-tag ul li a {
  transition: 0.4s;
  border: 1px solid var(--border-color-1);
  padding: 4px 18px 5px 18px;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  border-radius: 4px;
  background: var(--bg-white);
  color: var(--text-heading-color);
}
.all__sidebar-item-tag ul li a:hover {
  color: var(--text-white);
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
}
.all__sidebar-item-download ul {
  padding: 0;
  margin: 0;
}
.all__sidebar-item-download ul li {
  list-style: none;
}
.all__sidebar-item-download ul li a {
  transition: 0.4s;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  background: var(--bg-white);
  padding: 15px 20px;
  border-radius: 6px;
  justify-content: space-between;
  color: var(--text-heading-color);
  font-weight: 500;
}
.all__sidebar-item-download ul li a > div {
  display: flex;
  align-items: center;
}
.all__sidebar-item-download ul li a span {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--primary-color-1);
  text-align: center;
  border-radius: 4px;
  color: var(--text-white);
}
.all__sidebar-item-download ul li a i {
  margin-right: 18px;
  padding-right: 10px;
  border-right: 1px solid var(--border-color-1);
  color: var(--primary-color-1);
  font-size: 25px;
}
.all__sidebar-item-download ul li a:hover {
  color: var(--primary-color-1);
}
.all__sidebar-item-download ul li:last-child a {
  margin: 0;
}
.all__sidebar-item-help {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 35px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.all__sidebar-item-help::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--primary-color-1);
  opacity: 0.8;
}
.all__sidebar-item-help-icon {
  margin-bottom: 35px;
}
.all__sidebar-item-help-icon i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  background: var(--bg-white);
  color: var(--primary-color-1);
}
.all__sidebar-item-help h5 {
  color: var(--text-white);
  margin-bottom: 15px;
}
.all__sidebar-item-help-contact-content span {
  color: var(--text-white);
  font-weight: 500;
  display: inline-block;
}
.all__sidebar-item-help-contact-content h6 {
  color: var(--text-white);
}
.all__sidebar-item:last-child {
  margin: 0;
}

@media (max-width: 1299px) {
  .all__sidebar-item {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .all__sidebar-item-post-item {
    gap: 15px;
  }
  .all__sidebar-item-post-item-content h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .all__sidebar-item-post-item-image img {
    width: 80px;
    height: 85px;
    max-width: 80px;
  }
}
@media (max-width: 575px) {
  .all__sidebar-item {
    padding: 30px 20px;
  }
}
/*==========================================================================
* Cta One CSS
==========================================================================*/
.cta__one {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
.cta__one-title h3 {
  color: var(--text-white);
}
.cta__one-area {
  background: var(--primary-color-1);
  padding: 70px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta__one-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
.cta__one-contact-icon i {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: var(--primary-color-1);
  font-size: 30px;
  animation: icon-animation 2s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-white);
}
.cta__one-contact-info span {
  display: block;
  color: var(--color-3);
}
.cta__one-contact-info h6 {
  color: var(--text-white);
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

/*==========================================================================
* Footer One Cta CSS
==========================================================================*/
.footer__cta {
  position: relative;
  z-index: 1;
}
.footer__cta::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: var(--color-5);
  z-index: -1;
}
.footer__cta-area {
  background: var(--primary-color-1);
  padding: 0 60px;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer__cta-area-left h3 {
  color: var(--text-white);
  max-width: 500px;
}
.footer__cta-area-left-btn {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
.footer__cta-area-left-btn .btn-one {
  background: var(--bg-white);
  color: var(--primary-color-1);
}
.footer__cta-area-left-btn .btn-one::after, .footer__cta-area-left-btn .btn-one::before {
  background: var(--color-5);
}
.footer__cta-area-left-btn .btn-one:hover {
  color: var(--text-white);
}
.footer__cta-area-left-btn-tel i {
  width: 60px;
  height: 60px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color-1);
  background: var(--bg-white);
  font-size: 30px;
  border-radius: 50%;
}
.footer__cta-area-left-btn-tel span {
  font-family: var(--theme-font-2);
  font-size: 16px;
  color: var(--text-white);
  font-weight: 600;
  line-height: 28px;
}
.footer__cta-area-left-btn-tel h6 {
  color: var(--text-white);
}

/*==========================================================================
* Footer Two Cta CSS
==========================================================================*/
.footer__cta.two .footer__cta-area {
  background: var(--primary-color-2);
  padding: 60px;
}
.footer__cta.two .footer__cta-form form {
  position: relative;
  z-index: 1;
}
.footer__cta.two .footer__cta-form form input {
  background: var(--bg-white);
  border-color: var(--bg-white);
}
.footer__cta.two .footer__cta-form form .btn-two {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--color-5);
  color: var(--text-white);
}

/*==========================================================================
* Footer Three Cta CSS
==========================================================================*/
.footer__cta.three .footer__cta-area {
  background: var(--primary-color-3);
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.footer__cta.three .footer__cta-area-item {
  text-align: center;
  width: 33.33%;
  border-right: 2px solid #29955F;
  padding: 40px 0;
}
.footer__cta.three .footer__cta-area-item:last-child {
  border-right: 0;
}
.footer__cta.three .footer__cta-area-item i {
  width: 60px;
  height: 60px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color-3);
  background: var(--bg-white);
  font-size: 30px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.footer__cta.three .footer__cta-area-item span {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--text-white);
  font-weight: 600;
}
.footer__cta.three .footer__cta-area-item h6 {
  font-size: 20px;
  line-height: 30px;
  color: var(--text-white);
}

@media (max-width: 991px) {
  .footer__cta-area {
    padding: 30px 20px 0 20px;
  }
  .footer__cta-area-left h3 {
    margin: 0 auto;
    text-align: center;
  }
  .footer__cta-area-left-btn-tel i {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .footer__cta-area-left-btn-tel h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .footer__cta.three .footer__cta-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
  }
  .footer__cta.three .footer__cta-area-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cta__one-area {
    padding: 30px 20px;
  }
  .cta__one-area .cta__one-contact-info h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .cta__one-area .cta__one-contact-icon i {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .footer__cta.two .footer__cta-area {
    padding: 30px 20px;
  }
  .footer__cta.two .footer__cta-area .btn-two {
    font-size: 14px;
    padding: 17px 12px;
  }
  .footer__cta-area-left-btn {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .footer__cta-area-left-btn-tel.author {
    justify-content: center;
    text-align: left;
    margin-top: 20px;
  }
  .footer__cta.three .footer__cta-area {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 30px;
  }
  .footer__cta.three .footer__cta-area-item {
    padding: 0;
    border: 0;
    border-bottom: 2px solid #29955F;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .footer__cta.three .footer__cta-area-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
/*==========================================================================
* Breadcrumb CSS
==========================================================================*/
.breadcrumb__area {
  position: relative;
  z-index: 1;
  padding: 150px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb__area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-5);
  opacity: 0.7;
  z-index: -1;
}
.breadcrumb__area-content ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.breadcrumb__area-content ul li {
  list-style: none;
  color: var(--primary-color-1);
  font-size: 18px;
  line-height: 28px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
}
.breadcrumb__area-content ul li a {
  color: var(--text-white);
  transition: 0.4s;
}
.breadcrumb__area-content ul li a:hover {
  color: var(--primary-color-1);
}
.breadcrumb__area-content ul li i {
  color: var(--primary-color-1);
}
.breadcrumb__area-content h1 {
  color: var(--text-white);
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 15px;
}

/*==========================================================================
* Error CSS
==========================================================================*/
.error-page {
  text-align: center;
}
.error-page h1 {
  font-size: 240px;
  line-height: 1;
  font-weight: 600;
}
.error-page h1 span {
  color: var(--primary-color-1);
}
.error-page h2 {
  margin: 15px 0 30px 0;
}
.error-page p {
  margin-bottom: 35px;
}

/*==========================================================================
* Theme Pagination CSS
==========================================================================*/
.theme__pagination ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.theme__pagination ul li {
  list-style: none;
}
.theme__pagination ul li .active {
  background: var(--primary-color-1);
  color: var(--text-white);
  border-color: var(--primary-color-1);
}
.theme__pagination ul li a {
  border: 1px solid var(--border-color-1);
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  border-radius: 5px;
  background: var(--bg-white);
}
.theme__pagination ul li a:hover {
  background: var(--primary-color-1);
  border-color: var(--primary-color-1);
  color: var(--text-white);
}

@media (max-width: 575px) {
  .breadcrumb__area {
    padding: 130px 0;
  }
  .breadcrumb__area-content h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .breadcrumb__area-content ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .error-page h1 {
    font-size: 140px;
    line-height: 150px;
  }
}
@media (max-width: 359px) {
  .breadcrumb__area-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
/*==========================================================================
* Footer One CSS
==========================================================================*/
.footer__area {
  background: var(--color-5);
  padding-top: 100px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size: 16px;
  line-height: 28px;
}
.footer__area-widget h6 {
  margin-bottom: 25px;
  color: var(--text-white);
}
.footer__area-widget .logo {
  margin-bottom: 25px;
}
.footer__area-widget .logo img {
  max-width: 140px;
}
.footer__area-widget-company p {
  margin: 0;
  max-width: 255px;
}
.footer__area-widget-company p a {
  color: var(--color-4);
  transition: 0.4s;
}
.footer__area-widget-company p a:hover {
  color: var(--primary-color-1);
}
.footer__area-widget-company .social__icon ul li a i {
  width: 45px;
  height: 45px;
  background: var(--color-1);
}
.footer__area-widget-company .social__icon ul li a i:hover {
  background: var(--primary-color-1);
}
.footer__area-widget-info p {
  margin: 0;
}
.footer__area-widget-info p a {
  color: var(--color-4);
  transition: 0.4s;
}
.footer__area-widget-info p a:hover {
  color: var(--primary-color-1);
}
.footer__area-widget-subscribe {
  transform: translateY(8px);
}
.footer__area-widget-subscribe form {
  position: relative;
}
.footer__area-widget-subscribe form input {
  color: var(--color-4);
  border-color: var(--color-1);
  background: var(--color-1);
  height: 60px;
}
.footer__area-widget-subscribe form input:focus {
  color: var(--color-4);
  border-color: var(--primary-color-1);
}
.footer__area-widget-subscribe form input::-moz-placeholder {
  color: var(--color-4);
}
.footer__area-widget-subscribe form input::placeholder {
  color: var(--color-4);
}
.footer__area-widget-subscribe form button {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  background: var(--primary-color-1);
}
.footer__area-widget-subscribe form label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-4);
  margin-top: 15px;
}
.footer__area-widget-subscribe form label input {
  accent-color: var(--primary-color-1);
}

/*==========================================================================
* Footer Two CSS
==========================================================================*/
.footer-widget-menu ul {
  padding: 0;
  margin: 0;
}
.footer-widget-menu ul li {
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.footer-widget-menu ul li:last-child {
  margin: 0;
}
.footer-widget-menu ul li a {
  color: var(--color-4);
  transition: 0.4s;
  position: relative;
}
.footer-widget-menu ul li a::before {
  content: "\f324";
  color: var(--primary-color-1);
  font-size: 13px;
  line-height: 23px;
  position: absolute;
  opacity: 0;
  transition: 0.4s;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  top: 0;
}
.footer-widget-menu ul li a:hover {
  color: var(--primary-color-1);
  padding-left: 18px;
}
.footer-widget-menu ul li a:hover::before {
  opacity: 1;
}

.footer__area.two .post__item-title span i,
.footer__area.two .post__item-title h6 a:hover,
.footer__area.two .footer-widget-menu ul li a::before,
.footer__area.two .footer-widget-menu ul li a:hover {
  color: var(--primary-color-2);
}
.footer__area.two .social__icon ul li a i:hover {
  background: var(--primary-color-2);
}
.footer__area.two .post__item-title span,
.footer__area.two .footer__area-widget-company p {
  color: var(--color-4);
  max-width: 325px;
}
.footer__area.two .post__item {
  padding-bottom: 0;
  border-bottom: none;
}
.footer__area.two .post__item-image {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.footer__area.two .post__item-title h6 a {
  color: var(--text-white);
}

/*==========================================================================
* Footer Three CSS
==========================================================================*/
.footer__area.three .footer-widget-menu ul li a::before,
.footer__area.three .footer-widget-menu ul li a:hover {
  color: var(--primary-color-3);
}
.footer__area.three .footer__area-widget-subscribe form button,
.footer__area.three .social__icon ul li a i:hover {
  background: var(--primary-color-3);
}
.footer__area.three .footer__area-widget-company p {
  color: var(--color-4);
  max-width: 325px;
}
.footer__area.three .footer__area-widget-subscribe form input:focus {
  border-color: var(--primary-color-3);
}
.footer__area.three .footer__area-widget-subscribe form label input {
  accent-color: var(--primary-color-3);
}

@media (max-width: 991px) {
  .footer__area .order {
    order: 1;
  }
  .footer__area-widget.center {
    margin: 0;
  }
  .footer__two-widget-company {
    margin-right: 0;
  }
}
/*==========================================================================
* Copyright One CSS
==========================================================================*/
.copyright__area {
  margin-top: 100px;
  padding: 35px 0;
  border-top: 1px solid var(--body-color);
}
.copyright__area p {
  margin: 0;
  color: var(--color-4);
}
.copyright__area p a {
  color: var(--primary-color-1);
  text-decoration: underline;
  margin: 0 2px;
}
.copyright__area-menu ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.copyright__area-menu ul li {
  display: inline-block;
  list-style: none;
}
.copyright__area-menu ul li a {
  color: var(--color-4);
  transition: 0.4s;
}
.copyright__area-menu ul li a:hover {
  color: var(--primary-color-1);
}

/*==========================================================================
* Copyright Two CSS
==========================================================================*/
.copyright__area.two p a {
  color: var(--primary-color-2);
}
.copyright__area.two .copyright__area-menu ul li a:hover {
  color: var(--primary-color-2);
}

/*==========================================================================
* Copyright Three CSS
==========================================================================*/
.copyright__area.three p a {
  color: var(--primary-color-3);
}
.copyright__area.three .copyright__area-menu ul li a:hover {
  color: var(--primary-color-3);
}

/*==========================================================================
* Dark Light Switch CSS
==========================================================================*/
.switch__tab {
  position: fixed;
  font-weight: 500;
  display: flex;
  align-items: center;
  right: 0;
  top: 52%;
  transform: translateY(-50%) translateX(50px) rotate(90deg);
  z-index: 3;
  cursor: pointer;
}

.light-mode-title,
.dark-mode-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-heading-color);
  display: flex;
  align-items: center;
}

.mode__switch {
  height: 34px;
  width: 80px;
  display: inline-block;
  position: relative;
  margin: 0 10px;
  background: var(--primary-color-1);
  transform: translateY(0px);
  border-radius: 35px;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.mode__switch::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  background: var(--text-white);
  width: 28px;
  height: 28px;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}
.mode__switch.two {
  background: var(--primary-color-2);
}
.mode__switch.three {
  background: var(--primary-color-3);
}

.mode__switch span {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 34px;
  display: block;
}
.mode__switch span::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 54px;
  background-image: url("../../assets/img/icon/sun.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.mode__switch span::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 54px;
  background-image: url("../../assets/img/icon/moon.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
}

/*==========================================================================
* Dark CSS
==========================================================================*/
.light-n {
  display: none;
}

.light {
  display: none;
}

.dark-mode {
  color: #c6c8c9;
  background: #1a1a1a;
  --body-color: #c6c8c9;
  --text-heading-color: #FFFFFF;
  --color-1: #272727;
  --color-2: #363636;
  --color-3: #232323;
  --color-5: #121213;
  --color-4: #B4B4B9;
  --color-6: #2f2f2f;
  --color-7: #282828;
  --color-8: #F9E9E0;
  --border-color-1: #363636;
  --bg-white: #1a1a1a;
}
.dark-mode iframe,
.dark-mode .dark_image img {
  filter: grayscale(100%);
}
.dark-mode .light-n {
  display: inline-block;
}
.dark-mode .dark-n {
  display: none;
}
.dark-mode .choose__area-left-skill,
.dark-mode .counter__two-item,
.dark-mode .copyright__area {
  border-color: var(--color-2);
}
.dark-mode .testimonial__two-item-content-bottom-brand img,
.dark-mode .testimonial__one-right-item-content-bottom-brand img {
  filter: invert(1);
}
.dark-mode .brand__area-item img {
  filter: invert(0.1);
}
.dark-mode .footer__area,
.dark-mode .who__area-right-btn .btn-two,
.dark-mode .consultation__area-right-list-item,
.dark-mode .faq__one-title-box,
.dark-mode .footer__cta::after {
  background-color: var(--color-3);
}
.dark-mode .who__area-right-btn .active {
  background: var(--primary-color-2);
}
.dark-mode .service__two,
.dark-mode .service__one,
.dark-mode .about__three,
.dark-mode .consultation__area-right-list-item,
.dark-mode .pricing__area,
.dark-mode .about__two-area,
.dark-mode .experience__area,
.dark-mode .features__one-bg,
.dark-mode .service__one-item,
.dark-mode .testimonial__one {
  background-image: none !important;
}
.dark-mode .header__area-menubar-center-menu ul li .sub-menu,
.dark-mode .testimonial__one-right-item:hover::after,
.dark-mode .footer__area-widget-company .social__icon ul li a i,
.dark-mode .testimonial__one-right-item:hover {
  background: var(--bg-white);
}
.dark-mode .breadcrumb__area::before,
.dark-mode .banner__three-area-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--text-white);
  mix-blend-mode: color;
}
.dark-mode .banner__two {
  background-image: url("../../assets/img/shape/shape-13-dark.jpg") !important;
}
.dark-mode .service__one-item:hover {
  background-image: url("../../assets/img/shape/shape-5.png") !important;
}
.dark-mode .header__area.three .header__area-menubar {
  box-shadow: 0 0 50px rgba(var(--border-color-2), 0.03);
}
.dark-mode .mode__switch::before {
  left: calc(100% - 31px);
}
.dark-mode .mode__switch span::before {
  background-image: url("../../assets/img/icon/sun-white.png");
}
.dark-mode .mode__switch span::after {
  background-image: url("../../assets/img/icon/moon-dark.png");
}/*# sourceMappingURL=style.css.map */