@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body {
  font-family: "Open Sans", sans-serif;
  background: var(--c4);
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  color: var(--c1);
  padding: 0;
  margin: 0;
  line-height: 30px;
}

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

/* Colors Root */

:root {
  --c1: #010101; 	/* Black */
  --c2: #fff; 		/* White */
  --c3: #b29240; 	/* Brown */
  --c4: #2a2f31;   /* Background Color */
}

/* Web Selection */

::selection {
  background: var(--c3);
  color: var(--c2);
}

/* Loader Background */
.preloaderBg {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: var(--c4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Loader Image */
.preloader {
  background: url(https://dev-samurais-ocd-total-cleaning.pantheonsite.io/wp-content/uploads/2025/07/logo-1.png) no-repeat center;
  background-size: 150px;
  width: 300px;
  height: 300px;
}

/* Rotating Spinner */
.preloader2 {
   /* overlaps the center image */
   border: 5px solid var(--c3);
   border-top: 5px solid var(--c2);
   border-radius: 50%;
   width: 250px;
   height: 250px;
   animation: spin 1s ease-in-out infinite;
   position: absolute;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* Spacing */

.spacing {
  padding: 100px 0px;
}

/* Wrapper */

.wrapper {
  overflow: hidden;
}

/* Main Title */

.main-title h4 {
	font-size: 20px;
	color: var(--c2);
	margin-bottom: 10px;
	background: var(--c3);
	display: inline-block;
	padding: 10px 30px 10px 30px;
	border-radius: 7px;
	/* position: relative; */
}
.main-title h4:before {
    position: absolute;
    /* content: "\f043"; */
    font-family: 'Font Awesome 5 Pro';
    left: 10px;
}

.main-title h4:after {
    position: absolute;
    content: "\f043";
    font-family: 'Font Awesome 5 Pro';
    right: 10px;
    display: none;
}
.main-title h2 {
  color: var(--c3);
  font-size: 40px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 50px;
  position: relative;
}
.main-title h2:before {
    position: absolute;
    content: "";
    background-image: url(https://dmv-dryforce.thedigitalsamurais.com/wp-content/uploads/2025/05/approach-1.svg);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    z-index: -1;
    filter: drop-shadow(2px 4px 6px var(--c3));
}


/* Main BTN */

.main-btn a {
  background-color: var(--c3);
  padding: 12px 30px;
  border-radius: 6px;
  box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.13);
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: var(--c2);
  font-weight: 600;
}

.main-btn a::before {
  width: 0%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-color: var(--c4);
  transition: all 0.7s;
  z-index: -1;
}

.main-btn a:hover::before {
  width: 100%;
  left: 0;
  right: unset;
}

.main-btn a:hover {
}

/* Responsive Menu */

.responsive-btn a {
  padding: 10px 26px;
}
.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c2);
  z-index: 9999;
  transition: all 0.5s;
}
.responsive-links ul li ul {
  display: none;
}
.responsive-links ul li i {
  transition: transform 0.3s ease;
}

.responsive-menu.active {
  left: 0;
}
.responsive-links ul li ul li {
  list-style: disc;
  color: var(--c3);
}
.responsive-menu-main {
  height: 100%;
  padding: 50px;
  position: relative;
}
.responsive-logo {
  width: 100%;
  margin-bottom: 30px;
}
.responsive-links ul li a {
  color: var(--c4);
  padding: 10px 0px;
  display: block !important;
  font-weight: 600;
}
.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
}
.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c3);
  padding: 6px 0px;
}
.responsive-icon a i {
  display: block;
}
.responsive-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.responsive-icon a {
  color: var(--c3);
  font-size: 30px;
}
.responsive-links ul li:last-child {
  border: 0;
}
body.scroll-stop {
  overflow: hidden;
}
.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.resp-social ul li a i {
  display: block;
}
.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 18px;
}
.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--c3);
}
.responsive-links ul li ul {
  padding-left: 30px;
  border-top: 1px solid #8080803d;
}
.responsive-links ul li i.active::before {
  content: "\f068";
}

