/**

* Template Name: Flattern - v2.0.1

* Template URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/

* Author: BootstrapMade.com

* License: https://bootstrapmade.com/license/

*/

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

# General

--------------------------------------------------------------*/
body {
  font-family: "Arial", sans-serif;
  color: #000000;
}

a {
  color: #ffffff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
}

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

# Back to top button

--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 34px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #f03c02;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #fd5c28;
  transition: 0.3s ease-in-out;
}

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

# Disable AOS delay on mobile

--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

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

# Top Bar

--------------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}

#topbar {
  background: #2e0092;
  padding: 10px 0;
  font-size: 15px;
  color: #ffffff;
}

@media (max-width: 1199px) {
  #topbar {
    font-size: 14px;
  }
  #topbar .contact-info span {
    white-space: nowrap;
  }
}

#topbar .contact-info a {
  line-height: 1;
  color: #ffffff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #ffffff;
}

#topbar .contact-info i {
  color: #ffffff;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 20px;
}

#topbar .topbar-divider {
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #ffffff;
  opacity: 1;
  margin: 0 22px;
  vertical-align: middle;
}

#topbar .social-links a {
  color: #ffffff;
  /* font-size: 20px; */
  padding: 4px 0 4px 10px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #f03c02;
}

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

# Header

--------------------------------------------------------------*/
#header {
  height: 60px;
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
  background: #fff;
  position: sticky !important;
  position: fixed;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}

#header .logo {
  flex: 0 0 auto;
  /* width: auto; */
}

#header .logo img {
  padding: 0;
  margin: 0;
  height: 60px;
  /* width: auto; */
  max-width: 250px;
  display: block;
}

#header > .container {
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  #header .nav-menu {
    display: block !important;
    flex: 1 1 auto;
  }
  #header .mobile-nav-toggle {
    display: none !important;
  }
  #header .nav-menu > ul {
    justify-content: center;
  }
}

.nav-menu > ul {
  flex-wrap: nowrap;
}

.detail-img-container img {
  width: 100%;
  height: auto;
  /* border: 2px solid var(--brand-yellow); */
  display: block;
}

.project-img-box {
  position: relative;
  border: 5px solid var(--brand-dark);
}
.project-img-box img {
  width: 100%;
  display: block;
}
.badge-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--brand-yellow);
  color: #000;
  font-weight: 800;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 3px;
}
/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
  align-items: center;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > ul > li + li {
  padding-left: 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000000 !important;
  padding: 30px 0 15px 0;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #f03c02;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #000000;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #f03c02;
}

.nav-menu .drop-down > a:after {
  content: "\ea4a";
  font-family: "boxicons" !important;
  padding-left: 5px;
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\ea50";
  font-family: "boxicons" !important;
  position: absolute;
  right: 15px;
  font-weight: normal;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #65534c;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2b2320;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #f03c02;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\F282";
  font-family: "bootstrap-icons";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\F286";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(14, 11, 10, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

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

# Hero Section

--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  /* justify-content: center; */
  position: absolute;
  bottom: 60px;
  top: 110px;
  left: 50px;
  right: 50px;
  margin-left: 300px !important;
}

#hero .carousel-content {
  /*  background: rgba(28, 23, 21, 0.7);*/
  /* background: rgba(28, 23, 21, 0.40); */
  padding: 20px;
  color: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  /* border-top: 5px solid #f03c02; */
}

#hero .carousel-content h1 {
  /* background: rgba(0, 0, 0, 0.2); */
  padding: 0px 5px;
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  text-shadow:
    2px 2px 8px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(0, 0, 0, 0.6);
}

#hero .carousel-content p {
  font-size: 20px;
  margin-bottom: 22px;
  display: inline-block;
  /* background: rgba(0, 0, 0, 0.2); */
  padding: 0px 5px;
  text-shadow:
    2px 2px 8px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(0, 0, 0, 0.6);
}

#hero .btn-get-started {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f03c02;
  background: #f03c02;
}

