/*------------------------------------------------------------------------

Template Name: Cosion - Business Consulting HTML5 Template
Author:  ThemeOri
Author URI: http://themeori.com
Version: 1.0.2
Description: This Template is created for web template

--------------------------------------------------------------------------
TABLE OF CONTENTS
--------------------------------------------------------------------------
* Google Fonts
* Common CSS
* Form CSS
* Hedging  CSS
* Button And Title Styles CSS
* Text Style CSS
* Scroll Top CSS
* Preloader CSS
* Animation CSS
* Color CSS
* Dark CSS
* Dark Light Switch CSS
* Space And Container CSS
* Top Bar CSS
* Top Bar Three CSS
* Menu Bar Sticky CSS
* Menu Bar CSS
* Menu Sidebar CSS
* Header Two CSS
* Header Three CSS
* Menu Responsive CSS
* Banner One CSS
* Banner Two CSS
* Banner Three CSS
* About One CSS
* About Two CSS
* About Three CSS
* About Company CSS
* Company Two CSS
* About Solution CSS
* Company History CSS
* Features CSS
* Consulting CSS
* Work CSS
* Services CSS
* Services Two CSS
* Services Three CSS
* Services Page CSS
* Services Details CSS
* Cta CSS
* Cta Two CSS
* Get In Touch CSS
* Get In Touch Three CSS
* Help CSS
* Pricing CSS
* Pricing Two CSS
* Team CSS
* Team Two CSS
* Team Three CSS
* Team Details CSS
* Testimonial CSS
* Testimonial Two CSS
* Choose Us CSS
* FAQ CSS
* FAQ Two CSS
* Project CSS
* Portfolio One CSS
* Portfolio Two CSS
* Portfolio Three CSS
* Filter CSS
* Project Filter CSS
* Project Details CSS
* Solution CSS
* Solution Two CSS
* Experience CSS
* Subscribe One CSS
* Subscribe Two CSS
* Blog One CSS
* Blog Two CSS
* Blog Three CSS
* News Details CSS
* News Standard CSS
* Contact CSS
* Contact Page CSS
* Contact Two CSS
* Contact Three CSS
* Contact Four CSS
* Request Quote CSS
* Footer Top CSS
* Footer One CSS
* Footer Two CSS
* Footer Three CSS
* All Footer CSS
* Copyright One CSS
* Copyright Two CSS
* Copyright Three CSS
* All Side Bar CSS
* Post CSS
* Theme Pagination CSS
* Page Banner CSS
* Error CSS
* Contact CSS
/*==========================================================================
Google Fonts
==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
/*==========================================================================
Common CSS
==========================================================================*/
body {
  font-family: var(--body-font);
  color: var(--body-color);
  font-size: 16px;
  line-height: 26px;
  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;
}

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

.display-block {
  display: block;
}

.filter img {
  filter: grayscale(100%);
}

.img__full {
  width: 100%;
}

/*==========================================================================
Form CSS
==========================================================================*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid var(--border-color-2);
  border-color: transparent;
  background: var(--primary-color-1);
  color: var(--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=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: 5px;
  width: 100%;
  height: 60px;
  border: 1px solid var(--color-4);
  padding: 0 15px;
  background: var(--white);
}

input[type=text]: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(--text-heading-color);
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color-1);
}

select {
  border: 1px solid var(--border-color-2);
}

textarea {
  width: 100%;
  height: 150px;
  padding-top: 15px;
}

button,
button:hover,
button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

/*==========================================================================
Social
==========================================================================*/
.social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.social a i {
  font-size: 14px;
  color: var(--white);
  transition: 0.4s;
  border: 1px solid var(--border-color-1);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.social a i:hover {
  border-color: var(--primary-color-1);
  background-color: var(--primary-color-1);
}

.mfp-close {
  background: var(--black) !important;
  width: 50px !important;
  height: 50px !important;
  text-align: center !important;
  line-height: 50px;
  padding: 0 !important;
  border-radius: 50%;
  margin-top: 15px;
  margin-right: -15px;
  outline: 2px solid var(--black) !important;
  border: 2px solid rgba(255, 255, 255, 0.3019607843) !important;
  opacity: 0.8;
}

/*==========================================================================
Hedging CSS
==========================================================================*/
h1 {
  font-size: 64px;
  line-height: 1.18;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

h3 {
  font-size: 32px;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

h4 {
  font-size: 28px;
  line-height: 1.63;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}

h5 {
  font-size: 24px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 500;
}

h6 {
  font-size: 20px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 1.75;
  padding: 0;
  margin: 0;
  color: var(--p-color);
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

@media (max-width: 1399px) {
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 420px) {
  h2 {
    font-size: 31px;
    line-height: 41px;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 359px) {
  h2 {
    font-size: 27px;
    line-height: 37px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 21px;
    line-height: 31px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
p {
  text-transform: none;
}

span {
  display: inline-block;
}

/*==========================================================================
Button And Title Styles CSS
==========================================================================*/
.subtitle-one,
.subtitle-two,
.subtitle-three,
.subtitle-four {
  position: relative;
  text-transform: capitalize;
  color: var(--primary-color-1);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.87;
  margin-bottom: 14px !important;
  background: #d5ece5;
  padding: 0px 17px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.subtitle-one::before,
.subtitle-two::before,
.subtitle-three::before,
.subtitle-four::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--primary-color-1);
  display: block;
  border-radius: 50%;
  margin-right: 8px;
}

.subtitle-two {
  background: #e6eeff;
  color: var(--primary-color-2);
}
.subtitle-two::before {
  background-color: var(--primary-color-2);
}

.subtitle-three {
  background-color: #FFF4E6;
  color: var(--primary-color-3);
}
.subtitle-three::before {
  background-color: var(--primary-color-3);
}

.subtitle-four {
  background-color: #FFEBE5;
  color: var(--primary-color-4);
}
.subtitle-four::before {
  background-color: var(--primary-color-4);
}

.btn-one,
.btn-two,
.btn-three,
.btn-four {
  background-color: var(--primary-color-1);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
  padding: 17px 30px;
  text-align: center;
  font-weight: 500;
  z-index: 3;
  position: relative;
  transition: 0.4s;
  text-transform: none;
  overflow: hidden;
  border-radius: 50px;
  text-transform: capitalize;
}
.btn-one i,
.btn-two i,
.btn-three i,
.btn-four i {
  position: relative;
  top: 0px;
  margin-left: 10px;
  font-size: 13px;
  transition: 0.2s;
}
.btn-one::before,
.btn-two::before,
.btn-three::before,
.btn-four::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: ease-out 0.3s;
  border-radius: 50px;
  left: -100%;
}
.btn-one:hover,
.btn-two:hover,
.btn-three:hover,
.btn-four:hover {
  color: var(--white);
}
.btn-one:hover i,
.btn-two:hover i,
.btn-three:hover i,
.btn-four:hover i {
  transform: translateX(2px);
  color: var(--white);
}
.btn-one:hover::before,
.btn-two:hover::before,
.btn-three:hover::before,
.btn-four:hover::before {
  left: 0;
}

.btn-two {
  background: var(--primary-color-2);
}
.btn-two::before {
  background-color: var(--color-3);
}
.btn-three {
  background: var(--primary-color-3);
  color: var(--color-7);
  font-weight: 500;
}
.btn-three::before {
  background-color: var(--color-3);
}
.btn-three:hover {
  border-color: var(--color-3);
}
.btn-four {
  background: var(--primary-color-4);
  font-weight: 500;
}
.btn-four::before {
  background-color: var(--color-3);
}
.btn-four:hover {
  border-color: var(--color-3);
}

.simple-btn-1,
.simple-btn-2,
.simple-btn-3 {
  color: var(--primary-color-1);
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--heading-font);
  transition: 0.4s;
  text-transform: uppercase;
}
.simple-btn-1 i,
.simple-btn-2 i,
.simple-btn-3 i {
  position: relative;
  top: 0;
  margin-left: 15px;
  font-size: 13px;
}
.simple-btn-1:hover,
.simple-btn-2:hover,
.simple-btn-3:hover {
  color: var(--btn-heading-color);
}
.simple-btn-1:focus,
.simple-btn-2:focus,
.simple-btn-3:focus {
  color: var(--btn-heading-color);
}

.simple-btn-2 {
  color: var(--text-heading-color);
}
.simple-btn-2:hover {
  color: var(--primary-color-1);
}
.simple-btn-3 {
  color: var(--white);
}
.simple-btn-3:hover {
  color: var(--primary-color-1);
}

/*==========================================================================
Progress Bar Animation
==========================================================================*/
@keyframes animateStripe {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(35px, 0);
  }
}
/*==========================================================================
Highlighted Text Styles
==========================================================================*/
.highlighted {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.highlighted::before {
  content: "";
  width: 108%;
  height: 4px;
  background: var(--primary-color-1);
  position: absolute;
  bottom: 6%;
  left: -7px;
  border-radius: 50px;
  animation: highlightAnimation 4s infinite;
}

@keyframes highlightAnimation {
  0% {
    width: 0;
  }
  15% {
    width: 108%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 108%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
.highlighted-two {
  position: relative;
  display: inline-block;
  color: var(--primary-color-1);
}
.highlighted-two::before {
  content: "";
  width: 108%;
  height: 60px;
  position: absolute;
  border: 2px solid transparent;
  border-top: 2px solid var(--primary-color-1);
  border-radius: 50%;
  top: 58px;
  left: -10px;
  z-index: 1;
}

@media (max-width: 480px) {
  .highlighted-two::before {
    top: 40px;
  }
}
/*==========================================================================
Scroll Top CSS
==========================================================================*/
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--color-8);
  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;
}

.style-two::after {
  color: var(--primary-color-2);
}
.style-two svg.scroll-circle path {
  stroke: var(--primary-color-2);
}

.style-three::after {
  color: var(--primary-color-3);
}
.style-three svg.scroll-circle path {
  stroke: var(--primary-color-3);
}

.style-four::after {
  color: var(--primary-color-4);
}
.style-four svg.scroll-circle path {
  stroke: var(--primary-color-4);
}

/*==========================================================================
Preloader CSS
==========================================================================*/
.loader {
  z-index: 9999999;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-container, .loader-container:before, .loader-container:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader-container {
  color: var(--primary-color-1);
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader-container:before,
.loader-container:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader-container:before {
  left: -4.5em;
  animation-delay: -0.32s;
}

.loader-container:after {
  left: 4.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*==========================================================================
Animation CSS
==========================================================================*/
.video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 4;
}
.video a {
  position: relative;
  color: var(--primary-color-2);
  font-size: 20px;
  z-index: 1;
  background: var(--white);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
}

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

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

@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*============** Custom Animation **============*/
.animate-y-axis {
  animation-name: y-axis;
  animation-duration: 11s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes y-axis {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
.animate-y-axis-slider {
  animation-name: y-axis-slider;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes y-axis-slider {
  0% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(-40px);
  }
}
/*==== Animation x-axis ==== */
.animate-x-axis {
  animation-name: x-axis;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes x-axis {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(-20px);
  }
}
/*==== Animation Rotate ==== */
.animate-rotate {
  animation-name: rotate;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotate;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*==== Animate zoom-in-out-rotate  ====*/
.animate-zoom-in-out-rotate {
  animation-name: zoomInOut-rotate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut-rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut-rotate;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut-rotate;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut-rotate;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}
@keyframes zoomInOut-rotate {
  0% {
    transform: rotate(0deg) scale(0.7);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(0.7);
  }
}
/*==== Animate zoom-in-out  ====*/
.animate-zoom-in-out {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}
@keyframes zoomInOut {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.halfRotationAnimation {
  animation: halfRotationAnimation 5s infinite ease-in-out;
}

@keyframes halfRotationAnimation {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

.blob-animation {
  animation: blob-animation 15s linear infinite;
}

@keyframes blob-animation {
  0%, 100% {
    border-radius: 40% 60% 70% 30%/40% 40% 60% 50%;
  }
  34% {
    border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
  }
}
@media (min-width: 1024px) {
  .slide_box {
    margin-right: -420px;
  }
}
/*==========================================================================
 Color CSS
==========================================================================*/
:root {
  --body-font: "Inter", sans-serif;
  --heading-font: "Outfit", sans-serif;
  --white: #FFFFFF;
  --black: #000000;
  --p-color: #6A726F;
  --primary-color-1: #33BBCC;
  --primary-color-2: #003761;
  --primary-color-3: #FCA028;
  --primary-color-4: #F35120;
  --text-heading-color: #062A26;
  --color-1: #003761;
  --color-2: #EDF4F2;
  --color-3: #14133B;
  --color-4: #E6EEFF;
  --color-5: #201f42;
  --color-6: #F5F8FF;
  --color-7: #182928;
  --color-8: #EEF3F3;
  --color-9: #203635;
  --border-color-1: #23423F;
  --border-color-2: #E9E9E8;
  --border-color-3: rgba(19, 19, 19, 0.1);
  --border-color-4: rgba(19, 19, 19, 0.06);
  --box-shadow-1: 0px 25px 70px rgba(0, 0, 0, 0.08);
  --box-shadow-2: 0px 10px 70px rgba(0, 0, 0, 0.1);
}

/*==========================================================================
Dark CSS
==========================================================================*/
.light-n {
  display: none;
}

.light {
  display: none;
}

.dark-mode {
  color: var(--color-20);
  background: var(--dark-one);
  --text-heading-color: #FFFFFF;
  --color-2: #808287;
  --color-6: #222429;
  --color-7: #343434;
  --color-10: #343434;
  --color-12: #343434;
  --color-13: #808287;
  --color-15: #343434;
  --color-16: #343434;
  --border-color-1: #343434;
  --border-color-2: #343434;
  --border-color-3: #343434;
  --border-color-4: #343434;
  --white: #1C1E22;
}
.dark-mode .dark__image img {
  filter: grayscale(100%);
}
.dark-mode .light-n {
  display: inline-block;
}
.dark-mode .dark-n {
  display: none;
}
.dark-mode .banner__three {
  background-image: url("../../assets/img/shape/dark-bg.jpg") !important;
}
.dark-mode .header__two::before {
  background: url("../../assets/img/shape/before-dark.png");
  background-position: center;
  background-repeat: no-repeat;
}
.dark-mode .header__two::after {
  background: url("../../assets/img/shape/after-dark.png");
  background-position: center;
  background-repeat: no-repeat;
}
.dark-mode .header__area-menubar-right-sidebar-popup-icon::before {
  opacity: 0.2;
}
.dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
  background: var(--white);
}
.dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children > a::after {
  background: var(--white);
}
.dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::after {
  background: var(--primary-color-1);
}
.dark-mode .header__area-menubar-center-menu.two ul li.menu-item-has-children:hover > a::after {
  background: var(--primary-color-2);
}
.dark-mode .header__area-menubar-center-menu.three ul li.menu-item-has-children:hover > a::after {
  background: var(--primary-color-3);
}
.dark-mode .header__sticky-sticky-menu {
  box-shadow: 0 0 50px var(--color-12);
}
.dark-mode .header__area-menubar.two .header__area-menubar-left-logo .two {
  display: none;
}
.dark-mode .contact__four-info {
  background: var(--dark-two);
}
.dark-mode .contact__four-info::after {
  opacity: 0;
}
.dark-mode .contact__four-info:hover {
  background: var(--bg-heading-color);
}
.dark-mode .contact__four-info:hover::after {
  opacity: 0.6;
}
.dark-mode .contact__four-form,
.dark-mode .contact__page-form {
  background: var(--dark-two);
}
.dark-mode .contact__four-form input,
.dark-mode .contact__four-form textarea,
.dark-mode .contact__page-form input,
.dark-mode .contact__page-form textarea {
  background: var(--dark-two);
}
.dark-mode .contact__two-box {
  box-shadow: 0 0 80px var(--color-18);
}
.dark-mode .features-area-item.features-area-item-hover {
  background: var(--primary-color-3);
}
.dark-mode .banner__one-image::before,
.dark-mode .portfolio__three::before,
.dark-mode .page__banner::before,
.dark-mode .services__two-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--white);
  mix-blend-mode: color;
}
.dark-mode .services__three-item-content::after {
  background: var(--dark-two);
}
.dark-mode .pricing__area-item {
  box-shadow: none;
  background: var(--dark-two);
}
.dark-mode .pricing__area-item::after {
  content: none;
}
.dark-mode .pricing__area-item-title .text-two {
  color: var(--color-20);
}
.dark-mode .copyright__three p,
.dark-mode .experience__area-right-skill-item-count.text-two {
  color: var(--color-20);
}
.dark-mode .getIn__touch-three-right {
  background: var(--dark-two);
}
.dark-mode .getIn__touch-three-right input,
.dark-mode .getIn__touch-three-right textarea {
  border-color: var(--body-color);
}
.dark-mode .getIn__touch-three-right input:focus,
.dark-mode .getIn__touch-three-right textarea:focus {
  border-color: var(--primary-color-3);
}
.dark-mode .getIn__touch-left {
  box-shadow: 0 0 60px var(--color-11);
}
.dark-mode .team__three-item-image-info-icon::after {
  background-image: url("../../assets/img/icon/union-dark.png");
}
.dark-mode .testimonial__area-item-client-image img,
.dark-mode .news__standard-left-item-image img,
.dark-mode .testimonial__two-item-bottom > img,
.dark-mode .all__sidebar-help-image > img,
.dark-mode .team__three-item-image > img,
.dark-mode .team__two-item-image > img,
.dark-mode .faq__two-left-image > img,
.dark-mode .blog__two-item-image img,
.dark-mode .project__area-item > img,
.dark-mode .project__one-item > img,
.dark-mode .post__item-image img {
  filter: grayscale(100%);
}
.dark-mode .header__area-menubar-center-menu ul li .sub-menu,
.dark-mode .testimonial__two-item-bottom::before,
.dark-mode .news__standard-left-item-content,
.dark-mode .solutions__two-item-icon,
.dark-mode .blog__three-item-content,
.dark-mode .team__area-item-content,
.dark-mode .blog__two-item-content,
.dark-mode .features-area-item,
.dark-mode .testimonial__two-item {
  background: var(--dark-two);
}
.dark-mode input[type=text], .dark-mode input[type=email], .dark-mode input[type=url], .dark-mode input[type=password], .dark-mode input[type=search], .dark-mode input[type=number], .dark-mode input[type=tel], .dark-mode input[type=range], .dark-mode input[type=date], .dark-mode input[type=month], .dark-mode input[type=week], .dark-mode input[type=time], .dark-mode input[type=datetime], .dark-mode input[type=datetime-local], .dark-mode input[type=color], .dark-mode textarea {
  color: var(--white);
}
.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");
}

/*==========================================================================
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(--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;
}

/*==========================================================================
Space And Container CSS
==========================================================================*/
.custom__container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 12px;
}

.auto__container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 12px;
}

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

.display-n {
  display: none !important;
}

@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;
  }
  .xl-t-center {
    text-align: center;
  }
  .xl-t-right {
    text-align: right;
  }
  .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;
  }
  .lg-t-center {
    text-align: center;
  }
  .lg-t-right {
    text-align: right;
  }
  .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;
  }
  .md-t-center {
    text-align: center;
  }
  .md-t-right {
    text-align: right;
  }
  .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;
  }
  .sm-t-center {
    text-align: center;
  }
  .sm-t-right {
    text-align: right;
  }
  .sm-display-n {
    display: none !important;
  }
  .sm-display-b {
    display: block !important;
  }
}
/*==========================================================================
Top Bar CSS
==========================================================================*/
.top__bar {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.top__bar-wrapper {
  background: var(--color-1);
  padding: 13px 25px;
}
.top__bar-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
}
.top__bar-left a {
  font-size: 16px;
  margin-right: 27px;
  color: var(--white);
}
.top__bar-left a i {
  font-size: 14px;
  margin-right: 5px;
  color: var(--primary-color-1);
}
.top__bar-right {
  text-align: right;
}
.top__bar-right a {
  font-size: 16px;
  color: var(--white);
  margin-right: 17px;
  transition: 0.4s;
}
.top__bar-right a:last-child {
  margin-right: 0;
}
.top__bar-right a:hover {
  color: var(--primary-color-1);
}
.top__bar.two {
  background: var(--color-9);
  padding: 10px 0;
}
.top__bar.two .top__bar-left a i {
  color: var(--primary-color-3);
}
.top__bar.two .top__bar-right a:hover {
  color: var(--primary-color-3);
}
.top__bar.three .top__bar-wrapper {
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}
.top__bar.three .top__bar-left a {
  color: var(--text-heading-color);
}
.top__bar.three .top__bar-left a i {
  color: var(--primary-color-4);
}
.top__bar.three .top__bar-right a {
  color: var(--black);
}
.top__bar.three .top__bar-right a:hover {
  color: var(--primary-color-4);
}

