/*Transition*/
:root {
  --icon-color: #262626;
  --icon-color-rgba: 212, 22, 64;
  --scrollbar-width: 4px;
  --primary-color: #95B485;
  --secondary-color: #95b7c4;
  --white: #fff;
  --black: #000;
  --body-font: 'Jost', sans-serif;
  --title-font: "Bona Nova", serif;
  --body-color: #7B7B7B;
}


/*SVG Color*/
/*****************************
  Typography
*****************************/
body {
  font-family: var(--body-font);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.7;
  color: var(--body-color);
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  outline: medium none !important;
  color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:focus {
  color: #000000;
  text-decoration: none !important;
}

a:hover {
  color: #000000;
  text-decoration: none !important;
}

a.text-dark:focus {
  color: var(--secondary-color) !important;
}

a.text-dark:hover {
  color: var(--secondary-color) !important;
}

input {
  outline: medium none !important;
  color: var(--secondary-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--title-font);
  color: #262626;
  margin: 0px 0px 1rem;
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6 {
  color: #ffffff;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6 {
  color: #ffffff;
}

.bg-black p,
.bg-dark p {
  color: var(--body-color);
}

iframe {
  width: 100%;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 72px;
  font-style: normal;
  line-height: 82px;
}

h2 {
  font-size: 62px;
  line-height: 72px;
}

h3 {
  font-size: 34px;
  line-height: 42px;
}

h4 {
  font-size: 26px;
  line-height: 36px;
}

h5 {
  font-size: 22px;
  line-height: 34px;
}

h6 {
  font-size: 20px;
  line-height: 32px;
}

*::-moz-selection {
  background: var(--secondary-color);
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--secondary-color);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: var(--secondary-color);
  color: #ffffff;
  text-shadow: none;
}

/* container-fluid */
.container-fluid.container-space {
  padding: 0 100px;
}

@media (min-width: 1499px) {
  .container {
    max-width: 1424px;
  }
}

/*----------------------------------*/
/* Dropcaps */
/*----------------------------------*/
.dropcap-style-1 {
  float: left;
  display: block;
  background-color: transparent;
  color: #262626;
  font-size: 57px;
  height: 55px;
  line-height: 48px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 60px;
  padding-right: 5px;
  overflow: visible;
}

.dropcap-style-2 {
  float: left;
  display: block;
  font-size: 47px;
  padding: 0;
  color: #ffffff;
  margin: .15em .4em 0 0;
  text-align: center;
  font-weight: 500;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  line-height: 64px;
  border-radius: 0;
  background-color: var(--secondary-color);
}

/* blockquote */
.blockquote {
  border-left: 5px solid var(--secondary-color);
  padding-left: 30px;
  font-style: italic;
  position: relative;
  margin: 0;
}

.typography-section .hr {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #eeeeee;
}

/*figure*/
figure.caption {
  width: 253px;
}

figure.caption .caption-text {
  margin: 14px 0px;
  text-align: center;
}

figure.caption.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

figure.caption.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

/*************************
       Responsive
*************************/
@media (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  /* pagination */
  .pagination {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 70px;
  }

  h2 {
    font-size: 36px;
    line-height: 46px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 26px;
    line-height: 36px;
  }

  h5 {
    font-size: 22px;
    line-height: 32px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }


  .typography-section .hr {
    margin-top: 50px;
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  /* breadcrumb */
  .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

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

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

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

}

/*****************************
  Helper Classes
*****************************/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}

/* color */
.text-primary {
  color: var(--secondary-color) !important;
}

.text-light {
  color: #dfdfdf !important;
}

.text-dark {
  color: #000000 !important;
}

/* fill colors for svg */
.fill-dark {
  fill: #141414;
}

.fill-primary {
  fill: var(--secondary-color);
}

.fill-light {
  fill: #f6f6f6;
}

.fill-white {
  fill: #ffffff;
}

/* background */
.bg-primary {
  background-color: var(--secondary-color) !important;
}

.bg-secondary {
  background-color: #262626 !important;
}

.bg-dark {
  background-color: #141414 !important;
}

.bg-light {
  background-color: #F1F5F2 !important;
}

.bg-black {
  background-color: #000000 !important;
}

/* Page section margin padding */
.space-ptb {
  padding: 120px 0;
}

.space-pt {
  padding: 120px 0 0;
}

.space-pb {
  padding: 0 0 120px;
}

.space-medium-ptb {
  padding: 90px 0;
}

.space-medium-pt {
  padding: 90px 0 0;
}

.space-medium-pb {
  padding: 0 0 90px;
}

.space-small-ptb {
  padding: 60px 0;
}

.space-small-pt {
  padding: 60px 0 0;
}

.space-small-pb {
  padding: 0 0 60px;
}

.padding-start {
  padding-left: 110px;
}

.padding-end {
  padding-right: 110px;
}

.full-width {
  padding: 0 150px;
}

.full-width-md {
  padding: 0 60px;
}

.space-small-pe {
  margin-right: 50px;
}

.row-gap-70 {
  row-gap: 70px;
}

/* Smooth Scroll */
.scroll-wrapper {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* Background overlay */
.bg-overlay-primary-15 {
  position: relative;
  z-index: 1;
}

.bg-overlay-primary-15:before {
  background: rgba(149, 180, 133, 0.15);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


/* Text Stroke */
.bg-text-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block;
}

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/* ------------------------
  Splitting Text
------------------------*/
.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.ras-text-animated .char {
  animation-fill-mode: both;
  animation-duration: 1000ms;
  animation-delay: calc(200ms + calc(15ms * var(--char-index)));
}

.splitting.ras-text-animated .char {
  animation-name: uicoreFadeInUp, uicoreFadeIn !important;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0, 0, 0.2, 1);
}

@keyframes uicoreFadeInUp {
  0% {
    transform: translate3d(0, 40px, 0);
  }

  100% {
    transform: translateZ(0);
  }
}

@keyframes uicoreFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes weight {
  from {
    font-weight: 100;
  }

  50% {
    font-weight: 600;
  }

  to {
    font-weight: 500;
  }
}


.grayscale,
.img-grayscale {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.grayscale:hover {
  filter: inherit;
}

/*----------------------------*/
/* Section BG Image */
/*----------------------------*/
.section-bg-half {
  position: relative;
}

.section-bg-half .bg-fixed {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}

.section-bg-half .bg-fixed.clm-3 {
  width: 25%;
}

.section-bg-half .bg-fixed.clm-4 {
  width: 33.3333%;
}

.section-bg-half .bg-fixed.clm-5 {
  width: 41.6666%;
}

.section-bg-half .bg-fixed.clm-6 {
  width: 50%;
}

.section-bg-half .bg-fixed.clm-7 {
  width: 58.3333%;
}

.section-bg-half .bg-fixed.clm-8 {
  width: 66.6666%;
}

/*=====================================================*/
/* Grid Col - CSS */
/*=====================================================*/
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
}

.grid-justify-center {
  justify-items: center;
}

.grid-align-center {
  align-items: center;
}

.grid-gap-60 {
  grid-gap: 60px;
}

.grid-gap-50 {
  grid-gap: 50px 30px;
}

.grid-gap-30 {
  grid-gap: 30px 30px;
}

.grid-gap-15 {
  grid-gap: 15px 30px;
}

.grid-gap-10 {
  grid-gap: 10px;
}

.grid-gap-5 {
  grid-gap: 5px;
}

.grid-gap-0 {
  grid-gap: 0;
}

.grid-wrapper.grid-xl-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-wrapper.grid-xl-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-wrapper.grid-xl-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-wrapper.grid-xl-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-wrapper.grid-xl-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-wrapper.grid-xl-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width: 1199px) {
  .grid-wrapper.grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-wrapper.grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-wrapper.grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-wrapper.grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-wrapper.grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-wrapper.grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .grid-gap-60 {
    grid-gap: 30px;
  }

  .grid-wrapper.grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-wrapper.grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-wrapper.grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-wrapper.grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-wrapper.grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-wrapper.grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .grid-gap-60 {
    grid-gap: 24px;
  }

  .grid-wrapper.grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-wrapper.grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-wrapper.grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-wrapper.grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-wrapper.grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-wrapper.grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media only screen and (max-width: 575px) {
  .grid-wrapper.grid-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-wrapper.grid-xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-wrapper.grid-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-wrapper.grid-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-wrapper.grid-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid-wrapper.grid-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

/*=====================================================*/
/* Rotate CSS */
/*=====================================================*/
.rotate {
  transform: rotate(2deg);
}

.rotate-inverse {
  transform: rotate(-2deg);
}

/*************************
       Responsive
*************************/
@media (max-width: 1199px) {
  .space-ptb {
    padding: 100px 0;
  }

  .space-pt {
    padding: 100px 0 0;
  }

  .space-pb {
    padding: 0 0 100px;
  }

  .full-width {
    padding: 0 40px;
  }

  .full-width-md {
    padding: 0 40px;
  }

  .padding-start {
    padding-left: 40px;
  }

  .padding-end {
    padding-right: 40px;
  }

  .space-small-pe {
    margin-right: 0;
  }

  .rotate {
    transform: rotate(2.5deg);
  }

  .rotate-inverse {
    transform: rotate(-2.5deg);
  }
}

@media (max-width: 1023px) {
  .full-width {
    padding: 0 12px;
  }

  .full-width-md {
    padding: 0 12px;
  }
}

@media (max-width: 991px) {
  .row-gap-70 {
    row-gap: 50px;
  }

  /* Page section margin padding */
  .space-ptb {
    padding: 80px 0;
  }

  .space-pt {
    padding: 80px 0 0;
  }

  .space-pb {
    padding: 0 0 80px;
  }

  .space-medium-ptb {
    padding: 60px 0;
  }

  .space-medium-pt {
    padding: 60px 0 0;
  }

  .space-medium-pb {
    padding: 0 0 60px;
  }

  .space-small-ptb {
    padding: 50px 0;
  }

  .space-small-pt {
    padding: 50px 0 0;
  }

  .space-small-pb {
    padding: 0 0 50px;
  }

  .padding-start {
    padding-left: 20px;
  }

  .padding-end {
    padding-right: 20px;
  }

  .mouse-cursor {
    display: none;
  }
}

@media (max-width: 767px) {

  /* Page section margin padding */
  .space-ptb {
    padding: 50px 0;
  }

  .space-pt {
    padding: 50px 0 0;
  }

  .space-pb {
    padding: 0 0 50px;
  }

  .space-medium-ptb {
    padding: 40px 0;
  }

  .space-medium-pt {
    padding: 40px 0 0;
  }

  .space-medium-pb {
    padding: 0 0 40px;
  }

  .padding-start {
    padding-left: 0px;
  }

  .padding-end {
    padding-right: 0px;
  }

  .row-gap-70 {
    row-gap: 30px;
  }

  .rotate {
    transform: rotate(3deg);
  }

  .rotate-inverse {
    transform: rotate(-3deg);
  }
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  background-color: inherit;
  margin-bottom: 0px;
}

.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 26px;
  line-height: 32px;
  font-family: var(--title-font);
  padding: 20px 20px;
  font-weight: normal;
  background-color: inherit;
  color: #262626;
}

.accordion .accordion-item .accordion-header .accordion-button span {
  width: 100%;
  padding-right: 40px;
}

.accordion .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  content: "";
  background-image: url(arrow.svg);
  background-size: cover;
  font-weight: 600;
  font-size: 20px;
  color: var(--secondary-color);
  height: 26px;
  width: 40px;
}

.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: var(--secondary-color);
}

.accordion .accordion-item .accordion-header .accordion-button:hover:after {
  color: var(--secondary-color);
  content: "";
  background-image: url(d-arrow.svg);
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: inherit;
  box-shadow: inherit;
  outline: inherit;
  color: var(--secondary-color);
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "";
  background-image: url(d-arrow.svg);
  color: var(--secondary-color);
}

.accordion .accordion-item .accordion-button:focus {
  border-color: inherit;
  box-shadow: inherit;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 30px;
  padding-top: 0px;
  color: var(--body-color);
  font-size: 20px;
  line-height: 30px;
}

.accordion .accordion-item:first-of-type {
  border-radius: 0px;
}

.accordion .accordion-item:last-of-type {
  border-radius: 0px;
}

.accordion .accordion-item:last-child {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bg-dark .accordion .accordion-item,
.bg-secondary .accordion .accordion-item,
.bg-black .accordion .accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-dark .accordion .accordion-item h5.accordion-header .accordion-button,
.bg-secondary .accordion .accordion-item h5.accordion-header .accordion-button,
.bg-black .accordion .accordion-item h5.accordion-header .accordion-button {
  color: #ffffff;
}

.bg-dark .accordion .accordion-item h5.accordion-header .accordion-button:after,
.bg-secondary .accordion .accordion-item h5.accordion-header .accordion-button:after,
.bg-black .accordion .accordion-item h5.accordion-header .accordion-button:after {
  color: var(--secondary-color);
}

.bg-dark .accordion .accordion-item h5.accordion-header .accordion-button:hover,
.bg-secondary .accordion .accordion-item h5.accordion-header .accordion-button:hover,
.bg-black .accordion .accordion-item h5.accordion-header .accordion-button:hover {
  color: var(--secondary-color);
}

.bg-dark .accordion .accordion-item h5.accordion-header .accordion-button:hover:after,
.bg-secondary .accordion .accordion-item h5.accordion-header .accordion-button:hover:after,
.bg-black .accordion .accordion-item h5.accordion-header .accordion-button:hover:after {
  color: var(--secondary-color);
}

.bg-dark .accordion .accordion-item h5.accordion-header .accordion-button:not(.collapsed),
.bg-secondary .accordion .accordion-item h5.accordion-header .accordion-button:not(.collapsed),
.bg-black .accordion .accordion-item h5.accordion-header .accordion-button:not(.collapsed) {
  color: var(--secondary-color);
}

.bg-dark .accordion .accordion-item h5.accordion-header .accordion-button:not(.collapsed):after,
.bg-secondary .accordion .accordion-item h5.accordion-header .accordion-button:not(.collapsed):after,
.bg-black .accordion .accordion-item h5.accordion-header .accordion-button:not(.collapsed):after {
  color: var(--secondary-color);
}

/*************************
       Responsive
*************************/
@media (max-width: 991px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    padding: 25px 20px;
  }

  .accordion .accordion-item .accordion-header .accordion-button:after {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px 15px;
    font-size: 20px;
    line-height: 36px;
  }

  .accordion .accordion-item .accordion-header .accordion-button:after {
    font-size: 16px;
    margin-right: 0px;
    height: 21px;
    width: 30px;
  }

  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 15px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 26px;
  }
}

/*****************************
  Action box
*****************************/
.action-box .title {
  color: #ffffff;
}

.action-box .description {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 0 150px;
  color: #ffffff;
}

.action-box.action-box-section {
  margin-top: -200px;
}

/*************************
       Responsive
*************************/
@media (max-width: 1399px) {
  .action-box .description {
    padding: 0 100px;
  }
}

@media (max-width: 1199px) {
  .action-box .description {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .action-box .description {
    padding: 0 0px;
  }
}

@media (max-width: 767px) {
  .action-box .description {
    font-size: 16px;
    line-height: 26px;
  }
}

/*****************************
	Service
*****************************/
.infobox .infobox-icon {
  margin-bottom: 30px;
}

.infobox .infobox-title {
  font-size: 26px;
  line-height: 36px;
  color: #262626;
}

.infobox .infobox-content .infobox-description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.infobox .infobox-content .info-link {
  color: #262626;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease-in-out;
}

.infobox .infobox-content .info-link .btn-arrow {
  padding-left: 5px;
}

.infobox .infobox-content .info-link .btn-arrow svg {
  fill: #262626;
}

.infobox .infobox-content .info-link:hover {
  color: var(--secondary-color);
}

.infobox .infobox-content .info-link:hover .btn-arrow svg {
  fill: var(--secondary-color);
}

.infobox.infobox-style-01 {
  padding-right: 60px;
}

.infobox.infobox-style-01 .infobox-sub-title {
  font-size: 14px;
  color: #262626;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #8B87AB;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.infobox.infobox-style-01 .infobox-sub-title:before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 50px;
  background: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}

.infobox.infobox-style-01 .infobox-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 22px;
}