#hero .btn-get-started:hover {
  background: #f03c02;
  color: #fff;
  text-decoration: none;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.carousel-content h1 {
  animation: slideInLeft 1s ease-in-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
.carousel-content p {
  animation: slideInLeft 1s ease-in-out forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
.carousel-content .slider-btn {
  animation: slideInLeft 1s ease-in-out forwards;
  animation-delay: 1s;
  opacity: 0;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    width: 30px !important;
    height: 30px !important;
    font-size: 20px !important;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    width: 30px !important;
    height: 30px !important;
    font-size: 20px !important;
  }
}

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

# Sections General

--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #000000;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

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

# Breadcrumbs

--------------------------------------------------------------*/
.breadcrumbs {
  padding: 110px 0;
  background-size: cover;
  background-position: center center;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
}

.breadcrumbs ol a {
  color: #ffffff;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c8bab5;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

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

# Cta

--------------------------------------------------------------*/
.cta {
  background: #f3f1f0;
  padding: 60px 0;
  color: #000000;
  border: 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta h3 span {
  color: #f03c02;
}

.cta p {
  padding: 0;
  margin: 0;
}

.cta .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  border: 2px solid #f03c02;
  color: #fff;
  background: #f03c02;
  transition: all 0.3s ease; /* smoother animation */
}

.cta .cta-btn:hover {
  transform: translateY(-4px) scale(1.05); /* pop up effect */
  box-shadow: 0 10px 20px rgba(240, 60, 2, 0.3); /* depth */
  background: #f03c02;
  color: #fff;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

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

# Services

--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #ebe6e4;
  height: 200px;
  position: relative;
  /*background: #faf9f8;*/

  background-image: url(../img/home-services/area_rug_cleaning.jpg);
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #f03c02;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #f03c02;
}

.services .icon-box:hover .icon i {
  color: #f03c02;
}

.services .icon-box:hover .title a {
  color: #f03c02;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

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

# Portfolio

--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #f03c02;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

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

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #2b2320;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #65534c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #483b36;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #f03c02;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #fe825a;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: 20px;
}

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

# Clients

--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

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

# About Us

--------------------------------------------------------------*/
.about-us .content {
  padding: 30px 0;
}

.about-us .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about-us .content p {
  margin-bottom: 0;
}
.about-us h3 span {
  color: #f03c02;
}
.about-us .content .icon-box {
  margin-top: 10px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #f03c02;
}

.about-us .content .icon-box p {
  font-size: 16px;
  color: #000000;
  margin-left: 60px;
}

.about-us .image {
  background: url("../img/homepageimages/about.webp") center center no-repeat;
  background-size: cover;
  min-height: 480px;
  /* width: 380px; */
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .about-us .image {
    width: 99% !important;
  }
}
@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
    margin-left: 0px !important;
  }
  .about-us .image img {
    /* max-width: 80%; */
  }
  #hero .carousel-container {
    margin-left: 0px !important;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}

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

# Our Team

--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #2b2320;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #f03c02;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2b2320;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}

.team .member:hover .social {
  opacity: 1;
}

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

# Our Skills

--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2b2320;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #ded5d2;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #f03c02;
}

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

# Features

--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  /*color: #2b2320;*/

  color: #000000;
}

.features .nav-link:hover {
  color: #f03c02;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 16px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #f03c02;
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

# Pricing

--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f3f1f0;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b2320;
}

.pricing h4 {
  font-size: 42px;
  color: #f03c02;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #2b2320;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .btn-buy {
  color: #9c847b;
  border: 2px solid #e9e3e1;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  color: #f03c02;
  border-color: #f03c02;
}

.pricing .featured {
  background: #fd5c28;
  box-shadow: none;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.pricing .featured .btn-buy:hover {
  color: #f03c02;
  background: #fff;
  border-color: #fff;
}

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

# Cta Pricing

--------------------------------------------------------------*/
.cta-pricing {
  background: #f3f1f0;
  color: #65534c;
}

.cta-pricing h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta-pricing .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid #f03c02;
  color: #f03c02;
  background: #fff;
}

.cta-pricing .cta-btn:hover {
  background: #f03c02;
  color: #fff;
}

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

# Testimonials

--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

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

# Contact

--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #f03c02;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffeee8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000000;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: #000000;
}