@media (max-width: 991px) {
  .top__bar-left a:last-child {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .top__bar-left {
    justify-content: center;
    margin-bottom: 15px;
  }
  .top__bar-left a {
    font-size: 16px;
  }
  .top__bar-left a i {
    font-size: 14px;
  }
  .top__bar-right {
    text-align: center;
  }
  .top__bar-right a {
    font-size: 16px;
    text-transform: capitalize;
  }
  .top__bar-right a i {
    font-size: 14px;
  }
  .top__bar.two .top__bar-right {
    text-align: center;
  }
  .top__bar.two .top__bar-left {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .top__bar-left {
    margin-bottom: 5px;
  }
  .top__bar-left a {
    margin-bottom: 3px;
  }
}
/*==========================================================================
Menu Bar Sticky CSS
==========================================================================*/
.header__sticky-sticky-menu {
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  box-shadow: var(--box-shadow-1) !important;
  animation: header_sticky 1.1s;
  background: var(--white);
  display: block;
}
.header__sticky-sticky-menu .header__area-menubar {
  box-shadow: none !important;
  padding: 0;
}
@keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}

.header__sticky.header__sticky-sticky-menu .header__area {
  background: var(--bg-heading-color);
}

/*==========================================================================
Menu Bar CSS
==========================================================================*/
.header__area {
  padding: 0 30px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  /* =============== Header Two Style =============== */
  /* =============== Header Three Style =============== */
  /* =============== Header Four Style =============== */
}
.header__area-menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 25px;
  background-color: var(--white);
  border-radius: 0 0 5px 5px;
}
.header__area-menubar-left-logo a {
  display: inline-block;
}
.header__area-menubar-left-logo a img {
  max-width: 195px;
  position: relative;
  z-index: 9999;
}
.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;
}
.header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-1);
}
.header__area-menubar-center-menu ul li:hover > a i {
  transform: rotate(-180deg);
}
.header__area-menubar-center-menu ul li a {
  color: var(--text-heading-color);
  display: block;
  font-size: 14px;
  line-height: 26px;
  transition: all 0.4s ease-out 0s;
  text-transform: capitalize;
  padding: 32px 17px;
  font-weight: 600;
}
.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(--white);
  min-width: 240px;
  transition: all 0.3s ease-out 0s;
  top: 100%;
  opacity: 0;
  box-shadow: var(--box-shadow-1);
  visibility: hidden;
  z-index: 99;
  text-align: left;
  transform: scale(1, 0);
  transform-origin: 0 0;
  border-top: 2px solid var(--primary-color-1);
}
.header__area-menubar-center-menu ul li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid var(--border-color-2);
  position: relative;
}
.header__area-menubar-center-menu ul li .sub-menu li:hover {
  color: var(--primary-color-1) !important;
}
.header__area-menubar-center-menu ul li .sub-menu li::after {
  position: absolute;
  content: "";
  background: var(--primary-color-1);
  width: 2px;
  transition: 0.4s;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.header__area-menubar-center-menu ul li .sub-menu li a {
  color: var(--text-heading-color) !important;
  padding: 12px 20px;
  transition: all 0.4s ease-out 0s;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__area-menubar-center-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: -2px;
}
.header__area-menubar-center-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-1) !important;
  padding-left: 25px;
}
.header__area-menubar-center-menu ul li .sub-menu li:hover::after {
  opacity: 1;
}
.header__area-menubar-center-menu ul li .sub-menu li:last-child {
  border: none;
}
.header__area-menubar-center-menu ul li ul .sub-menu li .sub-menu {
  color: var(--text-heading-color);
  cursor: pointer;
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a {
  display: flex;
  align-items: end;
}
.header__area-menubar-center-menu ul li.menu-item-has-children > a i {
  font-size: 15px;
  margin-left: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: 0.4s;
}
.header__area-menubar-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__area-menubar-right-box {
  display: flex;
  align-items: center;
}
.header__area-menubar-right-box-search-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
  display: block;
  color: var(--text-heading-color);
  font-size: 20px;
  font-weight: 400;
  border-right: 1px solid var(--border-color-2);
  padding: 5px 25px 5px 0;
  font-weight: 700;
  display: block;
  line-height: 0;
}
.header__area-menubar-right-box-search-box {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.6588235294);
  z-index: 9999;
  transition: all 0.5s ease-out;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header__area-menubar-right-box-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-box-search-box input {
  background: var(--white);
  color: var(--text-heading-color);
  border: 0;
}
.header__area-menubar-right-box-search-box button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  font-size: 22px;
  color: var(--primary-color-1);
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.header__area-menubar-right-box-search-box.active {
  height: 100%;
  top: 0;
}
.header__area-menubar-right-box-search-box.active.header__area-menubar-right-box-search-box form {
  transform: translate(-50%, -50%) scale(1);
}
.header__area-menubar-right-box-search-box-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 22px;
  color: var(--white);
  cursor: pointer;
  transform: rotate(0deg);
}
.header__area-menubar-right-box-search-box-icon:hover {
  animation: rotate 0.4s ease 0s;
}
.header__area-menubar-right-box-search-box-icon i {
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.header__area-menubar-right-box-search-box-icon i::before {
  display: block;
}
.header__area-menubar-right-box-sidebar-popup-icon {
  cursor: pointer;
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right;
  margin-left: 25px;
}
.header__area-menubar-right-box-sidebar-popup-icon i {
  font-size: 25px;
  display: block;
  line-height: 0;
}
.header__area-menubar-right-box-btn {
  margin-left: 30px;
}
.header__area-menubar-right-sidebar-popup {
  position: fixed;
  width: 460px;
  height: 100%;
  right: 0;
  overflow: auto;
  transform: translateX(100%);
  top: 0;
  background: var(--color-1);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: 0.5s;
  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 .sidebar-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  transform: rotate(0);
  background: var(--primary-color-1);
  border-radius: 50%;
}
.header__area-menubar-right-sidebar-popup .sidebar-close-btn i::before {
  background: var(--primary-color-1);
  width: 40px;
  color: var(--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: 150px;
  position: relative;
  z-index: 999;
}
.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 var(--border-color-1);
  border-bottom: 1px solid var(--border-color-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;
  margin-bottom: 5px;
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 {
  max-width: 240px;
  font-size: 18px;
  line-height: 28px;
}
.header__area-menubar-right-sidebar-popup-contact-item-content h6 a {
  transition: all 0.4s ease-out;
  color: var(--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(--white);
}
.header__area-menubar-right-sidebar-popup-social ul {
  padding: 0;
  margin: 0;
}
.header__area-menubar-right-sidebar-popup-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.header__area-menubar-right-sidebar-popup-social ul li:last-child {
  margin: 0;
}
.header__area-menubar-right-sidebar-popup-social ul li a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: var(--color-1);
  transition: all 0.4s ease-out;
  background: var(--primary-color-1);
  border: 1px solid var(--border-color-1);
}
.header__area-menubar-right-sidebar-popup-social ul li a i:hover {
  color: var(--white);
  background: var(--primary-color-1);
}
.header__area-menubar-right-sidebar-popup.home-three {
  background-color: var(--color-9);
}
.header__area-menubar-right-sidebar-popup.home-three .sidebar-close-btn i::before {
  background: var(--primary-color-3);
  color: var(--black);
}
.header__area-menubar-right-sidebar-popup.home-three .header__area-menubar-right-sidebar-popup-contact-item-icon i {
  color: var(--primary-color-3);
}
.header__area-menubar-right-sidebar-popup.home-three .header__area-menubar-right-sidebar-popup-social ul li a i {
  background: var(--primary-color-3);
  border-color: var(--primary-color-3);
}
.header__area-menubar-right-sidebar-popup.home-three .header__area-menubar-right-sidebar-popup-social ul li a i:hover {
  background-color: transparent;
}
.header__area-menubar-right-sidebar-popup.home-three .header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover {
  color: var(--primary-color-3);
}
.header__area-menubar-right-sidebar-popup.home-four {
  background-color: #0D0C24;
}
.header__area-menubar-right-sidebar-popup.home-four .sidebar-close-btn i::before {
  background: var(--primary-color-4);
}
.header__area-menubar-right-sidebar-popup.home-four .header__area-menubar-right-sidebar-popup-contact-item-icon i {
  color: var(--primary-color-4);
}
.header__area-menubar-right-sidebar-popup.home-four .header__area-menubar-right-sidebar-popup-social ul li a i {
  background: var(--primary-color-4);
  border-color: var(--primary-color-4);
  color: var(--white);
}
.header__area-menubar-right-sidebar-popup.home-four .header__area-menubar-right-sidebar-popup-social ul li a i:hover {
  background-color: transparent;
}
.header__area-menubar-right-sidebar-popup.home-four .header__area-menubar-right-sidebar-popup-contact-item-content h6 a:hover {
  color: var(--primary-color-4);
}
.header__area-menubar-right .responsive-menu_popup-icon {
  display: none;
  font-size: 20px;
}
.header__area.two .custom__container {
  max-width: 1780px;
}
.header__area.two.header__sticky-sticky-menu {
  background: var(--color-5);
}
.header__area.two .header__area-menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 0;
  background: none;
  border-radius: 0;
}
.header__area.two .header__area-menubar-left {
  display: flex;
  align-items: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.header__area.two .header__area-menubar-center-menu ul li a {
  color: var(--white);
}
.header__area.two .header__area-menubar.header__sticky-sticky-menu {
  background: var(--color-3);
}
.header__area.two .header__area-menubar-center-menu ul li .sub-menu {
  border-color: var(--primary-color-2);
}
.header__area.two .header__area-menubar-center-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-2) !important;
}
.header__area.two .header__area-menubar-center-menu ul li .sub-menu li::after {
  background: var(--primary-color-2);
}
.header__area.two .responsive-menu_popup-icon {
  display: none !important;
  color: var(--white);
  margin-right: 20px;
}
.header__area.two .responsive__menu {
  background-color: var(--color-3);
}
.header__area.two .responsive__menu_wrap i {
  background-color: var(--primary-color-2);
  color: var(--white);
}
.header__area.two .responsive__menu .responsive-sidebar-menu-list__item.has-dropdown .responsive-sidebar-menu-list__link::before {
  background-color: var(--primary-color-2);
  color: var(--white);
}
.header__area.three {
  position: relative;
  background-color: var(--white);
}
.header__area.three .header__area-menubar {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.header__area.three .need-help {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 25px;
}
.header__area.three .need-help span {
  color: var(--p-color);
  text-transform: none;
  display: block;
  font-size: 14px;
}
.header__area.three .need-help a {
  font-size: 20px;
  font-family: var(--heading-font);
  font-weight: 600;
  transition: 0.4s;
}
.header__area.three .need-help a:hover {
  color: var(--primary-color-3);
}
.header__area.three .need-help i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  color: var(--primary-color-3);
  background-color: var(--color-1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header__area.three .header__area-menubar-right-box-search-icon i {
  border-right: 0;
  padding: 0;
}
.header__area.three .header__area-menubar-right-box-sidebar-popup-icon i {
  border-right: 1px solid var(--border-color-2);
  padding: 5px 25px 5px 0;
}
.header__area.three .header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu {
  border-color: var(--primary-color-3);
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-3) !important;
}
.header__area.three .header__area-menubar-center-menu ul li .sub-menu li::after {
  background: var(--primary-color-3);
}
.header__area.three .responsive__menu {
  background-color: var(--color-9);
}
.header__area.three .responsive__menu_wrap i {
  background-color: var(--primary-color-3);
  color: var(--white);
}
.header__area.three .responsive__menu .responsive-sidebar-menu-list__item.has-dropdown .responsive-sidebar-menu-list__link::before {
  background-color: var(--primary-color-3);
  color: var(--white);
}
.header__area.four .header__area-menubar {
  border-radius: 20px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 5px 30px;
}
.header__area.four .header__area-menubar-center-menu ul li:hover > a {
  color: var(--primary-color-4);
}
.header__area.four .header__area-menubar-center-menu ul li .sub-menu {
  border-color: var(--primary-color-4);
}
.header__area.four .header__area-menubar-center-menu ul li .sub-menu li:hover > a {
  color: var(--primary-color-4) !important;
}
.header__area.four .header__area-menubar-center-menu ul li .sub-menu li::after {
  background: var(--primary-color-4);
}
.header__area.four .responsive__menu {
  background-color: #0D0C24;
}
.header__area.four .responsive__menu_wrap i {
  background-color: var(--primary-color-4);
  color: var(--white);
}
.header__area.four .responsive__menu .responsive-sidebar-menu-list__item.has-dropdown .responsive-sidebar-menu-list__link::before {
  background-color: var(--primary-color-4);
  color: var(--white);
}

/*=================== Responsive Sidebar menu ===================*/
.responsive__menu {
  width: 320px;
  height: 100%;
  position: fixed;
  left: -320px;
  top: 0px;
  margin-left: 0px;
  background-color: var(--color-1);
  transition: 0.3s all;
  z-index: 99999;
  padding: 30px 30px;
  overflow: auto;
  display: none;
}
.responsive__menu.show {
  left: 0px;
  top: 0;
}
.responsive__menu_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.responsive__menu_wrap .logo-wrapper {
  width: 150px;
}
.responsive__menu_wrap i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color-1);
  line-height: 38px;
  text-align: center;
  font-weight: 100;
  font-size: 20px;
  cursor: pointer;
}
.responsive__menu .responsive-sidebar-submenu-list__item {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid var(--border-color-1);
}
.responsive__menu .responsive-sidebar-submenu-list__item:first-child {
  margin-top: 10px;
}
.responsive__menu .responsive-sidebar-submenu-list__item:last-child {
  padding-bottom: 0;
}
.responsive__menu .responsive-sidebar-menu-list {
  margin: 0;
  padding: 0;
}
.responsive__menu .responsive-sidebar-menu-list__link {
  text-transform: capitalize;
  font-size: 18px;
  height: 100%;
  display: block;
}
.responsive__menu .responsive-sidebar-menu-list__item {
  color: var(--white);
  list-style: none;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-color-1);
  position: relative;
  cursor: pointer;
}
.responsive__menu .responsive-sidebar-menu-list__item .responsive-sidebar-menu-list__item {
  border-bottom: 0;
  border-top: 1px solid var(--border-color-1);
}
.responsive__menu .responsive-sidebar-menu-list__item .responsive-sidebar-menu-list__item:first-child {
  margin-top: 20px;
}
.responsive__menu .responsive-sidebar-menu-list__item .responsive-sidebar-menu-list__item:last-child {
  padding-bottom: 0;
}
.responsive__menu .responsive-sidebar-menu-list__item.has-dropdown .responsive-sidebar-menu-list__link::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 23px;
  font-weight: 300;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--primary-color-1);
  text-align: center;
  color: var(--black);
}
.responsive__menu .responsive-sidebar-menu-list__item.has-dropdown.active > .responsive-sidebar-menu-list__link::before {
  content: "-";
}