/* HEADER */

.sub-header {
  background-color: var(--c3);
  padding: 10px 0px;
}

.sub-header-info ul {
  display: flex;
  gap: 20px;
}

.sub-header-info ul li a {
  color: var(--c2);
  font-size: 14px;
  transition: all 0.5s;
}

.sub-header-info ul li i {
  color: var(--c2);
  margin-right: 6px;
}

.sub-header-social ul {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.sub-header-social ul li a {
  color: var(--c2);
  transition: all 0.5s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid var(--c2);
  border-radius: 50%;
}

.sub-header-social ul li a:hover {background: var(--c4);}

.sub-header-info ul li a:hover {
  color: var(--c4);
}

/* Main Header */

.head-buton a:hover {
    color: var(--c2);
}
.main-header {
    background: transparent;
    padding: 10px 0px;
}
.head-logo h2 {
}
.h-items {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}
.head-logo a {
  display: block !important;
  width: 120px;
}
.nav-bar nav ul li ul:before {
    position: absolute;
    content: "";
    border: 12px solid transparent;
    top: -26px;
    border-bottom: 15px solid var(--c3);
    left: 15px;
}
.header {
  /* box-shadow: 0px 5.77px 86.5px 0px rgba(0, 0, 0, 0.08); */
  position: absolute;
  width: 100%;
  z-index: 9;
}

.nav-bar nav ul {
  display: flex;
  gap: 25px;
  justify-content: center;
}



.nav-bar nav ul li a {
  font-weight: 700;
  color: var(--c2);
  transition: all 0.5s;
  position: relative;
  padding: 10px 0px;
  text-transform: uppercase;
  font-size: 15px;
}

.nav-bar nav ul li a::before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--c3);
  border-radius: 50%;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

.nav-bar nav ul li a:hover::before {
  visibility: visible;
  opacity: 1;
}

.nav-bar nav ul li a:hover {
  color: var(--c3);
}



.nav-bar nav ul li ul {
  position: absolute;
  flex-direction: column;
  gap: 0px;
  background-color: var(--c2);
  z-index: 99;
  width: 240px;
  transform: scaleY(0);
  transition: all 0.5s;
  transform-origin: top;
  left: -20px;
  top: 100%;
}

.nav-bar nav ul li {
  position: relative;
}

.nav-bar nav ul li ul li a {
  display: block !important;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--c3);
}

.nav-bar nav ul li ul li a::before {
  display: none;
}

.nav-bar nav ul li ul li a:hover {
  background-color: var(--c3);
  color: var(--c2);
}

.nav-bar nav ul li:hover ul {
  transform: scaleY(1);
}

/* Banner */

.main-home {
  position: relative;
}
.banner-content-main span:before {
  height: 120%;
  border-radius: 20px;
}
.banner-shape-image {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.banner-shape-image img {
    height: 100%;
}
.head-buton a {
    background: var(--c3);
    /* color: var(--c3); */
}
.banner-content-main h1 span {
    color: var(--c4);
    font-size: 50px;
}

.banner-content-main h1 span:before {
    background: var(--c3);
}
.banner-content-main p:last-of-type {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
}
.banner {
  position: relative;
}
.banner-btn {
  margin-top: 30px;
}
.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 3;
}

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

.banner-content-main h1 {
  text-transform: capitalize;
  color: var(--c2);
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  margin-bottom: 20px;
}

.banner-content-main p {
  color: var(--c2);
}

.banner:before {
  position: absolute;
  content: "";
  background: #000000b0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.banner-content-main {
  position: relative;
  z-index: 99;
  margin-top: 200px;
}

.banner-btn a {
  /* border-color: 2px solid var(--c2); */
  /* color: var(--c2); */
  background: var(--c3);
}

/* About Us */

