/*!
Theme Name: Code Crewz - AJR Concrete
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: AJR Concrete
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codecrewz_absolutevalue
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Code Crewz - AJR Concrete is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Base */
/* Fonts */
/* Used Font In Site */
/* Optional Font Style*/
/* Colors */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gabriela&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Piazzolla:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Piazzolla", serif;
  color: #8a8a8a;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: inherit;
  font-family: "Piazzolla", serif;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

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

a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 5rem;
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3 {
  font-size: 3.25rem;
}

h4,
.h4 {
  font-size: 2.75rem;
}

h5,
.h5 {
  font-size: 2.25rem;
}

h6,
.h6 {
  font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
  h2,
  .h2 {
    font-size: 3rem;
  }
  h3,
  .h3 {
    font-size: 2.75rem;
  }
  h4,
  .h4 {
    font-size: 2rem;
  }
  h5,
  .h5 {
    font-size: 1.75rem;
  }
  h6,
  .h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
  }
  h3,
  .h3 {
    font-size: 2.25rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
  p {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  border-radius: 30px;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid #e3c21d;
  background-color: #e3c21d;
  letter-spacing: 0.03em;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #e3c21d;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #e3c21d;
  color: #e3c21d;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #e3c21d;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #e3c21d;
  color: #fff;
  border-color: #e3c21d;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #e3c21d;
  color: #e3c21d;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #000000;
  color: #000;
}

@media screen and (max-width: 991px) {
  .btn-small,
  .form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
  .form-control-view-all,
  .form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
  .form-control.btn-custom-large,
  .form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
.form .form-group {
  margin-bottom: 20px;
}
.form .form-group h6 {
  color: #ffffff;
}
.form .form-group label {
  display: block;
  color: #ffffff;
  font-size: 1rem;
}
.form .form-group .form-fill {
  font-size: 0.875rem;
  font-weight: 300;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  resize: none;
  width: 100%;
  padding: 10px 0;
}
.form .form-group .form-fill.message {
  height: 100px;
  min-height: 60px;
}
.form .form-group .form-fill:focus-visible {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
}
.form .form-group .sub-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.form .form-group .sub-group-wrapper .sub-form-group {
  position: relative;
  /* Custom Checkbox */
}
.form .form-group .sub-group-wrapper .sub-form-group label {
  font-size: 0.75rem;
  text-transform: capitalize;
  padding: 8px 10px;
  border-radius: 4px;
  overflow: hidden;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
  position: relative;
  cursor: pointer;
}
.form .form-group .sub-group-wrapper .sub-form-group label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.form .form-group .sub-group-wrapper .sub-form-group label:focus {
  color: #ffffff;
}
.form .form-group .sub-group-wrapper .sub-form-group input[type=checkbox] {
  appearance: none;
  display: none;
}
.form .form-group .sub-group-wrapper .sub-form-group input[type=checkbox]:checked + label {
  color: #ffffff;
}
.form .form-group .sub-group-wrapper .sub-form-group input[type=checkbox]:checked + label::before {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.form .submit-button {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .form {
    padding: 20px;
  }
  .form .form-group {
    margin-bottom: 25px;
  }
  .form .form-group label {
    font-size: 0.9375rem;
  }
  .form .form-group .form-fill {
    padding: 5px 0;
  }
  .form .form-group .sub-group-wrapper {
    margin-top: 25px;
  }
}
@media screen and (max-width: 481px) {
  .form .form-group label {
    font-size: 0.875rem;
  }
  .form .form-group .form-fill {
    font-size: 0.8125rem;
  }
}
.slick-slide:focus {
  outline: none;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #8a8a8a;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  height: 5px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  height: 18px;
  border-radius: 10px;
  background-color: #ffffff;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 2rem;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #8a8a8a;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: #e3c21d;
  box-shadow: none;
  border: 1px solid;
  border-color: #b69c17;
  border-radius: 5px 5px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.attachment-post-thumbnail-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

p {
  line-height: 1.7;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(227, 194, 29, 0.7);
  border-radius: 100%;
}

section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h1 {
  font-size: 42px;
  color: #e3c21d;
  font-weight: 700;
  text-transform: uppercase;
}
.section-header h2 {
  font-size: 42px;
  color: #e3c21d;
  font-weight: 700;
  text-transform: uppercase;
}
.section-header h4 {
  font-size: 2rem;
  color: #e3c21d;
  font-weight: 700;
  text-transform: capitalize;
}
.section-header h6 {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
  .section-header {
    text-align: center;
    padding-bottom: 30px;
  }
  .section-header h1 {
    font-size: 26px;
  }
  .section-header h6 {
    font-size: 16px;
  }
}
.breadcrumb {
  padding: 180px 0 20px 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: left;
  position: relative;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
}
.breadcrumb .breadcrumb-wrapper {
  background-color: transparent;
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 0;
  z-index: 2;
  position: relative;
}
.breadcrumb .breadcrumb-wrapper h1 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-wrapper li {
  background-color: transparent;
  display: inline-block;
  justify-content: center;
  padding: 10px;
  color: rgb(151, 150, 150);
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.breadcrumb .breadcrumb-wrapper li:first-child {
  padding-left: 0;
}
.breadcrumb .breadcrumb-wrapper li:first-child::before {
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}
.breadcrumb .breadcrumb-wrapper a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.breadcrumb .breadcrumb-wrapper a:hover {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .breadcrumb-wrapper .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb-wrapper h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 580px) {
  .breadcrumb-wrapper {
    padding: 200px 0 20px 0;
  }
  .breadcrumb-wrapper h1 {
    font-size: 22px;
  }
}
header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}
header .header-top {
  background: #000000;
  padding: 10px 0;
}
header .header-top .header-wrapper {
  justify-content: space-between;
}
header .header-top .header-wrapper h6 {
  font-family: "Piazzolla", serif;
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
header .header-top .header-wrapper a {
  font-family: "Piazzolla", serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding-left: 20px;
  transition: 0.5s ease-in-out all;
}
header .header-top .header-wrapper a:hover {
  color: #e3c21d;
}
header .header-top .header-wrapper .button .btn {
  background: #e3c21d;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 8px 30px;
  transition: 0.5s ease-in-out all;
}
header .header-top .header-wrapper .button .btn:hover {
  border: 1px solid #ffffff;
  background: #000000;
  color: #ffffff;
}
header .header-bottom {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #dedede;
}
header .header-bottom.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #000;
  transition: 0.5s ease-in-out all;
  max-height: 100px;
}
header .header-bottom.fixed-header .navbar-brand {
  max-width: 150px;
}
header .header-bottom.fixed-header nav .navbar-nav li .nav-link {
  color: #ffffff;
}
header .header-bottom.fixed-header nav .navbar-nav li .nav-link:hover {
  color: #e3c21d;
}
header .header-bottom nav {
  padding: 0;
}
header .header-bottom nav .navbar-brand {
  max-width: 220px;
  padding: 10px 0;
  margin: 0;
}
header .header-bottom nav .navbar-nav {
  align-items: center;
  text-align: center;
}
header .header-bottom nav .navbar-nav li .nav-link {
  font-family: "Piazzolla", serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 12px;
  transition: 0.5s ease-in-out all;
}
header .header-bottom nav .navbar-nav li .nav-link:hover {
  color: #e3c21d;
}
header .header-bottom nav .navbar-nav li .dropdown-item {
  text-transform: capitalize;
  font-size: 15px;
}
header .header-bottom nav .navbar-nav li.active .nav-link {
  color: #e3c21d;
}
header .header-bottom nav .social-icons a {
  margin: 0 5px;
  overflow: visible;
}
header .header-bottom nav .social-icons a i {
  color: #ffffff;
  transition: 0.5s ease-in-out all;
}
header .header-bottom nav .social-icons a i:hover {
  color: #e3c21d;
}
header .header-bottom nav .social-icons a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1125px) {
  header .header-bottom .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 992px) {
  header .container {
    max-width: 900px;
  }
  header .header-bottom nav .navbar-brand {
    max-width: 100px;
  }
  header .header-bottom nav .navbar-nav {
    background: #000000;
    text-align: center;
  }
  header .header-bottom nav .navbar-nav li .nav-link {
    font-size: 13px;
    margin-right: 0;
  }
  header .header-bottom nav .navbar-nav li .dropdown-item {
    color: #ffffff;
    transition: 0.3s ease-in-out;
  }
  header .header-bottom nav .navbar-nav li .dropdown-item:hover {
    background-color: #0a599d;
  }
  header .header-bottom .social-icons {
    justify-content: center;
    background: #000000;
    padding-bottom: 20px;
  }
  header .header-bottom .fa-grip-lines {
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  header .header-top .header-wrapper {
    justify-content: space-between;
  }
  header .header-top .header-wrapper h6 {
    font-size: 14px;
    padding-right: 20px;
  }
  header .header-top .header-wrapper a {
    font-size: 14px;
  }
  header .header-top .header-wrapper .button .btn {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 580px) {
  header .header-top .header-wrapper {
    display: block !important;
    text-align: center;
  }
  header .header-top .header-wrapper .block {
    justify-content: center;
    padding-bottom: 10px;
  }
  header .header-top .header-wrapper .block h6 {
    font-size: 14px;
    padding-right: 20px;
  }
  header .header-top .header-wrapper .block a {
    font-size: 14px;
  }
  header .header-top .header-wrapper .block .button .btn {
    padding: 5px 25px;
  }
}
.banner {
  position: relative;
}
.banner .block {
  position: relative;
}
.banner .block .image {
  position: relative;
}
.banner .block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.2);
}
.banner .block .image img {
  position: relative;
  height: 100vh;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  z-index: -99;
  animation: zoom-in-zoom-out 8s ease-in-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.banner .block .text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 99;
  transition: 0.5s all;
}
.banner .block .text h1 {
  font-family: "Piazzolla", serif;
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 40px;
  width: 60%;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 4.5rem;
  word-spacing: 5px;
}
.banner .block .text a {
  padding: 10px 40px;
  font-size: 16px;
}
.banner .block .text a .btn {
  transition: 0.5s ease-in-out all;
}
.banner .block .text a .btn:hover {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .banner .block .text h1 {
    font-size: 42px;
    padding-bottom: 40px;
    width: 60%;
    margin: 0 auto;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .block .text h1 {
    font-size: 32px;
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 480px) {
  .banner .block .text h1 {
    font-size: 22px;
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
    line-height: 2.2rem;
  }
  .banner .block .text .btn {
    font-size: 14px;
    padding: 10px 30px;
  }
}
section.aboutus-section {
  padding: 0;
}
section.aboutus-section .first-section,
section.aboutus-section .third-section,
section.aboutus-section .second-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
section.aboutus-section .first-section .wrapper,
section.aboutus-section .third-section .wrapper,
section.aboutus-section .second-section .wrapper {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
}
section.aboutus-section .first-section .wrapper .section-header,
section.aboutus-section .third-section .wrapper .section-header,
section.aboutus-section .second-section .wrapper .section-header {
  padding-bottom: 20px;
}
section.aboutus-section .first-section .wrapper .section-header h4,
section.aboutus-section .third-section .wrapper .section-header h4,
section.aboutus-section .second-section .wrapper .section-header h4 {
  color: #000000;
  font-size: 22px;
  text-transform: uppercase;
  word-spacing: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}
section.aboutus-section .first-section .wrapper .desc,
section.aboutus-section .third-section .wrapper .desc,
section.aboutus-section .second-section .wrapper .desc {
  color: #525252;
  font-size: 0.9375rem;
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
section.aboutus-section .first-section .wrapper a,
section.aboutus-section .third-section .wrapper a,
section.aboutus-section .second-section .wrapper a {
  color: #e3c21d;
  font-size: 18px;
  font-weight: 800;
  transition: 0.5s ease-in-out all;
}
section.aboutus-section .first-section .wrapper a:hover,
section.aboutus-section .third-section .wrapper a:hover,
section.aboutus-section .second-section .wrapper a:hover {
  color: #e3c21d;
}
section.aboutus-section .second-section {
  position: relative;
  z-index: 1;
}
section.aboutus-section .second-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
  z-index: -1;
}
section.aboutus-section .second-section .wrapper {
  background: transparent;
  padding: 0;
}
section.aboutus-section .second-section .wrapper .section-header h4 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  border-bottom: none;
}
section.aboutus-section .second-section .wrapper .desc {
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
}
section.aboutus-section .second-section .wrapper .button a {
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
section.aboutus-section .second-section .wrapper .button a:hover {
  color: #e3c21d;
}
section.aboutus-section .second-section .wrapper .review {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  padding-top: 40px;
  text-transform: uppercase;
}
section.aboutus-section .second-section .wrapper .sites {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
section.aboutus-section .second-section .wrapper .sites a img {
  max-width: 150px;
}

@media screen and (max-width: 992px) {
  section.aboutus-section .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  section.aboutus-section {
    padding: 0;
  }
  section.aboutus-section .first-section,
  section.aboutus-section .second-section,
  section.aboutus-section .third-section {
    padding: 80px 0;
  }
  section.aboutus-section .first-section .wrapper,
  section.aboutus-section .second-section .wrapper,
  section.aboutus-section .third-section .wrapper {
    padding: 0;
  }
  section.aboutus-section .first-section .wrapper .section-header h4,
  section.aboutus-section .second-section .wrapper .section-header h4,
  section.aboutus-section .third-section .wrapper .section-header h4 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  section.aboutus-section .first-section .wrapper .desc,
  section.aboutus-section .second-section .wrapper .desc,
  section.aboutus-section .third-section .wrapper .desc {
    font-size: 0.9375rem;
    padding-bottom: 30px;
  }
  section.aboutus-section .first-section .wrapper a,
  section.aboutus-section .second-section .wrapper a,
  section.aboutus-section .third-section .wrapper a {
    font-size: 15px;
  }
  section.aboutus-section .second-section .wrapper .section-header {
    padding-bottom: 10px;
  }
  section.aboutus-section .second-section .wrapper .section-header h4 {
    font-size: 26px;
  }
  section.aboutus-section .second-section .wrapper .desc {
    width: 100%;
  }
  section.aboutus-section .second-section .wrapper .button .btn {
    font-size: 0.875rem;
  }
  section.aboutus-section .second-section .wrapper .review {
    font-size: 18px;
  }
  section.aboutus-section .second-section .wrapper .sites {
    margin-top: 20px;
    justify-content: center;
  }
  section.aboutus-section .second-section .wrapper .sites a img {
    max-width: 100px;
  }
}
/* inner about page */
section.inner-about-section .section-header {
  text-align: left;
  border-bottom: 2px solid #e3c21d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section.inner-about-section .section-header h5 {
  color: #000000;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
}
section.inner-about-section .section-header h2 {
  color: #1c1c1c;
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
section.inner-about-section p {
  font-size: 16px;
  padding-top: 20px;
}

section.steps-section {
  padding-top: 40px;
}
section.steps-section .block {
  padding: 50px;
  background-color: rgba(227, 194, 29, 0.7);
}
section.steps-section .block .number {
  color: #000000;
  text-align: right;
  font-size: 28px;
  font-weight: 900;
}
section.steps-section .block .icon {
  text-align: center;
}
section.steps-section .block .icon img {
  max-width: 60px;
}
section.steps-section .block .title {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 0 15px 0;
  text-align: center;
}
section.steps-section .block .text {
  font-size: 16px;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 992px) {
  section.inner-about-section .container,
  section.steps-section .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  section.inner-about-section .section-header h5 {
    font-size: 16px;
  }
  section.inner-about-section .section-header h2 {
    font-size: 28px;
  }
  section.inner-about-section figure {
    text-align: center;
    margin-bottom: 10px;
  }
  section.inner-about-section figure img {
    max-width: 350px;
  }
  section.inner-about-section p {
    font-size: 14px;
    padding-top: 20px;
  }
  section.steps-section .block {
    padding: 30px;
    width: 70%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 480px) {
  section.steps-section .block {
    padding: 30px;
    width: 90%;
    margin: 10px auto;
  }
  section.steps-section .block .number {
    font-size: 20px;
  }
  section.steps-section .block .icon {
    text-align: center;
  }
  section.steps-section .block .icon img {
    max-width: 50px;
  }
  section.steps-section .block .text {
    font-size: 14px;
  }
}
section.services-section {
  padding: 0;
}
section.services-section .container-fluid {
  padding: 0;
}
section.services-section .section-wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding: 100px 0;
  padding: 60px;
}
section.services-section .section-wrapper .section-header {
  text-align: left;
}
section.services-section .section-wrapper .section-header h6,
section.services-section .section-wrapper .section-header h3 {
  color: #ffffff;
}
section.services-section .section-wrapper .section-body {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  padding-top: 20px;
}
section.services-section .section-wrapper .section-body .card {
  flex-basis: calc(33.3333333333% - 20px);
}
section.services-section .section-wrapper .section-body .card.inner {
  width: 80%;
  margin: 0 auto;
}
section.services-section .section-wrapper .section-body .card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
section.services-section .section-wrapper .section-body .card .card-body .card-title {
  font-size: 22px;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
}
section.services-section .section-wrapper .section-body .card .card-body p {
  color: #525252;
  font-size: 15px;
  margin: 15px 0 20px;
  line-height: 1.5;
  text-align: center !important;
}
section.services-section .section-wrapper .section-body .card .card-body .read-more .btn {
  font-size: 14px;
  padding: 8px 16px;
}
section.services-section .section-wrapper .section-body .button-block {
  flex-basis: 100%;
}
section.services-section .section-wrapper .section-body .button-block .btn {
  box-shadow: 10px -5px 2px rgba(227, 194, 29, 0.5);
}

@media screen and (max-width: 1125px) {
  section.services-section .section-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 992px) {
  section.services-section .section-wrapper {
    padding: 60px 40px;
  }
  section.services-section .section-wrapper .section-body .card {
    flex-basis: calc(50% - 20px);
  }
  section.services-section .section-wrapper .section-body .card.inner {
    width: 90%;
    margin: 0 auto;
  }
  section.services-section .section-wrapper .section-body .button-block {
    display: none;
  }
  section.services-section .section-wrapper .section-body .button-block:last-child {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  section.services-section .section-wrapper .section-header {
    text-align: center;
  }
  section.services-section .section-wrapper .section-body {
    gap: 20px;
  }
  section.services-section .section-wrapper .section-body .card.inner {
    width: 70%;
  }
  section.services-section .section-wrapper .section-body .card img {
    max-height: 250px;
  }
  section.services-section .section-wrapper .section-body .card .card-body .card-title {
    font-size: 20px;
  }
  section.services-section .section-wrapper .section-body .card .card-body p {
    font-size: 14px;
  }
  section.services-section .section-wrapper .section-body .card .card-body .read-more .btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 580px) {
  section.services-section .section-wrapper .section-body {
    padding-top: 0;
    flex-direction: column;
  }
  section.services-section .section-wrapper .section-body .card.inner {
    width: 90%;
  }
}
section.gallery-section .section-body,
section.gallery-section .latest-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 25px;
}
section.gallery-section .section-body .block,
section.gallery-section .latest-wrap .block {
  flex-basis: calc(33.3333333333% - 25px);
}
section.gallery-section .section-body .block a img,
section.gallery-section .latest-wrap .block a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/2;
  object-fit: cover;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
}
section.gallery-section .section-body .block a:hover img,
section.gallery-section .latest-wrap .block a:hover img {
  transform: scale(1.07);
}
section.gallery-section .section-body .block h6,
section.gallery-section .latest-wrap .block h6 {
  padding-top: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
section.gallery-section .section-body .button-block,
section.gallery-section .latest-wrap .button-block {
  flex-basis: 100%;
}
section.gallery-section .section-body .button-block .btn,
section.gallery-section .latest-wrap .button-block .btn {
  font-size: 0.875rem;
}
section.gallery-section .latest-project {
  text-align: center;
}
section.gallery-section .latest-project .section-header {
  text-align: center;
  margin: 40px;
}

@media screen and (max-width: 768px) {
  section.gallery-section .section-body,
  section.gallery-section .latest-wrap {
    gap: 20px;
  }
  section.gallery-section .section-body .block,
  section.gallery-section .latest-wrap .block {
    flex-basis: calc(50% - 25px);
  }
  section.gallery-section .section-body .block h6,
  section.gallery-section .latest-wrap .block h6 {
    font-size: 1rem;
  }
  section.gallery-section .latest-project .section-header {
    text-align: center;
    margin: 20px;
  }
}
section.quote-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
section.quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(227, 194, 29, 0.8);
  transition: 0.5s all;
  z-index: -1;
}
section.quote-section .section-wrapper h2 {
  color: #ffffff;
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 50px;
  text-align: right;
}
section.quote-section .section-wrapper form .form-control {
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  height: 50px;
  padding: 10px;
  font-weight: 400;
}
section.quote-section .section-wrapper form textarea {
  height: 150px !important;
  resize: none;
}
section.quote-section .section-wrapper form option {
  font-family: "Piazzolla", serif;
  padding-bottom: 10px;
}
section.quote-section .section-wrapper .button {
  text-align: right;
}
section.quote-section .section-wrapper .button .btn {
  border-radius: 0;
}

@media screen and (max-width: 992px) {
  section.quote-section .container {
    max-width: 900px;
  }
  section.quote-section .section-wrapper h2 {
    font-size: 40px;
    padding-right: 50px;
    text-align: right;
  }
  section.quote-section .section-wrapper form .form-control {
    font-size: 12px;
  }
  section.quote-section .section-wrapper form textarea {
    height: 120px !important;
  }
  section.quote-section .section-wrapper form option {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.quote-section {
    padding: 60px 0;
  }
  section.quote-section .section-wrapper h2 {
    font-size: 32px;
    padding-right: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  section.quote-section .section-wrapper form .form-control {
    font-size: 12px;
  }
  section.quote-section .section-wrapper form textarea {
    height: 120px !important;
  }
  section.quote-section .section-wrapper form option {
    padding-bottom: 20px;
  }
}
section.testimonials-section .section-body {
  padding-top: 20px;
}
section.testimonials-section .section-body .col-md-4 {
  padding: 20px;
}
section.testimonials-section .section-body .slider {
  text-align: center;
  background: #ffffff;
}
section.testimonials-section .section-body .slider .block {
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
section.testimonials-section .section-body .slider .block figure {
  text-align: -webkit-center;
  padding-bottom: 15px;
  width: 150px;
  aspect-ratio: 1/1;
  margin: auto;
}
section.testimonials-section .section-body .slider .block figure img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  border: 3px solid #8a8a8a;
}
section.testimonials-section .section-body .slider .block .rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
section.testimonials-section .section-body .slider .block .rating .star i {
  color: #e3c21d;
}
section.testimonials-section .section-body .slider .block .rating h3 {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 900;
}
section.testimonials-section .section-body .slider .block .citation {
  text-align: center;
}
section.testimonials-section .section-body .slider .block .citation .name {
  font-size: 20px;
  font-weight: 800;
  color: #e3c21d;
}
section.testimonials-section .section-body .slider .block .citation .address {
  color: #000000;
  font-weight: 800;
  font-size: 15px;
}
section.testimonials-section .section-body .slider .block strong {
  font-size: 22px;
  color: #e3c21d;
}
section.testimonials-section .section-body .slider .block p {
  color: #525252;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 10px 0;
}
section.testimonials-section .section-body #triangle-topright {
  width: 0;
  height: 0;
  border-top: 25px solid #525252;
  border-left: 50px solid transparent;
}

footer .footer-top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
footer .footer-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(227, 194, 29, 0.8);
  transition: 0.5s all;
  z-index: -1;
}
footer .footer-top h4,
footer .footer-top a {
  color: #fff;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
footer .footer-top h4 a,
footer .footer-top a a {
  display: inline;
  color: #000;
  align-self: center;
}
footer .footer-middle {
  padding: 50px 0;
}
footer .footer-middle .footer-wrapper .logo img {
  max-width: 110px;
}
footer .footer-middle .footer-wrapper .title {
  color: #000;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 800;
  line-height: 1.2;
}
footer .footer-middle .footer-wrapper .desc {
  color: #525252;
  font-size: 15px;
}
footer .footer-middle .footer-wrapper .footer-title {
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 800;
}
footer .footer-middle .footer-wrapper ul.quick-links a {
  font-size: 16px;
}
footer .footer-middle .footer-wrapper ul li {
  padding-bottom: 16px;
}
footer .footer-middle .footer-wrapper ul li .icon {
  padding-right: 10px;
}
footer .footer-middle .footer-wrapper ul li .icon i {
  font-size: 16px;
  color: #000000;
}
footer .footer-middle .footer-wrapper ul li .text h6 {
  font-size: 14px;
}
footer .footer-middle .footer-wrapper ul li .text a {
  color: #000;
  font-size: 16px;
}
footer .footer-middle .footer-wrapper ul li .text-dark {
  font-family: "Piazzolla", serif;
  font-size: 16px;
  font-weight: 600;
}
footer .footer-middle .footer-wrapper ul li .social-icons {
  gap: 10px;
}
footer .footer-middle .footer-wrapper ul li .social-icons a i {
  font-size: 14px;
}
footer .footer-bottom {
  background: black;
  padding: 20px 0;
}
footer .footer-bottom .footer-wrapper .menus {
  gap: 20px;
  justify-content: center;
  padding-bottom: 10px;
}
footer .footer-bottom .footer-wrapper .menus a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
footer .footer-bottom .footer-wrapper .block,
footer .footer-bottom .footer-wrapper a {
  color: #fff;
  font-size: 16px;
}
footer .footer-bottom .footer-wrapper .block a,
footer .footer-bottom .footer-wrapper a a {
  display: inline;
  color: #e3c21d;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  footer .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top {
    padding: 50px 0;
  }
  footer .footer-top h4,
  footer .footer-top a {
    font-size: 22px;
  }
  footer .footer-middle {
    text-align: center;
    padding: 50px 0;
  }
  footer .footer-middle .footer-wrapper .logo img {
    max-width: 90px;
  }
  footer .footer-middle .footer-wrapper .title {
    font-size: 20px;
    padding-top: 20px;
  }
  footer .footer-middle .footer-wrapper .desc {
    font-size: 13px;
  }
  footer .footer-middle .footer-wrapper .footer-title {
    font-size: 20px;
    padding: 20px 0;
  }
  footer .footer-middle .footer-wrapper ul li {
    padding-bottom: 14px;
    justify-content: center;
  }
  footer .footer-middle .footer-wrapper ul li .icon {
    padding-right: 10px;
  }
  footer .footer-middle .footer-wrapper ul li .icon i {
    font-size: 16px;
    color: #000000;
  }
  footer .footer-middle .footer-wrapper ul li .text h6 {
    font-size: 14px;
  }
  footer .footer-middle .footer-wrapper ul li .text a {
    color: #000;
    font-size: 15px;
  }
  footer .footer-middle .footer-wrapper ul li .social-icons {
    justify-content: center;
  }
  footer .footer-middle .footer-wrapper ul li .social-icons a i {
    font-size: 16px;
  }
  footer .footer-bottom {
    padding: 20px 0;
  }
  footer .footer-bottom .footer-wrapper .menus {
    justify-content: center;
    padding-bottom: 10px;
  }
  footer .footer-bottom .footer-wrapper .menus a {
    font-size: 16px;
    font-weight: 400;
  }
  footer .footer-bottom .footer-wrapper .block,
  footer .footer-bottom .footer-wrapper a {
    font-size: 15px;
  }
}
section.contact-section .item.details {
  background: #e3c21d;
  padding: 80px 100px;
  color: #fff;
  margin: 40px 0 0 -60px;
}
section.contact-section .item.details h1 {
  position: relative;
}
section.contact-section .item.details h1::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  border-bottom: 5px solid #fff;
  width: 20%;
  padding-top: 15px;
  margin-bottom: 30px;
}
section.contact-section .item.details ul li {
  padding-bottom: 20px;
}
section.contact-section .item.details ul li:last-child {
  padding-bottom: 0;
}
section.contact-section .item.details ul li .icon {
  padding-right: 10px;
}
section.contact-section .item.details ul li .icon i {
  font-size: 16px;
}
section.contact-section .item.details ul li h6 {
  color: rgba(255, 255, 255, 0.7);
}
section.contact-section .item.details ul li a {
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
  transition: 0.5s ease-in all;
}
section.contact-section .item.details ul li a:hover {
  color: #000;
}

section.form-section {
  background: #1c1c1c;
}
section.form-section form {
  width: 60%;
  margin: 0 auto;
}
section.form-section form .form-control {
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  height: 50px;
  padding: 10px;
  font-weight: 400;
}
section.form-section form textarea {
  height: 150px !important;
  resize: none;
}
section.form-section form option {
  font-family: "Piazzolla", serif;
  padding-bottom: 10px;
}
section.form-section .button .btn {
  border-radius: 0;
  width: 100%;
  background: #e3c21d;
}
section.form-section .button .btn:hover {
  background: #fff;
}

@media screen and (max-width: 1125px) {
  section.contact-section .item.details {
    background: #e3c21d;
    padding: 60px 80px;
    color: #fff;
    margin: 40px 0 0 -60px;
  }
}
@media screen and (max-width: 992px) {
  section.contact-section .container {
    max-width: 900px;
  }
  section.contact-section .item.details {
    background: #e3c21d;
    padding: 80px 100px;
    color: #fff;
    margin: 40px 0 0 -60px;
  }
  section.contact-section .item.details h1 {
    font-size: 28px;
  }
  section.form-section .container {
    max-width: 900px;
  }
  section.form-section form {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  section.contact-section .map iframe {
    width: 100%;
  }
  section.contact-section .item.details {
    padding: 80px 100px;
    width: 70%;
    margin: 20px auto;
  }
  section.contact-section .item.details h1 {
    position: relative;
    text-align: center;
  }
  section.contact-section .item.details h1::after {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section.contact-section .item.details ul li {
    padding-bottom: 20px;
    justify-content: center;
    text-align: center;
  }
  section.contact-section .item.details ul li .icon {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  section.contact-section .item.details {
    padding: 60px;
    width: 90%;
    margin: 20px auto;
  }
  section.contact-section .item.details h1 {
    font-size: 22px;
  }
  section.form-section form {
    width: 90%;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* For All The Content inside the Single Service Page */
}
.single-service-wrap .single-service-wrap-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.single-service-wrap .service-page-content figure {
  width: 100%;
  aspect-ratio: 5/2;
  border-radius: 20px;
  overflow: hidden;
}
.single-service-wrap .service-page-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #e3c21d;
  text-transform: uppercase;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item .sidebar-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1.2;
  transition: 0.3s ease-in;
}
.single-service-wrap .service-sidebar .sidebar .sidebar-item:hover .sidebar-link, .single-service-wrap .service-sidebar .sidebar .sidebar-item.active .sidebar-link {
  background-color: #ffffff;
  color: #e3c21d;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .gallery-section {
  padding: 0;
  margin: 0;
}
.single-service-wrap .full-page-content .gallery-section .section-body {
  justify-content: flex-start;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #e3c21d;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1c1c1c;
}

@media screen and (max-width: 992px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 50px;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    gap: 30px;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .single-service-wrap {
    gap: 30px;
    margin-bottom: 0;
    /* For All The Content inside the Single Service Page */
  }
  .single-service-wrap .single-service-wrap-box {
    flex-direction: column-reverse;
  }
  .single-service-wrap .service-page-content {
    gap: 30px;
  }
  .single-service-wrap .service-sidebar {
    max-width: 300px;
  }
  .single-service-wrap .service-sidebar .sidebar h6 {
    font-size: 16px;
  }
  .single-service-wrap .full-page-content {
    gap: 30px;
  }
  .single-service-wrap .desc-group h2 {
    font-size: 1.75rem;
  }
}
.single-page-blog .blog-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #000000;
  padding: 60px 40px;
  border-radius: 20px;
}
.single-page-blog .blog-wrap .title {
  flex-basis: 100%;
}
.single-page-blog .blog-wrap .title h2 {
  color: #e3c21d;
}
.single-page-blog .blog-wrap .content {
  flex-basis: calc(50% - 30px);
}
.single-page-blog .blog-wrap .image {
  flex-basis: calc(50% - 30px);
}
.single-page-blog .blog-wrap .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
}
.single-page-blog .blog-wrap .all-content {
  flex-basis: 100%;
}
.single-page-blog .blog-wrap .all-content .sub-desc h3 {
  color: #000000;
  margin-bottom: 15px;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li {
  display: list-item;
  list-style-type: decimal;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li h6 {
  color: #dedede;
  font-weight: 500;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li p {
  color: #8a8a8a;
  margin-top: 5px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .single-page-blog .blog-wrap {
    flex-direction: column;
    padding: 40px;
  }
}
.blog .header-title h4 {
  color: #ffffff;
  margin-bottom: 30px;
}
.blog .wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.blog .wrapper .blog-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background-color: #1c1c1c;
  padding: 60px 40px;
  box-shadow: rgba(255, 255, 255, 0.19) 0px 10px 20px, rgba(255, 255, 255, 0.23) 0px 6px 6px;
  border-radius: 20px;
}
.blog .wrapper .blog-block .content {
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
}
.blog .wrapper .blog-block .content .title h4 {
  color: #e3c21d;
}
.blog .wrapper .blog-block .content .desc {
  margin-top: 20px;
}
.blog .wrapper .blog-block .content .desc .link {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #e3c21d;
  transition: 0.3s ease-in-out;
  margin-top: 20px;
  text-transform: capitalize;
}
.blog .wrapper .blog-block .content .desc .link i {
  color: #e3c21d;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
}
.blog .wrapper .blog-block .content .desc .link:hover {
  color: #000000;
}
.blog .wrapper .blog-block .content .desc .link:hover i {
  transform: translateX(5px);
  color: #000000;
}
.blog .wrapper .blog-block .image {
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
}
.blog .wrapper .blog-block .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}

.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #000000;
}
.thanks .message {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #e3c21d;
  border: 1px solid #e3c21d;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #ffffff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #4b83fc;
}
.thanks .redirect:hover h5 {
  color: #4b83fc;
}

/* for all */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}

a {
  text-decoration: none !important;
}

ul,
ol {
  margin: 0 0 0 0;
}

/* Header Dropdown */
header .navbar-collapse .navbar-nav .dropdown-menu {
  width: 200px;
  padding: 0;
}
header .navbar-collapse .navbar-nav .dropdown-menu .nav-item .nav-link {
  color: #1c1c1c;
  padding: 6px 10px;
  margin: 0;
  text-transform: capitalize;
  font-size: 13px;
  transition: 0.3s ease-out;
}
header .navbar-collapse .navbar-nav .dropdown-menu .nav-item .nav-link:hover {
  background-color: #e3c21d;
  color: #ffffff;
}

@media screen and (max-width: 992px) {
  header .navbar-collapse .navbar-nav {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .dropdown-menu {
    text-align: center;
    background-color: #1c1c1c;
  }
  header .navbar-collapse .navbar-nav .dropdown-menu .nav-item {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .dropdown-menu .nav-item .nav-link {
    color: #ffffff;
  }
}
/* Header Dropdown */
/* footer section */
.wrapper .footer-menu .menu-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}
.wrapper .footer-menu .menu-item a::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 10px;
  font-family: fontAwesome;
}

@media screen and (max-width: 380px) {
  .wrapper {
    text-align: center;
  }
  .wrapper .footer-menu .menu-item a {
    padding-left: 0;
  }
  .wrapper .footer-menu .menu-item a::before {
    display: none;
  }
}
/* footer section */
/* Elementor Section starting point*/
/* Single Service Gallery Section */
.elementor-widget-image-gallery {
  margin-bottom: 0 !important;
}

.gallery-size-large {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 0 !important;
  margin-bottom: 10px;
}
.gallery-size-large .gallery-item {
  width: calc(50% - 10px) !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

/* Single Service Gallery Section */
/* Why choose us 3 features section */
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
  padding: 10px;
  height: auto;
  box-shadow: 0 0 15px -10px #e3c21d;
  transition: 0.3s ease-out;
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper .elementor-image-box-img {
  margin-bottom: 0 !important;
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  margin: 10px 0;
  margin-bottom: 10px !important;
  transition: 0.3s ease-out;
  transition-delay: 0.1s;
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
  transition: 0.3s ease-out;
  transition-delay: 0.1s;
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper:hover {
  cursor: pointer;
  transform: scale(1.02);
  background-color: rgba(227, 194, 29, 0.4);
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-title {
  color: #ffffff;
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-description {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
    padding: 20px;
  }
  .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 0 !important;
    width: 60px !important;
  }
}
/* Elementor Section ending point*/

/*# sourceMappingURL=style.css.map */