@media (max-width: 375px) {
  .responsive__menu {
    width: 280px;
  }
}
@media (max-width: 575px) {
  .responsive__menu {
    left: -100%;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header__area-menubar {
    padding: 15px 25px;
  }
  .sidebar-overlay,
  .header__area-menubar-right-sidebar-popup,
  .header__area-menubar-center {
    display: none;
  }
  .menu-overlay,
  .responsive-menu_popup-icon {
    display: block !important;
  }
  .responsive__menu {
    display: block;
  }
}
@media (max-width: 920px) {
  .header__area.two .responsive-menu_popup-icon {
    display: block !important;
  }
  .header__area.two .header__area-menubar-center-menu {
    display: none;
  }
}
@media (max-width: 430px) {
  .header__area-menubar-right-box .btn-two {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header__area.three .need-help {
    display: none;
  }
  .header__area.three .header__area-menubar-right-box-sidebar-popup-icon i {
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 359px) {
  .top__bar-wrapper {
    padding: 13px 0;
  }
}
@media (max-width: 1500px) {
  .header__area.two .header__area-menubar-right-box-social {
    display: none;
  }
}
@media (max-width: 1255px) {
  .header__area.two .header__area-menubar-right-box-help {
    display: none;
  }
}
@media (max-width: 1050px) {
  .header__area.two .header__area-menubar-center-menu ul li a {
    font-size: 17px;
    padding: 38px 7px;
  }
}
@media (max-width: 991px) {
  .header__area.two .btn-two {
    background-color: var(--color-1);
  }
}
@media (max-width: 1399px) {
  .header__area.three .header__area-menubar-right-box-btn {
    display: block;
  }
}
@media (max-width: 1199px) {
  .header__area.three .header__area-menubar-right-box-btn {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__area.three .header__area-menubar-right-box-sidebar-popup-icon i {
    display: none;
  }
  .header__area.three .need-help {
    display: none;
  }
  .header__area.four .header__area-menubar {
    padding: 15px 30px;
  }
}
@media (max-width: 770px) {
  .header__area.three {
    padding: 25px 0;
  }
}
@media (max-width: 770px) {
  .header__area.three .header__sticky-sticky-menu {
    padding: 20px 0;
  }
}
/*==========================================================================
Menu Sidebar CSS
==========================================================================*/
.menu-overlay,
.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  background: rgba(24, 24, 24, 0.6);
}
.menu-overlay.show,
.sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
}

.menu-overlay {
  display: none;
}

@media (max-width: 1399px) {
  .header__area-menubar-right-box-btn {
    display: none;
  }
  .header__area-menubar-center-menu ul li a {
    font-size: 14px;
    padding: 38px 18px;
  }
}
@media (max-width: 991px) {
  .header__area-menubar-right .responsive-menu .mean-bar {
    right: 0;
    position: absolute;
    top: 10px;
    background: transparent;
    padding: 0;
    z-index: 99;
  }
  .header__area-menubar-right .responsive-menu .mean-bar span {
    background: #000;
  }
  .header__area-menubar-right-box-sidebar {
    display: none;
  }
  .header__area-menubar-right-box-search-icon i {
    border: 0;
    padding: 0;
  }
  .header__area-menubar-right-box-search .search {
    margin-right: 25px;
    margin-top: 6px;
    z-index: 9999;
    position: relative;
  }
}
@media (max-width: 575px) {
  .header__area {
    padding: 10px 0;
  }
}
@media (max-width: 359px) {
  .header__area-menubar-right-box-search .search {
    display: none;
  }
}
/*==========================================================================
Banner One CSS
==========================================================================*/
.banner__one {
  background-color: #EDF4F2;
  padding: 230px 0 90px 0;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner__one-content h1 {
  margin-bottom: 40px;
  text-transform: none;
}
.banner__one-content h1 span {
  color: var(--primary-color-1);
}
.banner__one-content p {
  margin-bottom: 45px;
  text-transform: none;
}
.banner__one-content-bottom {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}
.banner__one-content-bottom .need-help {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner__one-content-bottom .need-help span {
  color: var(--p-color);
  text-transform: none;
  display: block;
}
.banner__one-content-bottom .need-help a {
  font-size: 22px;
  font-family: var(--heading-font);
  font-weight: 600;
  transition: 0.4s;
}
.banner__one-content-bottom .need-help a:hover {
  color: var(--primary-color-1);
}
.banner__one-content-bottom .need-help i {
  font-size: 43px;
  color: var(--primary-color-1);
  height: auto;
  display: block;
}
.banner__one-image {
  position: relative;
}
.banner__one-image .video-btn {
  position: absolute;
  bottom: 80px;
  left: 5px;
}
.banner__one-image .video-btn-wrap {
  position: relative;
}
.banner__one-image .video-btn-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary-color-1);
  font-size: 28px;
}

@media (max-width: 1199px) {
  .banner__one-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .banner__one {
    padding: 240px 0 90px 0;
  }
  .banner__one-content {
    margin-bottom: 30px;
  }
  .banner__one-content h2 {
    max-width: 585px;
  }
}
@media (max-width: 767px) {
  .banner__one {
    padding: 250px 0 90px 0;
  }
}
@media (max-width: 535px) {
  .about__one-content-service {
    flex-direction: column;
    width: 75%;
    gap: 20px;
  }
  .banner__one-content h1 {
    font-size: 44px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .banner__one {
    padding: 280px 0 90px 0;
  }
  .banner__one-content {
    margin-bottom: 0;
  }
  .banner__one-image {
    display: none;
  }
}
@media (max-width: 359px) {
  .banner__one-content h1 {
    font-size: 31px;
    margin-bottom: 15px;
  }
}
/*==========================================================================
Banner Two CSS
==========================================================================*/
.banner__two {
  background-color: var(--primary-color-2);
  padding: 231px 0 150px 0;
  position: relative;
}
.banner__two-content .video-btn {
  display: flex;
  align-items: center;
  gap: 28px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
  font-family: var(--heading-font);
  margin-bottom: 40px;
}
.banner__two-content .video-btn .icon {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.banner__two-content .video-btn .icon i {
  color: var(--white);
  font-size: 14px;
}
.banner__two-content h1 {
  color: var(--white);
  width: 90%;
  text-transform: none;
  margin-bottom: 20px;
  font-weight: 600;
}
.banner__two-content h1 span {
  font-weight: 300;
}
.banner__two-content p {
  font-size: 20px;
  color: var(--white);
  line-height: 1.5;
  width: 90%;
  margin-bottom: 50px;
}
.banner__two-content .btn-two {
  border: 1px solid var(--white);
}
.banner__two-content .btn-two:hover {
  border-color: var(--color-1);
}
.banner__two-right-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 39.4%;
}
.banner__two-right-image-shape {
  position: absolute;
  left: -234px;
  top: 25%;
}
.banner__two-right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .banner__two-right-image {
    display: none;
  }
  .banner__two {
    padding: 210px 0 95px 0;
  }
}
@media (max-width: 767px) {
  .banner__two-content h1 {
    font-size: 50px;
  }
  .banner__two {
    padding: 145px 0 85px 0;
  }
  .banner__two-content .video-btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 535px) {
  .banner__two-content h1 {
    width: 100%;
    font-size: 44px;
  }
}
@media (max-width: 359px) {
  .banner__two-content h1 {
    width: 100%;
    font-size: 34px;
  }
  .banner__two {
    padding: 150px 0 70px 0;
  }
}
/*==========================================================================
Banner Three CSS
==========================================================================*/
.banner__three-single-slide {
  padding: 180px 0;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding-bottom: 205px;
}
.banner__three-single-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #203635;
  z-index: 1;
  opacity: 0.75;
}
.banner__three-content {
  z-index: 3;
  position: relative;
}
.banner__three-content .subtitle-three {
  background-color: rgba(252, 160, 40, 0.2);
  margin-bottom: 18px;
}
.banner__three-content h2 {
  font-size: 80px;
  color: var(--white);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 25px;
  text-transform: none;
}
.banner__three-content p {
  color: var(--white);
  text-transform: none;
  width: 92%;
  margin-bottom: 40px;
}
.banner__three-content .btn-two:hover {
  color: var(--white);
}
.banner__three-content .btn-two:hover i {
  color: var(--white);
}
.banner__three .banner__three-shape img {
  position: absolute;
  z-index: 5;
}
.banner__three .banner__three-shape .shape-1 {
  bottom: 0;
  left: 0;
}
.banner__three .banner__three-shape .shape-2 {
  bottom: 0;
  right: 0;
}
.banner__three .slider-arrow {
  position: absolute;
  right: 16%;
  top: 44%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.banner__three .slider-arrow i {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1411764706);
  color: var(--white);
  font-size: 22px;
  right: 0;
  left: 0;
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: 0.4s;
}
.banner__three .slider-arrow i:hover {
  border-color: rgba(255, 255, 255, 0.1411764706);
  background-color: transparent;
}

@media (max-width: 1399px) {
  .banner__three-content h2 {
    font-size: 71px;
  }
}
@media (max-width: 991px) {
  .banner__three {
    padding: 0;
  }
  .banner__three-content h2 {
    font-size: 68px;
  }
  .banner__three-content p {
    width: auto;
  }
}
@media (max-width: 991px) {
  .header__area.three {
    padding: 25px 0;
  }
}
@media (max-width: 770px) {
  .banner__three-single-slide {
    padding: 100px 0;
  }
  .banner__three .slider-arrow {
    top: 74%;
  }
}
@media (max-width: 767px) {
  .banner__three-content h2 {
    font-size: 50px;
  }
  .banner__three .slider-arrow {
    top: 74%;
  }
  .banner__three .banner__three-shape .shape-1 {
    display: none;
  }
  .banner__three .banner__three-shape .shape-2 {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner__three .slider-arrow {
    display: none;
  }
}
@media (max-width: 359px) {
  .banner__three-content h2 {
    font-size: 43px;
  }
}
/*==========================================================================
Banner Four CSS
==========================================================================*/
.banner__four {
  padding: 235px 0 90px 0;
  position: relative;
}
.banner__four::before {
  content: "";
  top: 0;
  left: 50%;
  width: 96%;
  height: 100%;
  background-color: #FCFAF9;
  position: absolute;
  z-index: 1;
  background-image: url(../img/banner/banner-four-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50px;
  transform: translateX(-50%);
}
.banner__four .subtitle-three {
  background-color: #FFDCD1;
}
.banner__four-content {
  z-index: 5;
  position: relative;
}
.banner__four-content h1 {
  margin-bottom: 30px;
  text-transform: none;
}
.banner__four-content h1 span {
  font-weight: 300;
}
.banner__four-content p {
  margin-bottom: 30px;
  text-transform: none;
  width: 90%;
}
.banner__four-image {
  position: relative;
  z-index: 5;
}
.banner__four-image .banner__four-image-shape-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  animation-duration: 25s;
}
.banner__four-image-shape {
  width: 107%;
  height: 107%;
  position: absolute;
  top: 50%;
  left: 50.5%;
  border: 3px solid #ba7e7e;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.banner__four-image-shape::before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  background: var(--primary-color-4);
  border-radius: 50%;
  left: 135px;
}

@media (max-width: 1199px) {
  .banner__four-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .banner__four-image {
    max-width: 93%;
  }
}
@media (max-width: 480px) {
  .banner__four-image {
    display: none;
  }
  .banner__four {
    padding: 235px 0 30px 0;
  }
}
@media (max-width: 535px) {
  .banner__four-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 359px) {
  .banner__four-content h1 {
    font-size: 38px;
  }
}
/*==========================================================================
Breadcrumb CSS
==========================================================================*/
.breadcrumb__area {
  padding: 250px 0 115px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.breadcrumb__area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(302deg, #14133B 0%, #33BBCC 100%);
  opacity: 0.7;
}
.breadcrumb__area-content {
  position: relative;
  z-index: 4;
}
.breadcrumb__area-content h2 {
  color: var(--white);
  font-size: 57px;
  line-height: 1.15;
}
.breadcrumb__area-content span {
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin-top: 10px;
}
.breadcrumb__area-content span a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb__area-content span a i {
  font-size: 20px;
}
.breadcrumb__area-content span i {
  font-size: 14px;
}

@media (max-width: 569px) {
  .breadcrumb__area {
    padding: 255px 0 75px;
  }
  .breadcrumb__area-content h2 {
    font-size: 35px;
  }
  .breadcrumb__area-content span {
    margin-top: 5px;
  }
}
/*==========================================================================
About Area One CSS
==========================================================================*/
.about__one-image {
  position: relative;
}
.about__one-image-shape {
  position: absolute;
}
.about__one-image .shape-1 {
  top: -32px;
  right: 173px;
}
.about__one-image .shape-2 {
  z-index: -1;
  right: 106px;
  bottom: 69px;
}
.about__one-content h2 {
  text-transform: none;
  margin-bottom: 25px;
}
.about__one-content p {
  margin-bottom: 25px;
}
.about__one-content-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
}
.about__one-content-service .service-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.about__one-content-service .service-top i {
  color: var(--primary-color-1);
  margin-right: 12px;
}
.about__one-content-service p {
  margin: 0;
}

@media (max-width: 1399px) {
  .about__one-image .shape-1 {
    right: 80px;
  }
}
@media (max-width: 1199px) {
  .about__one-image .shape-1 {
    right: 0;
  }
}
@media (max-width: 480px) {
  .about__one-image-shape {
    display: none;
  }
  .about__one-content p {
    font-size: 15px;
  }
  .about__one-image .image-2 {
    display: none;
  }
  .about__one-image .image-1 {
    width: 100%;
  }
  .about__one-image .experience-bar {
    right: 0;
    top: 32px;
  }
}
/*==========================================================================
About Area One CSS
==========================================================================*/
.about__two-image {
  position: relative;
}
.about__two-image-shape {
  position: absolute;
}
.about__two-image .shape-1 {
  width: 350px;
  height: 350px;
  background-color: #ccdbf8;
  border-radius: 50%;
  border: 10px solid var(--white);
  outline: 20px solid #ccdbf8;
  bottom: -55px;
  right: 75px;
  z-index: -1;
  animation-duration: 13s;
}
.about__two-content h2 {
  text-transform: none;
  margin-bottom: 25px;
}
.about__two-content p {
  margin-bottom: 25px;
}
.about__two-content-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 20px;
}
.about__two-content-service-single {
  border: 1px solid var(--border-color-3);
  padding: 16px 22px;
  border-radius: 15px;
  width: 50%;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  transition: 0.4s;
}
.about__two-content-service-single:hover {
  transform: translateY(-3px);
}
.about__two-content-service .service-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.about__two-content-service .service-top i {
  color: var(--primary-color-2);
  margin-right: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-4);
  font-size: 25px;
}
.about__two-content-service p {
  margin: 0;
}
.about__two-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.about__two-bottom-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
.about__two-bottom-right img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about__two-bottom-right span {
  font-size: 14px;
  color: var(--p-color);
}

@media (max-width: 1399px) {
  .about__two-image .shape-1 {
    right: 80px;
  }
}
@media (max-width: 1199px) {
  .about__two-image .shape-1 {
    right: 0;
  }
}
@media (max-width: 767px) {
  .about__two-content-service {
    flex-direction: column;
    align-items: flex-start;
  }
  .about__two-content-service-single {
    width: 70%;
  }
}
@media (max-width: 370px) {
  .about__two-content-service-single {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about__two-image-shape {
    display: none;
  }
  .about__two-content p {
    font-size: 15px;
  }
  .about__two-image .image-2 {
    display: none;
  }
  .about__two-image .image-1 {
    width: 100%;
  }
  .about__two-image .experience-bar {
    right: 0;
    top: 32px;
  }
}
/*==========================================================================
About Area Three CSS
==========================================================================*/
.about__three-image {
  position: relative;
}
.about__three-image > img {
  z-index: 5;
  position: absolute;
  top: 16%;
  border-radius: 50%;
  left: 8%;
  animation-duration: 5s;
}
.about__three-image > img:hover {
  animation-play-state: paused;
  border-radius: 48%;
}
.about__three-content h2 {
  text-transform: none;
  margin-bottom: 25px;
}
.about__three-content p {
  margin-bottom: 25px;
}
.about__three-content-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.about__three-content-service-single {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 50%;
}
.about__three-content-service-single h6 {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  font-family: var(--body-font);
}
.about__three-content-service-single i {
  color: var(--primary-color-3);
  margin-right: 12px;
}
.about__three-content .btn-three {
  background-color: transparent;
  border: 1px solid var(--primary-color-3);
}
.about__three-content .btn-three::before {
  background-color: var(--primary-color-3);
}

@media (max-width: 1399px) {
  .about__three-content-service-single {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about__three-content p {
    font-size: 15px;
  }
  .about__three-image > img {
    max-width: 90%;
  }
}
/*==========================================================================
About Area One CSS
==========================================================================*/
.about__four-image {
  position: relative;
}
.about__four-image-wrapper {
  border-radius: 61% 39% 63% 37%/35% 23% 77% 65%;
  overflow: hidden;
  max-width: 516px;
  height: 522px;
}
.about__four-image-wrapper:hover {
  animation-play-state: paused;
}
.about__four-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__four-content h2 {
  text-transform: none;
  margin-bottom: 25px;
}
.about__four-content p {
  margin-bottom: 25px;
}
.about__four-content-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
}
.about__four-content-service .service-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.about__four-content-service .service-top i {
  color: var(--primary-color-4);
  margin-right: 12px;
}
.about__four-content-service p {
  margin: 0;
}
.about__four-counter {
  display: block;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 16px 20px;
  transition: 0.4s;
  position: absolute;
  z-index: 4;
  width: 216px;
  right: 104px;
  bottom: 11px;
}
.about__four-counter .icon {
  font-size: 60px;
  color: var(--primary-color-4);
  margin-bottom: 10px;
}
.about__four-counter-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.about__four-counter-main .counter {
  margin-bottom: -4px;
  font-size: 50px;
}
.about__four-counter-main span {
  font-size: 50px !important;
  font-weight: 600;
}

@media (max-width: 535px) {
  .about__four-image {
    position: relative;
    max-width: 95%;
  }
  .about__four-content-service {
    flex-direction: column;
    width: 78%;
    gap: 20px;
  }
  .about__four-image-wrapper {
    height: auto;
  }
}
@media (max-width: 480px) {
  .about__one-image-shape {
    display: none;
  }
  .about__one-content p {
    font-size: 15px;
  }
  .about__one-image .experience-bar {
    right: 0;
    top: 32px;
  }
}
@media (max-width: 359px) {
  .about__four-content-service {
    width: 100%;
  }
  .about__four-counter {
    right: 37px;
  }
  .about__four-counter-main {
    margin-bottom: 16px;
  }
}
/*==========================================================================
Company History CSS
==========================================================================*/
.company-history .container {
  padding: 0 100px;
}
.company-history-img {
  height: 268px;
  overflow: hidden;
}
.company-history-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-history-content-card {
  padding: 39px;
  padding-bottom: 37px;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  background: var(--white);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: 0.4s;
}
.company-history-content-card::before {
  content: "";
  position: absolute;
  border: 25px solid transparent;
  border-left-color: var(--white);
  left: 100%;
  top: 50px;
}
.company-history-content-card::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: var(--primary-color-1);
  border-radius: 50%;
  top: 70px;
  left: 113.5%;
}
.company-history-content-card .content-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.company-history-content-card .content-top span {
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  background: var(--primary-color-1);
  padding: 4px 20px;
  padding-right: 28px;
  -webkit-clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
  clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
  transition: 0.4s;
}
.company-history .history-column {
  padding-right: 70px;
  border-right: 1px dashed var(--primary-color-1);
}
.company-history .history-column.two {
  border: 0;
  padding-left: 70px;
  padding-right: 0;
}
.company-history .history-column.two .company-history-content-card::before {
  right: 100%;
  left: unset;
  border-color: transparent;
  border-right-color: var(--white);
}
.company-history .history-column.two .company-history-content-card::after {
  left: unset;
  right: 113%;
}

@media (max-width: 1199px) {
  .company-history .history-column.two {
    padding-left: 0;
    padding-right: 70px;
    border-right: 1px dashed var(--primary-color-1);
  }
  .company-history .history-column.two .company-history-content-card::before {
    right: unset;
    border-color: transparent;
    border-left-color: var(--white);
    left: 100%;
    top: 50px;
  }
  .company-history-content-card::after {
    left: 109.3%;
  }
  .company-history .history-column.two .company-history-content-card::after {
    right: unset;
    left: 109.3%;
  }
}
@media (max-width: 992px) {
  .company-history .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .company-history-content-card .content-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .company-history-content-card {
    padding: 20px;
    padding-bottom: 18px;
  }
  .company-history.container {
    padding: 0 !important;
    padding-right: 30px !important;
  }
  .company-history .history-column {
    padding-right: 48px;
  }
}
@media (max-width: 480px) {
  .company-history .history-column {
    padding-right: 0;
    border: 0;
  }
  .company-history-content-card::before {
    display: none;
  }
  .company-history-content-card::after {
    display: none;
  }
  .company-history .history-column.two {
    padding: 0;
    border: 0;
  }
  .company-history .container {
    padding: 0 !important;
  }
}
/*==========================================================================
Services One Style
==========================================================================*/
.services__one {
  background-color: var(--color-2);
}
.services__one-service-card {
  border: 1px solid var(--border-color-2);
  border-radius: 15px;
  padding: 35px;
  position: relative;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  transition: all 0.4s;
}
.services__one-service-card:hover:after {
  opacity: 0;
}
.services__one-service-card:hover h5 {
  color: var(--white);
}
.services__one-service-card:hover p {
  color: var(--white);
}
.services__one-service-card:hover a {
  color: var(--white);
}
.services__one-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 42, 38, 0.7803921569);
  opacity: 0.8;
  border-radius: 15px;
  z-index: -2;
}
.services__one-service-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 15px;
  z-index: -1;
  transition: all 0.4s;
}
.services__one-service-card-icon {
  height: 80px;
  width: 80px;
  line-height: 96px;
  text-align: center;
  background: #EDF4F2;
  border-radius: 50%;
  color: var(--primary-color-1);
  font-size: 40px;
  margin-bottom: 23px;
}
.services__one-service-card h5 {
  margin-bottom: 13px;
  transition: all 0.4s;
}
.services__one-service-card p {
  margin-bottom: 28px;
  transition: all 0.4s;
}
.services__one-service-card a {
  font-size: 14px;
  font-weight: 500;
  color: #062A26;
  transition: 0.4s;
  transition: all 0.4s;
}
.services__one-service-card a:hover {
  color: var(--primary-color-1);
}
.services__one-service-card a i {
  font-size: 10px;
  margin-left: 3px;
}

@media (max-width: 1399px) {
  .services__one .single-service {
    padding: 20px 18px 26px 23px;
    width: 45%;
  }
  .services__one .single-service h4 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .services__one .single-service p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .services__one-left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .services__one-right {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
  }
  .services__one .single-service {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .services__one .single-service {
    margin-right: 25px;
  }
  .services__one .single-service:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .services__one .single-service {
    width: auto;
  }
  .services__one .single-service h4 {
    font-size: 19px;
    margin-bottom: 13px;
  }
  .services__one .single-service p {
    font-size: 15px;
  }
}
@media (max-width: 535px) {
  .services__one-left {
    flex-wrap: wrap;
    justify-content: center;
  }
  .services__one-right {
    flex-wrap: wrap;
    justify-content: center;
  }
  .services__one .single-service {
    margin-right: 0;
    margin-bottom: 80px;
  }
  .services__one .single-service:last-child {
    margin-bottom: 0;
  }
}
/*==========================================================================
Services Two Style
==========================================================================*/
.services__two {
  background-color: var(--color-6);
}
.services__two-single-service {
  background: var(--white);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
  overflow: hidden;
}
.services__two-single-service-icon i {
  background-color: #E6EEFF;
  border-radius: 50%;
  margin-bottom: 25px;
  font-size: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: var(--primary-color-2);
  transition: 0.4s;
}
.services__two-single-service-content {
  z-index: 3;
  position: relative;
  padding-left: 30px;
  width: 50%;
}
.services__two-single-service-content h4 {
  font-size: 22px;
  margin-bottom: 32px;
  text-transform: none;
  transition: 0.4s;
}
.services__two-single-service-content a {
  color: var(--color-1);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--border-color-2);
  padding: 13px 30px;
  border-radius: 100px;
  background-color: transparent;
}
.services__two-single-service-content a:hover {
  border-color: var(--primary-color-2);
}
.services__two-single-service-image {
  width: 290px;
  height: 325px;
  transition: 0.5s;
}
.services__two-single-service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__two-single-service:hover {
  transform: translateY(-5px);
}
.services__two-single-service:hover .services__two-single-service-image {
  width: 300px;
}
.services__two-single-service:hover .services__two-single-service-icon i {
  background-color: var(--primary-color-2);
  color: var(--white);
}
.services__two.style-two .services__two-single-service-icon i {
  background-color: #EDF4F2;
  color: var(--primary-color-1);
}
.services__two.style-two .services__two-single-service:hover .services__two-single-service-icon i {
  background-color: var(--primary-color-1);
  color: var(--white);
}