.about-us-content {
  width: 90%;
}
.about-us {
    margin-bottom: 100px;
	position: relative;
}
.about-us-content p {
  padding: 20px 0px;
  color: var(--c2);
}
.about-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 285px;
    filter: opacity(0.3);
    display: none;
}
.image-two img {
    height: 540px;
    object-fit: cover;
}
.about-us-images {
  position: relative;
  margin-left: 160px;
}
.image-one img {
  height: 360px;
  object-fit: cover;
  position: relative;
  transition: all 0.5s;
}
.about-us-images:before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center;
  background-image: url(/wp-content/uploads/2025/05/decoration-dots-2.svg);
  width: 100px;
  height: 130px;
  top: 26%;
  left: -100px;
  animation: moveLeftRight 3s infinite ease-in-out;
  z-index: -1;
  filter: brightness(0.5);
}
@keyframes moveLeftRight {
  0% {
    left: -100px;
  }
  50% {
    left: -80px;
  }
  100% {
    left: -100px;
  }
}

.image-one:before,
.image-one:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  background: #1f1917;
  opacity: 0;
  z-index: 1;
  transition: all 0.8s ease;
}
.image-one:before {
  top: 0;
  left: 0;
}
.image-one:after {
  bottom: 0;
  right: 0;
}
.about-us:hover .image-one:before,
.about-us:hover .image-one:after {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
}
.about-us:hover .image-one:before {
  opacity: 0.6;
}
.about-us:hover .image-one:after {
  opacity: 0.15;
}
.image-one-box {
  position: absolute;
  width: 80%;
  left: -200px;
  bottom: -80px;
}
.arthur-name-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding: 0px 40px;
  text-align: center;
  transition: all 0.7s;
}
.arthur-name-description h4 {
  color: var(--c3);
  margin-bottom: 15px;
  font-weight: 600;
}
.arthur-name-description p {
  color: var(--c2);
}
.about-us:hover .arthur-name-description {
  opacity: 1;
  visibility: visible;
}
.about-us:hover .image-one img {
  transform: scale(1.1);
}
.image-one {
  overflow: hidden;
}

/* Portfolio */

.portfolio-title {
  margin-bottom: 40px;
}
.gallery-items-main {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 13px;
}
.gallery-item.item2 {
  grid-column: 1/5;
}
.gallery-item img {
}
.gallery-item.item1 img {
  height: 450px;
  object-fit: cover;
  object-position: top;
}
.gallery-item.item4 img,
.gallery-item.item3 img,
.gallery-item.item2 img {
  height: 500px;
  object-fit: cover;
}

.gallery-item.item5 img,
.gallery-item.item6 img {
  height: 450px;
  object-fit: cover;
}
.gallery-item.item5 {
  grid-column: 1/7;
}
.gallery-item.item6 {
  grid-column: 7/13;
}
.gallery-item.item1 {
  grid-column: 1/13;
}
.gallery-item.item3 {
  grid-column: 5/9;
}
.gallery-item.item4 {
  grid-column: 9/13;
}
.gallery-title {
  margin-bottom: 50px;
}
.gallery-item {
  overflow: hidden;
}
.gallery-item img {
  transition: all 0.5s;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-item a {
  height: 100%;
  display: block !important;
}


/* SECTION ABOUT US */

/* .page-template-about-us .about-us {
    margin-bottom: 100px;
}
.about-content h2 {
  margin-bottom: 20px;
}
.about-content p {
  color: var(--c1);
  margin-bottom: 20px;
}
.about-content {
  padding-left: 20px;
}
.about-img img {
  object-fit: cover;
  height: 500px;
  width: 90%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin: 0 0 0 auto;
}
.about-img {
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.about-img:before {
    position: absolute;
    content: "";
    width: 92%;
    height: 104%;
    top: 0px;
    left: 35px;
    background: var(--c3);
    z-index: -1;
    border-top-right-radius: 50%;
    border-top-left-radius: 260px;
} */

/* Bg Shape Title */

.bg-shape-title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: var(--c2);
}
.bg-shape-title span:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -3%;
  width: 108%;
  background-color: var(--c3);
  z-index: -1;
  transform: rotate(-2deg) translateY(-50%);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  height: 100%;
}