.infobox.infobox-style-01 .infobox-content .infobox-description {
  margin-bottom: 25px;
}

.infobox.infobox-style-01:hover .infobox-sub-title:before {
  width: 100%;
}

.infobox.infobox-style-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 130px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 38px;
  margin-bottom: 35px;
}

.infobox.infobox-style-02:before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.infobox.infobox-style-02 .infobox-icon {
  flex: 0 0 70px;
}

.infobox.infobox-style-02 .infobox-icon img {
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}

.infobox.infobox-style-02 .infobox-icon svg {
  fill: #262626;
  transition: all 0.3s ease-in-out;
}

.infobox.infobox-style-02 .infobox-content {
  display: flex;
  gap: 35px;
}

.infobox.infobox-style-02 .infobox-content .infobox-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 22px;
}

.infobox.infobox-style-02 .infobox-content .infobox-description {
  margin-bottom: 0px;
}

.infobox.infobox-style-02 .info-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  height: 60px;
  width: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.infobox.infobox-style-02 .info-link .btn-arrow svg {
  fill: rgba(0, 0, 0, 0.1);
}

.infobox.infobox-style-02 .info-link:before {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -7px;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.infobox.infobox-style-02 .info-link:after {
  position: absolute;
  content: "";
  right: -7px;
  bottom: -15px;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.infobox.infobox-style-02:hover:before {
  background: var(--secondary-color);
  width: 100px;
}

.infobox.infobox-style-02:hover .infobox-icon img {
  opacity: 1;
}

.infobox.infobox-style-02:hover .infobox-icon svg {
  fill: var(--secondary-color);
}

.infobox.infobox-style-02:hover .info-link {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.infobox.infobox-style-02:hover .info-link .btn-arrow svg {
  fill: var(--secondary-color);
}

.infobox.infobox-style-02:hover .info-link:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}

.infobox.infobox-style-02:hover .info-link:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}

/*Service*/
.service-style-01 {
  overflow: hidden;
}

.service-style-01 .service-item {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  transition: all 0.3s ease-in-out;
}

.service-style-01 .service-item .service-item-inner {
  display: flex;
  gap: 50px;
  padding: 45px 150px;
  align-items: center;
}

.service-style-01 .service-item .service-icon {
  position: relative;
  z-index: 2;
}

.service-style-01 .service-item .service-icon .icon-img img {
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}

.service-style-01 .service-item .service-title {
  font-size: 52px;
  line-height: 62px;
  font-weight: normal;
  margin: 0;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

.service-style-01 .service-item .service-action {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.service-style-01 .service-item .service-action .btn-arrow svg {
  fill: transparent;
  transition: all 0.3s ease-in-out;
}

.service-style-01 .service-item .service-action .btn-arrow svg path {
  stroke: rgba(38, 38, 38, 0.2);
}

.service-style-01 .service-item .gsap-img-animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  width: 350px;
  height: 350px;
  padding: 8px;
  visibility: hidden;
  object-fit: cover;
  pointer-events: none;
  border: 0px solid #eeeeee;
}

.service-style-01 .service-item .marquee-wrapper {
  overflow: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.service-style-01 .service-item .marquee-wrapper .marquee-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.service-style-01 .service-item .marquee-wrapper .marquee-inner .marquee-item {
  display: flex;
  flex: none;
  align-items: center;
  gap: 15px;
  padding-bottom: 1px;
}

.service-style-01 .service-item .marquee-wrapper .marquee-inner .marquee-item .title {
  position: relative;
  top: 3px;
  font-family: var(--title-font);
  font-size: 92px;
  font-weight: bold;
  line-height: normal;
  color: transparent;
  -webkit-text-stroke: 1px rgba(149, 180, 133, 0.2);
  transition: all 0.3s ease-in-out;
}

.service-style-01 .service-item:first-child {
  border-top: 1px solid #eeeeee;
}

.service-style-01 .service-item:first-child:hover {
  border-top: 1px solid var(--secondary-color);
}

.service-style-01 .service-item:hover {
  border-bottom-color: var(--secondary-color);
}

.service-style-01 .service-item:hover .service-icon .icon-img img {
  opacity: 1;
}

.service-style-01 .service-item:hover .service-icon svg {
  fill: #141414;
}

.service-style-01 .service-item:hover .service-action {
  z-index: 8;
}

.service-style-01 .service-item:hover .service-action .btn-arrow svg {
  fill: var(--secondary-color);
}

.service-style-01 .service-item:hover .service-action .btn-arrow svg path {
  stroke: #95b485;
}

.service-style-01 .service-item:hover .marquee-wrapper {
  opacity: 1;
  pointer-events: auto;
}

/*Service Tabs*/
.service-tabs {
  display: flex;
  gap: 40px;
}

.service-tabs .service-tab-content {
  width: 41.66%;
  position: relative;
}

.service-tabs .service-tab-content .degree {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 99;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  background-color: #95b485;
}

.service-tabs .service-tab-content .degree:before {
  content: "";
  right: -15px;
  bottom: -7px;
  height: 1px;
  width: 100%;
  z-index: -1;
  position: absolute;
  background-color: var(--secondary-color);
}

.service-tabs .service-tab-content .degree:after {
  content: "";
  right: -7px;
  bottom: -15px;
  height: 100%;
  width: 1px;
  z-index: -1;
  position: absolute;
  background-color: var(--secondary-color);
}

.service-tabs .service-tab-content .degree img {
  width: 100px;
}

.service-tabs .service-tab-content .service-content-box {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding-right: 100px;
  padding-bottom: 100px;
  transition: all 0.5s ease-in-out;
}

.service-tabs .service-tab-content .service-content-box:first-child {
  position: relative;
}

.service-tabs .service-tab-content .service-content-box img {
  transition: all 0.5s ease-in-out;
}

.service-tabs .service-tab-content .service-content-box .infobox {
  background-color: var(--secondary-color);
  padding: 70px 60px;
  position: absolute;
  left: 100px;
  bottom: 0;
}

.service-tabs .service-tab-content .service-content-box .infobox .infobox-description {
  color: #ffffff;
}

.service-tabs .service-tab-content .service-content-box .infobox .info-link {
  color: #ffffff;
}

.service-tabs .service-tab-content .service-content-box .infobox .info-link .btn-arrow svg {
  fill: #ffffff;
  transition: all 0.5s ease-in-out;
}

.service-tabs .service-tab-content .service-content-box.service-content-active {
  opacity: 1;
}

.service-tabs .service-tab-content:hover .degree {
  opacity: 0;
}

.service-tabs .service-items {
  display: flex;
  flex-direction: column;
  border: 0px;
  width: 58.33%;
  padding-left: 90px;
}

.service-tabs .service-items .service-item .service-group-item {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  cursor: pointer;
}

.service-tabs .service-items .service-item .service-group-item .tab-bullet-wrap {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: #262626;
}

.service-tabs .service-items .service-item .service-group-item .tab-content-wrap {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 50px 40px;
}

.service-tabs .service-items .service-item .service-group-item .tab-content-wrap .tab-title {
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 38px;
  font-weight: normal;
  text-align: left;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-family: var(--title-font);
}

.service-tabs .service-items .service-item .service-group-item .tab-content-wrap .tab-arrow svg {
  width: 48px;
  fill: transparent;
  transition: all 0.3s ease-in-out;
}

.service-tabs .service-items .service-item .service-group-item .tab-content-wrap .tab-arrow svg path {
  stroke: rgba(255, 255, 255, 0.2);
}

.service-tabs .service-items .service-item.item-active {
  color: var(--secondary-color);
  background-color: transparent;
}

.service-tabs .service-items .service-item.item-active .service-group-item .tab-bullet-wrap {
  color: var(--secondary-color);
}

.service-tabs .service-items .service-item.item-active .service-group-item .tab-content-wrap .tab-title {
  color: var(--secondary-color);
}

.service-tabs .service-items .service-item.item-active .service-group-item .tab-content-wrap .tab-arrow svg {
  fill: var(--secondary-color);
}

.service-tabs .service-items .service-item:first-child .service-group-item .tab-content-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.service-tabs .service-items .service-item:last-child {
  margin-bottom: 0px;
}

/*Service Single*/
.service-single .service-img {
  margin-bottom: 40px;
}

.service-single .service-content .service-title {
  font-size: 62px;
  line-height: 62px;
  margin-bottom: 30px;
  font-weight: normal;
}

.service-single .service-content .description {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.service-single .service-content .service-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin: 0;
  margin-bottom: 40px;
}

.service-single .service-content .service-list li {
  display: flex;
  gap: 15px;
}

.service-single .service-content .service-list li svg {
  flex-shrink: 0;
  height: 28px;
}

.service-single .service-content .service-list li span {
  line-height: 28px;
}

.service-single .service-content .blockquote .blockquote-content p {
  font-size: 26px;
  line-height: 36px;
  font-style: normal;
  color: #262626;
  margin-bottom: 20px;
}

.service-single .service-content .blockquote .blockquote-author .blockquote-name {
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  color: var(--secondary-color);
  font-weight: 600;
}

.service-single .service-content .service-title-2 {
  font-size: 36px;
  line-height: 34px;
  margin-top: 70px;
  margin-bottom: 20px;
  font-weight: normal;
}

.service-single .service-content .service-images {
  margin-bottom: 30px;
}

.service-single .service-content .service-images .service-images-list {
  padding: 50px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #F1F5F2;
}

.service-single .service-content .service-images .service-images-list .service-list {
  margin-bottom: 0;
}

/*Featured Categories*/
.featured-categories {
  margin-top: -120px !important;
  position: relative;
}

.featured-categories .categories-title .title {
  margin: 0;
  font-size: 26px;
  line-height: 36px;
  font-weight: normal;
}

.featured-categories .categories-item {
  text-align: center;
}

.featured-categories .categories-item .categories-img img {
  margin: auto;
}

.featured-categories .categories-item .title {
  margin: 0px;
  font-size: 20px;
  color: #262626;
  line-height: 30px;
  font-weight: normal;
  font-family: var(--title-font);
}

.how-it-work {
  overflow: hidden;
}

.how-it-work .service-style-02 {
  gap: inherit;
  display: inherit;
}

.how-it-work .service-style-02 .work-title {
  padding-left: 90px;
  padding-bottom: 20px;
}

.how-it-work .service-style-02 .service-tab-content {
  width: auto;
}

.how-it-work .service-style-02 .service-tab-content .service-content-box {
  z-index: 9;
  width: 100%;
  padding: 0px;
  visibility: hidden;
  position: relative;
  display: block;
  position: absolute;
  top: 0;
}

.how-it-work .service-style-02 .service-tab-content .service-content-box .panorama {
  width: 100%;
  height: 922px;
}

.how-it-work .service-style-02 .service-tab-content .service-content-box.service-content-active {
  display: block;
  visibility: visible;
}

.how-it-work .service-style-02 .service-items {
  width: auto;
  height: 620px;
  overflow-y: scroll;
}

.how-it-work .service-style-02 .service-items .service-item {
  padding: 0px 220px 50px 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.how-it-work .service-style-02 .service-items .service-item .tab-content-wrap {
  padding: 0px;
  opacity: 0.50;
  transition: all 0.3s ease-in-out;
  justify-content: start;
}

.how-it-work .service-style-02 .service-items .service-item .tab-content-wrap img {
  margin-bottom: 6px;
}

.how-it-work .service-style-02 .service-items .service-item .tab-content-wrap .service-info {
  position: relative;
}

.how-it-work .service-style-02 .service-items .service-item .tab-content-wrap .service-info .number {
  top: 0;
  left: -45px;
  font-size: 26px;
  line-height: 36px;
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  font-family: var(--title-font);
}

.how-it-work .service-style-02 .service-items .service-item .tab-content-wrap .service-info .title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 26px;
  font-weight: normal;
  line-height: 36px;
  margin: 5px 0 10px;
  transition: all 0.3s ease-in-out;
}

.how-it-work .service-style-02 .service-items .service-item .tab-content-wrap .service-info p {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  color: var(--body-color);
}

.how-it-work .service-style-02 .service-items .service-item.item-active {
  border-left: 1px solid var(--secondary-color);
}

.how-it-work .service-style-02 .service-items .service-item.item-active .tab-content-wrap {
  opacity: 1;
}

.how-it-work .service-style-02 .service-items .service-item.item-active .tab-content-wrap .service-info .number {
  color: #000000;
}

.how-it-work .service-style-02 .service-items .service-item.item-active .tab-content-wrap .service-info .title {
  color: #000000;
}

/*************************
       Responsive
*************************/
@media (max-width: 1600px) {
  .featured-categories.full-width {
    padding: 0px 30px;
  }

  .how-it-work .service-style-02 .section-title .sub-title {
    font-size: 100px;
  }

  .how-it-work .service-style-02 .service-items .service-item {
    padding: 0px 120px 30px 80px;
  }
}

@media (max-width: 1399px) {
  .service-tabs .service-items {
    padding-left: 40px;
  }

  .service-tabs .service-tab-content .service-content-box {
    padding-right: 40px;
    padding-bottom: 40px;
  }

  .service-tabs .service-tab-content .service-content-box .infobox {
    padding: 50px 40px;
  }

  /*Service Single*/
  .service-single .service-content .service-images .service-images-list {
    padding: 30px;
  }

  .service-single .service-content .service-images .service-images-list .service-list {
    gap: 15px;
  }

  .how-it-work .service-style-02 .work-title {
    padding-left: 40px;
  }

  .how-it-work .service-style-02 .work-title .section-title {
    padding-left: 50px;
    margin-bottom: 40px;
  }

  .how-it-work .service-style-02 .work-title .section-title .sub-title {
    font-size: 80px;
  }

  .how-it-work .service-style-02 .service-items .service-item {
    padding: 0px 80px 30px 40px;
  }
}

@media (max-width: 1199px) {
  .infobox.infobox-style-01 {
    padding-right: 30px;
  }

  .infobox.infobox-style-02 {
    gap: 50px;
  }

  .service-style-01 .service-item .service-item-inner {
    padding: 40px 60px;
  }

  .service-tabs .service-items .service-item .service-group-item .tab-content-wrap {
    padding: 30px 20px;
  }

  .service-tabs .service-items .service-item .service-group-item .tab-content-wrap .tab-title {
    font-size: 24px;
    line-height: 28px;
  }

  .service-tabs .service-items .service-item .service-group-item .tab-content-wrap .tab-arrow svg {
    width: 30px;
  }

  .service-tabs .service-tab-content .service-content-box {
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .service-tabs .service-tab-content .service-content-box .infobox {
    padding: 30px 30px;
    left: 50px;
  }

  /*Service Single*/
  .service-single .service-content .service-images .service-images-list {
    height: auto;
    padding: 50px;
    gap: 30px;
    margin-top: 30px;
  }

  .service-single .service-content .service-images .service-images-list .service-list {
    gap: 15px;
  }

  .how-it-work .service-style-02 .work-title {
    padding-left: 40px;
  }

  .how-it-work .service-style-02 .work-title .section-title .sub-title {
    font-size: 80px;
  }

  .how-it-work .service-style-02 .service-items .service-item .tab-content-wrap {
    padding: 0px;
  }
}

@media (max-width: 1024px) {
  .service-style-01 .service-item .gsap-img-animation {
    right: 0px;
    width: 170px;
    height: 150px;
    left: inherit;
    position: absolute;
    scale: inherit !important;
    transform: inherit !important;
    opacity: 0 !important;
    visibility: visible !important;
  }

  .service-style-01 .service-item:hover .gsap-img-animation {
    opacity: 1 !important;
  }
}

@media (max-width: 1023px) {
  .featured-categories.full-width {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .infobox.infobox-style-01 {
    padding-right: 0px;
  }

  .infobox.infobox-style-02 {
    padding-right: 15px;
  }

  .service-style-01 .service-item .service-item-inner {
    padding: 40px 40px;
  }

  .service-style-01 .service-item .service-title {
    font-size: 42px;
    line-height: 52px;
  }

  .service-style-01 .service-item .marquee-wrapper .marquee-inner .marquee-item .title {
    font-size: 60px;
    line-height: 80px;
  }

  .service-tabs .service-items {
    width: 50%;
    padding-left: 0px;
  }

  .service-tabs .service-tab-content {
    width: 50%;
  }

  .service-tabs .service-tab-content .service-content-box .infobox {
    padding: 20px 20px;
  }

  .how-it-work .service-style-02 .service-tab-content {
    height: 550px;
    width: 85%;
    margin: auto;
  }

  .how-it-work .service-style-02 .service-tab-content .service-content-box .panorama {
    height: 500px;
  }

  .how-it-work .service-style-02 .service-items {
    height: 400px;
    padding: 0px 50px 0px;
    margin-bottom: 50px;
  }

  .how-it-work .service-style-02 .service-tab-content {
    padding: 0px 50px 60px;
  }
}

@media (max-width: 767px) {
  .infobox.infobox-style-02 {
    padding-right: 15px;
    gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .infobox.infobox-style-02 .infobox-content {
    gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .infobox.infobox-style-02 .infobox-content .infobox-icon {
    margin-bottom: 0px;
  }

  .service-style-01 .service-item .service-item-inner {
    padding: 30px 0px;
    gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-style-01 .service-item .service-image .gsap-img-animation {
    display: none;
    width: 140px;
    height: 130px;
  }

  .service-style-01 .service-item .service-title {
    font-size: 30px;
    line-height: 40px;
  }

  .service-style-01 .service-item .service-action {
    margin-left: inherit;
  }

  .service-style-01 .service-item .service-action .btn-arrow svg {
    width: 40px;
  }

  .service-style-01 .service-item .marquee-wrapper .marquee-inner {
    gap: 30px;
  }

  .service-style-01 .service-item .marquee-wrapper .marquee-inner .marquee-item .title {
    font-size: 40px;
    line-height: 60px;
  }

  .service-style-01 .service-item:hover .service-image .gsap-img-animation {
    display: block;
  }

  .service-tabs {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .service-tabs .service-items {
    width: 100%;
  }

  .service-tabs .service-items .service-item .service-group-item .tab-content-wrap {
    padding: 15px;
  }

  .service-tabs .service-tab-content {
    width: 100%;
  }

  .service-tabs .service-tab-content .degree {
    width: 80px;
    height: 80px;
  }

  .service-tabs .service-tab-content .degree img {
    width: 60px;
  }

  .service-tabs .service-tab-content .service-content-box {
    padding-right: 0;
    padding-bottom: 0;
    display: none;
    position: relative;
  }

  .service-tabs .service-tab-content .service-content-box>img {
    object-fit: cover;
    flex-shrink: 0;
    width: 50%;
  }

  .service-tabs .service-tab-content .service-content-box .infobox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    position: relative;
    left: inherit;
  }

  .service-tabs .service-tab-content .service-content-box.service-content-active {
    display: flex;
  }

  /* service-single	*/
  .service-single .service-img {
    margin-bottom: 30px;
  }

  .service-single .service-content .service-title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 15px;
  }

  .service-single .service-content .description {
    margin-bottom: 20px;
  }

  .service-single .service-content .service-list {
    margin-bottom: 20px;
  }

  .service-single .service-content .blockquote {
    margin-top: 15px;
  }

  .service-single .service-content .blockquote .blockquote-content p {
    font-size: 22px;
    line-height: 32px;
  }

  .service-single .service-content .service-title-2 {
    margin-top: 45px;
    font-size: 32px;
    margin-bottom: 15px;
  }

  .service-single .service-content .service-images {
    margin-bottom: 20px;
  }

  .featured-categories {
    margin-top: -100px !important;
  }

  .featured-categories .categories-main-img {
    width: 100px;
  }

  .how-it-work .service-style-02 .work-title .section-title .sub-title {
    font-size: 60px;
  }

  .how-it-work .service-style-02 .service-tab-content {
    height: 350px;
    width: 85%;
    margin: auto;
  }

  .how-it-work .service-style-02 .service-tab-content .service-content-box .panorama {
    height: 300px;
  }

  .how-it-work .service-style-02 .service-items .service-item {
    padding: 0px 80px 25px 30px;
  }
}

@media (max-width: 575px) {
  .service-tabs .service-items .service-item .service-group-item .tab-content-wrap {
    padding: 15px 10px;
    gap: 15px;
  }

  .service-tabs .service-items .service-item .service-group-item .tab-content-wrap .tab-title {
    font-size: 20px;
    line-height: 26px;
  }

  .service-tabs .service-items .service-item .service-group-item .tab-content-wrap .tab-arrow svg {
    width: 25px;
  }

  .service-tabs .service-tab-content .service-content-box .infobox {
    padding: 20px 15px;
  }

  .service-tabs .service-tab-content .service-content-box .infobox .infobox-icon {
    margin-bottom: 15px;
  }

  .service-tabs .service-tab-content .service-content-box .infobox .infobox-icon svg {
    width: 50px;
  }

  .service-tabs .service-tab-content .service-content-box .infobox .infobox-description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .service-single .service-content .service-title {
    font-size: 30px;
    line-height: 40px;
  }

  .service-single .service-content .service-title-2 {
    font-size: 26px;
  }

  .service-single .service-content .blockquote {
    padding-left: 20px;
  }

  .service-single .service-content .blockquote .blockquote-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .service-single .service-content .blockquote .blockquote-author .blockquote-name {
    font-size: 18px;
  }

  .service-single .service-content .service-images .service-images-list {
    padding: 30px;
  }

  .featured-categories.full-width {
    padding: 0 20px;
  }

  .featured-categories.full-width .categories-title br {
    display: none;
  }

  .featured-categories.full-width .categories-item .title {
    font-size: 16px;
    line-height: 26px;
  }

  .how-it-work .service-style-02 .work-title {
    padding-bottom: 0px;
  }

  .how-it-work .service-style-02 .work-title .section-title {
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .how-it-work .service-style-02 .work-title .section-title .sub-title {
    font-size: 36px;
  }

  .how-it-work .service-style-02 .service-tab-content {
    height: 250px;
    width: 85%;
    margin: auto;
  }

  .how-it-work .service-style-02 .service-tab-content .degree {
    top: 20px;
    right: 30px;
    width: 70px;
    height: 70px;
  }

  .how-it-work .service-style-02 .service-tab-content .degree img {
    width: 50px;
  }

  .how-it-work .service-style-02 .service-tab-content .service-content-box .panorama {
    height: 200px;
  }

  .how-it-work .service-style-02 .service-items {
    padding: 0px 40px 0px;
  }

  .how-it-work .service-style-02 .service-items .service-item {
    padding: 0px 0px 30px 25px;
  }

  .how-it-work .service-style-02 .service-items .service-item .tab-content-wrap {
    padding: 0px;
  }

  .how-it-work .service-style-02 .service-items .service-item .tab-content-wrap .service-info .number {
    left: -35px;
  }

  .how-it-work .service-style-02 .service-items .service-item .tab-content-wrap .service-info .title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 479px) {
  .featured-categories {
    margin-top: -50px !important;
  }

  .how-it-work .service-style-02 .service-items {
    padding: 0px 30px 0px;
  }

  .how-it-work .service-style-02 .service-items .section-title {
    padding-left: 10px;
  }

  .how-it-work .service-style-02 .service-items .section-title .sub-title {
    font-size: 40px;
  }

  .how-it-work .service-style-02 .service-items .service-item {
    padding: 0px 0px 30px 20px;
  }

  .how-it-work .service-style-02 .service-items .service-item .service-group-item .tab-content-wrap {
    gap: 10px;
    flex-wrap: wrap;
  }

  .service-tabs .service-tab-content .service-content-box {
    flex-direction: column;
  }

  .service-tabs .service-tab-content .service-content-box>img {
    width: 100%;
    height: 300px;
  }
}


/*****************************
	Owl Carousel
*****************************/
.owl-carousel {
  cursor: none;
}

.owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  border: 1px solid #7B7B7B !important;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: inherit;
}

.owl-carousel .owl-nav button i {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev {
  background-image: url(15f65901e139757b17aa.svg);
  background-size: 30px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.owl-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  content: "";
  right: -18px;
  bottom: -8px;
  height: 1px;
  width: 100%;
  background-color: var(--body-color);
  z-index: -1;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(5b6ca5394fd543d86a23.svg);
}

.owl-carousel .owl-nav button.owl-prev:hover:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}

.owl-carousel .owl-nav button.owl-prev:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}

.owl-carousel .owl-nav button.owl-prev:after {
  position: absolute;
  content: "";
  right: -8px;
  bottom: -18px;
  height: 100%;
  width: 1px;
  background-color: var(--body-color);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.owl-carousel .owl-nav button.owl-next {
  background-image: url(8c112bf5e4d40bcb786a.svg);
  background-size: 30px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.owl-carousel .owl-nav button.owl-next:before {
  position: absolute;
  content: "";
  left: -18px;
  bottom: -8px;
  height: 1px;
  width: 100%;
  background-color: var(--body-color);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  content: "";
  left: -8px;
  bottom: -18px;
  height: 100%;
  width: 1px;
  background-color: var(--body-color);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url(607723bef231b9994ca4.svg);
}

.owl-carousel .owl-nav button.owl-next:hover:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}

.owl-carousel .owl-nav button.owl-next:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}

.owl-carousel .owl-nav button:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color) !important;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.bg-dark .owl-carousel .owl-nav button {
  background-color: #141414 !important;
}

.bg-dark .owl-carousel .owl-nav button:hover {
  background-color: var(--secondary-color) !important;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  background: #000000 !important;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.5;
}

.owl-carousel button.owl-dot.active {
  background: var(--secondary-color) !important;
  opacity: 1;
}

.owl-carousel.slider-overflow .owl-stage-outer {
  overflow: visible;
}

.owl-carousel.owl-nav-top-right .owl-nav {
  position: absolute;
  right: 0px;
  top: -155px;
  display: flex;
}

.owl-carousel.owl-nav-top-right .owl-nav button.owl-prev {
  left: inherit;
  right: 25px;
}

.owl-carousel.owl-nav-top-right .owl-nav button.owl-next {
  right: 5px;
}

.owl-carousel.owl-nav-center .owl-nav button {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
}

.owl-carousel.owl-nav-center .owl-nav button:hover {
  background-color: #F1F5F2;
  border-color: transparent !important;
  backdrop-filter: blur(4px);
}

.owl-carousel.owl-nav-center .owl-nav button.owl-next {
  background-image: url(8c112bf5e4d40bcb786a.svg) !important;
  background-size: 50px 32px;
  right: 0;
}

.owl-carousel.owl-nav-center .owl-nav button.owl-prev {
  background-image: url(15f65901e139757b17aa.svg) !important;
  background-size: 50px 32px;
  left: 0;
}

.owl-carousel.owl-nav-bottom-right .owl-nav {
  position: absolute;
  display: flex;
  gap: 45px;
  right: 0;
  bottom: 0;
}

.bg-dark .owl-carousel.owl-nav-center .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/*************************
       Responsive
*************************/
@media (max-width: 991px) {
  .owl-carousel {
    cursor: pointer;
  }

  .owl-carousel.owl-nav-center .owl-nav button {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none;
  }

  .owl-nav-top-right.owl-carousel .owl-nav {
    display: none;
  }
}

@media (max-width: 575px) {
  .owl-carousel.owl-nav-bottom-right .owl-nav {
    display: none;
  }
}

.pricing-box {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px 0 36px;
}

.pricing-box:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.pricing-box .package-check {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  cursor: pointer;
  border: 2px solid #262626;
  transition: all 0.3s ease-in-out;
}

.pricing-box .package-check i {
  color: #ffffff;
  display: none;
}

.pricing-box .package-info {
  padding-left: 0px;
}

.pricing-box .package-info .package-name .package-title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
}

.pricing-box .package-info .package-name .package-discount {
  font-size: 18px;
  line-height: 26px;
  color: #262626;
}

.pricing-box .pricing-content {
  padding: 0 50px;
}

.pricing-box .pricing-content .package-description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.pricing-box .pricing-content .package-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-box .pricing-content .package-list li {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 5px;
}

.pricing-box .pricing-content .package-list li i {
  font-size: 20px;
}

.pricing-box .pricing-content .package-list li span {
  font-size: 20px;
  line-height: normal;
}

.pricing-box .pricing-content .package-list li:last-child {
  margin-bottom: 0px;
}

.pricing-box .package-price {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  align-items: flex-end;
}

.pricing-box .package-price .price {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 0;
}

.pricing-box .package-price .period {
  font-size: 18px;
  line-height: 22px;
  color: #262626;
  font-family: var(--title-font);
  font-weight: bold;
  margin-bottom: 5px;
}

.pricing-box .btn {
  padding: 18px;
  margin-left: auto;
  display: inline-block;
  float: right;
  margin-top: 0px;
  opacity: 0;
  visibility: hidden;
}

.pricing-box:before {
  position: absolute;
  content: "";
  background-color: var(--secondary-color);
  height: 2px;
  width: 0px;
  left: 0;
  bottom: -1px;
  transition: all 0.3s ease-in-out;
}

.pricing-box.active .package-check {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.pricing-box.active .package-check i {
  display: block;
}

.pricing-box.active:before {
  width: 100%;
}

.pricing-box.active .btn {
  opacity: 1;
  visibility: visible;
}

/*************************
       Responsive
*************************/
@media (max-width: 1400px) {
  .pricing-box .package-info {
    padding-left: 0;
  }

  .pricing-box .pricing-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .pricing-box {
    padding: 30px 0;
  }

  .pricing-box .package-check {
    margin-bottom: 30px;
  }

  .pricing-box .package-info .package-name {
    margin-bottom: 20px;
  }

  .pricing-box .package-info .package-name .package-title {
    margin-bottom: 10px;
  }

  .pricing-box .pricing-content {
    margin-bottom: 20px;
  }

  .pricing-box .package-price {
    justify-content: flex-start;
  }

  .pricing-box .btn {
    float: left;
    margin-top: 20px;
  }
}

/*****************************
  Button
*****************************/
.btn {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--body-font);
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 45px;
  margin-right: 14px;
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  width: auto;
  margin-bottom: 14px;
}

.btn:before {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -7px;
  height: 1px;
  width: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.btn:after {
  position: absolute;
  content: "";
  right: -7px;
  bottom: -15px;
  height: 100%;
  width: 1px;
  background-color: var(--secondary-color);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.btn:hover {
  border: 1px solid #262626;
  background-color: #262626;
  color: #ffffff;
}

.btn:hover:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}

.btn:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}

.btn:focus {
  box-shadow: none;
  color: #ffffff;
}

.btn.btn-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: var(--secondary-color);
}

.btn.btn-white:before {
  background-color: #ffffff;
}

.btn.btn-white:after {
  background-color: #ffffff;
}

.btn.btn-white:hover {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #ffffff;
}

.btn.btn-white:focus {
  color: var(--secondary-color);
}

.btn.btn-white.btn-border {
  color: #ffffff;
}

.btn.btn-white.btn-border:hover {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.btn.btn-secondary {
  background-color: #262626;
  border: 1px solid #262626;
  color: #ffffff;
}

.btn.btn-secondary:before {
  background-color: #262626;
}

.btn.btn-secondary:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #ffffff;
}

.btn.btn-secondary.btn-border {
  color: #262626;
}

.btn.btn-secondary.btn-border:hover {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}

.btn.btn-lg {
  font-size: 28px;
  line-height: 40px;
  padding: 25px 70px;
}

.btn.btn-sm {
  font-size: 16px;
  line-height: 20px;
  padding: 4px 30px;
}

.btn.btn-sm:after {
  height: 40px;
}

.btn.btn-sm:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}

.btn.btn-border {
  background-color: transparent;
  color: var(--secondary-color);
}

.btn.btn-border svg {
  fill: var(--secondary-color);
}

.btn.btn-border:hover {
  border: 1px solid #262626;
  color: #262626;
}

.btn.btn-border:hover svg {
  fill: #262626;
}

.bg-primary .btn.btn-white:hover {
  border: 1px solid #262626;
  background-color: #262626;
  color: #ffffff;
}

.bg-primary .btn.btn-secondary:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #262626;
}

.bg-dark .btn:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: var(--secondary-color);
}

