/*================================================
[  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
    - Team
    - Testimonial
    - Timeline
 :: Header
   - Header default
   - Header Style 02
   - Header Style 03
   - Header Sticky
 :: Banner
   - Banner
   - Banner 02
   - Banner 03
   - 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: "Sen", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #444444;
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  outline: medium none !important;
  color: #fa4729;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

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

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

a.text-dark:focus {
  color: #fa4729 !important;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Syne", sans-serif;
  color: #000000;
  margin: 0px 0px 1rem;
  font-weight: bold;
}

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: #bbbbbb !important;
}

iframe {
  width: 100%;
}

label {
  font-weight: normal;
}

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

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

h3 {
  font-size: 38px;
  line-height: 48px;
}

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

h5 {
  font-size: 24px;
  line-height: normal;
}

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

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

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

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

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

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

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

.breadcrumb .breadcrumb-item {
  padding-right: 5px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Syne", sans-serif;
  color: #ffffff;
}

.breadcrumb .breadcrumb-item a {
  color: #fa4729;
}

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

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

.breadcrumb .breadcrumb-item.active {
  color: #fa4729;
}

/* 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: #fa4729;
  color: #ffffff;
  border: 1px solid #fa4729;
}

.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: #fa4729;
  border-color: #fa4729;
  color: #ffffff;
}

/* blockquote */
.blockquote {
  font-size: 18px;
  border-left: 5px solid #fa4729;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  display: block;
}

.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #fa4729;
  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: #dfdfdf;
}

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

@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: #fa4729 !important;
}

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

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

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

.fill-primary {
  fill: #fa4729;
}

.fill-light {
  fill: #f6f6f6;
}

.fill-white {
  fill: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*cursor*/
.mouse-cursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 100%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
  cursor: pointer;
}

.mouse-cursor.cursor-in {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  background-color: #fa4729;
  opacity: 1;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.4s ease-in-out;
  z-index: 9999;
}

.mouse-cursor.cursor-in span {
  line-height: 60px;
  opacity: 0;
}

.mouse-cursor.cursor-in.cursor-active {
  background-color: transparent;
  opacity: 1;
  width: 90px;
  height: 90px;
  margin-left: -67px;
  margin-top: -67px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
}

.mouse-cursor.cursor-in.cursor-active span {
  font-size: 22px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  color: #000000;
  opacity: 1;
}

.mouse-cursor.cursor-in.cursor-active.cursor-active-white {
  border: 1px solid #ffffff;
}

.mouse-cursor.cursor-in.cursor-active.cursor-active-white span {
  color: #ffffff;
}

.mouse-cursor.cursor-in.cursor-active.cursor-hidden {
  opacity: 0;
}

.mouse-cursor.cursor-in.cursor-hidden {
  opacity: 0;
}

.mouse-cursor.cursor-out {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border: 1px solid #fa4729;
  z-index: 9999;
  opacity: 1;
  transition: all 0.08s ease-out;
  visibility: visible;
}

.mouse-cursor.cursor-out.cursor-active {
  opacity: 0;
}

.mouse-cursor.cursor-out.cursor-hidden {
  opacity: 0;
}

/* 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(250, 71, 41, 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(250, 71, 41, 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(250, 71, 41, 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(250, 71, 41, 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(250, 71, 41, 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(250, 71, 41, 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(250, 71, 41, 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(250, 71, 41, 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(250, 71, 41, 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;
}

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

.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-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: 991px) {

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

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

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

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

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

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

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

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

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

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

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

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

  .mouse-cursor {
    display: none;
  }
}

@media (max-width: 767px) {

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

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

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

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

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

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

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

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

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

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: 1px solid #cccccc;
  background-color: inherit;
  margin-bottom: 20px;
}

.accordion .accordion-item h5.accordion-header .accordion-button {
  font-size: inherit;
  padding: 25px 30px;
  font-weight: 600;
  background-color: inherit;
  color: #000000;
}

.accordion .accordion-item h5.accordion-header .accordion-button:after {
  content: "\2b";
  background-image: inherit;
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  margin-right: 10px;
  color: #000000;
}

.accordion .accordion-item h5.accordion-header .accordion-button:hover {
  color: #fa4729;
}

.accordion .accordion-item h5.accordion-header .accordion-button:hover:after {
  color: #fa4729;
}

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

.accordion .accordion-item h5.accordion-header .accordion-button:not(.collapsed):after {
  content: "\f068";
  background-image: inherit;
  font-family: 'Font Awesome 5 Free';
  transform: inherit;
  color: #fa4729;
}

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

.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 30px;
  padding-top: 0px;
  color: #444444;
}

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

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

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

@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: "Syne", sans-serif;
  margin-bottom: 10px;
  display: block;
}

.make_in_sec .action-box .action-box-content span {
  color: #000;
}

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

.action-box.action-box-02 {
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}

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

.action-box.action-box-02 .action-box-content span {
  margin-bottom: 0;
}

.action-box.action-box-03 {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.make_in_sec .action-box.action-box-03 {
  margin-bottom: 50px;
}

.action-box.action-box-03 .action-box-content {
  text-align: center;
  margin-bottom: 45px;
}

.action-box.action-box-03 .action-box-content span {
  margin-bottom: 0;
}

.action-box-section .action-box-bg {
  background-color: #fa4729;
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
}

.action-box-section .action-box-bg.position-absolute {
  top: 48%;
  right: 0;
  width: calc(100% - 100px);
}

@media (max-width: 1399px) {
  .action-box.action-box-02 {
    width: 80%;
  }

  .action-box-section .action-box-bg {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .action-box-section .action-box-bg.position-absolute {
    top: 38%;
  }
}

@media (max-width: 1199px) {
  .action-box.action-box-02 .action-box-content span {
    font-size: 70px;
  }

  .action-box-section .action-box-bg {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .action-box-section .action-box-bg.position-absolute {
    top: 58%;
  }
}

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

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

  .action-box-section .action-box-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

  .action-box.action-box-02 {
    width: 100%;
  }

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

  .action-box-section {
    margin-bottom: 60px;
  }

  .action-box-section .action-box-bg.position-absolute {
    top: 0;
    position: inherit !important;
    width: 95%;
    margin-left: auto;
    margin-top: -50px;
  }
}

/*****************************
  Service
*****************************/
.services-boxs {
  display: grid;
}

.services-boxs.grid-wrapper {
  gap: 0;
}

.services-boxs.services-boxs-02.grid-wrapper {
  gap: 30px;
}

.service-item {
  padding: 60px 30px;
  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;
}

.mvv_sec .service-item .service-content p {
  margin-bottom: 0;
}

.service-item .service-content .btn.service-btn .arrow {
  top: 50%;
  left: 50%;
}

.service-item:hover {
  background-color: #fa4729;
  border: 1px solid #fa4729;
}

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

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

.service-item.service-style-02 {
  padding: 0;
  border: none;
  margin-left: 0px;
  margin-bottom: 0;
  position: relative;
}

.service-item.service-style-02 .service-title {
  font-size: 38px;
  line-height: 48px;
  color: #ffffff;
}

.service-item.service-style-02 .service-img {
  position: relative;
  z-index: 2;
}

.service-item.service-style-02 .service-img .service-title {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 3;
  width: 100%;
  padding: 0px 25px;
  margin-bottom: 0;
}

.service-item.service-style-02 .service-img .service-title a:hover {
  color: #fa4729;
}

.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;
  z-index: 4;
  background: #fa4729;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px 25px 25px 25px;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.service-item.service-style-02 .service-content .service-btn {
  position: absolute;
  bottom: 25px;
  height: 120px;
  width: 120px;
}

.service-item.service-style-02 .service-content .service-btn.btn.secondary-btn:before {
  background-color: #000000;
}

.service-item.service-style-02 .service-content .service-btn.btn.secondary-btn:hover {
  border: 1px solid black;
}

.service-item.service-style-02 .service-content .service-btn.btn.secondary-btn .arrow svg path {
  stroke: #ffffff;
}

.service-item.service-style-02:hover .service-content {
  opacity: 1;
  visibility: visible;
}

.service-item.service-style-02:hover .service-btn.btn.secondary-btn {
  border: 1px solid black;
}

.service-item.service-style-03 {
  position: relative;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 40px 50px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.service-item.service-style-03 .service-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-item.service-style-03 .service-content .service-info {
  flex: 0 0 50%;
  position: relative;
  margin-bottom: 0px;
  z-index: 2;
}

.service-item.service-style-03 .service-content .service-info .service-number {
  color: rgba(250, 71, 41, 0.07);
  font-family: "Syne", sans-serif;
  font-size: 170px;
  line-height: 170px;
  font-weight: bold;
  position: absolute;
  left: -58px;
  top: -60px;
  z-index: -1;
}

.service-item.service-style-03 .service-content .service-info a {
  font-size: 38px;
  line-height: 48px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  color: #000000;
}

.service-item.service-style-03 .service-content .service-info a:hover {
  color: #fa4729;
}

.service-item.service-style-03 .service-content .service-info .description {
  font-size: 18px;
  color: #444444;
  line-height: normal;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Sen", sans-serif;
}

.service-item.service-style-03 .service-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 245px;
  height: 330px;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  visibily: hidden;
  pointer-events: none;
  transform: rotate(5deg);
}

.service-item.service-style-03:hover {
  background-color: transparent;
  border-bottom: 1px solid #fa4729;
}

.service-item.service-style-03:hover .service-content .service-title {
  color: #000000;
}

.service-item.service-style-03:hover .service-content .btn {
  border: 1px solid #fa4729;
}

.service-item.service-style-03:hover .service-content .btn:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fa4729;
  transition: all 0.5s ease-in-out;
}

.service-item.service-style-03:hover .service-content .btn span {
  opacity: 0;
}

.service-item.service-style-03:hover .service-content .btn .arrow {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-item.service-style-03:hover .service-content .btn .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;
}
@media only screen and (max-width: 1520px) {
  .feature-item .feature-content .feature-title a {
    font-size: 20px;
  }
}

.feature-item .feature-content .feature-title a:hover {
  color: #fa4729;
}

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

.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: #fa4729;
  font-style: normal;
}

@media (max-width: 991px) {
  .service-item {
    padding: 40px 30px;
  }

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

  .service-item.service-style-03 {
    padding: 40px 30px;
  }

  .service-item.service-style-03 .service-content .service-info {
    flex: 0 0 65%;
  }

  .service-item.service-style-03 .service-content .service-info .service-number {
    left: -40px;
  }
}

@media (max-width: 767px) {
  .service-item.service-style-03 .service-content {
    flex-direction: column;
    gap: 25px;
  }

  .service-item.service-style-03 .service-content .service-info {
    flex: 0 0 100%;
  }

  .service-item.service-style-03 .service-content .service-info a {
    font-size: 30px;
    line-height: 40px;
  }

  .service-item.service-style-03 .service-content .service-info .service-number {
    font-size: 140px;
    line-height: 140px;
    top: -40px;
  }
}

@media (max-width: 575px) {
  .service-item {
    padding: 30px 20px;
  }

  .service-item.service-style-02 .service-title {
    font-size: 24px;
    line-height: 34px;
  }

  .service-item.service-style-03 {
    padding: 30px 20px;
  }

  .service-item.service-style-03 .service-content .service-info a {
    font-size: 24px;
    line-height: 34px;
  }

  .service-item.service-style-03 .service-content .service-info .service-number {
    font-size: 100px;
    line-height: 100px;
    top: -30px;
    left: -30px;
  }
}

@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
*****************************/
.team-item .team-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 11px;
}