/* About Us Page */

.about-us-image {
  position: relative;
  border: 1px solid var(--c3);
  padding: 20px;
}

.about-us-image:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 85%;
  background-color: var(--c3);
  z-index: -1;
}
.about-us-title p {
  margin-top: 15px;
}

.about-us-image img {
  height: 550px;
  object-fit: cover;
}

.about-us-title {
  padding-left: 20px;
}

/* Error 404 */

.error {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100dvh;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.error404 .inner-header {
  display: none;
}
.error-content h2 {
  color: var(--c2);
}
.error:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000c2;
}
.error-content {
  position: relative;
}
.error-content p {
  color: var(--c2);
  margin: 0px 0px 30px 0px;
}

/* Location & Hours */

.location-map iframe {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
}
.location-and-hours-title ul {
    margin-top: 20px;
    padding-left: 20px;
}

.location-and-hours-title ul li {
    list-style: disc;
    color: var(--c3);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.location-and-hours-title ul li:last-child {
    margin-bottom: 0;
}


/* FAQ's */

.audience-faqs .accordion-item {
  border: 0;
  margin-bottom: 40px;
  background: unset;
}
.audience-faqs .accordion-button span {
  margin-right: 10px;
  display: inline-block;
}
.audience-faqs .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: var(--c1);
  padding: 0px;
  box-shadow: unset;
  background: unset;
}
.audience-img img {
  transition: all 0.5s;
  height: 600px;
  object-fit: cover;
}

.audience-img img:hover {
  transform: scale(1.1);
}

.audience-img {
  overflow: hidden;
  border-radius: 15px;
}
.audience-faqs .accordion-button::after {
  background-image: unset;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  transform: unset;
}

.audience-faqs .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: var(--c4);
}

.audience-faqs .accordion-body {
  padding: 20px 0px 0px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.audience-faqs {
  margin-top: 40px;
  padding-right: 20px;
}

.audience-faqs .accordion-button:not(.collapsed) {
  color: var(--c3);
}

.audience-title > h2 {
  font-size: 44px;
}

.audience-title {
  padding-right: 150px;
}

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

.audience {
  position: relative;
}

/* Reviews */

.client-about ul {
  display: flex;
  color: var(--c3);
}
section.services, .portfolio , .audience {
    background: #f1f6ff;
    padding: 100px 0px;
}
.customer-reviews-title {
  margin-bottom: 40px;
}
.customer-say {
  padding: 0px 10px;
  height: 120px;
  overflow-y: scroll;
}
.customer-say::-webkit-scrollbar {
  width: 3px;
}
.customer-say p {
    color: var(--c2);
}
.customer-say::-webkit-scrollbar-track {
  background: var(--c2);
}
.customer-say::-webkit-scrollbar-thumb {
  background: var(--c3);
}
.customer-reviews-main {
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(45deg, var(--c1), var(--c3));
  height: 260px;
  margin: 0px 10px;
}
.client-profile {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}
.client-profile-icon img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 50px;
}
.customer-reviews .client-about h4 {
  font-size: 19px;
  color: var(--c2);
}
.customer-reviews .client-about h5 {
  color: #bfbfbf;
  font-size: 15px;
  font-weight: 300;
}

/*review-arrow*/