/*Button Hover Effect */
.attract-hover {
  display: inline-block;
}

.attract-hover-easing {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*************************
       Responsive
*************************/
@media (max-width: 1199px) {
  .btn.btn-lg {
    font-size: 24px;
    line-height: 32px;
    padding: 20px 60px;
  }
}

@media (max-width: 767px) {
  .btn {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 30px;
  }

  .btn.btn-lg {
    font-size: 22px;
    line-height: 34px;
    padding: 15px 50px;
  }

  .btn.btn-sm {
    height: auto;
    width: auto;
  }
}

@media (max-width: 575px) {
  .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 25px;
  }
}

/*****************************
  Form Control
*****************************/
form .form-control {
  font-size: 18px;
  line-height: 28px;
  border-radius: 0px;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  color: var(--body-color);
  margin-bottom: 30px;
}

form .form-control::-ms-input-placeholder {
  color: var(--body-color);
}

form .form-control::placeholder {
  color: var(--body-color);
}

form .form-control:focus {
  box-shadow: none;
  border-color: var(--secondary-color);
}

form textarea.form-control {
  margin-bottom: 50px;
}

form .form-check .form-check-input {
  float: none;
  /*margin: 0;
			vertical-align: middle;
			margin-right: 5px;*/
}

.form-check-input {
  margin: 0;
  vertical-align: middle;
  margin-right: 5px;
}