.contact .info:hover i {
  background: #f03c02;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #f03c02;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fd5c28;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

# Portfolio Details

--------------------------------------------------------------*/
.portfolio-details {
  padding: 40px;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #f03c02 !important;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
  #hero .carousel-container {
    margin-left: 0px !important;
  }
}

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

# Blog

--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  background: #f8f6f5;
}

.blog .entry .entry-img {
  /* max-height: 400px; */
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #f03c02;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #836a61;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f03c02;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #fd541e;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2b2320;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #ae9a92;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f03c02;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #9c847b;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f03c02;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2b2320;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #9c847b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #2b2320;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #f03c02;
}

.blog .blog-pagination {
  color: #65534c;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #b4aca8;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #f03c02;
  border: 1px solid #f03c02;
  border-radius: 4px;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f6f5f5;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  background: #f8f6f5;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #000000;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f03c02;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #fd5c28;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #000000;
}

.blog .sidebar .categories ul a:hover {
  color: #f03c02;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #9c847b;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 16px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f03c02;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 16px;
  color: #000000;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f03c02;
  background: #f03c02;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}

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

# Footer

--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 16px;
  background: #f03c02;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #2e0092;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  color: #ffffff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fd6f41;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 22px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffffff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f03c02;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #fd5c28;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #b4aca8;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f03c02;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fd5c28;
  color: #fff;
  text-decoration: none;
}

.custom_whiteColor {
  color: white !important;
}

/*-------------- service crousel ----------------------*/

.service-carousel {
  float: left;
  width: 100%;
}

.service-box {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: 0px;
}

.service-box img {
  width: 100%;
}

.service-box:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);

  -o-trasform: scale(1.2);
  transform: scale(1.2);
}

.service-box:hover .service-name > span {
  -webkit-transform: translateX(-50%) translateY(-60%);

  -moz-transform: translateX(-50%) translateY(-60%);
  -ms-transform: translateX(-50%) translateY(-60%);

  -o-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
}

.service-carousel .owl-nav {
  height: 70px;
  left: -270px;
  position: absolute;
  top: 190px;
  width: 130px;
}

.service-carousel .owl-nav > div {
  background: rgba(0, 0, 0, 0) url("../images/arrow.webp") no-repeat scroll
    center center;

  color: rgba(0, 0, 0, 0);
  float: left;
  height: 100%;
  width: 50%;
}

.service-carousel .owl-nav > div.owl-prev {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);

  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tag-cloud {
  text-align: left;
  padding-left: 0px;
}

.tag-cloud li a {
  background: #f03c02;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
  font-size: 15px;
}

.tag-cloud li {
  list-style-type: none;
  padding: 5px;
  display: inline-block;
}

.tags-heading {
  font-size: 20px;
  color: #2da8d8ff;
  padding-left: 30px;
  padding-bottom: 15px;
}

.widget.tags {
  background: #f8f6f5;
  padding: 30px;
  /* margin-left: 30px; */
}

.widget.tags h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #000000;
  position: relative;
}

.fa-brands.fa-x-twitter {
  font-family: sans-serif;
}
.fa-brands.fa-x-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}

.offers-list p {
  line-height: 32px;
}

.offers-list a {
  color: #ffffff;
  background: #f03c02;
  width: 135px;
  height: 42px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  font-weight: 600;
  border-radius: 5px;
}
.offers-list a:hover {
  background: #2e0092;
  color: #fff;
}

.service-box img {
  border: 1px solid #fe590045;
}

.offers-list {
  border: 1px solid #fe590014;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  line-height: 1;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 6px 8px;
}

@media (min-width: 1450px) {
  .banner-carousel,
  .banner-carousel .carousel-inner {
    height: 60vh;
  }
}

#breadcrumbs {
  padding: 0px !important;
}

@media (max-width: 1000px) and (min-width: 767px) {
  #hero,
  #heroCarousel .carousel-item {
    height: 50vh !important;
  }
}

@media (max-width: 1200px) {
  #clients img {
    width: 100%;
    height: auto !important;
  }
}

@media (max-width: 1300px) and (min-width: 991px) {
  .nav-menu a {
    font-size: 12px;
    padding: 6px 4px !important;
  }
  .nav-menu > ul > li + li {
    padding-left: 6px !important;
  }
  #header .logo img {
    height: 46px;
    max-width: 160px;
  }
}