@media (max-width: 1399px) {
  .services__two-single-service-content h4 {
    font-size: 19px;
  }
  .services__two-single-service-content p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .services__two-single-service-image {
    display: none;
  }
  .services__two-single-service-content {
    padding: 30px;
    width: 100%;
  }
}
/*==========================================================================
Services Three Style
==========================================================================*/
.services__three {
  background-color: var(--color-8);
}
.services__three .subtitle-three {
  background-color: var(--white);
}
.services__three .single-service {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  background-color: var(--white);
}
.services__three .single-service__image {
  border-radius: 10px;
  overflow: hidden;
  height: 265px;
  width: 100%;
}
.services__three .single-service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
}
.services__three .single-service__content {
  position: relative;
  padding: 20px 18px;
  background-color: var(--white);
}
.services__three .single-service__content h5 {
  margin-bottom: 10px;
}
.services__three .single-service__content p {
  margin-bottom: 20px;
  color: var(--color-1);
}
.services__three .single-service__icon {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 32px;
  background-color: var(--color-1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  bottom: 107%;
  transform: translateY(50%);
  right: 26px;
  outline: 4px solid transparent;
  transition: 0.4s;
}
.services__three .single-service__icon i {
  transition: 0.5s;
  color: var(--primary-color-3);
}
.services__three .single-service .btn-three {
  padding: 0;
  padding-right: 10px;
  background-color: transparent;
}
.services__three .single-service .btn-three i {
  font-size: 10px;
}
.services__three .single-service .btn-three:hover {
  color: var(--primary-color-3);
}
.services__three .single-service .btn-three:hover i {
  color: var(--primary-color-3);
}
.services__three .single-service:hover .single-service__image img {
  transform: scale(1.1);
}
.services__three .single-service:hover .single-service__icon {
  bottom: 110%;
  outline-color: var(--white);
  background-color: var(--primary-color-3);
}
.services__three .single-service:hover .single-service__icon i {
  color: var(--color-1);
  transform: rotateY(-190deg);
}

/*==========================================================================
Services Four Style
==========================================================================*/
.services__four {
  position: relative;
}
.services__four::before {
  content: "";
  top: 0;
  left: 50%;
  width: 96%;
  height: 100%;
  background-color: #FCFAF9;
  position: absolute;
  z-index: -1;
  background-image: url(../img/banner/banner-four-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50px;
  transform: translateX(-50%);
}
.services__four .subtitle-four {
  margin: auto;
  margin-bottom: 14px;
}
.services__four-single-service {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border-color-2);
  border-radius: 15px;
  padding: 43px 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}
.services__four-single-service a {
  font-size: 28px;
  transition: 0.4s;
  font-weight: 600;
}
.services__four-single-service a:hover {
  color: var(--primary-color-4);
}
.services__four-single-service-icon {
  width: 74px;
  height: 74px;
  background-color: var(--primary-color-4);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 38px;
}
.services__four-single-service-icon i {
  transition: 0.4s;
}
.services__four-single-service-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.services__four-single-service .number {
  position: absolute;
  font-size: 55px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--color-2);
  top: 35%;
  right: 35px;
}
.services__four-single-service:hover {
  transform: translateY(-3px);
}
.services__four-single-service:hover .services__four-single-service-icon i {
  transform: rotateY(-190deg);
}

@media (max-width: 1399px) {
  .services__four-single-service .number {
    top: 11%;
    right: 23px;
  }
}
@media (max-width: 575px) {
  .services__four-single-service-top {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
/*==========================================================================
Services Five Style
==========================================================================*/
.service__five {
  margin-top: -45px;
  z-index: 4;
  position: relative;
}
.service__five-card {
  display: flex;
  border: 1px solid var(--border-color-4);
  padding: 30px 25px;
  align-items: start;
  gap: 20px;
  border-radius: 10px;
  border-bottom: 8px solid var(--border-color-4);
  background-color: var(--white);
  transition: 0.4s;
}
.service__five-card .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 79px;
  border-radius: 50%;
  background-color: var(--color-1);
  color: var(--primary-color-3);
  font-size: 30px;
  transition: 0.4s;
}
.service__five-card .content {
  width: calc(100% - 100px);
}
.service__five-card .content h5 {
  font-size: 22px;
  margin-bottom: 2;
}
.service__five-card:hover {
  transform: translateY(-5px);
}
.service__five-card:hover .icon {
  background-color: var(--primary-color-3);
  color: var(--color-1);
}

@media (max-width: 359px) {
  .service__five-card {
    flex-direction: column;
    text-align: center;
  }
  .service__five-card .icon {
    margin: auto;
  }
  .service__five-card .content {
    width: 100%;
  }
}
/*==========================================================================
Service Details CSS
==========================================================================*/
.service__details-thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.service__details-content h3 {
  font-size: 38px;
  margin-bottom: 20px;
}
.service__details-content h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
.service__details-content p {
  margin-bottom: 25px;
  opacity: 0.9;
}
.service__details-content-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 38px;
  margin-bottom: 15px;
}
.service__details-content .list-single {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 47%;
}
.service__details-content .list-single i {
  color: var(--primary-color-1);
}
.service__details-content .list-single span {
  color: var(--p-color);
}
.service__details-content-services {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.service__details-content-services .single-service {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  border: 1px solid var(--border-color-2);
  padding: 25px 30px;
}
.service__details-content-services .single-service .icon {
  color: var(--primary-color-1);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 77px;
  text-align: center;
  font-size: 35px;
  background: var(--color-2);
  margin-bottom: 20px;
}
.service__details-content-services .single-service h5 {
  font-size: 22px;
  margin-bottom: 10px;
}
.service__details-content-services .single-service p {
  margin: 0;
}
.service__details-image {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.service__details-image img {
  width: 48%;
  border-radius: 10px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 535px) {
  .blog__details-image {
    flex-direction: column;
  }
  .blog__details-image img {
    width: 100% !important;
  }
}
/*==========================================================================
Why Choose Us Style 
==========================================================================*/
.why-choose-us__one-title h2 {
  width: 90%;
  margin-bottom: 25px;
}
.why-choose-us__one-title p {
  width: 95%;
  margin-bottom: 30px;
}
.why-choose-us__one-content .progress-bar-track {
  height: 10px;
  width: 95%;
  background-color: var(--color-2);
}
.why-choose-us__one-content .progress-bar-track .progress-bar-track-inner {
  width: 0;
  height: 100%;
  background-color: var(--primary-color-1);
  transition: all 3.5s ease-out 0s;
}
.why-choose-us__one-content .progress-bar-track .progress-bar-track-inner .progress-bar-animation {
  overflow: hidden;
  height: 100%;
  display: block;
  position: relative;
}
.why-choose-us__one-content .progress-bar-track .progress-bar-track-inner .progress-bar-animation::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: calc(100% + 70px);
  height: 100%;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  animation: animateStripe 2s linear infinite;
  background-size: 35px 35px;
}
.why-choose-us__one-progress-bar-wrapper {
  margin-bottom: 50px;
}
.why-choose-us__one-progress-bar {
  margin-bottom: 23px;
}
.why-choose-us__one-progress-bar-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  padding-right: 35px;
}
.why-choose-us__one-image {
  position: relative;
}
.why-choose-us__one-image-shape .shape {
  position: absolute;
  z-index: 0;
}
.why-choose-us__one-image-shape .shape-1 {
  right: 58%;
  z-index: -3;
  top: -11%;
}
.why-choose-us__one-image-shape .why-counter {
  display: block;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding: 18px 20px 22px;
  transition: 0.4s;
  position: absolute;
  right: 80%;
  z-index: 4;
  bottom: 6%;
  width: 180px;
}
.why-choose-us__one-image-shape .why-counter .icon {
  font-size: 60px;
  color: var(--primary-color-1);
  margin-bottom: 5px;
}
.why-choose-us__one-image-shape .why-counter-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.why-choose-us__one-image-shape .why-counter-counter .counter {
  margin-bottom: -4px;
  font-size: 34px;
}
.why-choose-us__one-image-shape .why-counter-counter span {
  font-size: 34px !important;
  font-weight: 600;
}
.why-choose-us__one-image-shape .why-counter-counter-wrap span {
  color: #14133b;
  font-size: 14px;
}
.why-choose-us__one-image > img {
  border-radius: 30px;
  z-index: 2;
  position: relative;
}

@media (max-width: 1199px) {
  .why-choose-us__one-image-shape .shape-1 {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .why-choose-us__one-image-shape .shape-1 {
    right: 46%;
    top: 0%;
  }
  .why-choose-us__one-image-shape .why-counter {
    right: 68%;
  }
}
@media (max-width: 535px) {
  .why-choose-us__one-image-shape .shape-1 {
    display: none;
  }
  .why-choose-us__one-image-shape .why-counter {
    display: none;
  }
}
@media (max-width: 1399px) {
  .why-choose-us__one-quality-single .icon i {
    margin-right: 15px;
  }
  .why-choose-us__one-quality-single-content h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .why-choose-us__one-quality-single-content p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .why-choose-us__one-left {
    margin-bottom: 60px;
  }
}
@media (max-width: 535px) {
  .why-choose-us__one-quality-single {
    flex-wrap: wrap;
  }
  .why-choose-us__one-quality-single .icon i {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/*==========================================================================
Why Choose Us Two Style 
==========================================================================*/
.why-choose-us__two-title h2 {
  width: 90%;
  margin-bottom: 25px;
}
.why-choose-us__two-title p {
  width: 95%;
  margin-bottom: 30px;
}
.why-choose-us__two-content .progress-bar-track {
  height: 10px;
  width: 95%;
  background-color: var(--color-2);
}
.why-choose-us__two-content .progress-bar-track .progress-bar-track-inner {
  width: 0;
  height: 100%;
  background-color: var(--primary-color-2);
  transition: all 3.5s ease-out 0s;
}
.why-choose-us__two-content .progress-bar-track .progress-bar-track-inner .progress-bar-animation {
  overflow: hidden;
  height: 100%;
  display: block;
  position: relative;
}
.why-choose-us__two-content .progress-bar-track .progress-bar-track-inner .progress-bar-animation::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: calc(100% + 70px);
  height: 100%;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  animation: animateStripe 2s linear infinite;
  background-size: 35px 35px;
}
.why-choose-us__two-progress-bar-wrapper {
  margin-bottom: 50px;
}
.why-choose-us__two-progress-bar {
  margin-bottom: 23px;
}
.why-choose-us__two-progress-bar-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  padding-right: 35px;
}
.why-choose-us__two-image {
  position: relative;
}
.why-choose-us__two-image > img {
  border: 8px solid var(--white);
  border-radius: 30px;
  z-index: 2;
  position: relative;
}
.why-choose-us__two-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 40px;
}
.why-choose-us__two-tabs .single-tab {
  border: 1px solid var(--border-color-2);
  border-radius: 20px;
  padding: 25px 25px;
  padding-right: 59px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}
.why-choose-us__two-tabs .single-tab h5 {
  font-size: 22px;
}
.why-choose-us__two-tabs .single-tab-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  border: 1px solid var(--primary-color-2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color-2);
  font-size: 25px;
}
.why-choose-us__two-tabs .single-tab::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 21px solid transparent;
  border-top-color: var(--primary-color-2);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s;
}
.why-choose-us__two-tabs .single-tab.active {
  background-color: var(--primary-color-2);
}
.why-choose-us__two-tabs .single-tab.active h5 {
  color: var(--white);
}
.why-choose-us__two-tabs .single-tab.active span {
  color: var(--white);
}
.why-choose-us__two-tabs .single-tab.active .single-tab-icon {
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-color: rgba(255, 255, 255, 0.1019607843);
  color: var(--white);
}
.why-choose-us__two-tabs .single-tab.active::before {
  opacity: 1;
}
.why-choose-us__two .tab-content > .active {
  display: flex;
}

/*==========================================================================
Why Choose Us Three CSS
==========================================================================*/
.why-choose-us__three {
  background-color: var(--color-8);
}
.why-choose-us__three .subtitle-three {
  background-color: var(--white);
}
.why-choose-us__three-image {
  position: relative;
  margin-left: 62px;
  height: 560px;
  border-radius: 15px;
  overflow: hidden;
}
.why-choose-us__three-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose-us__three-image a {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--primary-color-3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.why-choose-us__three-image a::after, .why-choose-us__three-image a::before {
  border-color: #B3711B;
  background: #B3711B;
}
.why-choose-us__three-content h2 {
  text-transform: none;
  margin-bottom: 25px;
}
.why-choose-us__three-content p {
  margin-bottom: 25px;
}
.why-choose-us__three-content-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 20px;
}
.why-choose-us__three-content-service-single {
  background-color: var(--white);
  border: 1px solid var(--border-color-3);
  padding: 16px 22px;
  border-radius: 15px;
  width: 50%;
  transition: 0.4s;
}
.why-choose-us__three-content-service-single:hover {
  transform: translateY(-3px);
}
.why-choose-us__three-content-service .service-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.why-choose-us__three-content-service .service-top i {
  color: var(--primary-color-3);
  margin-right: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-4);
  font-size: 25px;
}
.why-choose-us__three-content-service p {
  margin: 0;
}

@media (max-width: 1399px) {
  .why-choose-us__three-image .shape-1 {
    right: 80px;
  }
}
@media (max-width: 1199px) {
  .why-choose-us__three-image .shape-1 {
    right: 0;
  }
}
@media (max-width: 480px) {
  .why-choose-us__three-image-shape {
    display: none;
  }
  .why-choose-us__three-content p {
    font-size: 15px;
  }
  .why-choose-us__three-image .image-2 {
    display: none;
  }
  .why-choose-us__three-image .image-1 {
    width: 100%;
  }
  .why-choose-us__three-image .experience-bar {
    right: 0;
    top: 32px;
  }
}
/*==========================================================================
Why Choose Us Three CSS
==========================================================================*/
.why-choose-us__four-image {
  position: relative;
  margin-left: 62px;
}
.why-choose-us__four-image .image-wrapper {
  overflow: hidden;
  height: 510px;
  box-shadow: 20px -7px 0px #feece7;
}
.why-choose-us__four-image .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose-us__four-image .image-wrapper:hover {
  animation-play-state: paused;
}
.why-choose-us__four-image a {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--primary-color-4);
  position: absolute;
  top: 25%;
  left: 41%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--white);
}
.why-choose-us__four-image a::after, .why-choose-us__four-image a::before {
  border-color: #B3711B;
  background: #B3711B;
}
.why-choose-us__four-content h2 {
  text-transform: none;
  margin-bottom: 25px;
}
.why-choose-us__four-content p {
  margin-bottom: 32px;
}
.why-choose-us__four-content-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 20px;
}
.why-choose-us__four-content-service-single {
  background-color: var(--white);
  border: 1px solid var(--border-color-3);
  padding: 16px 22px;
  border-radius: 15px;
  width: 50%;
  transition: 0.4s;
  display: flex;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  align-items: center;
  gap: 12px;
}
.why-choose-us__four-content-service-single:hover {
  transform: translateY(-3px);
}
.why-choose-us__four-content-service-single .counter-up {
  display: flex;
  align-items: center;
}
.why-choose-us__four-content-service-single .counter-up h6 {
  font-size: 30px;
}
.why-choose-us__four-content-service i {
  color: var(--primary-color-4);
  margin-right: 12px;
  font-size: 63px;
}
.why-choose-us__four-content-service p {
  margin: 0;
}

@media (max-width: 1199px) {
  .why-choose-us__four-image {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .why-choose-us__three-image {
    margin-left: 0;
  }
}
@media (max-width: 535px) {
  .why-choose-us__four-content-service {
    flex-direction: column;
    align-items: start;
  }
  .why-choose-us__four-content-service-single {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .why-choose-us__three-content-service {
    align-items: start;
    flex-direction: column;
  }
  .why-choose-us__three-content-service-single {
    width: 70%;
  }
}
/*==========================================================================
Video One Start Here
==========================================================================*/
.video__one {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 160px 0;
  width: 100%;
  display: block;
  position: relative;
}
.video__one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-1);
  opacity: 0.7;
}
.video__one .video-play-btn {
  position: relative;
  color: var(--white);
  width: 100px;
  height: 100px;
  font-size: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 3;
  margin-bottom: 50px;
}
.video__one .video-play-btn::before {
  border-color: var(--primary-color-1);
  opacity: 0.7;
}
.video__one .video-play-btn::after {
  border-color: var(--primary-color-1);
  opacity: 0.7;
}
.video__one h2 {
  color: var(--white);
  z-index: 3;
  position: relative;
}

/*==========================================================================
Project One Style
==========================================================================*/
.project__one-single {
  position: relative;
  height: 560px;
  border-radius: 15px;
  overflow: hidden;
}
.project__one-single .image {
  width: 100%;
  height: 100%;
}
.project__one-single .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__one-single-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.project__one-single-content h4 {
  margin-bottom: 20px;
}
.project__one-single-content span, .project__one-single-content h4 {
  color: var(--white);
}
.project__one-single-content a {
  width: 60px;
  height: 60px;
  background-color: var(--white);
  color: var(--text-heading-color);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: rotate(135deg);
  font-size: 26px;
  transition: 0.4s;
}
.project__one-single-content a:hover {
  background-color: var(--black);
  color: var(--white);
  transform: rotate(180deg);
}
.project__one-single::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-color-1);
  opacity: 0;
  transition: 0.4s;
}
.project__one-single:hover .project__one-single-content {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.project__one-single:hover:before {
  opacity: 0.85;
}

.drag-cursor-container:hover {
  cursor: none;
}
.drag-cursor-container:hover .drag-cursor {
  width: 95px;
  height: 95px;
  visibility: visible;
  opacity: 1;
  transition: 0s;
}

.drag-cursor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5803921569);
  color: var(--white);
  position: fixed;
  z-index: 999;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

/*==========================================================================
Project Two Style
==========================================================================*/
.project__two-single {
  position: relative;
  height: 490px;
  border-radius: 15px;
  overflow: hidden;
}
.project__two-single .image {
  width: 100%;
  height: 100%;
}
.project__two-single .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__two-single-content {
  position: absolute;
  bottom: -100px;
  left: 6%;
  width: 73%;
  transition: 0.7s;
  background: var(--white);
  border-radius: 10px;
  padding: 25px 27px;
  padding-bottom: 15px;
  border-left: 5px solid transparent;
  z-index: 3;
  transition: 0.3s;
  transform: scale(0.8);
}
.project__two-single-content:hover {
  border-color: var(--primary-color-2);
}
.project__two-single-content span {
  color: var(--primary-color-2);
}
.project__two-single-shape {
  position: absolute;
  right: -20px;
  top: -20px;
  opacity: 0;
  z-index: 0.9;
}
.project__two-single::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-color-2);
  opacity: 0;
  transition: 0.4s;
}
.project__two-single:hover .project__two-single-content {
  bottom: 19px;
  transform: scale(1);
}
.project__two-single:hover:before {
  opacity: 0.35;
}
.project__two-single:hover .project__two-single-shape {
  opacity: 1;
  top: 0;
  right: 0;
  z-index: 1;
}
.project__two.style-two .project__two-single {
  height: 720px;
}
.project__two.style-two .project__two-single::before {
  background-color: var(--color-1);
}
.project__two.style-two .project__two-single:hover::before {
  opacity: 0.5;
}
.project__two.style-two .project__two-single-content span {
  color: var(--primary-color-1);
}
.project__two.style-two .project__two-single-content:hover {
  border-color: var(--primary-color-1);
}