.custom-arrow , .service-slider .custom-arrow {
  width: 50px;
  position: absolute;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: var(--c2);
  text-align: center;
  transition: all 0.4s;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 99;
  background: var(--c4);
}
.slick-next.custom-arrow {
  right: -60px;
}
.slick-prev.custom-arrow {
  left: -60px;
}
.review-slider:hover .custom-arrow , .service-slider:hover .custom-arrow {
  visibility: visible;
  opacity: 1;
}
.review-slider:hover .slick-prev.custom-arrow , .service-slider:hover .slick-prev.custom-arrow {
  left: -30px;
}
.review-slider:hover .slick-next.custom-arrow , .service-slider:hover .slick-next.custom-arrow {
  right: -30px;
}
.review-slider .slick-list.draggable {
    padding: 10px 40px;
}

/* Services */

.service-image {
  position: relative;
}
.service-content p {
    color: var(--c2);
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-image a {
	display: block !important;
	position: relative;
	z-index: 2;
}
.service-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(63, 17, 17, 0) 0%,
    var(--c3) 100%
  );
  content:
  "";
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.service-slider .slick-current.slick-center .service-image:before {
  visibility: visible;
  opacity: 1;
}
.service-content {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  padding: 33px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.services-main {
  position: relative;
}
.service-slider .slick-current.slick-center {
  transform: scale(1.2);
  position: relative;
  z-index: 99;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.27);
  background-color: var(--c2);
}
.service-slider .slick-list.draggable {
  padding: 60px 0px !important;
}
.service-slider .slick-slide {
  transition: all 0.3s linear;
}
.service-image img {
  height: 500px;
  object-fit: cover;
}
.service-slider .slick-current.slick-center .service-content {
  visibility: visible;
  opacity: 1;
}
.services-title {
  margin-bottom: 40px;
  text-align: center;
}
.service-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--c2);
  transition: all 0.3s;
}
.service-content h3:hover {
  color: var(--c4);
}
.service-content i {
  margin-left: 6px;
  font-weight: 400;
  transition: all 0.3s;
}
.service-content h3:hover i {
  padding-left: 6px;
}

/* News & Article */

.news-main {
  display: flex;
  align-items: center;
  border: 1px solid var(--c3);
  border-radius: 15px;
  gap: 15px;
  padding: 20px;
}
.news-content {
  flex: 0 0 80%;
}
.news-title {
  margin-bottom: 40px;
}
.news-content a {
  display: block !important;
}
.load-more-btn {
  text-align: center;
  margin-top: 30px;
}
.news-image {
  border-radius: 15px;
  overflow: hidden;
  flex: 0 0 20%;
}
.news-image img {
  transition: all 0.5s;
  height: 140px;
  object-fit: cover;
}
.news-box:hover .news-image img {
  transform: scale(1.1);
}
.news-content h2 {
  font-size: 24px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 30px;
}
.news-content h4:before {
  display: none;
}
.news-content p {
  color: #ababb2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-content h4 {
  font-size: 14px;
}

/* Blogs Single */

.recent-title h4 {
  position: relative;
  margin-bottom: 40px;
  color: var(--c3);
}
.recent-title h4:after {
  position: absolute;
  content: "";
  background: var(--c3);
  width: 135px;
  height: 4px;
  left: 0px;
  top: 34px;
}
.the-date {
  color: var(--c3);
}
.blog-single-wrap h4 {
  margin-top: 30px;
  color: var(--c3);
  margin-bottom: 10px;
  font-weight: 700;
}

.blog-user-info ul {
  display: flex;
  margin-top: 40px;
  gap: 40px;
  color: var(--c4);
}

.blog-user-info ul li i {
  margin-right: 10px;
}
.recent-image img {
  width: 100px;
  height: 80px;
  object-fit: cover;
}
.recent-main {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
  color: var(--c2);
}
.recent-content a {
  color: var(--c3);
  font-weight: 600;
  transition: all 0.5s;
}
.recent-content a:hover {
  color: var(--c4);
}
.blog-single-image img {
  transition: all 0.5s;
}
.blog-single-image {
  overflow: hidden;
  border-radius: 20px;
}
.blog-single-image img:hover {
  transform: scale(1.1);
}

/* Service Single Page */