@media (max-width: 1400px) {
  #hero .carousel-content h1 {
    font-size:35px;
  }
}

@media (max-width: 767px) {
  #hero .carousel-content h1 {
    font-size: 22px;
  }
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
  #clients .col-md-3 {
    margin-bottom: 40px;
  }
  .offer-page h3 {
    margin-top: 25px;
  }
}

@media (max-width: 700px) {
  #hero {
    height: 45vh;
  }
}

@media (max-width: 375px) {
  #hero {
    height: 60vh;
  }
}

@media (max-width: 767px) {
  .mobile-view {
    display: none;
  }
}

@media (max-width: 767px) {
  .widget.tags {
    padding: 20px;
  }
  .tag-cloud li a {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
}
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  height: 60vh;
  min-height: 400px;
}
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#hero .carousel-item .container {
  display: flex;
  align-items: center;
  height: 100%;
}

#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(5, 13, 36, 0.55); */
  position: absolute;
  inset: 0;
}
#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  inset: 70px 50px 0 50px;
}
#hero .carousel-content {
  color: #fff;
  max-width: 700px;
  text-align: left;
  position: relative;
  z-index: 2;
}
#hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}
#hero p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
#hero .btn-get-started {
  display: inline-block;
  padding: 12px 30px;
  background: #f03c02 !important;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
  text-decoration: none;
}
#hero .btn-get-started:hover {
  background: #103464;
  color: #fff;
}

@media(max-width: 400px){
  #hero .btn-get-started {
    padding: 8px 20px;
    font-size: 15px;
  }
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  opacity: 0.7;
  z-index: 3;
  background-color: transparent !important;
  border: none !important;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  /* background: rgba(255, 255, 255, 0.2); */
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#hero .carousel-control-prev:hover .carousel-control-prev-icon,
#hero .carousel-control-next:hover .carousel-control-next-icon {
  background: #ff8f1f;
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  opacity: 0.6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  border: 0;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #f03c02;
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
  }
  #hero p {
    font-size: 16px;
  }
  #hero .carousel-container {
    inset: 50px 15px 0 15px;
  }
}
.inner-intro {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.inner-intro > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inner-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.45); */
  z-index: 1;
}