/*==========================================================================
Project Two Style
==========================================================================*/
.project__three {
  height: 780px;
  position: relative;
  overflow: hidden;
}
.project__three-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.project__three-single-card {
  height: 100%;
  width: 25%;
}
.project__three-single-card-inner {
  background: var(--color-9);
  padding: 25px 38px;
  transition: 0.4s;
  z-index: 5;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.project__three-single-card span {
  color: var(--white);
  transition: 0.3s;
}
.project__three-single-card h6 {
  color: var(--white);
  font-size: 22px;
  transition: 0.3s;
}
.project__three-single-card.active .project__three-single-card-inner {
  background-color: var(--primary-color-3);
}
.project__three-single-card.active span {
  color: var(--text-heading-color);
}
.project__three-single-card.active h6 {
  color: var(--text-heading-color);
}
.project__three-single-card.active .project__three-image {
  opacity: 1;
  visibility: visible;
}
.project__three-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
}

@media (max-width: 992px) {
  .project__three-single-card-inner {
    padding: 20px 15px;
  }
  .project__three-single-card h6 {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .project__three-card-wrapper {
    flex-wrap: wrap;
  }
  .project__three-single-card {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .project__three-single-card {
    width: 100%;
  }
}
/*==========================================================================
Project Four Style
==========================================================================*/
.project__four-single {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
.project__four-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__four-single-content {
  position: absolute;
  bottom: -100px;
  left: 6%;
  width: 73%;
  transition: 0.7s;
  background: var(--white);
  border-radius: 10px;
  padding: 25px 27px;
  padding-bottom: 15px;
  border-left: 5px solid transparent;
  z-index: 3;
  transition: 0.3s;
  transform: scale(0.8);
}
.project__four-single-content:hover {
  border-color: var(--primary-color-4);
}
.project__four-single:hover .project__four-single-content {
  bottom: 19px;
  transform: scale(1);
}
.project__four .project-item-1 {
  height: 580px;
}
.project__four .project-item-2 {
  height: 295px;
}
.project__four .project-item-3 {
  height: 255px;
}
.project__four .project-item-4 {
  height: 255px;
}
.project__four .project-item-5 {
  height: 295px;
}

/*==========================================================================
Project Five CSS
==========================================================================*/
.project__five-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project__five-items:last-child .project__five-single-item:last-child {
  margin-bottom: 0;
}
.project__five-single-item {
  height: 345px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 30px;
  transition: 0.5s;
  margin-right: 30px;
  position: relative;
}
.project__five-single-item:last-child {
  margin-right: 0;
}
.project__five-single-item-img-wrapper {
  width: 100%;
  height: 100%;
}
.project__five-single-item-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__five-single-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--white);
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 88%;
  transform: translateX(-50%);
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  border-left: 4px solid var(--primary-color-1);
}
.project__five-single-item-content-left h4 {
  font-size: 28px;
  margin-bottom: 3px;
}
.project__five-single-item-content-left p {
  font-size: 17px;
  text-transform: none;
  color: var(--primary-color-1);
}
.project__five-single-item-content-right {
  margin-right: -13%;
  border: 3px solid var(--white);
  border-radius: 50%;
}
.project__five-single-item-content-right a {
  font-size: 20px;
  transform: rotate(-45deg);
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 59px;
  border-radius: 50%;
  border: 1px solid var(--primary-color-1);
  transition: 0.4s;
  background-color: var(--primary-color-1);
  color: var(--white);
}
.project__five-single-item-content-right a:hover {
  color: var(--text-heading-color);
  background-color: var(--white);
  transform: rotate(0);
}
.project__five-single-item:hover .project__five-single-item-content {
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}
.project__five.three-columns .project__five-single-item {
  height: 500px;
  border-radius: 20px;
}
.project__five.three-columns .project__five-single-item h3 {
  font-size: 24px;
}

@media (max-width: 991px) {
  .project__five-items {
    flex-direction: column;
  }
  .project__five-single-item {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .project__five-single-item-content-left {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .project__five-single-item-content-left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .project__five-single-item-content {
    flex-direction: column;
  }
}
/*==========================================================================
Project six CSS
==========================================================================*/
.project__six-single-item {
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.project__six-single-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.project__six-single-item:hover .image-zoom-btn {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) rotate(125deg);
}
.project__six-single-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(6, 42, 38, 0.8509803922);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.project__six-single-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__six-single-item .image-zoom-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  z-index: 2;
  color: var(--white);
  font-size: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.project__six-single-item .image-zoom-btn i {
  font-weight: 100;
}
.project__six-filter-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.project__six-filter-button button {
  background: var(--white);
  color: var(--color-1);
  border: 1px solid var(--border-color-2);
  border-radius: 50px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 11px 32px;
  transition: 0.4s;
}
.project__six-filter-button button:hover {
  background-color: var(--primary-color-1);
  color: var(--white);
}
.project__six-filter-button button.active {
  background-color: var(--primary-color-1);
  color: var(--white);
}

/*==========================================================================
Project seven CSS
==========================================================================*/
.project__seven-single-card {
  height: 380px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.project__seven-single-card:hover .project__seven-content {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.project__seven-image {
  width: 100%;
  height: 100%;
}
.project__seven-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__seven-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  transition: 0.6s;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
}
.project__seven-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-1);
  opacity: 0.85;
  border-radius: 15px;
}
.project__seven-content a {
  background: var(--primary-color-1);
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  border-radius: 50%;
  transform: rotate(-45deg);
  border: 1px solid var(--primary-color-1);
  transition: 0.4s;
  top: 30px;
  left: 30px;
}
.project__seven-content a:hover {
  background-color: transparent;
  transform: rotate(0deg);
}
.project__seven-content span {
  bottom: 70px;
  left: 30px;
  color: var(--primary-color-1);
}
.project__seven-content h5 {
  bottom: 30px;
  left: 30px;
  color: var(--white);
}
.project__seven-content a, .project__seven-content span, .project__seven-content h5 {
  z-index: 3;
  position: absolute;
}

/*==========================================================================
Project seven Details
==========================================================================*/
.project__details-thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.project__details-content h3 {
  font-size: 38px;
  margin-bottom: 20px;
}
.project__details-content h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
.project__details-content p {
  margin-bottom: 25px;
  opacity: 0.9;
}
.project__details-image {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.project__details-image img {
  width: 48%;
  border-radius: 10px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project__details .faq-collapse-item {
  margin-bottom: 20px;
}
.project__details .faq-collapse-item-card {
  border: 1px solid var(--border-color-2);
  padding: 20px 30px;
  border-radius: 40px;
  transition: 0.4s;
}
.project__details .faq-collapse-item-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.project__details .faq-collapse-item-card-header i {
  font-size: 20px;
  color: var(--primary-color-1);
}
.project__details .faq-collapse-item-card-header-content {
  margin-top: 20px;
}
.project__details .faq-collapse-item-card.active {
  border-radius: 15px;
  border-color: var(--primary-color-1);
}
.project__details .faq-collapse p {
  margin: 0;
}

/*==========================================================================
Testimonial One Style
==========================================================================*/
.testimonial-faq-counter__wrapper {
  position: relative;
}
.testimonial-faq-counter__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  background: linear-gradient(90deg, var(--color-2) 62%, transparent 10%);
}

.testimonial__one {
  overflow: hidden;
  padding-bottom: 0;
  margin-right: 53px;
}
.testimonial__one-single-slider {
  background-color: var(--white);
  border: 1px solid #DDE6E3;
  border-radius: 20px;
  padding: 58px 35px;
  position: relative;
  margin-top: 55px;
}
.testimonial__one-single-slider-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.testimonial__one-single-slider-user-name h4 {
  font-size: 22px;
}
.testimonial__one-single-slider-user-name span {
  font-size: 16px;
  color: var(--p-color);
}
.testimonial__one-single-slider-user-rating i {
  color: #F3DC65;
  font-size: 18px;
  margin: 0 0px;
}
.testimonial__one-single-slider-user-rating .not-rated {
  color: #e0e0e0;
}
.testimonial__one-single-slider p {
  font-size: 20px;
  text-transform: none;
  line-height: 1.6;
  width: 98%;
}
.testimonial__one-single-slider .slider-quote {
  position: absolute;
  top: -14%;
  left: 30px;
  width: 80px;
  height: 80px;
  border-radius: 15px;
  background: var(--primary-color-1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 40px;
}

@media (max-width: 1199px) {
  .testimonial__one {
    margin-right: 0;
  }
}
/*==========================================================================
Testimonial Two Style
==========================================================================*/
.testimonial__two {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--color-3);
  overflow: hidden;
}
.testimonial__two h2 {
  color: var(--white);
  margin-bottom: 70px;
}
.testimonial__two .slider-arrow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial__two .slider-arrow i {
  position: unset;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #2C2D50;
  color: var(--white);
  font-size: 25px;
  transition: 0.4s;
}
.testimonial__two .slider-arrow i:hover {
  background-color: var(--primary-color-2);
}
.testimonial__two .subtitle-two {
  background-color: rgba(255, 255, 255, 0.0509803922);
  color: var(--white);
}
.testimonial__two .subtitle-two::before {
  background-color: var(--white);
}
.testimonial__two-single-slider {
  background: var(--color-5);
  border-radius: 10px;
  padding: 43px 40px;
}
.testimonial__two-single-slider-user {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial__two-single-slider-user-rating {
  color: #F8BC26;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.testimonial__two-single-slider-user-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial__two-single-slider-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial__two-single-slider-user-name h4 {
  font-size: 22px;
  color: var(--white);
}
.testimonial__two-single-slider-user-name span {
  color: var(--p-color);
  font-weight: 600;
}
.testimonial__two-single-slider p {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 40px;
}
.testimonial__two-single-slider .slider-shape {
  font-size: 38px;
  color: rgba(255, 255, 255, 0.1803921569);
  position: absolute;
  right: 40px;
  bottom: 50px;
}

@media (min-width: 1400px) {
  .testimonial__two-slider-active {
    width: 1300px;
  }
}
@media (max-width: 420px) {
  .testimonial__two-single-slider .slider-shape {
    display: none;
  }
  .testimonial__two-single-slider {
    padding: 30px 25px;
  }
}
/*==========================================================================
Testimonial Three Style
==========================================================================*/
.testimonial__three .slider-arrow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial__three .slider-arrow i {
  position: unset;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--black);
  font-size: 18px;
  transition: 0.4s;
  border: 1px solid #e8e8e8;
}
.testimonial__three .slider-arrow i:hover {
  background-color: var(--primary-color-3);
  border-color: var(--primary-color-3);
}
.testimonial__three .subtitle-two {
  background-color: rgba(255, 255, 255, 0.0509803922);
  color: var(--white);
}
.testimonial__three .subtitle-two::before {
  background-color: var(--white);
}
.testimonial__three-single-slider {
  background: #EEF3F3;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.testimonial__three-single-slider-user {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}
.testimonial__three-single-slider-user-rating {
  color: #F8BC26;
  display: flex;
  align-items: center;
  font-size: 17px;
  margin-bottom: 5px;
  gap: 5px;
}
.testimonial__three-single-slider-user-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial__three-single-slider-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial__three-single-slider-user-name h4 {
  font-size: 22px;
}
.testimonial__three-single-slider-user-name span {
  color: var(--p-color);
}
.testimonial__three-single-slider p {
  font-size: 20px;
  margin-bottom: 40px;
}
.testimonial__three-single-slider .slider-shape {
  font-size: 38px;
  color: rgba(36, 36, 36, 0.0705882353);
  position: absolute;
  right: 40px;
  bottom: 50px;
}
.testimonial__three.style-two {
  background-color: var(--color-2);
}
.testimonial__three.style-two .testimonial__three-single-slider {
  background-color: var(--white);
}
.testimonial__three.style-two .slider-arrow i {
  background-color: var(--white) !important;
}
.testimonial__three.style-two .slider-arrow i:hover {
  background-color: var(--primary-color-1) !important;
  border-color: var(--primary-color-1);
}

/*==========================================================================
Testimonial Four Style
==========================================================================*/
.testimoinal-brand-wrapper {
  background-color: #FCFAF9;
}

.testimonial__four {
  overflow: hidden;
}
.testimonial__four .testimonial__four-slider-active {
  padding: 0 25px;
}
.testimonial__four-single-slider {
  background: var(--white);
  border-radius: 15px;
  padding: 50px 40px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  margin: 40px 0;
  border: 1px solid var(--border-color-4);
}
.testimonial__four-single-slider-user {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial__four-single-slider-user-rating {
  color: #F8BC26;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.testimonial__four-single-slider-user-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial__four-single-slider-user-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial__four-single-slider-user-name h4 {
  font-size: 22px;
}
.testimonial__four-single-slider p {
  margin-bottom: 40px;
}
.testimonial__four-single-slider .slider-shape {
  font-size: 38px;
  color: var(--color-8);
  position: absolute;
  right: 40px;
  bottom: 55px;
}
.testimonial__four.style-two .testimonial__four-single-slider {
  width: auto !important;
  margin-bottom: 0;
}

.brand-single-slider img {
  width: 120px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 420px) {
  .testimonial__four-single-slider {
    padding: 35px 20px;
  }
  .testimonial__four-single-slider .slider-shape {
    display: none;
  }
}
/*==========================================================================
Team One Style
==========================================================================*/
.team__one {
  position: relative;
}
.team__one-single-slider:hover .team__one-image img {
  transform: scale(1.1);
}
.team__one-single-slider:hover .team__one-content {
  transform: translateY(-55%);
}
.team__one-image {
  height: 420px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.team__one-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.5s;
}
.team__one-content {
  border-radius: 20px;
  background: var(--white);
  width: 85%;
  text-align: center;
  margin: auto;
  border: 1px solid var(--border-color-2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
  transform: translateY(-50%);
  padding: 28px 20px;
  transition: 0.4s;
  margin-bottom: -14%;
}
.team__one-content span {
  margin-bottom: 10px;
}
.team__one-content .social {
  justify-content: center;
  gap: 10px;
}
.team__one-content .social a i {
  color: var(--text-heading-color);
  border-color: var(--color-4);
  width: 40px;
  height: 40px;
}
.team__one-content .social a i:hover {
  background-color: var(--primary-color-4);
  color: var(--white);
}
.team__one.style-two .social a i:hover {
  background-color: var(--primary-color-1);
}
.team__one.style-three .team__one-single-slider {
  position: relative;
  overflow: hidden;
}
.team__one.style-three .team__one-single-slider:hover .team__one-content {
  top: 55%;
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.team__one.style-three .team__one-image {
  border-radius: 20px;
}
.team__one.style-three .team__one-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  transition: 0.5s;
  opacity: 0;
}
.team__one.style-three .social a i:hover {
  background-color: var(--primary-color-1);
}
.team__one.style-four .team__one-single-slider {
  position: relative;
  overflow: hidden;
}
.team__one.style-four .team__one-single-slider:hover .social {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.team__one.style-four .team__one-single-slider:hover span {
  left: 28px;
  opacity: 1;
  visibility: visible;
}
.team__one.style-four .team__one-single-slider:hover h5 {
  left: 28px;
  opacity: 1;
  visibility: visible;
}
.team__one.style-four .team__one-single-slider:hover .team__one-image img {
  transform: scale(1);
}
.team__one.style-four .team__one-image {
  border-radius: 20px;
}
.team__one.style-four .team__one-content {
  border-radius: 0;
  background: none;
  width: auto;
  text-align: left;
  margin: 0;
  border: 0;
  box-shadow: none;
  transform: none;
  padding: 0;
}
.team__one.style-four .team__one-content span {
  margin-bottom: 0;
  position: absolute;
  bottom: 65px;
  left: 0;
  background: var(--primary-color-1);
  color: var(--white);
  padding: 4px 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.team__one.style-four .team__one-content h5 {
  position: absolute;
  bottom: 19px;
  left: 68px;
  color: var(--white);
  background-color: var(--color-1);
  padding: 5px 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.team__one.style-four .team__one-content .social {
  position: absolute;
  top: 30px;
  right: 0;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.team__one.style-four .team__one-content .social i {
  width: 45px;
  height: 45px;
  border: 0;
  background: var(--color-1);
  color: var(--white);
  transition: 0.3s;
}
.team__one.style-four .team__one-content .social i:hover {
  background-color: var(--primary-color-1);
}
.team__one .swiper-button-prev, .team__one .swiper-button-next {
  width: 55px;
  height: 55px;
  color: var(--black);
  background-color: var(--color-8);
  border-radius: 50%;
  font-size: 24px;
  transition: 0.4s;
}
.team__one .swiper-button-prev:hover, .team__one .swiper-button-next:hover {
  background-color: var(--primary-color-4);
  color: var(--white);
}
.team__one .swiper-button-prev {
  left: 185px;
}
.team__one .swiper-button-next {
  right: 185px;
}

@media (max-width: 1570px) {
  .team__one .swiper-button-next {
    right: 65px;
  }
  .team__one .swiper-button-prev {
    left: 65px;
  }
}
@media (max-width: 1240px) {
  .team__one .swiper-button-next {
    right: 10px;
  }
  .team__one .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 570px) {
  .team__one .swiper-button-next, .team__one .swiper-button-prev {
    display: none;
  }
}
/*==========================================================================
Team Two Style
==========================================================================*/
.team__two-single {
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--border-color-2);
  border-radius: 20px;
  padding: 40px 50px;
  transition: 0.4s;
}
.team__two-single .team-person {
  text-align: center;
  border-right: 1px solid var(--border-color-2);
  padding-right: 20px;
}
.team__two-single .team-person .team-img {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 10px;
}
.team__two-single .team-person .team-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__two-single .team-person span {
  color: #4d4d4d;
}
.team__two-single .team-content p {
  margin-bottom: 30px;
  color: var(--black);
  opacity: 0.7;
}
.team__two-single .team-content .social a i {
  border-color: var(--border-color-2);
  color: var(--black);
  background-color: var(--white);
}
.team__two-single .team-content .social a i:hover {
  border: var(--primary-color-2);
  background-color: var(--primary-color-2);
  color: var(--white);
}
.team__two-single:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.team__two.style-two .social a i {
  border-color: var(--border-color-2);
  color: var(--black);
  background-color: var(--white);
}
.team__two.style-two .social a i:hover {
  border: var(--primary-color-1);
  background-color: var(--primary-color-1);
  color: var(--white);
}

@media (max-width: 575px) {
  .team__two-single {
    gap: 20px;
    padding: 30px 20px;
    flex-direction: column;
    text-align: center;
  }
  .team-person {
    padding: 0 !important;
    border: 0 !important;
  }
  .team__two .social {
    justify-content: center;
  }
}
/*==========================================================================
Counter One Style
==========================================================================*/
.counter-up__one {
  display: flex;
  align-items: center;
  margin-top: -30px;
}
.counter-up__one .counter-single {
  display: flex;
  align-items: center;
  gap: 30px;
  border-right: 1px solid var(--border-color-2);
  padding: 0 100px;
  margin-top: -115px;
}
.counter-up__one .counter-single:first-child {
  padding-left: 0;
}
.counter-up__one .counter-single:last-child {
  padding-right: 0;
  border: 0;
}
.counter-up__one .counter-single .icon {
  font-size: 55px;
  color: var(--primary-color-1);
}
.counter-up__one .counter-single .top {
  display: flex;
  align-items: center;
}

@media (max-width: 1399px) {
  .counter-up__one .counter-single {
    gap: 25px;
    padding: 0 60px;
    margin-top: -205px;
  }
}
@media (max-width: 1199px) {
  .counter-up__one .counter-single {
    padding: 0 42px;
  }
}
@media (max-width: 991px) {
  .counter-up__one {
    justify-content: center;
    margin-top: 5px;
  }
  .counter-up__one .counter-single {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .counter-up__one .counter-single {
    padding: 0 30px;
  }
  .counter-up__one .counter-single .top h2 {
    font-size: 32px;
  }
  .counter-up__one .counter-single .icon {
    font-size: 48px;
  }
}
/*==========================================================================
Counter Two Style
==========================================================================*/
.counter-up__two {
  background: var(--primary-color-2);
  padding: 75px 0;
  position: relative;
}
.counter-up__two::before {
  content: "";
  width: 62%;
  height: 100%;
  position: absolute;
  background-color: var(--color-5);
  right: 0;
  top: 0;
}
.counter-up__two::after {
  content: "";
  position: absolute;
  right: 62%;
  top: 0;
  background-color: var(--color-5);
  height: 100%;
  width: 100px;
  -webkit-clip-path: polygon(40% 50%, 100% 100%, 100% 0);
          clip-path: polygon(40% 50%, 100% 100%, 100% 0);
}
.counter-up__two-content {
  width: 28%;
}
.counter-up__two-content h3 {
  font-size: 38px;
  text-transform: none;
  color: var(--white);
}
.counter-up__two .counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter-up__two-counter-wrapper {
  display: flex;
  align-items: center;
  z-index: 2;
}
.counter-up__two-counter-wrapper .single-counter {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 75px;
  border-right: 1px solid var(--border-color-1);
}
.counter-up__two-counter-wrapper .single-counter:first-child {
  padding-left: 0;
}
.counter-up__two-counter-wrapper .single-counter:last-child {
  border-right: 0;
  padding-right: 0;
}
.counter-up__two-counter-wrapper .single-counter-icon {
  font-size: 52px;
  color: var(--white);
}
.counter-up__two-counter-wrapper .single-counter-right .counter-only {
  display: flex;
  align-items: center;
}
.counter-up__two-counter-wrapper .single-counter-right .counter-only h3 {
  font-size: 44px;
  color: var(--white);
}
.counter-up__two-counter-wrapper .single-counter-right span {
  font-size: 16px;
  color: var(--white);
}

@media (max-width: 1399px) {
  .counter-up__two-counter-wrapper .single-counter {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 40px;
    border-right: 1px solid var(--border-color-1);
  }
}
@media (max-width: 1199px) {
  .counter-up__two-counter-wrapper .single-counter {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .counter-up__two .counter-wrapper {
    flex-direction: column;
  }
  .counter-up__two-content {
    z-index: 2;
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .counter-up__two {
    padding: 45px 0;
  }
  .counter-up__two-counter-wrapper .single-counter {
    padding: 0;
    border: 0;
  }
  .counter-up__two-counter-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
/*==========================================================================
Blog One Style
==========================================================================*/
.blog__one-title {
  margin-bottom: 50px;
}
.blog__one-title .subtitle-one {
  margin: auto;
  margin-bottom: 10px;
}
.blog__one-title h2 {
  text-transform: none;
}
.blog__one-single-blog {
  position: relative;
  margin-bottom: 5px;
}
.blog__one-single-blog-image {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  height: 260px;
}
.blog__one-single-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.9s;
}
.blog__one-single-blog-date {
  position: absolute;
  top: 25px;
  left: 38px;
  background-color: var(--primary-color-1);
  text-align: center;
  padding: 5px 19px;
  border-radius: 50px;
  color: var(--white);
}
.blog__one-single-blog-content {
  position: relative;
  background-color: var(--white);
  padding: 32px;
  border-radius: 0 0 15px 15px;
  border: 1px solid var(--border-color-2);
  border-top: 0;
}
.blog__one-single-blog-content-top {
  margin-bottom: 13px;
  display: flex;
  flex-wrap: wrap;
}
.blog__one-single-blog-content-top span {
  font-size: 14px;
  margin-right: 27px;
  text-transform: none;
}
.blog__one-single-blog-content-top span i {
  margin-right: 8px;
  color: var(--primary-color-1);
}
.blog__one-single-blog-content .blog-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
  line-height: 1.4;
  transition: 0.4s;
}
.blog__one-single-blog-content .blog-heading:hover {
  color: var(--primary-color-1);
  opacity: 1;
}
.blog__one-single-blog-content a {
  display: block;
  text-align: left;
}
.blog__one-single-blog-content .blog-btn {
  font-size: 14px;
  transition: 0.4s;
  font-weight: 500;
}
.blog__one-single-blog-content .blog-btn i {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 500;
  transition: 0.4s;
}
.blog__one-single-blog-content .blog-btn:hover {
  color: var(--primary-color-1);
}
.blog__one-single-blog-content .blog-btn:hover i {
  transform: rotate(360deg);
}
.blog__one-single-blog:hover .blog__one-single-blog-image img {
  transform: scale(1.1);
}

@media (max-width: 1399px) {
  .blog__one-single-blog-content-top span {
    margin-right: 15px;
  }
  .blog__one-single-blog-content .blog-heading {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .blog__one-single-blog-content {
    width: 100%;
    margin-top: -58px;
    margin-left: 0;
  }
}
/*==========================================================================
Blog Two Style
==========================================================================*/
.blog__two-title {
  margin-bottom: 50px;
}
.blog__two-title .subtitle-one {
  margin: auto;
  margin-bottom: 10px;
}
.blog__two-title h2 {
  text-transform: none;
}
.blog__two-single-blog {
  position: relative;
}
.blog__two-single-blog-image {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  height: 280px;
  width: 88%;
  margin: auto;
  transition: 0.4s;
  z-index: 2;
  position: relative;
}
.blog__two-single-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.9s;
}
.blog__two-single-blog-date {
  position: absolute;
  top: 20px;
  right: 43px;
  background-color: var(--primary-color-2);
  text-align: center;
  padding: 5px 19px;
  border-radius: 50px;
  color: var(--white);
  z-index: 3;
}
.blog__two-single-blog-content {
  position: relative;
  background-color: var(--white);
  padding: 70px 32px 32px;
  border-radius: 0 0 15px 15px;
  border-top: 0;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.08);
  margin-top: -47px;
  z-index: 1;
}
.blog__two-single-blog-content-top {
  margin-bottom: 13px;
  display: flex;
  flex-wrap: wrap;
}
.blog__two-single-blog-content-top span {
  font-size: 14px;
  margin-right: 27px;
  text-transform: none;
}
.blog__two-single-blog-content-top span i {
  margin-right: 8px;
  color: var(--primary-color-2);
}
.blog__two-single-blog-content .blog-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
  line-height: 1.4;
  transition: 0.4s;
}
.blog__two-single-blog-content .blog-heading:hover {
  color: var(--primary-color-2);
  opacity: 1;
}
.blog__two-single-blog-content a {
  display: block;
  text-align: left;
}
.blog__two-single-blog-content .blog-btn {
  font-size: 14px;
  transition: 0.4s;
}
.blog__two-single-blog-content .blog-btn i {
  margin-left: 5px;
  font-size: 12px;
  transition: 0.4s;
}
.blog__two-single-blog-content .blog-btn:hover {
  color: var(--primary-color-2);
}
.blog__two-single-blog-content .blog-btn:hover i {
  transform: rotate(360deg);
}
.blog__two-single-blog:hover .blog__two-single-blog-image {
  transform: translateY(-5px);
}
.blog__two-single-blog:hover .blog__two-single-blog-image img {
  transform: scale(1.1);
}

@media (max-width: 1399px) {
  .blog__two-single-blog-content-top span {
    margin-right: 15px;
  }
  .blog__two-single-blog-content .blog-heading {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .blog__two-single-blog-content {
    width: 100%;
    margin-top: -58px;
    margin-left: 0;
  }
}
/*==========================================================================
Blog One Style
==========================================================================*/
.blog__three-title {
  margin-bottom: 50px;
}
.blog__three-title .subtitle-three {
  margin: auto;
  margin-bottom: 10px;
}
.blog__three-title h2 {
  text-transform: none;
}
.blog__three-single-blog {
  position: relative;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color-2);
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--white);
}
.blog__three-single-blog-image {
  overflow: hidden;
  height: 300px;
  width: 44%;
}
.blog__three-single-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.9s;
}
.blog__three-single-blog-date {
  position: absolute;
  top: 25px;
  left: 38px;
  background-color: var(--primary-color-3);
  text-align: center;
  padding: 5px 19px;
  border-radius: 50px;
  color: var(--black);
}
.blog__three-single-blog-content {
  position: relative;
  background-color: var(--white);
  padding: 24px;
  border-left: 0;
  width: 56%;
  height: 100%;
}
.blog__three-single-blog-content-top {
  margin-bottom: 13px;
  display: flex;
  flex-wrap: wrap;
}
.blog__three-single-blog-content-top span {
  font-size: 14px;
  margin-right: 27px;
  text-transform: none;
}
.blog__three-single-blog-content-top span i {
  margin-right: 8px;
  color: var(--primary-color-3);
}
.blog__three-single-blog-content .blog-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 22px;
  line-height: 1.4;
  transition: 0.4s;
}
.blog__three-single-blog-content .blog-heading:hover {
  color: var(--primary-color-3);
  opacity: 1;
}
.blog__three-single-blog-content a {
  display: block;
  text-align: left;
}
.blog__three-single-blog-content .blog-btn {
  font-size: 14px;
  transition: 0.4s;
}
.blog__three-single-blog-content .blog-btn i {
  margin-left: 5px;
  font-size: 12px;
  transition: 0.4s;
}
.blog__three-single-blog-content .blog-btn:hover {
  color: var(--primary-color-3);
}
.blog__three-single-blog-content .blog-btn:hover i {
  transform: rotate(360deg);
}
.blog__three-single-blog:hover .blog__three-single-blog-image img {
  transform: scale(1.1);
}

@media (max-width: 480px) {
  .blog__three-single-blog-content {
    padding: 16px;
  }
  .blog__three-single-blog-content .blog-heading {
    font-size: 20px;
  }
  .blog__three-single-blog-content-top span {
    margin-right: 5px;
  }
  .blog__three-single-blog-content-top span i {
    margin-right: 3px;
  }
}
/*==========================================================================
Blog One Style
==========================================================================*/
.blog__four-title {
  margin-bottom: 50px;
}
.blog__four-title .subtitle-four {
  margin: auto;
  margin-bottom: 10px;
}
.blog__four-title h2 {
  text-transform: none;
}
.blog__four-single-blog {
  position: relative;
  margin-bottom: 5px;
  background-color: var(--white);
  border: 1px solid var(--border-color-2);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
}
.blog__four-single-blog-image {
  border-radius: 15px;
  overflow: hidden;
  height: 280px;
  margin-bottom: 20px;
}
.blog__four-single-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.9s;
}
.blog__four-single-blog-date {
  position: absolute;
  background-color: var(--primary-color-4);
  text-align: center;
  padding: 10px 21px 8px;
  border-radius: 8px;
  color: var(--white);
  top: 58%;
  z-index: 5;
  right: 45px;
  outline: 3px solid transparent;
  transition: 0.3s;
}
.blog__four-single-blog-date span {
  font-size: 24px;
  display: block;
  font-family: var(--heading-font);
}
.blog__four-single-blog-content {
  position: relative;
  background-color: var(--white);
}
.blog__four-single-blog-content-top {
  margin-bottom: 13px;
  display: flex;
  flex-wrap: wrap;
}
.blog__four-single-blog-content-top span {
  font-size: 14px;
  margin-right: 27px;
  text-transform: none;
}
.blog__four-single-blog-content-top span i {
  margin-right: 8px;
  color: var(--primary-color-4);
}
.blog__four-single-blog-content .blog-heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  transition: 0.4s;
  font-weight: 600;
}
.blog__four-single-blog-content .blog-heading:hover {
  color: var(--primary-color-4);
  opacity: 1;
}
.blog__four-single-blog:hover .blog__four-single-blog-image img {
  transform: scale(1.1);
}
.blog__four-single-blog:hover .blog__four-single-blog-date {
  outline-color: var(--white);
  transform: translateY(-3px);
}
.blog__four.style-two .blog__four-single-blog-date {
  background-color: var(--primary-color-1);
  top: 63%;
}
.blog__four.style-two .blog__four-single-blog-content-top span i {
  color: var(--primary-color-1);
}
.blog__four.style-two .blog__four-single-blog-content .blog-heading:hover {
  color: var(--primary-color-1);
}
.blog__four.style-two .blog__four-single-blog-image {
  height: 365px;
}
.blog__four.style-two .blog-four-btn {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  transition: 0.4s;
}
.blog__four.style-two .blog-four-btn i {
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
  transition: 0.5s;
}
.blog__four.style-two .blog-four-btn:hover {
  color: var(--primary-color-1);
}
.blog__four.style-two .blog-four-btn:hover i {
  transform: rotate(360deg);
}

@media (max-width: 390px) {
  .blog__four-single-blog-content-top {
    flex-direction: column;
  }
}
/*==========================================================================
Blog Standard Style
==========================================================================*/
.blog__standard .blog__one-single-blog {
  margin-bottom: 45px;
}
.blog__standard .blog__one-single-blog-image {
  height: 535px;
}
.blog__standard .blog__one-single-blog-content {
  background-color: var(--color-2);
}
.blog__standard .blog__one-single-blog-content-top span {
  font-size: 18px !important;
}
.blog__standard .blog__one-single-blog-content .blog-heading {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--heading-font);
}
.blog__standard .blog__one-single-blog-content p {
  font-size: 18px;
  margin-bottom: 25px;
}
.blog__standard .blog__one-single-blog-content .btn-one {
  border-radius: 5px;
  display: inline-block;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 400;
}
.blog__standard .blog__one-single-blog-content .btn-one::before {
  border-radius: 5px;
}

/*==========================================================================
Blog Details Style
==========================================================================*/
.blog__details-thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.blog__details .blog__one-single-blog-content-top {
  margin-bottom: 25px;
}
.blog__details .blog__one-single-blog-content-top span {
  font-size: 18px;
}
.blog__details h3 {
  font-size: 38px;
  margin-bottom: 20px;
}
.blog__details h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
.blog__details p {
  margin-bottom: 25px;
  opacity: 0.9;
}
.blog__details-quote {
  background-color: var(--color-2);
  border: 1px solid var(--border-color-2);
  border-radius: 15px;
  padding: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.blog__details-quote p {
  font-size: 22px;
  font-family: var(--heading-font);
  font-style: italic;
  letter-spacing: 0.8px;
  word-spacing: 1px;
  margin-bottom: 15px;
}
.blog__details-quote h5 {
  font-size: 22px;
}
.blog__details-quote span {
  opacity: 0.9;
}
.blog__details-image {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.blog__details-image img {
  width: 48%;
  border-radius: 10px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__details-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 50px;
}
.blog__details-tags span {
  font-size: 18px;
  font-weight: 600;
}
.blog__details-tags .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog__details-tags .tags a {
  background-color: var(--white);
  padding: 5px 18px;
  border-radius: 4px;
  border: 1px solid var(--border-color-3);
  transition: 0.4s;
}
.blog__details-tags .tags a:hover {
  background-color: var(--primary-color-1);
  border-color: var(--primary-color-1);
  color: var(--white);
}
.blog__details-comment-form {
  background-color: var(--color-2);
  padding: 65px 40px;
  border: 1px solid var(--border-color-2);
  border-radius: 15px;
}
.blog__details-comment-form h4 {
  font-size: 40px;
  margin-bottom: 0;
}
.blog__details-comment-form span {
  font-size: 15px;
  display: block;
  opacity: 0.6;
  margin-bottom: 25px;
}
.blog__details-comment-form form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}
.blog__details-comment-form form :nth-child(1),
.blog__details-comment-form form :nth-child(2) {
  width: 48%;
}
.blog__details-comment-form form button {
  border-radius: 10px;
}
.blog__details-comment-form form button::before {
  border-radius: 10px;
}

/*==========================================================================
Work Process One Style
==========================================================================*/
.work-process__one .work-process-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.work-process__one .work-process-wrapper .single-item {
  text-align: center;
  position: relative;
}
.work-process__one .work-process-wrapper .single-item__icon {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--color-8);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 43px;
  color: var(--primary-color-3);
  margin-bottom: 15px;
  transition: 0.4s;
}
.work-process__one .work-process-wrapper .single-item__number {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--primary-color-3);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--white);
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--heading-font);
  outline: 3px solid var(--white);
  transition: 0.9s;
}
.work-process__one .work-process-wrapper .single-item h5 {
  margin-bottom: 10px;
}
.work-process__one .work-process-wrapper .single-item:nth-child(even) {
  margin-top: 100px;
}
.work-process__one .work-process-wrapper .single-item:nth-child(even) .next-arrow {
  transform: scaleY(-1) !important;
  rotate: -8deg;
  top: 18%;
}
.work-process__one .work-process-wrapper .single-item:nth-child(even):hover .next-arrow {
  transform: scaleY(-1) translate(12px) rotate(7deg) !important;
}
.work-process__one .work-process-wrapper .single-item:hover .single-item__icon {
  background-color: var(--primary-color-3);
  color: var(--color-1);
}
.work-process__one .work-process-wrapper .single-item:hover .single-item__number {
  transform: rotateY(380deg);
}
.work-process__one .work-process-wrapper .single-item:hover .next-arrow {
  transform: translate(12px) rotate(7deg);
}
.work-process__one .next-arrow {
  position: absolute;
  right: -45px;
  top: 25%;
  rotate: 8deg;
  transition: 0.4s;
}