.single-content-img img {
  /* height: 500px; */
  object-fit: cover;
}
.single-content-img {
  margin-bottom: 30px;
}

.single-content-main h2 {
  margin-bottom: 15px;
  color: var(--c3);
  font-size: 34px;
  font-weight: 800;
}

.single-content-main p {
  margin-bottom: 15px;
}

.single-content-main h3 {
  font-size: 22px;
  color: var(--c2);
  margin-bottom: 15px;
  font-weight: 600;
}

.single-content-img img {
  transition: all 0.5s;
}

.single-inner-img:hover img,
.single-content-img:hover img {
  transform: scale(1.1);
}

.single-content-img {
  overflow: hidden;
  border-radius: 8px;
}

.side-links-main h2 {
  margin-bottom: 20px;
}

.single-inner-img {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 10px 10px 10px -4px var(--c3);
  padding: 10px;
}
.content-service h1 {
    margin-bottom: 15px;
    color: var(--c3);
    font-size: 40px;
    font-weight: 800;
}
.single-inner-img img {
  object-fit: cover;
  transition: all 0.5s;
}

.single-inner-img,
.single-inner-list {
  margin-top: 50px;
}

.single-inner-list ul li {
  color: var(--c1);
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
  font-weight: 600;
}

.single-inner-list ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  color: var(--c3);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
}


/* Contact Us */

.contact-form-main {
}
.contact-us-content {
  text-align: center;
}

.contact-us-content p {
  padding: 20px 0px;
  /* color: var(--c2); */
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  outline: 0;
  border-radius: 0.33rem;
  box-shadow: 0px 3px 16px #04373c33;
  border: 0;
  padding: 20px 30px;
  transition: all 0.5s;
}

.form-field {
  margin-bottom: 20px;
}

.submit-btn input {
  width: 100%;
  border: 0;
  padding: 30px 0px;
  background: var(--c2);
  color: var(--c3);
  border-radius: 0.33rem;
  box-shadow: 0px 3px 16px #04373c33;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.5s;
}

.submit-btn input:hover {
  background: var(--c2);
  color: var(--c1);
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  box-shadow: 0px 3px 2px var(--c3);
}
.bg-prop {
  background-size: cover;
  background-position: center;
}
.contact-us .wpcf7-response-output {
  color: var(--c3);
}
.contact-us .wpcf7-not-valid-tip {
  color: #3aafd6a8;
}
.contact-us .wpcf7 form.invalid .wpcf7-response-output {
  border-color: var(--c3);
}
.contact-us .wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.contact-us .container-fluid {
  max-width: unset;
}

/* Service About */

.service-about-content h4 {
    /* color: var(--c3); */
}
.service-about-image {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    /* padding: 20px; */
    /* border: 2px solid var(--c4); */
    box-shadow: 20px 20px 0px 0px var(--c3);
}
.service-about .service-about-box:first-of-type .service-description-box {
    /* margin-left: -50px; */
}
.why-shape-image {
    position: absolute;
    bottom: 80px;
    right: 40px;
    filter: drop-shadow(2px 6px 2px var(--c3));
}

section.service-about {
    position: relative;
}

.service-about .service-about-box:last-of-type .service-description-box {
    /* margin-right: -50px; */
}
.service-description-box ul li i {
    background: var(--c4);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
}
.service-about-image img:hover {
    transform: scale(1.1);
}
.service-description-box {
    /* box-shadow: 0px 0px 58px 0px #0000001A; */
    /* padding: 40px 40px; */
    /* border-radius: 20px; */
    margin-top: 20px;
    /* background: var(--c2); */
    /* position: relative; */
    /* z-index: 2; */
}

.service-about-image img {
    transition: all .5s;
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
}
.service-about .service-about-box:first-of-type {
}
.service-about-box {
    position: relative;
}
.service-description-box ul li {
    margin-bottom: 10px;
    background-color: var(--c3);
    color: var(
    --c2);
    padding: 10px 20px;
    border-radius: 6px;
    width: 100%;
}