.inner-intro .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.inner-intro .title,
.inner-intro .title_row {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.inner-intro h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 10px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.inner-intro .breadcrumb-text {
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.inner-intro .breadcrumb-text a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .inner-intro {
    height: 260px;
  }

  .inner-intro h2 {
    font-size: 1.55rem !important;
  }

  .inner-intro .breadcrumb-text {
    font-size: 1rem !important;
  }

  .sd-faq-item {
    width: 100% !important;
  }
}

.inner-introA {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.inner-introA  p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 10px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  text-align: center;
}
.inner-introA > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


@media (max-width: 767px) {
  .inner-introA {
    height: 260px;
  }
}


.sd-banner {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.sd-banner-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sd-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 0 20px;
}

.sd-banner-overlay h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0 0 10px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.sd-banner-overlay .sd-bread {
  color: #fff;
  font-size: 1.1rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.sd-banner-overlay .sd-bread a {
  color: #fff;
  text-decoration: none;
}

.sd-main-section {
  padding: 60px 0;
}

.sd-content-box {
  background: #fff;
  border: 1px solid #f09029;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.sd-content-box h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1a1a1a;
}

.sd-content-box h2 span {
  color: #4a5ff5;
}

.sd-content-box p {
  color: #000000;
  line-height: 1.7;
  margin-bottom: 14px;
}

.sd-process-section {
  padding: 40px 0 60px;
}

.sd-process-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.sd-process-title span {
  color: #4a5ff5;
}

.sd-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sd-process-card {
  position: relative;
  background: #fff;
  border: 1px solid #f09029;
  border-radius: 10px;
  padding: 24px 20px 40px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.sd-process-card h4 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.sd-process-card p {
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.5;
}

.sd-process-card .sd-step-num {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ff7a00;
  border: 2px solid #4a5ff5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #ffffff;
}

.sd-best-section {
  padding: 40px 0;
}

.sd-best-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.sd-best-section h2 span {
  color: #4a5ff5;
}

.sd-best-section p {
  color: #000000;
  line-height: 1.7;
  margin-bottom: 14px;
}

.sd-best-image {
  width: 100%;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
  height: 450px;
}

.sd-best-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sd-faq-wrap {
  padding: 50px 0;
  background: #f1eeff;
}

.sd-faq-wrap h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.sd-faq-wrap h2 span {
  color: #4a5ff5;
}

.sd-faq-item {
  background: #f1eeff;
  border-radius: 8px;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* .sd-faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 10px 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
} */

.sd-faq-question i {
  color: #4a5ff5;
}

.sd-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
  color: #000000;
}

.sd-faq-answer.open {
  max-height: 500px;
  padding: 0 20px 18px 40px;
}

@media (max-width: 991px) {
  .sd-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .sd-process-grid {
    grid-template-columns: 1fr;
  }
  .inner-intro h1 {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 975px) {
  .sd-faq-item {
    width: 100% !important;
  }
}

.blog-btn {
  display: table;
  background: #f03c02;
  color: #ffffff !important;
  border: none;
  /* border-bottom: solid 2px #d48a1d; */
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
}

.blog-btn:hover {
  background: #2e0092;
  color: #fff;
}

/*--------------------------------------------------------------
# Service Detail Page (.sd-*)
--------------------------------------------------------------*/
:root {
  --brand-purple: #2d1c8c;
  --brand-orange: #f15a22;
  --brand-light: #f6f4ff;
  --brand-text: #1c1c1c;
  --brand-muted: #5a5a5a;
  --brand-border: #e6e6e6;
}

.sd-page {
  color: #000000;
  font-family: "Raleway", sans-serif;
}

/* HERO BANNER */
.sd-hero {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.sd-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.35); */
}
.sd-hero-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 56px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .sd-hero {
    height: 220px !important;
  }
  .sd-hero-title {
    font-size: 32px !important;
  }
 .inner-introA p {
    font-size: 30px !important;
  }
}
@media (max-width: 425px) {
  .sd-hero {
    /* height: 100px !important; */
  }
}

/* MAIN CONTENT + SIDEBAR */
.sd-main {
  padding: 30px 0;
}
.sd-main h2 {
  font-weight: 800;
  font-size: 30px;
  margin: 0 0 18px;
  color: #000000;
}
.sd-main h2 span {
  color: var(--brand-purple);
}
.sd-main p {
  color: #000000;
  line-height: 1.75;
  margin-bottom: 16px;
  font-size: 15px;
}

.sd-feature-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 28px;
  border: 2px solid #f03c02;
}
.sd-feature-img img {
  width: 100%;
  display: block;
}
.sd-feature-img .sd-img-tag {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--brand-orange);
  color: #fff;
  text-align: center;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 14px 12px;
  text-transform: uppercase;
  font-size: 22px;
}

/* SIDEBAR */
.sd-sidebar {
  padding-left: 10px;
}
.sd-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* border: 1px solid var(--brand-border); */
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
/* .sd-sidebar-list li + li {
  border-top: 1px solid var(--brand-border);
} */
.sd-sidebar-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
  background: #f8f6f5;
  transition: 0.2s;
  border: solid 1px lightgray;
  margin-bottom: 3px;
}
.sd-sidebar-list a:after {
  content: "\00bb";
  color: #000000;
  font-size: 18px;
}
.sd-sidebar-list li.active a,
.sd-sidebar-list a:hover {
  background: #fafafa;
  color: var(--brand-orange);
  border-left: 3px solid var(--brand-orange);
}

/* PROCESS SECTION */
.sd-process {
  padding: 30px 0 30px;
}
.sd-process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) {
  .sd-process-grid {
    grid-template-columns: 1fr;
  }
}

.sd-step-card {
  display: flex;
  align-items: center;
  gap: 18px;
  /* border: 1px solid var(--brand-border); */
  border: 2px solid var(--brand-orange);
  padding: 18px 22px;
  margin-bottom: 18px;
  border-radius: 4px;
  background: #fff;
  margin-right: 40px;
}
.sd-step-card .sd-step-num {
  font-size: 42px;
  font-weight: 500;
  color: #301990;
  min-width: 50px;
}
.sd-step-card h4 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 700;
}
.sd-step-card p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}

