/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./template/scss/style.scss ***!
  \*******************************************************************************************************************/
/*

Template: Fibodo
Version: 1.0
Author: fibodo
Design and Developed by: the-everything.app

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*================================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
  	- Accordion
  	- Action Box
  	- Button
    - Client
    - Countdown
    - Counter
    - Form Control
    - list Style
    - Marquee
    - Newsletter
    - Owl Carousel
    - Portfolio
    - Pricing
    - Progress Bar
    - Service
    - Sidebar
    - Social Icon
    - Tabs
    - Team
    - Testimonial
    - Timeline
 :: Header
   - Header default
   - Header Style 02
   - Header Sticky
 :: Banner
   - Banner
   - Banner 02
   - Inner Header
 :: Layout
   - Section Title
   - Clienti Reviews
   - Sticky column
   - Back To Top
   - Search
 :: Blog
   - Blog
 :: Not Found
 :: Footer
 :: Responsive

======================================
[ End table content ]
======================================*/
/*Transition*/
/*****************************
  Typography
*****************************/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  line-height: 1.7;
  font-size: 16px;
  color: #434343;
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  outline: medium none !important;
  color: #4b9ad6;
  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: #4b9ad6 !important;
}

a.text-dark:hover {
  color: #4b9ad6 !important;
}

input {
  outline: medium none !important;
  color: #4b9ad6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  color: #0d1615;
}

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: #c2c2c2;
}

iframe {
  width: 100%;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 70px;
  font-style: normal;
  line-height: 80px;
}

h2 {
  font-size: 50px;
  line-height: 60px;
}

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

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

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

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

*::-moz-selection {
  background: #4b9ad6;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #4b9ad6;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #4b9ad6;
  color: #ffffff;
  text-shadow: none;
}

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

@media (min-width: 1399px) {
  .container {
    max-width: 1294px;
  }
}

/* breadcrumb */
.breadcrumb {
  margin-top: 20px;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  padding: 14px 40px;
  justify-content: center;
}

.breadcrumb .breadcrumb-item {
  padding-right: 0px;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

.breadcrumb .breadcrumb-item a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #4b9ad6;
}

.breadcrumb .breadcrumb-item a i {
  font-size: 14px;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #4b9ad6;
}

.breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item.active {
  color: #4b9ad6;
}

/* pagination */
.pagination {
  margin-top: 100px;
  gap: 20px;
}

.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  flex: 0 0 70px;
  border-radius: 100%;
  color: #000000;
  border: 1px solid #000000;
  font-size: 20px;
  transition: 0.5s;
}

.pagination .page-item .page-link.previous .arrow svg {
  transform: rotate(-90deg);
}

.pagination .page-item .page-link .arrow svg path {
  stroke: #000000;
  transition: 0.5s;
}

.pagination .page-item .page-link:hover {
  background: #4b9ad6;
  color: #ffffff;
  border: 1px solid #4b9ad6;
}

.pagination .page-item .page-link:hover .arrow svg path {
  stroke: #ffffff;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
  background-color: transparent;
}

.pagination .page-item.active .page-link {
  background: #4b9ad6;
  border-color: #4b9ad6;
  color: #ffffff;
}

/* blockquote */
.blockquote {
  padding: 0px;
  border-left: none;
  margin-top: 25px;
}

.blockquote .blockquote-content {
  border-left: 3px solid #4b9ad6;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  padding-left: 0px;
  min-height: 100px;
  padding-left: 150px;
}

.blockquote .blockquote-content:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 30px;
  top: 0;
  font-size: 100px;
  line-height: 90px;
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 2px #4b9ad6;
  opacity: 0.2;
}

.blockquote .blockquote-content .quote-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.blockquote .blockquote-content p {
  font-size: 20px;
  font-style: normal;
  line-height: 32px;
  font-weight: normal;
  color: #0d1615;
}

.blockquote .blockquote-content .blockquote-author .blockquote-name {
  font-size: 20px;
  font-style: italic;
  line-height: normal;
  font-weight: normal;
  color: #4b9ad6;
}

.blockquote .blockquote-content .blockquote-author .blockquote-name span {
  color: #4b9ad6;
}

.blockquote {
  font-size: 18px;
  display: block;
}

.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #4b9ad6;
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1;
}

.blockquote-quote p {
  position: relative;
}

.blockquote-quote i {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  font-size: 60px;
  line-height: 60px;
  color: #F9FAF9;
}

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

.dropcaps .drop-cap {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
  margin-right: 20px;
  color: #0d1615;
}

.dropcaps .drop-cap .drop-cap-letter {
  font-size: 60px;
  font-weight: 500;
  display: inline-block;
}

.dropcaps .drop-cap-yes .drop-cap {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
  padding: 7px;
  margin-right: 20px;
  margin-top: 8px;
  background-color: #4b9ad6;
  color: #ffffff;
}

.dropcaps .drop-cap-yes .drop-cap .drop-cap-letter {
  font-size: 60px;
  font-weight: 500;
  display: inline-block;
  height: 60px;
  width: 60px;
}

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

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 42px;
    line-height: 52px;
  }

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

@media (max-width: 767px) {
  h1 {
    font-size: 60px;
    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;
  }

  .breadcrumb {
    margin-top: 10px;
  }

  /* pagination */
  .pagination {
    margin-top: 50px;
    gap: 10px;
  }

  .pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
    font-size: 16px;
  }

  .pagination .page-item .page-link .arrow svg {
    width: 30px;
  }
}

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

  /* blockquote */
  .blockquote .blockquote-content {
    padding-left: 30px;
    padding-top: 80px;
  }

  .blockquote .blockquote-content:before {
    font-size: 80px;
    line-height: 80px;
  }
}

@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
*****************************/
/* color */
.text-primary {
  color: #4b9ad6 !important;
}

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

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

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

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

.fill-black {
  fill: #000000;
}

.fill-primary {
  fill: #4b9ad6 !important;
}

.fill-light {
  fill: #969696;
}

.fill-white {
  fill: #ffffff;
}

/* background */
.bg-primary {
  background-color: #4b9ad6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.space-small-pl {
  padding: 0 0 0 80px;
}

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

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

.padding-small-start {
  padding-left: 80px;
}

.padding-small-end {
  padding-right: 80px;
}

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

.rounded-section {
  border-radius: 25px;
}

section:has(.rounded-section) {
  padding-left: 40px;
  padding-right: 40px;
}

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

.sticky-top {
  z-index: 998 !important;
}

.team-widget .team-item .team-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*Cursor*/
#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {

  /* .cursor__circle {
    width: 40px;
    height: 40px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: 1px solid #0d1615;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1); } */
  /* Cursor Text */
  #cursor.text .cursor__circle,
  #cursor.arrow .cursor__circle,
  #cursor.custom-icon .cursor__circle,
  #cursor.cursor-color .cursor__circle {
    width: 100px;
    height: 100px;
    backdrop-filter: blur(10px);
    background-color: #0d1615;
  }

  #cursor.text::after,
  #cursor.cursor-color::after,
  #cursor.cursor-blur::after {
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #cursor.cursor-color::after,
  #cursor.cursor-blur::after {
    color: #0d1615;
  }

  #cursor::after {
    content: attr(data-cursor-text) !important;
  }

  /* Cursor Arrow */
  #cursor.arrow::after,
  #cursor.custom-icon::after {
    content: '' !important;
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(3bdd996d6ebadce6297e.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }

  #cursor.custom-icon::after {
    background-image: url(30f87f795a9cf2df91ce.svg);
  }

  #cursor.cursor-link.custom-icon:after {
    content: '' !important;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-image: url(30f87f795a9cf2df91ce.svg);
  }

  #cursor.cursor-link.custom-icon .cursor__circle {
    width: 100px;
    height: 100px;
    opacity: 1;
  }

  #cursor.cursor-link .cursor__circle {
    opacity: 0;
    width: 0;
    height: 0;
  }

  #cursor.cursor-link::after {
    content: normal;
    opacity: 0;
  }

  #cursor.overlay .cursor__circle {
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }

  #cursor.cursor-color .cursor__circle {
    width: 100px;
    height: 100px;
    background-color: #4b9ad6;
    border-color: #4b9ad6;
  }

  #cursor.cursor-blur .cursor__circle {
    border: none;
    width: 100px;
    height: 100px;
    backdrop-filter: blur(10px);
    background-color: transparent;
  }
}

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

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