.form-check-label {
  vertical-align: middle;
}

.contact-form.form-transparent .form-control {
  background-color: transparent;
}

.contact-form.fullborder .form-control {
  padding: 15px 20px;
  border: 1px solid #eeeeee;
}

.contact-form.fullborder .form-control:focus {
  box-shadow: none;
  border-color: var(--secondary-color);
}

.contact-form .form-select option:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

.contact-form .custom-select {
  margin-bottom: 30px;
}

.contact-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  padding: 15px 0;
  font-size: 18px;
  line-height: 28px;
  height: auto;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  color: var(--body-color);
  position: relative;
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 9px;
  height: auto;
  width: auto;
}

.bg-dark .contact-form .form-control {
  color: #ffffff;
}

.bg-dark .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.bg-dark .contact-form .form-control::placeholder {
  color: #ffffff;
}

/*************************
        Portfolio
*************************/
.portfolio-item {
  overflow: hidden;
}

.portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  z-index: 9;
}

.portfolio-item .portfolio-img img {
  transform: scale(1);
  transition: transform 20s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.portfolio-item .portfolio-img .portfolio-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 40px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  gap: 10px;
  z-index: 2;
}

.portfolio-item .portfolio-img .portfolio-info .portfolio-title {
  margin: 0px;
  color: #ffffff;
  font-size: 52px;
  line-height: 62px;
  font-weight: bold;
  font-family: var(--title-font);
}

.portfolio-item .portfolio-img .portfolio-info .portfolio-title a {
  color: #ffffff;
}

.portfolio-item .portfolio-img .portfolio-info .portfolio-title a:hover {
  color: #ffffff;
}

.portfolio-item .portfolio-img .portfolio-info .portfolio-date {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  line-height: 23px;
}

.portfolio-item .portfolio-img:before {
  position: absolute;
  content: "";
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-img a.popup-img {
  opacity: 0;
  color: #ffffff;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 9;
  width: 128px;
  display: flex;
  height: 128px;
  margin: 0 auto;
  font-size: 32px;
  text-align: center;
  position: absolute;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  font-family: var(--title-font);
  transform: translate(0px, -50%);
  background-color: rgba(255, 255, 255, 0.3);
}

.portfolio-item .portfolio-img a.popup-img:after {
  position: absolute;
  content: "";
  right: -7px;
  bottom: -15px;
  height: 100%;
  width: 1px;
  z-index: -1;
  opacity: 1;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.3);
}

.portfolio-item .portfolio-img a.popup-img:before {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -7px;
  height: 1px;
  width: 100%;
  z-index: -1;
  opacity: 1;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.3);
}

.portfolio-item .portfolio-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.portfolio-item .portfolio-info .portfolio-category .portfolio-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: normal;
}

.portfolio-item .portfolio-info .portfolio-category .portfolio-title a:hover {
  color: var(--secondary-color);
}

.portfolio-item .portfolio-info .portfolio-category .portfolio-date {
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
}

.portfolio-item .portfolio-info .btn {
  margin-top: 8px;
  text-transform: capitalize;
}

.portfolio-item:hover .portfolio-img img {
  transform: scale(1.3);
}

.portfolio-item:hover .portfolio-img .portfolio-info {
  opacity: 1;
  visibility: visible;
}

.portfolio-item:hover .portfolio-img:before {
  opacity: 1;
}

.portfolio-item:hover .portfolio-img a.popup-img {
  opacity: 1;
}

.portfolio-item.portfolio-item-style-02 .portfolio-img .portfolio-info {
  padding: 15px;
  padding-bottom: 15px;
}

.portfolio-item.portfolio-item-style-02 .portfolio-img .portfolio-info .portfolio-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 5px;
}

.portfolio-item.portfolio-style-02 .portfolio-img:before {
  display: none;
}

.portfolio-item.portfolio-style-02 .portfolio-info {
  margin-top: 25px;
  gap: 15px;
}

.portfolio-style-01 .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: marquee 15s infinite linear;
}

.portfolio-style-01.columns-3 .portfolio-item .portfolio-img a.popup-img {
  font-size: 26px;
  height: 100px;
  width: 100px;
}

.portfolio-style-01.columns-3 .portfolio-item .portfolio-img .portfolio-info {
  padding-bottom: 30px;
}

.portfolio-style-01.columns-3 .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
  font-size: 32px;
  line-height: 42px;
}

.portfolio-single .portfolio-images {
  padding-right: 60px;
}

.portfolio-single .portfolio-detail .title {
  font-size: 52px;
  line-height: 62px;
  font-weight: normal;
  margin-bottom: 30px;
}

.portfolio-single .portfolio-detail .info-box .info-title {
  font-weight: normal;
  margin-bottom: 5px;
}

.portfolio-single .portfolio-detail .info-box .description {
  font-size: 20px;
  margin-bottom: 0px;
}

.portfolio-single .portfolio-detail .info-box a {
  color: var(--body-color);
}

.portfolio-single .portfolio-nav {
  margin: 100px 0px;
  gap: 30px;
  display: flex;
  padding: 20px 0px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  justify-content: space-between;
}

.portfolio-single .portfolio-nav .prev-btn {
  display: flex;
  align-items: center;
}

.portfolio-single .portfolio-nav .prev-btn .nav-info {
  margin-left: 30px;
}

.portfolio-single .portfolio-nav .prev-btn .nav-info .title {
  margin: 0;
  color: #262626;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--body-font);
}

.portfolio-single .portfolio-nav .prev-btn .nav-info p {
  font-size: 20px;
  margin-bottom: 0px;
}

.portfolio-single .portfolio-nav .next-btn {
  display: flex;
  align-items: center;
}

.portfolio-single .portfolio-nav .next-btn .nav-info {
  margin-right: 30px;
  text-align: right;
}

.portfolio-single .portfolio-nav .next-btn .nav-info .title {
  margin: 0;
  color: #262626;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--body-font);
}

.portfolio-single .portfolio-nav .next-btn .nav-info p {
  font-size: 20px;
  margin-bottom: 0px;
}

.portfolio-single .nav.nav-tabs {
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.portfolio-single .nav.nav-tabs .nav-item .nav-link {
  border: 0px;
  padding: 0px 30px 30px 0px;
  color: #262626;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  font-family: var(--title-font);
  border-bottom: 1px solid #eeeeee;
}

.portfolio-single .nav.nav-tabs .nav-item .nav-link:focus-visible {
  outline: none;
}

.portfolio-single .nav.nav-tabs .nav-item .nav-link.active {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
}

.portfolio-style-01.columns-5 .portfolio-item .portfolio-img a.popup-img {
  width: 90px;
  height: 90px;
  font-size: 25px;
}

.portfolio-style-01.columns-5 .portfolio-item .portfolio-img .portfolio-info {
  padding-bottom: 20px;
}

.portfolio-style-01.columns-5 .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
  font-size: 28px;
  line-height: 38px;
}

.portfolio-single .portfolio-item .portfolio-img a.popup-img {
  width: 80px;
  height: 80px;
  font-size: 24px;
  line-height: 1;
}

.portfolio-single .portfolio-item .portfolio-img .portfolio-info {
  padding-bottom: 10px;
}

.portfolio-single .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
  font-size: 24px;
  line-height: 34px;
}

/*Latest Projects Section*/
.latest-projects-section {
  background-color: rgba(38, 38, 38, 0.1);
  padding-bottom: 350px;
}

/*Portfolio Slider*/
.portfolio-slider {
  overflow: hidden;
  margin-right: -700px;
}

.portfolio-horizontal {
  overflow-x: hidden;
}

.portfolio-horizontal .section-title-horizontal {
  margin-bottom: 50px;
}

.portfolio-horizontal .portfolio-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  gap: 24px;
}

.portfolio-horizontal .portfolio-wrap .portfolio-animation-wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  gap: 24px;
}

.portfolio-horizontal .portfolio-wrap .portfolio-animation-wrap.to-right {
  counter-reset: item;
  float: left;
}

.portfolio-horizontal .portfolio-wrap .portfolio-animation-wrap.to-left {
  counter-reset: item 11;
  float: right;
}

.portfolio-horizontal .item {
  position: relative;
  flex: 0 0 560px;
  display: flex;
  align-items: center;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
}

.portfolio-horizontal .item:nth-child(even) {
  flex: 0 0 420px;
}

.portfolio-horizontal .item:nth-child(3n+0) {
  flex: 0 0 520px;
}

/*************************
       Responsive
*************************/
@media (min-width: 1025px) {
  .portfolio-section .swiper-main {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0);
  }

  .portfolio-section .swiper-main .swiper-container {
    overflow: visible;
  }

  .portfolio-section .swiper-main .swiper-container .swiper-slide {
    width: 40% !important;
  }

  .portfolio-section .swiper-main .swiper-container .swiper-slide:nth-child(2n) {
    width: 30% !important;
  }

  .portfolio-section .swiper-main .swiper-container .swiper-slide:nth-child(3n) {
    width: 37% !important;
  }
}

@media (max-width: 1600px) {
  .portfolio-style-01.columns-4.grid-gap-60 {
    grid-gap: 40px;
  }

  .portfolio-style-01.columns-4.grid-gap-60 .portfolio-item .portfolio-img a.popup-img {
    font-size: 24px;
    height: 80px;
    width: 80px;
  }

  .portfolio-style-01.columns-4.grid-gap-60 .portfolio-item .portfolio-img .portfolio-info {
    padding-bottom: 20px;
  }

  .portfolio-style-01.columns-4.grid-gap-60 .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 1499px) {
  .portfolio-horizontal .section-title .sub-title {
    font-size: 90px;
    top: -30px;
    line-height: 100px;
  }
}

@media (max-width: 1399px) {
  .portfolio-style-01.columns-3.grid-gap-60 {
    grid-gap: 40px;
  }

  .columns-5.grid-wrapper.grid-xl-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1199px) {
  .portfolio-style-01 .portfolio-item .portfolio-img .portfolio-info {
    padding-bottom: 30px;
  }

  .portfolio-style-01 .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
    font-size: 42px;
    line-height: 52px;
  }

  .portfolio-style-01 .portfolio-item .portfolio-img a.popup-img {
    width: 100px;
    height: 100px;
    font-size: 24px;
  }

  .portfolio-style-01.columns-3 .portfolio-item .portfolio-img a.popup-img {
    font-size: 24px;
    height: 80px;
    width: 80px;
  }

  .portfolio-style-01.columns-3 .portfolio-item .portfolio-img .portfolio-info {
    padding-bottom: 20px;
  }

  .portfolio-style-01.columns-3 .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
    font-size: 28px;
    line-height: 38px;
  }

  .columns-5.grid-wrapper.grid-xl-5 {
    grid-template-columns: repeat(3, 1fr);
  }

  .portfolio-single .portfolio-detail .title {
    font-size: 40px;
    line-height: 50px;
  }

  .portfolio-single .portfolio-nav {
    margin: 80px 0px;
  }

  .portfolio-single .portfolio-images {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .portfolio-item.padding-start {
    padding-left: 20px;
  }

  .portfolio-item.padding-end {
    padding-right: 20px;
  }

  .portfolio-item .portfolio-info .portfolio-category .portfolio-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .portfolio-style-01 .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
    font-size: 32px;
    line-height: 42px;
  }

  .portfolio-style-01 .portfolio-item .portfolio-img a.popup-img {
    width: 80px;
    height: 80px;
    font-size: 24px;
  }

  .columns-5.grid-wrapper.grid-xl-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-single .portfolio-images {
    padding-right: 0px;
  }

  .portfolio-single .portfolio-detail .title {
    font-size: 36px;
    line-height: 46px;
  }

  .portfolio-single .portfolio-nav {
    margin: 60px 0px;
  }

  .portfolio-horizontal .section-title .sub-title {
    font-size: 80px;
    top: -20px;
    line-height: 90px;
  }
}

@media (max-width: 767px) {
  .portfolio-single .portfolio-detail {
    margin-top: 40px;
  }

  .portfolio-single .portfolio-nav {
    margin: 50px 0px;
    flex-direction: column;
    align-items: center;
  }

  .portfolio-item .portfolio-img .portfolio-info {
    padding: 15px;
    padding-bottom: 15px;
  }

  .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
  }

  .columns-5.grid-wrapper.grid-xl-5 {
    grid-template-columns: repeat(1, 1fr);
  }

  .portfolio-style-01 .portfolio-item .portfolio-img .portfolio-info {
    padding-bottom: 15px;
  }

  .portfolio-style-01 .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
    font-size: 24px;
    line-height: 34px;
  }

  .portfolio-item .portfolio-info {
    gap: 10px !important;
  }

  .portfolio-item .portfolio-info .portfolio-category .portfolio-title {
    font-size: 20px;
    line-height: 30px;
  }

  .portfolio-item .portfolio-info .portfolio-category .portfolio-date {
    font-size: 14px;
  }

  .portfolio-item .portfolio-info .btn {
    padding: 5px 10px;
  }

  .portfolio-horizontal .section-title .sub-title {
    font-size: 80px;
    top: -20px;
    line-height: 90px;
  }
}

