@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  /* Default font style */
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: "Inter", sans-serif;
  font-weight: 400;
  color: #585858;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

section,
footer {
  overflow-x: hidden;
}

/*-------------------------
   @TODO: Scrollbar
-------------------------*/
/* width */
::-webkit-scrollbar {
  width: 1.5rem;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #585858;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fa4216;
  border-radius: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
button {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #585858;
}

a:hover,
a:active {
  text-decoration: none;
  color: #585858;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  background-color: transparent;
}

[class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.8);
  padding-left: calc(var(--bs-gutter-x) * 0.8);
}

/*----------------------------
    @TODO: text color
----------------------------*/
.color-primary {
  color: #fa4216;
}

.color-secondery-dark {
  color: #ffa04e;
}

.color-secondery-light {
  color: #ffb32b;
}

.color-secondery-light {
  color: #ffb32b;
}

.color-dark-700 {
  color: #3a3a3a;
}

.color-dark-600, .accordion .accordion-body, .accordion .accordion-button {
  color: #585858;
}

.color-dark-400 {
  color: #535353 !important;
}

.color-dark-500 {
  color: #6f6f6f;
}

.color-dark-200 {
  color: #dbd7d7;
}

.color-white {
  color: #fff !important;
}

/*----------------------------
    @TODO: background color
----------------------------*/
.bg-primary-c, .progressbar-w-90 {
  background-color: #fa4216;
}

.bg-secondery-light, .progressbar-w-87 {
  background-color: #ffb32b;
}

.bg-secondery-light, .progressbar-w-87 {
  background-color: #ffb32b;
}

.bg-4th-color, .progressbar-w-93 {
  background-color: #27214f;
}

.bg-dark-600 {
  background-color: #585858;
}

.bg-color-01 {
  background-color: #fff7f4;
}

.bg-color-02 {
  background-color: #faf8ff;
}

.bg-color-04 {
  background-color: #f0f8ff;
}

@media (max-width: 1200px) {
  .bg-img-team-details {
    background-size: 100% 100%;
  }
}
/*-------------------------
    @TODO: z index
-------------------------*/
.z-1 {
  position: relative;
  z-index: 1;
}