.service-description-box ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    flex-direction: column;
    width: 100%;
}

.service-description-box ul li:last-child {
    margin-bottom: 0;
}

/* inner-wrapper */

.inner-header {
  height: 700px;
  background-position: center !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover !important;
  background-attachment: fixed !important;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* Map */

.contact-map iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
}


/* Footer */

.footer-links  .sub-menu {
    display: none;
}

.footer-logo h2 {
    color: var(--c2);
    font-size: 26px;
}

.f-main {
    padding: 60px 0px;
    background: var(
    --c3);
}

.footer-links h2 {
    color: var(--c4);
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-links ul li a {
    color: var(--c2);
    transition: all .5s;
    position: relative;
}

.footer-links ul li a:hover {
    padding-left: 4px;
    color: var(--c4);
}

.footer-links ul li a:before {
    position: absolute;
    content: "\f054";
    color: var(--c2);
    font-family: "Font Awesome 5 Pro";
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}


.f-main .row:last-child .col-lg-5 .footer-links ul li a:before {
    display: none;
}

.f-main .row:last-child .col-lg-5 .footer-links ul li i {
    margin-right: 10px;
}
.f-main .row:last-child .col-lg-5 .footer-links ul li {
    color: var(--c2);
}
.footer-logo img {
    /* filter: invert(1); */
    width: 200px;
    background: var(--c2);
    padding: 10px;
    border-radius: 10px;
}
.footer-logo ul {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-logo ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--c2);
    color: var(--c2);
    transition: all .5s;
}

.footer-logo ul li a:hover {
    background: var(--c4);
}

.footer-logo ul li:first-child {
    color: var(--c2);
    font-size: 20px;
    text-transform: uppercase;
}
.footer-logo p {
    color: var(--c2);
    font-size: 15px;
    padding: 20px 0px;
    width: 90%;
}
.footer-links ul {
    padding-left: 20px;
}

.f-main .row:last-child .col-lg-5 .footer-links ul {
    padding-left: 0;
}
.footer-bottom {
    background: var(--c3);
    padding: 20px 0px;
}
.bottom-footer {
    padding: 10px 0px;
    background: var(--c4);
}

.made-by p , .made-by a , .copyrights p {
    color: var(--c2);
}

.copyrights {
    text-align: end;
}
.location-and-hours-title p {
    padding-top: 15px;
    color: var(--c2);
}
.inner-header-title {
    padding-top: 160px;
}
.about-content p {
    padding-top: 15px;
}
.page-template-contact-us .contact-form-main {
    padding: 100px;
}
.location-title {
    text-align: center;
    margin-bottom: 60px;
}
.location {
	margin-bottom: 100px;
}
.news-content h2:before, .news-content h2:after {
    display: none;
}

.page-template-about-us .service-about {
    margin-bottom: 100px;
}

.single-services .audience {
    background: unset;
}


.page-template-about-us .inner-header , 
.page-template-services .inner-header, 
.page-template-location-and-hours .inner-header ,
.page-template-blogs .inner-header ,
.page-template-contact-us .inner-header {
    background-position: 0% 70% !important;
    background-attachment: unset !important;
}

.slick-next.slick-arrow img {
    width: 50px;
    right: 80px;
    position: absolute;
    top: -58px;
    top: -18px;
    cursor: pointer;
}

.slick-prev.slick-arrow img {
    width: 50px;
    right: 30px;
    position: absolute;
    z-index: 4;
    top: -18px;
    cursor: pointer;
}

.service-description-box p {
    color: var(--c2);
}

.news-title p {
    color: var(--c2);
}

section.contact-us {
    background: #f2f6ff;
    padding-top: 100px;
}
.blog-single-wrap p {
    color: var(--c2);
}
.page-template-contact-us .contact-us {
    padding-top: 0px;
}