.sd-process-right .sd-eyebrow {
  color: var(--brand-orange);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.sd-process-right .sd-eyebrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 2px;
  background: var(--brand-orange);
}
.sd-process-right h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 16px;
}
.sd-process-right h2 span {
  color: #000000;
}
.sd-process-right p {
  color: #000000;
  line-height: 1.8;
  font-size: 15px;
}

/* PROJECTS */
.sd-stats {
  padding: 50px 0;
  background: #fff;
}
.sd-stats-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}
.sd-stats-eyebrow i {
  color: #ff6a3d;
  font-size: 9px;
}
.sd-stats-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 14px;
  color: #0b0b1a;
}
.sd-stats-title span {
  color: var(--brand-purple);
}
.sd-stats-text p {
  color: #000000;
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}
.sd-stat-card {
  background: var(--brand-purple, #2e1a8c);
  color: #fff;
  border-radius: 8px;
  padding: 18px 14px;
  text-align: center;
  height: 100%;
  border: 2px solid transparent;
  transition: transform 0.2s ease;
}
.sd-stat-card:hover {
  transform: translateY(-2px);
  background: #ffffff;
  color: #0b0b1a;
  border-color: #ff6a3d;
}
.sd-stat-card h5 {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 4px;
  /* color: #fff; */
}
.sd-stat-card p {
  font-size: 12px;
  margin: 0;
  opacity: 1;
  font-weight: 500;
}
/* .sd-stat-card.is-active {
  background: #fff;
  color: #0b0b1a;
  border-color: #ff6a3d;
} */
/* .sd-stat-card.is-active h5 {
  color: #0b0b1a;
} */

.sd-projects {
  padding: 40px 0;
  background: #fff;
}
.sd-projects h3 {
  text-align: center;
  font-weight: 800;
  margin: 0 0 30px;
  font-size: 28px;
}
.sd-projects h3 span {
  color: var(--brand-purple);
}
.sd-project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .sd-project-grid {
    grid-template-columns: 1fr;
  }
}
.sd-project-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.sd-project-card img {
  width: 100%;
  display: block;
  border: 2px solid #f03c02;
}
.sd-project-badge {
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--brand-orange);
  color: #fff;
  padding: 4px 18px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 3px;
}

/* BEST SERVICES */
.sd-best {
  padding: 30px 0;
}
.sd-best h2 {
  font-weight: 800;
  font-size: 28px;
  margin: 0 0 16px;
}
.sd-best h2 span {
  color: #000000;
  font-size: 24px;
}
.sd-best p {
  color: #000000;
  line-height: 1.8;
  font-size: 15px;
}

/* FAQ */
.sd-faq-section {
  padding: 60px 0;
  background: var(--brand-light);
}
.sd-faq-grid {
  display: grid;
  /* Fixed the spacing/syntax for the columns */
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
  align-items: center;
}
@media (max-width: 900px) {
  .sd-faq-grid {
    grid-template-columns: 1fr;
  }
}
.sd-faq-section h2 {
  font-weight: 800;
  font-size: 30px;
  /* margin: 0 30px 25px; */
}
.sd-faq-section h2 span {
  color: #f03c02;
}
.sd-faq-item {
  border-bottom: 1px solid #d9d4ee;
  padding: 15px 15px 15px 15px;
}
.sd-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  padding: 0;
}
.sd-faq-q .sd-caret {
  color: var(--brand-orange);
  transition: transform 0.3s;
}
.sd-faq-q.active .sd-caret {
  transform: rotate(180deg);
}
.sd-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  color: #000000;
  font-size: 15px;
  line-height: 1.7;
}
.sd-faq-a.open {
  max-height: 500px;
  padding-top: 12px;
}