.bg-overlay-primary-10:before {
  background: rgba(156, 238, 105, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-primary-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-primary-20:before {
  background: rgba(156, 238, 105, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-primary-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-primary-30:before {
  background: rgba(156, 238, 105, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-primary-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-primary-40:before {
  background: rgba(156, 238, 105, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-primary-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-primary-50:before {
  background: rgba(156, 238, 105, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-primary-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-primary-60:before {
  background: rgba(156, 238, 105, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-primary-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-primary-70:before {
  background: rgba(156, 238, 105, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-primary-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-primary-80:before {
  background: rgba(156, 238, 105, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-primary-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-primary-90:before {
  background: rgba(156, 238, 105, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-10:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-20:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-30:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-40:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-50:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-60:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-70:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-80:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-90:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* pre-loader */
#pre-loader {
  display: none;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#pre-loader img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
}

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

.grayscale:hover {
  filter: inherit;
}

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

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

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

/*************************
       Responsive
*************************/
@media (max-width: 1199px) {
  .full-width {
    padding: 0 40px;
  }

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

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

@media (max-width: 1024px) {

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

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

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

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

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

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

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

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

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

  .padding-small-start {
    padding-left: 30px;
  }

  .padding-small-end {
    padding-right: 30px;
  }

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

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

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

  .mouse-cursor {
    display: none;
  }
}

@media (max-width: 991px) {

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

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

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

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

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

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

  .mouse-cursor {
    display: none;
  }

  section:has(.rounded-section) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

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

  .padding-small-start {
    padding-left: 15px;
  }

  .padding-small-end {
    padding-right: 15px;
  }

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

  section:has(.rounded-section) {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background-color: transparent;
}

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

.accordion .accordion-item .accordion-header {
  padding: 20px 20px 20px 20px;
}

.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  padding: 0;
  line-height: 34px;
  font-weight: 600;
  gap: 30px;
  color: #0d1615;
  background-color: transparent;
}

.accordion .accordion-item .accordion-header .accordion-button:after {
  content: "\f64d";
  background-image: inherit;
  font-family: bootstrap-icons !important;
  font-size: 17px;
  margin-right: 0px;
  color: #0d1615;
  height: auto;
  width: auto;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  color: #0d1615;
}

.accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\F2EA";
  background-image: inherit;
  font-family: bootstrap-icons !important;
  transform: inherit;
  color: #0d1615;
}

.accordion .accordion-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}

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

.accordion .accordion-collapse .accordion-body {
  line-height: 30px;
  color: #606060;
  padding: 25px 20px 25px 20px;
  border-top: 1px solid #e8e8e8;
}

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

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

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

.accordion.accordion-style-pgs-one .accordion-item {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  margin-bottom: 15px;
}

.accordion.accordion-style-pgs-one .accordion-item h6.accordion-header {
  background-color: #FFFFFF;
  padding: 22px 25px 22px 25px;
}

.accordion.accordion-style-pgs-one .accordion-item h6.accordion-header .accordion-button {
  padding: 0px;
}

.accordion.accordion-style-pgs-one .accordion-item h6.accordion-header .accordion-button:after {
  content: "\e628";
  font-size: 17px;
  font-family: themify-icons !important;
}

.accordion.accordion-style-pgs-one .accordion-item h6.accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 0px;
}

.accordion.accordion-style-pgs-one .accordion-item h6.accordion-header .accordion-button:not(.collapsed):after {
  content: "\e62a";
}

.accordion.accordion-style-pgs-one .accordion-item .accordion-collapse .accordion-body {
  padding: 25px 20px;
  padding-top: 0px;
  border-top: none;
}

.accordion.accordion-style-pgs-two .accordion-item {
  border: 0px solid #e8e8e8;
  border-bottom: 1px solid #0d1615;
}

.accordion.accordion-style-pgs-two .accordion-item h6.accordion-header {
  padding: 0px;
}

.accordion.accordion-style-pgs-two .accordion-item h6.accordion-header .accordion-button {
  font-size: 20px;
  padding: 25px 0px;
}

.accordion.accordion-style-pgs-two .accordion-item h6.accordion-header .accordion-button:after {
  content: "\F231";
  background-image: inherit;
  font-family: bootstrap-icons !important;
  font-size: 14px;
  margin-right: 0px;
  color: #0d1615;
  height: auto;
  width: auto;
}

.accordion.accordion-style-pgs-two .accordion-item h6.accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 0px solid #e8e8e8;
}

.accordion.accordion-style-pgs-two .accordion-item h6.accordion-header .accordion-button:not(.collapsed):after {
  content: "\F229";
  background-image: inherit;
  font-family: bootstrap-icons !important;
  transform: inherit;
  color: #4b9ad6;
}

.accordion.accordion-style-pgs-two .accordion-item .accordion-body {
  border: none;
  padding: 0px 50px 30px 0px;
}

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

@media (max-width: 767px) {
  .accordion .accordion-item h5.accordion-header .accordion-button {
    padding: 15px 15px;
  }

  .accordion .accordion-item h5.accordion-header .accordion-button:after {
    font-size: 16px;
    margin-right: 0px;
  }

  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 15px;
    padding-top: 0px;
  }
}

/*****************************
  Action box
*****************************/
.action-box {
  display: flex;
}

.action-box .action-box-content span {
  font-size: 90px;
  line-height: normal;
  font-weight: bold;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.action-box .action-box-content p {
  font-size: 20px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .action-box .action-box-content span {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .action-box {
    flex-direction: column;
  }

  .action-box .action-box-content {
    margin-bottom: 30px;
  }

  .action-box .action-box-content span {
    font-size: 30px;
  }
}

/*****************************
  Button
*****************************/
.btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #0d1615;
  padding: 17px 45px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #4b9ad6;
  z-index: 2;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  outline: none;
}

.btn:hover {
  background-color: #0d1615;
  color: #ffffff;
}

.btn:focus {
  box-shadow: none;
}

.btn.lg-btn {
  font-size: 22px;
  padding: 24px 60px;
}

.btn.sm-btn {
  font-size: 14px;
  padding: 9px 30px;
}

.btn.btn-w-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn.btn-w-icon .btn-icon svg {
  height: 18px;
  width: 18px;
  transition: all 0.3s ease-in-out;
}

.btn.btn-w-icon:hover .btn-icon svg {
  fill: #ffffff;
}

.circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  padding: 0px;
  border: 1px solid #4b9ad6;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.circle-btn span {
  font-size: 18px;
  font-weight: 500;
  color: #0d1615;
  margin-bottom: 35px;
  transition: all 0.5s ease-in-out;
}

.circle-btn .arrow {
  position: absolute;
  top: 72%;
  left: 58%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.circle-btn .arrow svg path {
  stroke: #0d1615;
  transition: 0.5s;
}

.circle-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  background-color: #4b9ad6;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-radius: 100%;
}

.circle-btn:hover {
  border: 1px solid #4b9ad6;
}

.circle-btn:hover:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #4b9ad6;
  transition: all 0.5s ease-in-out;
}

.circle-btn:hover span {
  opacity: 0;
}

.circle-btn:hover .arrow {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-btn:hover .arrow svg path {
  stroke: #ffffff;
}

.circle-btn:focus {
  box-shadow: none;
}

.circle-btn.white-btn {
  border: 1px solid #ffffff;
}

.circle-btn.white-btn span {
  color: #ffffff;
}

.circle-btn.white-btn .arrow svg path {
  stroke: #ffffff;
}

.circle-btn.white-btn:hover {
  border: 1px solid #ffffff;
}

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

.circle-btn.white-btn:hover .arrow svg path {
  stroke: #000000;
}

.circle-btn.secondary-btn {
  border: 1px solid #0d1615;
}

.circle-btn.secondary-btn span {
  color: #0d1615;
}

.circle-btn.secondary-btn .arrow svg path {
  stroke: #0d1615;
}

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

.circle-btn.secondary-btn:hover {
  border: 1px solid #ffffff;
}

.circle-btn.secondary-btn:hover:before {
  background-color: #ffffff;
}

.circle-btn.secondary-btn:hover .arrow svg path {
  stroke: #0d1615;
}

.circle-btn.lg-btn {
  width: 200px;
  height: 200px;
}

.circle-btn.lg-btn span {
  font-size: 26px;
}

.circle-btn.lg-btn .arrow svg {
  width: 85px;
  height: 85px;
}

.circle-btn.md-btn {
  width: 150px;
  height: 150px;
}

.circle-btn.md-btn .arrow svg {
  width: 65px;
  height: 65px;
}

.circle-btn.sm-btn {
  width: 100px;
  height: 100px;
}

.circle-btn.sm-btn span {
  font-size: 14px;
  margin-bottom: 25px;
}

.circle-btn.sm-btn .arrow svg {
  width: 40px;
  height: 40px;
}

.bg-dark .circle-btn span {
  color: #ffffff;
}

.bg-dark .circle-btn .arrow svg path {
  stroke: #ffffff;
}

/*Video Btn*/
.video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 170px;
  padding: 0;
  border-radius: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: #0d1615;
  background-color: #ffffff;
  border: none;
  margin: 0 auto;
  z-index: 1;
}

.video-btn::before {
  content: "";
  height: 25%;
  width: 25%;
  background-color: #4b9ad6;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.video-btn:hover {
  color: #0d1615;
  background-color: #ffffff;
}

.video-btn:hover::before {
  height: 100%;
  width: 100%;
  opacity: 1;
}

.video-btn.btn.style-1 {
  color: #4b9ad6;
  margin: inherit;
  border: 1px solid #4b9ad6;
  background-color: transparent;
}

.video-btn.btn.style-1:hover {
  color: #0d1615;
}

.video-btn.btn.style-2 {
  color: #0d1615;
  margin: inherit;
  border: inherit;
  background-color: #4b9ad6;
}

.video-btn.btn.style-2:hover {
  color: #ffffff;
}

.video-btn.btn.style-2:hover:before {
  background-color: #0d1615;
}

.video-btn.btn.icon-btn i {
  font-size: 30px;
}

@media (max-width: 1199px) {
  .circle-btn.lg-btn {
    width: 180px;
    height: 180px;
  }

  .circle-btn.lg-btn span {
    font-size: 20px;
  }
}

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

  .btn.lg-btn {
    font-size: 18px;
    padding: 18px 40px;
  }

  .btn.sm-btn {
    font-size: 14px;
    padding: 9px 20px;
  }

  .circle-btn.lg-btn {
    width: 150px;
    height: 150px;
  }

  .circle-btn.lg-btn span {
    font-size: 18px;
  }

  .circle-btn.lg-btn .arrow svg {
    height: 80px;
    width: 80px;
  }

  .circle-btn.md-btn {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 575px) {
  .video-btn.btn.icon-btn i {
    font-size: 20px;
  }
}

/*****************************
  Counter
*****************************/
.counter-box .counter.counter-style-02:first-child {
  padding-top: 0px;
}

.counter .counter-number .counter-text .timer {
  font-size: 70px;
  line-height: 75px;
  color: #0d1615;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.counter.counter-style-02 {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}

.counter.counter-style-02 .counter-number {
  flex: 0 0 50%;
}

.counter.counter-style-02 .counter-info {
  flex: 0 0 50%;
}

.bg-dark .counter .counter-number .counter-text .timer {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .counter .counter-number .counter-text h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 991px) {
  .counter .counter-number .counter-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .counter .counter-number .counter-text h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .counter .counter-number .counter-text .timer {
    font-size: 60px;
    line-height: 70px;
  }

  .counter.counter-style-02 .counter-number {
    flex: 0 0 45%;
  }

  .counter.counter-style-02 .counter-info {
    flex: 0 0 55%;
  }
}

@media (max-width: 575px) {
  .counter .counter-number .counter-text .timer {
    font-size: 48px;
    line-height: 60px;
  }

  .counter .counter-number .counter-text h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .counter.counter-style-02 {
    flex-direction: column;
    gap: 10px;
  }

  .counter.counter-style-02 .counter-number {
    flex: auto;
  }

  .counter.counter-style-02 .counter-info {
    flex: auto;
  }
}

/*****************************
  Countdown
*****************************/
.countdown-main {
  display: flex;
  gap: 50px;
  margin-top: 30px;
  z-index: 1;
}

.countdown-main .countdown {
  text-align: center;
}

.countdown-main .countdown span {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  line-height: 100px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
  display: block;
}

.countdown-main .countdown p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 0;
}

.countdown-main.countdown-medium .countdown span {
  font-size: 54px;
  line-height: 70px;
}

.countdown-main.countdown-medium .countdown p {
  font-size: 16px;
  line-height: 30px;
  color: #4b9ad6;
}

.countdown-main.countdown-small .countdown span {
  font-size: 32px;
  line-height: 42px;
}

.countdown-main.countdown-small .countdown p {
  font-size: 12px;
  line-height: 30px;
}

.countdown-main.countdown-style-02 .countdown span {
  color: #ffffff;
}

.countdown-main.countdown-style-02 .countdown p {
  color: #ffffff;
}

@media (max-width: 991px) {
  .countdown-main .countdown span {
    font-size: 70px;
    line-height: 90px;
    font-weight: 600;
  }

  .countdown-main .countdown p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .countdown-main {
    gap: 30px;
  }

  .countdown-main .countdown span {
    font-size: 50px;
    line-height: 50px;
  }

  .countdown-main .countdown p {
    font-size: 16px;
  }

  .countdown-main.countdown-medium .countdown span {
    font-size: 40px;
    line-height: 50px;
  }

  .countdown-main.countdown-medium .countdown p {
    font-size: 14px;
    line-height: 30px;
    color: #4b9ad6;
  }
}

@media (max-width: 575px) {
  .countdown-main {
    gap: 20px;
  }

  .countdown-main .countdown span {
    font-size: 40px;
  }

  .countdown-main .countdown p {
    font-size: 14px;
    line-height: 28px;
  }

  .countdown-main.countdown-medium .countdown span {
    font-size: 30px;
    line-height: 50px;
  }

  .countdown-main.countdown-medium .countdown p {
    font-size: 14px;
    line-height: 30px;
    color: #4b9ad6;
  }

  .countdown-main.countdown-small .countdown span {
    font-size: 30px;
    line-height: 50px;
  }
}

/*****************************
  Client
*****************************/
.clients {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 70px 0;
}

.clients .section-title {
  width: 20%;
  padding-right: 100px;
  border-right: 1px solid #e8e8e8;
  flex-shrink: 0;
}

.clients .section-title .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.clients .client-logos {
  width: 80%;
}

.clients.clients-style-2 {
  border-bottom: none;
  padding: 0;
}

.clients.clients-style-2 .client-logos {
  width: 100%;
}

.clients.clients-style-2 .client-logos .grid-wrapper {
  gap: 0;
}

.clients.clients-style-2 .client-logos .client-logo {
  text-align: center;
  padding: 15px 15px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.clients.clients-style-2 .client-logos .client-logo:last-child {
  border-right: none;
}

.clients.clients-style-2 .client-logos .client-logo img {
  max-width: 75px;
}

.clients.border-t {
  border-top: 1px solid #e8e8e8;
}

.clients.border-b {
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 1399px) {
  .clients .section-title {
    padding-right: 50px;
  }

  .clients .section-title {
    padding-right: 50px;
  }

  .clients.clients-style-2 .client-logos .client-logo img {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .clients {
    padding: 50px 0;
  }

  .clients .section-title {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .clients {
    gap: 20px;
    padding: 30px 0;
  }

  .clients .section-title {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .clients {
    flex-direction: column;
  }

  .clients .section-title {
    width: 100%;
    border: none;
  }

  .clients .section-title h6 {
    text-align: center;
  }

  .clients .client-logos {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .clients.clients-style-2 .client-logos .client-logo {
    padding: 30px 15px;
  }
}

/*Pricing*/
.switch-tabs-header {
  display: flex;
  justify-content: flex-end;
  margin-top: -55px;
  margin-bottom: 60px;
}

.nav-tabs.radio-switch .nav-item .nav-link {
  border: none;
  color: #ffffff;
  width: 100%;
}

.nav-tabs.radio-switch .nav-item .nav-link:hover {
  border: none;
  color: #ffffff;
  isolation: inherit;
}

.nav-tabs.radio-switch .nav-item .nav-link:focus {
  isolation: inherit;
  color: #ffffff;
}

.nav-tabs.radio-switch .nav-item .nav-link.active {
  border: none;
  background-color: inherit;
  color: #0d1615;
}

.nav-tabs.radio-switch .nav-item .nav-link.active:hover {
  color: #0d1615;
  isolation: inherit;
}

.nav-tabs.radio-switch .nav-item .nav-link.active:focus {
  color: #0d1615;
  isolation: inherit;
}

.nav-tabs.radio-switch .nav-item .nav-link .radio-switch-marker {
  transition: all 0.3s ease-in-out;
}

.radio-switch {
  position: relative;
  display: inline-block;
  display: inline-flex;
  padding: 3px;
  border-radius: 50px;
  background-color: #0d1615;
}

.radio-switch .radio-switch-item {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 90px;
}

.radio-switch .radio-switch-item .radio-switch-label {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

.radio-switch:focus-within {
  box-shadow: none;
}

.radio-switch:active {
  box-shadow: none;
}

.radio-switch-input:checked~.radio-switch-label {
  color: #000000;
}

.radio-switch-input:focus~.radio-switch-label {
  background-color: #4b9ad6;
}

.radio-switch-label :not(*):focus-within,
.radio-switch-input:focus~.radio-switch-label {
  background-color: transparent;
}

.radio-switch-marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  border-radius: 50px;
  background-color: #4b9ad6;
  height: 100%;
  width: 100%;
  box-shadow: none;
  transition: -webkit-transform all 0.3s ease-in-out;
  transition: transform all 0.3s ease-in-out;
  transition: transform all 0.3s ease-in-out, -webkit-transform all 0.3s ease-in-out;
}

.radio-switch-input:checked~.radio-switch-marker {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* utility classes */
.ri5-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.switch-content-tabs .switch-content-header {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.switch-content-tabs .radio-switch {
  background-color: transparent;
  border: 1px solid #0d1615;
  border-radius: 7px;
  padding: 7px 7px 7px 7px;
  margin: 0px 0px 0px 0px;
}

.switch-content-tabs .radio-switch .radio-switch-item {
  width: auto;
  height: auto;
}

.switch-content-tabs .radio-switch .radio-switch-item .nav-link {
  padding: 10px 20px 10px 20px;
  position: relative;
  color: #0d1615;
  z-index: 2;
}

.switch-content-tabs .radio-switch .radio-switch-item .nav-link:hover {
  color: #0d1615;
}

.switch-content-tabs .radio-switch .radio-switch-item .nav-link:focus {
  color: #0d1615;
}

.switch-content-tabs .radio-switch .radio-switch-item .nav-link:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  top: 0px;
  left: auto;
  right: 0;
  background-color: #0d1615;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.switch-content-tabs .radio-switch .radio-switch-item .nav-link.active {
  color: #ffffff;
}

.switch-content-tabs .radio-switch .radio-switch-item .nav-link.active:focus {
  color: #ffffff;
}

.switch-content-tabs .radio-switch .radio-switch-item .nav-link.active:hover {
  color: #ffffff;
}

.switch-content-tabs .radio-switch .radio-switch-item .nav-link.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.switch-content-tabs .tab-content img {
  border-radius: 25px;
}

.bg-dark .nav-tabs.radio-switch {
  background-color: #ffffff;
}

.bg-dark .nav-tabs.radio-switch .nav-item .nav-link {
  color: #000000;
}

.bg-dark .pricing-box.bg-dark {
  background-color: #121C1B !important;
}

@media (max-width: 991px) {
  .switch-tabs-header {
    margin-top: 0;
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .switch-content-tabs .radio-switch .radio-switch-item .nav-link {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 24px;
  }
}

/*****************************
  Form Control
*****************************/
form .form-control {
  font-size: 18px;
  line-height: normal;
  border-radius: 0px;
  padding: 15px 0px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  color: #606060;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  height: 60px;
}

form .form-control::-ms-input-placeholder {
  color: rgba(13, 22, 21, 0.5);
}

form .form-control::placeholder {
  color: rgba(13, 22, 21, 0.5);
}

form .form-control:focus {
  box-shadow: none;
  border-color: #4b9ad6;
}

form .form-check-input:focus {
  box-shadow: none;
}

form textarea.form-control {
  margin-bottom: 15px;
  height: auto;
}

form .btn {
  margin-top: 10px;
  margin-bottom: 15px;
}

form.fullborder .form-control {
  padding: 15px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

form.fullborder .form-control::-ms-input-placeholder {
  color: rgba(13, 22, 21, 0.5);
}

form.fullborder .form-control::placeholder {
  color: rgba(13, 22, 21, 0.5);
}

form.fullborder .form-control:focus {
  box-shadow: none;
  border-color: #4b9ad6;
}

/*****************************
  Counter
*****************************/
.pgsel-history-slider-wrapper .swiper:before {
  content: "";
  position: absolute;
  top: 99px;
  left: 0;
  right: 0;
  background: rgba(163, 163, 163, 0.3);
  height: 1px;
}

.pgsel-history-slider-wrapper .history-slider-container {
  position: relative;
}

.pgsel-history-slider-wrapper .history-slider-container:before {
  content: "";
  position: absolute;
  top: 99px;
  left: 0;
  right: 0;
  background: rgba(163, 163, 163, 0.3);
  height: 1px;
}

.pgsel-history-slider-wrapper .history-item .history-info {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.pgsel-history-slider-wrapper .history-item .history-info:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -7px;
  background: #4b9ad6;
  border-radius: 50px;
}

.pgsel-history-slider-wrapper .history-item .history-info .history-year {
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 50px;
  margin-bottom: 0;
  color: #0d1615;
}

.pgsel-history-slider-wrapper .history-item .history-info-content {
  padding-right: 50px;
}

.pgsel-history-slider-wrapper .history-item .history-info-content .history-title {
  color: #0d1615;
  margin-bottom: 10px;
}

.pgsel-history-slider-wrapper .history-style-02 {
  display: flex;
  position: relative;
  gap: 77px;
  flex-direction: column;
  padding-left: 80px;
  margin-left: 25px;
  counter-reset: h-item-counter;
}

.pgsel-history-slider-wrapper .history-style-02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  width: 1px;
  background: #0d1615;
}

.pgsel-history-slider-wrapper .history-style-02 .history-item {
  position: relative;
  left: 0;
  padding: 50px;
  background: #0d1615;
  border-radius: 25px;
  transition: all 0.25s ease-in-out;
}

.pgsel-history-slider-wrapper .history-style-02 .history-item .history-year {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #4b9ad6;
  stroke: #4b9ad6;
  color: transparent;
}

.pgsel-history-slider-wrapper .history-style-02 .history-item .history-title {
  margin-bottom: 10px;
  color: #ffffff;
}

.pgsel-history-slider-wrapper .history-style-02 .history-item .history-content {
  margin: 0;
  color: #c2c2c2;
}

.pgsel-history-slider-wrapper .history-style-02 .history-item .history-number {
  position: absolute;
  left: -105px;
  top: 70px;
  width: 50px;
  height: 50px;
  background: #4b9ad6;
  color: #0d1615;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transform: scale(1);
  transition: all 0.25s ease-in-out;
}

.pgsel-history-slider-wrapper .history-style-02 .history-item .history-number:before {
  counter-increment: h-item-counter;
  content: counter(h-item-counter);
}

.pgsel-history-slider-wrapper .history-style-02 .history-item:hover {
  left: 30px;
}

.pgsel-history-slider-wrapper .history-style-02 .history-item:hover .history-number {
  left: -135px;
  transform: scale(1.3);
}

.pgsel-history-slider-wrapper .history-style-02 .history-item:nth-child(-n + 9) .history-number:before {
  content: "0" counter(h-item-counter);
}

.bg-dark .pgsel-history-slider-wrapper .history-style-02 .history-item {
  background-color: #121C1B;
}

.bg-dark .pgsel-history-slider-wrapper .history-style-02:before {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1199px) {
  .pgsel-history-slider-wrapper .history-style-02 {
    padding-left: 40px;
  }

  .pgsel-history-slider-wrapper .history-style-02 .history-item .history-number {
    left: -65px;
  }

  .pgsel-history-slider-wrapper .history-style-02 .history-item:hover {
    left: 0px;
  }

  .pgsel-history-slider-wrapper .history-style-02 .history-item:hover .history-number {
    left: -65px;
  }
}

@media (max-width: 767px) {
  .pgsel-history-slider-wrapper .history-style-02 .history-item {
    padding: 24px;
  }

  .pgsel-history-slider-wrapper .history-style-02 .history-item .history-year {
    font-size: 50px;
    line-height: 50px;
  }
}

/*****************************
	Info box
*****************************/
.infobox-wrapper.grid-wrapper {
  grid-gap: 50px;
}

.infobox .infobox-info {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.infobox .infobox-info .infobox-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #0d1615;
}

.infobox .infobox-info .infobox-link {
  line-height: 36px;
  align-self: flex-start;
}

.infobox .infobox-info .infobox-link svg {
  vertical-align: middle;
}

.infobox .infobox-content .infobox-description {
  line-height: 30px;
}

.infobox.infobox-style-02 .infobox-api img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: contain;
  /* Ensures the image fits within the box */
}

.infobox.infobox-style-02 .infobox-icon {
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #eeeeee;
}

.infobox.infobox-style-02 .infobox-icon i {
  font-size: 26px;
  line-height: 26px;
  color: #0d1615;
  display: block;
  height: 26px;
  width: 26px;
  text-align: center;
}

.infobox.infobox-style-02 .infobox-content .infobox-link {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  text-transform: uppercase;
  color: #0d1615;
  border-bottom: 1px solid #0d1615;
  margin-top: 20px;
}

.infobox.infobox-style-02 .infobox-content .infobox-link:hover {
  color: #4b9ad6;
  margin-left: 10px;
  border-color: #4b9ad6;
}

@media (max-width: 1199px) {
  .infobox .infobox-info {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .infobox .infobox-info {
    padding-bottom: 15px;
    margin-bottom: 15px;
    gap: 30px;
  }
}

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

.list li {
  margin-bottom: 15px;
  color: #000000;
}

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

.icon-list-items {
  list-style-type: none;
  padding: 0px;
  margin: 0;
}

.icon-list-items .icon-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  line-height: 30px;
  gap: 16px;
}

.icon-list-items .icon-list-item:last-child {
  margin-bottom: 0;
}

.icon-list-items .icon-list-item .list-icon {
  display: flex;
  align-items: center;
}

.icon-list-items .icon-list-item .list-icon i {
  font-size: 24px;
  color: #4b9ad6;
}

.icon-list-items .icon-list-item .list-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  color: #0d1615;
}

.icon-list-items.icon-list-items-style-02 .list-text {
  color: #0d1615;
}

.bg-dark .icon-list-items .icon-list-item .list-text {
  color: #c2c2c2;
}

/*****************************
  Marquee style
*****************************/
.marquee {
  overflow: hidden;
}

.marquee .marquee-box {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  white-space: nowrap;
  padding: 25px 0px;
  animation: marquee 50s linear infinite;
}

.marquee .marquee-box .marquee-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.marquee .marquee-box .marquee-item .title {
  color: #0d1615;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.marquee .marquee-box .marquee-item .icon svg {
  height: 25px;
  width: 25px;
  fill: #0d1615;
}

.marquee.marquee-pause:hover .marquee-box {
  animation-play-state: paused !important;
}

.marquee.marquee-style-02 .marquee-box {
  gap: 0;
  padding: 0;
}

.marquee.marquee-style-02 .marquee-box .marquee-item {
  padding: 10px 25px;
  gap: 50px;
}

.marquee.marquee-style-02 .marquee-box .marquee-item .icon svg {
  width: 52px;
  height: 52px;
  fill: #4b9ad6;
}

.marquee.marquee-style-02 .marquee-box .marquee-item .title {
  font-size: 80px;
  line-height: 80px;
  color: transparent;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #828282;
  stroke: #828282;
  transition: all 0.3s ease-in-out;
}

.marquee.marquee-style-02 .marquee-box .marquee-item:hover .title {
  color: #0d1615;
  -webkit-text-stroke-width: 0;
  stroke-width: 0;
}

.marquee.marquee-double {
  overflow: visible;
}

.marquee.marquee-double .rotate {
  transform: rotate(1.5deg);
}

.marquee.marquee-double .rotate-inverse {
  transform: rotate(-1.5deg);
}

.marquee.marquee-double .marquee-box {
  padding: 30px 0px;
  gap: 40px;
  animation: marquee 50s linear infinite;
}

.marquee.marquee-double .marquee-box .marquee-item {
  gap: 40px;
}

.marquee.marquee-double .marquee-box .marquee-item .title {
  font-size: 30px;
  line-height: 30px;
}

.marquee.marquee-double .bg-dark .marquee-box {
  margin-top: -50px;
  animation: marqueeRight 50s linear infinite;
}

.marquee.marquee-double .bg-dark .marquee-box .marquee-item .title {
  color: #ffffff;
}

.marquee.marquee-double .bg-dark .marquee-box .marquee-item .icon svg {
  fill: #4b9ad6;
}

.marquee-widget .grid-wrapper {
  grid-gap: 60px;
}

.marquee-widget .marquee-widget-box {
  padding: 50px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 25px;
}

.marquee-widget .marquee-widget-box .marquee .marquee-box {
  gap: 30px;
  padding: 0;
  animation-duration: 30s;
}

.marquee-widget .marquee-widget-box .marquee .marquee-box .marquee-item {
  gap: 15px;
}

.marquee-widget .marquee-widget-box .marquee .marquee-box .marquee-item .icon svg {
  height: 20px;
  width: 20px;
}

.marquee-widget .marquee-widget-box .marquee.marquee-reverse .marquee-box {
  animation: marqueeRight 30s linear infinite;
}

.marquee-widget .marquee-widget-box .marquee.marquee-custom-speed .marquee-box {
  animation: marquee 5s linear infinite;
}

.marquee-fade {
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
}

/* ------------------------
  Keyframes Animation
------------------------*/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}

@keyframes marqueeRight {
  0% {
    transform: translateX(-100%);
  }

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

@media (max-width: 1199px) {
  .marquee-widget .grid-wrapper {
    grid-gap: 30px;
  }

  .marquee .marquee-box {
    gap: 40px;
    animation: marquee 10s linear infinite;
  }

  .marquee .marquee-box .marquee-item {
    gap: 30px;
  }

  .marquee.marquee-style-02 .marquee-box {
    padding: 0;
  }

  .marquee.marquee-style-02 .marquee-box .marquee-item {
    padding: 5px 25px;
    gap: 30px;
  }

  .marquee.marquee-style-02 .marquee-box .marquee-item .title {
    font-size: 60px;
    line-height: 70px;
  }

  .marquee.marquee-style-02 .marquee-box .marquee-item .icon svg {
    width: 40px;
    height: 40px;
  }

  .marquee.marquee-double .marquee-box {
    padding: 20px 0px;
    animation: marquee 10s linear infinite;
  }

  .marquee.marquee-double .marquee-box .marquee-item {
    gap: 30px;
  }

  .marquee.marquee-double .marquee-box .marquee-item .title {
    font-size: 24px;
    line-height: 24px;
  }

  .marquee.marquee-double .bg-dark .marquee-box {
    margin-top: -35px;
    animation: marqueeRight 10s linear infinite;
  }
}

@media (max-width: 991px) {
  .marquee .marquee-box {
    gap: 30px;
  }

  .marquee .marquee-box .marquee-item {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .marquee.marquee-style-02 .marquee-box .marquee-item {
    padding: 5px 20px;
  }

  .marquee.marquee-style-02 .marquee-box .marquee-item .title {
    font-size: 46px;
    line-height: 56px;
  }

  .marquee.marquee-style-02 .marquee-box .marquee-item .icon svg {
    width: 35px;
    height: 35px;
  }

  .marquee.marquee-double .marquee-box {
    gap: 30px;
    padding: 15px 0;
  }

  .marquee.marquee-double .marquee-box .marquee-item {
    gap: 20px;
  }

  .marquee.marquee-double .marquee-box .marquee-item .title {
    font-size: 20px;
    line-height: 20px;
  }

  .marquee.marquee-double .marquee-box .marquee-item .title .icon svg {
    height: 20px;
    width: 20px;
  }

  .marquee.marquee-double .bg-dark .marquee-box {
    margin-top: -15px;
  }

  .marquee-widget .marquee-widget-box {
    padding: 30px;
    border-radius: 15px;
  }
}

@media (max-width: 575px) {
  .marquee-widget .grid-wrapper {
    grid-gap: 20px;
  }

  .marquee .marquee-box {
    padding: 15px 0;
    gap: 30px;
  }

  .marquee .marquee-box .marquee-item {
    gap: 20px;
  }

  .marquee .marquee-box .marquee-item .title {
    font-size: 20px;
    line-height: 30px;
  }

  .marquee .marquee-box .marquee-item .icon svg {
    height: 20px;
    width: 20px;
  }

  .marquee.marquee-style-02 .marquee-box .marquee-item {
    gap: 20px;
  }

  .marquee.marquee-style-02 .marquee-box .marquee-item .title {
    font-size: 34px;
    line-height: 44px;
  }

  .marquee.marquee-style-02 .marquee-box .marquee-item .icon svg {
    width: 30px;
    height: 30px;
  }

  .marquee-widget .marquee-widget-box {
    padding: 20px;
  }
}

/*****************************
  Menu
*****************************/
.menu-widget .menu-widget-items {
  gap: 8px;
  padding: 0px;
  margin: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
}

.menu-widget .menu-widget-items .menu-item a {
  gap: 8px;
  cursor: pointer;
  display: flex;
  color: #0d1615;
  padding: 10px 20px;
  align-items: center;
  position: relative;
  border-radius: 5px;
  background-color: #4b9ad6;
}

.menu-widget .menu-widget-items .menu-item a:after {
  border: none;
  content: "\f061";
  font-size: 0.8rem;
  font-weight: 900;
  margin-left: auto;
  font-family: 'Font Awesome 6 Free';
}

.menu-widget .menu-widget-items .menu-item a:hover {
  color: #ffffff;
  padding-left: 30px;
}

.menu-widget.menu-style-style-2 .menu-widget-items .menu-item a {
  color: #0d1615;
  padding: 10px 0px;
  border-radius: inherit;
  background-color: transparent;
  border-bottom: 1px solid #0d1615;
}

.menu-widget.menu-style-style-2 .menu-widget-items .menu-item a:hover {
  color: #4b9ad6;
  padding-left: 10px;
  border-bottom: 1px solid #4b9ad6;
}

.menu-widget.menu-widget-dark.menu-style-style-1 .menu-widget-items .menu-item a {
  color: #ffffff;
  background-color: #0d1615;
}

.menu-widget.menu-widget-dark.menu-style-style-1 .menu-widget-items .menu-item a:hover {
  color: #0d1615;
  background-color: #4b9ad6;
}

.menu-widget.menu-widget-dark.menu-style-style-2 .menu-widget-items .menu-item a {
  color: #606060;
  border-bottom: 1px solid #e8e8e8;
}

.menu-widget.menu-widget-dark.menu-style-style-2 .menu-widget-items .menu-item a:hover {
  color: #0d1615;
  border-bottom: 1px solid #0d1615;
}

.menu-widget.menu-style-style-3 .menu-widget-items {
  padding: 40px 35px;
  border-radius: 25px;
  background-color: #F9FAF9;
}

.menu-widget.menu-style-style-3 .menu-widget-items .menu-item a {
  background-color: #ffffff;
  color: #0d1615;
}

.menu-widget.menu-style-style-3 .menu-widget-items .menu-item a:hover {
  background-color: #4b9ad6;
}

.menu-widget.menu-style-style-3 .menu-widget-items .menu-item.is-active a {
  padding-left: 30px;
  background-color: #4b9ad6;
}

/*****************************
  Newsletter
*****************************/
.newsletter-form {
  position: relative;
}

.newsletter-form .form-control {
  padding-right: 50px;
  background-color: transparent;
}

.newsletter-form .subscribe-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #4b9ad6;
  padding: 10px;
}

.newsletter-form.dark-newsletter .form-control {
  border-color: #000000;
}

.newsletter-form.dark-newsletter .subscribe-btn {
  color: #0d1615;
}

.newsletter-form.newsletter-style-02 {
  margin-bottom: 0px;
  position: relative;
}

.newsletter-form.newsletter-style-02 .form-control {
  border-radius: 50px;
  height: 67px;
  color: #ffffff;
  margin-bottom: 0px;
  padding: 10px 160px 10px 20px;
  background-color: transparent;
  border: 1px solid rgba(130, 130, 130, 0.25);
}

.newsletter-form.newsletter-style-02 .btn {
  top: 5px;
  right: 5px;
  bottom: 5px;
  margin: 0px;
  height: 56px;
  color: #ffffff;
  padding: 10px 30px;
  position: absolute;
  background-color: #0d1615;
}

.newsletter-form.newsletter-style-02 .btn:hover {
  color: #0d1615;
  background-color: #4b9ad6;
}

.newsletter-form.newsletter-style-02.rounded .form-control {
  border-radius: 5px;
}

.newsletter-form.newsletter-style-02.rounded .btn {
  color: #0d1615;
  border-radius: 5px;
  background-color: #4b9ad6;
}

.newsletter-form.newsletter-style-02.rounded .btn:hover {
  color: #ffffff;
  background-color: #0d1615;
}

@media (max-width: 575px) {
  .newsletter-form.newsletter-style-02 .form-control {
    padding: 10px 120px 10px 20px;
  }

  .newsletter-form.newsletter-style-02 .btn {
    padding: 10px 15px;
  }
}

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

.owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background: #4b9ad6 !important;
  font-family: "Poppins", sans-serif;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav button:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  background-color: #4b9ad6;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-radius: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button i {
  font-size: 22px;
  color: #ffffff;
}

.owl-carousel:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav button.owl-prev {
  left: 20px;
}

.owl-carousel:hover .owl-nav button.owl-next {
  right: 20px;
}

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

.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: #4b9ad6 !important;
  opacity: 1;
}

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

.owl-carousel.owl-zigzag .owl-stage .owl-item:nth-child(odd) .item {
  margin-top: 70px;
}

.owl-carousel.owl-zigzag .owl-stage .owl-item:nth-child(even) .item {
  margin-top: 0;
}

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

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

/*Pricing*/
.pricing-box {
  padding: 50px;
  border-radius: 20px;
  position: relative;
}

.pricing-box .pricing-ribbon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}

.pricing-box .pricing-ribbon .ribbon-inner {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  background-color: #0d1615;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  width: 200%;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
}

.pricing-box .pricing-header .title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
}

.pricing-box .pricing-header .subheading {
  display: block;
  line-height: 30px;
  color: #000000;
  margin-top: 5px;
}

.pricing-box .pricing-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 30px 0;
}

.pricing-box .pricing-price .price-currency {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  align-self: flex-start;
  color: #000000;
  margin-right: 3px;
}

.pricing-box .pricing-price .price {
  font-size: 60px;
  font-weight: 600;
  line-height: .8;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.pricing-box .pricing-price .after-price {
  display: flex;
  flex-wrap: wrap;
  text-align: start;
  align-self: stretch;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}

.pricing-box .pricing-price .after-price .typo-excluded {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  margin-top: 7px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
}

.pricing-box .pricing-content .package-desc {
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
}

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

.pricing-box .pricing-content .package-list li {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
  margin-bottom: 5px;
}

.pricing-box .pricing-content .package-list li i {
  margin-right: 10px;
}

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

.pricing-box .pricing-footer {
  padding-top: 30px;
}

.pricing-box .pricing-footer .btn {
  padding: 12px 24px;
  display: block;
}

.pricing-box.active {
  background-color: #4b9ad6;
}

.pricing-box.active .pricing-footer .btn {
  background-color: #0d1615;
  color: #ffffff;
}

.pricing-box.active .pricing-footer .btn:hover {
  background-color: #ffffff;
  color: #0d1615;
}

.pricing-box.bg-dark .pricing-header .title {
  color: #ffffff;
}

.pricing-box.bg-dark .pricing-header .subheading {
  color: #ffffff;
}

.pricing-box.bg-dark .pricing-price .price-currency {
  color: #ffffff;
}

.pricing-box.bg-dark .pricing-price .price {
  color: #ffffff;
}

.pricing-box.bg-dark .pricing-price .after-price .typo-excluded {
  color: #ffffff;
}

.pricing-box.bg-dark .pricing-content .package-desc {
  color: #ffffff;
}

.pricing-box.bg-dark .pricing-content .package-list li {
  color: #ffffff;
}

.pricing-box.bg-dark .pricing-footer .btn:hover {
  background-color: #ffffff;
  color: #0d1615;
}

.pricing-tabs-wrapper {
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  display: flex;
  gap: 50px;
  height: 100%;
}

.pricing-tabs-wrapper .pricing-tabs {
  width: 100%;
}

.pricing-tabs-wrapper .pricing-tabs .circle-btn.package-btn {
  height: 60px;
  width: 60px;
}

.pricing-tabs-wrapper .pricing-tab-content {
  width: 450px;
  position: relative;
  padding-left: 70px;
  display: flex;
  flex: none;
  margin-left: 0px;
}

/*pricing-tabs*/
.nav-tabs.pricing-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
}

.nav-tabs.pricing-tabs .nav-item {
  width: 100%;
  display: inline-block;
}

.nav-tabs.pricing-tabs .nav-item .nav-link {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 0px;
  border: none;
  padding: 40px 30px;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0px;
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 15px;
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  height: 30px;
  width: 30px;
  border: 2px solid #606060;
  border-radius: 100%;
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-check i {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s;
  color: #4b9ad6;
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title .title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: normal;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #000000;
  display: block;
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title .package-discount {
  font-size: 18px;
  color: #4b9ad6;
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-btn {
  opacity: 0;
  visibility: hidden;
  transition: inherit;
  flex: 0 0 60px;
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-btn .arrow {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-btn .arrow svg path {
  stroke: #ffffff;
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-price {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #606060;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-price .price {
  margin-bottom: 0;
  color: #000000;
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active {
  background-color: #4b9ad6;
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .package-check {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .package-check i {
  opacity: 1;
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .package-title .title {
  color: #ffffff;
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .package-title .package-discount {
  color: rgba(255, 255, 255, 0.6);
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-btn {
  opacity: 1;
  border-color: #ffffff;
  visibility: visible;
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-btn .arrow {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-btn .arrow svg path {
  stroke: #ffffff;
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-btn:hover .arrow svg path {
  stroke: #000000;
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-btn:hover:before {
  background-color: #ffffff;
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-price {
  color: rgba(255, 255, 255, 0.6);
}

.nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-price .price {
  color: #ffffff;
}

.nav-tabs.pricing-tabs .nav-item:first-child .nav-link {
  border-radius: 25px 0px 0px 0px;
}

.nav-tabs.pricing-tabs .nav-item:last-child .nav-link {
  border-bottom: 1px solid transparent;
  margin-bottom: 0px;
  border-radius: 0px 0px 0px 25px;
}

.pricing-tab-content {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pricing-tab-content .package-list {
  list-style: none;
  padding: 30px 0px;
  margin: 0;
}

.pricing-tab-content .package-list li {
  font-size: 18px;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.pricing-tab-content .package-list li span {
  text-align: left;
  flex: 0 0 calc(100% - 18px);
  padding-left: 120px;
}

.pricing-tab-content .package-list li i {
  flex: 0 0 18px;
  font-size: 18px;
  color: #4b9ad6;
}

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

.pricing-tab-content:before {
  position: absolute;
  content: "";
  background-color: rgba(156, 238, 105, 0.1);
  height: 100%;
  width: 150px;
  top: 0;
  left: 0;
}

.switch-pricing-tabs .pricing-box .pricing-ribbon .ribbon-inner {
  background-color: #0d1615;
}

@media (max-width: 1199px) {
  .pricing-tabs-wrapper {
    flex-direction: column;
    gap: 30px;
    height: auto;
  }

  .pricing-tabs-wrapper .pricing-tab-content {
    margin-left: 0px;
    width: 100%;
  }

  .pricing-tabs-wrapper .pricing-tab-content:before {
    width: 150px;
    border-radius: 0px 0px 0px 25px;
  }

  .pricing-tabs-wrapper .pricing-tab-content .package-list {
    padding-left: 0px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link {
    padding: 30px 20px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-btn {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-btn .arrow svg {
    width: 35px;
    height: 35px;
  }

  .nav-tabs.pricing-tabs .nav-item:first-child .nav-link {
    border-radius: 25px 25px 0px 0px;
  }

  .nav-tabs.pricing-tabs .nav-item:last-child .nav-link {
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0px 0px 0px 0px;
  }

  .pricing-box {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .nav-tabs.pricing-tabs .nav-item .nav-link {
    padding: 20px 15px;
    margin-bottom: 10px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content {
    flex-direction: column;
    justify-content: inherit;
    align-items: flex-start;
    gap: 5px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name {
    align-items: flex-start;
    gap: 10px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-check {
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-check i {
    font-size: 13px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title .title {
    font-size: 20px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-title .package-discount {
    font-size: 16px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-price {
    font-size: 16px;
  }

  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-price .price {
    font-size: 30px;
    line-height: 40px;
  }

  .pricing-tab-content {
    margin-left: 0px;
  }
}

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

  .pricing-tab-content {
    margin-top: 0px;
    padding: 30px 0px;
    height: auto;
  }
}

@media (max-width: 575px) {
  .pricing-tabs-wrapper .pricing-tab-content {
    width: 100%;
    margin-top: 0px;
    padding-left: 40px;
  }

  .pricing-tabs-wrapper .pricing-tab-content .package-list li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .pricing-tabs-wrapper .pricing-tab-content .package-list li i {
    font-size: 16px;
    flex: 0 0 16px;
  }

  .pricing-tabs-wrapper .pricing-tab-content .package-list li span {
    flex: 0 0 calc(100% - 40px);
    padding-left: 80px;
  }

  .pricing-tabs-wrapper .pricing-tab-content:before {
    width: 100px;
  }
}

@media (max-width: 389px) {
  .pricing-tabs-wrapper .pricing-tab-content {
    padding-left: 30px;
  }

  .pricing-tabs-wrapper .pricing-tab-content .package-list li span {
    padding-left: 60px;
    flex: 0 0 calc(100% - 30px);
  }

  .pricing-tabs-wrapper .pricing-tab-content:before {
    width: 80px;
  }
}

/*************************
        Portfolio
*************************/
.portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.portfolio-item .portfolio-img img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  border-radius: 20px;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
  transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.portfolio-item.portfolio-item-style01 .portfolio-img .portfolio-img-1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
}

.portfolio-item.portfolio-item-style01 .portfolio-img .portfolio-img-2 {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
}

.portfolio-item.portfolio-item-style01 .portfolio-info {
  margin-top: 20px;
}

.portfolio-item.portfolio-item-style01 .portfolio-info .portfolio-title {
  margin-bottom: 0;
  margin-top: 5px;
}

.portfolio-item.portfolio-item-style01 .portfolio-info .portfolio-title a {
  color: #0d1615;
}

.portfolio-item.portfolio-item-style01 .portfolio-info .portfolio-title a:hover {
  color: #4b9ad6;
}

.portfolio-item.portfolio-item-style01:hover .portfolio-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.portfolio-item.portfolio-item-style01:hover .portfolio-img .portfolio-img-1 {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.portfolio-item.portfolio-item-style01:hover .portfolio-img .portfolio-img-2 {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.portfolio-item.portfolio-item-style02 .portfolio-img .portfolio-img-1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
}

.portfolio-item.portfolio-item-style02 .portfolio-img .portfolio-img-2 {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.4s ease-in-out;
}

.portfolio-item.portfolio-item-style02 .portfolio-img .portfolio-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  padding-bottom: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0) 100%);
}

.portfolio-item.portfolio-item-style02 .portfolio-img .portfolio-info .portfolio-tag {
  font-weight: 500;
  margin-bottom: 10px;
  color: #4b9ad6;
}

.portfolio-item.portfolio-item-style02 .portfolio-img .portfolio-info .portfolio-title {
  margin: 0;
}

.portfolio-item.portfolio-item-style02 .portfolio-img .portfolio-info .portfolio-title a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.portfolio-item.portfolio-item-style02 .portfolio-img .portfolio-info .portfolio-title a:hover {
  text-decoration: underline !important;
}

.portfolio-item.portfolio-item-style02:hover .portfolio-img img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.portfolio-item.portfolio-item-style02:hover .portfolio-img .portfolio-img-1 {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.portfolio-item.portfolio-item-style02:hover .portfolio-img .portfolio-img-2 {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.portfolio-item.portfolio-item-style02:hover .portfolio-img .portfolio-info {
  opacity: 1;
  padding-bottom: 40px;
  z-index: 5;
}

.portfolio-item.portfolio-item-style03 .portfolio-info {
  margin-top: 20px;
}

.portfolio-item.portfolio-item-style03 .portfolio-info .portfolio-title {
  margin: 5px 0 0;
}

.portfolio-item.portfolio-item-style03 .portfolio-info .portfolio-title a:hover {
  color: #4b9ad6;
}

.portfolio-single .portfolio-info {
  padding: 50px 70px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}

.portfolio-single .portfolio-info .info-box .description {
  line-height: 30px;
  margin-bottom: 0;
}

.portfolio-single .portfolio-info .info-box .description a {
  color: #606060;
}

.portfolio-single .sub-description {
  color: #0d1615;
  font-weight: 500;
}

.portfolio-single img {
  border-radius: 25px;
}

.portfolio-single .portfolio-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-single .portfolio-nav:before {
  content: "\F3F5";
  font-family: bootstrap-icons !important;
  font-size: 20px;
  color: #0d1615;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.portfolio-single .portfolio-nav .btn {
  padding: 15px 40px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

@media (max-width: 991px) {
  .portfolio-single .portfolio-info {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .portfolio-item.portfolio-item-style03 .portfolio-info {
    margin-top: 10px;
  }

  .portfolio-item.portfolio-item-style03 .portfolio-info .portfolio-title {
    margin: 0;
  }

  .portfolio-single .portfolio-info {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .portfolio-single .portfolio-nav {
    gap: 15px;
    flex-direction: column;
  }

  .portfolio-single .portfolio-nav:before {
    display: none;
  }

  .portfolio-single .portfolio-nav .btn {
    width: 100%;
  }
}

/*************************
    Portfolio Fancy
*************************/
.portfolio-fancy-wrapper {
  display: flex;
  gap: 30px;
}

.portfolio-fancy-wrapper .portfolio-item {
  flex: 1;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 670px;
}

.portfolio-fancy-wrapper .portfolio-item .item-wrap-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
  z-index: 0;
  position: absolute;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}

.portfolio-fancy-wrapper .portfolio-item .item-wrap-image img {
  display: none;
}

.portfolio-fancy-wrapper .portfolio-item .item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: auto;
  left: 60px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.portfolio-fancy-wrapper .portfolio-item .item-info .item-title {
  display: inline-block;
  color: #0d1615;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 22px;
  margin: 0;
  background-color: #4b9ad6;
}

.portfolio-fancy-wrapper .portfolio-item .item-info .item-tags {
  display: inline-flex;
  align-self: flex-start;
  gap: 10px;
  color: #ffffff;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 26px;
  background-color: #000000;
}

.portfolio-fancy-wrapper .portfolio-item.active {
  flex: 5;
}

.portfolio-fancy-wrapper .portfolio-item.active .item-info {
  left: 40px;
  opacity: 1;
  transition-delay: 250ms;
  visibility: visible;
}

@media (max-width: 767px) {
  .portfolio-fancy-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-fancy-wrapper .portfolio-item {
    width: calc(50% - 15px);
    height: 370px;
    flex: none;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-info {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    left: 0;
    padding: 15px;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-info .item-title {
    font-size: 18px;
    line-height: 24px;
    white-space: normal;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-info .item-tags {
    gap: 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .portfolio-fancy-wrapper .portfolio-item.active {
    width: calc(50% - 15px);
    height: auto;
    flex: none;
  }

  .portfolio-fancy-wrapper .portfolio-item.active .item-info {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    left: 0;
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .portfolio-fancy-wrapper .portfolio-item {
    width: 100%;
    height: auto;
    flex: none;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-wrap-image {
    width: auto;
    height: auto;
    position: relative;
    background-image: none !important;
  }

  .portfolio-fancy-wrapper .portfolio-item .item-wrap-image img {
    display: block;
  }

  .portfolio-fancy-wrapper .portfolio-item.active {
    width: 100%;
  }
}

/*my-shuffle*/
.my-shuffle-container {
  margin-left: -15px;
  margin-right: -15px;
}

.my-shuffle-container .grid-item {
  width: 33.33%;
  padding: 15px;
}

.my-shuffle-container .grid-item .portfolio-item {
  margin-bottom: 0px;
}

.filters-group {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  text-align: center;
}

.filters-group button {
  margin: 0;
  cursor: pointer;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  padding: 6px 20px;
  color: #0d1615;
  background: inherit;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  transition: all 0.3s ease;
}

.filters-group button:hover {
  color: #4b9ad6;
  border: 1px solid #4b9ad6;
}

.filters-group button.active {
  color: #4b9ad6;
  border: 1px solid #4b9ad6;
}

/*************************************
         shuffle
 *************************************/
.my-shuffle-container.grid-style .grid-item {
  padding: 0 !important;
}

.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px;
}

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px;
  float: left;
}

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px;
}

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px;
}

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px;
}

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px;
}

.my-shuffle-container.columns-2 .grid-item-full,
.my-shuffle-container.columns-3 .grid-item-full,
.my-shuffle-container.columns-4 .grid-item-full,
.my-shuffle-container.columns-5 .grid-item-full,
.my-shuffle-container.columns-6 .grid-item-full {
  width: 100%;
}

@media (max-width: 991px) {

  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .filters-group {
    margin: 0 auto 20px;
  }

  .my-shuffle-container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .filters-group button {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 15px;
  }

  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 100%;
  }
}

/*****************************
  Progress Bar
*****************************/
.skill-wrapper {
  margin-bottom: 50px;
}

.skill-wrapper .skill {
  position: relative;
  width: 100%;
  height: 10px;
  margin: 35px 0 20px 0;
  border-radius: 10px;
}

.skill-wrapper .skill .skill-bar {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 10px;
  padding: 0px;
  background-color: #4b9ad6;
  box-shadow: none;
  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-wrapper .skill .skill-bar .progress-number {
  color: #606060;
  font-size: 18px;
  font-weight: 500;
  order: 1;
  margin-top: -35px;
  margin-left: auto;
  padding-right: 1px;
}

.skill-wrapper .skill .skill-bar .progress-type {
  color: #606060;
  margin-top: -35px;
  font-size: 18px;
  font-weight: 500;
  order: 2;
}

.skill-wrapper .skill .skill-bar .skill-title {
  color: #606060;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-left: 0;
  margin-top: -35px;
  padding-right: 10px;
  white-space: nowrap;
}

.skill-wrapper .skill .skill-bar .skill-title i {
  margin-right: 8px;
}

.skill-wrapper .skill:not(:first-child) {
  margin-top: 64px;
}

.skill-wrapper .skill:last-child {
  margin-bottom: 0;
}

.skill-wrapper .skill:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
}

.skill-wrapper.skill-dark .skill .skill-bar {
  background-color: #0d1615;
}

.skill-wrapper.skill-dark .skill .skill-bar .progress-number {
  color: #0d1615;
}

.skill-wrapper.skill-dark .skill .skill-bar .progress-type {
  color: #0d1615;
}

.skill-wrapper.skill-dark .skill .skill-bar .skill-title {
  color: #0d1615;
}

.skill-wrapper.skill-dark .skill:before {
  border: 1px solid #0d1615;
}

.bg-dark .skill .skill-bar {
  background-color: #4b9ad6;
}

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

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

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

.bg-dark .skill:before {
  border: 1px solid rgba(255, 255, 255, 0.19);
}

@media (max-width: 767px) {
  .skill-wrapper {
    margin-bottom: 30px;
  }

  .skill-wrapper .skill {
    margin-top: 50px;
  }

  .skill-wrapper .skill .skill-bar {
    position: static;
  }

  .skill-wrapper .skill .skill-bar .skill-title,
  .skill-wrapper .skill .skill-bar .progress-number {
    font-size: 16px;
    line-height: 26px;
    top: -30px;
  }

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

/*****************************
  Social Icon
*****************************/
.social-profile-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 5px;
}

.social-profile-wrapper .social-profile-title {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #0d1615;
  padding-right: 55px;
}

.social-profile-wrapper .social-profile-title:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 25px;
  background-color: #0d1615;
  right: 15px;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
}

.social-profile-wrapper .social-profile-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 13px;
  list-style-type: none;
}

.social-profile-wrapper .social-profile-list li {
  padding: 0;
  margin: 0;
}

.social-profile-wrapper .social-profile-list li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  color: #0d1615;
  transition: all 0.3s ease-in-out;
}

.social-profile-wrapper .social-profile-list li a::hover {
  color: #4b9ad6;
}

.social-profile-wrapper.vertical {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.social-profile-wrapper.vertical .social-profile-title {
  padding-right: 0;
  padding-bottom: 55px;
}

.social-profile-wrapper.vertical .social-profile-title:before {
  width: 2px;
  height: 25px;
  top: auto;
  bottom: 2px;
}

.social-icon ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-icon ul li {
  margin: 0 6px;
}

.social-icon ul li a {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.social-icon ul li a:hover {
  color: #4b9ad6;
}

.social-icon ul li:first-child {
  margin-left: 0px;
}

.social-icon ul li:last-child {
  margin-right: 0px;
}

.social-icon ul li.title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  padding-right: 45px;
  margin-right: 10px;
}

.social-icon ul li.title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.social-icon.social-dark ul li a {
  color: #000000;
}

.social-icon.social-dark ul li a:hover {
  color: #4b9ad6;
}

.social-icon.social-dark ul li.title {
  color: #000000;
}

.social-icon.social-dark ul li.title:before {
  background-color: #000000;
}

.social-icon.social-vertical {
  height: 315px;
  display: inline-block;
  transform: rotate(-90deg);
}

/*************************
       Responsive
*************************/
@media (max-width: 767px) {
  .social-icon ul li {
    margin: 0 8px;
  }

  .social-icon ul li.title {
    padding-right: 35px;
  }

  .social-icon ul li.title:before {
    width: 20px;
  }
}

/*****************************
  Sidebar
*****************************/
.sidebar .widget {
  margin-bottom: 60px;
}

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

.sidebar .widget .widget-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #0d1615;
  margin-bottom: 25px;
}

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

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

.sidebar .widget.recent-posts-widget .recent-posts .post-info .post-title {
  display: block;
  color: #0d1615;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin-bottom: 0px;
}

.sidebar .widget.recent-posts-widget .recent-posts .post-info .post-title:hover {
  color: #4b9ad6;
}

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

.sidebar .widget.categories-widget .categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sidebar .widget.categories-widget .categories-list li {
  display: flex;
  justify-content: space-between;
  color: #4b9ad6;
  font-size: 18px;
  line-height: 30px;
}

.sidebar .widget.categories-widget .categories-list li a {
  font-size: 18px;
  line-height: 30px;
  color: #606060;
  transition: 0.5s;
}

.sidebar .widget.categories-widget .categories-list li a:hover {
  color: #4b9ad6;
}

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

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

.tag-list li a {
  font-size: 18px;
  line-height: normal;
  color: #0d1615;
  border: 1px solid rgba(130, 130, 130, 0.25);
  transition: 0.5s;
  display: block;
  padding: 6px 17px;
  border-radius: 4px;
}

.tag-list li a:hover {
  color: #4b9ad6;
  border: 1px solid #4b9ad6;
}

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

.search-widget .search {
  position: relative;
  width: 100%;
}

.search-widget .search .form-control {
  padding: 20px 30px 20px 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  font-size: 18px;
  line-height: 18px;
  color: #606060;
}

.search-widget .search .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #4b9ad6;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 20px;
}

.contact-info-widget .contact-info-items {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  list-style-type: none;
}

.contact-info-widget .contact-info-items .contact-info-item {
  font-size: 18px;
  line-height: 30px;
  color: #606060;
}

.widget-social-profiles .social-profile-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 13px;
  list-style-type: none;
}

.widget-social-profiles .social-profile-list .social-profile a {
  font-size: 20px;
  font-weight: 400;
  color: #0d1615;
}

.widget-social-profiles .social-profile-list .social-profile a:hover {
  color: #4b9ad6;
}

/*************************
       Responsive
*************************/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

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

/*****************************
  Service
*****************************/
.services-boxs {
  display: grid;
}

.services-boxs.services-boxs-02.grid-wrapper {
  gap: 30px;
}

.service-item {
  padding: 60px 40px;
  border: 1px solid #d7d7d7;
  margin-left: -1px;
  margin-bottom: -1px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.service-item .service-icon {
  margin-bottom: 40px;
}

.service-item .service-icon svg {
  width: 70px;
  fill: #000000;
  transition: all 0.3s ease-in-out;
}

.service-item .service-content .service-title {
  margin-bottom: 15px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.service-item .service-content .service-title a {
  transition: none;
}

.service-item .service-content .service-title a:hover {
  transition: all 0.3s ease-in-out;
}

.service-item .service-content p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}

.service-item .service-content .btn.service-btn .arrow {
  top: 50%;
  left: 50%;
}

.service-item:hover {
  background-color: #4b9ad6;
  border: 1px solid #4b9ad6;
}

.service-item:hover .service-icon svg {
  fill: #ffffff;
}

.service-item:hover .service-content .service-title {
  color: #ffffff;
}

.service-item:hover .service-content p {
  color: #ffffff;
}

.service-item:hover .btn.secondary-btn.service-btn {
  border: 1px solid #000000;
}

.service-item:hover .btn.secondary-btn.service-btn:before {
  background-color: #4b9ad6;
}

.service-item:hover .btn.secondary-btn.service-btn:hover:before {
  background-color: #000000;
}

.service-item:hover .btn.secondary-btn.service-btn:hover .arrow svg path {
  stroke: #ffffff;
}

.bg-dark .service-item {
  border: 1px solid #464646;
}

.bg-dark .service-item .service-icon svg {
  fill: #ffffff;
}

.bg-dark .service-item .service-content .service-title {
  color: #ffffff;
}

.bg-dark .service-item:hover .btn.white-btn {
  border: 1px solid #000000;
}

.bg-dark .service-item:hover .btn.white-btn:hover:before {
  background-color: #000000;
}

.bg-dark .service-item:hover .btn.white-btn:hover .arrow svg path {
  stroke: #ffffff;
}

.feature-item .feature-content .feature-title a {
  color: #000000;
}

.feature-item .feature-content .feature-title a:hover {
  color: #4b9ad6;
}

.service-item.service-style-01 {
  padding: 60px 40px;
  border: 1px solid #e8e8e8;
  margin-left: -1px;
  margin-bottom: -1px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.service-item.service-style-01 .service-icon {
  font-size: 60px;
  line-height: 60px;
  color: #4b9ad6;
  margin-bottom: 30px;
}

.service-item.service-style-01 .service-content .service-title {
  font-size: 24px;
  color: #0d1615;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.service-item.service-style-01 .service-content .service-description {
  margin-bottom: 35px;
  transition: all 0.3s ease-in-out;
}

.service-item.service-style-01 .circle-btn {
  width: 70px;
  height: 70px;
}

.service-item.service-style-01:hover {
  background-color: #4b9ad6;
  border: 1px solid #4b9ad6;
}

.service-item.service-style-01:hover .service-icon {
  color: #ffffff;
}

.service-item.service-style-01:hover .service-content .service-title {
  color: #ffffff;
}

.service-item.service-style-01:hover .service-content .service-action {
  margin-left: auto;
}

.service-item.service-style-01:hover .service-content .service-action .circle-btn {
  border: 1px solid #000000;
}

.service-item.service-style-01:hover .service-content .service-action .circle-btn:before {
  background-color: #000000;
  height: 100%;
  width: 100%;
}

.service-item.service-style-01:hover .service-content .service-action .circle-btn .arrow svg path {
  stroke: #ffffff;
}

.service-item .circle-btn {
  border: 1px solid #e8e8e8;
}

.service-item .circle-btn:before {
  background-color: #000000;
}

.service-item .circle-btn .arrow {
  top: 50%;
  left: 50%;
}

.service-item .circle-btn:hover:before {
  background-color: #000000;
}

.service-item.service-style-02 {
  position: relative;
  padding: 0px;
  border: 0px;
}

.service-item.service-style-02 .service-img {
  position: relative;
  overflow: hidden;
}

.service-item.service-style-02 .service-img img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.service-item.service-style-02 .service-img .service-title {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  color: #ffffff;
  margin: 0;
  z-index: 1;
}

.service-item.service-style-02 .service-img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.02) 100%);
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
}

.service-item.service-style-02 .service-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  padding: 40px;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #4b9ad6;
  transition: all 0.3s ease-in-out;
}

.service-item.service-style-02 .service-content .service-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin: 0;
  color: #ffffff;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}

.service-item.service-style-02 .service-content .service-action .circle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 110px;
  height: 110px;
  padding: 0;
  z-index: 0;
  opacity: 0;
  background-color: #0d1615;
  border-radius: 100%;
  transform: scale(0.5);
  transition: all 0.4s ease-in-out;
}

.service-item.service-style-02 .service-content .service-action .circle-btn:before {
  content: none;
}

.service-item.service-style-02 .service-content .service-action .circle-btn .arrow svg {
  width: 55px;
  height: 55px;
}

.service-item.service-style-02:hover .service-img img {
  transform: scale(1.1);
}

.service-item.service-style-02:hover .service-content {
  opacity: 1;
  visibility: visible;
}

.service-item.service-style-02:hover .service-content .service-title {
  margin-top: 0;
  color: #ffffff;
}

.service-item.service-style-02:hover .service-content .service-action .circle-btn {
  opacity: 1;
  transform: scale(1);
  border: 1px solid #0d1615;
}

.service-item.service-style-02:hover .service-content .service-action .circle-btn .arrow svg path {
  stroke: #ffffff;
}

.service-fancy .service-item {
  position: relative;
  padding: 40px 0;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.service-fancy .service-item .service-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 245px;
  height: 330px;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: rotate(5deg);
}

.service-fancy .service-item .service-content {
  display: flex;
  gap: 30px 50px;
  align-items: center;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

.service-fancy .service-item .service-content .service-content-inner {
  display: flex;
  gap: 30px 70px;
  margin-right: 50px;
}

.service-fancy .service-item .service-content .service-content-inner .service-info {
  width: 45%;
  position: relative;
  padding-left: 50px;
}

.service-fancy .service-item .service-content .service-content-inner .service-info .service-number {
  color: #4b9ad6;
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  z-index: -1;
  opacity: 0.07;
}

.service-fancy .service-item .service-content .service-content-inner .description {
  width: 55%;
}

.service-fancy .service-item .service-content .service-action {
  margin-left: auto;
}

.service-fancy .service-item .service-content .service-action .circle-btn {
  border: 1px solid #e8e8e8;
}

.service-fancy .service-item .service-content .service-action .circle-btn:before {
  background-color: #000000;
}

.service-fancy .service-item .service-content .service-action .circle-btn .arrow {
  top: 50%;
  left: 50%;
}

.service-fancy .service-item .service-content .service-action .circle-btn:hover:before {
  background-color: #000000;
}

.service-fancy .service-item .service-title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #0d1615;
  margin-bottom: 0px;
}

.service-fancy .service-item:first-child {
  padding-top: 0px;
}

.service-fancy .service-item:hover {
  background-color: transparent;
  border-bottom: 1px solid #4b9ad6;
}

.service-fancy .service-item:hover .service-content .service-title {
  color: #000000;
}

.service-fancy .service-item:hover .service-action {
  margin-left: auto;
}

.service-fancy .service-item:hover .service-action .circle-btn {
  border: 1px solid #000000;
}

.service-fancy .service-item:hover .service-action .circle-btn:before {
  background-color: #000000;
  height: 100%;
  width: 100%;
}

.service-fancy .service-item:hover .service-action .circle-btn .arrow svg path {
  stroke: #ffffff;
}

.service-fancy.service-fancy-style-02 {
  padding-left: 35px;
}

.service-fancy.service-fancy-style-02 .service-item {
  padding: 0;
  padding-bottom: 35px;
}

.service-fancy.service-fancy-style-02 .service-item:last-child {
  border: 0;
  padding-bottom: 0;
}

.service-fancy.service-fancy-style-02 .service-item:hover {
  border-color: rgba(0, 0, 0, 0.1);
}

.service-fancy.service-fancy-style-02 .service-item .service-content .service-content-inner {
  gap: 30px 50px;
  margin: 0;
}

.service-fancy.service-fancy-style-02 .service-item .service-content .service-content-inner .service-info {
  width: 40%;
  padding: 0;
}

.service-fancy.service-fancy-style-02 .service-item .service-content .service-content-inner .service-info .service-title {
  font-size: 20px;
  line-height: 30px;
}

.service-fancy.service-fancy-style-02 .service-item .service-content .service-content-inner .description {
  width: 60%;
  line-height: 30px;
}

.service-fancy.service-fancy-style-02.grid-wrapper {
  gap: 30px;
}

.services-slider-section .service-fancy .service-item .service-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  color: #0d1615;
}

/*Service Single*/
.service-wrapper {
  display: flex;
}

.service-wrapper .sidebar {
  width: 30%;
  flex-shrink: 0;
  padding-right: 40px;
}

.service-wrapper .sidebar .service-sidebar .action-box {
  margin-top: 30px;
  padding: 50px 45px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}

.service-wrapper .sidebar .service-sidebar .action-box:before {
  content: "";
  background-image: url(5aa8212cb5be288a5068.png);
  border-radius: 25px;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}

.service-wrapper .sidebar .service-sidebar .action-box .description {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 20px;
}

.service-wrapper .sidebar .service-sidebar .action-box .contact-number {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 25px;
}

.service-wrapper .sidebar .service-sidebar .action-box .contact-number a {
  color: #4b9ad6;
}

.service-wrapper .sidebar .service-sidebar .action-box .contact-email {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.service-wrapper .sidebar .service-sidebar .action-box .contact-email a {
  color: #ffffff;
}

.service-wrapper .sidebar .service-sidebar .action-box .btn.md-btn:hover {
  color: #0d1615;
  background-color: #ffffff;
}

.service-single {
  padding-left: 10px;
}

.service-single .service-single-img {
  border-radius: 25px;
}

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

.service-single .service-title {
  margin-bottom: 25px;
}

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

.service-single .blockquote .blockquote-content p {
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  font-style: normal;
}

.service-single .blockquote .blockquote-content .blockquote-author .blockquote-name {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  color: #4b9ad6;
  font-style: normal;
}

.service-single .faq {
  margin-top: 50px;
  padding: 55px;
  border-radius: 25px;
}

.service-single .faq .accordion.accordion-style-pgs-two .accordion-item h6.accordion-header .accordion-button {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding: 20px 0px;
}

.service-single .faq .accordion.accordion-style-pgs-two .accordion-item h6.accordion-header .accordion-button:not(.collapsed):after {
  color: #0d1615;
}

@media (max-width: 1399px) {
  .service-wrapper .sidebar {
    width: 30%;
    flex-shrink: 0;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .service-fancy .service-item .service-content {
    gap: 30px 70px;
  }

  .service-fancy .service-item .service-content .service-content-inner {
    gap: 30px 50px;
    margin-right: 0;
  }

  .service-fancy .service-item .service-content .service-content-inner .service-info {
    width: 50%;
  }

  .service-fancy .service-item .service-content .service-content-inner .description {
    width: 50%;
  }

  .service-fancy.service-fancy-style-02 {
    padding-left: 0;
  }

  .service-fancy.service-fancy-style-02 .service-item {
    padding-bottom: 30px;
  }

  .service-fancy.service-fancy-style-02 .service-item .service-content .service-content-inner {
    gap: 30px;
  }

  .service-wrapper .sidebar {
    width: 35%;
  }

  .service-wrapper .sidebar .service-sidebar .action-box {
    padding: 40px 35px;
  }
}

@media (max-width: 991px) {
  .service-item {
    padding: 40px 30px;
  }

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

  .service-fancy .service-item .service-content {
    gap: 30px 80px;
  }

  .service-fancy .service-item .service-content .service-content-inner {
    flex-direction: column;
    gap: 20px 0;
  }

  .service-fancy .service-item .service-content .service-content-inner .service-info {
    width: 100%;
  }

  .service-fancy .service-item .service-content .service-content-inner .description {
    width: 100%;
  }

  .service-fancy.service-fancy-style-02 .service-item .service-content .service-content-inner {
    flex-direction: row;
  }

  .service-wrapper {
    gap: 30px;
    flex-direction: column;
  }

  .service-wrapper .sidebar {
    width: 100%;
    padding: 0;
  }

  .service-single {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .service-fancy .service-item .service-img {
    display: none;
  }

  .service-fancy .service-item .service-content {
    gap: 30px 50px;
  }

  .service-fancy .service-item .service-content .service-content-inner .service-info .service-number {
    font-size: 150px;
    line-height: 130px;
  }

  .service-fancy.service-fancy-style-02 .service-item .service-content .service-content-inner {
    flex-direction: column;
    gap: 15px;
  }

  .service-fancy.service-fancy-style-02 .service-item .service-content .service-content-inner .service-info {
    width: 100%;
  }

  .service-fancy.service-fancy-style-02 .service-item .service-content .service-content-inner .description {
    width: 100%;
  }

  .service-wrapper .service-sidebar .action-box .action-box-content {
    margin: 0;
  }

  .service-single .faq {
    padding: 50px 40px;
    margin-top: 30px;
  }

  .service-single .description {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .service-item {
    padding: 30px 20px;
  }

  .service-item.service-style-02 .service-title {
    font-size: 24px;
    line-height: 34px;
  }

  .service-fancy .service-item .service-content {
    flex-direction: column;
    gap: 15px;
  }

  .service-fancy .service-item .service-content .service-content-inner .service-info {
    padding-left: 0px;
  }

  .service-fancy .service-item .service-content .service-content-inner .service-info .service-number {
    font-size: 120px;
    line-height: 120px;
    top: 50%;
    transform: translateY(-50%);
  }

  .service-fancy .service-item .service-content .service-action {
    margin-left: auto;
    margin-right: auto;
  }

  .service-wrapper .sidebar .service-sidebar .action-box {
    padding: 30px;
  }

  .service-single .faq {
    padding: 30px 15px;
  }

  .service-single .faq .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 0 15px;
  }
}

@media (max-width: 479px) {
  .service-item.service-style-02 .service-title {
    font-size: 22px;
    line-height: 32px;
  }

  .service-item.service-style-03 .service-content .service-info a {
    font-size: 22px;
    line-height: 32px;
  }
}

/*****************************
	Team
*****************************/
.image-tabs {
  display: flex;
  gap: 50px;
}

.image-tabs .tab-content {
  width: 45%;
}

.image-tabs .tab-content .tab-pane img {
  border-radius: 20px;
}

.image-tabs .nav-tabs {
  display: flex;
  flex-direction: column;
  border: 0px;
  width: 55%;
}

.image-tabs .nav-tabs .nav-item {
  margin-bottom: 20px;
}

.image-tabs .nav-tabs .nav-item .nav-link {
  padding: 0px;
  border: 0px;
  width: 100%;
  color: #0d1615;
}

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

.image-tabs .nav-tabs .nav-item .nav-link .image-group-item .tab-bullet-wrap {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: #0d1615;
}

.image-tabs .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}

.image-tabs .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap .tab-title {
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  transition: all 0.3s ease-in-out;
  color: #0d1615;
}

.image-tabs .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap .tab-arrow svg {
  width: 16px;
  fill: #0d1615;
}

.image-tabs .nav-tabs .nav-item .nav-link.active {
  color: #4b9ad6;
  background-color: transparent;
}

.image-tabs .nav-tabs .nav-item .nav-link.active .image-group-item .tab-bullet-wrap {
  color: #4b9ad6;
}

.image-tabs .nav-tabs .nav-item .nav-link.active .image-group-item .tab-content-wrap .tab-title {
  color: #4b9ad6;
}

.image-tabs .nav-tabs .nav-item .nav-link.active .image-group-item .tab-content-wrap .tab-arrow svg {
  fill: #4b9ad6;
}

.image-tabs .nav-tabs .nav-item:last-child {
  margin-bottom: 0px;
}

.image-tabs .nav-tabs .nav-item:last-child .nav-link .image-group-item .tab-content-wrap {
  border-bottom: none;
  padding-bottom: 0px;
}

.image-tabs.image-tabs-two {
  gap: 60px;
}

.image-tabs.image-tabs-two .nav-tabs .nav-item .nav-link .image-group-item .tab-bullet-wrap {
  font-size: 22px;
}

.image-tabs.image-tabs-two .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap {
  width: 100%;
  display: flex;
  gap: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.image-tabs.image-tabs-two .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap .tab-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}

.image-tabs.image-tabs-two .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap .tab-content-title .tab-title {
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  color: #0d1615;
}

.image-tabs.image-tabs-two .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap .tab-content-title .tab-arrow svg {
  width: 16px;
  fill: #0d1615;
}

.image-tabs.image-tabs-two .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap .tab-content-desc {
  font-size: 18px;
  margin-top: 5px;
  text-align: left;
}

.image-tabs.image-tabs-two .nav-tabs .nav-item .nav-link.active {
  color: #4b9ad6;
  background-color: transparent;
}

.image-tabs.image-tabs-two .nav-tabs .nav-item .nav-link.active .image-group-item .tab-bullet-wrap {
  color: #4b9ad6;
}

.image-tabs.image-tabs-two .nav-tabs .nav-item .nav-link.active .image-group-item .tab-content-wrap .tab-title {
  color: #4b9ad6;
}

.image-tabs.image-tabs-two .nav-tabs .nav-item .nav-link.active .image-group-item .tab-content-wrap .tab-arrow svg {
  fill: #4b9ad6;
}

.bg-dark .image-tabs .nav-tabs .nav-item .nav-link .image-group-item .tab-bullet-wrap {
  color: #ffffff;
}

.bg-dark .image-tabs .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.bg-dark .image-tabs .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap .tab-title {
  color: #ffffff;
}

.bg-dark .image-tabs .nav-tabs .nav-item .nav-link .image-group-item .tab-content-wrap .tab-arrow svg {
  fill: #ffffff;
}

.bg-dark .image-tabs .nav-tabs .nav-item .nav-link.active .image-group-item .tab-bullet-wrap {
  color: #4b9ad6;
}

.bg-dark .image-tabs .nav-tabs .nav-item .nav-link.active .image-group-item .tab-content-wrap .tab-title {
  color: #4b9ad6;
}

.bg-dark .image-tabs .nav-tabs .nav-item .nav-link.active .image-group-item .tab-content-wrap .tab-arrow svg {
  fill: #4b9ad6;
}

.bg-dark .image-tabs .nav-tabs .nav-item:last-child {
  margin-bottom: 0px;
}

.bg-dark .image-tabs .nav-tabs .nav-item:last-child .nav-link .image-group-item .tab-content-wrap {
  border-bottom: none;
  padding-bottom: 0px;
}

@media (max-width: 1199px) {
  .image-tabs {
    gap: 30px;
  }

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

  .image-tabs .nav-tabs {
    width: 50%;
  }

  .image-tabs.image-tabs-two {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .image-tabs {
    flex-direction: column;
    gap: 40px;
  }

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

  .image-tabs .nav-tabs {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .image-tabs .nav-tabs .nav-item .nav-link .image-group-item {
    gap: 15px;
  }
}

/*****************************
	Team
*****************************/
.team-wrapper {
  padding-left: 60px;
}

.team-item .team-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.team-item .team-img img {
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}

.team-item .team-img .team-social-list {
  padding: 30px 5px;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  background-color: #4b9ad6;
  transition: all 0.3s ease-in-out;
}

.team-item .team-img .team-social-list .team-social-profiles {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.team-item .team-img .team-social-list .team-social-profiles li {
  transform: rotate(-90deg);
}

.team-item .team-img .team-social-list .team-social-profiles li a {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.team-item .team-info .team-title {
  display: block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: #0d1615;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.team-item .team-info .team-title:hover {
  color: #4b9ad6;
}

.team-item .team-info .team-destination {
  line-height: 30px;
}

.team-item.team-style-02 .team-img img {
  filter: grayscale(100%);
}

.team-item:hover .team-img img {
  filter: grayscale(0);
}

.team-item:hover .team-img .team-social-list {
  right: 0;
}

/*Team-details*/
.team-single .team-member-info .member-image {
  margin-bottom: 20px;
  position: relative;
}

.team-single .team-member-info .member-image img {
  border-radius: 20px;
}

.team-single .team-member-info .member-image .team-social-profiles {
  padding: 30px 22px;
  background-color: #4b9ad6;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.team-single .team-member-info .member-image .team-social-profiles .team-social-profile {
  transform: rotate(-90deg);
}

.team-single .team-member-info .member-image .team-social-profiles .team-social-profile a {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

.team-single .team-member-info .member-details .member-name {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}

.team-single .team-member-info .member-details .member-position {
  line-height: 30px;
}

.team-single .biography-info .title {
  margin-bottom: 20px;
}

.team-single .skill-wrapper .skill:before {
  border: 1px solid #0d1615;
}

@media (max-width: 1199px) {
  .team-wrapper {
    padding-left: 0px;
  }

  .team-item .team-img .team-social-list {
    padding: 20px 10px;
  }

  .team-item .team-img .team-social-list .team-social-profiles {
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .team-single .team-member-info .member-details .member-name {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 575px) {
  .team-item .team-img {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
  }

  .team-single .team-member-info .member-details .member-name {
    font-size: 26px;
    line-height: 26px;
  }
}

/*****************************
    Testimonial
*****************************/
.testimonial-item .testimonial-quote-icon {
  margin-bottom: 5px;
  display: inline-block;
}

.testimonial-item .testimonial-content p {
  font-size: 26px;
  line-height: 36px;
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
  color: #0d1615;
  margin-bottom: 30px;
}

.testimonial-item .testimonial-author .testimonial-name .author-tittle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #4b9ad6;
  margin-bottom: 5px;
}

.testimonial-item .testimonial-author .testimonial-name span {
  font-size: 17px;
  line-height: 27px;
  color: #c2c2c2;
}

.testimonial-item.testimonial-style-01 {
  position: relative;
}

.testimonial-item.testimonial-style-01 .testimonial-quote-icon {
  position: absolute;
  margin-bottom: 0;
  opacity: 0.15;
  right: 40px;
  top: 30px;
}

.testimonial-item.testimonial-style-01 .testimonial-content {
  margin-bottom: 0px;
}

.testimonial-item.testimonial-style-01 .testimonial-content p {
  color: #ffffff;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px;
  text-transform: none;
}

.testimonial-item.testimonial-style-01 .testimonial-content .reviews {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}

.testimonial-item.testimonial-style-01 .testimonial-author {
  margin-bottom: 30px;
}

.testimonial-item.testimonial-style-01 .testimonial-author .testimonial-name .author-tittle {
  font-size: 38px;
  line-height: normal;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
}

.testimonial-item.testimonial-style-01 .testimonial-author .testimonial-name span {
  font-size: 24px;
  line-height: normal;
  color: #ffffff;
}

.testimonial-description {
  background-color: #4b9ad6;
  padding: 90px;
  margin-right: -25%;
  margin-top: 80px;
}

.testimonial-description .owl-carousel .owl-nav {
  position: absolute;
  left: -640px;
  top: 100px;
}

.testimonial-description .owl-carousel .owl-nav button {
  border: 1px solid #4b9ad6;
  opacity: 1;
  visibility: visible;
  width: 125px;
  height: 125px;
  background-color: transparent !important;
}

.testimonial-description .owl-carousel .owl-nav button.owl-next {
  right: inherit;
  left: 140px;
}

.testimonial-description .owl-carousel .owl-nav button.owl-next:after {
  width: 38px;
  content: "";
  height: 38px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background: url(b7836292cd8382b00a29.svg);
}

.testimonial-description .owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.testimonial-description .owl-carousel .owl-nav button.owl-prev:after {
  width: 38px;
  content: "";
  height: 38px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background: url(ffa6bd00cbba82d05b05.svg);
}

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

.testimonial-description .owl-carousel .owl-nav button:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  background-color: #4b9ad6;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-radius: 100%;
}

.testimonial-description .owl-carousel .owl-nav button:hover {
  border: 1px solid #4b9ad6;
}

.testimonial-description .owl-carousel .owl-nav button:hover:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #4b9ad6;
  transition: all 0.5s ease-in-out;
}

.testimonial-description .owl-carousel .owl-nav button:hover.owl-prev:after {
  background: url(742a99e811f1087e05d9.svg);
}

.testimonial-description .owl-carousel .owl-nav button:hover.owl-next:after {
  background: url(a8a166468275503841a9.svg);
}

.testimonial-section-02 {
  overflow: hidden;
}

.testimonial-section-02 .testimonial-item.testimonial-style-02 {
  text-align: center;
}

.testimonial-section-02 .testimonial-item.testimonial-style-02 .testimonial-content p {
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 42px;
}

.testimonial-section-02 .testimonial-item.testimonial-style-02 .testimonial-quote-icon {
  margin-bottom: 20px;
  font-size: 170px;
  color: transparent;
  line-height: 130px;
  -webkit-text-stroke: 3px;
  -webkit-text-stroke-color: #4b9ad6;
}

.testimonial-section-02 .owl-carousel .owl-dots button.owl-dot.active {
  transform: scale(1.8);
  opacity: 1;
}

.testimonial-section-02 .owl-carousel .owl-dots button.owl-dot {
  width: 6px;
  height: 6px;
  transform: scale(1);
  opacity: 0.2;
}

.testimonial-section-03 {
  overflow: hidden;
}

.testimonial-section-03 .testimonial-item.testimonial-style-03 {
  text-align: center;
  padding: 0 220px !important;
}

.testimonial-section-03 .testimonial-item.testimonial-style-03 .testimonial-content p {
  color: #606060;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  line-height: 45px;
}

.testimonial-section-03 .testimonial-item.testimonial-style-03 .testimonial-quote-icon {
  margin-bottom: 20px;
  position: relative;
}

.testimonial-section-03 .testimonial-item.testimonial-style-03 .testimonial-quote-icon svg.quote-border {
  left: -5px;
  top: -4px;
  position: absolute;
}

.testimonial-section-03 .owl-carousel .owl-nav button {
  border: 1px solid #e8e8e8;
  opacity: 1;
  visibility: visible;
  width: 125px;
  height: 125px;
  background-color: transparent !important;
}

.testimonial-section-03 .owl-carousel .owl-nav button.owl-next:after {
  width: 38px;
  content: "";
  height: 38px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background: url(eea18112f4b71f5b6cbc.svg);
}

.testimonial-section-03 .owl-carousel .owl-nav button.owl-prev:after {
  width: 38px;
  content: "";
  height: 38px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background: url(20b544864dc447f9a09a.svg);
}

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

.testimonial-section-03 .owl-carousel .owl-nav button:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  background-color: #4b9ad6;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-radius: 100%;
}

.testimonial-section-03 .owl-carousel .owl-nav button:hover {
  border: 1px solid #4b9ad6;
}

.testimonial-section-03 .owl-carousel .owl-nav button:hover:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #4b9ad6;
  transition: all 0.5s ease-in-out;
}

.testimonial-section-03 .owl-carousel .owl-nav button:hover.owl-prev:after {
  background: url(7648cfc90b76ad75ece0.svg);
}

.testimonial-section-03 .owl-carousel .owl-nav button:hover.owl-next:after {
  background: url(025d5fe7422db0425f9c.svg);
}

.testimonial-section-03 .owl-carousel .owl-nav button.owl-prev {
  left: 0px;
}

.testimonial-section-03 .owl-carousel .owl-nav button.owl-next {
  right: 0px;
}

.testimonial-section .testimonial-title-info {
  padding-right: 60px;
}

.testimonial-section .testimonial-title-info .testimonial-title {
  margin-bottom: 20px;
}

/*Testimonial Slider Overflow*/
.testimonial-slider .owl-item .item {
  opacity: 0.3;
}

.testimonial-slider .owl-item .item .testimonial-item {
  padding: 0px 20px;
}

.testimonial-slider .owl-item .item .testimonial-item .testimonial-content {
  color: #d4d6d7;
}

.testimonial-slider .owl-item.active .item {
  opacity: 1;
}

.testimonial-slider .owl-item.active .item .testimonial-item .testimonial-content {
  color: #ffffff;
}

.container-section {
  padding-top: 300px;
}

@media (max-width: 1799px) {
  .testimonial-description {
    margin-right: -25%;
  }
}

@media (max-width: 1699px) {
  .testimonial-description {
    margin-right: -17%;
  }
}

@media (max-width: 1599px) {
  .testimonial-description {
    margin-right: -5%;
  }
}

@media (max-width: 1399px) {
  .testimonial-description .owl-carousel .owl-nav {
    left: -570px;
  }
}

@media (max-width: 1299px) {
  .testimonial-description {
    margin-right: -3%;
  }
}

@media (max-width: 1199px) {
  .testimonial-section .testimonial-title-info {
    padding-right: 30px;
  }

  .testimonial-section .testimonial-description {
    margin-right: 0%;
    padding: 50px 40px 50px;
  }

  .testimonial-section .testimonial-description .owl-carousel .owl-nav {
    left: -440px;
    top: 130px;
  }

  .testimonial-item.testimonial-style-01 .testimonial-content p {
    font-size: 24px;
    line-height: 34px;
  }

  .testimonial-item.testimonial-style-01 .testimonial-author .testimonial-name .author-tittle {
    font-size: 42px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .testimonial-section .testimonial-description {
    margin-top: 150px;
  }

  .testimonial-section .testimonial-description .owl-carousel .owl-nav {
    left: 0;
    right: 0;
    top: -140px;
  }

  .testimonial-section .testimonial-description .owl-carousel .owl-nav button {
    height: 100px;
    width: 100px;
  }

  .testimonial-section .testimonial-description .owl-carousel .owl-nav button.owl-next {
    left: 80px;
  }

  .testimonial-section .testimonial-description .owl-carousel .owl-nav button.owl-prev {
    right: 100px;
    left: -40px;
  }

  .testimonial-section-02 .testimonial-item.testimonial-style-02 .testimonial-quote-icon {
    font-size: 120px;
    line-height: 100px;
  }

  .testimonial-section-02 .testimonial-item.testimonial-style-02 .testimonial-content p {
    font-size: 20px;
    line-height: 34px;
  }

  .testimonial-section-03 .testimonial-item.testimonial-style-03 {
    padding: 0 120px !important;
  }

  .testimonial-section-03 .owl-carousel .owl-nav button {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-description {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 30px 30px 30px;
  }

  .testimonial-section .testimonial-description .testimonial-item.testimonial-style-01 .testimonial-author {
    margin-bottom: 15px;
  }

  .testimonial-section .testimonial-description .testimonial-item.testimonial-style-01 .testimonial-author .testimonial-name .author-tittle {
    font-size: 32px;
    line-height: 42px;
  }

  .testimonial-section .testimonial-description .testimonial-item.testimonial-style-01 .testimonial-author .testimonial-content p {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-item .testimonial-quote-icon {
    width: 120px;
  }

  .testimonial-item .testimonial-content p {
    font-size: 20px;
    line-height: 38px;
  }

  .testimonial-slider .owl-item .item .testimonial-item {
    padding: 0px;
  }

  .testimonial-section-03 .testimonial-item.testimonial-style-03 {
    padding: 0 !important;
  }
}

@media (max-width: 575px) {
  .testimonial-description {
    padding: 50px 30px;
  }

  .testimonial-description .owl-carousel .owl-nav {
    display: none;
  }

  .testimonial-section .testimonial-item .testimonial-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .testimonial-section .testimonial-item .testimonial-author .testimonial-name .author-tittle {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-section .testimonial-item .testimonial-author .testimonial-name span {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-section .testimonial-item.testimonial-style-01 .testimonial-author {
    margin-bottom: 20px;
  }

  .testimonial-section .testimonial-item.testimonial-style-01 .testimonial-author .testimonial-name .author-tittle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }

  .testimonial-section .testimonial-item.testimonial-style-01 .testimonial-author .testimonial-name span {
    font-size: 18px;
  }

  .testimonial-section .testimonial-item.testimonial-style-01 .testimonial-quote-icon {
    width: 120px;
    right: 0px;
    top: 40px;
  }

  .testimonial-section .testimonial-item.testimonial-style-01 .testimonial-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .testimonial-section .testimonial-item.testimonial-style-01 .testimonial-content .reviews {
    font-size: 16px;
    line-height: 16px;
  }

  .testimonial-section-03 .testimonial-item.testimonial-style-03 .testimonial-content p {
    font-size: 18px;
    line-height: 36px;
  }
}

/*****************************
    Timeline
*****************************/
.timeline-item {
  position: relative;
}

.timeline-item .timeline-info-number {
  margin-bottom: 25px;
}

.timeline-item .timeline-info-number .timeline-number {
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #4b9ad6;
  font-family: "Poppins", sans-serif;
}

.timeline-item .timeline-info-content {
  position: relative;
  padding-top: 55px;
  z-index: 5;
}

.timeline-item .timeline-info-content .timeline-title {
  margin-bottom: 20px;
}

.timeline-item .timeline-info-content .timeline-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-item .timeline-info-content .timeline-content ul li {
  font-size: 20px;
  line-height: normal;
  color: #606060;
  margin-bottom: 10px;
}

.timeline-item .timeline-info-content .award-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.timeline-item:before {
  position: absolute;
  top: 57px;
  left: 0;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border-radius: 100%;
}

.timeline-section {
  margin-right: -22%;
}

.timeline-section-line {
  position: relative;
}

.timeline-section-line:before {
  position: absolute;
  top: 64px;
  left: 80px;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #333333;
}

@media (max-width: 1699px) {
  .timeline-section {
    margin-right: -8%;
  }
}

@media (max-width: 1299px) {
  .timeline-section {
    margin-right: -4%;
  }
}

@media (max-width: 1199px) {
  .timeline-section {
    margin-right: 0%;
  }

  .timeline-section-line:before {
    left: 40px;
  }
}

@media (max-width: 991px) {
  .timeline-section-line:before {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .timeline-section-line:before {
    left: 12px;
  }
}

/*****************************
  Header
*****************************/
/* Header default */
.header {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #ffffff;
  padding: 0px 28px;
  /*navbar-brand*/
  /*navbar*/
  /*menu-btn*/
  /*search*/
}

.header .main-header {
  flex: 0 auto;
  justify-content: start;
  align-items: unset;
}

.header .navbar-brand {
  padding: 10px 0px;
  margin-right: 30px;
  color: #ffffff;
  min-width: 220px;
  flex: 0 0 220px;
  display: inline-block;
  transition: none;
}

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

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

.header .navbar {
  padding: 0px;
}

.header .navbar .navbar-nav {
  gap: 0 40px;
}

.header .navbar .navbar-nav>li {
  margin: 0px 0px;
  display: flex;
  position: relative;
  align-items: center;
}

.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-size: 17px;
  margin-top: 25px;
  line-height: 30px;
  font-weight: 150;
  padding: 0px;
  color: #000000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 7px;
}

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

.header .navbar .navbar-nav>li .nav-link:hover {
  color: #4b9ad6;
}

.header .navbar .navbar-nav .nav-item:has(.megamenu) {
  position: inherit;
}

.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #4b9ad6;
}

.header .navbar .navbar-nav .nav-title {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  color: #3d3e40;
}

.header .navbar .dropdown-menu {
  padding: 20px 0px;
  z-index: 999;
}

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

.header .menu-btn {
  width: 65px;
  height: 65px;
  display: flex;
  margin-left: 15px;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 50px;
}

.header .menu-btn svg rect {
  fill: #000000;
  transition: all 0.3s ease-in-out;
}

.header .menu-btn:hover svg rect {
  fill: #4b9ad6;
}

.header .search ul li a {
  font-size: 20px;
  color: #000000;
}

.header .search ul li a:hover {
  color: #4b9ad6;
}

.header.header-02 .menu-btn {
  margin-left: 0px;
  width: auto;
  height: auto;
  border-radius: 0px;
  background-color: transparent;
}

.header.header-02 .menu-btn.hamburger {
  padding: 0px;
}

.header.header-02 .menu-btn.hamburger .hamburger-container .hamburger-inner {
  background-color: #000000;
}

.header.header-02 .menu-btn.hamburger .hamburger-container .hamburger-inner:before {
  background-color: #000000;
}

.header.header-02 .menu-btn.hamburger .hamburger-container .hamburger-inner:after {
  background-color: #000000;
}

.header.header-02 .action-group {
  margin-left: 30px;
}

.header.header-02 .action-group .header-phone-number {
  padding: 8px 25px;
  border-radius: 50px;
  margin-left: 10px !important;
  border: 1px solid #4b9ad6;
  font-size: 20px;
  line-height: 30px;
}

/*Hamburger*/
.hamburger {
  padding: 15px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
}

.hamburger .hamburger-container {
  position: relative;
  width: 24px;
  height: 18px;
  display: inline-block;
}

.hamburger .hamburger-container .hamburger-inner {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translate(5px, -50%);
  background-color: #ffffff;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:before {
  position: absolute;
  content: "";
  transform: translate(-5px, 0);
  top: -8px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:after {
  position: absolute;
  content: "";
  top: 8px;
  transform: translate(-5px, 0);
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-hidden {
  position: absolute;
  top: 50%;
  transform: translate(51px, -50%);
  width: 100%;
  height: 2px;
  background-color: #4b9ad6;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
}

.hamburger .hamburger-container .hamburger-hidden:before {
  position: absolute;
  content: "";
  top: -9px;
  width: 100%;
  height: 2px;
  background-color: #4b9ad6;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transform: translate(102px, 0);
}

.hamburger .hamburger-container .hamburger-hidden:after {
  position: absolute;
  content: "";
  top: 9px;
  transform: translate(102px, 0);
  width: 100%;
  height: 2px;
  background-color: #4b9ad6;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
}

.hamburger:hover .hamburger-inner {
  transform: translate(-51px, 50%);
  opacity: 0;
}

.hamburger:hover .hamburger-inner:before {
  transform: translate(102px, 0);
  opacity: 0;
}

.hamburger:hover .hamburger-inner:after {
  transform: translate(102px, 0);
  opacity: 0;
}

.hamburger:hover .hamburger-hidden {
  opacity: 1;
  transform: translate(0, -50%);
}

.hamburger:hover .hamburger-hidden:before {
  opacity: 1;
  transform: translate(0, 0);
}

.hamburger:hover .hamburger-hidden:after {
  opacity: 1;
  transform: translate(0, 0);
}

.hamburger.menu-icon {
  padding: 15px;
  padding-bottom: 0px;
  padding-top: 10px;
}

.hamburger.menu-icon .hamburger-container {
  width: 40px;
  height: 30px;
}

.hamburger.menu-icon .hamburger-container .hamburger-inner {
  height: 3px;
}

.hamburger.menu-icon .hamburger-container .hamburger-inner:before {
  height: 3px;
  top: -13px;
}

.hamburger.menu-icon .hamburger-container .hamburger-inner:after {
  height: 3px;
  top: 13px;
}

.hamburger.menu-icon .hamburger-container .hamburger-hidden {
  height: 3px;
}

.hamburger.menu-icon .hamburger-container .hamburger-hidden:before {
  height: 3px;
  top: -13px;
}

.hamburger.menu-icon .hamburger-container .hamburger-hidden:after {
  height: 3px;
  top: 13px;
}

/* Header Sticky */
header.header.header-sticky.is-sticky {
  position: fixed;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  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 img {
  height: 45px;
}

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

header.header.header-sticky.is-sticky.header-02 .navbar .navbar-brand {
  padding: 22px 0px;
}

header.header.header-sticky.is-sticky.header-02 .navbar .navbar-brand img.sticky {
  display: block;
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header li>.dropdown-item:focus {
  color: #4b9ad6;
  background: none;
}

.header li>.dropdown-item:hover {
  color: #4b9ad6;
  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: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 25px 5px 25px;
  border-radius: 0px;
  position: relative;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.navbar .dropdown>.dropdown-menu li>a:hover {
  color: #4b9ad6;
  /* padding-left: 35px;  */
}

.navbar .dropdown>.dropdown-menu li>a:hover span:before {
  width: 100%;
}

.navbar .navbar-nav .dropdown-menu li.active>a span {
  color: #4b9ad6;
}

.navbar .navbar-nav .dropdown-menu li.active>a span:before {
  width: 100%;
}


.navbar .dropdown>.dropdown-menu li>p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 200;
  padding: 5px 25px 5px 25px;
  border-radius: 0px;
  position: relative;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.navbar .dropdown>.dropdown-menu li>p:hover {
  /* color: #4b9ad6; */
  /* padding-left: 35px;  */
}

.navbar .dropdown>.dropdown-menu li>p:hover span:before {
  width: 100%;
}

.navbar .navbar-nav .dropdown-menu li.active>p span {
  color: #4b9ad6;
}

.navbar .navbar-nav .dropdown-menu li.active>p span:before {
  width: 100%;
}

/* Search */
.action-group {
  gap: 30px;
  display: flex;
  align-items: center;
}

.action-group .header-phone-number {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.action-group .header-phone-number i {
  color: #4b9ad6;
  margin-right: 15px;
}

.action-group .header-phone-number a {
  white-space: nowrap;
  color: #000000;
}

.action-group .header-phone-number a:hover {
  color: #4b9ad6;
}

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

.offcanvas .logo img {
  height: 50px;
}

.btn-close:focus {
  box-shadow: none;
}

/*offcanvas*/
.offcanvas .offcanvas-header {
  padding: 40px 50px 0px 50px;
}

.offcanvas .btn-close {
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: #000000;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  color: #ffffff !important;
}

.offcanvas .btn-close:hover {
  color: #4b9ad6 !important;
}

.offcanvas .offcanvas-body {
  padding: 50px;
  padding-top: 0;
}

.offcanvas .offcanvas-body .logo {
  margin-bottom: 40px;
}

.offcanvas .offcanvas-body .about-us-box p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}

.offcanvas .offcanvas-body .contact-info-box {
  margin: 40px 0px;
}

.offcanvas .offcanvas-body .contact-info-box p {
  line-height: 30px;
  margin-bottom: 10px;
}

.offcanvas .offcanvas-body .contact-info-box a {
  font-size: 17px;
  line-height: normal;
  color: #606060;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.offcanvas .offcanvas-body .contact-info-box a:hover {
  color: #4b9ad6;
}

.offcanvas.header-sidepanel {
  background-color: #000000;
  width: 400px;
  border-left: 5px solid #4b9ad6;
}

.offcanvas .sidebar-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.offcanvas .sidebar-menu .widget-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.offcanvas .sidebar-menu .social-icon {
  margin-bottom: 40px;
}

.offcanvas .sidebar-menu .social-icon ul {
  gap: 10px 18px;
  display: flex;
  flex-wrap: wrap;
}

.offcanvas .sidebar-menu .social-icon ul li {
  margin: 0;
}

.offcanvas .sidebar-menu .social-icon ul li a {
  color: #0d1615;
}

.offcanvas .sidebar-menu .social-icon ul li a:hover {
  color: #4b9ad6;
}

.offcanvas .sidebar-menu a.btn.d-grid {
  overflow: inherit;
  margin-top: auto;
}

/*---------------------------------*/
/* Mobile Offcanvas Menu */
/*---------------------------------*/
.mobile-action .mobile-hamburger {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner {
  background-color: #0d1615;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner:before {
  background-color: #0d1615;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner:after {
  background-color: #0d1615;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-hidden {
  background-color: #4b9ad6;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-hidden:before {
  background-color: #4b9ad6;
}

.mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-hidden:after {
  background-color: #4b9ad6;
}

.main-menu-offcanvas {
  width: 400px;
}

.main-menu-offcanvas .offcanvas-header {
  padding: 40px 50px;
}

.main-menu-offcanvas .offcanvas-header .navbar-brand img {
  max-height: 45px;
}

.main-menu-offcanvas .offcanvas-header .btn-close {
  height: 50px;
  width: 50px;
  font-size: 24px;
  color: #ffffff;
}

.main-menu-offcanvas .offcanvas-body {
  display: flex;
  gap: 50px;
  padding: 50px 50px;
  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 #e8e8e8;
  /*&:last-child {
            border-bottom: none;
          }*/
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a {
  display: block;
  padding: 0;
  font-size: 14px;
  font-weight: 200;
  color: #0d1615;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a.dropdown-toggle:before {
  position: absolute;
  content: "\f078";
  font-family: 'Poppins';
  font-size: 0.8rem !important;
  font-weight: 400;
  color: #0d1615;
  height: 27px;
  width: 27px;
  background-color: rgba(0, 0, 0, 0.05);
  right: 0;
  transform: inherit !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a:after {
  display: none;
}

.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: 14px;
  font-weight: 200;
  color: #0d1615;
}

.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: #4b9ad6;
  background-color: transparent;
}

.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active)>.nav-link {
  color: #4b9ad6;
}

.main-menu-offcanvas .contact-info {
  padding-top: 25px;
  border-top: 3px solid #4b9ad6;
}

.main-menu-offcanvas .contact-info .number {
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.main-menu-offcanvas .contact-info .mail {
  display: block;
  color: #606060;
  font-size: 20px;
  margin-bottom: 15px;
}

.main-menu-offcanvas .contact-info .mail i {
  padding-right: 10px;
  color: #4b9ad6;
}

/*****************************
  Responsive
*****************************/
@media (min-width: 992px) {
  .navbar-nav .mega-menu {
    position: static;
  }

  .header .navbar .navbar-collapse {
    flex-basis: 100%;
  }

  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 12px;
    border-radius: 5px;
    min-width: 250px;
    border: none;
    left: 0;
    transform-origin: top center;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: block !important;
    margin-top: 15px;
    top: 100%;
    /* &.megamenu{
          left: 50%;
        }*/
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    transform: translate3d(15px, 10px, 0);
  }

  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    transform: translate3d(-15px, 10px, 0);
  }

  .header .navbar .dropdown-menu.dropdown-menu-lg.megamenu {
    padding: 25px 10px;
    width: 100%;
  }

  .header .navbar .dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
  }

  .header .navbar li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .header.header-02 .navbar-collapse {
    justify-content: flex-end;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
}

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

  header.header .main-header {
    padding: 0 0px;
  }

  header.header .navbar-collapse {
    position: unset;
  }

  header.header .navbar-brand {
    min-width: 170px;
    flex: 0 0 170px;
    margin-right: 20px;
  }

  header.header .menu-btn {
    margin-left: 0px;
  }

  header.header .navbar .navbar-nav {
    gap: 0 10px;
  }

  header.header .navbar .navbar-nav>li {
    margin: 0px 5px;
  }

  header.header .navbar .navbar-nav>li .nav-link {
    padding: 10px 5px;
    margin-top: 24px;
  }

  header.header.header-02 .action-group {
    margin-left: 15px;
  }

  .action-group {
    gap: 20px;
  }
}

@media (max-width: 1199px) {

  /* header.header .action-group .header-phone-number {
    display: none; } */
  /* Header */
  .header .main-header {
    padding: 0px 30px;
  }

  .header .navbar .navbar-brand {
    flex: 0 0 140px;
  }

  .header .navbar .navbar-nav>li {
    margin: 0px 10px;
  }

  .header .navbar .navbar-nav>li .nav-link {
    font-size: 14px;
  }

  .header .navbar .action-group a.btn {
    margin-left: 20px !important;
    font-size: 16px;
  }

  .header .navbar .action-group .menu-btn {
    margin-left: 20px;
  }

  .header.default .main-header {
    padding: 0px 20px;
  }

  .header.default .navbar-brand {
    margin-right: 0px;
  }

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

  .header.default .navbar .navbar-nav .nav-item.header-search {
    display: none;
  }
}

@media (max-width: 991px) {
  .header .main-header {
    padding: 0 30px;
    justify-content: space-between;
  }

  .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 {
    flex: 0 0 180px;
    min-width: 180px;
  }

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

  .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: 12px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: inherit;
    padding: 0;
  }

  .header .navbar .nav-title {
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 10px !important;
  }

  .header .navbar .navbar-toggler {
    position: absolute;
    right: 30px;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    background: transparent;
    color: #0d1615;
    padding: 10px;
    border-radius: 0px;
    display: flex;
    height: 40px;
    width: 48px;
    justify-content: center;
    align-items: center;
  }

  .header .navbar .navbar-toggler svg rect {
    fill: #0d1615;
  }

  .header .navbar .action-group {
    padding-right: 0px;
    gap: 20px;
  }

  .header .navbar .action-group .menu-btn {
    display: none;
  }

  .header.header-02 .action-group {
    padding-right: 0px;
    margin-left: 0px;
  }

  .header.header-02 .action-group .menu-btn {
    display: none;
  }

  .header.header-02 .action-group .menu-btn span {
    display: none;
  }

  .header.header-02 .action-group .menu-btn svg {
    width: 30px;
  }

  .header.header-02 .action-group .menu-btn .menu-icon.hamburger span {
    display: inline-block;
  }

  .header.header-02 .action-group .mobile-hamburger .hamburger {
    padding: 4px 12px;
  }

  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    padding: 30px 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 .dropdown-menu {
    max-height: 300px;
    overflow-x: scroll;
  }

  .header .action-group .search {
    display: none;
  }

  .header.header-02 .navbar .action-group {
    display: flex;
  }

  .main-menu-offcanvas {
    width: 320px;
  }

  .main-menu-offcanvas .offcanvas-header {
    padding: 30px 20px;
  }

  .main-menu-offcanvas .offcanvas-body {
    padding: 20px 20px;
    padding-top: 0;
  }
}

@media (max-width: 399px) {
  .main-menu-offcanvas {
    width: 270px;
  }
}

/*****************************
  banner
*****************************/
/*Banner*/
.banner.banner-01 {
  padding: 100px 0px 140px;
  background-size: inherit;
}

.banner.banner-01 .banner-content .title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0px;
}

.banner.banner-01 .banner-content .title span {
  color: #4b9ad6;
  margin: 0% 0% 0% 15%;
  display: inline-block;
}

.banner.banner-01 .banner-content .title.title-main {
  margin-left: -5%;
}

.banner.banner-01 .banner-content .banner-info {
  padding: 30px 80px 0px 480px;
}

.banner.banner-01 .banner-content .banner-info .banner-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

.banner.banner-01 .banner-content .banner-info .banner-reviews {
  display: flex;
  align-items: center;
  margin: 35px 0px 0px 0px;
  justify-content: space-between;
}

.banner.banner-01 .social-icon.banner-social {
  position: absolute;
  height: inherit;
  top: 50%;
  left: -100px;
}

.slider-01 {
  position: relative;
}

.slider-01 .swiper-slide {
  height: 90vh;
  position: relative;
  z-index: 2;
}

.slider-01 .swiper-slide:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(30deg, #0D1615 0%, #0D161570 100%);
  opacity: 0.7;
  z-index: -1;
}

.slider-01 .swiper-slide .hero-item-content .item-title .main-title {
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  stroke: #ffffff;
  color: rgba(255, 255, 255, 0);
  font-size: 90px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  text-align: inherit;
}

.slider-01 .swiper-slide .hero-item-content .item-sub-title .sub-title {
  font-size: 92px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
  text-align: inherit;
}

.slider-01 .swiper-slide .hero-item-content .item-description {
  margin-top: 25px;
  margin-bottom: 30px;
}

.slider-01 .swiper-slide .hero-item-content .item-description .description {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
}

.slider-01 .swiper-slide .hero-item-content .item-buttons .hero-button {
  padding: 12px 50px;
  font-size: 17px;
  line-height: 30px;
}

.slider-01 .swiper-slide .hero-item-content .item-buttons .hero-button:hover {
  background-color: #ffffff;
  color: #0d1615;
}

.slider-01 .swiper-button-next,
.slider-01 .swiper-button-prev {
  opacity: 1;
  margin: 0;
  width: 60px;
  height: 60px;
  background: #4b9ad6;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 60px;
  left: auto;
  top: inherit;
}

.slider-01 .swiper-button-next i,
.slider-01 .swiper-button-prev i {
  font-size: 22px;
  font-weight: 600;
  color: #0d1615;
}

.slider-01 .swiper-button-next {
  right: 130px;
  transform: scale(1.2);
}

.slider-01 .swiper-button-prev {
  right: 205px;
}

.slider-01 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-01 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 5px !important;
}

.slider-01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.5);
  background: #4b9ad6;
}

.slider-01 .swiper-pagination.swiper-pagination-right {
  position: absolute;
  right: 40px;
  top: 0;
  width: auto;
  left: auto;
  flex-direction: column;
  bottom: 0 !important;
  margin: 0;
}

.slider-01 .social-profile-wrapper {
  position: absolute;
  top: 33%;
  left: 40px;
  z-index: 5;
}

.slider-01 .social-profile-wrapper .social-profile-title {
  color: #ffffff;
}

.slider-01 .social-profile-wrapper .social-profile-title:before {
  background-color: #ffffff;
}

.slider-01 .social-profile-wrapper .social-profile-list li a {
  color: #ffffff;
}

.slider-01 .social-profile-wrapper .social-profile-list li a:hover {
  color: #4b9ad6;
}

/*Inner Header*/
.inner-header {
  position: relative;
  z-index: 5;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: inherit;
}

.inner-header .title {
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 70px;
}

.inner-header:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

@media (max-width: 1499px) {
  .banner.banner-01 .banner-content .title {
    font-size: 100px;
  }

  .slider-01 .social-profile-wrapper {
    top: 20%;
    left: 10px;
  }
}

@media (max-width: 1399px) {
  .banner.banner-01 .banner-content .title.title-main {
    margin-left: 0;
  }

  .banner.banner-01 .banner-content .banner-info {
    padding: 30px 80px 0px 300px;
  }

  .slider-01 .social-profile-wrapper {
    left: 0px;
  }
}

@media (max-width: 1199px) {
  .banner.banner-01 {
    padding: 80px 0px 120px;
  }

  .banner.banner-01 .banner-content .title {
    font-size: 80px;
  }

  .banner.banner-01 .banner-content .title span {
    margin: 0% 0% 0% 10%;
  }

  .banner.banner-01 .banner-content .banner-info {
    padding: 30px 80px 0px 180px;
  }

  .banner.banner-01 .social-icon.banner-social {
    left: -110px;
  }

  .hero-item-content {
    padding-left: 30px;
  }
}

@media (max-width: 1024px) {
  .banner.banner-01 {
    padding: 80px 0px 110px;
  }

  .banner.banner-01 .banner-content {
    padding-left: 78px;
  }

  .banner.banner-01 .banner-content .title {
    font-size: 80px;
  }

  .banner.banner-01 .banner-content .banner-info {
    padding: 30px 0px 0px 90px;
  }

  .slider-01 .social-profile-wrapper {
    display: none;
  }

  .slider-01 .swiper-slide .hero-item-content {
    padding-left: 0px;
  }

  .slider-01 .swiper-slide .hero-item-content .item-title .main-title {
    font-size: 66px;
  }

  .slider-01 .swiper-slide .hero-item-content .item-sub-title .sub-title {
    font-size: 66px;
  }
}

@media (max-width: 991px) {
  .slider-01 .swiper-slide {
    height: 600px;
  }

  .slider-01 .swiper-button-next {
    right: 70px;
  }

  .slider-01 .swiper-button-prev {
    right: 145px;
  }
}

@media (max-width: 767px) {
  .banner.banner-01 {
    padding: 50px 0px 80px;
  }

  .banner.banner-01 .banner-content {
    padding-left: 0px;
  }

  .banner.banner-01 .banner-content .title {
    font-size: 55px;
    line-height: 70px;
  }

  .banner.banner-01 .banner-content .title.title-main {
    margin-left: 10%;
    padding-right: 15px;
  }

  .banner.banner-01 .banner-content .title span {
    margin-top: 25px;
    margin-left: 25%;
  }

  .banner.banner-01 .banner-content .banner-info {
    padding: 30px 0px 0px 70px;
  }

  .banner.banner-01 .banner-content .banner-info .banner-description {
    margin-bottom: 0px;
  }

  .banner.banner-01 .banner-content .banner-info .banner-reviews {
    flex-wrap: wrap;
    display: flex;
    margin: 0px;
    flex-direction: column-reverse;
    align-items: self-start;
  }

  .banner.banner-01 .banner-content .banner-info .banner-reviews .clienti-reviews {
    display: none;
  }

  .banner.banner-01 .banner-content .banner-info .banner-reviews .btn {
    font-size: 18px;
    padding: 18px 45px;
    margin-top: 30px;
  }

  .banner.banner-01 .social-icon.banner-social {
    left: -130px;
  }

  .slider-01 .swiper-slide {
    height: 500px;
  }

  .slider-01 .swiper-slide .hero-item-content .item-title .main-title {
    font-size: 34px;
    line-height: 1.5em;
  }

  .slider-01 .swiper-slide .hero-item-content .item-sub-title .sub-title {
    font-size: 34px;
    line-height: 1.5em;
  }

  .slider-01 .swiper-button-next {
    display: none;
  }

  .slider-01 .swiper-button-prev {
    display: none;
  }

  /*inner-header*/
  .inner-header {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .banner.banner-01 {
    padding: 40px 0px 70px;
  }

  .banner.banner-01 .banner-content .banner-info {
    padding: 15px 0px 0px 50px;
  }

  .banner.banner-01 .banner-content .banner-info .banner-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .banner.banner-01 .banner-content .banner-info .banner-description .banner-reviews {
    margin: 20px 0px 0px 0px;
  }

  .banner.banner-01 .social-icon.banner-social {
    left: -130px;
  }

  .slider-01 .swiper-slide {
    height: 400px;
  }

  .slider-01 .swiper-button-prev {
    display: none;
  }

  .slider-01 .swiper-button-next {
    display: none;
  }

  .slider-01 .swiper-pagination {
    display: none;
  }

  /*inner-header*/
  .inner-header {
    height: 250px;
  }

  .inner-header .title {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  .banner.banner-01 .banner-content .title.title-main {
    margin-left: 13%;
    padding-right: 0px;
  }

  .banner.banner-01 .banner-content .title span {
    margin-left: 20%;
  }

  .slider-01 .swiper-slide .hero-item-content .item-description .description {
    font-size: 16px;
    line-height: 26px;
  }
}

/*****************************
  Layout
*****************************/
/*Section Title*/
.section-title {
  margin-bottom: 50px;
}

.section-title .subtitle {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  padding: 3px 20px;
  margin-bottom: 20px;
  background: #f1f1f1;
  color: #0d1615;
  border-radius: 25px;
}

.section-title .subtitle.bg-dark {
  color: #ffffff;
}

.section-title h3.title {
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

.section-title .title {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 0;
  color: #0d1615;
}

.section-title p {
  font-size: 17px;
  margin-bottom: 0;
  line-height: 30px;
  margin-top: 30px;
  color: #606060;
}

.bg-dark .section-title .subtitle {
  color: #0d1615;
  background: #4b9ad6;
}

.bg-dark .section-title .title {
  color: #ffffff;
}

.bg-dark .section-title p {
  color: #c2c2c2;
}

.bg-light .section-title .subtitle {
  background-color: #0d1615;
  color: #ffffff;
}

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

.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: normal;
  color: #606060;
  padding-right: 150px;
}

.larg-title .title {
  font-size: 135px;
  font-weight: 700;
  line-height: 1.3em;
}

.larg-title .title span {
  margin: 0% 0% 0% 15%;
  -webkit-text-stroke-color: #0d1615;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  color: transparent;
}

/*Clienti Reviews*/
.clienti-reviews .clienti-profile {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.clienti-reviews .clienti-profile li {
  flex: 0 0 58px;
  height: 58px;
  width: 58px;
  margin-left: -17px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}

.clienti-reviews .clienti-profile li img {
  border-radius: 100%;
}

.clienti-reviews .clienti-profile li:first-child {
  margin-left: 0px;
}

.clienti-reviews .reviews {
  font-size: 20px;
  font-weight: 500;
  color: #4b9ad6;
  display: block;
  margin-top: 20px;
}

.clienti-reviews .reviews span {
  color: #606060;
}

.clienti-reviews.reviews-style-2 {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.clienti-reviews.reviews-style-2 .reviews {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  justify-content: center;
  flex-direction: column;
}

.clienti-reviews.reviews-style-2 .reviews .reviews-number {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #4b9ad6;
}

.clienti-reviews.reviews-style-2 .reviews span {
  font-size: 16px;
  line-height: 26px;
}

/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

body:has(.sticky-show) .is-sticky {
  top: 170px;
}

/* Back To Top */
.progress-wrap {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(13, 22, 21, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}

.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  text-align: center;
  line-height: 46px;
  opacity: 1;
  height: 46px;
  width: 46px;
  font-size: 16px;
  font-weight: 600;
  color: #4b9ad6;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #4b9ad6;
  stroke-width: 4;
}

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

/* Search */
.search ul li a {
  color: #000000;
}

.search ul li a:hover {
  color: #4b9ad6;
}

#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: #000000;
  background: #ffffff;
  font-size: 18px;
  font-weight: 300;
  border: 1px solid #e8e8e8;
  margin: 0px auto;
  padding: 12px 25px;
  outline: none;
  border-radius: 50px;
}

#search .attract-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#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: #0d1615;
}

#search .close:before {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  z-index: -1;
}

#search .close:hover {
  color: #4b9ad6;
}

#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 form {
  width: 100%;
  display: flex;
  justify-content: center;
}

#search .search-inner form .search-btn.btn {
  margin: 0px 0px 0px 10px;
}

body {
  position: relative;
}

body:has(#search.open) {
  overflow: hidden;
}

body:has(#search.open):before {
  top: 0;
  left: 0;
  z-index: 9;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

/*video section*/
.video-section .video-wrapper {
  padding: 230px 15px;
  border-radius: 25px;
}

.video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  width: 170px;
  padding: 0;
  border-radius: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: #0d1615;
  background-color: #ffffff;
  border: none;
  margin: 0 auto;
  z-index: 1;
}

.video-btn::before {
  content: "";
  height: 25%;
  width: 25%;
  background-color: #4b9ad6;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.video-btn:hover {
  color: #0d1615;
  background-color: #ffffff;
}

.video-btn:hover::before {
  height: 100%;
  width: 100%;
  opacity: 1;
}

/*services-slider-section*/
.services-slider-section {
  display: flex;
  padding-top: 50px;
  gap: 50px;
}

.services-slider-section .services-bg-slider {
  width: 291px;
  flex: 0 0 291px;
  position: relative;
  border-radius: 25px;
  z-index: 5;
  overflow: hidden;
}

.services-slider-section .services-bg-slider .services-bg-slider-content {
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 100%;
  padding: 0px 25px;
  z-index: 3;
}

.services-slider-section .services-bg-slider .services-bg-slider-content .title {
  color: #ffffff;
  margin-bottom: 15px;
}

.services-slider-section .services-bg-slider .services-bg-slider-content .btn {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #0d1615;
  border-radius: 35px 35px 35px 35px;
  padding: 10px 25px 10px 25px;
}

.services-slider-section .services-bg-slider .services-bg-slider-content .btn:hover {
  background-color: #ffffff;
  color: #0d1615;
}

.services-slider-section .services-bg-slider:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  --background-overlay: '';
  background-image: linear-gradient(180deg, #0D16151F 0%, #0D1615 100%);
  opacity: 0.75;
  z-index: 2;
  border-radius: 25px;
}

.services-slider-section .grid-wrapper {
  grid-gap: 0;
}

.grid-wrapper:has(.grid-left) {
  grid-gap: 70px;
}

.grid-left .skill-wrapper {
  padding-right: 200px;
  margin-bottom: 30px;
}

/*Home 01*/
.accordion-space-left {
  padding-left: 200px;
}

/*Home 02*/
.about-section .about-left {
  padding-right: 25px;
}

.about-section .about-img {
  position: relative;
}

.about-section .about-img img {
  border-radius: 25px;
}

.about-section .about-img.about-small-img img {
  box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.07);
}

.about-section .about-icon-box {
  width: 330px;
  max-width: calc(100% - 30px);
  background-color: #ffffff;
  padding: 30px 40px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  gap: 20px;
}

.about-section .about-icon-box svg {
  height: 50px;
  width: 50px;
  fill: #4b9ad6;
  flex-shrink: 0;
}

.about-section .about-icon-box p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #0d1615;
  margin-bottom: 0;
}

.about-section .about-icon-box.about-icon-box-style-02 {
  width: auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  bottom: inherit;
  left: inherit;
  gap: 15px;
  border-radius: 0;
}

.about-section .about-icon-box.about-icon-box-style-02+.about-icon-box-style-02 {
  margin-top: 30px;
}

.about-section .about-icon-box.about-icon-box-style-02 svg {
  height: 45px;
  width: 45px;
}

.about-section .about-icon-box.about-icon-box-style-02 .title {
  font-size: 20px;
  line-height: 30px;
}

.about-section .about-icon-box.about-icon-box-style-02 p {
  font-size: 17px;
  line-height: 30px;
  color: #606060;
}

.about-section .about-right {
  padding-left: 25px;
}

.about-section .about-right .about-footer {
  margin-top: 30px;
  display: flex;
  gap: 50px;
  align-items: center;
}

.about-section .about-right .about-footer a {
  flex-shrink: 0;
}

.about-section .about-right .about-footer a.btn {
  font-size: 18px;
  line-height: 22px;
  padding: 18px 45px;
}

.about-section.about-style-02 .about-left {
  padding-right: 80px;
}

.about-section.about-style-02 .about-right {
  padding-top: 60px;
  padding-left: 10px;
}

.about-section.about-style-02 .about-right p {
  margin-top: 30px;
  line-height: 30px;
}

.skill-section .section-title {
  padding-right: 100px;
}

/*Contact us*/
.contact-section .contact-form-box .contact-form .btn {
  padding: 13px 40px;
  font-size: 17px;
  line-height: 30px;
}

.contact-form-box {
  background-color: #ffffff;
  padding: 80px;
  border-radius: 25px;
}

.contact-title {
  background-color: #0d1615;
  padding: 8px 30px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 20px;
  border-radius: 50px;
  display: inline-block;
}

.contact-section .contact-icon-box .icon-box-info .title {
  margin-bottom: 30px;
}

.contact-section .contact-icon-box .icon-box-info ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contact-section .contact-icon-box .icon-box-info ul li {
  color: #606060;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0px;
}

.contact-section .contact-icon-box .icon-box-info ul li .email {
  color: #606060;
  text-decoration: underline;
}

.contact-section .contact-icon-box .icon-box-info ul li .email:hover {
  color: #4b9ad6;
  text-decoration: none;
}

/*Modal*/
.social-share-modal .modal-header {
  padding: 16px 20px;
}

.social-share-modal .modal-header .modal-title {
  font-size: 20px;
}

.social-share-modal .modal-header .btn-close {
  line-height: normal;
  top: -2px;
  position: relative;
  background: none;
  outline: none;
  box-shadow: none;
}

.social-share-modal .modal-body {
  padding: 20px;
}

.social-share-modal .social-share-items {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  list-style-type: none;
}

.social-share-modal .social-share-items li {
  font-size: 20px;
  color: #0d1615;
}

.social-share-modal .social-share-items li a {
  color: #0d1615;
}

.social-share-modal .social-share-items li a:hover {
  color: #4b9ad6;
}

/*FAQ Section*/
.faq-page-section .section-title.sticky-md-top {
  top: 40px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.header.sticky-show~.site-content .faq-page-section .section-title.sticky-md-top {
  top: 110px;
}

/*=========== Ineer page ===========*/
/*Contact Us*/
.contact-box {
  padding: 80px 70px;
  border-radius: 25px;
  margin-right: 25px;
}

.contact-box .grid-wrapper {
  gap: 35px;
}

.contact-box .section-title {
  margin-bottom: 35px;
}

.contact-box .contact-icon-box {
  display: flex;
  gap: 25px;
}

.contact-box .contact-icon-box .icon {
  flex-shrink: 0;
}

.contact-box .contact-icon-box .icon svg {
  height: 22px;
  width: 22px;
  fill: #4b9ad6;
}

.contact-box .contact-icon-box .icon-box-info .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-box .contact-icon-box .icon-box-info .description {
  color: #c2c2c2;
  margin-bottom: 0;
}

.contact-box .contact-icon-box.full {
  padding-right: 60px;
  grid-column: 1 / 3;
}

.contact-us-form {
  margin-left: 25px;
}

.contact-us-form .section-title {
  margin-bottom: 30px;
}

.contact-us-form .section-title p {
  font-weight: 500;
  margin-top: 20px;
}

.map {
  -webkit-filter: grayscale(100%) brightness(90%);
  -moz-filter: grayscale(100%) brightness(90%);
  -ms-filter: grayscale(100%) brightness(90%);
  -o-filter: grayscale(100%) brightness(90%);
  filter: grayscale(100%) brightness(90%);
  margin-bottom: -8px;
  height: 500px;
}

.map.map-style-02 {
  height: 600px;
  border-radius: 25px;
}

/*contact us 02*/
.contact-top {
  background-size: 70%;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-position-y: 370px;
  position: relative;
  z-index: 1;
}

.contact-top:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, #FFFFFF96 59%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-address-wrapper {
  margin-top: 80px;
}

.contact-address {
  padding: 50px 30px 30px;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
}

.contact-address .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-address p {
  margin-bottom: 0;
}

/*Coming soon*/
.coming-soon-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.coming-soon-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(13, 22, 21, 0.3);
}

.coming-soon-section .coming-soon-title {
  font-size: 130px;
  line-height: 1;
  margin-bottom: 30px;
  color: #ffffff;
}

.coming-soon-section .coming-soon-description {
  line-height: 30px;
  color: #ffffff;
}

/*Error 404*/
.error-section {
  padding: 110px 0;
  background-image: radial-gradient(at center right, #4b9ad666 0%, #FFFFFF 67%);
  background-color: transparent;
}

.error-content .error-title {
  font-size: 220px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-bottom: 15px;
}

.error-content .sub-title {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
}

.error-content .description {
  font-size: 17px;
  line-height: 30px;
  padding-right: 150px;
  margin-bottom: 25px;
}

.error-content .btn {
  margin: 0 auto;
}

.error-content .newsletter-form {
  width: 450px;
  margin-bottom: 40px;
}

@media (max-width: 1399px) {
  .about-section .about-right {
    padding-left: 0;
  }

  .about-section .about-right .about-footer {
    gap: 10px;
  }

  .about-section.about-style-02 .about-right {
    padding-left: 0;
  }

  .larg-title .title {
    font-size: 116px;
  }
}

@media (max-width: 1199px) {

  /*Section Title*/
  .section-title {
    margin-bottom: 50px;
  }

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

  .section-title .title {
    font-size: 42px;
    line-height: 52px;
  }

  .questions-box {
    padding: 50px;
  }

  /*Home 02*/
  .about-section .section-title {
    padding-left: 0px;
  }

  .about-section .about-left {
    padding-right: 0;
  }

  .about-section .about-right .about-footer {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-section.about-style-02 .about-left {
    padding-right: 30px;
  }

  .grid-wrapper:has(.grid-left) {
    grid-gap: 40px;
  }

  .skill-section .section-title {
    padding-right: 0px;
  }

  /*Contact Us*/
  .contact-box {
    padding: 50px 30px;
    border-radius: 25px;
    margin-right: 0;
  }

  .contact-box .grid-wrapper {
    gap: 30px;
  }

  .contact-box .contact-icon-box {
    gap: 15px;
  }

  .contact-us-form {
    margin-left: 0;
  }

  /*services-slider-section*/
  .services-slider-section {
    flex-direction: column;
    padding-top: 0px;
  }

  .services-slider-section .services-bg-slider {
    width: 100%;
    flex: inherit;
    height: 570px;
  }

  /*Error 404*/
  .error-content .error-title {
    font-size: 160px;
  }

  .error-content .description {
    padding-right: 60px;
  }

  .larg-title .title {
    font-size: 90px;
  }
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 50px;
  }

  .section-title p {
    margin-top: 20px;
  }

  .section-title-horizontal .description {
    padding-right: 0px;
  }

  #search input[type="search"] {
    width: 100%;
  }

  .video-section .video-wrapper {
    padding: 110px 0;
  }

  .video-btn {
    height: 150px;
    width: 150px;
  }

  .skill-content {
    padding-left: 0px;
    margin-top: 40px;
  }

  .projects-slider {
    margin-left: 30px;
    margin-right: 0px;
  }

  .team-section .section-title .description {
    padding-right: 0px;
  }

  .team-section .team-slider {
    margin-left: 0px;
    margin-top: 40px;
    margin-right: -120px;
  }

  .accordion-space-left {
    padding-left: 100px;
  }

  /* Home 2 */
  .about-section .about-right .about-footer {
    gap: 30px;
    flex-direction: row;
    align-items: center;
  }

  .contact-form-box {
    padding: 50px;
  }

  .grid-wrapper:has(.grid-left) {
    grid-gap: 30px;
  }

  /*Contact us*/
  .contact-us-form {
    margin-top: 30px;
  }

  .contact-top {
    background-size: 100% auto;
    background-position-y: 65%;
  }

  .contact-address-wrapper {
    margin-top: 60px;
  }

  /* Coming soon */
  .coming-soon-section .coming-soon-title {
    font-size: 98px;
  }

  /*Error 404*/
  .error-content .error-title {
    font-size: 100px;
  }

  .error-content .newsletter-form {
    width: 100%;
  }

  .larg-title .title {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }

  .section-title .sub-title {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 15px;
  }

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

  .section-title .title {
    font-size: 34px;
    line-height: 44px;
  }

  .section-title p {
    margin-top: 15px;
    font-size: 18px;
  }

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

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

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

  #search input[type="search"] {
    font-size: 30px;
  }

  #search .search-inner input[type="search"] {
    font-size: 18px;
  }

  .accordion-space-left {
    padding-left: 0px;
  }

  .grid-left .skill-wrapper {
    padding-right: 0;
  }

  /* Home 2 */
  .about-section .about-right .about-footer {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-section.about-style-02 .about-left {
    padding-right: 0;
  }

  .about-section.about-style-02 .about-right {
    padding-top: 30px;
  }

  .grid-wrapper:has(.grid-left) {
    grid-gap: 50px;
  }

  /* Contact us */
  .contact-form-box {
    padding: 30px;
  }

  .contact-section .contact-icon-box .icon-box-info .title {
    margin-bottom: 15px;
  }

  .contact-top {
    background-position-y: 30%;
  }

  .contact-address-wrapper {
    margin-top: 40px;
  }

  .contact-address {
    padding: 30px;
  }

  /* Coming soon */
  .coming-soon-section .coming-soon-title {
    font-size: 72px;
  }

  /*Error 404*/
  .error-section {
    padding: 60px 0;
  }

  .error-section .error-img {
    display: none;
  }

  .error-content .error-title {
    font-size: 80px;
  }

  .error-content .sub-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .error-content .newsletter-form {
    margin-bottom: 30px;
  }

  .map {
    height: 300px;
  }

  .larg-title .title {
    font-size: 54px;
  }
}

@media (max-width: 575px) {
  .section-title-horizontal {
    margin-bottom: 30px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title .sub-title {
    margin-bottom: 15px;
  }

  .section-title p {
    font-size: 16px;
  }

  .video-btn {
    height: 100px;
    width: 100px;
    font-size: 14px;
  }

  .contact-form-box {
    padding: 30px 20px;
  }

  /* Contact us 2 */
  .contact-title {
    padding: 8px 20px;
    font-size: 14px;
  }

  /*Error 404*/
  .error-content .error-title {
    font-size: 50px;
  }

  .error-content .description {
    font-size: 16px;
  }

  .clienti-reviews .clienti-profile li {
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
  }

  /*Home 02*/
  .about-section .about-img .about-icon-box {
    width: 100%;
    padding: 20px;
    gap: 10px;
  }

  .contact-box .contact-icon-box.full {
    padding-right: 0;
    grid-column: auto;
  }

  .grid-wrapper:has(.grid-left) {
    grid-gap: 30px;
  }

  /*services-slider-section*/
  .services-slider-section .services-bg-slider {
    height: 470px;
  }
}

@media (max-width: 479px) {
  .section-title .title {
    margin-bottom: 15px;
  }

  .team-section .team-slider {
    margin-right: 0px;
  }

  /*services-slider-section*/
  .services-slider-section .services-bg-slider {
    height: 370px;
  }
}

/*************************
       Blog
*************************/
.blog-post .blog-post-img {
  overflow: hidden;
  border-radius: 25px;
  position: relative;
  margin-bottom: 30px;
}

.blog-post .blog-post-info {
  margin-top: 20px;
}

.blog-post .blog-post-info .post-title {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.blog-post .blog-post-info .post-title a {
  text-decoration: none;
  color: #0d1615;
}

.blog-post .blog-post-info .post-title a:hover {
  color: #4b9ad6;
}

.blog-post .blog-post-info .post-description {
  line-height: 26px;
}

.blog-post .post-meta {
  margin-bottom: 15px;
}

.blog-post .post-meta ul {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  list-style: none;
}

.blog-post .post-meta ul li {
  font-size: 17px;
  position: relative;
  font-weight: normal;
  line-height: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-post .post-meta ul li:first-child {
  list-style: none;
  margin-left: 0;
}

.blog-post .post-meta ul li a {
  color: #606060;
}

.blog-post .post-meta ul li a:hover {
  color: #4b9ad6;
}

.blog-post .post-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-post.blog-style-01 .blog-post-img {
  margin-bottom: 0px;
}

.blog-post.blog-style-01 .blog-post-img img {
  transform: scale(1);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
  transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.blog-post.blog-style-01 .blog-post-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.blog-post.blog-style-01 .blog-post-info {
  margin-top: 20px;
}

.blog-post.blog-style-01 .blog-post-info .post-meta {
  margin-bottom: 10px;
}

.blog-post.blog-style-01 .blog-post-info .post-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-post.blog-style-01 .blog-post-info .post-meta ul li {
  font-size: 17px;
  line-height: 30px;
  position: relative;
  color: #606060;
}

.blog-post.blog-style-01 .blog-post-info .post-meta ul li a {
  color: #606060;
  transition: all 0.3s ease-in-out;
}

.blog-post.blog-style-01 .blog-post-info .post-meta ul li a:hover {
  color: #4b9ad6;
}

.blog-post.blog-style-01 .blog-post-info .post-meta ul li:first-child:before {
  content: normal;
}

.blog-post.blog-style-01 .blog-post-info .post-meta ul li.post-meta-date:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4px;
  height: 4px;
  margin: 0 15px;
  background: #606060;
  border-radius: 30px;
}

.blog-post.blog-style-01 .blog-post-info .post-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
  margin-top: 10px;
  padding-right: 30px;
}

.blog-post.blog-style-01 .blog-post-info .post-title a {
  color: #0d1615;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.blog-post.blog-style-01 .blog-post-info .post-title a:hover {
  color: #4b9ad6;
}

.blog-grid .blog-post.blog-style-01 {
  margin-top: 10px;
}

.blog-grid .blog-post.blog-style-01 .blog-post-info .post-title {
  font-size: 22px;
  line-height: 32px;
}

.blog-grid.grid-wrapper {
  grid-gap: 40px 24px;
}

.blog-post.blog-style-02 .blog-post-img {
  position: relative;
  margin-bottom: 0px;
}

.blog-post.blog-style-02 .blog-post-img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.02) 100%);
  content: "";
  left: 0;
  right: 0;
  z-index: 1;
}

.blog-post.blog-style-02 .blog-post-img img {
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-post.blog-style-02 .blog-post-img .post-date {
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: center;
  left: 40px;
  top: 40px;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.blog-post.blog-style-02 .blog-post-img .post-date .day {
  font-size: 65px;
  line-height: 65px;
  font-weight: 600;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  z-index: 1;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info .post-category {
  margin-bottom: 10px;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info .post-category a {
  color: #4b9ad6;
  font-size: 18px;
  line-height: 30px;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info .post-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 0px;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info .post-title a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info .post-title a:hover {
  text-decoration: underline !important;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info .post-description {
  color: #ffffff;
  margin: 0;
  opacity: 0;
  margin-top: 15px;
  margin-bottom: -70px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.blog-post.blog-style-02:hover .blog-post-img img {
  transform: scale(1.3);
}

.blog-post.blog-style-02:hover .blog-post-img .blog-post-info .post-description {
  opacity: 1;
  margin-bottom: 0;
}

.blog-post.blog-style-03 .blog-post-img {
  position: relative;
  margin-bottom: 0px;
}

.blog-post.blog-style-03 .blog-post-img img {
  transform: scale(1);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
  transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.blog-post.blog-style-03 .blog-post-img .blog-post-category .post-meta-category {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 30px;
  color: #0d1615;
  background: #4b9ad6;
  border-radius: 20px;
}

.blog-post.blog-style-03 .blog-post-img .blog-post-category .post-meta-category a {
  color: #0d1615;
}

.blog-post.blog-style-03 .blog-post-img:before {
  content: none;
}

.blog-post.blog-style-03 .blog-post-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.blog-post.blog-style-03 .blog-post-info {
  margin-top: 20px;
}

.blog-post.blog-style-03 .blog-post-info .post-title {
  font-size: 22px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 5px;
}

.blog-post.blog-style-03 .blog-post-info .post-title a {
  color: #0d1615;
}

.blog-post.blog-style-03 .blog-post-info .post-title a:hover {
  color: #4b9ad6;
}

.blog-post.blog-style-03 .blog-post-info .post-meta {
  margin-bottom: 0px;
}

.blog-post.blog-style-03 .blog-post-info .post-meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-post.blog-style-03 .blog-post-info .post-meta ul li {
  color: #969696;
  line-height: 30px;
}

.blog-post-2-wrapper {
  display: flex;
  gap: 30px;
}

.blog-post-2-wrapper .blog-post-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}

.blog-post-2-wrapper .blog-post-img img {
  transform: scale(1);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
  transition-timing-function: cubic-bezier(0.05, 0.15, 0.25, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.blog-post-2-wrapper .blog-post-img:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.blog-post-2-wrapper .post-meta {
  margin-bottom: 10px;
}

.blog-post-2-wrapper .post-meta ul {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-post-2-wrapper .post-meta ul li {
  font-size: 18px;
  position: relative;
  color: #606060;
  margin-left: 0px;
}

.blog-post-2-wrapper .post-meta ul li a {
  color: #606060;
  transition: all 0.3s ease-in-out;
}

.blog-post-2-wrapper .post-meta ul li a:hover {
  color: #4b9ad6;
}

.blog-post-2-wrapper .post-meta ul li:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4px;
  height: 4px;
  left: -15px;
  background: #606060;
  border-radius: 30px;
}

.blog-post-2-wrapper .post-meta ul li:first-child:before {
  content: normal;
}

.blog-post-2-wrapper .post-link .read-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #4b9ad6;
}

.blog-post-2-wrapper .post-link .read-link i {
  position: relative;
  bottom: -1px;
  margin-left: 3px;
}

.blog-post-2-wrapper .blog-post-left {
  width: 50%;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info {
  margin-top: 20px;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info .post-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #0d1615;
  margin-bottom: 10px;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info .post-title a {
  color: #0d1615;
  transition: all 0.3s ease-in-out;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info .post-title a:hover {
  color: #4b9ad6;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info .post-description {
  margin-bottom: 15px;
}

.blog-post-2-wrapper .blog-post-left .blog-post-info .post-description p {
  margin-bottom: 0;
}

.blog-post-2-wrapper .blog-post-right {
  display: flex;
  width: 50%;
  gap: 30px;
  flex-direction: column;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item {
  display: flex;
  gap: 30px;
  align-items: center;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-img {
  width: 300px;
  flex: none;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-info {
  width: 100%;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-info .post-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #0d1615;
  margin-bottom: 15px;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-info .post-title a {
  color: #0d1615;
  transition: all 0.3s ease-in-out;
}

.blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-info .post-title a:hover {
  color: #4b9ad6;
}

.blog-section {
  overflow: hidden;
}

.blog-standard.grid-wrapper {
  grid-gap: 80px;
  padding-right: 96px;
}

.blog-standard .blog-post-img {
  margin-bottom: 30px;
}

.blog-standard .blog-post-info {
  margin-top: 0px;
}

.blog-standard .blog-post-info .post-title {
  margin-bottom: 15px;
  display: block;
}

.blog-standard .blog-post-info .description {
  margin-bottom: 0px;
}

.blog-standard .post-foot {
  margin-top: 40px;
}

.blog-standard .post-foot .post-meta .post-meta-category {
  margin-right: 10px;
}

.blog-standard .post-foot .post-meta .post-meta-category a {
  color: #4b9ad6;
}

.blog-standard .post-foot .post-meta .post-meta-category a:hover {
  text-decoration: underline !important;
}

.blog-standard .post-foot .post-meta .post-meta-date {
  list-style: none;
}

.blog-standard .post-foot .post-meta .post-meta-date:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4px;
  height: 4px;
  margin: 0 15px;
  background: #606060;
  border-radius: 30px;
}

.blog-standard .post-foot .post-social ul li.title {
  color: #0d1615;
}

.blog-standard .post-foot .post-social ul li.title:before {
  background-color: #0d1615;
}

.blog-standard .post-foot .post-social ul li a {
  color: #0d1615;
}

.blog-standard .post-foot .post-social ul li a:hover {
  color: #4b9ad6;
}

.blog-standard .post-foot .post-social ul li a.social-share {
  color: #4b9ad6;
}

.blog-single {
  padding-right: 96px;
}

.blog-single .blog-post {
  margin-bottom: 80px;
  /*padding-bottom: 80px;
		border-bottom: 1px solid rgba($black,.2);*/
}

.blog-single .blog-post .post-meta {
  margin-bottom: 30px;
}

.blog-single .blog-post .post-meta ul .post-meta-category {
  margin-right: 10px;
}

.blog-single .blog-post .post-meta ul .post-meta-category a {
  color: #4b9ad6;
}

.blog-single .blog-post .post-meta ul .post-meta-category a:hover {
  text-decoration: underline !important;
}

.blog-single .blog-post .post-meta ul .post-meta-date {
  display: flex;
  align-items: center;
  position: relative;
}

.blog-single .blog-post .post-meta ul .post-meta-date:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4px;
  height: 4px;
  margin: 0 15px;
  background: #606060;
  border-radius: 30px;
}

.blog-single .blog-post .post-title {
  margin-top: 26px;
  margin-bottom: 13px;
}

.blog-single .blog-post .blog-post-img {
  margin-bottom: 20px;
}

.blog-single .blog-post .post-foot {
  margin-top: 80px;
}

.blog-single .blog-post .post-foot .post-social ul li.title {
  color: #0d1615;
}

.blog-single .blog-post .post-foot .post-social ul li.title:before {
  background-color: #0d1615;
}

.blog-single .blog-post .post-foot .post-social ul li a {
  color: #0d1615;
}

.blog-single .blog-post .post-foot .post-social ul li a:hover {
  color: #4b9ad6;
}

.blog-single .blog-post .post-foot .post-social ul li a.social-share {
  color: #4b9ad6;
}

.blog-single .blog-images {
  margin: 35px 0px;
}

.blog-single .blog-post-author {
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
  margin-top: 80px;
}

.blog-single .blog-post-author .author-image {
  width: 170px;
  max-width: 170px;
  flex: 0 0 170px;
  padding: 0;
}

.blog-single .blog-post-author .author-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog-single .blog-post-author .author-detail .author-title {
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  font-weight: 600;
  color: #0d1615;
}

.blog-single .blog-post-author .author-detail .description {
  font-size: 18px;
  font-style: normal;
  line-height: 30px;
  color: #606060;
  margin-bottom: 0px;
}

.blog-single .blog-post-author .author-detail .author-profiles {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  list-style-type: none;
}

.blog-single .blog-post-author .author-detail .author-profiles li a {
  color: #0d1615;
  word-break: break-word;
}

.blog-single .blog-post-author .author-detail .author-profiles li a:hover {
  color: #4b9ad6;
}

.blog-single .blog-post-comments {
  margin-bottom: 80px;
}

.blog-single .blog-post-comments .comments .comment {
  display: flex;
  gap: 30px;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.blog-single .blog-post-comments .comments .comment .comment-author {
  flex: 0 0 100px;
}

.blog-single .blog-post-comments .comments .comment .comment-content .author-name {
  margin-bottom: 10px;
}

.blog-single .blog-post-comments .comments .comment .comment-content p {
  margin-bottom: 10px;
}

.blog-single .blog-post-comments .comments .comment:first-child {
  padding-top: 0px;
}

.blog-single .blog-post-comments .comments .comment:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.blog-single .blog-post-comments .comments .comment.comment-02 {
  padding-left: 110px;
}

.blog-single .comment-form .comment-reply-title {
  font-size: 34px;
  line-height: 48px;
  margin-top: 68px;
  margin-bottom: 17px;
}

.blog-single .comment-form .btn {
  padding: 15px 40px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.blog-single .post-navigation .nav-links {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  justify-content: space-between !important;
  z-index: 2;
}

.blog-single .post-navigation .nav-links:before {
  content: "\f58d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  color: #0d1615;
  z-index: -1;
}

.blog-single .post-navigation .nav-links a {
  color: #0d1615;
}

.blog-single .post-navigation .nav-links a:hover {
  color: #4b9ad6;
}

/*Responsive CSS*/
@media (max-width: 1199px) {
  .blog-standard.grid-wrapper {
    padding-right: 56px;
  }

  .blog-single {
    padding-right: 56px;
  }

  .blog-post-2-wrapper {
    flex-wrap: wrap;
  }

  .blog-post-2-wrapper .blog-post-left {
    width: 100%;
  }

  .blog-post-2-wrapper .blog-post-left .blog-post-img img {
    width: 100%;
  }

  .blog-post-2-wrapper .blog-post-right {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .blog-standard.grid-wrapper {
    padding-right: 0px;
  }

  .blog-single {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .blog-post.blog-style-02 .blog-post-img .blog-post-info {
    bottom: -40px;
  }

  .blog-post.blog-style-01 .post-foot {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  .blog-standard.grid-wrapper .post-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-single .blog-post {
    margin-bottom: 50px;
  }

  .blog-single .blog-post .post-foot {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-single .blog-post .post-foot .post-tag {
    margin-bottom: 20px;
  }

  .blog-post-2-wrapper .blog-post-right .blog-post-item {
    gap: 20px;
    flex-direction: column;
  }

  .blog-post-2-wrapper .blog-post-right .blog-post-item .blog-post-img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .blog-post.blog-style-02 .blog-post-img .post-date .day {
    font-size: 36px;
    line-height: 30px;
  }

  .blog-post.blog-style-02 .blog-post-img .blog-post-info {
    bottom: -70px;
    padding: 30px 15px;
  }

  .blog-single .blog-post-author {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .blog-single .comment-form .comment-reply-title {
    margin-top: 50px;
  }
}

@media (max-width: 479px) {
  .blog-single .blog-post-comments .comments .comment {
    flex-direction: column;
    gap: 15px;
  }
}

/*****************************
    Footer
*****************************/
.footer .min-footer {
  margin-bottom: 70px;
}

.footer .min-footer .footer-logo img {
  height: 100px;
}

.footer .min-footer .footer-top {
  padding: 70px 0px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .min-footer .footer-top .action-box {
  justify-content: space-between;
  flex-direction: inherit;
  align-items: center;
}

.footer .min-footer .footer-top .action-box .action-box-content {
  flex: 0 0 40%;
}

.footer .min-footer .footer-top .action-box .action-box-content .title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer .min-footer .footer-top .action-box .newsletter-form.newsletter-style-02 {
  flex: 0 0 40%;
}

.footer .min-footer .footer-top .action-box .newsletter-form.newsletter-style-02 .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer .min-footer .footer-top .action-box .newsletter-form.newsletter-style-02 .btn {
  color: #0d1615;
  background-color: #4b9ad6;
}

.footer .min-footer .footer-top .action-box .newsletter-form.newsletter-style-02 .btn:hover {
  background-color: #ffffff;
}

.footer .min-footer .widget-info p {
  margin-bottom: 70px;
}

.footer .footer-bottom {
  padding: 35px 0px;
  background-color: #121c1b;
}

.footer .footer-bottom .copyright p {
  line-height: 30px;
  color: #c8c8c8;
}

.footer .footer-bottom .copyright a {
  color: #c8c8c8;
}

.footer .footer-bottom .copyright a:hover {
  color: #4b9ad6;
}

.footer .social-icon ul {
  margin-bottom: 0;
  gap: 18px;
}

.footer .social-icon ul li {
  margin: 0;
}

.footer .social-icon ul li a {
  color: #c8c8c8;
}

.footer .social-icon ul li a:hover {
  color: #4b9ad6;
}

/* widget */
.widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.widget-menu ul li {
  margin-bottom: 10px;
}

.widget-menu ul li a {
  font-size: 17px;
  line-height: 26px;
  color: #c8c8c8;
  transition: all 0.5s ease-in-out;
}

.widget-menu ul li a:hover {
  color: #4b9ad6;
  padding-left: 10px;
}

.widget-address ul {
  padding: 0px;
  margin-bottom: 30px;
}

.widget-address ul li {
  color: #c8c8c8;
  list-style: none;
  line-height: 30px;
  margin-bottom: 10px;
}

/*************************
       Responsive
*************************/
@media (max-width: 1199px) {
  .footer .min-footer .footer-top .action-box .newsletter-form.newsletter-style-02 {
    flex: 0 0 50%;
  }
}

@media (max-width: 991px) {
  .footer .min-footer {
    margin-bottom: 50px;
  }

  .footer .min-footer .footer-top {
    padding: 50px 0px;
    margin-bottom: 50px;
  }

  .footer .min-footer .footer-top .action-box .action-box-content .title {
    font-size: 28px;
    line-height: 38px;
  }

  .footer .min-footer .footer-top .action-box .newsletter-form {
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .footer .min-footer {
    margin-bottom: 50px;
  }

  .footer .min-footer .footer-top {
    padding: 50px 0px;
    margin-bottom: 50px;
  }

  .footer .min-footer .footer-top .action-box {
    flex-wrap: wrap;
  }

  .footer .min-footer .footer-top .action-box .action-box-content {
    flex: 0 0 100%;
  }

  .footer .min-footer .footer-top .action-box .action-box-content .title {
    font-size: 28px;
    line-height: 38px;
  }

  .footer .min-footer .footer-top .action-box .newsletter-form {
    flex: 0 0 100%;
  }

  .footer .min-footer .footer-top .action-box .newsletter-form.newsletter-style-02 {
    flex: 0 0 100%;
  }
}



/* ////////////// */

.underline {
  border-bottom: 1px solid #b6b7b8;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
}

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


.sub-title-white {
  font-size: 22px !important;
  color: white !important;
}

@media (max-width: 767px) {
  .sub-title-white {
    display: none;
  }
}

@media (max-width: 991px) {
  .reverse-on-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .title-responsive {
    padding-top: 60px;
  }
}

.apple {
    height: 40px;           /* Set desired height */
    width: auto;            /* Maintain aspect ratio */
    display: block;         /* Removes inline spacing */
}


.apple:hover {
    transform: scale(1.05); /* Optional: subtle zoom on hover */
    transition: transform 0.2s ease;
}