@media (max-width: 575px) {
  .portfolio-item .portfolio-info .portfolio-category ul {
    flex-wrap: wrap;
  }

  .portfolio-item .portfolio-info .portfolio-category ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
  }

  .portfolio-item .portfolio-info .portfolio-category ul li a {
    font-size: 16px;
  }

  .portfolio-style-01 .portfolio-item .portfolio-img .portfolio-info {
    padding-bottom: 15px;
  }

  .portfolio-style-01 .portfolio-item .portfolio-img .portfolio-info .portfolio-title {
    font-size: 26px;
    line-height: 36px;
  }

  .portfolio-style-01 .portfolio-item .portfolio-img a.popup-img {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }

  .portfolio-style-02 .portfolio-info .portfolio-category .portfolio-title {
    font-size: 24px;
    line-height: 34px;
  }

  .portfolio-single .nav.nav-tabs .nav-item .nav-link {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 479px) {
  .portfolio-single .portfolio-nav {
    flex-direction: column;
    align-items: center;
  }
}

/*****************************
  Skill
*****************************/
.skill {
  width: 100%;
  background-color: #F1F5F2;
  height: 10px;
  margin-top: 65px;
  border-radius: 20px;
  position: relative;
}

.skill:first-child {
  margin-top: 45px;
}

.skill .skill-bar {
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 20px;
  transition: width .9s ease;
  -webkit-transition: width .9s ease;
  -o-transition: width .9s ease;
  -ms-transition: width .9s ease;
  -moz-transition: width .9s ease;
}

.skill .skill-bar .skill-title {
  position: absolute;
  top: -44px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.skill .skill-bar .progress-type {
  position: absolute;
  top: -44px;
  right: 0;
  font-size: 20px;
  line-height: 28px;
}

.skill .skill-bar .progress-number {
  position: absolute;
  top: -44px;
  right: 15px;
  font-size: 20px;
  line-height: 28px;
}

.skill-dark .skill {
  background-color: #ffffff;
}

.skill-dark .skill .skill-bar {
  background-color: #262626;
}

.skill-dark .skill .skill-bar .skill-title {
  color: #262626;
}

.skill-dark .skill .skill-bar .progress-type {
  color: #262626;
}

.skill-dark .skill .skill-bar .progress-number {
  color: #262626;
}

/*************************
       Responsive
*************************/
@media (max-width: 575px) {
  .skill .skill-bar .skill-title {
    top: -35px;
    font-size: 18px;
  }

  .skill .skill-bar .progress-type {
    top: -35px;
    font-size: 18px;
  }

  .skill .skill-bar .progress-number {
    top: -35px;
    font-size: 18px;
  }
}

/*****************************
  List style
*****************************/
.list {
  margin: 0;
  padding: 0;
}

.list li {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  color: var(--body-color);
  font-size: 20px;
  line-height: 30px;
}

.list li:last-child {
  margin-bottom: 0px;
}

.list li i {
  color: var(--secondary-color);
  margin-top: 5px;
}

.list-number li span {
  background: rgba(149, 180, 133, 0.1);
  color: var(--secondary-color);
  border-radius: 50px;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  line-height: 25px;
  font-size: 13px;
}

/*************************
       Responsive
*************************/
@media (max-width: 767px) {
  .list li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--body-color);
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 575px) {
  .list li {
    font-size: 16px;
    line-height: 26px;
  }
}

/*****************************
    Step
*****************************/
:root {
  /* spacing */
  --sg0-space-sm: 1.125rem;
  --sg0-space-md: 2rem;
  --stack-cards-item-ratio: 2/1;
  --stack-cards-gap: var(--sg0-space-sm);
}

.stacking-card-wrapper {
  grid-gap: 40px;
  --stack-cards-gap: var(--sg0-space-sm);
  --stack-cards-item-ratio: 2/1;
}

.stacking-card-wrapper .stacking-card-item {
  display: flex;
  align-self: center;
  align-items: center;
  height: 100%;
  background: #ffffff;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: var(--sg0-space-md);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.stacking-card-wrapper .stacking-card-item .card-item-info {
  height: 100%;
  padding: 100px;
  position: relative;
  background-color: #F1F5F2;
  display: flex;
  align-items: center;
}

.stacking-card-wrapper .stacking-card-item .card-item-info .card-item-number {
  top: 45px;
  right: 90px;
  font-size: 150px;
  line-height: 150px;
  position: absolute;
  stroke-width: 1px;
  stroke: var(--secondary-color);
  color: transparent;
  opacity: 0.5;
  -webkit-text-stroke-width: 1px;
  font-family: var(--title-font);
  -webkit-text-stroke-color: var(--secondary-color);
}

.stacking-card-wrapper .stacking-card-item .card-item-info .card-item-icon {
  margin-bottom: 30px;
}

.stacking-card-wrapper .stacking-card-item .card-item-info .title {
  font-size: 36px;
  line-height: 46px;
  color: #262626;
  font-weight: normal;
}

.stacking-card-wrapper .stacking-card-item .card-item-img {
  width: 610px;
  height: 550px;
  flex: 0 0 610px;
}

.stacking-card-wrapper .stacking-card-item .card-item-img img {
  width: 610px;
  height: 550px;
  object-fit: contain;
}

.stacking-card-wrapper .stacking-card-item.sticky {
  top: 50px;
  position: sticky;
}

/*************************
       Responsive
*************************/
@media (max-width: 1600px) {
  .stacking-card-section .full-width {
    padding: 0 60px;
  }
}