/* Blog Sidebar */
.blog-sidebar {
  padding-left: 15px;
}
.blog-widget {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 22px 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.blog-widget-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-text, #1c1c1c);
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f15a22;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-widget-item + .blog-widget-item {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}
.blog-widget-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
.blog-widget-link:hover {
  color: var(--brand-orange, #f15a22);
}
.blog-widget-link:hover .blog-widget-thumb {
  transform: scale(1.05);
}
.blog-widget-thumb {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.blog-widget-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: #1c1c1c;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-widget-link:hover .blog-widget-text {
  color: var(--brand-orange, #f15a22);
}
.blog-widget-empty {
  color: #888;
  font-size: 14px;
  font-style: italic;
}
.blog-widget-cat a {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px dashed #eee;
}
.blog-widget-cat a:hover {
  color: var(--brand-orange, #f15a22);
}
.blog-widget-cat span {
  color: #999;
  font-size: 13px;
}

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

/* Home / Services Card (image with orange bottom tag) */
.sd-service-card {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  max-width: 338px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.sd-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.sd-service-img {
  flex: 1 1 auto;
  overflow: hidden;
}
.sd-service-img img {
  width: 100%;
  height: 200px;
  min-height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.sd-service-card:hover .sd-service-img img {
  transform: scale(1.05);
}
.sd-service-tag {
  background: var(--brand-orange, #f15a22);
  color: #fff;
  text-align: center;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 12px;
  font-size: 20px;
}

.sd-quote-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(45, 28, 140, 0.08);
  color: var(--brand-purple);

  /* Text Styling */
  font-style: italic;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;

  /* Centering Logic */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* Sizing and Spacing */
  min-height: 200px;
  padding: 36px 20px;
  /* margin-top: 100px !important; */
}
/* .post-content a {
  color: #000000 !important;
} */

@media (min-width: 992px) {
  #header > .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }

  #header .nav-menu {
    display: block !important;
    flex: 1 1 auto;
  }

  #header .nav-menu > ul {
    display: flex !important;
    justify-content: right;
    flex-wrap: nowrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #header .nav-menu > ul > li + li {
    padding-left: 18px;
  }

  #header .nav-menu a {
    display: block;
    color: #000;
    padding: 8px 10px;
    font-size: 15px;
    text-transform: uppercase;
  }

  #header .mobile-nav-toggle {
    display: none !important;
  }
}

#header .nav-menu a:hover {
  background: #f03c02 !important;
  color: #fff !important;
}

@media (max-width: 991px) {
  #header .nav-menu {
    display: none !important;
  }
  #header .mobile-nav-toggle {
    display: inline-block !important;
  }
  .service-text {
    font-size: 16px !important;
  }
  .sd-quote-card {
    margin-top: 0px !important;
  }
}

.service-text {
  color: #fff !important;
  text-shadow:
    2px 2px 8px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(0, 0, 0, 0.6);
  font-size: 24px;
  text-align: center;
}
.th-item-has-children > a:after,
.th-item-has-children.th-active > a:after {
  content: none !important;
}

@media (max-width: 991px) {
  .two-step-dd.dd-open > ul,
  .mobile-nav .two-step-dd.dd-open > ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}
.desktop-only-noop .two-step-dd.dd-open > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.counter-item h3 {
  font-size: 58px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 20px 20px;
}

.counter-item h5 {
  font-size: 16px !important;
}

/* BANNER */
.blog-detail-banner {
  position: relative;
  overflow: hidden;
  height: 380px;
}

.blog-detail-banner img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.blog-detail-banner .banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.blog-detail-banner h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 14px;
  text-shadow:
    2px 2px 8px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(0, 0, 0, 0.6);
}

.blog-detail-banner .breadcrumb-list {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 600;
}

.blog-detail-banner .breadcrumb-list li {
  color: #fff;
  text-shadow:
    2px 2px 8px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(0, 0, 0, 0.6);
}

.blog-detail-banner .breadcrumb-list a {
  color: #ffde17;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.blog-detail-banner .breadcrumb-list a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .blog-detail-banner,
  .blog-detail-banner img {
    height: 200px;
  }

  .blog-detail-banner h2 {
    font-size: 26px;
  }
}

/* LAYOUT */
.blog-page-sec .block.gray {
  padding: 55px 0;
}
.blog-content-body a {
  color: #f03c02 !important;
}
/* a {
  color: #f03c02 !important;
} */

