/*!
Theme Name: Code Crewz - MRS Excavator Fencing & Concrete
Theme URI: http://underscores.me/
Author: Code Crewz
Author URI: https://codecrewz.com.au/
Description: Worpdress
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_mrsexcavationfencing
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 - MRS Excavator Fencing & 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/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: inherit;
}

p {
  font-weight: 400;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1.7;
  color: #1f2933;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #1c1c1c;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  display: block;
  font-size: 0.875rem;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Didact Gothic", sans-serif;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  font-size: 1rem;
}

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

.btn {
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #f5f7fa;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.4s all;
  line-height: 1.2;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn.btn-custom-large {
  padding: 12px 32px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.btn.btn-custom-medium {
  padding: 10px 25px;
  font-size: 0.875rem;
  font-weight: 500;
}
.btn.btn-custom-small {
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 400;
}
.btn.btn-primary {
  background-color: #358ad3;
  color: #fff;
  border-color: #358ad3;
}
.btn.btn-primary:hover {
  background-color: transparent;
  border-color: #358ad3;
  color: #358ad3;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  border-color: #358ad3;
  color: #358ad3;
}
.btn.btn-primary-ghost:hover {
  background-color: #358ad3;
  color: #fff;
}
.btn.btn-secondary {
  background-color: #0f2a44;
  color: #fff;
  border-color: #0f2a44;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #0f2a44;
  color: #0f2a44;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  border-color: #0f2a44;
  color: #0f2a44;
}
.btn.btn-secondary-ghost:hover {
  background-color: #0f2a44;
  color: #fff;
}
.btn.btn-whitey {
  background-color: #fff;
  color: #1c1c1c;
  border-color: #fff;
}
.btn.btn-whitey:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-whitey-ghost {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-whitey-ghost:hover {
  background-color: #fff;
  color: #1c1c1c;
  border-color: #fff;
}
.btn.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.btn.btn-wrap p {
  color: #fff;
  font-family: "Inter", sans-serif;
  transition: 0.4s ease-in-out;
}
.btn.btn-wrap i {
  font-size: 0.75ren;
}
.btn.btn-wrap:hover p {
  color: #358ad3;
}
.btn.btn-wrap:hover i {
  color: #358ad3;
}
.btn.wrap-large p {
  font-size: 0.9375rem;
}
.btn.wrap-medium p {
  font-size: 0.875rem;
}
.btn.wrap-small p {
  font-size: 0.75rem;
}

@media screen and (max-width: 1200px) {
  .btn.btn-custom-large {
    padding: 8px 25px;
    font-size: 0.875rem;
  }
  .btn.btn-custom-medium {
    padding: 6px 20px;
    font-size: 0.8125rem;
  }
  .btn.btn-custom-small {
    padding: 6px 20px;
  }
  .btn.btn-wrap {
    gap: 4px;
  }
  .btn.btn-wrap i {
    font-size: 0.75ren;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 1.125rem;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(53, 138, 211, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #2670af;
  border-radius: 6px 6px 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: 1.125rem;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

.slick-dots {
  margin-top: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  display: inline-block;
  margin: auto 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #fff;
  border: 1px solid #fff;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 24px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #358ad3;
  text-shadow: 1px 1px 7px 2px #f5f7fa;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.review {
  max-width: 150px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 0 20px;
  overflow: hidden;
  z-index: 999;
}
.review::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.review .img {
  width: 100%;
  z-index: 999;
}
.review:hover::after {
  width: 0;
}

@media screen and (max-width: 576px) {
  .review {
    max-width: 100px;
    padding: 0 10px;
  }
  .review .img {
    width: 100%;
    z-index: 999;
  }
  .review:hover::after {
    width: 100%;
    height: 100%;
  }
}
.main-title {
  text-align: center;
  margin-bottom: 40px;
}
.main-title h4 {
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  word-spacing: 0.06em;
  color: #000;
  margin-bottom: 15px;
}
.main-title h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.main-title P {
  font-size: 1.125rem;
  color: #1f2933;
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.button-wrap .btn-wrap p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.2;
}

@media screen and (max-width: 1400px) {
  .main-title h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .main-title {
    margin-bottom: 30px;
  }
  .main-title h4 {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
}
.section {
  padding: 80px 0;
}

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

@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: 30px 0;
  }
}
.breadcrumb {
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 40px 0;
  z-index: 1;
}
.breadcrumb::before {
  content: "";
  width: 50%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background: #1c1c1c;
  transform: rotate(50deg);
  -webkit-transform: rotate(10deg);
  transform-origin: 100% 0;
}
.breadcrumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.breadcrumb .breadcrumb-wrapper {
  position: relative;
  display: inline-block;
  background-color: #1c1c1c;
  z-index: 11;
  padding: 0 30px 0 0;
}
.breadcrumb .breadcrumb-wrapper::before, .breadcrumb .breadcrumb-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1000%;
  background-color: #1c1c1c;
  z-index: -1;
}
.breadcrumb .breadcrumb-wrapper::before {
  top: 0;
}
.breadcrumb .breadcrumb-wrapper::after {
  bottom: 0;
}
.breadcrumb .breadcrumb-wrapper h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
  max-width: 250px;
}
.breadcrumb .breadcrumb-wrapper .bread-row {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
  font-size: 16px;
  color: #fff;
  position: relative;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list::after {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 12px;
  padding: 0 10px;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list:last-child::after {
  content: none;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
  color: #fff;
  font-size: 16px;
  display: inline;
  transition: 0.3s ease-in-out;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link:hover {
  color: #0f2a44;
}

@media screen and (max-width: 991px) {
  .breadcrumb::before {
    width: 420px;
  }
  .breadcrumb .breadcrumb-wrapper {
    padding: 0;
  }
  .breadcrumb .breadcrumb-wrapper h1 {
    font-size: 36px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::after {
    padding: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb::before {
    width: 390px;
    height: 210%;
  }
  .breadcrumb .breadcrumb-wrapper h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
    font-size: 14px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list::after {
    padding: 0 8px;
  }
  .breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb::before {
    width: 280px;
    height: 210%;
  }
  .breadcrumb .breadcrumb-wrapper h1 {
    font-size: 24px;
  }
}
header {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(28, 28, 28) 50%, rgba(5, 5, 5, 0) 94%, rgba(5, 5, 5, 0) 100%);
}
header .navbar {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
header .navbar .navbar-brand figure {
  margin: 0;
  max-width: 200px;
}
header .navbar .navbar-brand figure img {
  width: 100%;
  height: 100%;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #1f2933;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-collapse {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 0;
}
header .navbar-collapse .navbar-nav {
  display: flex;
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-item {
  margin-right: 10px;
  transition: 0.3s ease-in-out;
  /* Dropdown Menu */
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #358ad3;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #358ad3;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown {
  /* Dropdown Menu Sub Child */
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show {
  background-color: #000;
  padding: 0;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show .nav-item {
  transition: 0.3s ease-in-out;
  margin: 0;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show .nav-item .nav-link {
  text-transform: capitalize;
  padding: 5px;
  text-align: left;
  color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show .nav-item:hover {
  background-color: rgba(177, 151, 119, 0.5);
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  left: 100%;
  top: 0;
  background-color: #000;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
}
header .navbar .button-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #272727;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.fixed-header .top-nav {
  display: none;
}
header.fixed-header .navbar .navbar-brand {
  margin-top: 0;
}
header.fixed-header .navbar .navbar-brand figure {
  max-width: 150px;
}
header.relative-header {
  position: relative;
  background-color: #1c1c1c;
}

.dropdown-menu.show li {
  transition: 0.3s ease-in-out;
}
.dropdown-menu.show li:hover {
  background-color: rgba(53, 138, 211, 0.5);
}

@media screen and (max-width: 1200px) {
  header .navbar .navbar-brand {
    margin: 0;
    padding: 5px 0;
  }
  header .navbar .navbar-brand figure {
    width: 150px;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    margin: 0 0 0 0;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 992px) {
  header {
    position: relative;
    background: #1c1c1c;
  }
  header .navbar {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  header .navbar .navbar-brand {
    margin-top: 0;
  }
  header .navbar .navbar-toggler {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #1f2933;
    margin: 5px 0;
    display: grid;
    place-items: center;
  }
  header .navbar-collapse {
    align-items: center;
    background: #1c1c1c;
  }
  header .navbar-collapse .navbar-nav {
    flex-direction: column;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-item {
    margin: 0 0 5px 0;
    /* Dropdown Menu */
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px;
    font-size: 13px;
    text-transform: capitalize;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown {
    /* Dropdown Menu Sub Child */
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    background-color: #1c1c1c;
    padding: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show .nav-item {
    transition: 0.3s ease-in-out;
    margin: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show .nav-item .nav-link {
    text-transform: capitalize;
    padding: 5px;
    text-align: center;
    color: #fff;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show .nav-item:hover {
    background-color: rgba(177, 151, 119, 0.5);
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown .dropdown-menu {
    background-color: #1c1c1c;
    padding: 0;
    opacity: 1;
    pointer-events: all;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: all;
  }
  header .navbar .button-wrap {
    display: none;
  }
  header.fixed-header {
    position: absolute;
  }
  header.fixed-header .navbar .navbar-brand {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  header .top-nav {
    display: none;
  }
  header .navbar .navbar-toggl .navbar-brand {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  header .navbar .navbar-brand {
    margin-top: 0;
  }
  header .navbar .navbar-brand figure {
    max-width: 130px;
  }
}
.banner {
  position: relative;
}
.banner .banner-wrapper .banner-block {
  position: relative;
}
.banner .banner-wrapper .banner-block .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.banner .banner-wrapper .banner-block .image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.banner .banner-wrapper .banner-block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner .banner-wrapper .banner-block .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  max-width: 800px;
  text-align: center;
}
.banner .banner-wrapper .banner-block .banner-content h2 {
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
  word-spacing: 3px;
  line-height: 1.3;
  margin: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .banner-wrapper .banner-block .banner-content p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.7;
  margin-block: 20px 30px;
}
.banner .banner-wrapper .banner-block .banner-content .button-wrap {
  justify-content: center;
}
.banner .banner-wrapper .banner-block .banner-content .button-wrap .btn-wrap p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.2;
}

@media screen and (max-width: 1400px) {
  .banner .banner-wrapper .banner-block .banner-content h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .banner .banner-wrapper .banner-block .image img {
    width: 100%;
    height: 100%;
  }
  .banner .banner-wrapper .banner-block .banner-content h2 {
    font-size: 2.5rem;
  }
  .banner .banner-wrapper .banner-block .banner-content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-wrapper .banner-block .image img {
    width: 100%;
    height: 100%;
  }
  .banner .banner-wrapper .banner-block .banner-content {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    background-color: #000;
    padding: 40px 0;
  }
  .banner .banner-wrapper .banner-block .banner-content h2 {
    font-size: 2rem;
  }
  .banner .banner-wrapper .banner-block .banner-content p {
    font-size: 1rem;
  }
}
.our-work {
  position: relative;
  margin: 120px 0;
  padding: 0;
}
.our-work::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  background-image: url(images/top_content_left_ark.png);
  background-repeat: no-repeat;
  width: 356px;
  height: 488px;
}
.our-work::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url(images/top_content_right_ark.png);
  background-repeat: no-repeat;
  width: 185px;
  height: 477px;
}
.our-work .image-favicon {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
}
.our-work .image-favicon img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  border-radius: 100%;
}
.our-work .desc {
  text-align: center;
}
.our-work .desc h6 {
  font-size: 2rem;
  font-weight: 500;
  color: #1f2933;
}
.our-work .desc p {
  font-size: 1rem;
  font-weight: 400;
  color: #1c1c1c;
  margin-block: 20px 60px;
}
.our-work .desc .working-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.our-work .desc .working-area .block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 20px 80px;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.our-work .desc .working-area .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #358ad3;
  border-radius: 5px;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.our-work .desc .working-area .block .svg svg path {
  transition: 0.5s ease-in-out;
}
.our-work .desc .working-area .block p {
  font-size: 1.125rem;
  text-transform: capitalize;
  margin-block: 0;
  transition: 0.5s ease-in-out;
}
.our-work .desc .working-area .block:hover::before {
  width: 100%;
}
.our-work .desc .working-area .block:hover .svg svg * {
  filter: invert(100%) brightness(150%);
}
.our-work .desc .working-area .block:hover p {
  filter: invert(100%) brightness(150%);
}

@media screen and (max-width: 1400px) {
  .our-work .desc p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .our-work .desc h6 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  .our-work::before {
    top: 70px;
    width: 250px;
    height: 300px;
  }
  .our-work::after {
    top: 70px;
    width: 150px;
    height: 300px;
  }
  .our-work .desc h6 {
    font-size: 1.75rem;
    font-weight: 700;
  }
  .our-work .desc p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .our-work {
    margin: 0 0;
    padding: 60px 0;
  }
  .our-work::before, .our-work::after {
    display: none;
  }
  .our-work .image-favicon {
    top: 0;
    left: 0;
    transform: translateX(0);
    position: relative;
    width: 100px;
    height: 100px;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .our-work .desc h6 {
    font-size: 1.5rem;
  }
  .our-work .desc p {
    font-size: 1.125rem;
    margin-block: 20px 40px;
  }
  .our-work .desc .working-area {
    gap: 20px;
  }
  .our-work .desc .working-area .block {
    padding: 20px 60px;
  }
}
.service {
  position: relative;
}
.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f5ef;
  z-index: -1;
}
.service .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.service .service-wrapper .service-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  position: relative;
  overflow: hidden;
}
.service .service-wrapper .service-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.service .service-wrapper .service-block .image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.service .service-wrapper .service-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .service-wrapper .service-block .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 110px);
  width: 100%;
  padding-inline: 40px;
  transition: 0.5s ease-in-out;
}
.service .service-wrapper .service-block .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(53, 138, 211, 0.7) 50%, rgba(53, 138, 211, 0.5) 75%, rgba(53, 138, 211, 0) 100%);
  transition: 0.5s ease-in-out;
  z-index: -1;
}
.service .service-wrapper .service-block .content h4 {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
.service .service-wrapper .service-block .content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  width: 35px;
  height: 3px;
  background-color: #fff;
}
.service .service-wrapper .service-block .content p {
  font-size: 0.9375rem;
  word-spacing: 0.04em;
  color: #fff;
  margin-block: 20px;
}
.service .service-wrapper .service-block .content .read-more {
  color: #fff;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.service .service-wrapper .service-block .content .read-more:hover {
  color: #e74216;
}
.service .service-wrapper .service-block:hover .content {
  transform: translate(-50%, 0);
}
.service .service-wrapper .service-block:hover .content::before {
  height: 100%;
}

@media screen and (max-width: 1400px) {
  .service .service-wrapper .service-block .content {
    transform: translate(-50%, 100px);
    padding-inline: 40px;
  }
  .service .service-wrapper .service-block .content h4 {
    font-size: 1.75rem;
  }
  .service .service-wrapper .service-block .content p {
    font-size: 0.9375rem;
  }
  .service .service-wrapper .service-block .content .read-more {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1200px) {
  .service .service-wrapper .service-block {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .service .service-wrapper .service-block .content {
    transform: translate(-50%, 90px);
    padding-inline: 20px;
  }
  .service .service-wrapper .service-block .content h4 {
    font-size: 1.5rem;
  }
  .service .service-wrapper .service-block .content p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 780px) {
  .service .service-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .service .service-wrapper .service-block .image img {
    aspect-ratio: 4/2;
  }
}
@media screen and (max-width: 480px) {
  .service .service-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .service .service-wrapper .service-block::before {
    display: none;
  }
  .service .service-wrapper .service-block .image img {
    aspect-ratio: 3/2;
  }
  .service .service-wrapper .service-block .content {
    position: relative;
    transform: translate(0, 0);
    left: 0;
    padding: 20px;
  }
  .service .service-wrapper .service-block .content::before {
    height: 100%;
    background-color: rgba(53, 138, 211, 0.7);
  }
  .service .service-wrapper .service-block .content h4 {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .service .service-wrapper .service-block .content p {
    font-size: 0.875rem;
    margin-block: 10px;
  }
  .service .service-wrapper .service-block:hover .content {
    transform: translate(0, 0);
  }
}
.process {
  overflow: hidden;
}
.process .main-title {
  margin-bottom: 120px;
}
.process .process-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.process .process-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  top: 50%;
  left: calc(50% + 30px);
  transform: translate(-50%, -50%);
  background-image: url(images/process-path-line-ark.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.process .process-wrapper .process-block {
  flex-basis: 20%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.process .process-wrapper .process-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -50px;
  left: -20px;
  transform: rotate(80deg);
  background-image: url(images/process-img-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.process .process-wrapper .process-block:nth-child(2)::before {
  top: 100%;
  left: -20px;
  transform: translateY(-100%) rotate(150deg);
}
.process .process-wrapper .process-block:nth-child(3)::before {
  top: -30px;
  left: 20px;
  transform: rotate(360deg);
}
.process .process-wrapper .process-block:last-child::before {
  top: 30px;
  left: 20px;
  transform: rotate(270deg);
}
.process .process-wrapper .process-block .img-box {
  background-color: rgba(53, 138, 211, 0.8);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.process .process-wrapper .process-block h6 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1c1c1c;
  text-transform: capitalize;
  padding-top: 12px;
}
.process .process-wrapper .process-block h6 span {
  display: block;
  color: #1c1c1c;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 1400px) {
  .process .process-wrapper .process-block .img-box {
    width: 120px;
    height: 120px;
  }
  .process .process-wrapper .process-block .img-box img {
    width: 50px;
  }
  .process .process-wrapper .process-block h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .process .main-title {
    margin-bottom: 60px;
  }
  .process .process-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .process .process-wrapper::before {
    top: 40%;
    left: 0;
    transform: translate(0, 0);
    rotate: 260deg;
  }
  .process .process-wrapper .process-block {
    max-width: 300px;
    margin-inline: auto;
  }
  .process .process-wrapper .process-block h6 {
    font-size: 0.9375rem;
    font-weight: 700;
    padding-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .process .process-wrapper::before {
    display: none;
  }
  .process .process-wrapper .process-block .img-box {
    width: 80px;
    height: 80px;
  }
  .process .process-wrapper .process-block .img-box img {
    width: 35px;
  }
  .process .process-wrapper .process-block h6 {
    font-size: 0.875rem;
  }
}
.suppliers .supplier-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
.suppliers .supplier-wrap .supplier-block {
  width: calc(25% - 30px);
  height: 100%;
}
.suppliers .supplier-wrap .supplier-block img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2;
  object-fit: contain;
}

.choose-us {
  display: flex;
  flex-wrap: wrap;
}
.choose-us .image-block {
  flex-basis: 40%;
}
.choose-us .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.choose-us .content-block {
  flex-basis: 60%;
  padding: 60px;
  background-color: #eef2f5;
}
.choose-us .content-block .main-title {
  text-align: left;
  margin-bottom: 60px;
}
.choose-us .content-block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.choose-us .content-block ul li {
  flex-basis: calc(45% - 30px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.choose-us .content-block ul li figure {
  width: 25px;
}
.choose-us .content-block ul li figure img {
  width: 100%;
  height: 100%;
}
.choose-us .content-block ul li .desc {
  flex-basis: calc(100% - 45px);
}
.choose-us .content-block ul li .desc h6 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.choose-us .content-block ul li .desc p {
  font-size: 1rem;
  line-height: 1.4;
}
.choose-us .content-block .button-wrap {
  margin-top: 60px;
}

@media screen and (max-width: 1400px) {
  .choose-us .content-block {
    padding: 50px;
  }
  .choose-us .content-block .main-title {
    margin-bottom: 50px;
  }
  .choose-us .content-block ul {
    gap: 20px;
  }
  .choose-us .content-block ul li {
    flex-basis: calc(45% - 20px);
  }
  .choose-us .content-block ul li .desc {
    flex-basis: calc(100% - 40px);
  }
  .choose-us .content-block ul li .desc h6 {
    font-size: 1.125rem;
  }
  .choose-us .content-block ul li .desc p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .choose-us .content-block {
    padding: 50px;
  }
  .choose-us .content-block .main-title {
    margin-bottom: 40px;
  }
  .choose-us .content-block ul {
    flex-direction: column;
    gap: 20px;
  }
  .choose-us .content-block ul li {
    max-width: 80%;
  }
  .choose-us .content-block ul li .desc h6 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .choose-us {
    flex-direction: column;
  }
  .choose-us .image-block img {
    aspect-ratio: 5/2;
  }
  .choose-us .content-block {
    padding: 40px;
  }
  .choose-us .content-block .main-title {
    margin-bottom: 30px;
  }
  .choose-us .content-block ul {
    flex-direction: row;
    gap: 20px;
  }
  .choose-us .content-block ul li {
    max-width: 100%;
    flex-basis: calc(50% - 20px);
  }
  .choose-us .content-block ul li .desc p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .choose-us .content-block ul {
    flex-direction: column;
  }
}
.about .about-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px 40px;
}
.about .about-wrapper .about-image {
  flex-basis: calc(48% - 40px);
  position: relative;
}
.about .about-wrapper .about-image .absolute-logo {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 200px;
}
.about .about-wrapper .about-image .absolute-logo img {
  width: 100%;
  height: 100%;
}
.about .about-wrapper .about-image .image {
  width: 100%;
  height: 100%;
}
.about .about-wrapper .about-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about .about-wrapper .about-content {
  flex-basis: calc(50% - 40px);
}
.about .about-wrapper .about-content .main-title {
  text-align: left;
  margin-bottom: 20px;
}
.about .about-wrapper .about-content p {
  margin-bottom: 20px;
}
.about .about-wrapper .about-content p.highlight {
  font-weight: 700;
  font-size: 1.125rem;
  color: #1c1c1c;
}
.about .about-wrapper .about-content p:last-child {
  margin-bottom: 0;
}
.about .about-wrapper .about-content ul {
  margin-block: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 20px;
}
.about .about-wrapper .about-content ul li {
  flex-basis: calc(50% - 20px);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
.about .about-wrapper .about-content ul li img {
  max-width: 20px;
}
.about .about-wrapper .about-content ul li p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  .about .about-wrapper .about-content .main-title h6 {
    font-size: 0.875rem;
  }
  .about .about-wrapper .about-content .main-title h4 {
    font-size: 1.5rem;
  }
  .about .about-wrapper .about-content p {
    margin-bottom: 15px;
  }
  .about .about-wrapper .about-content p.highlight {
    font-weight: 700;
    font-size: 1rem;
  }
  .about .about-wrapper .about-content ul li p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 992px) {
  .about .about-wrapper {
    flex-direction: column;
  }
  .about .about-wrapper .about-image .image {
    aspect-ratio: 3/2;
  }
  .about .about-wrapper .about-image .absolute-logo {
    display: none;
  }
  .about .about-wrapper .about-content .main-title h6 {
    font-size: 0.875rem;
  }
  .about .about-wrapper .about-content .main-title h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 481px) {
  .about .about-wrapper .about-content ul {
    flex-direction: column;
    gap: 15px;
  }
}
.special_features .feature-wrapper {
  display: flex;
  gap: 20px;
}
.special_features .feature-wrapper .features-block {
  flex: 0 0 calc(33.3333333333% - 20px);
}
.special_features .feature-wrapper .features-block .image {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #358ad3;
  display: grid;
  place-content: center;
  margin-bottom: 15px;
}
.special_features .feature-wrapper .features-block .image img {
  max-width: 50px;
}
.special_features .feature-wrapper .features-block .desc {
  padding-inline: 30px;
}
.special_features .feature-wrapper .features-block .desc h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1f2933;
  padding-bottom: 10px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.special_features .feature-wrapper .features-block .desc p {
  color: #1c1c1c;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .special_features .feature-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .special_features .feature-wrapper .features-block {
    flex: 0 0 calc(33.3333333333% - 20px);
    text-align: center;
  }
  .special_features .feature-wrapper .features-block .image {
    margin-inline: auto;
  }
}
.form {
  background: rgba(15, 42, 68, 0.7);
  padding: 40px 60px;
  flex: 0 0 40%;
}
.form .form-title h4 {
  font-size: 24px;
  color: #fff;
  word-spacing: 0.02em;
  padding-bottom: 20px;
}
.form .form-wrapper {
  display: flex;
  flex-direction: column;
}
.form .form-wrapper .form-info {
  margin-bottom: 20px;
  font-size: 14px;
  padding: 8px 10px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  resize: none;
}
.form .form-wrapper .form-info option {
  padding: 0;
  color: #333;
}
.form .form-wrapper .form-info::placeholder {
  color: #fff;
}
.form .form-wrapper .form-submit-btn {
  display: inline-block;
  padding: 8px 10px;
  font-size: 14px;
  color: #333;
  width: 150px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  transition: 0.3s ease-in-out;
}
.form .form-wrapper .form-submit-btn:hover {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .form {
    width: 280px;
    padding: 40px 20px;
  }
  .form .form-title h4 {
    font-size: 22px;
  }
  .form .form-wrapper .form-info {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .form .form-wrapper .form-submit-btn {
    padding: 12px 10px;
    font-size: 14px;
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  .form {
    width: 250px;
    padding: 20px;
  }
  .form .form-title h4 {
    font-size: 18px;
  }
  .form .form-wrapper .form-info {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .form .form-wrapper .form-submit-btn {
    padding: 12px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .form {
    width: 250px;
    padding: 20px;
    right: 1%;
  }
  .form .form-title h4 {
    font-size: 18px;
  }
  .form .form-wrapper .form-info {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .form .form-wrapper .form-submit-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}
@media screen and (max-width: 577px) {
  .form {
    position: relative;
    transform: translateY(0);
    right: 0;
    width: 100%;
    padding: 40px;
    background: #000;
  }
  .form .form-wrapper .form-submit-btn {
    width: 125px;
    padding: 8px 12px;
  }
}
.experience {
  padding: 80px 0;
  position: relative;
  background-color: #272727;
}
.experience .experience-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.experience .experience-wrapper .images {
  position: relative;
  flex: 0 0 20%;
}
.experience .experience-wrapper .images h6 {
  top: 20%;
  left: 175px;
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.experience .experience-wrapper .images h6 span {
  display: block;
  font-size: 16px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  word-spacing: 0.07em;
}
.experience .experience-wrapper .experience-item {
  margin-left: 50px;
  flex: 0 0 35%;
  z-index: 999;
}
.experience .experience-wrapper .experience-item .experience-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.experience .experience-wrapper .experience-item .experience-list .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #000;
  border-radius: 40px;
}
.experience .experience-wrapper .experience-item .experience-list .icon i {
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #0f2a44;
}
.experience .experience-wrapper .experience-item .experience-list .icon .text p {
  font-size: 16px;
  color: #fff;
  word-spacing: 0.07em;
  padding: 5px 20px;
  font-weight: 600;
}
.experience .experience-wrapper .experience-item .experience-list.middle {
  margin-left: 30px;
}
.experience .handy-men-image {
  display: none;
  position: absolute;
  top: -10%;
  right: 0;
  z-index: 1;
}
.experience .handy-men-image img {
  width: 220px;
}

@media screen and (max-width: 1200px) {
  .experience .experience-wrapper .images h6 {
    font-size: 100px;
  }
  .experience .experience-wrapper .images h6 span {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item {
    margin-left: 50px;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 18px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .experience {
    padding: 60px 0;
  }
  .experience .experience-wrapper .images h6 {
    font-size: 70px;
    left: 75px;
  }
  .experience .experience-wrapper .images h6 span {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item {
    margin-left: 30px;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 18px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 15px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .experience {
    padding: 40px 0;
  }
  .experience .experience-wrapper {
    flex-direction: column;
  }
  .experience .experience-wrapper .images {
    margin-bottom: 30px;
  }
  .experience .experience-wrapper .images h6 {
    font-size: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
  .experience .experience-wrapper .images h6 span {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item {
    margin-left: 0;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 18px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 15px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list:last-child {
    margin-left: 40px;
  }
  .experience .handy-men-image {
    display: none;
  }
}
@media screen and (max-width: 577px) {
  .experience .experience-wrapper .images h6 {
    font-size: 80px;
  }
  .experience .experience-wrapper .images h6 span {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item .experience-list {
    margin-bottom: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon i {
    font-size: 16px;
  }
  .experience .experience-wrapper .experience-item .experience-list .icon .text p {
    font-size: 14px;
  }
  .experience .experience-wrapper .experience-item .experience-list.middle {
    margin-left: 20px;
  }
  .experience .experience-wrapper .experience-item .experience-list:last-child {
    margin-left: 40px;
  }
  .experience .handy-men-image {
    display: none;
  }
}
.project-gallery {
  position: relative;
}
.project-gallery .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.project-gallery .wrap .block {
  flex-basis: calc(33.3333333333% - 10px);
  position: relative;
}
.project-gallery .wrap .block img {
  height: 100%;
  width: 100%;
  transform: scale(1);
  aspect-ratio: 5/6;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.project-gallery .wrap .block:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 576px) {
  .project-gallery .wrap .block {
    flex-basis: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .project-gallery .wrap {
    flex-direction: column;
  }
  .project-gallery .wrap .block img {
    aspect-ratio: 3/2;
  }
}
.testimonial .testimonial-wrapper {
  background-color: #eef2f5;
  border-radius: 20px;
  padding-block: 90px;
  position: relative;
}
.testimonial .testimonial-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url(images/testi-bg-ark.png);
  background-repeat: no-repeat;
  width: 1140px;
  height: 100%;
}
.testimonial .testimonial-wrapper .absolute-image {
  position: absolute;
  bottom: -40px;
  right: -180px;
}
.testimonial .testimonial-wrapper .left-block {
  width: 20%;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(31, 41, 51, 0.5);
}
.testimonial .testimonial-wrapper .left-block .figure {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.testimonial .testimonial-wrapper .testi-slider {
  position: relative;
  padding-inline: 40px;
}
.testimonial .testimonial-wrapper .testimonial-block {
  z-index: 3;
  margin-inline: 10px;
}
.testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info .image {
  max-width: 75px;
}
.testimonial .testimonial-wrapper .testimonial-block .personal-detail .right-info .image img {
  width: 100%;
  height: 100%;
}
.testimonial .testimonial-wrapper .testimonial-block .content h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2933;
}
.testimonial .testimonial-wrapper .testimonial-block .content .star-line {
  margin-block: 15px;
  display: flex;
  gap: 3px;
}
.testimonial .testimonial-wrapper .testimonial-block .content .star-line i {
  font-size: 0.75rem;
  color: #e9ae0c;
}
.testimonial .testimonial-wrapper .testimonial-block .content p {
  font-size: 1rem;
  color: #1c1c1c;
}
.testimonial .slick-arrow {
  z-index: 9;
}
.testimonial .slick-arrow i {
  font-size: 20px;
  padding: 20px;
  background-color: transparent;
  border: 1px solid #358ad3;
  border-radius: 50%;
  color: #0f2a44;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.testimonial .slick-arrow i:hover {
  color: #fff;
  background-color: #358ad3;
}
.testimonial .slick-arrow.left {
  left: -20px;
  z-index: 9;
}
.testimonial .slick-arrow.right {
  right: -60px;
  top: 80%;
}

@media screen and (max-width: 1600px) {
  .testimonial .testimonial-wrapper .absolute-image {
    position: absolute;
    bottom: -40px;
    right: -20px;
  }
  .testimonial .testimonial-wrapper .absolute-image img {
    max-width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .testimonial .testimonial-wrapper .absolute-image {
    bottom: 0;
    right: 0;
  }
  .testimonial .testimonial-wrapper .absolute-image img {
    max-width: 300px;
  }
}
@media screen and (max-width: 992px) {
  .testimonial .testimonial-wrapper {
    padding-block: 40px 90px;
  }
  .testimonial .testimonial-wrapper .absolute-image {
    bottom: -50px;
    right: 50%;
    transform: translateX(50%);
  }
  .testimonial .testimonial-wrapper .left-block {
    width: 100%;
    border-right: none;
  }
  .testimonial .testimonial-wrapper .left-block .figure {
    width: 60px;
    height: 60px;
  }
  .testimonial .testimonial-wrapper .left-block .figure img {
    max-width: 25px;
  }
  .testimonial .testimonial-wrapper .testi-slider {
    padding-inline: 80px;
  }
  .testimonial .testimonial-wrapper .testimonial-block {
    text-align: center;
  }
  .testimonial .testimonial-wrapper .testimonial-block .content h5 {
    font-size: 1.125rem;
  }
  .testimonial .testimonial-wrapper .testimonial-block .content .star-line {
    justify-content: center;
  }
  .testimonial .slick-arrow i {
    font-size: 18px;
    padding: 15px;
  }
  .testimonial .slick-arrow.left {
    left: -20px;
    z-index: 9;
  }
  .testimonial .slick-arrow.right {
    right: -20px;
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .testimonial-wrapper {
    padding-block: 30px 70px;
  }
  .testimonial .testimonial-wrapper .absolute-image {
    bottom: -20px;
  }
  .testimonial .testimonial-wrapper .absolute-image img {
    max-width: 250px;
  }
  .testimonial .testimonial-wrapper .testi-slider {
    padding-inline: 40px;
  }
}
.quote {
  padding: 80px 0;
  background-color: #272727;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.7);
}
.quote .quote-content {
  text-align: center;
  position: relative;
}
.quote .quote-content h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  word-spacing: 0.05em;
  line-height: 1.3;
}
.quote .quote-content p {
  font-size: 18px;
  color: #fff;
  word-spacing: 0.05em;
}
.quote .quote-content .button {
  margin-top: 40px;
}
.quote .quote-content .button .btn-main {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .quote .quote-content h3 {
    font-size: 26px;
  }
  .quote .quote-content p {
    font-size: 16px;
  }
  .quote .quote-content .button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 577px) {
  .quote .quote-content h3 {
    font-size: 22px;
  }
  .quote .quote-content p {
    font-size: 14px;
  }
  .quote .quote-content .button {
    margin-top: 30px;
  }
}
footer {
  padding: 70px 0 0 0;
  background-color: #272727;
  position: relative;
  z-index: 1;
}
footer::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 40px;
  width: 600px;
  height: calc(100% - 120px);
  background-color: #358ad3;
  z-index: -1;
}
footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-block: 60px;
}
footer .footer-block {
  /* To remove the chevron arrow and underline css only from first footer-block div */
}
footer .footer-block .footer-title {
  margin-bottom: 40px;
}
footer .footer-block .footer-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-block .footer-item,
footer .footer-block ul {
  /* to add chevron arrow in menu */
}
footer .footer-block .footer-item .footer-link,
footer .footer-block .footer-item li,
footer .footer-block ul .footer-link,
footer .footer-block ul li {
  margin-bottom: 20px;
  /* Use Flex only in info-detail class */
}
footer .footer-block .footer-item .footer-link .info-detail,
footer .footer-block .footer-item .footer-link a,
footer .footer-block .footer-item li .info-detail,
footer .footer-block .footer-item li a,
footer .footer-block ul .footer-link .info-detail,
footer .footer-block ul .footer-link a,
footer .footer-block ul li .info-detail,
footer .footer-block ul li a {
  color: #fff;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
}
footer .footer-block .footer-item .footer-link .info-detail p,
footer .footer-block .footer-item .footer-link a p,
footer .footer-block .footer-item li .info-detail p,
footer .footer-block .footer-item li a p,
footer .footer-block ul .footer-link .info-detail p,
footer .footer-block ul .footer-link a p,
footer .footer-block ul li .info-detail p,
footer .footer-block ul li a p {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  transition: 0.3s ease-in-out;
}
footer .footer-block .footer-item .footer-link .info-detail,
footer .footer-block .footer-item li .info-detail,
footer .footer-block ul .footer-link .info-detail,
footer .footer-block ul li .info-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-block .footer-item .footer-link .info-detail .icon p,
footer .footer-block .footer-item li .info-detail .icon p,
footer .footer-block ul .footer-link .info-detail .icon p,
footer .footer-block ul li .info-detail .icon p {
  font-size: 0.6125rem;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  padding: 5px;
}
footer .footer-block .footer-item .footer-link:hover .info-detail,
footer .footer-block .footer-item .footer-link:hover a,
footer .footer-block .footer-item li:hover .info-detail,
footer .footer-block .footer-item li:hover a,
footer .footer-block ul .footer-link:hover .info-detail,
footer .footer-block ul .footer-link:hover a,
footer .footer-block ul li:hover .info-detail,
footer .footer-block ul li:hover a {
  transform: translateX(5px);
}
footer .footer-block .footer-item .footer-link:hover .info-detail p,
footer .footer-block .footer-item .footer-link:hover a p,
footer .footer-block .footer-item li:hover .info-detail p,
footer .footer-block .footer-item li:hover a p,
footer .footer-block ul .footer-link:hover .info-detail p,
footer .footer-block ul .footer-link:hover a p,
footer .footer-block ul li:hover .info-detail p,
footer .footer-block ul li:hover a p {
  transform: translateX(5px);
}
footer .footer-block .footer-item li a,
footer .footer-block ul li a {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  padding-block: 0;
}
footer .footer-block .footer-item li a::before,
footer .footer-block ul li a::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.5rem;
  color: #fff;
}
footer .footer-block .footer-item li a::after,
footer .footer-block ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
footer .footer-block .footer-item li:hover a::after,
footer .footer-block ul li:hover a::after {
  width: 100%;
}
footer .footer-block .form {
  padding: 0;
  background-color: transparent;
}
footer .footer-block .form .form-group {
  margin-bottom: 5px;
  text-align: right;
}
footer .footer-block .form .form-group .form-input {
  width: 100%;
  border-radius: 5px;
  padding: 5px;
}
footer .footer-block:nth-child(2) {
  border-inline: 1px solid #fff;
  padding-inline: 60px;
}
footer .footer-block:first-child .footer-item .footer-link .info-detail {
  padding: 0;
}
footer .footer-block:first-child .footer-item .footer-link .info-detail::before, footer .footer-block:first-child .footer-item .footer-link .info-detail::after {
  display: none;
}
footer .footer-icon-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-block: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-icon-wrap .insta-follow {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
footer .footer-icon-wrap .insta-follow p {
  color: #fff;
  text-transform: capitalize;
}
footer .footer-icon-wrap .insta-follow .icon {
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  position: relative;
  display: grid;
  place-items: center;
  z-index: 1;
  overflow: visible;
}
footer .footer-icon-wrap .insta-follow .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #3b5998;
  border-radius: 100%;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
footer .footer-icon-wrap .insta-follow .icon.insta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border-radius: 100%;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
footer .footer-icon-wrap .insta-follow .icon i {
  color: #fff;
  transition: 0.3s ease-in-out 0.1s;
}
footer .footer-icon-wrap .insta-follow .icon:hover::before {
  width: 0;
  height: 0;
}
footer .footer-icon-wrap .insta-follow .icon:hover.insta i {
  background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .footer-icon-wrap .insta-follow .icon:hover i {
  color: #3b5998;
}
footer .footer-icon-wrap .service-link-group {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .footer-icon-wrap .service-link-group a {
  border-radius: 5px;
  overflow: hidden;
}
footer .footer-icon-wrap .service-link-group a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-bottom .block {
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  position: relative;
}
.footer-bottom .block p,
.footer-bottom .block a {
  font-size: 14px;
  font-weight: 400;
  color: #1c1c1c;
  display: inline;
  transition: 0.3s ease-in-out;
}
.footer-bottom .block a:hover {
  color: #e74216;
}

@media screen and (max-width: 1200px) {
  footer {
    padding-top: 40px;
  }
  footer::before {
    display: none;
  }
  footer .footer-wrapper {
    padding-block: 40px;
  }
  footer .footer-block {
    /*  Last footer-block div */
  }
  footer .footer-block:last-child {
    flex-basis: 100%;
    text-align: center;
    margin-top: 50px;
    background-color: #358ad3;
    padding: 20px;
    border-radius: 20px;
  }
  footer .footer-block:last-child .form {
    margin: auto;
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-icon-wrap {
    justify-content: center;
    gap: 20px 50px;
  }
  footer .footer-icon-wrap .insta-follow {
    flex-basis: auto;
    justify-content: center;
  }
  footer .footer-icon-wrap .service-link-group {
    flex-basis: auto;
    flex-grow: 1;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper {
    flex-direction: column;
    padding-block: 0 30px;
    gap: 40px;
  }
  footer .footer-block {
    text-align: center;
  }
  footer .footer-block .footer-title {
    margin-bottom: 20px;
  }
  footer .footer-block .footer-title h2 {
    font-size: 1.125rem;
  }
  footer .footer-block .footer-item .footer-link,
  footer .footer-block .footer-item li,
  footer .footer-block ul .footer-link,
  footer .footer-block ul li {
    margin-bottom: 15px;
    /* Use Flex only in info-detail class */
  }
  footer .footer-block .footer-item .footer-link .info-detail,
  footer .footer-block .footer-item li .info-detail,
  footer .footer-block ul .footer-link .info-detail,
  footer .footer-block ul li .info-detail {
    justify-content: center;
    gap: 10px;
  }
  footer .footer-block:nth-child(2) {
    border-inline: none;
    padding-inline: 0;
  }
  footer .footer-block:last-child {
    margin-top: 0;
  }
}
.page-about .about .new-content p {
  font-size: 15px;
  color: #fff;
  margin-top: 20px;
}
.page-about .special_features {
  padding: 0;
}

.chose-us {
  background-color: #000;
  padding: 80px 0;
}
.chose-us .chose-wrapper .new-header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}
.chose-us .chose-wrapper .new-header-title .title {
  flex: 0 0 30%;
}
.chose-us .chose-wrapper .new-header-title .title h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 20px;
}
.chose-us .chose-wrapper .new-header-title .title h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
.chose-us .chose-wrapper .new-header-title .title h4 span {
  font-weight: 400;
  color: #0f2a44;
}
.chose-us .chose-wrapper .new-header-title .content {
  flex: 0 0 calc(70% - 80px);
  margin-left: 80px;
}
.chose-us .chose-wrapper .new-header-title .content p {
  font-size: 15px;
  color: #fff;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav {
  flex: 0 0 30%;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link {
  background-color: #fff;
  color: #000;
  padding: 20px 20px;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link.active {
  overflow: initial;
  background-color: #333;
  position: relative;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link.active::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-left: 15px solid #333;
  border-bottom: 7px solid transparent;
  transition: 0.3s ease-in-out;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link.active h4,
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link.active p {
  color: #fff;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link h4 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link p {
  font-size: 16px;
  color: #333;
  transition: 0.3s ease-in-out;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link:hover {
  background-color: #333;
}
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link:hover h4,
.chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link:hover p {
  color: #fff;
}
.chose-us .chose-wrapper .tab-pannel .tab-content {
  flex: 0 0 70%;
}
@media screen and (max-width: 768px) {
  .chose-us {
    padding: 40px 0;
  }
  .chose-us .chose-wrapper .new-header-title {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .chose-us .chose-wrapper .new-header-title .title {
    margin-bottom: 20px;
  }
  .chose-us .chose-wrapper .new-header-title .title h6 {
    margin-bottom: 10px;
  }
  .chose-us .chose-wrapper .new-header-title .title h4 {
    font-size: 24px;
  }
  .chose-us .chose-wrapper .new-header-title .content {
    margin-left: 10px;
  }
  .chose-us .chose-wrapper .new-header-title .content p {
    font-size: 14px;
    color: #fff;
  }
  .chose-us .chose-wrapper .tab-pannel {
    flex-direction: column;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-nav {
    width: 100%;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link {
    background-color: #fff;
    color: #000;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link.active::before {
    display: none;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link h4 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-nav .nav-link p {
    font-size: 16px;
    color: #333;
  }
  .chose-us .chose-wrapper .tab-pannel .tab-content {
    flex: 0 0 70%;
  }
}
.page-gallery {
  background-color: #000;
}
.page-gallery .project-gallery .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 0;
}
.page-gallery .project-gallery .wrap .block {
  flex-basis: calc(33.3333333333% - 20px);
  margin: 0;
  padding: 0;
}
.page-gallery .project-gallery .wrap .block a img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover\;;
}
.page-gallery .project-gallery .wrap .block:nth-child(even) {
  margin: 0;
}

.page-services .service-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.page-services .service-wrapper .service-block {
  flex-basis: calc(33.3333333333% - 20px);
}
.page-services .service-wrapper .service-block .figure {
  display: block;
}
.page-services .service-wrapper .service-block .figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}

.page-contact {
  background-color: #1c1c1c;
}
.page-contact .contact-wrapper {
  position: relative;
}
.page-contact .contact-wrapper .contact-title {
  text-align: center;
  padding-bottom: 80px;
}
.page-contact .contact-wrapper .contact-title h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 20px;
  color: #fff;
  text-transform: capitalize;
  word-spacing: 0.05em;
  background: #0f2a44;
  margin-top: -39px;
  position: relative;
  z-index: 11;
}
.page-contact .contact-wrapper .contact-title h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  border-bottom: 27px solid #333;
  border-left: 27px solid transparent;
}
.page-contact .contact-wrapper .contact-title h4::after {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  border-bottom: 27px solid #333;
  border-right: 27px solid transparent;
}
.page-contact .contact-wrapper .contact-form-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px 30px;
  padding-bottom: 80px;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-info {
  flex: 0 0 calc(40% - 30px);
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
  gap: 15px;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .icon i {
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .text h6 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail:hover .icon {
  background-color: #fff;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail:hover .icon i {
  color: #000;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail:hover .text h6 {
  font-weight: 600;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-form {
  flex: 0 0 calc(60% - 30px);
  display: flex;
  flex-wrap: wrap;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-label.overlap h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  display: inline-block;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-control {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
  word-spacing: 0.03em;
  padding: 15px;
  background: transparent;
  border-radius: 4px;
  resize: none;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-control:focus {
  outline: none;
  border-color: #dedede;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-submit-button .btn-main {
  font-size: 14px;
  border: 1px solid #0f2a44;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-submit-button .btn-main:hover {
  background-color: transparent;
  color: #fff;
}

.map-section iframe {
  width: 100%;
  display: block;
}

.txt-black {
  color: #333 !important;
}

@media screen and (max-width: 992px) {
  .page-contact .contact-wrapper .contact-title {
    padding-bottom: 60px;
  }
  .page-contact .contact-wrapper .contact-title h4 {
    font-size: 20px;
    padding: 20px 20px;
    margin-top: -39px;
  }
  .page-contact .contact-wrapper .contact-title h4::before {
    left: -27px;
    border-bottom: 27px solid #333;
    border-left: 27px solid transparent;
  }
  .page-contact .contact-wrapper .contact-title h4::after {
    right: -27px;
    border-bottom: 27px solid #333;
    border-right: 27px solid transparent;
  }
  .page-contact .contact-wrapper .contact-form-wrapper {
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail {
    word-break: break-all;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .text h6 {
    font-size: 14px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-form {
    margin: 0;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group {
    margin-bottom: 20px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-label.overlap h5 {
    font-size: 14px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-control {
    font-size: 13px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-submit-button .btn-main {
    font-size: 14px;
    border: 1px solid #0f2a44;
    border-radius: 4px;
  }
}
@media screen and (max-width: 576px) {
  .page-contact .contact-wrapper .contact-title {
    padding-bottom: 60px;
  }
  .page-contact .contact-wrapper .contact-title h4 {
    font-size: 20px;
    padding: 20px 20px;
    margin-top: -39px;
  }
  .page-contact .contact-wrapper .contact-title h4::before {
    left: -27px;
    border-bottom: 27px solid #333;
    border-left: 27px solid transparent;
  }
  .page-contact .contact-wrapper .contact-title h4::after {
    right: -27px;
    border-bottom: 27px solid #333;
    border-right: 27px solid transparent;
  }
  .page-contact .contact-wrapper .contact-form-wrapper {
    padding-bottom: 40px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-info {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail {
    word-break: break-all;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-info .contact-detail .text h6 {
    font-size: 14px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-form {
    margin-left: 0;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group {
    margin-bottom: 20px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-label.overlap h5 {
    font-size: 14px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-form-group .form-control {
    font-size: 15px;
  }
  .page-contact .contact-wrapper .contact-form-wrapper .contact-form .input-submit-button .btn-main {
    font-size: 14px;
    border: 1px solid #0f2a44;
    border-radius: 4px;
  }
}

.page_quote .experience .experience-wrapper {
  display: flex;
  align-items: initial;
  justify-content: space-between;
}
.page_quote .experience .experience-wrapper .form {
  flex: 0 0 40%;
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  transform: translateY(0);
  text-align: center;
}
.page_quote .experience .experience-wrapper .quote-image {
  flex: 0 0 60%;
  position: relative;
}
.page_quote .experience .experience-wrapper .quote-image img {
  border: 4px solid #fff;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.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;
  align-items: flex-start;
  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-page-content .map-location {
  width: 100%;
  height: 300px;
}
.single-service-wrap .service-page-content .map-location iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.single-service-wrap .service-sidebar {
  flex-basis: 20%;
  position: sticky;
}
.single-service-wrap .service-sidebar .sidebar {
  background-color: #000;
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  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: #fff;
  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: #fff;
  color: #358ad3;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-service-wrap .full-page-content .project-gallery {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
.single-service-wrap .full-page-content .project-gallery .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
}
.single-service-wrap .full-page-content .project-gallery .wrap .block {
  margin: 0;
  padding: 0;
}
.single-service-wrap .full-page-content .project-gallery .wrap .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.single-service-wrap .full-page-content .project-gallery .wrap .block:first-child {
  grid-row: initial;
  grid-column: initial;
}
.single-service-wrap .desc-group h2 {
  font-size: 2.5rem;
  font-weight: 700;
  word-spacing: 3px;
  line-height: 1.3;
  color: #358ad3;
  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;
    /* 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;
    /* 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: #000;
  padding: 60px 40px;
  border-radius: 20px;
}
.single-page-blog .blog-wrap .title {
  flex-basis: 100%;
}
.single-page-blog .blog-wrap .title h2 {
  color: #fff;
}
.single-page-blog .blog-wrap .content {
  flex-basis: calc(50% - 30px);
}
.single-page-blog .blog-wrap .content .desc .link {
  color: #e74216;
}
.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: #0f2a44;
  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: #fff;
  font-weight: 700;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li h6 {
  color: #f5f7fa;
  font-weight: 500;
}
.single-page-blog .blog-wrap .all-content .sub-desc ul li p {
  color: #1f2933;
  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 .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: #333;
  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: #fff;
}
.blog .wrapper .blog-block .content .desc {
  margin-top: 20px;
}
.blog .wrapper .blog-block .content .desc .link {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #fff;
  transition: 0.3s ease-in-out;
  margin-top: 20px;
  text-transform: capitalize;
}
.blog .wrapper .blog-block .content .desc .link i {
  color: #fff;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
}
.blog .wrapper .blog-block .content .desc .link:hover {
  color: #0f2a44;
}
.blog .wrapper .blog-block .content .desc .link:hover i {
  transform: translateX(5px);
  color: #0f2a44;
}
.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;
}

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