@media (max-width: 1500px) {
  .stacking-card-section .full-width {
    padding: 0 60px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info {
    padding: 65px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-img {
    width: 500px;
    height: 450px;
    flex: 0 0 500px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-img img {
    width: 500px;
    height: 450px;
    object-fit: cover;
  }
}

@media (max-width: 1400px) {
  .stacking-card-section .full-width {
    padding: 0 30px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-img {
    width: 400px;
    height: 380px;
    flex: 0 0 400px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-img img {
    width: 400px;
    height: 380px;
  }
}

@media (max-width: 1200px) {
  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info {
    padding: 30px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info .card-item-number {
    top: 10px;
    right: 40px;
    font-size: 100px;
    line-height: 100px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info .title {
    font-size: 30px;
    line-height: 40px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info .card-item-icon {
    width: 80px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-img {
    width: 350px;
    height: 350px;
    flex: 0 0 350px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-img img {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 991px) {
  .stacking-card-section .full-width {
    padding: 0 30px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info {
    padding: 30px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info .card-item-icon {
    width: 65px;
    margin-bottom: 25px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-img {
    width: 300px;
    height: 350px;
    flex: 0 0 300px;
  }
}

@media (max-width: 767px) {
  .stacking-card-section {
    overflow: hidden;
  }

  .stacking-card-section .full-width {
    padding: 0 12px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper {
    gap: 30px;
    padding-bottom: 0px !important;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item {
    gap: 0;
    position: inherit;
    flex-wrap: wrap;
    transform: inherit !important;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info {
    height: auto;
    order: 2;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info .card-item-number {
    font-size: 80px;
    line-height: 90px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info .card-item-icon {
    width: 60px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-img {
    order: 1;
    width: 100%;
    height: auto;
    flex: inherit;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-img img {
    width: 100%;
    height: auto;
    flex: inherit;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item.sticky {
    position: inherit;
    top: 0;
  }
}

@media (max-width: 575px) {
  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info {
    padding: 20px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info .title {
    font-size: 26px;
    line-height: 36px;
  }

  .stacking-card-section .full-width .stacking-card-wrapper .stacking-card-item .card-item-info .card-item-number {
    font-size: 70px;
    line-height: 80px;
  }
}

/*****************************
  Sidebar
*****************************/
.sidebar .widget {
  border-bottom: 1px solid rgba(123, 123, 123, 0.3);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.sidebar .widget:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.sidebar .widget .widget-title {
  font-weight: normal;
  margin-bottom: 30px;
}

.sidebar .widget.author-widget .author-img {
  max-width: 250px;
  margin-bottom: 15px;
}

.sidebar .widget.author-widget .author-info .author-name {
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 26px;
  color: var(--secondary-color);
}

.sidebar .widget.author-widget .author-info p {
  color: var(--body-color);
  font-size: 20px;
  line-height: normal;
  margin: 0;
}

.sidebar .widget.recent-posts-widget .recent-posts {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.sidebar .widget.recent-posts-widget .recent-posts .posts-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  flex: 0 0 80px;
}

.sidebar .widget.recent-posts-widget .recent-posts .post-info .post-title {
  display: block;
  color: #262626;
  font-size: 18px;
  line-height: normal;
  font-family: var(--title-font);
  font-weight: normal;
  margin-bottom: 5px;
}

.sidebar .widget.recent-posts-widget .recent-posts .post-info .post-title:hover {
  color: var(--secondary-color);
}

.sidebar .widget.recent-posts-widget .recent-posts:last-child {
  margin-bottom: 0px;
}

.sidebar .widget.categories-widget {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .widget.categories-widget .categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .widget.categories-widget .categories-list li {
  line-height: normal;
  margin-bottom: 20px;
}

.sidebar .widget.categories-widget .categories-list li a {
  font-size: 20px;
  line-height: normal;
  color: var(--body-color);
  transition: 0.3s;
}

.sidebar .widget.categories-widget .categories-list li a:hover {
  color: var(--secondary-color);
}

.sidebar .widget.categories-widget .categories-list li:last-child {
  margin-bottom: 0px;
}

.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag-list li a {
  background-color: #F1F5F2;
  font-size: 18px;
  line-height: normal;
  color: #000000;
  transition: 0.3s;
  display: block;
  padding: 7px 10px;
}

.tag-list li a:hover {
  color: var(--secondary-color);
}

.tag-list li:last-child {
  margin-bottom: 0px;
}

.search-widget .search .form-control {
  background-color: #F1F5F2;
  padding: 13px 17px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--body-color);
  margin-bottom: 15px;
}

.search-widget .search .form-control:focus {
  box-shadow: none;
}

.search-widget .search .search-btn {
  font-size: 16px;
  line-height: 16px;
  padding: 15px 70px;
}

/*************************
       Responsive
*************************/
@media (max-width: 1199px) {
  .sidebar {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
  }

  .sidebar .widget {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sidebar .widget .widget-title {
    margin-bottom: 20px;
  }

  .sidebar .widget.categories-widget .categories-list li {
    margin-bottom: 15px;
  }
}

/*****************************
  Header
*****************************/
/* Header default */
.header {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*Header Style 02*/
  /*navbar-brand*/
  /*navbar*/
  /*menu-btn*/
  /*search*/
}

.header .nav-right {
  display: flex;
  align-items: center;
  /*cart*/
}

.header .nav-right .cart-group .cart-count {
  background-color: var(--secondary-color);
}

.header .nav-right .cart-group:hover {
  color: var(--secondary-color);
}

.header.header-02 .navbar-brand {
  padding: 35px 25px 36px;
  margin-bottom: -1px;
  margin-right: 0;
  background-color: var(--secondary-color);
  flex: 0 0 200px;
}

.header.header-02 .main-header {
  flex: 0 auto;
  align-items: normal;
  padding: 0px 100px 0px 0px;
}

.header .main-header {
  flex: 0 auto;
  align-items: normal;
  padding: 0px 100px;
}

.header .navbar-brand {
  padding: 5px 0px;
  margin-right: 0;
  color: #ffffff;
  flex: 0 0 150px;
  display: inline-block;
  transition: none;
}

.header .navbar-brand img {
  height: 80px;
}

.header .navbar-brand img.sticky {
  display: none;
}

.header .navbar {
  padding: 0px;
}

.header .navbar .navbar-nav {
  height: 100%;
  gap: 25px;
  align-items: center;
}

.header .navbar .navbar-nav>li {
  display: inline-flex;
  height: 100%;
  margin: 0px;
}

.header .navbar .navbar-nav>li:first-child {
  margin-left: 0px;
}

.header .navbar .navbar-nav>li:last-child {
  margin-right: 0px;
}

.header .navbar .navbar-nav>li .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 0;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  padding: 12px 10px;
  color: #262626;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.header .navbar .navbar-nav>li .nav-link i {
  font-weight: bold;
  margin-left: 13px;
  font-size: 16px;
}

.header .navbar .navbar-nav>li .nav-link:hover {
  color: var(--secondary-color);
}

.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--secondary-color);
}

.header .navbar .navbar-nav .dropdown-menu li .dropdown-item.active {
  color: var(--secondary-color);
}

.header .navbar .dropdown-menu {
  padding: 16px 26px 16px 26px;
  z-index: 999;
}

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 200px;
}

.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}

.header .navbar-collapse {
  align-items: inherit;
  flex-grow: inherit;
}

.header .menu-btn svg rect {
  fill: #000000;
  transition: all 0.3s ease-in-out;
}

.header .menu-btn:hover svg rect {
  fill: var(--secondary-color);
}

.header .search ul li a svg path {
  fill: #262626;
  transition: all 0.3s ease-in-out;
}

.header .search ul li a:hover svg path {
  fill: var(--secondary-color);
}

/* Search */
body:has(#search.open) {
  position: relative;
  overflow: hidden;
}

body:has(#search.open):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.search {
  line-height: 1;
}

.search ul li a {
  color: #000000;
}

.search ul li a:hover {
  color: var(--secondary-color);
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50vh;
  text-align: center;
  max-height: inherit;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

#search input[type="search"] {
  width: 100%;
  color: #262626;
  background: transparent;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid rgba(131, 131, 131, 0.25);
  margin: 0px auto;
  padding: 12px 25px;
  outline: none;
  border-radius: 0;
}

#search input[type="search"]::-ms-input-placeholder {
  color: #262626;
}

#search input[type="search"]::placeholder {
  color: #262626;
}

#search .search-btn {
  flex: 0 0 140px;
}

#search .close {
  border: none;
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: inherit;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  background-color: #262626;
}

#search .close:before {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: -1;
}

#search .close:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

#search.open {
  opacity: 1;
  visibility: visible;
}

#search .search-inner {
  max-width: 950px;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 15px;
}

#search .search-inner .title {
  color: #262626;
}

#search .search-inner form {
  width: 100%;
  display: flex;
  justify-content: center;
}

#search .search-inner form .search-btn.btn {
  margin: 0px 0px 0px 10px;
}

/*Header Style 03*/
.header.header-03 {
  border-bottom: none;
}


/*Hamburger*/
.hamburger {
  padding: 0;
  margin-top: 0px;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  background-color: transparent;
}

.hamburger .hamburger-container {
  position: relative;
  width: 46px;
  height: 22px;
  display: inline-block;
}

.hamburger .hamburger-container .hamburger-inner {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translate(0px, -50%);
  background-color: #262626;
  transition: all 0.3s ease;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:before {
  position: absolute;
  content: "";
  transform: translate(0px, 0);
  top: -9px;
  width: 100%;
  height: 2px;
  background-color: #262626;
  transition: all 0.3s ease;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:after {
  position: absolute;
  content: "";
  top: 9px;
  transform: translate(0px, 0);
  width: 50%;
  height: 2px;
  background-color: #262626;
  transition: all 0.3s ease;
  opacity: 1;
}

.hamburger:hover .hamburger-container .hamburger-inner {
  background-color: var(--secondary-color);
}

.hamburger:hover .hamburger-container .hamburger-inner:before {
  background-color: var(--secondary-color);
}

.hamburger:hover .hamburger-container .hamburger-inner:after {
  background-color: var(--secondary-color);
  width: 100%;
}

/* Header Sticky */
header.header.header-sticky.is-sticky {
  position: fixed;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  top: -110px;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

header.header.header-sticky.is-sticky.sticky-show {
  top: 0;
}

header.header.header-sticky.is-sticky .navbar .navbar-brand {
  padding: 15px 0px;
}

header.header.header-sticky.is-sticky .navbar .navbar-brand img {
  height: 50px;
}

header.header.header-sticky.is-sticky.header-02 .navbar .navbar-brand {
  padding: 25px 25px 26px;
}

header.header.header-sticky.is-sticky.header-02 .navbar .navbar-brand img {
  height: 50px;
}

.header li>.dropdown-item:focus {
  color: var(--secondary-color);
  background: none;
}

.header li>.dropdown-item:hover {
  color: var(--secondary-color);
  background: none;
}

.header .dropdown-item.active {
  background: none;
}

.header .dropdown-item:active {
  background: none;
}

.header .dropdown-item:focus {
  background: none;
}

.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  align-items: inherit;
  position: relative;
}

.navbar .dropdown>.dropdown-menu li>a {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 20px 6px 0;
  border-radius: 0px;
  position: relative;
  color: #262626;
  font-family: var(--body-font);
}

.navbar .dropdown>.dropdown-menu li>a span {
  position: relative;
}

.navbar .dropdown>.dropdown-menu li>a span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  right: auto;
  top: auto;
  height: 1px;
  background-color: var(--secondary-color);
  width: 0px;
  transition: all 0.3s ease-in-out;
}

.navbar .dropdown>.dropdown-menu li>a:hover {
  color: var(--secondary-color);
}

.navbar .dropdown>.dropdown-menu li>a:hover span:before {
  width: 100%;
}

.navbar .navbar-nav .dropdown-menu li.active>a {
  color: var(--secondary-color);
}

.navbar .navbar-nav .dropdown-menu li.active>a span:before {
  width: 100%;
}

/* Contact Info */
.main-contact {
  display: flex;
  align-items: center;
}

.main-contact i {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(149, 180, 133, 0.1);
  color: var(--secondary-color);
  font-size: 17px;
  height: 50px;
  width: 50px;
  margin-right: 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.main-contact .main-contact-info h6 {
  font-size: 14px;
  margin-bottom: 0px;
}

.main-contact:hover i {
  color: #ffffff;
  background-color: var(--secondary-color);
}

/* Search */
.action-group {
  display: flex;
  align-items: center;
  gap: 38px;
}

.search.search-open .search-btn {
  top: -50px;
  right: -200px;
}

.search.search-open .search-btn:before {
  content: "\f00d";
}

.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  transform: rotateX(0deg);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search.search-open .search-box form {
  position: relative;
  width: 40%;
}

.search.search-open .search-box form .form-control {
  padding-right: 50px;
}

.search-box {
  margin: 0;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 50px;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  transform: rotateX(90deg);
  transform-origin: 0 0;
  transition: all 400ms ease;
}

.search-box.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.offcanvas .logo img {
  height: 60px;
}

.btn-close:focus {
  box-shadow: none;
}

.appointment-form .input-group .input-group-append .input-group-text {
  border-radius: 0;
}

/*offcanvas*/
.offcanvas .offcanvas-header {
  padding: 20px 30px;
}

.offcanvas .btn-close {
  display: flex;
  height: 40px;
  width: 40px;
  border: 2px solid var(--body-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: inherit;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  padding: 0px;
}

.offcanvas .btn-close svg {
  width: 20px;
}

.offcanvas .btn-close svg path {
  stroke: #000;
  transition: all 0.3s ease-in-out;
}

.offcanvas .btn-close:hover {
  border: 2px solid var(--secondary-color);
}

.offcanvas .btn-close:hover svg path {
  stroke: var(--secondary-color);
}

.offcanvas .offcanvas-body {
  padding: 60px;
  padding-top: 0;
}

.offcanvas .offcanvas-body .logo {
  margin-bottom: 50px;
}

.offcanvas .offcanvas-body .about-us-box {
  margin-bottom: 25px;
}

.offcanvas .offcanvas-body .about-us-box .title {
  font-weight: 500;
}

.offcanvas .offcanvas-body .about-us-box p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.offcanvas .offcanvas-body .contact-info-box {
  margin-top: 55px;
  margin-bottom: 75px;
}

.offcanvas .offcanvas-body .contact-info-box h4 {
  font-weight: 500;
}

.offcanvas .offcanvas-body .contact-info-box p {
  font-size: 20px;
  line-height: 30px;
  line-height: normal;
  margin-bottom: 10px;
}

.offcanvas .offcanvas-body .contact-info-box a {
  font-size: 20px;
  line-height: 30px;
  color: var(--body-color);
  font-family: var(--body-font);
  font-weight: normal;
}

.offcanvas .offcanvas-body .contact-info-box a:hover {
  color: var(--secondary-color);
}

.offcanvas.header-sidepanel {
  background-color: #000000;
  width: 500px;
}

/*---------------------------------*/
/* Menu Overlay */
/*---------------------------------*/
.offcanvas.menu-overlay-offcanvas {
  height: 100vh;
  background-color: #000000;
}

.offcanvas.menu-overlay-offcanvas:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.05;
  z-index: -1;
}

.offcanvas.menu-overlay-offcanvas .offcanvas-close {
  position: absolute;
  right: 50px;
  top: 50px;
}

.offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close {
  background: #ffffff;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close svg path {
  stroke: #000000;
}

.offcanvas.menu-overlay-offcanvas .offcanvas-body {
  padding: 0;
}

.offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.offcanvas.menu-overlay-offcanvas .container-top {
  margin-top: auto;
  margin-bottom: auto;
  height: 60%;
  overflow: hidden;
}

.offcanvas.menu-overlay-offcanvas .navbar {
  padding: 0;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin-right: 50px;
  display: flex;
  align-items: flex-end;
}

.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
  background-color: #0c0c0c;
}

.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar {
  width: 3px;
  background-color: #0c0c0c;
}

.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav {
  gap: 10px;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item>a {
  display: inline-flex;
  padding: 0;
  font-family: var(--title-font);
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  align-items: baseline;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item>a.show,
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item>a:hover {
  background: inherit;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item>a:hover {
  padding-left: 15px;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item>a:after {
  margin-top: 3px;
  font-size: 18px;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item>a.dropdown-toggle:after {
  content: "+";
  border: none;
  font-size: 28px;
  font-weight: 400;
  font-family: var(--body-font);
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item>.dropdown-menu {
  display: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-left: 30px;
  border: none;
  background: transparent;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item>.dropdown-menu li a {
  padding: 8px 0;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item>.dropdown-menu li a:hover,
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item>.dropdown-menu li a.active {
  color: var(--secondary-color);
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item.active>a {
  background: inherit;
}

.offcanvas.menu-overlay-offcanvas .widget.widget-infobox {
  margin-bottom: 40px;
  max-width: 340px;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list {
  gap: 10px;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list li a {
  width: 45px;
  height: 45px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list li a:not(:hover) {
  border-color: rgba(255, 255, 255, 0.3);
}

.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  align-items: center;
  flex-direction: inherit;
  justify-content: space-between;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .number {
  color: #ffffff;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text {
  color: #ffffff;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text a:hover {
  color: var(--secondary-color);
  text-decoration: underline !important;
}

/*---------------------------------*/
/* Mobile Offcanvas Menu */
/*---------------------------------*/
.mobile-action .mobile-hamburger {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.main-menu-offcanvas {
  width: 500px;
}

.main-menu-offcanvas .offcanvas-header .navbar-brand img {
  max-height: 90px;
}

.main-menu-offcanvas .offcanvas-header .btn-close {
  height: 45px;
  width: 45px;
  position: absolute;
  right: 10px;

}

.main-menu-offcanvas .offcanvas-body {
  display: flex;
  gap: 50px;
  padding: 30px 30px;
  padding-top: 0;
  flex-direction: column;
  justify-content: space-between;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.main-menu-offcanvas .offcanvas-body .body-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 30px;
  justify-content: space-between;
}

.main-menu-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar {
  display: none;
}

.main-menu-offcanvas .offcanvas-body::-webkit-scrollbar {
  display: none;
}

.main-menu-offcanvas .offcanvas-body .navbar {
  padding: 0;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav {
  width: 100%;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:last-child {
  border-bottom: none;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a {
  display: flex;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a:after {
  margin-top: 3px;
  font-size: 18px;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  border: none;
  background: transparent;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: var(--secondary-color);
  background-color: transparent;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active)>.nav-link {
  color: var(--secondary-color);
}

.main-menu-offcanvas .contact-info {
  padding-top: 25px;
  border-top: 3px solid var(--secondary-color);
}

.main-menu-offcanvas .contact-info .number {
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.main-menu-offcanvas .contact-info .mail {
  display: block;
  color: var(--body-color);
  font-size: 24px;
  margin-bottom: 15px;
}

.main-menu-offcanvas .contact-info .mail i {
  padding-right: 10px;
  color: var(--secondary-color);
}

.main-menu-offcanvas .contact-info .text {
  display: inline-block;
  margin-bottom: 30px;
}

/* ------------------------
  Keyframes Animation
------------------------*/
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*****************************
  Responsive
*****************************/
@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: inherit;
    border: none;
    left: -15px;
    top: 100%;
    transform: translate3d(0, 20px, 0);
    transition: all 0.3s ease-in-out;
    transition-property: opacity, visibility, transform;
    transform-origin: top center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }

  .header .navbar .dropdown-menu.dropdown-menu-lg {
    min-width: 790px;
  }

  .header .navbar .dropdown:hover>.dropdown-menu {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  .header .navbar li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1499px) {
  .header .navbar .navbar-nav {
    gap: 20px;
  }
}

@media (max-width: 1399px) {
  .header.header-02 .navbar .navbar-nav>li {
    margin: 0px 0px;
  }

  .header.header-02 .navbar .main-header {
    padding-left: 0px;
  }

  .header .navbar .main-header {
    padding: 0px 30px;
  }

  .header .navbar .main-header .navbar-nav {
    gap: 10px;
  }
}

@media (max-width: 1199px) {

  /* Header */
  .header .navbar .main-header {
    padding: 0px 30px;
  }

  .header .navbar .main-header .navbar-brand {
    flex: 0 0 140px;
  }

  .header .navbar .main-header .navbar-nav>li {
    margin: 0px 0px;
  }

  .header .navbar .main-header .navbar-nav>li .nav-link {
    font-size: 16px;
    padding: 12px 5px;
  }

  .header .navbar .main-header .navbar-nav>li .nav-link i {
    font-size: 14px;
    margin-left: 5px;
  }

  .header .navbar .main-header .action-group {
    margin-left: 15px;
    gap: 15px;
  }

  .header.header-02 .navbar .main-header .navbar-brand {
    padding: 20px 15px 21px;
    flex: 0 0 180px;
  }

  .header.header-02 .navbar .main-header .navbar-nav>li {
    margin: 0px 0px;
  }

  .hamburger .hamburger-container {
    width: 36px;
  }

  /* Header Sticky */
  header.header.header-sticky.is-sticky.header-02 .navbar .navbar-brand {
    padding: 15px 15px 16px;
  }
}

@media (max-width: 991px) {
  .header .main-header {
    padding: 0 30px;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .header .navbar .navbar-brand {
    padding: 15px 0px;
  }

  .header .navbar .navbar-nav {
    align-items: initial;
  }

  .header .navbar .navbar-nav .nav-link {
    color: #000000;
    padding: 10px 20px;
  }

  .header .navbar .navbar-nav .nav-link i {
    position: absolute;
    right: 20px;
  }

  .header .navbar .navbar-nav .nav-item {
    margin-right: 0;
    margin-left: 0px;
  }

  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: inherit;
    padding: 0;
    font-size: 13px;
  }

  .header .navbar .nav-title {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px !important;
  }

  .header .navbar .action-group {
    padding-right: 0px;
  }

  .header .navbar .action-group .menu-btn {
    display: none;
  }

  .header.header-02 .action-group {
    padding-right: 0px;
    margin-left: 0px;
    gap: 10px;
  }

  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    padding: 15px 0px;
  }

  .navbar .dropdown>.dropdown-menu li>a {
    padding: 5px 20px;
  }
}

@media (max-width: 767px) {
  .navbar-expand-lg {
    min-width: 100% !important;
    left: 0;
  }

  .header.default .main-header {
    padding: 0px 12px;
  }

  .header.default .navbar .navbar-toggler {
    right: 15px;
  }
}

@media (max-width: 575px) {

  /* Header */
  .header .main-header {
    padding: 0px 15px;
  }

  .header .navbar .navbar-toggler {
    right: 15px;
  }

  .header .navbar .navbar-brand {
    flex: 0 0 130px;
    padding: 15px 0px;
    align-self: center;
  }

  .header .navbar .dropdown-menu {
    max-height: 300px;
    overflow-x: scroll;
  }

  .header.header-02 .navbar .main-header {
    padding-right: 15px;
  }

  .header.header-02 .navbar .main-header .navbar-brand {
    padding: 15px 10px 16px;
    flex: 0 0 160px;
  }

  .header.header-02 .action-group {
    padding-right: 0px;
    margin-left: 0px;
    gap: 10px;
  }

  .header.header-02 .action-group .search {
    display: none;
  }

  header.header.header-sticky.is-sticky.header-02 .navbar .navbar-brand {
    padding: 15px 10px 16px;
  }

  .offcanvas-start,
  .offcanvas-end {
    width: 320px !important;
  }
}

@media (max-width: 479px) {
  .main-menu-offcanvas .contact-info .number {
    font-size: 20px;
    line-height: 26px;
  }

  .main-menu-offcanvas .contact-info .mail {
    font-size: 18px;
    line-height: 24px;
  }

  .header .navbar .main-header {
    padding: 0px 15px;
  }

  .header .navbar .main-header .action-group {
    margin-left: 6px;
    gap: 15px;
  }

  .header .navbar .main-header .navbar-brand {
    flex: 0 0 120px;
  }
}


/*banner 03*/
.banner.hbanner {
  display: flex;
  height: 800px;
  overflow: hidden;
  position: relative;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 70px;
  /* width: calc(100% - 100px); */
}

.banner.hbanner .banner-content {
  padding: 80px;
  width: fit-content;
  display: flex;
  background-size: auto;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  justify-content: space-between;
  background-position: right bottom;
  color: #fff;
}

.banner.hbanner .banner-content .section-title {
  padding-left: 0px;
  margin-bottom: 30px;
}

.banner.hbanner .banner-content .section-title .title {
  margin-bottom: 30px;
  color: #fff;
}

.banner.hbanner .banner-content .section-title .description {
  padding-right: 50px;
  margin-bottom: 0px;
}

.banner.hbanner .banner-content .banner-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.banner.hbanner .banner-content .banner-info .help-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.banner.hbanner .banner-content .banner-info .help-info span {
  font-size: 20px;
  line-height: 20px;
}

.banner.hbanner .banner-content .banner-info .help-info a {
  font-size: 20px;
  line-height: 20px;
  color: var(--secondary-color);
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.banner.hbanner .banner-content .banner-info .help-info a:hover {
  text-decoration: none;
}

/*************************
       Responsive
*************************/
@media (max-width: 1700px) {}

@media (max-width: 1499px) {

  .banner.hbanner .banner-content {
    height: 600px;
  }

  .banner.hbanner .banner-content .section-title .title {
    font-size: 58px;
    line-height: 68px;
  }
}

@media (max-width: 1399px) {


  .banner.hbanner {
    height: 750px;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
}

@media (max-width: 1199px) {


  .banner.hbanner .banner-content .title {
    font-size: 60px;
    line-height: 90px;
  }

  .banner.hbanner .banner-content .btn {
    margin-top: -30px;
  }

  .banner.hbanner {
    height: 700px;
    padding: 60px;
  }

  .banner.hbanner .banner-content {
    padding: 60px;
    height: 540px;
  }

  .banner.hbanner .banner-content .section-title .title {
    font-size: 54px;
    line-height: 64px;
  }
}

@media (max-width: 991px) {

  .banner.hbanner {
    padding: 100px 0px;
  }

  .banner.hbanner .banner-content .title {
    font-size: 42px;
    line-height: 70px;
  }

  .banner.hbanner .banner-content .btn {
    margin-top: -10px;
  }

  .inner-banner {
    height: 300px;
  }

  .inner-banner .title {
    font-size: 44px;
    line-height: 54px;
  }

  .banner.hbanner {
    height: 600px;
  }

  .banner.hbanner .banner-content {
    height: 480px;
    padding: 50px;
  }

  .banner.hbanner .banner-content .section-title .title {
    font-size: 46px;
    line-height: 56px;
  }

  .banner.hbanner .banner-content .section-title .description {
    padding-right: 0px;
  }

  .banner.hbanner .banner-content .banner-info .btn {
    flex: 0 0 165px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {


  .banner.hbanner {
    padding: 80px 0px;
  }

  .banner.hbanner .banner-content {
    margin-bottom: 30px;
  }

  .banner.hbanner .banner-content .title {
    display: block;
    font-size: 36px;
    line-height: 70px;
  }

  .banner.hbanner .banner-content .btn {
    margin-top: 30px;
    margin-left: 0px;
  }

  .banner.hbanner .description {
    padding-right: 0px;
    padding-top: 30px;
    padding-left: 0px;
    margin-bottom: 0px;
  }

  .banner.hbanner {
    padding: 30px;
    height: 500px;
  }

  .banner.hbanner .banner-content {
    padding: 30px;
    height: 400px;
  }

  .banner.hbanner .banner-content .section-title .title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
  }

  .banner.hbanner .banner-content .banner-info {
    gap: 10px;
  }

  .banner.hbanner .banner-content .banner-info .help-info span {
    font-size: 18px;
    line-height: 20px;
  }

  .banner.hbanner .banner-content .banner-info .btn {
    flex: 0 0 165px;
    padding: 12px 25px;
  }
}

@media (max-width: 575px) {

  .banner.hbanner {
    padding: 60px 0px;
  }

  .banner.hbanner .banner-content .title {
    font-size: 30px;
    line-height: 50px;
  }

  .banner.hbanner .banner-content .title img {
    width: 120px;
    margin-top: -10px;
  }

  .banner.hbanner .banner-content {
    height: auto;
  }

  .banner.hbanner .banner-content .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }

  .banner.hbanner .banner-content .banner-info {
    gap: 15px;
    flex-wrap: wrap;
  }

  .inner-banner {
    height: 200px;
  }

  .inner-banner .title {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 479px) {
  .banner.hbanner .banner-content .title {
    line-height: 40px;
  }

  .banner.hbanner .banner-content .title img {
    width: 100px;
    margin: 0 10px;
    margin-top: -10px;
  }

  .banner.hbanner {
    height: auto;
    padding: 15px;
    margin-left: 0px;
    margin-right: 0;
    width: calc(100% - 0px);
  }

  .banner.hbanner .banner-content {
    padding: 20px;
  }

  .banner.hbanner .banner-content .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }

  .banner.hbanner .banner-content .banner-info .btn {
    flex: inherit;
  }
}

@media (max-width: 375px) {


  .banner.hbanner .banner-content .title img {
    width: 90px;
    margin: 0 5px;
    margin-top: -8px;
  }

  .banner.hbanner .banner-content .section-title {
    padding-left: 0px;
  }

  .banner.hbanner .banner-content .section-title .title {
    font-size: 28px;
    line-height: 40px;
  }

  .banner.hbanner .banner-content .section-title p {
    font-size: 16px;
  }

  .banner.hbanner .banner-content .banner-info {
    padding-left: 0;
  }
}

/*****************************
  Layout
*****************************/
/*****************************
   Section Title
*****************************/
.section-title {
  padding-left: 120px;
  position: relative;
  z-index: 3;
  margin-bottom: 70px;
}

.section-title .sub-title {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -45px;
  font-size: 120px;
  font-weight: 700;
  line-height: 150px;
  font-family: var(--title-font);
  text-transform: uppercase;
  -webkit-text-stroke-color: rgba(123, 123, 123, 0.1);
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  color: transparent;
}

.section-title .title {
  font-size: 62px;
  line-height: 72px;
  font-weight: normal;
  font-family: var(--title-font);
  text-transform: capitalize;
  color: #262626;
  position: relative;
  z-index: 2;
}

.section-title p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  color: var(--body-color);
}

.section-title.center {
  text-align: center;
  padding-left: 0;
}

.section-title.center .sub-title {
  left: 50%;
  transform: translateX(-50%);
}

.section-title:has(.sub-title) {
  margin-top: 20px;
}

.section-title .title-description {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
}

.section-title .title-description .description {
  flex: 0 0 auto;
  width: 65%;
}

.section-title .title-description .btn {
  margin-left: auto;
}

.section-title .title-description.without-btn {
  padding-right: 0px;
}

.section-title .title-description.without-btn .description {
  width: 75%;
}

.section-title .title:not(.ras-text-animated) {
  opacity: 0;
}

.bg-dark .section-title .title {
  color: #ffffff;
}

.bg-dark .section-title p {
  color: var(--body-color);
}

.section-title-horizontal {
  margin-bottom: 70px;
}

.section-title-horizontal .section-title {
  margin-bottom: 0px;
}

.section-title-horizontal .section-title .title {
  margin-bottom: 0px;
}

.section-title-horizontal .description {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
  color: var(--body-color);
  padding-left: 50px;
}

.section-title:has(.description) .title {
  margin-bottom: 40px;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: var(--scrollbar-width) !important;
}

.table-responsive::-webkit-scrollbar {
  width: auto;
  height: var(--scrollbar-width);
}

/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

/*video section*/
.video-section {
  position: relative;
  overflow: hidden;
}

.video-section .video-wrapper {
  padding: 450px 0px;
}

.video-wrapper {
  position: relative;
}

.video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  width: 125px;
  border: 0;
  margin: 0 auto;
  font-size: 36px;
  line-height: normal;
  font-family: var(--title-font);
  font-weight: normal;
  text-transform: inherit;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: relative;
}

.video-btn:before {
  position: absolute;
  content: "";
  right: -30px;
  bottom: -15px;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.video-btn:after {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -30px;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.video-btn:hover {
  border: 0 !important;
  background-color: var(--secondary-color);
  color: #ffffff;
}

.video-btn:hover:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}

.video-btn:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}

.video-btn:focus {
  color: #ffffff;
}

.video-btn.btn-hide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
}

.video-btn.btn-hide:before {
  display: none;
}

.video-btn.btn-hide:after {
  display: none;
}

.video-style-02 {
  margin-right: 50px;
  position: relative;
}

[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/*FAQ Section*/
.faq-section .section-title {
  padding-right: 50px;
}

/*****************************
  Before After
*****************************/
.before-after-section-inner {
  position: relative;
}

.before-after-section-inner .before-after-content-absolute {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.before-after-section-inner .before-after-content-absolute .about-section {
  padding-left: 50px;
}

.before-after-container {
  position: relative;
  height: 790px;
  margin-right: 50px;
}

.before-after-container .before-after-box {
  max-width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}

.before-after-container .before-after-box .before-after-slider-wrapper {
  position: relative;
  height: 100%;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
  z-index: 3;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-wrapper-overlay .before-after-figure {
  height: 100%;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-wrapper-overlay .before-after-figure .before-bg {
  height: 100%;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 100%;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-slider .before-after-thumb {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 5px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #ffffff;
  border-radius: 100%;
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-slider .before-after-thumb:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
  border-left: 0;
  left: 10px;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-slider .before-after-thumb:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  right: 10px;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-lebal {
  position: absolute;
  top: 50px;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  font-family: var(--body-font);
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-lebal-body {
  padding: 6px 10px;
  background-color: #ffffff;
  font-size: 20px;
  z-index: 2;
  border-radius: 10px;
  font-family: var(--body-font);
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-lebal-before {
  left: 50px;
  z-index: 2;
}

.before-after-container .before-after-box .before-after-slider-wrapper .before-after-lebal-after {
  right: 50px;
  top: inherit;
  bottom: 50px;
  text-align: right;
}

.before-after-container .before-after-box .before-after-slider-wrapper .after-bg-box {
  height: 100%;
}

.before-after-container .before-after-box .before-after-slider-wrapper .after-bg-box .before-after-figure {
  height: 100%;
}

.before-after-container .before-after-box .before-after-slider-wrapper .after-bg-box .before-after-figure .after-bg {
  height: 100%;
}

.before-after-container .before-after-box .before-after-slider-wrapper .after-bg-box .before-after-figure .after-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Award Section*/
.award-section {
  position: relative;
  margin-bottom: 150px;
  padding-top: 355px;
}

.award-section .award-box {
  width: 450px;
  margin-left: auto;
  padding: 45px 50px;
  background-color: #141414;
  margin-bottom: -150px;
  border-top: 5px solid #95B485;
}

.award-section .award-box img {
  width: 97px;
  margin-bottom: 35px;
}

.award-section .award-box .award-text {
  color: #ffffff;
  display: flex;
  gap: 10px;
}

.award-section .award-box .award-text .big-text {
  color: #ffffff;
  font-size: 52px;
  line-height: 1;
  margin: 0px;
  font-family: "Jost", sans-serif;
}

.award-section .award-box .award-text span {
  font-size: 16px;
  font-weight: normal;
  padding-right: 60px;
  vertical-align: middle;
  text-transform: uppercase;
}

.award-section .award-box .title {
  color: #ffffff;
  font-size: 32px;
  line-height: 46px;
  margin: 30px 0px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}

.award-section .award-box .list {
  margin-bottom: 30px;
}

.award-section .award-box .list li {
  color: #ffffff;
}

.award-section .award-box .list li i {
  color: #ffffff;
}

.section-bg-move {
  height: 650px;
}

/*ras points*/
.ras-points {
  list-style-type: none;
  /*position: relative;*/
  padding: 0;
  margin: 0;
}

.ras-points .ras-point {
  position: absolute;
  z-index: 9;
}

.ras-points .ras-point .ras-point-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.5);
  color: var(--secondary-color);
  cursor: pointer;
  border: 0px;
  transition: all 0.2s ease-in-out;
}

.ras-points .ras-point .ras-point-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 1px 1px white;
  animation: ras-point-pulse 2s infinite;
}

.ras-points .ras-point.ras-point-1 {
  top: 207px;
  left: 29%;
}

.ras-points .ras-point.ras-point-2 {
  top: 387px;
  left: 45%;
}

.ras-points .ras-point.ras-point-3 {
  left: 11%;
  bottom: 280px;
}

.ras-points .ras-point.ras-point-4 {
  left: 55%;
  bottom: 210px;
}


@-webkit-keyframes ras-point-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

/*=========== Ineer page ===========*/
body:has(.header.is-sticky) .site-content {
  margin-top: var(--header-height);
}

/*About*/
.about-box .section-title {
  margin-top: 50px;
  margin-bottom: 110px;
}

.about-box .about-circle {
  position: relative;
  padding-right: 110px;
}

.about-box .about-circle .about-icon {
  right: 25px;
  bottom: -85px;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--secondary-color);
  background-color: #ffffff;
  z-index: 9;
}

.about-box .about-circle .about-icon .icon {
  line-height: 1;
}

.about-box .about-circle .about-icon .icon i {
  font-size: 36px;
  color: var(--secondary-color);
}

.about-box .about-circle .about-icon .circle-text {
  color: #262626;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  -webkit-animation: textRotation 8s linear infinite;
  animation: textRotation 8s linear infinite;
  text-transform: uppercase;
}

.about-box .about-circle .about-icon .circle-text span {
  padding: 8px;
  color: var(--secondary-color);
  position: absolute;
  left: 50%;
  font-size: 16px;
  transform-origin: 0 83px;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

/*service*/
.faq-bg {
  padding-left: 50px;
}

#panorama {
  width: 100%;
  height: 100vh;
}

.bg-dark.contact-us-form {
  border: none;
}

.bg-dark.contact-us-form .section-title .description {
  color: #ffffff;
}

.about-section {
  margin-right: -20%;
  padding-left: 100px;
}

.about-section .section-title {
  margin-bottom: 40px;
}

.about-section .project-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 60px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 120px;
}

.about-section .project-list li a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--body-color);
}

.about-section .project-list li a .icon-bg {
  flex: 0 0 42px;
}

.about-section .project-list li a:hover {
  color: var(--secondary-color);
}

.about-section .more-project {
  margin-top: 40px;
  padding-left: 120px;
}

.about-section .about-video {
  gap: 30px;
  display: flex;
  margin: 60px 0px;
  align-items: center;
}

.about-section .about-video .video-wrapper {
  display: flex;
  flex: 0 0 312px;
  padding: 85px 0px;
  align-items: center;
}

.about-section .about-video .video-wrapper .video-btn {
  padding: 0px;
  font-size: 20px;
  line-height: 30px;
}

.about-section .about-video .video-wrapper .video-btn:after {
  right: -5px;
  bottom: -10px;
}

.about-section .about-video .video-wrapper .video-btn:before {
  bottom: -5px;
  right: -10px;
}

.about-section .about-video .clienti-reviews.reviews-style-05 {
  padding-left: 50px;
}

.rasUpToDown {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.rasUpToDown.wow-animated,
.rasUpToDown.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.rasDownToUP {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.rasDownToUP.wow-animated,
.rasDownToUP.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.rasLeftToRight {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.rasLeftToRight.wow-animated,
.rasLeftToRight.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.rasRightToLeft {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.rasRightToLeft.wow-animated,
.rasRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*Scrollbar*/
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
}

/*************************
       Responsive
*************************/
@media (max-width: 1699px) {

  /*About Section*/
  .about-section {
    margin-right: -10%;
    padding-left: 70px;
  }
}

@media (max-width: 1599px) {
  .about-video-section .about-section {
    margin-right: -6%;
    padding-left: 50px;
  }
}

@media (max-width: 1499px) {

  /*About Section*/
  .about-section {
    margin-right: -5%;
    padding-left: 0px;
  }

  .about-section .section-title {
    padding-left: 50px;
  }

  .about-section .project-list {
    padding-left: 50px;
    grid-gap: 40px 30px;
  }

  .about-section .more-project {
    padding-left: 50px;
  }

  .award-section {
    padding-top: 210px;
    margin-bottom: 120px;
  }

  .award-section .award-box {
    margin-bottom: -120px;
  }

  .ras-points .ras-point.ras-point-2 {
    top: 335px;
    left: 44%;
  }

  .ras-points .ras-point.ras-point-3 {
    left: 8%;
    bottom: 250px;
  }

  .ras-points .ras-point.ras-point-4 {
    bottom: 175px;
  }

  .before-after-section .before-after-container {
    margin-right: 0px;
  }
}

@media (max-width: 1399px) {

  .about-video-section .about-section .about-video .video-wrapper {
    flex: 0 0 280px;
  }

  .about-video-section .about-section .about-video .clienti-reviews.reviews-style-05 {
    padding-left: 0px;
  }


}

@media (max-width: 1199px) {
  .section-title .title-description.without-btn .description {
    width: 100%;
  }


  .video-style-02 {
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .testimonial-wrapper {
    padding-left: 0px;
  }

  /*FAQ Section*/
  .faq-section .section-title {
    padding-right: 0;
    padding-left: 0;
  }

  /*About Section*/
  .about-section {
    margin-right: 0%;
    padding-left: 0px;
  }

  .about-section .section-title {
    padding-left: 30px;
  }

  .about-section .project-list {
    padding-left: 30px;
    grid-gap: 30px 20px;
  }

  .about-section .more-project {
    padding-left: 30px;
  }

  .about-box .about-circle {
    padding-right: 0px;
  }

  .about-box .section-title {
    padding-left: 50px;
    margin-bottom: 40px;
  }

  .about-video-section .about-section {
    margin-right: 0%;
    padding-left: 30px;
  }

  .about-video-section .about-section .about-video .video-wrapper {
    flex: 0 0 220px;
    padding: 70px 0;
  }

  .award-section .award-box {
    width: 370px;
  }

  .award-section .award-box .award-text span {
    padding-right: 20px;
  }

  .ras-points .ras-point.ras-point-1 {
    left: 22%;
  }


  .before-after-section .before-after-container {
    margin-bottom: 50px;
    height: auto;
  }

  .before-after-section .about-section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .before-after-section-inner .before-after-content-absolute {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    transform: inherit;
  }

  .before-after-section-inner .before-after-content-absolute .about-section {
    padding-left: 0px;
  }

}

@media (max-width: 1024px) {
  .video-section .video-wrapper {
    padding: 225px 0px;
  }

  .video-btn.btn-hide {
    opacity: 1;
    position: relative;
    height: 125px;
    width: 125px;
  }

  .video-btn.btn-hide:before {
    display: block;
  }

  .video-btn.btn-hide:after {
    display: block;
  }

  .video-style-02 .video-btn.btn-hide {
    position: absolute;
    top: 50%;
    height: 100px;
    width: 100px;
    font-size: 28px;
    transform: translateY(-50%);
  }

  .video-style-02 .video-btn.btn-hide:before {
    right: -15px;
    bottom: -8px;
  }

  .video-style-02 .video-btn.btn-hide:after {
    right: -8px;
    bottom: -15px;
  }

  .about-video-section .about-section .about-video .video-wrapper {
    padding: 50px 0;
  }

  .about-video-section .about-section .about-video .video-wrapper .video-btn {
    height: 60px;
    width: 60px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .section-title {
    margin-bottom: 50px;
    padding-left: 50px;
  }

  .section-title .sub-title {
    top: -30px;
    font-size: 80px;
    line-height: 100px;
  }

  .section-title .title {
    font-size: 52px;
    line-height: 62px;
  }

  .section-title .title-description {
    padding: 0px 40px;
  }

  .section-title:has(.description) .title {
    margin-bottom: 25px;
  }

  .section-title-horizontal {
    margin-bottom: 50px;
  }

  .section-title-horizontal .section-title .title {
    margin-bottom: 25px;
  }

  .section-title-horizontal .description {
    padding-right: 0px;
  }

  .video-section .video-wrapper {
    padding: 200px 0px;
  }

  /*About Section*/
  .about-section {
    padding-left: 10px;
  }

  .about-section .project-list {
    padding-left: 0px;
    grid-gap: 20px 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .about-section .more-project {
    padding-left: 0px;
  }

  .about-video-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .about-video-section .about-section {
    padding-left: 0px;
  }

  .about-video-section .about-section .about-video {
    margin: 40px 0px;
  }

  .award-section {
    height: 630px;
    padding-top: 120px;
    margin-bottom: 60px;
  }

  .award-section .award-box {
    width: 280px;
    padding: 35px 30px;
    margin-right: 0px;
    margin-bottom: -120px;
  }

  .award-section .award-box .award-text .big-text {
    font-size: 40px;
  }

  .award-section .award-box .award-text span {
    padding-right: 0;
  }

  .award-section .award-box .title {
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0px;
  }

  .award-section .award-box .btn {
    padding: 10px 30px;
  }

  .ras-points .ras-point.ras-point-1 {
    left: 20%;
    top: 165px;
  }

  .ras-points .ras-point.ras-point-2 {
    top: 275px;
    left: 40%;
  }


  .before-after-section-inner .before-after-content-absolute .about-section .project-list {
    grid-template-columns: repeat(2, 1fr);
  }


}

@media (max-width: 767px) {

  .section-title {
    margin-bottom: 30px;
    padding-left: 0px;
  }

  .section-title .sub-title {
    top: -20px;
    font-size: 60px;
    line-height: 80px;
  }

  .section-title .title {
    font-size: 42px;
    line-height: 52px;
  }

  .section-title .title-description {
    padding: 0px 30px;
  }

  .section-title:has(.description) .title {
    margin-bottom: 15px;
  }

  .section-title-horizontal {
    margin-bottom: 30px;
  }

  .section-title-horizontal .section-title .title {
    margin-bottom: 15px;
  }

  .section-title-horizontal .description {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-bg-move {
    height: 400px;
  }


  .map {
    height: 450px;
  }

  .video-section .video-wrapper {
    padding: 150px 0px;
  }

  .video-btn {
    height: 140px;
    width: 140px;
    font-size: 36px;
  }

  .video-btn.btn-hide {
    height: 100px;
    width: 100px;
    font-size: 28px;
  }

  .video-btn.btn-hide:before {
    right: -15px;
    bottom: -8px;
  }

  .video-btn.btn-hide:after {
    right: -8px;
    bottom: -15px;
  }


  .section-bg-half.space-ptb:has(.about-section) {
    padding: 0px;
  }

  .about-box .about-circle {
    text-align: right;
    margin-top: 50px;
    padding-left: 70px;
  }

  .about-box .about-circle .about-icon {
    bottom: auto;
    top: -90px;
    left: 0;
  }

  .about-box .section-title {
    margin-top: 20px;
  }

  .about-video-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .about-video-section .about-section {
    padding-left: 0px;
  }

  .about-video-section .about-section .about-video {
    margin: 40px 0px;
  }


  .ras-points .ras-point.ras-point-1 {
    left: 30%;
    top: 8%;
  }

  .ras-points .ras-point.ras-point-2 {
    top: 16%;
    left: 45%;
  }

  .ras-points .ras-point.ras-point-3 {
    top: 25%;
    left: 14%;
    bottom: inherit;
  }

  .ras-points .ras-point.ras-point-4 {
    top: 27%;
    left: 60%;
    bottom: inherit;
  }

  .ras-points .ras-point .ras-point-btn {
    height: 20px;
    width: 20px;
  }

  .about-section {
    padding-left: 0;
  }


}

@media (max-width: 575px) {

  .section-title .sub-title {
    top: -10px;
    font-size: 50px;
    line-height: 60px;
  }

  .section-title .title {
    font-size: 36px;
    line-height: 46px;
  }

  .section-title .description {
    font-size: 16px;
    line-height: 26px;
  }

  .section-title .title-description .description {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-bg-move {
    height: 350px;
  }

  .video-section .video-wrapper {
    padding: 100px 0px;
  }

  .video-btn {
    height: 120px;
    width: 120px;
    font-size: 30px;
  }


  .about-box .about-circle .about-icon {
    width: 125px;
    height: 125px;
  }

  .about-box .about-circle .about-icon .icon i {
    font-size: 30px;
  }

  .about-box .about-circle .about-icon .circle-text span {
    font-size: 12px;
    transform-origin: 0 62px;
  }

  .about-video-section .about-section .about-video {
    flex-wrap: wrap;
  }

  .about-video-section .about-section .about-video .video-wrapper {
    flex: 0 0 100%;
  }

  .award-section {
    margin-bottom: 60px;
  }

  .award-section .award-bg {
    height: 260px;
    object-fit: cover;
  }

  .award-section .award-box {
    padding: 25px 30px;
    margin-right: 30px;
    margin-bottom: -60px;
  }

  .award-section .award-box .award-text span {
    padding-right: 0;
  }

  .award-section .award-box .title {
    font-size: 24px;
    line-height: 36px;
  }

  .before-after-section-inner .before-after-content-absolute .about-section .project-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .before-after-container .before-after-box .before-after-slider-wrapper .before-after-lebal-body {
    font-size: 16px;
    height: 35px;
    width: 90px;
  }

  .before-after-container .before-after-box .before-after-slider-wrapper .before-after-lebal {
    top: 20px;
    left: 20px;
  }

  .before-after-container .before-after-box .before-after-slider-wrapper .before-after-lebal-after {
    top: inherit;
    left: inherit;
    bottom: 20px;
    right: 20px;
  }

  .before-after-container .before-after-box .before-after-slider-wrapper .before-after-slider {
    width: 3px;
  }

  .before-after-container .before-after-box .before-after-slider-wrapper .before-after-slider .before-after-thumb {
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 3px solid #ffffff;
  }

  .before-after-container .before-after-box .before-after-slider-wrapper .before-after-slider .before-after-thumb:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #ffffff;
    border-left: 0;
    left: 8px;
  }

  .before-after-container .before-after-box .before-after-slider-wrapper .before-after-slider .before-after-thumb:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-right: 0;
    right: 8px;
  }

}

@media (max-width: 479px) {
  .section-title .sub-title {
    font-size: 40px;
    line-height: 60px;
  }

  .section-title .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .award-section {
    padding: 0px;
    margin-bottom: 0px;
  }

  .award-section .award-box {
    width: 100%;
    padding: 25px 30px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .award-section .award-box .award-text span {
    padding-right: 0;
  }

  .award-section .award-box .title {
    font-size: 24px;
    line-height: 36px;
  }

  .ras-points .ras-point.ras-point-1 {
    left: 21%;
    top: 8%;
  }

  .ras-points .ras-point.ras-point-2 {
    top: 13%;
  }

  .ras-points .ras-point.ras-point-3 {
    top: 24%;
    left: 13%;
  }

  .ras-points .ras-point.ras-point-4 {
    top: 23%;
  }

  .video-btn.btn-hide {
    height: 80px;
    width: 80px;
    font-size: 24px;
  }

  .video-btn.btn-hide:before {
    right: -15px;
    bottom: -6px;
  }

  .video-btn.btn-hide:after {
    right: -6px;
    bottom: -15px;
  }
}

@media (max-width: 391px) {
  .before-after-container .before-after-box .before-after-slider-wrapper .before-after-lebal-body {
    font-size: 14px;
    height: 30px;
    width: 80px;
  }

  .before-after-container .before-after-box .before-after-slider-wrapper .before-after-lebal {
    top: 10px;
    left: 10px;
  }

  .before-after-container .before-after-box .before-after-slider-wrapper .before-after-lebal-after {
    top: inherit;
    left: inherit;
    bottom: 10px;
    right: 10px;
  }
}


.slider-slick {
  overflow: hidden;
}

.slider-slick .slider-for .slick-arrow {
  display: none !important;
}

.slider-slick .slider-nav .slick-arrow {
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}

.slider-slick .slider-nav .slick-arrow.slick-prev {
  background-image: url(2d3d02cbb09043de895c.svg);
}

.slider-slick .slider-nav .slick-arrow.slick-prev:before {
  position: absolute;
  content: "" !important;
  right: -15px;
  bottom: -7px;
  height: 1px;
  width: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.slider-slick .slider-nav .slick-arrow.slick-prev:after {
  position: absolute;
  content: "" !important;
  right: -7px;
  bottom: -15px;
  height: 100%;
  width: 1px;
  background-color: var(--secondary-color);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.slider-slick .slider-nav .slick-arrow.slick-next {
  background-image: url(de32bb6fbd42885fa500.svg);
}

.slider-slick .slider-nav .slick-arrow.slick-next:before {
  position: absolute;
  content: "" !important;
  left: -15px;
  bottom: -7px;
  height: 1px;
  width: 100%;
  background-color: var(--secondary-color);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.slider-slick .slider-nav .slick-arrow.slick-next:after {
  position: absolute;
  content: "" !important;
  left: -7px;
  bottom: -15px;
  height: 100%;
  width: 1px;
  background-color: var(--secondary-color);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.slider-slick .slider-nav:hover .slick-arrow {
  opacity: 1;
  z-index: 9;
}

.slider-slick .slider-nav:hover .slick-arrow.slick-prev {
  left: 0;
}

.slider-slick .slider-nav:hover .slick-arrow.slick-next {
  right: 0;
}

.slider-slick .slider-nav:hover .slick-arrow:hover {
  background-color: #262626;
}

.slider-slick .slider-nav:hover .slick-arrow:hover:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}

.slider-slick .slider-nav:hover .slick-arrow:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}

.slider-slick .slider-nav .slick-track .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}


.form-check-label {
  padding-left: 0px;
}

.search-field {
  padding-left: 20px;
  box-shadow: none;
  border: none;
  height: 50px;
  border: 1px solid #eeeeee;
  width: 100%;
  background: #ffffff;
}


/*****************************
    Footer
*****************************/
.footer.fs {
  padding-top: 120px;
  font-size: 14px;
}

.footer.fs .min-footer {
  padding: 0px 150px;
  padding-bottom: 80px;
}

.footer.fs .min-footer .footer-left {
  padding-right: 70px;
}

.footer.fs .min-footer .widget-newsletter p {
  margin-bottom: 40px;
  font-weight: 300;
}

.footer.fs .min-footer .widget-newsletter .newsletter-form .form-control {
  margin-bottom: 30px;
  background-color: inherit;
  border: none;
  padding-left: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer.fs .min-footer .footer-right {
  padding-left: 130px;
}

.footer.fs .min-footer .footer-right .widget.widget-menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer.fs .min-footer .footer-right .footer-right-top {
  padding-bottom: 50px;
}

.footer.fs .min-footer .footer-right .footer-right-top .widget-address {
  padding-right: 120px;
}

.footer.fs .widget .widget-title {
  font-weight: normal;
  margin-bottom: 20px;
}

.footer.fs .widget-app ul {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer.fs .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 150px;
}

.footer.fs .footer-bottom ul.widget-menu {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0px;
}

.footer.fs .footer-bottom ul.widget-menu li {
  color: #ffffff;
  font-weight: 300;
  margin: 5px 0;
}

.footer.fs .footer-bottom ul.widget-menu li a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
}

.footer.fs .footer-bottom ul.widget-menu li a:hover {
  color: var(--secondary-color);
}

.footer .copyright p {
  color: #ffffff;
  margin-bottom: 0px;
  font-weight: 300;

}

.footer .copyright a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: var(--body-font);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.footer .copyright a:hover {
  color: var(--secondary-color);
}


/*************************
       Responsive
*************************/
@media (max-width: 1599px) {
  .footer.fs .min-footer {
    padding: 0px 80px;
    padding-bottom: 80px;
  }

  .footer.fs .min-footer .footer-right {
    padding-left: 70px;
  }

  .footer.fs .min-footer .footer-right .footer-right-top .widget-address {
    padding-right: 50px;
  }

  .footer.fs .footer-bottom {
    padding: 20px 80px;
  }
}


@media (max-width: 1299px) {
  .footer.fs .min-footer {
    padding: 0px 30px;
    padding-bottom: 80px;
  }

  .footer.fs .min-footer .footer-right {
    padding-left: 70px;
  }

  .footer.fs .min-footer .footer-right .footer-right-top .widget-address {
    padding-right: 50px;
  }

  .footer.fs .footer-bottom {
    padding: 20px 30px;
  }
}

@media (max-width: 1199px) {


  .footer.fs .min-footer .footer-left {
    padding-bottom: 60px;
    padding-right: 12px;
  }

  .footer.fs .min-footer .footer-right {
    padding-left: 12px;
  }

  .footer.fs .min-footer .footer-right .footer-right-top .widget-address {
    padding-right: 0px;
  }

  .footer.fs .footer-bottom {
    padding: 20px 30px;
  }
}

@media (max-width: 991px) {


  .footer.fs {
    padding-top: 80px;
  }

  .footer.fs .min-footer {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {


  .footer.fs {
    padding-top: 50px;
  }

  .footer.fs .min-footer {
    padding: 0 0 50px 0;
  }

  .footer.fs .min-footer .footer-left {
    padding-bottom: 50px;
  }

  .footer.fs .min-footer .footer-right .widget.widget-menu ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer.fs .footer-bottom {
    padding: 20px 0;
  }

  .footer.fs .footer-bottom ul.widget-menu {
    justify-content: center;
  }

  .footer .copyright p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {


  .footer .copyright {
    flex-direction: column-reverse;
    gap: 5px;
  }
}

@media (max-width: 479px) {}