/* MAIN CARD */
.blog-main-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-main-card .post-featured-img img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.blog-main-card .post-body {
  padding: 35px 40px 40px;
}

.blog-main-card h1 {
  font-size: 27px;
  font-weight: 800;
  color: #000;
  border-left: 5px solid #f03c02;
  padding-left: 15px;
  line-height: 1.35;
  margin-bottom: 25px;
}

.blog-content-body {
  font-size: 15px;
  line-height: 1.9;
  color: #000;
}

.blog-content-body p {
  margin-bottom: 16px;
}

.blog-content-body h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 32px 0 12px;
}

.blog-content-body h3 {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  margin: 28px 0 10px;
}

.blog-content-body ul,
.blog-content-body ol {
  padding-left: 22px;
  margin-bottom: 16px;
}

.blog-content-body li {
  margin-bottom: 8px;
}

.blog-content-body img {
  max-width: 100%;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
  padding: 15px 20px;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #000;
}

/* FAQ SECTION - matches blog design */
.sd-faq-section {
  padding: 40px 0;
}

.sd-section-title-text-left {
  font-size: 27px;
  font-weight: 800;
  color: #000;
  border-left: 5px solid #f03c02;
  padding-left: 15px;
  line-height: 1.35;
  margin-bottom: 25px;
}

.sd-section-title-text-left span {
  color: #1c75bc;
}

.sd-faq-list {
  background: #f1eeff;
  border-radius: 12px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08); */
  padding: 20px 25px;
}

.sd-faq-item {
  border-bottom: 1px solid #eee;
  padding: 10px 10px;
}

.sd-faq-item:last-child {
  border-bottom: none;
}

.sd-faq-question {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 6px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s ease;
}

.sd-faq-question:hover,
.sd-faq-question.active {
  color: #000000;
}

.sd-faq-question i {
  color: #f03c02;
  font-size: 14px;
  margin-left: 12px;
}

.sd-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
  font-size: 15px;
  line-height: 1.9;
  color: #000;
  padding: 0 6px;
}

.sd-faq-answer.open {
  max-height: 1500px;
  padding: 4px 6px 16px;
}

@media (max-width: 768px) {
  .sd-section-title-text-left {
    font-size: 22px;
  }

  .sd-faq-question {
    font-size: 15px;
  }
}
.inner-intro {
  position: relative;
  overflow: hidden;
}

.inner-intro > img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media (max-width: 700px) {
  .inner-intro > img {
    /* height: 260px !important; */
  }
}

@media (max-width: 500px) {
  .inner-intro > img {
    /* height: 200px !important; */
  }
}

@media (max-width: 375px) {
  .inner-intro > img {
    /* height: 120px !important; */
  }
}

.inner-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.35); */
  z-index: 1;
}

.inner-intro > .container {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-intro .title,
.inner-intro .title_row {
  width: 100%;
}

.contentfour ul {
  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding-left: 0 !important;
    justify-content: start;

  /* margin: 0 -8px !important; */
  /* width: calc(100% + 16px) !important; */
}

.contentfour ul li {
  list-style: none !important;
  padding: 0 8px !important;
  margin-bottom: 16px !important;
  width: 50% !important;
  box-sizing: border-box !important;
  display: block !important;
}

@media (min-width: 768px) {
  .contentfour ul li {
    width: 21% !important;
  }

}
@media (max-width: 768px) {
  .contentfour ul {
    justify-content: center;
  }

}

.contentfour ul li {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;

  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;

  background-color: #2e1a8c !important;
  color: #fff !important;
  padding: 10px 0px !important;
  border-radius: 6px !important;
  /* min-height: 95px !important; */
  border: 2px solid transparent !important;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  margin-right: 10px;
}

.contentfour ul li:hover {
  background-color: #fff !important;
  color: #000 !important;
  border:2px solid #ff5722 !important;
  
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contentfour p{
  margin: 0;padding: 0;
}
.contentfour ul li p strong{
  margin-top: 10px !important;
  font-size: 14px;
}
.contentfour ul li p span{
  margin-top: 10px !important;
  font-size: 12px;
}