@media (max-width: 992px) {
  .work-process__one .work-process-wrapper {
    flex-wrap: wrap;
  }
  .work-process__one .work-process-wrapper .single-item {
    width: 35%;
  }
  .work-process__one .work-process-wrapper .single-item:nth-child(even) .next-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .work-process__one .work-process-wrapper .single-item {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .work-process__one .work-process-wrapper .single-item {
    width: 75%;
    margin: 0 !important;
  }
  .work-process__one .work-process-wrapper .single-item:first-child {
    margin-top: 70px !important;
  }
  .work-process__one .work-process-wrapper .single-item .next-arrow {
    display: none;
  }
}
/*==========================================================================
Contact One CSS
==========================================================================*/
.contact__one {
  background-color: var(--color-9);
}
.contact__one .subtitle-three {
  background-color: #394B4A;
}
.contact__one h2 {
  color: var(--white);
  margin-bottom: 30px;
  width: 85%;
}
.contact__one-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}
.contact__one-image {
  width: 43%;
}
.contact__one-content {
  padding: 65px 0;
  width: 36.5%;
}
.contact__one-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.contact__one-form input {
  width: 48%;
  background: transparent;
  border-color: var(--border-color-1);
  background-color: #253A39;
  color: var(--white) !important;
  transition: 0.4s;
}
.contact__one-form input::-moz-placeholder {
  color: var(--white);
}
.contact__one-form input::placeholder {
  color: var(--white);
}
.contact__one-form input:focus {
  border-color: var(--primary-color-3);
}
.contact__one-form textarea {
  background: transparent;
  border-color: var(--border-color-1);
  background-color: #253A39;
  transition: 0.4s;
  height: 130px;
  resize: none;
  color: var(--white);
}
.contact__one-form textarea:focus {
  border-color: var(--primary-color-3);
}
.contact__one-form textarea::-moz-placeholder {
  color: var(--white);
}
.contact__one-form textarea::placeholder {
  color: var(--white);
}