.team-item .team-social {
  position: absolute;
  transition: all 0.5s ease-in-out;
  padding: 30px 15px;
  background-color: #fa4729;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}

.team-item .team-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.team-item .team-social ul li a {
  font-family: "Sen", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  display: block;
  transform: rotate(-90deg);
}

.team-item .team-social ul li a:hover {
  color: #000000;
}

.team-item .team-info .team-title {
  font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    /* font-family: "Syne", sans-serif; */
    color: #000000;
    display: block;
    margin-bottom: 0px;
}

.team-item .team-info .team-title:hover {
  color: #fa4729;
}

.team-item .team-info .team-destination {
  font-size: 18px;
  font-weight: normal;
  color: #444444;
}

.team-item:hover .team-social {
  right: 0;
}

.cata_p_sec .team-item .team-social ul{
    flex-direction: row;
}
.team-item .team-social{
    padding: 10px 20px;
    right: -100%;
}
.cata_p_sec .team-item:hover .team-social {
    right: calc(50% - 87px);
    background: none;
    padding: 0;

}
.cata_p_sec .team-item .team-social ul li a{
    transform: rotate(0deg);
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fa4729;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #fa4729;
}
.cata_p_sec .team-item .team-social ul li a:hover{
    color: #000000;
    background-color: #fff;
    border: 1px solid;
}

.team-single .team-img {
  padding-right: 110px;
}

.team-single .team-info .team-title {
  margin-bottom: 10px;
}

.team-single .team-info .team-destination {
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
  color: #000000;
}

.team-single .team-info .social-icon {
  margin: 40px 0px;
}

.team-skills .section-title p {
  padding-right: 110px;
}

@media (max-width: 1199px) {
  .team-single .team-img {
    padding-right: 0px;
  }

  .team-skills .section-title p {
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  .team-single .team-img {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .team-single .team-img {
    margin-bottom: 30px;
  }

  .team-single .team-info .social-icon {
    margin: 20px 0px;
  }

  .team-single .team-info .team-destination {
    font-size: 16px;
  }
}

/*****************************
    Testimonial
*****************************/
.testimonial-item .testimonial-quote-icon {
  margin-bottom: 5px;
  display: inline-block;
}

.testimonial-item .testimonial-content p {
  font-size: 30px;
  line-height: 48px;
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
  color: #d4d6d7;
  margin-bottom: 30px;
}

.testimonial-item .testimonial-author .testimonial-name .author-tittle {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Syne", sans-serif;
  color: #fa4729;
  margin-bottom: 5px;
}

.testimonial-item .testimonial-author .testimonial-name span {
  font-size: 18px;
  line-height: 28px;
  color: #d4d6d7;
}

.testimonial-item.testimonial-style-02 {
  position: relative;
}

.testimonial-item.testimonial-style-02 .testimonial-quote-icon {
  position: absolute;
  margin-bottom: 0;
  right: 40px;
  top: 30px;
}

.testimonial-item.testimonial-style-02 .testimonial-content {
  margin-bottom: 0px;
}

.testimonial-item.testimonial-style-02 .testimonial-content p {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  text-transform: none;
}

.testimonial-item.testimonial-style-02 .testimonial-content .reviews {
  font-size: 24px;
  line-height: 24px;
  color: #d4d6d7;
}

.testimonial-item.testimonial-style-02 .testimonial-author {
  margin-bottom: 30px;
}

.testimonial-item.testimonial-style-02 .testimonial-author .testimonial-name .author-tittle {
  font-size: 52px;
  line-height: 65px;
  font-weight: bold;
  font-family: "Syne", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
}

.testimonial-item.testimonial-style-02 .testimonial-author .testimonial-name span {
  /* font-size: 24px; */
  line-height: normal;
  color: #ffffff;
}

.testimonial-description {
  background-color: #fa4729;
  padding: 90px 100px 100px;
  margin-right: -33.50%;
  margin-bottom: -260px;
}

.testimonial-description .owl-carousel .owl-nav {
  position: absolute;
  left: -640px;
  top: 110px;
}

.testimonial-description .owl-carousel .owl-nav button {
  border: 1px solid #ffffff;
}

.testimonial-description .owl-carousel .owl-nav button.owl-next {
  right: inherit;
  left: 150px;
}

.testimonial-description .owl-carousel .owl-nav button:hover {
  border: 1px solid #fa4729;
}

.testimonial-section-01 {
  overflow: hidden;
}

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

@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-description {
    margin-right: 0%;
    padding: 50px 40px 50px;
  }

  .testimonial-description .owl-carousel .owl-nav {
    left: -440px;
  }

  .testimonial-item.testimonial-style-02 .testimonial-content p {
    font-size: 24px;
    line-height: 34px;
  }

  .testimonial-item.testimonial-style-02 .testimonial-author .testimonial-name .author-tittle {
    font-size: 42px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .testimonial-description {
    margin-bottom: -150px;
  }

  .testimonial-description .owl-carousel .owl-nav {
    left: inherit;
    right: 0;
    top: -200px;
  }

  .testimonial-description .owl-carousel .owl-nav button {
    height: 100px;
    width: 100px;
  }

  .testimonial-description .owl-carousel .owl-nav button.owl-next {
    left: inherit;
  }

  .testimonial-description .owl-carousel .owl-nav button.owl-prev {
    right: 100px;
    left: inherit;
  }

  .testimonial-item .testimonial-content p {
    font-size: 24px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .testimonial-description {
    margin-bottom: 0px;
  }

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

@media (max-width: 575px) {
  .testimonial-description {
    padding: 50px 30px;
  }

  .testimonial-description .owl-carousel .owl-nav {
    display: none;
  }

  .testimonial-item .testimonial-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .testimonial-item .testimonial-author .testimonial-name .author-tittle {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-item .testimonial-author .testimonial-name span {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-item.testimonial-style-02 .testimonial-author {
    margin-bottom: 20px;
  }

  .testimonial-item.testimonial-style-02 .testimonial-author .testimonial-name .author-tittle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }

  .testimonial-item.testimonial-style-02 .testimonial-author .testimonial-name span {
    font-size: 18px;
  }

  .testimonial-item.testimonial-style-02 .testimonial-quote-icon {
    width: 120px;
    right: 0px;
    top: 40px;
  }

  .testimonial-item.testimonial-style-02 .testimonial-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .testimonial-item.testimonial-style-02 .testimonial-content .reviews {
    font-size: 16px;
    line-height: 16px;
  }
}

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

.newsletter .form-control {
  padding-right: 150px;
}

.newsletter .btn {
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
  padding: 14px 30px;
}

/*****************************
  Counter
*****************************/
.counter .counter-number .counter-text {
  display: flex;
  font-size: 62px;
  line-height: 62px;
  color: #000000;
  font-family: "Syne", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

.counter .counter-number .counter-text h2 {
  line-height: 62px;
}

.counter .counter-info .counter-title {
  font-size: 24px;
  font-weight: bold;
  font-family: "Syne", sans-serif;
  color: #000000;
}

.counter .counter-info .counter-description {
  font-size: 18px;
  font-weight: normal;
  font-family: "Sen", sans-serif;
  color: #444444;
  margin-bottom: 0px;
}

.counter.text-center .counter-number .counter-text {
  display: flex;
  justify-content: center;
}

.counter.counter-style-02 .counter-number .counter-text {
  font-size: 80px;
  line-height: 80px;
}

.counter.counter-style-02 .counter-number .counter-text span {
  color: #fa4729;
}

.counter.counter-style-02 .counter-number .counter-text h2 {
  font-size: 80px;
  line-height: 85px;
}

.counter.counter-style-02.counter-mt {
  margin-top: 180px;
}

@media (max-width: 1399px) {
  .counter.counter-style-02 .counter-number .counter-text {
    font-size: 80px;
    line-height: 80px;
  }

  .counter.counter-style-02 .counter-number .counter-text h2 {
    font-size: 80px;
    line-height: 80px;
  }

  .counter.counter-style-02.counter-mt {
    margin-top: 100px;
  }
}

@media (max-width: 1199px) {
  .counter.counter-style-02.counter-mt {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  .counter.counter-style-02 .counter-number .counter-text {
    font-size: 62px;
    line-height: 62px;
  }

  .counter.counter-style-02 .counter-number .counter-text h2 {
    font-size: 62px;
    line-height: 62px;
  }
}

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

  .counter .counter-number .counter-text h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .counter .counter-info .counter-title {
    font-size: 20px;
  }

  .counter .counter-info .counter-description {
    font-size: 18px;
  }

  .counter.counter-style-02 .counter-number .counter-text {
    font-size: 48px;
    line-height: 58px;
  }

  .counter.counter-style-02 .counter-number .counter-text h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

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

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

  .counter .counter-info .counter-title {
    font-size: 18px;
  }

  .counter .counter-info .counter-description {
    font-size: 16px;
  }

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

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

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

.owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  padding: 0px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  transform: translate(0px, 0px);
  z-index: 2;
  overflow: hidden;
  font-family: "Syne", sans-serif;
}

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

.owl-carousel .owl-nav button.owl-prev:after {
  position: absolute;
  content: "";
  background: url(../images/svg/owl-arrow-prev.svg);
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
}

.owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  content: "";
  background: url(../images/svg/owl-arrow-next.svg);
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
}

.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: #fa4729;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-radius: 100%;
}

.owl-carousel .owl-nav button:hover {
  border: 1px solid #fa4729;
}

.owl-carousel .owl-nav button:hover:before {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fa4729;
  transition: all 0.5s ease-in-out;
}

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

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

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

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

/*Pricing*/
.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: 20px;
  border: none;
  padding: 30px 40px;
  border-bottom: 1px solid #dfdfdf;
  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 #444444;
  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: #fa4729;
}

.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: "Syne", 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: #fa4729;
}

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

.nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-price {
  font-size: 18px;
  font-family: "Syne", sans-serif;
  color: #444444;
  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: "Syne", sans-serif;
}

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

.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:last-child .nav-link {
  border-bottom: 1px solid transparent;
  margin-bottom: 0px;
}

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

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

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

.pricing-tab-content .package-list li span {
  text-align: center;
  flex: 0 0 calc(100% - 20px);
}

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

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

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

@media (max-width: 1199px) {
  .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: 50px;
    height: 50px;
    flex: 0 0 50px;
  }

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

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

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

  .pricing-tab-content .package-list {
    padding-left: 40px;
  }
}

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

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

  .pricing-tab-content .package-list {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-tab-content {
    margin-top: 50px;
    padding: 30px 0px;
    height: auto;
  }

  .pricing-tab-content:before {
    width: 60px;
  }

  .pricing-tab-content .package-list {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .pricing-tab-content {
    margin-top: 40px;
  }

  .pricing-tab-content:before {
    width: 50px;
  }

  .pricing-tab-content .package-list {
    padding-left: 15px;
  }

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

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

  .pricing-tab-content .package-list li span {
    flex: 0 0 calc(100% - 16px);
  }
}

/*****************************
  Countdown
*****************************/
.coming-soon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  padding: 150px 0;
  height: 100vh;
}

.coming-soon-section:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  z-index: -1;
}

.coming-soon-header {
  margin-bottom: 70px;
}

.coming-soon-title {
  font-family: "Syne", sans-serif;
  font-size: 150px;
  line-height: normal;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 30px;
}

.coming-soon-description {
  font-size: 18px;
  color: #ffffff;
  padding-right: 70px;
  margin-bottom: 0px;
  padding-left: 10px;
}

.countdown-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

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

.countdown-main .countdown span {
  font-family: "Syne", sans-serif;
  font-size: 110px;
  line-height: normal;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

.countdown-main .countdown p {
  font-family: "Sen", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
}

.btn.coming-soon-btn {
  height: 180px;
  width: 180px;
  flex: 0 0 180px;
}

.btn.coming-soon-btn span {
  color: #ffffff;
}

.btn.coming-soon-btn .arrow svg path {
  stroke: #ffffff;
}

@media (max-width: 1799px) {
  .coming-soon-title {
    font-size: 110px;
  }
}

@media (max-width: 1399px) {
  .coming-soon-title {
    font-size: 90px;
  }

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

@media (max-width: 1199px) {
  .coming-soon-title {
    font-size: 80px;
  }

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

@media (max-width: 991px) {
  .coming-soon-section {
    height: auto;
    padding: 80px 0px;
  }

  .coming-soon-title {
    font-size: 60px;
    text-align: center;
  }

  .coming-soon-description {
    text-align: center;
    padding: 0px;
  }

  .countdown-main {
    margin-bottom: 50px;
  }

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

  .btn.coming-soon-btn {
    margin: 0 auto;
    height: 150px;
    width: 150px;
    flex: 0 0 150px;
  }
}

@media (max-width: 767px) {
  .coming-soon-section {
    padding: 60px 0px;
  }

  .coming-soon-title {
    font-size: 40px;
  }

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

@media (max-width: 575px) {
  .coming-soon-header {
    margin-bottom: 50px;
  }

  .coming-soon-title {
    font-size: 36px;
  }

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

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

@media (max-width: 479px) {
  .coming-soon-header {
    margin-bottom: 30px;
  }

  .countdown-main {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .countdown-main .countdown span {
    margin-bottom: 10px;
  }
}

/*****************************
  Button
*****************************/
.btn {
  display: block;
  /* align-items: center;
  justify-content: center;
  flex-direction: column; */
  width: 100%;
  height: auto;
  padding: 13px 23px;
  border: 1px solid #fa4729;
  /* border-radius: 100%; */
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-family: "Syne", sans-serif;
}

.btn .btn-effect {
  position: absolute;
  z-index: 0;
  display: block;
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 1;
  background-color: #fa4729;
  transition: all 0.9s ease;
  outline: none;
}

.btn span {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}

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

.btn .arrow svg path {
  stroke: #000000;
  transition: 0.5s;
}

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

.btn:hover {
  border: 1px solid #fa4729;
}

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

.btn:hover .btn-effect {
  width: 1000px;
  height: 1000px;
}

.btn:hover span {
  opacity: 1;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.btn.secondary-btn {
  border: 1px solid #000000;
}

.btn.secondary-btn span {
  color: #000000;
}

.btn.secondary-btn .arrow svg path {
  stroke: #000000;
}

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

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

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

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

.btn.lg-btn {
  width: 180px;
  height: 180px;
}

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

.btn.md-btn {
  width: 180px;
  height: 180px;
}

.btn.small-btn {
  width: 70px;
  height: 70px;
}

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

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

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

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

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

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

@media (max-width: 768px) {
  .btn.lg-btn {
    width: 150px;
    height: 150px;
  }

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

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

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

/*****************************
  Client
*****************************/
.client-logo-section {
  padding: 80px 80px;
}

.client-logo-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: -5px;
}

@media (max-width: 1199px) {
  .client-logo-section {
    padding: 80px 40px;
  }
}

@media (max-width: 991px) {
  .client-logo-section {
    padding: 80px 30px;
  }
}

@media (max-width: 767px) {
  .client-logo-section {
    padding: 60px 30px;
  }

  .client-logo-slider .item {
    text-align: center;
  }

  .client-logo-slider .item img {
    margin: 0 auto;
  }
}

/*****************************
  Form Control
*****************************/
form .form-control {
  font-size: 18px;
  line-height: normal;
  border-radius: 0px;
  padding: 15px 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  color: #444444;
  margin-bottom: 30px;
}

form .form-control::-ms-input-placeholder {
  color: #444444;
}

form .form-control::placeholder {
  color: #444444;
}

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

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

/*************************
        Portfolio
*************************/
.portfolio-item {
  margin-bottom: 60px;
}

.portfolio-item .portfolio-img {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-img .portfolio-image-item {
  position: relative;
  width: 100%;
  display: block;
  transition: all .5s ease;
}

.portfolio-item .portfolio-img .portfolio-image-item img {
  vertical-align: top;
}

.portfolio-item .portfolio-img .portfolio-image-item:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.portfolio-item .portfolio-info .portfolio-category ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.portfolio-item .portfolio-info .portfolio-category ul li a {
  font-size: 18px;
  color: #444444;
  line-height: normal;
}

.portfolio-item .portfolio-info .portfolio-category ul li a:hover {
  color: #fa4729;
}

.portfolio-item .portfolio-info .portfolio-category ul li:before {
  position: absolute;
  content: "/";
  right: 0;
}

.portfolio-item .portfolio-info .portfolio-category ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.portfolio-item .portfolio-info .portfolio-category ul li:last-child:before {
  display: none;
}

.portfolio-item .portfolio-info .portfolio-title {
  font-weight: 600;
}

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

.portfolio-item.portfolio-style-02 {
  margin-bottom: 30px;
}

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

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

.portfolio-item.portfolio-style-02 .portfolio-img .portfolio-info {
  position: absolute;
  width: 100%;
  bottom: -100%;
  padding: 40px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.portfolio-item.portfolio-style-02 .portfolio-img .portfolio-info .portfolio-category ul li a {
  color: #fa4729;
}

.portfolio-item.portfolio-style-02 .portfolio-img .portfolio-info .portfolio-category ul li a:hover {
  color: #ffffff;
}

.portfolio-item.portfolio-style-02 .portfolio-img .portfolio-info .portfolio-title {
  color: #ffffff;
  margin-bottom: 0;
}

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

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

.portfolio-item.portfolio-style-02:hover .portfolio-img .portfolio-info {
  bottom: 0;
}

.portfolio-item.portfolio-style-02:hover .portfolio-img:before {
  /*height: 100%;*/
  opacity: 1;
}

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

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

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

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

.portfolio-single .portfolio-item {
  margin-bottom: 0px;
}

.portfolio-single .portfolio-item .portfolio-img {
  margin-bottom: 0px;
}

.portfolio-single .portfolio-item .portfolio-info {
  padding-top: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.portfolio-single .portfolio-item .portfolio-info .info-box .info-title {
  margin-bottom: 10px;
}

.portfolio-single .sub-description {
  font-size: 20px;
  line-height: normal;
  color: #000000;
}

.portfolio-single .solution-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.portfolio-single .portfolio-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 80px;
}

.portfolio-single .portfolio-nav .prev-btn .arrow {
  left: 37%;
}

.portfolio-single .portfolio-nav .prev-btn .arrow svg {
  transform: rotate(-90deg);
}

.portfolio-single .portfolio-nav .prev-btn:hover .arrow {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

  .portfolio-item.portfolio-style-02 .portfolio-img .portfolio-info {
    padding: 30px 20px;
  }

  .portfolio-single .portfolio-nav {
    padding-top: 60px;
  }
}

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

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

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

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

/*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: table;
  margin: 0 auto 35px;
  text-align: center;
}

.filters-group button {
  margin: 0 15px 10px;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  color: #000000;
  background: inherit;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease;
}

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

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

/*************************************
         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-3 .grid-item {
    width: 50%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .my-shuffle-container {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .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: 15px 0px;
  }
}

/*****************************
    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: #fa4729;
  font-family: "Syne", 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: #444444;
  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;
  }
}

/*****************************
  Progress Bar
*****************************/
.progress {
  position: relative;
  overflow: visible;
  height: 10px;
  border-radius: inherit;
  margin-top: 65px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: transparent;
}

.progress .progress-bar {
  background-color: #fa4729;
  border-radius: 20px;
  border: 1px solid #fa4729;
}

.progress .progress-bar .progress-bar-title {
  position: absolute;
  left: 0;
  top: -40px;
  color: #000000;
  font-size: 20px;
}

.progress .progress-bar .progress-bar-number {
  position: absolute;
  right: 0;
  top: -40px;
  color: #000000;
  font-size: 18px;
}

.bg-dark .progress {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

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

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

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

.list-number li span {
  background: rgba(250, 71, 41, 0.1);
  color: #fa4729;
  border-radius: 50px;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  line-height: 25px;
  font-size: 13px;
}

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

.marquee-box {
  display: flex;
  align-items: center;
  gap: 100px;
  animation: marquee 50s linear infinite;
  width: 100%;
  position: relative;
  white-space: nowrap;
}

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

.marquee-box .marquee-item .icon {
  font-size: 60px;
  color: #000000;
}

.marquee-box .marquee-item .title {
  font-size: 30px;
  line-height: normal;
  color: #000000;
  font-weight: bold;
  font-family: "Syne", sans-serif;
}

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

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

.marquee-box.marquee-style-02 .marquee-item .icon {
  font-size: 35px;
  color: #ffffff;
}

.marquee-box.marquee-style-02 .marquee-item .title {
  font-size: 35px;
  line-height: normal;
  color: #ffffff;
  font-weight: bold;
  font-family: "Syne", sans-serif;
}

.marquee-box-02 {
  position: relative;
  z-index: 5;
  padding: 190px 0px;
}

.marquee-section-02 {
  padding: 8px 0px;
  transform: rotate(2.5deg);
  overflow: hidden;
  margin-left: -5px;
  position: relative;
  width: 104%;
}

.marquee-section-03 {
  margin-left: -5px;
  width: 104%;
  padding: 8px 0px;
  transform: rotate(-2.5deg);
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: -1;
  left: 0;
}

.marquee-section-03 .marquee-box {
  animation: marqueeRight 50s linear infinite;
}

/* ------------------------
  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: 1699px) {
  .marquee-section-02 {
    transform: rotate(3.5deg);
  }

  .marquee-section-03 {
    transform: rotate(-3.5deg);
  }
}

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

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

  .marquee-box .marquee-item .title {
    font-size: 40px;
  }

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

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

  .marquee-box.marquee-style-02 .marquee-item .icon {
    font-size: 25px;
  }

  .marquee-box.marquee-style-02 .marquee-item .title {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .marquee-section-02 {
    transform: rotate(4.5deg);
  }

  .marquee-section-03 {
    transform: rotate(-4.5deg);
  }

  .marquee-box-02 {
    padding: 120px 0px;
  }
}

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

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

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

  .marquee-box .marquee-item .icon {
    font-size: 30px;
  }

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

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

  .marquee-box.marquee-style-02 .marquee-item .icon {
    font-size: 20px;
  }

  .marquee-box.marquee-style-02 .marquee-item .title {
    font-size: 20px;
  }

  .marquee-box-02 {
    padding: 100px 0px;
  }
}

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

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

  .marquee-box .marquee-item .title {
    font-size: 16px;
  }

  .marquee-box .marquee-item .icon {
    font-size: 24px;
  }

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

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

  .marquee-box.marquee-style-02 .marquee-item .icon {
    font-size: 18px;
  }

  .marquee-box.marquee-style-02 .marquee-item .title {
    font-size: 18px;
  }

  .marquee-section-02 {
    transform: rotate(5.5deg);
  }

  .marquee-section-03 {
    transform: rotate(-5.5deg);
  }
}

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

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

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

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

.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: "Sen", sans-serif;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  padding-right: 45px;
}

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

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

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

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

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

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

.sidebar .widget.recent-posts-widget .recent-posts {
  display: flex;
  gap: 15px;
  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: #000000;
  font-size: 18px;
  line-height: normal;
  font-family: "Syne", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}

.sidebar .widget.recent-posts-widget .recent-posts .post-info .post-title:hover {
  color: #fa4729;
}

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

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

.sidebar .widget.categories-widget .categories-list li a {
  font-size: 18px;
  line-height: normal;
  color: #444444;
  transition: 0.5s;
}

.sidebar .widget.categories-widget .categories-list li a:hover {
  color: #fa4729;
}

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

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

.tag-list li a {
  font-size: 18px;
  line-height: normal;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  display: block;
  padding: 6px 10px;
}

.tag-list li a:hover {
  color: #fa4729;
  border: 1px solid #fa4729;
}

.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: 24px;
  line-height: 24px;
  color: #444444;
}

.search-widget .search .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fa4729;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 24px;
}

/*************************
       Responsive
*************************/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

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

/*****************************
  Header
*****************************/
/* Header default */
.header {
  width: 100%;
  position: absolute;
  z-index: 999;
  background-color: #ffffff;
  /*Header Style 02*/
  /*Header Style 03*/
  /*navbar-brand*/
  /*navbar*/
  /*menu-btn*/
  /*search*/
}

.header.header-02 {
  background: transparent;
  position: absolute;
}

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

.header.header-02 .action-group .menu-btn {
  margin-left: 0px;
  display: flex;
  align-items: center;
}

.header.header-02 .action-group .menu-btn span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Sen", sans-serif;
  padding-right: 20px;
  transition: all 0.3s ease-in-out;
}

.header.header-02 .action-group .menu-btn:hover span {
  color: #fa4729;
}

.header.header-02 .action-group .menu-btn .menu-icon.hamburger {
  margin-top: 0px;
}

.header.header-02 .action-group .menu-btn .menu-icon.hamburger .hamburger-container .hamburger-inner {
  height: 3px;
  background-color: #ffffff;
}

.header.header-02 .action-group .menu-btn .menu-icon.hamburger .hamburger-container .hamburger-inner:before {
  height: 3px;
  top: -13px;
  background-color: #ffffff;
}

.header.header-02 .action-group .menu-btn .menu-icon.hamburger .hamburger-container .hamburger-inner:after {
  height: 3px;
  top: 13px;
  background-color: #ffffff;
}

.header.header-02 .action-group .menu-btn .menu-icon.hamburger .hamburger-container .hamburger-hidden {
  height: 3px;
}

.header.header-02 .action-group .menu-btn .menu-icon.hamburger .hamburger-container .hamburger-hidden:before {
  height: 3px;
  top: -13px;
}

.header.header-02 .action-group .menu-btn .menu-icon.hamburger .hamburger-container .hamburger-hidden:after {
  height: 3px;
  top: 13px;
}

.header.header-02.sticky-show .action-group .menu-btn span {
  color: #000000;
}

.header.header-02.sticky-show .action-group .menu-btn .menu-icon.hamburger .hamburger-container .hamburger-inner {
  background-color: #000000;
}

.header.header-02.sticky-show .action-group .menu-btn .menu-icon.hamburger .hamburger-container .hamburger-inner:before {
  background-color: #000000;
}

.header.header-02.sticky-show .action-group .menu-btn .menu-icon.hamburger .hamburger-container .hamburger-inner:after {
  background-color: #000000;
}

.header.header-02.sticky-show .action-group .menu-btn:hover span {
  color: #fa4729;
}

.header.header-02.sticky-show .action-group .menu-btn:hover svg rect {
  fill: #fa4729;
}

.header.header-03 .navbar {
  padding: 0px;
}

.header.header-03 .main-header {
  justify-content: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.header.header-03 .main-header .navbar-brand {
  padding: 30px 0px;
  margin-right: 0;
  flex: 0 0 250px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.header.header-03 .main-header:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 80px;
  background-color: #ffffff;
  left: 0;
  bottom: -2px;
}

.header.header-03 .main-header .action-group .menu-btn {
  margin-left: 80px;
}

.header.header-03 .main-header .header-social {
  margin-left: auto;
}

.header.header-03 .main-header .header-social .social-icon ul li {
  margin: 0px;
  margin-right: 15px;
}

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

.header.header-03 .main-header .header-social .social-icon ul li a {
  color: #000000;
  border: 1px solid #444444;
  border-radius: 100%;
  font-size: 17px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.header.header-03 .main-header .header-social .social-icon ul li a:hover {
  color: #fa4729;
  border: 1px solid #fa4729;
}

.header .main-header {
  flex: 0 auto;
  padding: 0px 80px;
}

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

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

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

.header .navbar .navbar-nav {
  align-items: center;
}

.header .navbar .navbar-nav>li {
  margin: 0px 22px;
  position: relative;
}

.header .navbar .navbar-nav>li.megamenu-li {
  position: initial;
}

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

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

.header .navbar .navbar-nav>li .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 0;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 25px 8px;
  color: #000000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

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

.header .navbar .navbar-nav>li .nav-link:hover {
  color: #fa4729;
}

.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #fa4729;
}

.header .navbar .navbar-nav h6.nav-title {
  font-size: 22px;
}

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

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

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

.header .navbar-collapse {
  align-items: inherit;
  flex-grow: inherit;
}

.header .menu-btn {
  margin-left: 20px;
}

.header .menu-btn svg rect {
  fill: #000000;
  transition: all 0.3s ease-in-out;
}

.header .menu-btn:hover svg rect {
  fill: #fa4729;
}

.header .search ul li a svg path {
  stroke: #000000;
  transition: all 0.3s ease-in-out;
}

.header .search ul li a:hover svg path {
  stroke: #fa4729;
}

/*Hamburger*/
.hamburger {
  padding: 15px;
  margin-top: 8px;
  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: #000000;
  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: -9px;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:after {
  position: absolute;
  content: "";
  top: 9px;
  transform: translate(-5px, 0);
  width: 100%;
  height: 2px;
  background-color: #000000;
  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: #fa4729;
  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: #fa4729;
  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: #fa4729;
  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 5px 15px rgba(0, 0, 0, 0.07);
  top: -110px;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

header.header.header-sticky.is-sticky.sticky-show {
  top: 0;
}

header.header.header-sticky.is-sticky .navbar .navbar-brand {
  padding: 15px 0px;
}

header.header.header-sticky.is-sticky .navbar .navbar-brand img {
  height: 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: 12px 0px;
}

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

header.header.header-sticky.is-sticky.header-02 .navbar .navbar-brand img.sticky {
  display: block;
}

header.header.header-sticky.is-sticky.header-03 .main-header {
  border-bottom: none;
}

header.header.header-sticky.is-sticky.header-03 .main-header:before {
  display: none;
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header li>.dropdown-item:focus {
  color: #fa4729;
  background: none;
}

.header li>.dropdown-item:hover {
  color: #fa4729;
  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: initial;
}

.navbar .dropdown>.dropdown-menu li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px 5px 0;
  border-radius: 0px;
  position: relative;
  color: #000000;
  font-family: "Syne", sans-serif;
}

.navbar .dropdown>.dropdown-menu li>a:hover {
  color: #fa4729;
}

.navbar .dropdown>.dropdown-menu li>a:hover span:before {
  width: 100%;
}

.navbar .navbar-nav .dropdown-menu li.active>a span {
  color: #fa4729;
}

.navbar .navbar-nav .dropdown-menu li.active>a span:before {
  width: 100%;
}

/* Contact Info */
.main-contact {
  display: flex;
  align-items: center;
}

.main-contact i {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(250, 71, 41, 0.1);
  color: #fa4729;
  font-size: 17px;
  height: 50px;
  width: 50px;
  margin-right: 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.main-contact .main-contact-info h6 {
  font-size: 14px;
  margin-bottom: 0px;
}

.main-contact:hover i {
  color: #ffffff;
  background-color: #fa4729;
}

/* Search */
.action-group {
  display: flex;
  align-items: center;
}

.search.search-open .search-btn {
  top: -50px;
  right: -200px;
}

.search.search-open .search-btn:before {
  content: "\f00d";
}

.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  transform: rotateX(0deg);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search.search-open .search-box form {
  position: relative;
  width: 40%;
}

.search.search-open .search-box form .form-control {
  padding-right: 50px;
}

.search-box {
  margin: 0;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 50px;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  transform: rotateX(90deg);
  transform-origin: 0 0;
  transition: all 400ms ease;
}

.search-box.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.offcanvas .logo img {
  height: 60px;
  filter: invert(1) brightness(1.5);
}

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

.appointment-form .input-group .input-group-append .input-group-text {
  border-radius: 0;
}

/*offcanvas*/
.offcanvas .offcanvas-header {
  padding: 30px 30px 0px 30px;
}

.offcanvas .btn-close {
  display: flex;
  height: 56px;
  width: 56px;
  border: 2px solid #444444;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: inherit;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  padding: 0px;
}

.offcanvas .btn-close svg path {
  stroke: #ffffff;
  transition: all 0.3s ease-in-out;
}

.offcanvas .btn-close:hover {
  border: 2px solid #fa4729;
}

.offcanvas .btn-close:hover svg path {
  stroke: #fa4729;
}

.offcanvas .offcanvas-body {
  padding: 60px;
  padding-top: 0;
}

.offcanvas .offcanvas-body .logo {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1520px) {
  .offcanvas .offcanvas-body .logo {
    margin-bottom: 30px;
  }
}

.offcanvas .offcanvas-body .about-us-box {
  margin-bottom: 30px;
}

.offcanvas .offcanvas-body .about-us-box p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
}

.offcanvas .offcanvas-body .contact-info-box {
  margin-top: 60px;
  margin-bottom: 50px;
}

.offcanvas .offcanvas-body .contact-info-box p {
  line-height: normal;
  margin-bottom: 15px;
}

.offcanvas .offcanvas-body .contact-info-box a {
  font-size: 22px;
  line-height: normal;
  color: #bfbfbf;
  font-family: "Sen", sans-serif;
  font-weight: normal;
}

.offcanvas .offcanvas-body .contact-info-box a:hover {
  color: #fa4729;
}

.offcanvas.header-sidepanel {
  background-color: #000000;
  width: 500px;
}

/*Header Overlay Menu*/
.header-overlay-menu {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
}

.header-overlay-menu.show {
  height: 100vh;
}

.header-overlay-menu .offcanvas-header {
  height: 0px;
  padding: 0px;
}

.header-overlay-menu .offcanvas-header .btn-close {
  position: absolute;
  top: 30px;
  left: 15%;
}

.header-overlay-menu .offcanvas-body {
  padding: 0px;
  padding-right: 120px;
  display: flex;
  align-items: center;
}

.header-overlay-menu .offcanvas-body .logo {
  margin-bottom: 0;
  padding: 0px;
  margin-right: 135px;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.header-overlay-menu .offcanvas-body .logo a {
  transform: rotate(-90deg);
}

.header-overlay-menu .offcanvas-body .logo a img {
  height: 90px;
}

.header-overlay-menu .offcanvas-body .contact-info-box {
  margin: 0;
  margin-left: auto;
  flex: 0 0 350px;
}

.header-overlay-menu .offcanvas-body .contact-info-box .title {
  color: #ffffff;
}

.header-overlay-menu .offcanvas-body .contact-info-box .social-icon ul li a {
  color: #ffffff;
  font-size: 20px;
}

.header-overlay-menu .offcanvas-body .contact-info-box .social-icon ul li a:hover {
  color: #fa4729;
}

.header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item {
  margin: 20px 0px;
}

.header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item .nav-link {
  font-size: 52px;
  line-height: normal;
  font-weight: bold;
  color: #ffffff;
  font-family: "Syne", sans-serif;
  padding: 0px;
  transition: all 1.25s ease-in-out;
  transform: translate(0px, 65px);
}

.header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item .nav-link i {
  font-size: 34px;
  padding-left: 10px;
}

.header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item .nav-link:hover {
  color: #fa4729;
}

.header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item.active .nav-link {
  color: #fa4729;
}

.header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .dropdown-menu {
  position: static !important;
  transform: translate(0px, 0px) !important;
  background-color: inherit;
}

.header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .dropdown-menu li .dropdown-item {
  font-size: 34px;
  line-height: normal;
  font-weight: bold;
  color: #ffffff;
  font-family: "Syne", sans-serif;
  transition: all 0.3s ease-in-out;
  transform: translate(0px, 0px);
  padding: 10px 15px;
}

.header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background-color: inherit;
  color: #fa4729;
  transform: translate(15px, 0px);
}

.header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .dropdown-menu li .dropdown-item:focus {
  background-color: inherit;
}

.header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .dropdown-menu li.active .dropdown-item {
  color: #fa4729;
}

.header-overlay-menu .offcanvas-body .nav-menu.open-menu {
  width: 100%;
  height: calc(100vh - 200px);
  margin: 100px 0px 50px 0px;
  overflow: auto;
}

.header-overlay-menu .offcanvas-body .nav-menu.open-menu .navbar-nav .nav-item {
  overflow: hidden;
}

.header-overlay-menu .offcanvas-body .nav-menu.open-menu .navbar-nav .nav-item .nav-link {
  transform: translate(0px, 0px);
}

.header-overlay-menu .nav-menu.open-menu::-webkit-scrollbar {
  display: none;
}

.header-overlay-menu .menu-text {
  position: absolute;
  right: 0;
  bottom: -40px;
  font-family: "Syne", sans-serif;
  font-weight: bold;
  font-size: 372px;
  line-height: 0.8;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.07);
  z-index: -1;
}

/*****************************
  Responsive
*****************************/
@media (min-width: 992px) {
  .navbar-nav .mega-menu {
    position: static;
  }

  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: inherit;
    border: none;
    left: 100%;
    transform: translate3d(-50%, 10px, 0);
    transition: all 0.3s ease-in-out;
    transition-property: opacity, visibility, transform;
    transform-origin: top center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }

  .header .navbar .dropdown-menu .dropdown-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 {
    min-width: 790px;
  }

  .header .navbar .dropdown:hover>.dropdown-menu {
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
  }

  .header .navbar li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }

  /*header-02 */
  .header.header-02 .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .header-overlay-menu .offcanvas-body {
    padding-right: 50px;
  }

  .header-overlay-menu .offcanvas-body .logo {
    margin-right: 50px;
  }

  .header-overlay-menu .offcanvas-body .logo img {
    height: 50px;
  }

  .header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item {
    margin: 10px 0px;
  }

  .header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item .nav-link {
    font-size: 36px;
  }

  .header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item .nav-link i {
    font-size: 24px;
  }

  .header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .dropdown-menu li .dropdown-item {
    font-size: 24px;
  }

  .header-overlay-menu .menu-text {
    font-size: 200px;
    bottom: -15px;
  }
}

@media (max-width: 1199px) {

  /* Header */
  .header .main-header {
    padding: 0px 40px;
  }

  .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: 18px;
    padding: 18px 8px;
  }

  .header .navbar .action-group a.btn {
    margin-left: 20px !important;
    font-size: 14px;
  }

  .header .navbar .action-group .menu-btn {
    margin-left: 20px;
  }

  .header.header-transparent .navbar .main-header {
    padding: 0 20px;
  }

  .header.header-transparent .navbar .main-header .navbar-nav>li.logo-center {
    margin: 0 30px 0 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;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }

  .header .navbar .navbar-brand {
    padding: 15px 0px;
  }

  .header .navbar .navbar-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: 16px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: inherit;
    padding: 0;
    font-size: 13px;
  }

  .header .navbar .nav-title {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px !important;
  }

  .header .navbar .navbar-toggler {
    position: absolute;
    right: 30px;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    background: #fa4729;
    color: #ffffff;
    padding: 10px;
    border-radius: 0px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
  }

  .header .navbar .navbar-toggler svg rect {
    fill: #ffffff;
  }

  .header .navbar .action-group {
    padding-right: 60px;
  }

  .header .navbar .action-group .menu-btn {
    display: none;
  }

  .header.header-02 .action-group {
    padding-right: 0px;
  }

  .header.header-02 .action-group .menu-btn {
    display: block;
  }

  .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-03 .main-header .navbar-brand {
    padding: 15px 0;
    flex: 0 0 180px;
  }

  .header.header-03 .main-header .action-group {
    padding-right: 0px;
  }

  .header.header-03 .main-header .action-group .menu-btn {
    display: block;
    margin-left: 40PX;
  }

  .header.header-03 .main-header .action-group .menu-btn svg {
    width: 30px;
  }

  .header.header-03 .main-header:before {
    width: 30px;
  }

  .header.header-03.header-sticky.is-sticky .navbar .navbar-brand {
    padding: 12px 0px;
  }

  .header.header-03.header-sticky.is-sticky .main-header .navbar-brand {
    flex: 0 0 140px;
  }

  .header.header-03.header-sticky.is-sticky .main-header .header-social .social-icon ul li {
    margin-right: 10px;
  }

  .header.header-03.header-sticky.is-sticky .main-header .header-social .social-icon ul li a {
    font-size: 14px;
    height: 30px;
    width: 30px;
  }

  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    padding: 8px 0px;
  }

  .header-overlay-menu .offcanvas-header .btn-close {
    left: 20px;
    top: 20px;
    height: 40px;
    width: 40px;
  }

  .header-overlay-menu .offcanvas-header .btn-close svg {
    width: 20px;
  }

  .header-overlay-menu .offcanvas-body {
    align-items: flex-start;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0px;
  }

  .header-overlay-menu .offcanvas-body .logo {
    display: none;
  }

  .header-overlay-menu .offcanvas-body .contact-info-box {
    display: none;
  }

  .header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item {
    margin: 0px 0px;
  }

  .header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    font-size: 18px;
  }

  .header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .nav-item .nav-link i {
    font-size: 14px;
  }

  .header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .dropdown-menu li .nav-title {
    display: none;
  }

  .header-overlay-menu .offcanvas-body .nav-menu .navbar-nav .dropdown-menu li .dropdown-item {
    font-size: 16px;
  }

  .header-overlay-menu .offcanvas-body .nav-menu.open-menu .navbar-nav .nav-item .nav-link:hover {
    transform: translate(0px, 0px);
  }

  .header-overlay-menu .menu-text {
    display: none;
  }

  .header-overlay-menu.show {
    height: auto;
  }

  .navbar .dropdown>.dropdown-menu li>a {
    padding: 5px 20px;
  }
}

@media (max-width: 767px) {
  .navbar-expand-lg {
    min-width: 100% !important;
    left: 0;
  }

  .header.default .main-header {
    padding: 0px 12px;
  }

  .header.default .navbar .navbar-toggler {
    right: 15px;
  }
}

@media (max-width: 575px) {

  /* Header */
  .header .main-header {
    padding: 0px 15px;
  }

  .header .navbar .navbar-toggler {
    right: 15px;
  }

  .header .navbar .navbar-brand {
    flex: 0 0 130px;
    padding: 5px 0px;
  }

  .header .navbar .dropdown-menu {
    max-height: 300px;
    overflow-x: scroll;
  }

  .header .navbar .action-group {
    display: none;
  }

  .header.header-02 .navbar .action-group {
    display: block;
  }

  .header.header-03 .main-header .navbar-brand {
    flex: 0 0 150px;
  }

  .header.header-03 .main-header .navbar-brand img {
    height: 40px;
  }

  .header.header-03 .main-header .action-group {
    display: block;
    margin-left: auto;
  }

  .header.header-03 .main-header .action-group .menu-btn {
    display: block;
    margin-left: 40PX;
  }

  .header.header-03 .main-header .header-social {
    display: none;
  }
}

/*****************************
  banner
*****************************/
/*Banner*/
.banner.banner-01 {
  padding-top: 110px;
  padding-bottom: 25px;
  overflow: hidden;
}

.banner.banner-01 .banner-content h1 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

.banner.banner-01 .banner-content h1.title-01 {
  display: flex;
  align-items: center;
  padding-left: 80px;
  margin-bottom: 10px;
  gap: 55px;
}

.banner.banner-01 .banner-content h1.title-01 .banner-icon {
  width: 130px;
  height: 130px;
  flex: 0 0 130px;
}

.banner.banner-01 .banner-content .banner-description {
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
  font-family: "Sen", sans-serif;
  color: #444444;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}

.banner.banner-01 .banner-content .btn {
  margin-left: 0px;
}

.banner.banner-01 .banner-counter {
  background-color: #fa4729;
  padding: 20px 50px 33px 30px;
  position: absolute;
  right: -160px;
  top: 22px;
}

.banner.banner-01 .banner-counter .counter .counter-number .counter-text {
  font-size: 32px;
  font-weight: bold;
  font-family: "Sen", sans-serif;
  color: #ffffff;
  line-height: 42px;
  margin-bottom: 5px;
}

.banner.banner-01 .banner-counter .counter .counter-number .counter-text .timer {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  font-family: "Sen", sans-serif;
  color: #ffffff;
}

.banner.banner-01 .banner-counter .counter .counter-info .counter-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Sen", sans-serif;
  color: #ffffff;
  text-transform: capitalize;
}

.banner.banner-01 .banner-img {
  margin-right: -43%;
  margin-left: 12px;
  padding-top: 122px;
}

.banner .banner-social {
  position: absolute;
  bottom: 280px;
  transform: rotate(-90deg);
  left: -75px;
}

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

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

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

.banner .banner-social ul li a:hover {
  color: #fa4729;
}

/*Banner 02*/
.banner-02 {
  position: relative;
  z-index: 5;
  background: url(../images/banner/banner-02/01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 911px;
  padding-top: 110px;
}

.banner-02:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.banner-02 .banner-content {
  margin-top: 150px;
  position: relative;
}

.banner-02 .banner-content .clienti-reviews {
  position: absolute;
  right: 80px;
  top: 0;
}

.banner-02 .banner-content .banner-description {
  position: absolute;
  left: 80px;
  bottom: 110px;
  width: 530px;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Sen", sans-serif;
  color: #ffffff;
  display: block;
}

.banner-02 .banner-content .banner-social {
  position: absolute;
  right: 80px;
  bottom: -25px;
}

.banner-02 .banner-title {
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 180px;
  line-height: normal;
  padding-right: 110px;
  margin-bottom: 30px;
}

.banner-02 .banner-title span {
  display: block;
  font-size: 110px;
  line-height: 75px;
}

.banner-02 .btn span {
  color: #ffffff;
}

.banner-02 .btn .arrow svg path {
  stroke: #ffffff;
}

/*Banner 03*/
.banner-03 {
  padding-top: 85px;
  position: relative;
  height: 840px;
  overflow: hidden;
}

.about_a_sec.banner-03 {
  padding: 120px 0;
  position: relative;
  height: auto;
  overflow: hidden;
}

.banner-03 .img-01 {
  position: absolute;
  top: 85px;
  left: 130px;
}

.banner-03 .img-02 {
  position: absolute;
  right: 80px;
  bottom: 70px;
}

.banner-03 .attract-hover {
  position: absolute;
  right: -50px;
  z-index: 5;
  top: 0;
}

.banner-03 .banner-title {
  position: relative;
  z-index: 2;
  font-size: 120px;
    line-height: 1.2;
    color: #2b2a29;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 55px;
  padding-left: 10px;
}

@media only screen and (max-width: 1520px) {
  .banner-03 .banner-title {
    font-size: 100px;
  }
  .banner-03 .banner-title span img {
    max-width: 350px;
  }
}
.banner-03 .banner-title span {
  display: block;
  text-align: center;
}

.banner-03 .banner-description {
  font-size: 18px;
  line-height: 24px;
  color: #444444;
  padding-left: 50px;
  margin-top: 125px;
  margin-bottom: 0px;
  width: 660px;
  display: block;
}

.banner-03 .counter {
  position: absolute;
  left: 80px;
  bottom: 110px;
}

/*Inner Header*/
.inner-header {
  position: relative;
  z-index: 5;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.inner-header .title {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 80px;
  padding-top: 100px;
}

.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: 1699px) {
  .inner-header {
    height: 400px;
  }
  .inner-header .title {
    font-size: 60px;
  }
  /*Banner 02*/
  .banner-02 .banner-title {
    padding-right: 240px;
  }
}

@media (max-width: 1599px) {

  /*Banner 01*/
  .banner .banner-social {
    left: -125px;
  }

  .banner.banner-01 .banner-counter {
    right: -20px;
  }

  /*Banner 02*/
  .banner-02 .banner-title {
    padding-right: 340px;
  }

  /*Banner 03*/
  .banner-03 .img-01 {
    left: 40px;
  }

  .banner-03 .img-02 {
    right: 40px;
  }

  .banner-03 .attract-hover {
    right: 0px;
    top: -30;
  }

  .banner-03 .counter {
    left: 20px;
  }

  .banner-03 .banner-description {
    padding-left: 120px;
  }
}

@media (max-width: 1399px) {

  /*Banner 01*/
  .banner .banner-social {
    left: -140px;
  }

  .banner.banner-01 .banner-content h1 {
    font-size: 75px;
    padding-left: 30px;
  }

  .banner.banner-01 .banner-content .banner-description {
    padding-left: 30px;
  }

  .banner.banner-01 .banner-img {
    margin-right: -23%;
  }

  .banner.banner-01 .banner-counter {
    right: 0px;
  }

  /*Banner 02*/
  .banner-02 .banner-title {
    padding-right: 270px;
    font-size: 130px;
  }

  .banner-02 .banner-title span {
    font-size: 80px;
  }

  .banner-02 .banner-content .banner-description {
    left: 40px;
    width: 470px;
  }

  /*Banner 03*/
  .banner-03 {
    height: 650px;
  }

 

  .banner-03 .img-01 {
    left: 20px;
    width: 250px;
    height: auto;
  }

  .banner-03 .img-02 {
    right: 20px;
    width: 370px;
    height: auto;
  }

  .banner-03 .attract-hover {
    top: -30px;
  }

  .banner-03 .banner-description {
    margin-top: 70px;
  }
}

@media (max-width: 1199px) {

  /*Banner 01*/
  .banner.banner-01 .banner-content h1 {
    font-size: 75px;
  }

  .banner.banner-01 .banner-content h1.title-01 .banner-icon {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
  }

  .banner.banner-01 .banner-content .banner-description {
    margin-bottom: 50px;
  }

  .banner.banner-01 .banner-img {
    margin-right: -23%;
  }

  /*Banner 02*/
  .banner-02 {
    height: 750px;
  }

  .banner-02 .banner-title {
    padding-right: 320px;
    font-size: 90px;
  }

  .banner-02 .banner-title span {
    font-size: 60px;
  }

  .banner-02 .banner-content .btn {
    margin-left: 130px;
  }

  .banner-02 .banner-content .banner-description {
    bottom: 40px;
  }

  .banner-02 .banner-content .banner-social {
    right: 30px;
    bottom: -50px;
  }

  /*Banner 03*/
  .banner-03 {
    height: 600px;
  }

  .banner-03 .banner-title {
    font-size: 100px;
    line-height: 110px;
  }
}

@media (max-width: 991px) {

  /*Banner 01*/
  .banner .banner-social {
    left: inherit;
    right: -120px;
    bottom: 77%;
  }

  .banner.banner-01 .banner-content h1 {
    padding-left: 0px;
  }

  .banner.banner-01 .banner-content .banner-description {
    padding-left: 0px;
  }

  .banner.banner-01 .banner-content .btn {
    margin-left: 0px;
  }

  .banner.banner-01 .banner-img {
    margin-right: 0;
    margin-left: 0px;
    padding-top: 60px;
  }

  .banner.banner-01 .banner-counter {
    right: 50px;
    top: 0px;
  }

  /*Banner 02*/
  .banner-02 {
    height: 650px;
  }

  .banner-02 .banner-content {
    margin-top: 60px;
  }

  .banner-02 .banner-content .clienti-reviews {
    right: 30px;
  }

  .banner-02 .banner-content .btn {
    margin-left: auto;
  }

  /*Banner 03*/
  .banner-03 {
    height: 500px;
    margin-top: 60px;
  }

  .banner-03 .banner-title {
    font-size: 90px;
    line-height: 100px;
    margin-top: 0px;
  }

  .banner-03 .img-01 {
    width: 180px;
    top: 50px;
  }

  .banner-03 .img-02 {
    width: 270px;
    bottom: 90px;
  }

  .banner-03 .banner-description {
    margin-top: 40px;
    padding-left: 0;
    width: 450px;
  }

  .banner-03 .attract-hover {
    top: -50px;
    width: 150px;
    height: 150px;
  }

  .banner-03 .counter {
    bottom: 180px;
  }
  .banner-03 .banner-title span img {
    max-width: 180px;
  }
}

@media (max-width: 767px) {

  /*Banner 01*/
  .banner.banner-01 .banner-content h1 {
    padding-left: 0px;
    font-size: 60px;
  }

  .banner.banner-01 .banner-content h1.title-01 {
    padding-left: 0px;
    gap: 20px;
  }

  .banner.banner-01 .banner-content h1.title-01 .banner-icon {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }

  .banner.banner-01 .banner-content .banner-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  /*Banner 02*/
  .banner-02 .banner-title {
    text-align: left;
    padding-right: 0;
    font-size: 60px;
  }

  .banner-02 .banner-title span {
    font-size: 42px;
    line-height: 42px;
  }

  .banner-02 .banner-content .btn {
    margin-left: 0;
    margin-top: 110px;
  }

  .banner-02 .banner-content .banner-description {
    bottom: 170px;
  }

  /*Banner 03*/
  .banner-03 {
    height: 570px;
    padding-top: 60px;
  }

  .banner-03 .banner-title {
    font-size: 60px;
    line-height: 70px;
  }

  .banner-03 .img-01 {
    display: none;
  }

  .banner-03 .img-02 {
    display: none;
  }

  .banner-03 .banner-description {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .banner-03 .attract-hover {
    top: 0px;
    position: relative;
    margin-left: 150px;
  }

  .banner-03 .counter {
    left: 30px;
    bottom: 100px;
  }

  /*inner-header*/
  .inner-header {
    height: 350px;
  }
}

@media (max-width: 575px) {

  /*Banner 01*/
  .banner.banner-01 .banner-social {
    display: none;
  }

  .banner.banner-01 .banner-content h1 {
    font-size: 42px;
  }

  .banner.banner-01 .banner-content h1.title-01 .banner-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }

  .banner.banner-01 .banner-content .banner-description {
    font-size: 16px;
    line-height: 26px;
  }

  .banner.banner-01 .banner-counter {
    padding: 20px;
    right: 20px;
    top: 20px;
  }

  /*Banner 02*/
  .banner-02 {
    height: 600px;
    padding-top: 80px;
  }

  .banner-02 .banner-title {
    font-size: 50px;
  }

  .banner-02 .banner-title span {
    font-size: 36px;
  }

  .banner-02 .banner-content {
    margin-top: 50px;
  }

  .banner-02 .banner-content .clienti-reviews {
    display: none;
  }

  .banner-02 .banner-content .btn {
    margin-left: 0;
    margin-top: 110px;
  }

  .banner-02 .banner-content .banner-description {
    font-size: 18px;
    line-height: 30px;
    left: 20px;
    width: 90%;
    bottom: 170px;
  }

  .banner-02 .banner-content .banner-social {
    right: 15px;
  }

  /*Banner 03*/
  .banner-03 {
    height: 500px;
  }

  .banner-03 .banner-title {
    font-size: 42px;
    line-height: 52px;
  }

  .banner-03 .banner-title span {
    text-align: start;
  }

  .banner-03 .banner-description {
    font-size: 18px;
    line-height: 30px;
  }

  .banner-03 .counter {
    left: 20px;
    bottom: 100px;
  }

  /*inner-header*/
  .inner-header {
    height: 250px;
  }

  .inner-header .title {
    font-size: 30px;
  }
}

@media (max-width: 479px) {

  /*Banner 01*/
  .banner.banner-01 .banner-content h1 {
    font-size: 36px;
  }

  .banner.banner-01 .banner-content h1.title-01 .banner-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }

  /*Banner 03*/
  .banner-03 .banner-title {
    font-size: 36px;
    line-height: 46px;
  }

  .banner-03 .attract-hover {
    margin-left: 120px;
  }

  .banner-03 .counter {
    bottom: 70px;
  }
}

/*****************************
  Layout
*****************************/
/*Section Title*/
.section-title {
  margin-bottom: 60px;
}

.section-title .title {
  margin-bottom: 30px;
}

.section-title p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: normal;
  color: #444444;
}

.q_sec .section-title p {
  line-height: 30px;
}

.bg-dark .section-title p {
  color: #bbbbbb;
}

.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: 18px;
  margin-bottom: 0;
  line-height: normal;
  color: #444444;
  padding-right: 150px;
}

/*Clienti Reviews*/
.clienti-reviews .clienti-profile {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.clienti-reviews .clienti-profile li {
  flex: 0 0 60px;
  height: 60px;
  width: 60px;
  margin-left: -15px;
  border-radius: 100%;
}

.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: #ffffff;
  display: block;
  margin-top: 20px;
}

.clienti-reviews .reviews span {
  color: #444444;
}

/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

/* 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(0, 0, 0, 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: #fa4729;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #fa4729;
  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: #fa4729;
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 50%;
  color: #000000;
  background: #f6f6f6;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: #eeeeee;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .attract-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  display: flex;
  height: 56px;
  width: 56px;
  border: 2px solid #000000;
  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: 1;
  color: #000000;
  font-size: 30px;
  line-height: 30px;
}

#search .close:hover {
  border: 2px solid #fa4729;
  color: #fa4729;
}

#search.open {
  opacity: 1;
  visibility: visible;
}

/*video section*/
.video-section {
  padding: 275px 0px;
  position: relative;
  overflow: hidden;
}

.video-btn {
  display: flex;
  height: 200px;
  width: 200px;
  border: 2px solid #ffffff;
  margin: 0 auto;
  font-size: 24px;
  line-height: normal;
  font-family: "Syne", sans-serif;
  font-weight: bold;
  color: #ffffff;
}

.video-btn:hover {
  border: 2px solid #fa4729;
  color: #ffffff;
}

.video-btn:focus {
  color: #ffffff;
}

/*Home 01*/
.video-bg-section {
  overflow: hidden;
  /* background-color: #f3f3f3; */
  padding-bottom: 60px;
  /* margin-top: 100px; */
  padding-top: 120px;
}

.video-bg-section .section-title p {
  padding: 0 12%;
}

.video-bg-section .video-box {
  margin-left: -25%;
}

.video-bg-section .video-box .video-wrapper {
  overflow: hidden;
  height: 700px;
}

.video-bg-section .video-box .video-wrapper video {
  width: 100%;
  object-fit: cover;
  height: inherit;
}

.testimonial-section~.counter-section {
  padding-top: 250px;
}

/*Home 02*/
.about-section .about-img {
  margin-left: -50%;
}

.about-section .section-title {
  padding-left: 40px;
}

.about-section .section-title .title {
  margin-left: -33%;
  background-color: whitesmoke;
  padding: 50px;
  box-shadow: 30px 15px 25px -15px #ccc;
}

.about-section .btn {
  /* margin-left: 70px; */
}

.latest-projects-section .section-title .description {
  padding-right: 80px;
}

.latest-projects-section .latest-projects-slider .portfolio-item {
  margin-bottom: 0px;
}

.latest-projects-section .latest-projects-slider .portfolio-item.portfolio-style-02 {
  margin-bottom: 0px;
}

.latest-projects-section .latest-projects-slider.owl-carousel .owl-nav {
  position: absolute;
  right: 0px;
  top: -210px;
}

.latest-projects-section .latest-projects-slider.owl-carousel .owl-nav button {
  border: 1px solid #ffffff;
}

.latest-projects-section .latest-projects-slider.owl-carousel .owl-nav button.owl-prev {
  left: inherit;
  right: 230px;
}

.latest-projects-section .latest-projects-slider.owl-carousel .owl-nav button.owl-next {
  right: 80px;
}

.latest-projects-section .latest-projects-slider.owl-carousel .owl-nav button:hover {
  border: 1px solid #fa4729;
}

.team-section .section-title .description {
  padding-right: 80px;
}

.team-section .team-slider {
  margin-left: 120px;
  margin-right: -120px;
}

/*Home 03*/
.projects-slider {
  margin-right: -200px;
  margin-left: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.latest-projects-slider .portfolio-item {
  margin-bottom: 0px;
}

.skill-content {
  padding-left: 35px;
}

.skill-content .section-title {
  padding-bottom: 20px;
}

.skill-content .skill-service {
  margin-top: 30px;
}

.skill-content .skill-service .feature-item .feature-icon {
  width: 150px;
  
}

.marquee-section.space-medium {
  padding-bottom: 30px;
}

.marquee-section.space-medium .marquee-box {
  gap: 90px;
}

.marquee-section.space-medium .marquee-box .marquee-item {
  gap: 40px;
}

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

.faq-section {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
  z-index: 5;
}

.faq-section:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(../images/bg/faq-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 50%;
  z-index: -1;
}

.questions-box {
  padding: 100px;
  background-color: #ffffff;
}

/*=========== Ineer page ===========*/
/*service*/
.faq-section-02 {
  overflow: hidden;
}

.faq-section-02 .questions-box {
  position: relative;
  margin-left: -250px;
  margin-right: -250px;
  margin-top: 100px;
  padding-bottom: 83px;
  z-index: 3;
}

.faq-section-02 .questions-img {
  margin-right: -168px;
  padding-left: 50px;
}

/*Contact Us*/
.contact-address .title {
  margin-bottom: 20px;
}

.contact-address ul li {
  margin-bottom: 20px;
}

.contact-address ul li,
.contact-address ul li a {
  color: #bbbbbb;
}

.contact-address ul li a:hover {
  color: #fa4729;
}

.map {
  -webkit-filter: grayscale(100%) invert(90%);
  -moz-filter: grayscale(100%) invert(90%);
  -ms-filter: grayscale(100%) invert(90%);
  -o-filter: grayscale(100%) invert(90%);
  filter: grayscale(100%) invert(90%);
  margin-bottom: -8px;
  height: 500px;
}

/*Error 404*/
.error-section {
  padding: 80px 0;
}

.error-content .error-title {
  font-size: 200px;
  line-height: normal;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  color: #000000;
  display: block;
  margin-bottom: 50px;
}

.error-content .sub-title {
  margin-bottom: 40px;
}

.error-content .description {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 40px;
}

.error-content .btn {
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .video-bg-section .video-box .video-wrapper {
    overflow: hidden;
    height: 550px;
  }
}

@media (max-width: 1199px) {
  .video-section {
    padding: 200px 0px;
  }

  .questions-box {
    padding: 50px;
  }

  .video-bg-section .video-box .video-wrapper {
    overflow: hidden;
    height: 450px;
  }

  /*Home 02*/
  .about-section .section-title {
    padding-left: 0px;
  }

  .about-section .section-title .title {
    margin-left: -53%;
  }

  .about-section .btn {
    margin-left: 0px;
  }

  /*Error 404*/
  .error-content .error-title {
    font-size: 160px;
  }
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 50px;
  }

  .section-title .title {
    margin-bottom: 30px;
  }

  .section-title-horizontal .description {
    padding-right: 0px;
  }

  #search input[type="search"] {
    width: 100%;
  }

  .video-section {
    padding: 150px 0px;
  }

  .video-bg-section .section-title p {
    padding: 0px;
  }

  .video-bg-section .video-box .video-wrapper {
    overflow: hidden;
    height: 400px;
  }

  .skill-content {
    padding-left: 0px;
    margin-top: 40px;
  }

  .testimonial-section~.counter-section {
    padding-top: 140px;
  }

  .projects-slider {
    margin-left: 0px;
    margin-right: 0px;
  }

  /*Home 02*/
  .about-section .about-img {
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .about-section .section-title .title {
    margin-left: 0px;
    padding: 20px;
  }

  .team-section .section-title .description {
    padding-right: 0px;
  }

  .team-section .team-slider {
    margin-left: 0px;
    margin-top: 40px;
    margin-right: -120px;
  }

  /*Error 404*/
  .error-content .error-title {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }

  .section-title .title {
    margin-bottom: 20px;
  }

  .section-title p {
    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;
  }

  .video-section {
    padding: 100px 0px;
  }

  .testimonial-section~.counter-section {
    padding-top: 60px;
  }

  #search input[type="search"] {
    font-size: 30px;
  }

  /*Error 404*/
  .error-section {
    padding: 60px 0;
  }

  .map {
    height: 300px;
  }

  .video-bg-section .video-box .video-wrapper {
    overflow: hidden;
    height: 300px;
  }
}

@media (max-width: 575px) {
  .section-title-horizontal {
    margin-bottom: 30px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title p {
    font-size: 16px;
  }

  .video-section {
    padding: 70px 0px;
  }

  .video-btn {
    height: 100px;
    width: 100px;
    font-size: 14px;
  }

  .video-bg-section .video-box {
    margin-left: 0%;
  }

  .video-bg-section .video-box .video-wrapper {
    overflow: hidden;
    height: 250px;
  }

  .questions-box {
    padding: 50px 20px;
  }

  /*Error 404*/
  .error-content .error-title {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .error-content .sub-title {
    margin-bottom: 20px;
  }

  .error-content .description {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .section-title .title {
    margin-bottom: 15px;
  }

  .team-section .team-slider {
    margin-right: 0px;
  }
}

/*************************
       Blog
*************************/
.blog-post .blog-post-img {
  overflow: hidden;
  margin-bottom: 25px;
}

.blog-post .post-meta {
  margin-bottom: 15px;
}

.blog-post .post-meta ul {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  gap: 20px;
}

.blog-post .post-meta ul li {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-left: 25px;
}

.blog-post .post-meta ul li:first-child {
  list-style: none;
  margin-left: 0;
}

.blog-post .post-meta ul li a {
  color: #444444;
}

.blog-post .post-meta ul li a:hover {
  color: #fa4729;
}

.blog-post .post-title {
  margin-bottom: 0px;
}

.blog-post .post-title a {
  color: #000000;
}

.blog-post .post-title a:hover {
  color: #fa4729;
}

.blog-post .post-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-post.blog-style-01 .blog-post-img {
  margin-bottom: 30px;
}

.blog-post.blog-style-01 .post-title {
  margin-bottom: 15px;
}

.blog-post.blog-style-01 .description {
  margin-bottom: 25px;
}

.blog-post.blog-style-01 .post-meta {
  margin-bottom: 0px;
}

.blog-post.blog-style-01 .post-foot .social-icon.post-social ul li.title {
  color: #000000;
}

.blog-post.blog-style-01 .post-foot .social-icon.post-social ul li.title:before {
  background-color: #000000;
}

.blog-post.blog-style-01 .post-foot .social-icon.post-social ul li a {
  color: #000000;
}

.blog-post.blog-style-01 .post-foot .social-icon.post-social ul li a:hover {
  color: #fa4729;
}

.blog-post.blog-style-02 .blog-post-img {
  position: relative;
  z-index: 9;
  margin-bottom: 0px;
}

.blog-post.blog-style-02 .blog-post-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.03) 100%);
  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 {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  z-index: 2;
}

.blog-post.blog-style-02 .blog-post-img .post-date .day {
  font-size: 74px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 30px;
  bottom: -70px;
  transition: all 0.5s ease-in-out;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info .post-title {
  margin-bottom: 10px;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info .post-title a {
  color: #ffffff;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info .post-title a:hover {
  color: #fa4729;
}

.blog-post.blog-style-02 .blog-post-img .blog-post-info .post-description {
  margin-bottom: 0px;
  color: #ffffff;
  opacity: 0;
  transition: 0.5s;
}

.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 {
  bottom: 0px;
}

.blog-post.blog-style-02:hover .blog-post-img .blog-post-info .post-description {
  opacity: 1;
}

.blog-post.blog-style-03 .blog-post-img {
  position: relative;
  z-index: 9;
  margin-bottom: 0px;
}

.blog-post.blog-style-03 .blog-post-img img {
  transform: scale(1);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.blog-post.blog-style-03 .blog-post-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.05) 100%);
  left: 0;
  right: 0;
  z-index: 1;
}

.blog-post.blog-style-03 .blog-post-img .blog-post-info {
  position: absolute;
  z-index: 2;
  padding: 30px;
  bottom: -70px;
  transition: all 0.5s ease-in-out;
}

.blog-post.blog-style-03 .blog-post-img .blog-post-info .post-title {
  margin-bottom: 10px;
}

.blog-post.blog-style-03 .blog-post-img .blog-post-info .post-title a {
  color: #ffffff;
}

.blog-post.blog-style-03 .blog-post-img .blog-post-info .post-title a:hover {
  color: #fa4729;
}

.blog-post.blog-style-03 .blog-post-img .blog-post-info .post-date {
  color: #ffffff;
  margin-bottom: 20px;
}

.blog-post.blog-style-03 .blog-post-img .blog-post-info .post-description {
  margin-bottom: 0px;
  color: #ffffff;
  opacity: 0;
  transition: 0.5s;
}

.blog-post.blog-style-03:hover .blog-post-img img {
  transform: scale(1.3);
}

.blog-post.blog-style-03:hover .blog-post-img .blog-post-info {
  bottom: 0px;
}

.blog-post.blog-style-03:hover .blog-post-img .blog-post-info .post-description {
  opacity: 1;
}

.blog-section {
  overflow: hidden;
}

.blog-standard.grid-wrapper {
  grid-gap: 60px;
  padding-right: 120px;
}

.blog-single {
  padding-right: 110px;
}

.blog-single .blog-post {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.blog-single .blog-post .post-title {
  margin-bottom: 20px;
}

.blog-single .blog-post .blog-post-img {
  margin-bottom: 20px;
}

.blog-single .blog-post .post-foot {
  margin-top: 80px;
}

.blog-single .blockquote {
  border-left: none;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-single .blockquote .blockquote-content {
  position: relative;
  padding-left: 145px;
}

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

.blog-single .blockquote .blockquote-content p {
  font-size: 24px;
  font-style: italic;
  line-height: normal;
  font-weight: normal;
  color: #000000;
}

.blog-single .blockquote .blockquote-content .blockquote-author .blockquote-name {
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #444444;
}

.blog-single .blockquote .blockquote-content .blockquote-author .blockquote-name span {
  color: #fa4729;
}

.blog-single .blog-images {
  margin: 35px 0px;
}

.blog-single .blog-post-author {
  margin-bottom: 80px;
}

.blog-single .blog-post-author .author-image {
  padding-right: 15px;
}

.blog-single .blog-post-author .author-detail .description {
  margin-bottom: 25px;
}

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

@media (max-width: 1199px) {
  .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 {
    gap: 40px;
  }

  .blog-single .blog-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .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-single .blog-post-author {
    margin-bottom: 40px;
  }

  .blog-single .blog-post-author .author-image {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .blog-single .blog-post-comments {
    margin-bottom: 40px;
  }

  .blog-single .blog-post-comments .comments .comment.comment-02 {
    padding-left: 40px;
  }
}

@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-comments .comments .comment.comment-02 {
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .blog-single .blog-post-comments .comments .comment {
    flex-direction: column;
    gap: 15px;
  }
}

/*****************************
    Footer
*****************************/
.footer .footer-logo {
  margin-bottom: 25px;
  display: block;
}

.footer .footer-logo img {
  height: 50px;
  filter: invert(1);
}

.footer .footer-top {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-top .action-box {
  justify-content: space-between;
  flex-direction: inherit;
}

.footer .footer-top .action-box .action-box-content {
  flex: 0 0 50%;
}

.footer .widget-info {
  padding-right: 150px;
}

.footer .widget-info p {
  margin-bottom: 20px;
}

.footer .footer-bottom {
  margin-top: 100px;
  padding-bottom: 30px;
  position: relative;
}

.footer .footer-bottom::before {
  content: '';
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, transparent, #6c6c6c, transparent);
}

.footer .footer-bottom .copyright p {
  margin-bottom: 0px;
}

.footer .footer-bottom .copyright a {
  color: #444444;
}

.footer .footer-bottom .copyright a:hover {
  color: #fa4729;
}

.footer.footer-style-02 {
  padding-top: 380px;
}

.footer.footer-style-02 .widget-address ul li {
  text-align: right;
  font-size: 24px;
  color: #ffffff;
}

.footer.footer-style-02 .widget-address ul li a {
  color: #ffffff;
}

.footer.footer-style-02 .widget-address ul li a:hover {
  color: #fa4729;
}

.footer.footer-style-02 .footer-logo {
  text-align: center;
}

.footer.footer-style-02 .footer-logo img {
  height: 72px;
}

.footer.footer-style-02 .footer-bottom {
  margin-top: 80px;
  padding-top: 0px;
}

.footer.footer-style-02 .footer-bottom .copyright {
  padding: 50px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer.footer-style-02 .footer-bottom .widget-menu ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.footer.footer-style-02 .footer-bottom .widget-menu ul li a {
  color: #ffffff;
}

.footer.footer-style-02 .footer-bottom .widget-menu ul li a:hover {
  color: #fa4729;
}

.footer.footer-style-03 .footer-bottom {
  margin-top: 100px;
  padding-bottom: 0px;
}

.footer.footer-style-03 .footer-bottom .copyright {
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* widget */
.widget .widget-title {
  font-weight: 600;
}

.widget-menu ul li a {
  font-size: 18px;
  line-height: 34px;
  color: #bbbbbb;
  transition: all 0.5s ease-in-out;
}

.widget-menu ul li a:hover {
  color: #fa4729;
}

.widget-address ul li {
  margin-bottom: 10px;
}

.widget-address ul li a {
  color: #bbbbbb;
  transition: all 0.5s ease-in-out;
}

.widget-address ul li a:hover {
  color: #fa4729;
}

.widget-newsletter .newsletter-form {
  position: relative;
}

.widget-newsletter .newsletter-form .form-control {
  width: 100%;
  background: none;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 10px 50px 22px 0px;
  font-size: 24px;
  line-height: 24px;
}

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

.widget-newsletter .newsletter-form .form-control::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #ffffff;
}

.widget-newsletter .newsletter-form .form-control::placeholder {
  color: #ffffff;
}

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

/*************************
       Responsive
*************************/
@media (max-width: 1399px) {
  .footer .widget-info {
    padding-right: 100px;
  }
}

@media (max-width: 1199px) {
  .footer .widget-info {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .footer .widget-info {
    padding-right: 0px;
  }

  .footer.footer-style-03 .footer-bottom {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .footer .footer-top {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .footer .footer-top .action-box {
    flex-direction: column;
    align-items: center;
  }

  .footer .footer-top .action-box .action-box-content {
    text-align: center;
  }

  .footer .widget-info p {
    margin-bottom: 15px;
  }

  .footer .footer-bottom {
    margin-top: 40px;
  }

  .footer .footer-bottom .copyright p {
    font-size: 16px;
  }

  .footer.footer-style-02 {
    padding-top: 60px;
  }

  .footer.footer-style-02 .social-icon ul {
    justify-content: center;
  }

  .footer.footer-style-02 .widget-address ul li {
    text-align: center;
  }

  .footer.footer-style-02 .footer-bottom {
    margin-top: 40px;
    padding-bottom: 0px;
  }

  .footer.footer-style-02 .footer-bottom .widget-menu ul {
    flex-wrap: wrap;
    gap: 10px 15px;
  }

  .footer.footer-style-02 .footer-bottom .copyright {
    padding: 30px 0;
  }

  .footer.footer-style-03 .footer-bottom {
    margin-top: 40px;
  }

  .footer.footer-style-03 .footer-bottom .copyright {
    padding: 30px 0;
  }

  .widget .widget-title {
    font-size: 24px;
    line-height: normal;
  }
}


.wrap_box_sldr {
  position: relative;
  width: 100vw;
}

.content_slider {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 70vw;
}

.content_slider h1 {
  font-size: 65px;
  text-align: center;
  color: #fff;
  background: radial-gradient(#00000069, #0000008f, transparent, transparent);
  padding: 0 100px;
  border-radius: 150px;
}

.header .navbar .dropdown-menu.mega-menu {
  width: 100vw;
}

.header .navbar .dropdown:hover>.dropdown-menu.mega-menu {
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  top: 100%;
}
@media only screen and (max-width: 991px) {
  .header .navbar .dropdown:hover>.dropdown-menu.mega-menu {
    position: relative;
  }
}

.bg_light {
  background-color: #f5f5f5;
}

.why_choose_icon {
  border: 2px solid #fa4729;
  border-radius: 50%;
  padding: 30px;
}



@media only screen and (max-width: 1520px) {
  h2.title {
    font-size: 45px;
    line-height: 50px;
  }

  .header .main-header {
    padding: 0px 40px;
  }

  .header .navbar .navbar-nav>li {
    margin: 0px 12px;
  }

  .wrap_box_sldr img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }

  .content_slider {
    top: 53%;
    transform: translate(-50%, -53%);
  }

  .content_slider h1 {
    font-size: 50px;
  }

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

  .owl-carousel .owl-nav button.owl-prev:after {
    height: 30px;
    width: 30px;
  }

  .latest-projects-section .latest-projects-slider.owl-carousel .owl-nav button.owl-prev {
    right: 180px;
  }

  .portfolio-item .portfolio-info .portfolio-category ul li {
    margin-bottom: 0px;
  }

  .portfolio-item.portfolio-style-02 .portfolio-img .portfolio-info .portfolio-title {
    font-size: 24px;
  }

  .why_choose_icon {
    padding: 20px;
  }
}

@media only screen and (max-width: 1366px) {
  /* .header .navbar .dropdown:hover > .dropdown-menu.mega-menu{
    left: 50%;
    transform: translate(-49%);
  } */
}

@media only screen and (max-width: 767px) {
  h2.title {
    font-size: 28px;
    line-height: 1.2;
  }

  .header .main-header {
    padding: 0px 10px;
  }

  .content_slider h1 {
    font-size: 25px;
    line-height: 1.2;
    padding: 0 0;
  }

  .content_slider {
    top: 60%;
    width: 90vw;
  }

  .wrap_box_sldr img {
    height: 40vh;
  }

  .banner.banner-01 {
    padding-top: 70px;
  }

  .why_choose_icon {
    padding: 18px;
  }

  .why_choose_icon img {
    max-width: 60px;
  }
}


/* Anand CSS */

.contact_form .btn {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_form .btn::before {
  border-radius: 100%;
}


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

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pb-90{
  padding-bottom: 90px;
}

.packing_details th,
.packing_details td {
  font-size: 15px;
}

.technical_details th,
.technical_details td {
  font-size: 15px;
}

.tiles_calculator .testimonial-description {
  background-color: #fff;
  padding: 50px 80px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.tiles_calculator .btn {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tiles_calculator span {
 color: #000 !important;
}
.tiles_calculator .btn:hover span {
 color: #fff !important;
}

.tiles_calculator .btn::before {
  border-radius: 100%;
}


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


.tiles_calculator .btn .arrow svg path {
  stroke: #000000;
}

.tiles_calculator .btn:hover .arrow svg path {
  stroke: #fff;
}

/* Tiles Calculator Page */


.tilestips {
  background: none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  display: inline-block;
  height: 220px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.tilestips div {
  background: #fff url('../imgs/tilePattern.png') repeat scroll -4px -4px;
  border: 1px solid #000000;
  box-shadow: 0 0 8px 5px #444444a6;
  left: 52%;
  position: absolute;
  top: 52%;
  transform: translateX(-50%) translateY(-50%);
}

.tilestips .tileFt {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  text-align: center;
}

.tilestips .tileFt span {
  background: #fff none repeat scroll 0 0;
  color: #000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  position: absolute;
  text-transform: uppercase;
  width: 50px;
}

.tilestips .horzFt span {
  margin-left: 50%;
  margin-top: -12px;
  transform: translateX(-50%);
}

.tilestips .vertFt span {
  margin-left: -27px;
  top: 50%;
  transform: rotate(-90deg) translateX(20%);
}

.horzFt {
  border-top: 1px dashed #868686;
  height: 0;
  left: 0;
  top: -20px;
  width: 100%;
}

.vertFt {
  border-left: 1px dashed #868686;
  height: 100%;
  left: -20px;
  top: 0;
  width: 0;
}

.flag_wrap{
    padding: 15px 25px;
    border: 1px solid #1c1c1c;
    height: 150px;
    display: flex;
    align-items: center;
    margin: 15px 0;
}







/*************************
  Rajni Style
*************************/
.modal-body form .form-control {
  background-color: #f8f8f8;
  border-bottom: 1px solid rgb(0 0 0 / 26%);
}
.modal-body form .btn-primary{
  color: #fff;
  background-color: #fa4729;
  border-color: #fa4729;
}
.modal-body form .btn-primary:hover {
  color: #fff;
  background-color: #444444;
}
.modal-body form .form-control::-ms-input-placeholder {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
}
.modal-body form .form-control::placeholder {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
}
.packing_details .table thead tr th {
  background-color: #1c1c1c;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .ptb-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about_a_sec.banner-03 {
    padding: 0px 0 60px;
  }
  .about_a_sec.banner-03 .counter {
    display: none;
  }
}