/*-------------------------
    @TODO: margine
-------------------------*/
.mt-10 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-55 {
  margin-top: 5.5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-120 {
  margin-top: 12rem;
}

@media (max-width: 768px) {
  .mt-15 {
    margin-top: 0.5rem;
  }
  .mt-20 {
    margin-top: 1rem;
  }
  .mt-30 {
    margin-top: 1.5rem;
  }
  .mt-40 {
    margin-top: 3rem;
  }
  .mt-50 {
    margin-top: 2rem;
  }
  .mt-55 {
    margin-top: 2rem;
  }
  .mt-60 {
    margin-top: 4rem;
  }
  .mt-120 {
    margin-top: 6rem;
  }
}
/*-------------------------
    @TODO: padding
-------------------------*/
.p-20 {
  padding: 2rem;
}

.p-40 {
  padding: 4rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pe-55 {
  padding-right: 5.5rem !important;
}

.px-20 {
  padding-inline: 2rem;
}

.px-25 {
  padding-inline: 2.5rem;
}

.px-30, .accordion .accordion-body, .accordion .accordion-button {
  padding-inline: 3rem;
}

.px-56 {
  padding-inline: 5.6rem;
}

.px-110 {
  padding-inline: 11rem;
}

.support-form {
  padding: 3rem 2rem;
}

.py-35 {
  padding-block: 3.5rem;
}

.py-40 {
  padding-block: 4rem;
}

.py-30 {
  padding-block: 3rem;
}

.py-20, .accordion .accordion-body, .accordion .accordion-button {
  padding-block: 2rem;
}

.py-24 {
  padding-block: 2.4rem;
}

.py-60 {
  padding-block: 6rem;
}

.py-120 {
  padding-block: 12rem;
}

.py-158 {
  padding-block: 15.8rem;
}

@media (max-width: 1199.98px) {
  .p-40 {
    padding: 2rem;
  }
  .px-56 {
    padding-inline: 2.4rem;
  }
  .px-110 {
    padding-inline: 3rem;
  }
}
@media (max-width: 768px) {
  .pt-105 {
    padding-top: 5rem;
  }
  .pt-120 {
    padding-top: 6rem;
  }
  .pb-120 {
    padding-bottom: 6rem !important;
  }
  .pb-60 {
    padding-bottom: 4rem;
  }
  .px-30, .accordion .accordion-body, .accordion .accordion-button {
    padding-inline: 2rem;
  }
  .px-56 {
    padding-inline: 2.4rem;
  }
  .py-20, .accordion .accordion-body, .accordion .accordion-button {
    padding-block: 1rem;
  }
  .py-30 {
    padding-block: 2rem;
  }
  .py-35 {
    padding-block: 2.5rem;
  }
  .py-60 {
    padding-block: 4rem;
  }
  .py-115 {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }
  .py-120 {
    padding: 6rem 0;
  }
  .py-158 {
    padding-top: 15.8rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 575.98px) {
  .p-40 {
    padding: 2rem;
  }
  .py-60 {
    padding-block: 3rem;
  }
  .px-110 {
    padding-inline: 1rem;
  }
}
/*-------------------------------
   @TODO: C
-------------------------------*/
.rounded-15 {
  border: 1px solid #dbd7d7;
  border-radius: 1.5rem;
}

/*-------------------------------
   @TODO: Custom   Position
-------------------------------*/
.top-25 {
  top: 25% !important;
}

.top-40 {
  top: 40% !important;
}

.bottom-25 {
  bottom: 25% !important;
}

.end-15 {
  right: 15% !important;
}

.start-10 {
  left: 10% !important;
}

.start-12 {
  left: 12.5% !important;
}

.start-37 {
  left: 37.5% !important;
}

.start-62 {
  left: 62.5% !important;
}

.start-75 {
  left: 75% !important;
}

.start-80 {
  left: 80% !important;
}

.start-85 {
  left: 85% !important;
}

.start-87 {
  left: 87.5% !important;
}

.start-90 {
  left: 90% !important;
}

/*--------------------------------
   @TODO: Custom Width && Height
---------------------------------*/
.map-h {
  height: 60vh;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

@media (max-width: 391px) {
  .col-xs {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .col-xsf {
    width: 100%;
  }
}
/*--------------------------------
   @TODO: gap
---------------------------------*/
.gap-58 {
  gap: 5.8rem;
}

.gap-40 {
  gap: 4rem;
}

.gap-24 {
  gap: 2.4rem;
}

.gap-y-10 {
  gap: 1rem 0;
}

.gap-y-30 {
  gap: 3rem 0;
}

.gap-y-24 {
  gap: 2.4rem 0;
}

.gap-20 {
  gap: 2rem;
}

@media (max-width: 991.98px) {
  .gap-58 {
    gap: 2.8rem;
  }
}
@media (max-width: 768px) {
  .gap-20 {
    gap: 1rem;
  }
  .gap-58 {
    gap: 1.8rem;
  }
  .gap-y-30 {
    gap: 2rem 0;
  }
}
/*--------------------------------
   @TODO: gutter
---------------------------------*/
.gy-5 {
  --bs-gutter-y: 2.4rem;
}

/*--------------------------------
   @TODO: keyframes
---------------------------------*/
@-webkit-keyframes spinning-circle {
  0% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes spinning-circle {
  0% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
/* heading font style */
.heading-1,
.heading-2,
.heading-3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #3a3a3a;
}

.heading-1 {
  font-size: 7.6rem;
  line-height: 9.9rem;
}
@media (max-width: 1199.98px) {
  .heading-1 {
    font-size: 5.7rem;
    line-height: 7.4rem;
  }
}
@media (max-width: 767.98px) {
  .heading-1 {
    font-size: 4.3rem;
    line-height: 5.6rem;
  }
}

.heading-2 {
  font-size: 5.7rem;
  line-height: 7.4rem;
}
@media (max-width: 1199.98px) {
  .heading-2 {
    font-size: 4.3rem;
    line-height: 5.6rem;
  }
}
@media (max-width: 767.98px) {
  .heading-2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}

.heading-3 {
  font-size: 4.3rem;
  line-height: 5.6rem;
}
@media (max-width: 1199.98px) {
  .heading-3 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 767.98px) {
  .heading-3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}

.heading-4 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .heading-4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}

.heading-5, form .form-label {
  font-size: 2.4rem;
  line-height: 3.1rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .heading-5, form .form-label {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

.heading-6, .nice-select, .accordion .accordion-button {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
}

/* text font style */
.block_quote,
.text-figure,
.text-larg,
.text-normal,
.dropdown-menu {
  font-weight: 400;
}

.text-normal, .dropdown-menu {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (max-width: 1199.98px) {
  .text-normal, .dropdown-menu {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .text-normal, .dropdown-menu {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.text-larg {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media (max-width: 1199.98px) {
  .text-larg {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .text-larg {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.text-figure {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (max-width: 1199.98px) {
  .text-figure {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.block_quote {
  font-size: 2.6rem;
  line-height: 3.6rem;
}
@media (max-width: 1199.98px) {
  .block_quote {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .block_quote {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

/*---------------------------
  @TODO: scrollToTop here
---------------------------*/
.scrtop {
  position: fixed;
  right: 2%;
  bottom: 3%;
  z-index: 999;
  border-radius: 100%;
  background-color: #fa4216;
  border: 1px solid transparent;
  display: none;
  transition: all 0.3s ease-in-out;
}
.scrtop:hover {
  background-color: #fff;
  border-color: #fa4216;
  transition: all 0.3s ease-in-out;
}
.scrtop .scrtopBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.scrtop .scrtopBtn:hover {
  color: #fa4216;
  transition: all 0.3s ease-in-out;
}

/*---------------------------
  @TODO: preloader here
  ---------------------------*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  overflow: visible;
  background: url("../images/preloader.gif") no-repeat center center;
  background-size: 20%;
  background-color: #e5eff1;
}

/*---------------------------
  @TODO: form here
  ---------------------------*/
form input,
form textarea,
form select {
  padding: 1.5rem 2.5rem !important;
  border-radius: 0.5rem !important;
  color: #585858;
  font-size: 1.8rem !important;
  line-height: 3rem !important;
}
@media (max-width: 1199.98px) {
  form input,
form textarea,
form select {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  form input,
form textarea,
form select {
    padding: 0.75rem 1.5rem !important;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
form input.form-control:focus, form input.form-select:focus,
form textarea.form-control:focus,
form textarea.form-select:focus,
form select.form-control:focus,
form select.form-select:focus {
  outline: none;
  border-color: #dbd7d7;
  box-shadow: none;
}
form .form-label {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  form .form-label {
    margin-bottom: 1rem;
  }
}

/*-------------------------------
   @TODO: dots-block here
-------------------------------*/
.dots-block {
  display: block;
  -webkit-animation: spinning-circle linear 60s infinite;
          animation: spinning-circle linear 60s infinite;
}
@media (max-width: 1919.98px) {
  .dots-block {
    display: none;
  }
}

/*---------------------------
  @TODO: background image here
  ---------------------------*/
.bg_img {
  background-image: url("../images/hero_Section.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-team-details {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 75%;
  background-position: center;
  margin-block: 12rem;
}
@media (max-width: 1199.98px) {
  .bg-img-team-details {
    background-size: 100% 95%;
  }
}
@media (max-width: 991.98px) {
  .bg-img-team-details {
    background-size: 100% 100%;
    margin-block: 0rem;
  }
}

/*---------------------------
  @TODO: about-us here
  ---------------------------*/
.about-us .left .experience {
  padding: 1.6rem 1.8rem;
}
@media (max-width: 428px) {
  .about-us .left .experience {
    padding: 1rem;
  }
}

/*---------------------------
  @TODO: pricing here
  ---------------------------*/
.pricing {
  overflow: hidden;
}
.pricing .best-selling {
  top: 6%;
  left: 34%;
  rotate: 45deg;
  padding: 1rem 0;
}

/*---------------------------
  @TODO: Bread Crumb here
  ---------------------------*/
.bg-bread-crumb {
  background-image: url("https://images.unsplash.com/photo-1506765515384-028b60a970df?auto=format&fit=crop&w=1600&q=80");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/*---------------------------
    @TODO: Chooice us here
---------------------------*/
@media (max-width: 991.98px) {
  .chooice-us .right .delivery-time.top-25 {
    top: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .chooice-us .right .delivery-time.translate-middle {
    transform: none !important;
  }
}

/*---------------------------
    @TODO: progressbar
---------------------------*/
.progressbar-w-90 {
  width: 90%;
}

.progressbar-w-87 {
  width: 87%;
}

.progressbar-w-93 {
  width: 93%;
}

/*---------------------------
    @TODO: our avaliability here
    ---------------------------*/
@media (max-width: 991.98px) {
  .our-avaliability .services {
    margin-bottom: -2.4rem;
  }
}
@media (max-width: 766.98px) {
  .our-avaliability .services {
    margin-bottom: 0;
  }
}
.our-avaliability .services div:not(:last-child) {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .our-avaliability .services div:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.our-avaliability .services div:nth-child(even) {
  margin-top: 10rem;
}
@media (max-width: 991.98px) {
  .our-avaliability .services div:nth-child(even) {
    margin-top: 0;
  }
}
.our-avaliability .services .img {
  width: 10rem;
  height: 8rem;
}

/*---------------------------
    @TODO: Service Details here
    ---------------------------*/
.service-details .right .tags {
  padding: 3rem 2rem;
  border-radius: 1rem;
  display: grid;
  gap: 2rem;
}
.service-details .right .tags a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #dbd7d7;
  padding: 1.5rem 6rem 1.5rem 3.5rem;
}
.service-details .right .tags a i {
  transition: all 0.3s ease-in-out;
}
.service-details .right .tags a:hover i {
  transform: translateX(1.5rem);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .service-details .right .tags a {
    padding: 1.5rem 6rem 1.5rem 1.5rem;
  }
}

/*---------------------------
  @TODO: Team here
  ---------------------------*/
.team-div {
  overflow: hidden;
}
.team-div .hover-content {
  background-color: rgba(250, 66, 22, 0.6);
  transform: translateY(300px);
  transition: all 0.3s ease-in-out;
}
.team-div:hover .hover-content {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

/*---------------------------
    @TODO: accordion here
---------------------------*/
.accordion .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #fa4216;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/icon/minimise.png");
}
.accordion .accordion-button::after {
  background-image: url("../images/icon/plus.png");
}
.accordion .accordion-body {
  border-top: 1px solid #dbd7d7;
}

/*-------------------------------
   @TODO: error here
-------------------------------*/
.error {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error h1 {
  font-size: 30rem;
  line-height: 30rem;
}
.error h2 {
  width: 20ch;
  margin: 0 auto;
}
.error p {
  width: 40ch;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .error h1 {
    font-size: 20rem;
    line-height: 20rem;
  }
}
@media (max-width: 450px) {
  .error h1 {
    font-size: 10rem;
    line-height: 10rem;
  }
  .error h2 {
    width: 12ch;
    margin: 0 auto;
  }
  .error p {
    width: 30ch;
    margin: 0 auto;
  }
}

/*-------------------------------
   @TODO: gallery here
-------------------------------*/
.gallery .img-wrap {
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
.gallery .img-wrap img {
  transition: transform 0.3s;
}
.gallery .img-wrap:hover img {
  transform: scale(1.2);
  transition: transform 0.3s;
}

/*-------------------------------
   @TODO: blog details here
-------------------------------*/
@media (max-width: 438px) {
  .blog-details .px-30, .blog-details .accordion .accordion-button, .accordion .blog-details .accordion-button, .blog-details .accordion .accordion-body, .accordion .blog-details .accordion-body {
    padding-inline: 0rem;
  }
}

.comment {
  display: inline-flex;
  gap: 2rem;
}
.comment--avt {
  overflow: hidden;
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
}
.comment--avt img {
  width: 100%;
  height: 100%;
}
@media (max-width: 438px) {
  .comment {
    flex-wrap: wrap;
  }
}

/*-------------------------------
   @TODO: nice-select here
-------------------------------*/
.form-select {
  background-image: none;
}

.nice-select {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 3rem 3rem;
  color: #3a3a3a;
  font-weight: bold;
}
.nice-select:focus {
  box-shadow: none;
}
.nice-select .list {
  width: 100%;
}
.nice-select:after {
  height: 1.5rem;
  right: 2.5rem;
  top: 41%;
  width: 1.5rem;
  color: #3a3a3a;
}
@media (max-width: 1199.98px) {
  .nice-select:after {
    width: 1rem;
    height: 1rem;
  }
}
.nice-select .option.selected {
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .nice-select {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 991.98px) {
  .nice-select {
    padding: 2rem 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .nice-select {
    padding: 1rem 1.3rem;
  }
}
.nice-select span {
  overflow: hidden;
  width: 75%;
}

/*-------------------------------
   @TODO: Work Process here
-------------------------------*/
.work-process .parent-steeps {
  position: relative;
}
.work-process .parent-steeps .steeps .steep {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  text-align: center;
}
.work-process .parent-steeps .steeps .steep img {
  filter: grayscale(100%);
}
@media (max-width: 450.98px) {
  .work-process .parent-steeps .steeps .steep img {
    display: none;
  }
}
.work-process .parent-steeps .steeps .steep button {
  width: 4.6rem;
  height: 4.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #585858;
  color: #fff;
}
.work-process .parent-steeps .steeps .steep button::after {
  content: "";
  left: 0;
  width: 100%;
  border: 1px solid #585858;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .work-process .parent-steeps .steeps .steep button::after {
    width: 0;
    height: 100%;
    left: initial;
    top: 0;
  }
}
.work-process .parent-steeps .steeps .steep.active button {
  background: #fa4216;
}
.work-process .parent-steeps .steeps .steep.active .heading-6, .work-process .parent-steeps .steeps .steep.active .accordion .accordion-button, .accordion .work-process .parent-steeps .steeps .steep.active .accordion-button, .work-process .parent-steeps .steeps .steep.active .nice-select {
  color: #fa4216;
}
.work-process .parent-steeps .steeps .steep.active img {
  filter: grayscale(0%);
}
@media (max-width: 767.98px) {
  .work-process .parent-steeps .steeps .steep {
    flex-direction: row;
  }
}
@media (max-width: 450.98px) {
  .work-process .parent-steeps .steeps {
    gap: 3rem;
  }
}

/*-------------------------------
   @TODO: carousel here
-------------------------------*/
.services-carousel,
.team-carousel,
.blog-carousel,
.testimonial-carousel {
  position: relative;
  padding-bottom: 5rem;
}
.services-carousel .single,
.team-carousel .single,
.blog-carousel .single,
.testimonial-carousel .single {
  padding: 0 1.2rem;
}
.services-carousel .section-dots,
.team-carousel .section-dots,
.blog-carousel .section-dots,
.testimonial-carousel .section-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0rem;
  display: flex;
  align-items: center;
}
.services-carousel .section-dots li,
.team-carousel .section-dots li,
.blog-carousel .section-dots li,
.testimonial-carousel .section-dots li {
  margin: 0 0.5rem;
  display: inline-block;
  list-style: none;
}
.services-carousel .section-dots li .dot,
.team-carousel .section-dots li .dot,
.blog-carousel .section-dots li .dot,
.testimonial-carousel .section-dots li .dot {
  display: block;
  width: 2rem;
  height: 1rem;
  border-radius: 0.5rem;
  background: #dbd7d7;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}
.services-carousel .section-dots li .dot .string,
.team-carousel .section-dots li .dot .string,
.blog-carousel .section-dots li .dot .string,
.testimonial-carousel .section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}
.services-carousel .section-dots li.slick-active .dot,
.team-carousel .section-dots li.slick-active .dot,
.blog-carousel .section-dots li.slick-active .dot,
.testimonial-carousel .section-dots li.slick-active .dot {
  background-color: #dbd7d7;
  width: 10rem;
  height: 1rem;
}
@media (max-width: 768px) {
  .services-carousel,
.team-carousel,
.blog-carousel,
.testimonial-carousel {
    padding-bottom: 4rem;
  }
}

/*-------------------------------
   @TODO: odometer here
-------------------------------*/
.odometer-inside {
  display: inline-flex;
  align-items: center;
}

.m-btn, .navbar.navbar--white .nav-btn, .navbar.navbar--trans .nav-btn, .navbar.navbar--trans.bg .nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.8rem;
  font-weight: 2.3rem;
  text-align: center;
  padding: 1.5rem 3rem;
  border-radius: 0.5rem;
}
.m-btn--md {
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 1.2rem 2.4rem;
}
.m-btn--outline, .navbar.navbar--trans .nav-btn {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.m-btn--outline:hover, .navbar.navbar--trans .nav-btn:hover {
  color: #fff;
  box-shadow: 0rem 0.8rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.m-btn--outline-black, .navbar.navbar--white .nav-btn, .navbar.navbar--trans.bg .nav-btn {
  color: #3a3a3a;
  border: 1px solid #dbd7d7;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.m-btn--outline-black:hover, .navbar.navbar--white .nav-btn:hover, .navbar.navbar--trans.bg .nav-btn:hover {
  color: #3a3a3a;
  box-shadow: 0rem 0.8rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.m-btn--primary {
  background-color: #fa4216;
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.m-btn--primary:hover {
  color: #3a3a3a;
  background-color: #fff;
  box-shadow: 0rem 0.8rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.m-btn--gray {
  background-color: #585858;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.m-btn--gray:hover {
  color: #fff;
  background-color: #fa4216;
  transition: all 0.3s ease-out;
}
.m-btn--white {
  background-color: #fff;
  color: #3a3a3a;
  transition: all 0.3s ease-in-out;
}
.m-btn--white:hover {
  color: #3a3a3a;
  box-shadow: 0rem 0.8rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.navbar {
  z-index: 999;
  padding: 1.2rem 0;
}
.navbar.box-shadow {
  box-shadow: 0px 4px 18px rgba(199, 199, 199, 0.2509803922);
}
.navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar.navbar--trans {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: transparent;
}
.navbar.navbar--trans.bg {
  background-color: #fff !important;
}
.navbar.navbar--trans.bg a {
  color: #585858;
}
.navbar.navbar--trans.bg a:hover {
  color: #fa4216;
}
.navbar.navbar--trans a {
  color: white;
}
.navbar.navbar--trans a:hover {
  color: #fa4216;
}
.navbar.navbar--trans .dropdown-menu a {
  color: #585858;
}
@media (max-width: 991.98px) {
  .navbar.navbar--trans {
    background-color: #fff;
  }
  .navbar.navbar--trans a {
    color: #585858;
  }
  .navbar.navbar--trans a:hover {
    color: #fa4216;
  }
  .navbar.navbar--trans .nav-btn {
    color: #3a3a3a;
    border: 1px solid #dbd7d7;
  }
}
.navbar.navbar--white {
  background-color: #fff;
}
.navbar.navbar--white a {
  color: #585858;
}
.navbar.navbar--white a:hover {
  color: #fa4216;
}
.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

.navbar-nav {
  gap: 2.4rem;
}
.navbar-nav li a:hover {
  color: #fa4216;
}
@media (max-width: 991.98px) {
  .navbar-nav {
    padding: 2rem 0;
    gap: 1rem;
  }
}

.show-dropdown:hover .dropdown-menu {
  display: block !important;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.sub-dropdown {
  position: relative;
}
.sub-dropdown .sub-menu {
  display: none;
  position: absolute;
  left: 80px;
  border-radius: 3px;
  background-color: #ffffff;
  z-index: 1;
}
.sub-dropdown:hover .sub-menu {
  display: block !important;
}

.dropdown-menu {
  border: none;
  box-shadow: 0px 4px 18px rgba(199, 199, 199, 0.2509803922);
}

.dropdown-item {
  padding: 0.5rem 2rem;
  transition: all 0.3s ease-in-out;
}
.dropdown-item:hover {
  background-color: #fa4216;
  color: #fff !important;
}

.dropend {
  left: 100%;
  top: 65%;
}
@media (max-width: 991.98px) {
  .dropend {
    margin-left: 2rem;
  }
}

footer .social-icons a {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fa4216 !important;
  background: #fff !important;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
footer .social-icons a:hover {
  color: #fa4216 !important;
}
footer .nav {
  --bs-nav-link-color: $dark-600;
}
footer .nav .nav-link:focus,
footer .nav .nav-link:hover {
  --bs-nav-link-hover-color: $dark-600;
}
footer .footer-itms .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
}
footer .footer-itms .nav-item .nav-link:hover {
  color: #fa4216;
  transform: translateX(1rem);
  transition: all 0.3s ease-in-out;
}

.copy-write .nav .nav-item .nav-link:hover {
  color: #fa4216 !important;
}