@media (max-width: 1399px) {
  .contact__one-content {
    width: 40%;
  }
  .contact__one-image {
    width: 52%;
  }
  .contact__one-wrapper {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .contact__one-content {
    width: 45%;
  }
  .contact__one-image {
    width: 45%;
  }
  .contact__one-wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .contact__one-wrapper {
    flex-direction: column-reverse;
  }
  .contact__one-content {
    width: 75%;
  }
  .contact__one-image {
    width: 100%;
  }
  .contact__one-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .contact__one-form input {
    width: 100%;
  }
}
/*==========================================================================
Contact Two CSS
==========================================================================*/
.contact__two-content {
  background-color: var(--color-2);
  border-radius: 20px;
  padding: 57px 52px;
  margin-right: 30px;
}
.contact__two-content h2 {
  margin-bottom: 20px;
}
.contact__two-content p {
  margin-bottom: 35px;
}
.contact__two-form input {
  border-radius: 50px;
}
.contact__two-form textarea {
  border-radius: 20px;
  height: 175px;
  margin-bottom: 20px;
}
.contact__two-form .btn-one {
  transition: 0.3s;
}
.contact__two-form .btn-one::before {
  left: 0;
  top: -100%;
}
.contact__two-form .btn-one:hover::before {
  top: 0;
}
.contact__two-contact-info {
  border: 1px solid var(--border-color-2);
  border-radius: 20px;
  padding: 41px 50px;
}
.contact__two-single-info {
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-color-2);
}
.contact__two-single-info:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.contact__two-single-info h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact__two-single-info span {
  display: block;
  text-transform: lowercase;
  color: var(--p-color);
}
.contact__two-single-info-icon {
  background-color: var(--color-2);
  width: 80px;
  height: 80px;
  margin: auto;
  font-size: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary-color-1);
  margin-bottom: 15px;
}

.location-map {
  padding-bottom: 100px;
}
.location-map iframe {
  width: 100%;
  height: 640px;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .contact__two-content {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .contact__two-content {
    padding: 35px 25px;
  }
}
/*==========================================================================
FAQ Style One
==========================================================================*/
.faq__one {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.06);
  padding: 55px 38px;
  border-radius: 20px;
  background-color: var(--white);
}
.faq__one .faq-collapse-item {
  margin-bottom: 20px;
}
.faq__one .faq-collapse-item-card {
  margin-bottom: 20px;
}
.faq__one .faq-collapse-item-card:last-child {
  margin-bottom: 0;
}
.faq__one .faq-collapse-item-card.active .faq-collapse-item-card-header {
  background-color: var(--primary-color-1);
  border-color: var(--primary-color-1);
}
.faq__one .faq-collapse-item-card.active .faq-collapse-item-card-header h6 {
  color: var(--white);
}
.faq__one .faq-collapse-item-card.active .faq-collapse-item-card-header i {
  color: var(--white);
}
.faq__one .faq-collapse-item-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 21px;
  border: 1px solid #dde6e3;
  border-radius: 100px;
  transition: 0.4s;
}
.faq__one .faq-collapse-item-card-header h6 {
  font-size: 20px;
  transition: 0.4s;
}
.faq__one .faq-collapse-item-card-header i {
  color: var(--primary-color-1);
  font-size: 22px;
}
.faq__one .faq-collapse-item-card-header-content {
  padding: 0 23px;
}
.faq__one .faq-collapse-item-card-header-content p {
  margin-top: 14px;
}

@media (max-width: 1199px) {
  .faq__one-image-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .faq__one {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .faq__one-image-wrapper {
    border: 10px solid transparent;
  }
}
@media (max-width: 575px) {
  .faq__one {
    padding: 60px 15px 30px 15px;
  }
  .faq__one .faq-collapse-item-card-header h6 {
    font-size: 18px;
  }
}
/*==========================================================================
FAQ Style Two
==========================================================================*/
.faq__two {
  position: relative;
}
.faq__two h2 {
  color: var(--white);
}
.faq__two .subtitle-four {
  background-color: #2a2a2a;
}
.faq__two::before {
  content: "";
  top: 0;
  left: 50%;
  width: 96%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #0d0c24;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50px;
  transform: translateX(-50%);
}
.faq__two-image {
  height: 630px;
  max-width: 580px;
  border-radius: 15px;
  overflow: hidden;
}
.faq__two-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq__two .faq-collapse-item {
  margin-bottom: 30px;
}
.faq__two .faq-collapse-item-card {
  transition: 0.5s;
}
.faq__two .faq-collapse-item-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 27px;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #363636;
}
.faq__two .faq-collapse-item-card-header h6 {
  font-size: 20px;
  color: var(--white);
}
.faq__two .faq-collapse-item-card-header i {
  color: var(--primary-color-4);
  font-weight: 300;
  font-size: 18px;
  transition: 0.4s;
}
.faq__two .faq-collapse-item-card-header .fa-minus-circle {
  color: var(--primary-color-1);
}
.faq__two .faq-collapse-item-card-header-content {
  text-transform: none;
  padding: 0 26px;
  color: var(--color-2);
}
.faq__two .faq-collapse-item-card-header-content p {
  color: var(--white);
  margin-top: 15px;
}
.faq__two .faq-collapse-item-card.active .faq-collapse-item-card-header {
  background-color: var(--primary-color-4);
}
.faq__two .faq-collapse-item-card.active .faq-collapse-item-card-header i {
  color: var(--white);
}

@media (max-width: 655px) {
  .faq__two.section-padding {
    padding: 45px 0px;
  }
}
@media (max-width: 359px) {
  .faq__two .award {
    margin-left: 0;
  }
  .award-icon {
    display: none;
  }
}
/*==========================================================================
FAQ Style Three
==========================================================================*/
.faq__three .faq-collapse-item-card p {
  margin-left: 30px;
  margin-bottom: 20px;
}
.faq__three .faq-collapse-item-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border-color-3);
  border-radius: 50px;
  padding: 13px 24px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.4s;
}
.faq__three .faq-collapse-item-card-header h6 {
  transition: 0.3s;
}
.faq__three .faq-collapse-item-card-header i {
  font-size: 20px;
  color: var(--primary-color-1);
  transition: 0.3s;
}
.faq__three .faq-collapse-item-card.active .faq-collapse-item-card-header {
  background-color: var(--primary-color-1);
  border-color: var(--primary-color-1);
}
.faq__three .faq-collapse-item-card.active .faq-collapse-item-card-header h6 {
  color: var(--white);
}
.faq__three .faq-collapse-item-card.active .faq-collapse-item-card-header i {
  color: var(--white);
}

@media (max-width: 1199px) {
  .faq__two-image {
    max-width: 100%;
  }
}
/*==========================================================================
Pricing Plan One CSS
==========================================================================*/
.pricing-plan__one-single-pricing-wrapper {
  border-radius: 5px;
  transition: 0.4s;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.pricing-plan__one-single-pricing-wrapper:hover {
  transform: translateY(-5px);
}
.pricing-plan__one-single-pricing-plan {
  background: var(--white);
  padding: 45px 35px 38px 35px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing-plan__one-single-pricing-plan::before {
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--primary-color-1);
  position: absolute;
  top: -23pc;
  left: -10pc;
  z-index: 0;
  transition: 0.5s;
}
.pricing-plan__one-single-pricing-plan-title {
  margin-bottom: 58px;
  z-index: 1;
  position: relative;
  font-size: 25px;
  color: var(--white);
}
.pricing-plan__one-single-pricing-plan-title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--p-color);
  text-transform: none;
  margin-top: 3px;
  color: var(--white);
}
.pricing-plan__one-single-pricing-plan-price {
  margin-bottom: 15px;
}
.pricing-plan__one-single-pricing-plan-price span {
  text-transform: lowercase;
  font-size: 18px;
}
.pricing-plan__one-single-pricing-plan p {
  text-transform: none;
  margin-bottom: 27px;
  width: 86%;
}
.pricing-plan__one-single-pricing-plan-benefits {
  margin-bottom: 45px;
}
.pricing-plan__one-single-pricing-plan-benefits span {
  display: block;
  font-size: 18px;
  margin-bottom: 13px;
  color: var(--p-color);
}
.pricing-plan__one-single-pricing-plan-benefits span i {
  color: var(--primary-color-1);
  margin-right: 10px;
  transition: 0.3s;
}
.pricing-plan__one-single-pricing-plan:hover::before {
  top: -22pc;
  left: -9pc;
}

/*==========================================================================
Pricing Plan Two CSS
==========================================================================*/
.pricing-plan__two-single-pricing-wrapper {
  transition: 0.4s;
}
.pricing-plan__two-single-pricing-wrapper:hover {
  transform: translateY(-5px);
}
.pricing-plan__two-single-pricing-plan {
  background: var(--white);
  padding: 45px 35px 38px 35px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border: 1px solid var(--border-color-2);
}
.pricing-plan__two-single-pricing-plan-title {
  z-index: 1;
  position: relative;
  border-bottom: 1px solid var(--border-color-2);
  padding-bottom: 15px;
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 500;
}
.pricing-plan__two-single-pricing-plan-title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--p-color);
  text-transform: none;
  margin-bottom: 5px;
  font-family: var(--body-font);
}
.pricing-plan__two-single-pricing-plan-price {
  font-size: 34px;
  text-align: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--primary-color-1);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
}
.pricing-plan__two-single-pricing-plan-price span {
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--body-font);
  display: block;
}
.pricing-plan__two-single-pricing-plan-benefits {
  margin-bottom: 45px;
}
.pricing-plan__two-single-pricing-plan-benefits span {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--p-color);
}
.pricing-plan__two-single-pricing-plan-benefits span i {
  color: var(--primary-color-1);
  margin-right: 10px;
  transition: 0.3s;
}
.pricing-plan__two-single-pricing-plan .btn-one {
  background-color: transparent;
  color: var(--black);
  border: 1px solid var(--border-color-2);
}
.pricing-plan__two-single-pricing-plan .btn-one:hover {
  color: var(--white);
}
.pricing-plan__two-single-pricing-plan .btn-one::before {
  background-color: var(--primary-color-1);
}
.pricing-plan__two-single-pricing-plan:hover::before {
  top: -22pc;
  left: -9pc;
}

/*==========================================================================
Shop Area Style
==========================================================================*/
.shop__area h2 {
  margin-bottom: 50px;
}
.shop__area .content {
  text-align: center;
}
.shop__area .content a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-top: 27px;
  margin-bottom: 10px;
}
.shop__area .content span {
  font-weight: 500;
  margin-bottom: 18px;
}
.shop__area .content .cart-btn {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--color-2);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.4s;
}
.shop__area .content .cart-btn:hover {
  background-color: var(--primary-color-1);
  color: var(--white);
}

.shop-cart-single .image {
  width: 100%;
  height: 100%;
}
.shop-cart-single .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==========================================================================
Cart Area Style
==========================================================================*/
.cart__area-cart {
  border: 1px solid var(--border-color-2);
  margin-right: -43px;
}

.cart-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color-2);
  padding: 8px 16px;
}
.cart-top h5 {
  font-size: 22px;
}

.single-cart-item {
  display: flex;
  justify-content: space-between;
  padding: 24px 16px;
  border-bottom: 1px solid var(--border-color-2);
}
.single-cart-item:last-child {
  border-bottom: 0;
}
.single-cart-item .cart-img {
  width: 160px;
}
.single-cart-item-details {
  display: flex;
  gap: 20px;
}
.single-cart-item-details h4 {
  font-size: 22px;
}
.single-cart-item-details span {
  font-weight: 600;
  margin-bottom: 10px;
}
.single-cart-item-details p {
  font-size: 12px;
  margin-bottom: 15px;
}
.single-cart-item-details .quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color-2);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  margin-bottom: 18px;
}
.single-cart-item-details .quantity-selector span {
  margin-bottom: 0;
  padding: 0 7px;
  font-size: 15px 12px;
  width: 35px;
  text-align: center;
}
.single-cart-item-details .quantity-selector i {
  opacity: 0.8;
  cursor: pointer;
  padding: 15px 15px;
  font-size: 10px;
}
.single-cart-item-details .quantity-selector i:hover {
  opacity: 1;
}
.single-cart-item-details .remove-item {
  font-size: 12px;
  text-decoration: underline;
  transition: 0.3s;
}
.single-cart-item-details .remove-item i {
  font-size: 10px;
  margin-left: 3px;
}
.single-cart-item-details .remove-item:hover {
  color: red;
}

.cart__area-calculation-row {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  border: 0;
  border-top: 1px solid var(--border-color-2);
}
.cart__area-calculation-title {
  padding: 8px 0;
  border-top: 0;
}
.cart__area-calculation-title h6 {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--body-font);
}
.cart__area-calculation-subtotal h6 {
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 600;
}
.cart__area-calculation-total h6 {
  font-weight: 700;
  font-family: var(--body-font);
}
.cart__area-calculation-total .total-price {
  font-weight: 600;
}
.cart__area-calculation-coupon .faq-collapse-item {
  width: 100%;
}
.cart__area-calculation-coupon h6 {
  font-family: var(--body-font);
  font-size: 16px;
  text-transform: none;
  opacity: 0.7;
}
.cart__area-calculation-coupon .faq-collapse-item-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.cart__area-calculation-coupon .coupon {
  margin-top: 25px;
}
.cart__area-calculation-coupon .coupon form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.cart__area-calculation-coupon .coupon button {
  border-radius: 0;
  border-radius: 5px;
}
.cart__area-calculation-coupon .coupon button i {
  font-size: 18px;
}
.cart__area-calculation .btn-one::before {
  border-radius: 0.25rem;
  left: 0;
  top: -100%;
}
.cart__area-calculation .btn-one:hover::before {
  top: 0;
}

.stylish-input {
  border: 1px solid var(--border-color-2);
  border-radius: 5px;
  background: none;
  padding: 1em 0.5em;
  font-size: 16px;
  color: var(--black);
  margin-right: 8px;
  transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.stylish-input-group {
  position: relative;
}

.stylish-input:focus, .stylish-input:valid {
  outline: none;
  border-color: var(--black);
  left: 0;
  opacity: 1;
}

.stylish-input:focus ~ label, .stylish-input:valid ~ label {
  transform: translateY(-50%) scale(0.8);
  background-color: var(--white);
  padding: 0 0.2em;
  color: var(--black);
  left: 0;
  opacity: 1;
}

.user-label {
  position: absolute;
  left: 15px;
  top: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.6;
}

@media (max-width: 992px) {
  .cart__area-cart {
    border: 1px solid var(--border-color-2);
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .single-cart-item-details {
    flex-direction: column;
  }
}
/*==========================================================================
Checkout Scss
==========================================================================*/
.paragrah {
  margin-bottom: 60px;
}
.paragrah:last-child {
  margin-bottom: 0;
}
.paragrah h6 {
  font-weight: 600;
  margin-bottom: 18px;
}
.paragrah p {
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--black);
  opacity: 0.8;
}
.paragrah span {
  font-size: 12px;
}

.select-option {
  border: 1px solid var(--border-color-2);
  border-radius: 5px;
  position: relative;
}
.select-option .select-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.select-option .left {
  width: 100%;
}
.select-option .left label {
  position: absolute;
  font-size: 13px;
  left: 11px;
  opacity: 0.8;
}
.select-option .left select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 22px 10px 5px;
}

.checkout-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.checkout-bottom-wrappper {
  border-top: 1px solid var(--border-color-2);
  padding-top: 45px;
  margin-top: 40px;
}
.checkout-bottom-wrappper p {
  font-size: 16px;
  margin-bottom: 35px;
}
.checkout-bottom-wrappper a {
  transition: 0.4s;
}
.checkout-bottom-wrappper a i {
  margin-right: 8px;
}
.checkout-bottom-wrappper a:hover {
  color: var(--primary-color-1);
}
.checkout-bottom-wrappper input {
  width: 390px;
  border-radius: 5px;
  border: 0;
}

.checkout-area-form {
  margin-right: -50px;
}

/* Checkout sidebar */
.order-summary-list h6 {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: var(--body-font);
  padding: 17px 0 8px 19px;
}
.order-summary-list .single-card {
  display: flex;
  padding: 8px 22px;
  gap: 30px;
  margin-bottom: 25px;
}
.order-summary-list .single-card .summary-img {
  position: relative;
}
.order-summary-list .single-card .summary-img .quantity {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -6px;
  background: var(--primary-color-1);
  text-align: center;
  line-height: 20px;
  color: var(--white);
  opacity: 1;
  outline: 1px solid var(--white);
}
.order-summary-list .single-card .summary-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.order-summary-list .single-card span {
  font-size: 14px;
  opacity: 0.7;
}
.order-summary-list .single-card .price {
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
}
.order-summary-list .single-card p {
  font-size: 14px;
  margin-top: 8px;
}

.cart__area-calculation.checkout-sidebar {
  border: 1px solid var(--border-color-2);
}

@media (max-width: 992px) {
  .checkout-area-form {
    margin-right: 0;
  }
}
/* Checkbox input styling */
.stylish-checkBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.check-box {
  position: absolute;
  visibility: hidden;
}

.label-text {
  transform: translateY(0) scale(1) !important;
  background-color: transparent !important;
  width: calc(95% - 15px);
}

.checkBox-main {
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 1px black;
}

.checkBox-main div {
  width: 60px;
  height: 60px;
  background-color: black;
  top: -52px;
  left: -52px;
  position: absolute;
  transform: rotateZ(45deg);
  z-index: 100;
  transition: 300ms ease;
}

.check-box:checked + .checkBox-main div {
  left: -10px;
  top: -10px;
}

.note-textarea {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  resize: none;
}

.check-box:checked ~ .note-textarea {
  opacity: 1;
  visibility: visible;
  height: 150px;
}

.checkBox-main {
  transform: scale(1) translateY(0) !important;
}

/*==========================================================================
* Horizontal Scroll Animation
==========================================================================*/
.horizontal-scroll {
  padding: 21px 0;
  background: var(--primary-color-1);
  margin-bottom: -1px;
}
.horizontal-scroll.style-two {
  background: var(--primary-color-4);
}
.horizontal-scroll.style-two .horizontal-scroll-icon {
  color: #f9a890;
}
.horizontal-scroll-active {
  padding: 0;
}
.horizontal-scroll-icon {
  margin: 0 45px;
  font-size: 28px;
  color: #037756;
}
.horizontal-scroll-single-item {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.horizontal-scroll-single-item h3 {
  font-size: 30px;
  color: var(--white);
  font-weight: 400;
}

.request-quote__area form label {
  font-size: 18px;
}
.request-quote__area form input::-moz-placeholder {
  font-size: 18px;
  margin-bottom: 10px;
}
.request-quote__area form input::placeholder {
  font-size: 18px;
  margin-bottom: 10px;
}
.request-quote__area-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
}
.request-quote__area-input-field {
  width: 49%;
}
.request-quote__area-input-field label {
  margin-bottom: 10px;
}
.request-quote__area-service-input {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin: 30px 0;
}
.request-quote__area-service-input span {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .request-quote__area-input-field {
    width: 100%;
  }
}
/*==========================================================================
Sidebar CSS
==========================================================================*/
.page-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-item-single {
  background-color: var(--color-2);
  padding: 30px 35px;
  border-radius: 10px;
  border: 1px solid var(--border-color-4);
  margin-bottom: 32px;
}
.sidebar-item-single:last-child {
  margin-bottom: 0;
}
.sidebar-item-single-title {
  margin-bottom: 28px;
  border-bottom: 1px solid var(--border-color-3);
  padding-bottom: 13px;
  position: relative;
}
.sidebar-item-single-title::before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: var(--primary-color-1);
  position: absolute;
  bottom: -1px;
}
.sidebar-item-single.sidebar-search form {
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 10px;
}
.sidebar-item-single.sidebar-search form button {
  border-radius: 5px;
}
.sidebar-item-single.sidebar-recent-blog .recent-blog-single {
  background-color: var(--white);
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid var(--border-color-2);
  margin-bottom: 23px;
}
.sidebar-item-single.sidebar-recent-blog .recent-blog-single:last-child {
  margin-bottom: 0;
}
.sidebar-item-single.sidebar-recent-blog .recent-blog-single .blog__one-single-blog-content-top span {
  font-size: 16px !important;
}
.sidebar-item-single.sidebar-recent-blog .recent-blog-single a {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--heading-font);
  opacity: 0.75;
  transition: 0.3s;
}
.sidebar-item-single.sidebar-recent-blog .recent-blog-single a:hover {
  opacity: 1;
  color: var(--primary-color-1);
}
.sidebar-item-single.sidebar-blog-tags .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar-item-single.sidebar-blog-tags .tags a {
  background-color: var(--white);
  padding: 5px 18px;
  border-radius: 4px;
  border: 1px solid var(--border-color-3);
  transition: 0.4s;
}
.sidebar-item-single.sidebar-blog-tags .tags a:hover {
  background-color: var(--primary-color-1);
  border-color: var(--primary-color-1);
  color: var(--white);
}
.sidebar-item-single.sidebar-contact {
  background-color: var(--primary-color-1);
  border-color: var(--primary-color-1);
  border-radius: 20px;
  padding: 45px 51px;
  text-align: center;
}
.sidebar-item-single.sidebar-contact h3 {
  font-size: 40px;
  color: var(--white);
  margin-bottom: 20px;
  margin-bottom: 15px;
}
.sidebar-item-single.sidebar-contact p {
  color: var(--white);
  margin-bottom: 15px;
}
.sidebar-item-single.sidebar-contact .call-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  display: block;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2117647059);
  border-radius: 50%;
  color: transparent;
  -webkit-text-stroke: 3px var(--white);
  font-size: 33px;
  margin-bottom: 33px;
}
.sidebar-item-single.sidebar-contact a {
  font-size: 28px;
  color: var(--white);
  font-family: var(--heading-font);
  font-weight: 500;
}
.sidebar-item-single.sidebar-project-info .project-info-single {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  margin-bottom: 18px;
  padding: 14px 20px;
  border-radius: 50px;
  border: 1px solid var(--border-color-2);
}
.sidebar-item-single.sidebar-project-info .social {
  margin-top: 25px;
}
.sidebar-item-single.sidebar-project-info .social a i {
  width: 48px;
  height: 48px;
  color: var(--black);
  border-color: var(--border-color-4);
  font-size: 16px;
}
.sidebar-item-single.sidebar-project-info .social a i:hover {
  color: var(--white);
}
.sidebar-item-single.sidebar-download .download-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  margin-bottom: 25px;
  padding: 14px 20px;
  border-radius: 50px;
  border: 1px solid var(--border-color-2);
}
.sidebar-item-single.sidebar-download .download-single i {
  color: var(--primary-color-1);
}
.sidebar-item-single.sidebar-download .download-single h6 {
  transition: 0.4s;
}
.sidebar-item-single.sidebar-download .download-single h6:hover {
  color: var(--primary-color-1);
}
.sidebar-item-single.sidebar-download .download-single:last-child {
  margin-bottom: 0;
}
.sidebar-item-single.sidebar-solutions .solutions-single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  margin-bottom: 25px;
  padding: 17px 20px;
  border-radius: 10px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
}
.sidebar-item-single.sidebar-solutions .solutions-single h6 {
  font-size: 18px;
  transition: 0.3s;
}
.sidebar-item-single.sidebar-solutions .solutions-single i {
  color: var(--primary-color-1);
  font-size: 13px;
  background: var(--color-2);
  padding: 8px;
  border-radius: 50%;
  transition: 0.3s;
}
.sidebar-item-single.sidebar-solutions .solutions-single:hover {
  background-color: var(--primary-color-1);
}
.sidebar-item-single.sidebar-solutions .solutions-single:hover h6 {
  color: var(--white);
}
.sidebar-item-single.sidebar-solutions .solutions-single:hover i {
  background: rgba(255, 255, 255, 0.1019607843);
  color: var(--white);
}
.sidebar-item-single.sidebar-solutions .solutions-single:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .blog__details-comment-form form :nth-child(1), .blog__details-comment-form form :nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .blog__details-comment-form {
    padding: 20px 30px;
  }
  .blog__details-comment-form h4 {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .sidebar-item-single {
    padding: 24px 20px;
  }
  .sidebar-item-single.sidebar-search form {
    flex-direction: column;
  }
  .sidebar-item-single.sidebar-contact h3 {
    font-size: 35px;
  }
  .sidebar-item-single.sidebar-contact {
    padding: 38px 30px;
  }
}
/*==========================================================================
Login Area CSS
==========================================================================*/
.login-form {
  max-width: 700px;
  margin: auto;
  background-color: var(--color-2);
  border: 1px solid var(--border-color-2);
  padding: 40px 50px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
}
.login-form h2 {
  margin-bottom: 30px;
}
.login-form label {
  font-size: 18px;
  opacity: 0.8;
  margin-bottom: 10px;
}
.login-form label span {
  color: #a00;
}
.login-form input {
  margin-bottom: 18px;
}
.login-form .btn-one {
  display: block;
  border-radius: 3px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
  margin-top: 5px;
}
.login-form .btn-one::before {
  border-radius: 3px;
}
.login-form a {
  display: block;
}

@media (max-width: 480px) {
  .login-form {
    padding: 30px 20px;
  }
}
/*==========================================================================
Subscribe One CSS
==========================================================================*/
.subscribe__one {
  background-color: var(--primary-color-1);
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.subscribe__one h2 {
  color: var(--white);
  margin-bottom: 30px;
  font-weight: 500;
}
.subscribe__one h2 span {
  font-weight: 100;
}
.subscribe__one-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.subscribe__one-form input {
  background-color: transparent;
  width: 453px;
  height: 62px;
  border: 2px solid rgb(51, 208, 158);
  padding: 0 0 0 25px;
  color: var(--text-heading-color);
  border-radius: 50px;
  transition: 0.4s;
}
.subscribe__one-form input:focus {
  border-color: var(--border-color-4);
}
.subscribe__one-form input::-moz-placeholder {
  color: var(--white);
}
.subscribe__one-form input::placeholder {
  color: var(--white);
}
.subscribe__one-form .btn-one {
  background-color: var(--white);
  text-transform: capitalize;
  color: var(--text-heading-color);
}
.subscribe__one-form .btn-one:hover {
  color: var(--white);
}

@media (max-width: 1199px) {
  .subscribe__one-form input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .subscribe__one-form .email-input {
    margin-bottom: 20px;
  }
  .subscribe__one-form .email-input input {
    max-width: 100%;
  }
  .subscribe__one-content {
    padding: 45px 0 45px 0;
  }
}
@media (max-width: 359px) {
  .subscribe__one-form input {
    height: 70px;
  }
}
/*==========================================================================
Subscribe Two CSS
==========================================================================*/
.subscribe__two {
  margin-bottom: -125px;
  z-index: 5;
  position: relative;
}
.subscribe__two .subscribe__two-wrapper {
  background-color: var(--primary-color-4);
  border-radius: 20px;
  padding: 68px 58px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.subscribe__two h2 {
  color: var(--white);
}
.subscribe__two-right {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.subscribe__two-right .btn-four {
  background-color: #0D0C24;
  color: var(--white);
}
.subscribe__two-right .btn-four:hover {
  color: var(--black);
}
.subscribe__two-right .btn-four:hover i {
  color: var(--black);
}
.subscribe__two-right .btn-four::before {
  background-color: var(--white);
}
.subscribe__two .contact {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #F36940;
  color: var(--white);
  border-radius: 100px;
  padding: 10px 25px;
}
.subscribe__two .contact span {
  display: block;
  font-size: 13px;
  line-height: 1;
  text-align: left;
  margin-bottom: 3px;
}
.subscribe__two .contact a {
  display: block;
  font-size: 15px;
  font-family: var(--heading-font);
  font-weight: 600;
}
.subscribe__two .contact i {
  font-size: 30px;
}

@media (max-width: 359px) {
  .subscribe__two .subscribe__two-wrapper {
    padding: 30px 30px;
  }
  .subscribe__two-right {
    gap: 15px;
  }
  .subscribe__two .contact {
    padding: 10px 16px;
  }
}
/*==========================================================================
Footer One CSS
==========================================================================*/
.footer__one {
  position: relative;
  z-index: 1;
  background-color: var(--color-1);
  padding-top: 90px;
}
.footer__one-widget h5 {
  color: var(--white);
  margin-bottom: 20px;
}
.footer__one-widget-about a img {
  max-width: 135px;
  margin-bottom: 20px;
}
.footer__one-widget-about p {
  color: #C3C7C6;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 30px;
}
.footer__one-widget-contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.footer__one-widget-contact-info-item:last-child {
  margin-bottom: 0;
}
.footer__one-widget-contact-info-item-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
  background-color: var(--primary-color-1);
  color: var(--white);
}
.footer__one-widget-contact-info-item-txt span {
  font-size: 16px;
  color: #C3C7C6;
  font-weight: 400;
  display: block;
}
.footer__one-widget-contact-info-item-txt a {
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  display: block;
  transition: 0.4s;
  text-transform: none;
}
.footer__one-widget-contact-info-item-txt a:hover {
  color: var(--primary-color-1);
}
.footer__one-widget-solution ul {
  padding: 0;
  margin: 0;
}
.footer__one-widget-solution ul li {
  padding: 0;
  list-style: none;
  margin-bottom: 12px;
}
.footer__one-widget-solution ul li:last-child {
  margin: 0;
}
.footer__one-widget-solution ul li a {
  color: #C3C7C6;
  transition: 0.4s;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.footer__one-widget-solution ul li a i {
  font-size: 12px;
  margin-right: 7px;
}
.footer__one-widget-solution ul li a:hover {
  color: var(--primary-color-1);
  padding-left: 10px;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: 2.1fr 2.1fr;
  gap: 20px 100px;
}

@media (max-width: 1199px) {
  .footer-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px 85px;
  }
}
@media (max-width: 575px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
/*==========================================================================
Footer Two CSS
==========================================================================*/
.footer__two {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__two-widget h5 {
  color: var(--color-3);
  margin-bottom: 20px;
}
.footer__two-widget-newsletter form {
  position: relative;
}
.footer__two-widget-newsletter form input {
  border-radius: 50px;
  padding: 0 25px;
}
.footer__two-widget-newsletter form button {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: var(--primary-color-2);
  padding: 0;
  border-radius: 0 50px 50px 0;
  right: 0;
}
.footer__two-widget-newsletter p {
  color: #4d4d4d;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer__two-widget-contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.footer__two-widget-contact-info-item:last-child {
  margin-bottom: 0;
}
.footer__two-widget-contact-info-item-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--primary-color-2);
}
.footer__two-widget-contact-info-item-txt span {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 400;
  display: block;
}
.footer__two-widget-contact-info-item-txt a {
  color: #4d4d4d;
  font-weight: 600;
  font-size: 16px;
  display: block;
  transition: 0.4s;
  text-transform: none;
}
.footer__two-widget-contact-info-item-txt a:hover {
  color: var(--primary-color-2);
}
.footer__two-widget-solution ul {
  padding: 0;
  margin: 0;
}
.footer__two-widget-solution ul li {
  padding: 0;
  list-style: none;
  margin-bottom: 12px;
}
.footer__two-widget-solution ul li:last-child {
  margin: 0;
}
.footer__two-widget-solution ul li a {
  color: #4d4d4d;
  transition: 0.4s;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.footer__two-widget-solution ul li a i {
  font-size: 12px;
  margin-right: 7px;
}
.footer__two-widget-solution ul li a:hover {
  color: var(--primary-color-2);
  padding-left: 10px;
}
.footer__two .footer-wrapper {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 32px;
}

@media (max-width: 1399px) {
  .footer__two .footer-wrapper {
    grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  }
}
@media (max-width: 1199px) {
  .footer__two .footer-wrapper {
    grid-template-columns: 1.4fr 0.8fr 1fr 1.4fr;
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .footer__two .footer-wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
  }
}
@media (max-width: 767px) {
  .copyright__one.two .social {
    justify-content: center !important;
  }
}
@media (max-width: 575px) {
  .footer__two-widget-newsletter form button {
    right: 0;
  }
  .footer__two .footer-wrapper {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}
/*==========================================================================
Footer Three CSS
==========================================================================*/
.footer__three {
  position: relative;
  z-index: 1;
  background-color: var(--color-7);
  padding-top: 90px;
}
.footer__three .footer-wrapper {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.3fr 1fr;
  gap: 20px 100px;
}
.footer__three-widget h5 {
  color: var(--white);
  margin-bottom: 20px;
}
.footer__three-widget-about a img {
  max-width: 135px;
  margin-bottom: 20px;
}
.footer__three-widget-about p {
  color: #C3C7C6;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer__three-widget-about form {
  position: relative;
  width: 308px;
}
.footer__three-widget-about form input {
  border-radius: 50px;
  padding: 0 25px;
  background-color: transparent;
  color: var(--white);
  border-color: var(--border-color-1);
  transition: 0.4s;
}
.footer__three-widget-about form input::-moz-placeholder {
  color: var(--white);
}
.footer__three-widget-about form input::placeholder {
  color: var(--white);
}
.footer__three-widget-about form input:focus {
  border-color: var(--primary-color-3);
  color: var(--white);
}
.footer__three-widget-about form button {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: var(--primary-color-3);
  padding: 0;
  border-radius: 0 50px 50px 0;
  right: 0;
}
.footer__three-widget-contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.footer__three-widget-contact-info-item:last-child {
  margin-bottom: 0;
}
.footer__three-widget-contact-info-item-txt span {
  font-size: 20px;
  color: var(--white);
  font-weight: 600;
  display: block;
}
.footer__three-widget-contact-info-item-txt a {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  display: block;
  transition: 0.4s;
  text-transform: none;
  color: #C3C7C6;
}
.footer__three-widget-contact-info-item-txt a:hover {
  color: var(--primary-color-3);
}
.footer__three-widget-solution ul {
  padding: 0;
  margin: 0;
}
.footer__three-widget-solution ul li {
  padding: 0;
  list-style: none;
  margin-bottom: 12px;
}
.footer__three-widget-solution ul li:last-child {
  margin: 0;
}
.footer__three-widget-solution ul li a {
  color: #C3C7C6;
  transition: 0.4s;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.footer__three-widget-solution ul li a i {
  font-size: 12px;
  margin-right: 7px;
}
.footer__three-widget-solution ul li a:hover {
  color: var(--primary-color-3);
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .footer__three .footer-wrapper {
    grid-template-columns: 1.8fr 0.8fr 1fr 1fr;
    gap: 20px 25px;
  }
}
@media (max-width: 992px) {
  .footer__three .footer-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 35px 65px;
  }
}
@media (max-width: 575px) {
  .footer__three .footer-wrapper {
    grid-template-columns: 1fr;
    gap: 35px 65px;
  }
}
/*==========================================================================
Footer Four CSS
==========================================================================*/
.footer__four {
  position: relative;
  z-index: 1;
  background-color: #fcfaf9;
  padding-top: 210px;
}
.footer__four-widget h5 {
  color: var(--color-1);
  margin-bottom: 20px;
}
.footer__four-widget-about a img {
  max-width: 135px;
  margin-bottom: 20px;
}
.footer__four-widget-about h5 {
  font-size: 22px;
  color: var(--color-1);
}
.footer__four-widget-about p {
  color: var(--color-1);
  text-transform: none;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer__four-widget-about .social a i {
  color: var(--color-1);
  border-color: var(--border-color-2);
}
.footer__four-widget-about .social a i:hover {
  border-color: var(--primary-color-4);
  background-color: var(--primary-color-4);
  color: var(--white);
}
.footer__four-widget-contact-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.footer__four-widget-contact-info-item:last-child {
  margin-bottom: 0;
}
.footer__four-widget-contact-info-item-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 50%;
  background-color: var(--primary-color-4);
  color: var(--white);
}
.footer__four-widget-contact-info-item-txt span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.footer__four-widget-contact-info-item-txt a {
  color: var(--p-color);
  font-weight: 600;
  font-size: 16px;
  display: block;
  transition: 0.4s;
  text-transform: none;
}
.footer__four-widget-contact-info-item-txt a:hover {
  color: var(--primary-color-4);
}
.footer__four-widget-solution ul {
  padding: 0;
  margin: 0;
}
.footer__four-widget-solution ul li {
  padding: 0;
  list-style: none;
  margin-bottom: 12px;
}
.footer__four-widget-solution ul li:last-child {
  margin: 0;
}
.footer__four-widget-solution ul li a {
  color: var(--p-color);
  transition: 0.4s;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.footer__four-widget-solution ul li a i {
  font-size: 12px;
  margin-right: 7px;
}
.footer__four-widget-solution ul li a:hover {
  color: var(--primary-color-4);
  padding-left: 10px;
}
.footer__four .footer-wrapper {
  grid-template-columns: 1.4fr 1fr 1fr 0.5fr;
  gap: 100px;
}

@media (max-width: 1399px) {
  .footer__four .footer-wrapper {
    grid-template-columns: 1.3fr 1fr 1fr 0.8fr;
    gap: 100px;
  }
}
@media (max-width: 1199px) {
  .footer__four .footer-wrapper {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .footer__four .footer-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media (max-width: 480px) {
  .footer__four .footer-wrapper {
    grid-template-columns: 1fr;
  }
  .footer__four .footer-wrapper .social {
    justify-content: start;
  }
}
/*==========================================================================
Footer Copyright CSS
==========================================================================*/
.copyright__one-container-area {
  background-color: #14133B;
  padding: 28px 15px;
  border-radius: 10px 10px 0 0;
  margin: auto;
  margin-top: 75px;
  max-width: 100%;
}
.copyright__one-left p {
  color: rgba(255, 255, 255, 0.8);
}
.copyright__one-left p a {
  color: var(--primary-color-1);
  text-decoration: underline;
}
.copyright__one-right {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 3px;
}
.copyright__one-right a {
  font-size: 16px;
  transition: 0.3s;
}
.copyright__one-right a:hover {
  color: var(--primary-color-1);
}
.copyright__one.two .copyright__one-container-area {
  background-color: transparent;
  border-top: 1px solid var(--border-color-3);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.copyright__one.two .copyright__one-left p {
  color: #4d4d4d;
}
.copyright__one.two .copyright__one-left p a {
  color: var(--primary-color-2);
}
.copyright__one.two .social {
  justify-content: end;
}
.copyright__one.two .social a i {
  border-color: var(--border-color-2);
  color: var(--color-3);
}
.copyright__one.two .social a i:hover {
  background-color: var(--primary-color-2);
  color: var(--white);
  border-color: var(--primary-color-2);
}
.copyright__one.three {
  background-color: var(--color-7);
  border-top: 1px solid var(--border-color-1);
  margin-top: 100px;
}
.copyright__one.three .copyright__one-container-area {
  background-color: transparent;
  padding: 28px 0;
  margin: 0;
}
.copyright__one.three .copyright__one-left p a {
  color: var(--primary-color-3);
}
.copyright__one.three .copyright__one-right a:hover {
  color: var(--primary-color-3);
}
.copyright__one.four {
  border-top: 1px solid var(--border-color-4);
  margin-top: 100px;
}
.copyright__one.four .copyright__one-container-area {
  background-color: transparent;
  padding: 28px 0;
  margin: 0;
}
.copyright__one.four .copyright__one-left p {
  color: var(--p-color);
}
.copyright__one.four .copyright__one-left p a {
  color: var(--primary-color-4);
}
.copyright__one.four .copyright__one-right a {
  color: var(--p-color);
}
.copyright__one.four .copyright__one-right a:hover {
  color: var(--primary-color-4);
}

@media (max-width: 991px) {
  .copyright__one-left {
    text-align: center;
  }
  .copyright__one-right {
    justify-content: center;
  }
}
/*==========================================================================
404 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;
}

@media (max-width: 575px) {
  .error-page h1 {
    font-size: 140px;
    line-height: 150px;
  }
}/*# sourceMappingURL=style.css.map */