/*!
Theme Name: Linear Web - AC Tech SA
Theme URI: http://underscores.me/
Author: Linear Web Solutions
Author URI: https://linearwebsolutions.com.au/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: linearweb_onbehalfgeneralservice
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.

Linear Web - AC Tech SA 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
/* ----- WP Scss File ------- */
/* Fonts */
/* Colors */
/* mostly used color */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
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;
  }
  p {
    font-size: 0.875rem;
  }
}
body {
  background-color: #292828;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: inherit;
}

p {
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  color: #8a8a8a;
  margin: 0;
  padding: 0;
}

a {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #292828;
  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: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

span {
  font-family: "Poppins", 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;
}

@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: 576px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  p {
    font-size: 0.875rem;
  }
}
button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn {
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #dedede;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
  text-transform: capitalize;
}
.btn:focus, .btn:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom {
  font-size: 14px;
  padding: 8px 26px;
}
.btn.btn-custom-small {
  padding: 8px 16px;
  font-size: 14px;
}
.btn.btn-custom-medium {
  padding: 10px 20px;
  font-size: 15px;
}
.btn.btn-custom-large {
  padding: 12px 32px;
  font-size: 16px;
}
.btn.btn-primary {
  background-color: #e1452e;
  color: #ffffff;
  border-color: #e1452e;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #e1452e;
}
.btn.btn-secondary {
  background-color: #e1452e;
  color: #ffffff;
  border-color: #e1452e;
}
.btn.btn-secondary:hover {
  background-color: transparent;
  border-color: #e1452e;
  color: #e1452e;
}

@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;
  }
}
/* -- 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(225, 69, 46, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #c0311c;
  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;
}

.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: 1.25rem;
  height: 45px;
  width: 45px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(225, 69, 46, 0.7);
}
.mobile-call-button a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-color: rgba(225, 69, 46, 0.7);
  z-index: -1;
  transition: 0.5s ease-in-out;
}
.mobile-call-button a i {
  color: rgba(225, 69, 46, 0.7);
  transition: 0.5s ease-in-out;
}
.mobile-call-button a:hover {
  height: 75px;
}
.mobile-call-button a:hover::before {
  height: 100%;
}
.mobile-call-button a:hover i {
  color: #ffffff;
}

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: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

figure {
  margin: 0;
}

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

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;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: auto 3px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #e1452e;
  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: #333;
  border: 1px solid #333;
}

.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: #e1452e;
  text-shadow: 1px 1px 7px 2px #dedede;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.section {
  padding: 80px 0;
}

.header-title {
  margin-bottom: 25px;
}
.header-title h4 {
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  font-weight: 900;
  color: #e1452e;
  word-spacing: 0.25rem;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
.breadcrumb {
  position: relative;
  margin-bottom: 0;
  padding: 100px 0;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
.breadcrumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.breadcrumb .wrapper {
  display: inline-block;
  text-align: center;
}
.breadcrumb .wrapper h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
}
.breadcrumb .wrapper .bread-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #e1452e;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.breadcrumb .wrapper .bread-row .bread-list {
  font-size: 16px;
  color: #ffffff;
}
.breadcrumb .wrapper .bread-row .bread-list::before {
  content: "\f105";
  font-family: "fontAwesome";
  font-size: 12px;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
}
.breadcrumb .wrapper .bread-row .bread-list:first-child::before {
  content: none;
}
.breadcrumb .wrapper .bread-row .bread-list .bread-link {
  color: #ffffff;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  display: inline;
}

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

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 80px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 36px;
  }
  .breadcrumb .wrapper .bread-row .bread-list {
    font-size: 14px;
    color: #ffffff;
  }
  .breadcrumb .wrapper .bread-row .bread-list::before {
    padding: 0 8px;
  }
  .breadcrumb .wrapper .bread-row .bread-list .bread-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 60px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .breadcrumb .wrapper .bread-row {
    bottom: 5px;
    flex-wrap: wrap;
  }
  .breadcrumb .wrapper .bread-row .bread-list::before {
    padding: 0 6px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    padding: 40px 0;
  }
  .breadcrumb .wrapper h3 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .breadcrumb .wrapper .bread-row {
    bottom: 5px;
    flex-wrap: wrap;
  }
  .breadcrumb .wrapper .bread-row .bread-list::before {
    padding: 0 6px;
  }
}
header {
  z-index: 999;
  background-color: #ffffff;
}
header .top-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(138, 138, 138, 0.4);
}
header .top-navbar .navbar-brand {
  flex: 0 0 25%;
  margin: 0;
  padding: 0;
}
header .top-navbar .navbar-brand .figure {
  width: 100px;
}
header .top-navbar .nav-info {
  flex: 0 0 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-navbar .nav-info .nav-info-block {
  display: flex;
  align-items: center;
}
header .top-navbar .nav-info .nav-info-block .nav-icon {
  padding-right: 25px;
}
header .top-navbar .nav-info .nav-info-block .nav-icon i {
  font-size: clamp(0.09375rem, 2vw, 1.25rem);
  color: #e1452e;
}
header .top-navbar .nav-info .nav-info-block .nav-content h5 {
  font-size: clamp(0.9375rem, 2vw, 1rem);
  font-weight: 600;
  color: #e1452e;
}
header .top-navbar .nav-info .nav-info-block .nav-content p {
  font-size: 0.875ren;
  font-weight: 300;
  color: #292828;
}
header .navbar {
  padding: 0;
  justify-content: space-between;
}
header .navbar .navbar-brand {
  display: none;
  width: 80px;
}
header .navbar-collapse {
  justify-content: space-between;
  padding: 5px 0;
}
header .navbar-collapse .navbar-nav {
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link {
  margin: 10px 15px;
  padding: 0;
  color: #292828;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 300;
  transition: 0.5s ease-out;
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #292828;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button {
  padding: 8px 25px;
  font-size: clamp(0.8125rem, 2vw, 0.875rem);
  color: #292828;
  background-color: #e1452e;
  border-color: #e1452e;
  border-radius: 40px;
  margin-right: 0;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link.button::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}
header .navbar-collapse .navbar-nav .nav-item.btn .nav-link,
header .navbar-collapse .navbar-nav .nav-item.btn a {
  color: inherit;
  padding: 0;
  margin: 0;
}
header .navbar-collapse .navbar-nav .nav-item.btn .nav-link::before,
header .navbar-collapse .navbar-nav .nav-item.btn a::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link::before {
  width: 100%;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: calc(100% + 10px);
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item {
  margin: 0;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
  transition: 0.3s ease-in-out;
  color: #292828;
  text-transform: capitalize;
  line-height: 1.3;
  padding: 5px 10px;
  margin: 0;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link::before {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
  z-index: 11;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link {
  position: relative;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  transition: 0.5s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link::before {
  width: 100%;
}
header .navbar-collapse .nav-social {
  display: flex;
  flex: 0 0 10%;
}
header .navbar-collapse .nav-social .nav-social-block {
  margin: 0 5px;
}
header .navbar-collapse .nav-social .nav-social-block .social-icon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(3, 1, 121, 0.9058823529);
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
}
header .navbar-collapse .nav-social .nav-social-block .social-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(3, 1, 121, 0.9058823529);
  z-index: -1;
  transition: 0.3s ease-out;
}
header .navbar-collapse .nav-social .nav-social-block .social-icon i {
  font-size: 0.8125rem;
  color: #ffffff;
  line-height: 30px;
  transition: 0.3s ease-out;
  transition-delay: 0.1s;
}
header .navbar-collapse .nav-social .nav-social-block .social-icon:hover::before {
  width: 0;
  height: 0;
}
header .navbar-collapse .nav-social .nav-social-block .social-icon:hover i {
  color: rgba(3, 1, 121, 0.9058823529);
}
header .navbar-collapse .nav-social .nav-social-block:last-child {
  margin-right: 0;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #ffffff;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.fixed-header .top-navbar {
  display: none;
}
header.fixed-header .navbar .navbar-brand {
  display: block;
  width: 100px;
  padding: 5px;
  border-radius: 5px;
}
header.fixed-header .navbar .navbar-brand img {
  width: 100%;
}
header.fixed-header .navbar-collapse {
  justify-content: flex-end;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #292828;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  background-color: #292828;
}
header.fixed-header .navbar-collapse .nav-social {
  display: none;
}

@media screen and (max-width: 992px) {
  header .top-navbar .navbar-brand {
    display: none;
  }
  header .top-navbar .nav-info {
    flex: 0 0 100%;
  }
  header .navbar {
    padding: 10px 0;
  }
  header .navbar .navbar-brand {
    display: block;
    width: 100px;
  }
  header .navbar svg rect {
    fill: #292828;
  }
  header .navbar .navbar-toggler {
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #8a8a8a;
  }
  header .navbar .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 10px;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 100%;
    height: 0;
    transition: height 0.5s ease-in-out;
    padding: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .menu-item .nav-link {
    text-align: center;
    font-size: 0.875rem;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    height: auto;
  }
  header .navbar-collapse .nav-social {
    justify-content: center;
    margin-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  header .top-navbar {
    display: none;
  }
  header .navbar .navbar-brand {
    display: block;
  }
  header .navbar .navbar-brand h4 {
    font-size: 1rem;
  }
  header .navbar svg rect {
    fill: #292828;
  }
  header .navbar .nav-social {
    display: none;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 0;
    opacity: 1;
    pointer-events: all;
    height: auto;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item .nav-link::before {
    display: none;
  }
  header .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu .menu-item:hover .nav-link {
    color: #292828;
  }
}
.banner .slider-block .block-wrap {
  width: 100%;
}
.banner .slider-block .block-wrap img {
  width: 100%;
  height: calc(100vh - 130px);
  object-fit: cover;
  object-position: center;
}
.banner .slider-block .block-wrap .text {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  height: auto;
  width: 500px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.7);
}
.banner .slider-block .block-wrap .text h4 {
  font-weight: 700;
  text-transform: capitalize;
  color: rgba(3, 1, 121, 0.9058823529);
  line-height: 1.1;
}
.banner .slider-block .block-wrap .text h6 {
  font-weight: 400;
  color: #231F20;
  text-transform: capitalize;
  line-height: 1;
}
.banner .slider-block .block-wrap .text p {
  color: #292828;
  line-height: 1.3;
  padding: 20px 0;
}

@media screen and (max-width: 992px) {
  .banner .slider-block .block-wrap img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner .slider-block .block-wrap::before {
    display: none;
  }
  .banner .slider-block .block-wrap .text {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    width: 100%;
    padding: 20px 40px;
    text-align: center;
    background-color: rgba(225, 69, 46, 0.3);
  }
  .banner .slider-block .block-wrap .text p {
    color: #ffffff;
  }
}
.about-section {
  position: relative;
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/background_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
  z-index: -1;
}
.about-section .about-wrapper {
  display: flex;
  justify-content: space-between;
}
.about-section .about-wrapper .about-content {
  flex: 0 0 calc(50% - 30px);
}
.about-section .about-wrapper .about-content h2 {
  color: #e1452e;
  font-weight: 800;
}
.about-section .about-wrapper .about-content h3 {
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.2;
}
.about-section .about-wrapper .about-content p {
  color: #ffffff;
  padding-top: 20px;
}
.about-section .about-wrapper .about-images {
  flex: 0 0 calc(50% - 30px);
  display: flex;
}
.about-section .about-wrapper .about-images .first-img {
  flex: 0 0 55%;
  position: relative;
  box-shadow: 0 0 2px -1px #000000;
}
.about-section .about-wrapper .about-images .first-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .about-wrapper .about-images .first-img .landscape-img {
  display: none;
}
.about-section .about-wrapper .about-images .first-img .lil-desc {
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 200px;
  background-color: rgba(3, 1, 121, 0.9);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.about-section .about-wrapper .about-images .first-img .lil-desc h6 {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
  text-transform: capitalize;
}
.about-section .about-wrapper .about-images .first-img .lil-desc h6 span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
.about-section .about-wrapper .about-images .second-img {
  flex: 0 0 45%;
}
.about-section .about-wrapper .about-images .second-img img {
  width: 100%;
  height: calc(100% - 30px);
  margin-top: 15px;
  box-shadow: 0 0 2px -1px #000000;
}

@media screen and (max-width: 992px) {
  .about-section .about-wrapper {
    flex-direction: column;
  }
  .about-section .about-wrapper .about-content {
    margin-bottom: 30px;
  }
  .about-section .about-wrapper .about-images .first-img {
    flex: 0 0 100%;
  }
  .about-section .about-wrapper .about-images .first-img img {
    display: none;
  }
  .about-section .about-wrapper .about-images .first-img .landscape-img {
    display: block;
  }
  .about-section .about-wrapper .about-images .first-img .landscape-img img {
    display: block;
  }
  .about-section .about-wrapper .about-images .first-img .lil-desc {
    left: 80%;
  }
  .about-section .about-wrapper .about-images .second-img {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .about-section .about-wrapper .about-images .first-img .lil-desc {
    left: 0%;
  }
}
.about-features {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-features .abtfeatures-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 30px;
}
.about-features .abtfeatures-block .img-block {
  flex-basis: calc(50% - 30px);
  height: auto;
}
.about-features .abtfeatures-block .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.about-features .abtfeatures-block .content {
  flex-basis: calc(50% - 30px);
}
.about-features .abtfeatures-block .content h5 {
  font-size: 1.75rem;
  font-weight: 900;
  word-spacing: 0.05em;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: capitalize;
  color: #e1452e;
}
.about-features .abtfeatures-block .content p {
  font-size: 16px;
  margin-top: 30px;
  color: #ffffff;
}
.about-features .abtfeatures-block:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 992px) {
  .about-features .abtfeatures-block {
    flex-direction: column;
    gap: 20px;
  }
  .about-features .abtfeatures-block:nth-child(even) {
    flex-direction: column;
  }
  .about-features .abtfeatures-block .img-block img {
    aspect-ratio: 5/2;
  }
  .about-features .abtfeatures-block .content {
    text-align: center;
  }
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.5rem;
  }
  .about-features .abtfeatures-block .content p {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 481px) {
  .about-features .abtfeatures-block .content h5 {
    font-size: 1.25rem;
  }
}
.service-section .service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-section .service-wrapper .service-block {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service-section .service-wrapper .service-block .figure {
  flex-basis: 30%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
}
.service-section .service-wrapper .service-block .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.service-section .service-wrapper .service-block .desc {
  flex-basis: 70%;
  padding: 20px 40px;
  transition: 0.3s ease-in-out;
}
.service-section .service-wrapper .service-block .desc h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(3, 1, 121, 0.9058823529);
}
.service-section .service-wrapper .service-block .desc p {
  font-size: 0.9375rem;
  color: #525252;
  padding: 10px 0;
}
.service-section .service-wrapper .service-block .desc .service-btn {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.5s ease-in-out;
  transition-delay: 0.3s;
}
.service-section .service-wrapper .service-block .desc .service-btn .read-more {
  display: flex;
  align-items: center;
}
.service-section .service-wrapper .service-block .desc .service-btn .read-more .txt {
  font-size: clamp(0.8125rem, 2vw, 0.9375rem);
  font-weight: 400;
  color: #000000;
  padding-right: 5px;
  transition: 0.3s ease-out;
  transition-delay: 0.2s;
}
.service-section .service-wrapper .service-block .desc .service-btn .read-more i {
  font-size: clamp(0.8125rem, 2vw, 0.9375rem);
  color: #000000;
  transition: 0.3s ease-out;
}
.service-section .service-wrapper .service-block .desc .service-btn .read-more:hover .txt {
  color: #e1452e;
}
.service-section .service-wrapper .service-block .desc .service-btn .read-more:hover i {
  transform: translateX(5px);
  color: #e1452e;
}
.service-section .service-wrapper .service-block:hover .figure img {
  transform: scale(1.1);
}
.service-section .service-wrapper .service-block:hover .desc .service-btn {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width: 992px) {
  .service-section .service-wrapper .service-block {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 481px) {
  .service-section .service-wrapper {
    flex-direction: column;
  }
  .service-section .service-wrapper .service-block .figure img {
    transform: scale(1.1);
  }
  .service-section .service-wrapper .service-block .desc .service-btn {
    opacity: 1;
    transform: translateX(0);
  }
  .service-section .service-wrapper .service-block .desc .service-btn .read-more {
    display: flex;
    align-items: center;
  }
  .service-section .service-wrapper .service-block .desc .service-btn .read-more .txt {
    color: #e1452e;
  }
  .service-section .service-wrapper .service-block .desc .service-btn .read-more i {
    transform: translateX(5px);
    color: #e1452e;
  }
}
.gallery {
  padding-top: 0;
}

.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.gallery-wrap .gallery-item {
  flex-basis: calc(25% - 20px);
  position: relative;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.gallery-wrap .gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.gallery-wrap .gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/2;
  object-fit: cover;
  object-position: center center;
}
.gallery-wrap .gallery-item .txt-slidein {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.gallery-wrap .gallery-item .txt-slidein .imgzoomin {
  text-align: right;
}
.gallery-wrap .gallery-item .txt-slidein .imgzoomin i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  transform: translateX(45px);
  transition: 0.4s ease-in-out;
  transition-delay: 0.1s;
}
.gallery-wrap .gallery-item .txt-slidein .imgzoomin i:hover {
  background-color: #e1452e;
}
.gallery-wrap .gallery-item .txt-slidein h6 {
  font-size: 16px;
  color: #ffffff;
  background-color: #e1452e;
  text-transform: capitalize;
  padding: 12px 20px;
  transform: translateY(45px);
  transition: 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.gallery-wrap .gallery-item:hover::before {
  opacity: 1;
  z-index: 1;
}
.gallery-wrap .gallery-item:hover img {
  transform: scale(1.2);
}
.gallery-wrap .gallery-item:hover .txt-slidein {
  z-index: 2;
}
.gallery-wrap .gallery-item:hover .txt-slidein .imgzoomin i {
  transform: translateX(0);
}
.gallery-wrap .gallery-item:hover .txt-slidein h6 {
  transform: translateY(0);
}

@media screen and (max-width: 992px) {
  .gallery-wrap .gallery-item {
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .gallery-wrap .gallery-item {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 577px) {
  .gallery-wrap .gallery-item .txt-slidein .imgzoomin i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .gallery-wrap .gallery-item .txt-slidein h6 {
    font-size: 14px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 480px) {
  .gallery-wrap .gallery-item::before {
    opacity: 1;
    z-index: 1;
  }
  .gallery-wrap .gallery-item img {
    transform: scale(1.2);
  }
  .gallery-wrap .gallery-item .txt-slidein {
    z-index: 2;
  }
  .gallery-wrap .gallery-item .txt-slidein .imgzoomin {
    text-align: right;
  }
  .gallery-wrap .gallery-item .txt-slidein .imgzoomin i {
    transform: translateX(0);
    background-color: #e1452e;
  }
  .gallery-wrap .gallery-item .txt-slidein h6 {
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(0);
  }
}
.features {
  background-image: url("../images/quote_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.features .feature-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.features .content {
  flex-basis: 55%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.features .content .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.features .content .block .icon {
  width: 120px;
  align-items: left;
}
.features .content .block .icon img {
  width: 100%;
  height: 100%;
}
.features .content .block .text h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #e1452e;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.features .content .block .text p {
  color: #f8f8f8;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.features .request-quote {
  flex-basis: 35%;
  position: relative;
  box-shadow: rgba(226, 228, 230, 0.1) 0px 0px 0px 2px, rgba(191, 194, 197, 0.25) 0px 4px 6px -1px, rgba(151, 146, 146, 0.3) 0px 1px 0px inset;
  padding: 40px;
  background-color: #000000;
  border-radius: 20px;
}
.features .request-quote h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
.features .request-quote h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background-color: #e1452e;
  margin-top: 5px;
}

@media screen and (max-width: 992px) {
  .features .feature-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .block .icon {
    flex-direction: column;
    width: 100px;
  }
}
.testimonial_section .header-title {
  padding-bottom: 30px;
}
.testimonial_section .header-title span {
  display: block;
  color: #ffffff;
}
.testimonial_section .testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial_section .testimonial-wrapper .block {
  box-shadow: 0 0 2px rgba(238, 235, 235, 0.6);
  padding: 10px 40px;
  margin: 5px 10px;
}
.testimonial_section .testimonial-wrapper .block .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 26px 0;
}
.testimonial_section .testimonial-wrapper .block .info .image img {
  width: 70px;
  height: auto;
}
.testimonial_section .testimonial-wrapper .block .info .name {
  margin-left: 20px;
}
.testimonial_section .testimonial-wrapper .block .info .name h3,
.testimonial_section .testimonial-wrapper .block .info .name h6 {
  line-height: 1.4;
  text-transform: capitalize;
}
.testimonial_section .testimonial-wrapper .block .info .name h3 {
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: #ffffff;
  font-weight: 500;
}
.testimonial_section .testimonial-wrapper .block .info .name h6 {
  font-size: 0.875rem;
  color: #f8f8f8;
}
.testimonial_section .testimonial-wrapper .block .info::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 98%;
  bottom: 0px;
  left: 0;
  background-color: #8a8a8a;
}
.testimonial_section .testimonial-wrapper .block .details {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  padding: 20px 0 10px 0;
  font-weight: 500;
  color: #f8f8f8;
}
.testimonial_section .button {
  padding-top: 20px;
  text-align: center;
}

.slick-arrow.arw-lft {
  left: -50px;
  z-index: 9;
}
.slick-arrow.arw-right {
  right: -50px;
}

.call_us {
  background: url("../images/call_us_bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.call_us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.call_us .call_wrap {
  position: relative;
  text-align: center;
}
.call_us .call_wrap h4 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  text-transform: capitalize;
}
.call_us .call_wrap p {
  max-width: 800px;
  margin: 50px auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .call_us .call_wrap h4 {
    line-height: 1.1;
  }
  .call_us .call_wrap p {
    padding-top: 8px;
  }
}
footer {
  padding: 70px 0 35px 0;
  background-color: #262930;
}
footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
footer .footer-wrapper .footer-block {
  flex-basis: calc(25% - 20px);
}
footer .footer-wrapper .footer-block:nth-child(2) {
  flex-basis: calc(15% - 20px);
}
footer .footer-wrapper .footer-block:first-child {
  flex-basis: calc(35% - 20px);
}
footer .footer-block .logo {
  width: 120px;
  background-color: #ffffff;
  border-radius: 5px;
}
footer .footer-block .logo img {
  width: 100%;
  height: 100%;
}
footer .footer-block .footer-about-desc {
  margin-top: 30px;
}
footer .footer-block .footer-about-desc p {
  font-size: 0.875rem;
  color: #f8f8f8;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h6 {
  font-weight: 700;
  color: #ffffff;
  padding: 0;
  position: relative;
  padding-bottom: 5px;
}
footer .footer-block .footer-title h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 15px;
  background-color: #e1452e;
}
footer .footer-block ul li {
  margin-bottom: 10px;
}
footer .footer-block ul li a,
footer .footer-block ul li .quick-link {
  font-size: 0.875rem;
  color: #f8f8f8;
  transition: 0.5s ease-in-out;
}
footer .footer-block ul li a:hover,
footer .footer-block ul li .quick-link:hover {
  color: #e1452e;
}
footer .footer-block ul li .footer-cntct {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-wrap: anywhere;
  transition: 0.5s ease-in-out;
}
footer .footer-block ul li .footer-cntct i {
  font-size: 13px;
  color: #ffffff;
  padding-right: 8px;
}
footer .footer-block ul li .footer-cntct p {
  font-size: 0.875rem;
  color: #f8f8f8;
  line-height: 1.3;
}
footer .footer-block ul li .footer-cntct:hover p {
  color: #e1452e;
}

.footer-bottom {
  padding-top: 30px;
  position: relative;
}
.footer-bottom .bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom .bottom-wrapper .block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom .bottom-wrapper .block a {
  padding: 0 4px;
  color: #e1452e;
  line-height: 1.5;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
  position: relative;
}
.footer-bottom .bottom-wrapper .block a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e1452e;
  transition: 0.3s ease-in-out;
}
.footer-bottom .bottom-wrapper .block a:hover::before {
  width: 100%;
}
.footer-bottom .bottom-wrapper .block p {
  color: #f8f8f8;
  line-height: 1.5;
  font-size: 0.875rem;
}
.footer-bottom .bottom-wrapper .develop {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom .bottom-wrapper .develop .text-center {
  color: #f8f8f8;
  line-height: 1.5;
  font-size: 0.875rem;
}
.footer-bottom .bottom-wrapper .develop a {
  padding: 0 4px;
  color: #e1452e;
  transition: 0.3s ease-in-out;
  position: relative;
}
.footer-bottom .bottom-wrapper .develop a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e1452e;
  transition: 0.3s ease-in-out;
}
.footer-bottom .bottom-wrapper .develop a:hover::before {
  width: 100%;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 70px 0 35px 0;
  }
  footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 20px;
  }
  footer .footer-wrapper .footer-block {
    flex-basis: calc(50% - 20px);
    text-align: left;
  }
  footer .footer-wrapper .footer-block:nth-child(even) {
    text-align: right;
  }
  footer .footer-wrapper .footer-block:nth-child(2) {
    flex-basis: calc(50% - 20px);
  }
  footer .footer-wrapper .footer-block:first-child {
    flex-basis: calc(50% - 20px);
    text-align: left;
  }
  footer .footer-block .logo {
    width: 125px;
    margin-top: 0;
  }
  footer .footer-block .footer-about-desc {
    margin-top: 15px;
  }
  footer .footer-block .footer-title h6 {
    display: inline-block;
  }
  footer .footer-block ul li .footer-cntct {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .bottom-wrapper {
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .block {
    justify-content: center;
  }
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  footer .footer-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  footer .footer-wrapper .footer-block {
    text-align: center;
  }
  footer .footer-wrapper .footer-block:nth-child(even) {
    text-align: center;
  }
  footer .footer-wrapper .footer-block .logo {
    margin: 0 auto;
  }
  footer .footer-wrapper .footer-block .footer-about-desc p {
    text-align: center;
  }
  footer .footer-wrapper .footer-block ul li .footer-cntct {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-wrapper .footer-block ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 420px) {
  .footer-bottom .bottom-wrapper .develop {
    justify-content: center;
    flex-direction: column;
  }
  .footer-bottom .bottom-wrapper .develop a {
    text-align: center;
  }
}
.page-about {
  /* about us section scss for page about */
}
.page-about .about-section .about-wrapper {
  gap: 40px 30px;
  flex-wrap: wrap;
}
.page-about .about-section .about-wrapper .full-content {
  flex-basis: 100%;
}
.page-about .about-section .about-wrapper .full-content p {
  padding-top: 20px;
  color: #ffffff;
}
.page-about .about-section .about-wrapper .full-content p:first-child {
  padding-top: 0;
}
.page-about .experience {
  background-color: #231F20;
}
.page-about .experience .exp-wrap {
  display: flex;
  flex-wrap: wrap;
}
.page-about .experience .exp-wrap .image-block,
.page-about .experience .exp-wrap .content-block {
  flex-basis: 50%;
}
.page-about .experience .exp-wrap .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.page-about .experience .exp-wrap .content-block {
  padding: 60px;
}
.page-about .experience .exp-wrap .content-block h6 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}
.page-about .experience .exp-wrap .content-block p {
  margin: 20px 0;
  color: #ffffff;
}
.page-about .experience .exp-wrap .content-block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.page-about .experience .exp-wrap .content-block ul li {
  flex-basis: 48%;
  font-size: 0.9375rem;
  color: #f8f8f8;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.page-about .experience .exp-wrap .content-block ul li::before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "fontawesome";
  font-size: 0.6125rem;
  font-weight: 700;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .page-about .experience .exp-wrap .content-block {
    padding: 40px;
  }
}
@media screen and (max-width: 992px) {
  .page-about .experience .exp-wrap {
    flex-direction: column;
  }
  .page-about .experience .exp-wrap .content-block {
    padding: 40px 60px;
  }
  .page-about .experience .exp-wrap .content-block h6 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .page-about .experience .exp-wrap .content-block {
    padding: 20px;
  }
  .page-about .experience .exp-wrap .content-block h6 {
    font-size: 1.5rem;
  }
  .page-about .experience .exp-wrap .content-block p {
    font-size: 0.875rem;
  }
  .page-about .experience .exp-wrap .content-block ul {
    gap: 10px;
    flex-direction: column;
  }
  .page-about .experience .exp-wrap .content-block ul li {
    font-size: 0.875rem;
  }
}
.page-services {
  background: url("../images/Pattern-Randomized.svg");
}
.page-services .service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.page-services .servie-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-services .servie-block .images {
  flex: 0 0 50%;
  aspect-ratio: 2/2;
}
.page-services .servie-block .images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.page-services .servie-block .content {
  flex: 0 0 calc(50% + 40px);
  padding: 20px 30px;
  background-color: #ffffff;
  margin: 20px 0 20px -40px;
  box-shadow: 2px 1px 14px -8px #292828;
  border-radius: 10px;
}
.page-services .servie-block .content h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #e1452e;
  text-transform: capitalize;
}
.page-services .servie-block .content p {
  font-size: 0.9375rem;
  padding-top: 20px;
}
.page-services .servie-block:nth-child(even) {
  flex-direction: row-reverse;
}
.page-services .servie-block:nth-child(even) .content {
  margin: 20px -40px 20px 0;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .page-services .servie-block {
    flex-direction: column;
  }
  .page-services .servie-block .content {
    margin: 0;
    text-align: center;
  }
  .page-services .servie-block .content p {
    padding: 10px 0;
  }
  .page-services .servie-block:nth-child(even) {
    flex-direction: column;
  }
  .page-services .servie-block:nth-child(even) .content {
    margin: 0;
  }
  .page-services .servie-block:last-child {
    padding-bottom: 40px;
  }
}
.page-gallery .header-title {
  padding: 40px 0;
  text-align: center;
}

.contact_us .contact-wrapper .contact-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact_us .contact-wrapper .contact-block.block-left {
  position: relative;
  z-index: 33;
}
.contact_us .contact-wrapper .contact-block .ofyc-info {
  flex: 0 0 40%;
  padding: 0 20px;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  box-shadow: 0 0 6px -3px #ffffff;
  position: relative;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  border: 1px solid #e1452e;
  background-color: #e1452e;
  margin-right: 20px;
  text-align: center;
  transition: 0.4s ease-in-out;
  transition-delay: 0.3s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .icon i {
  font-size: clamp(0.8125rem, 2vw, 1rem);
  line-height: 60px;
  color: #ffffff;
  transition: 0.4s ease-in-out;
  transition-delay: 0.2s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .text {
  flex: 0 0 50%;
  position: relative;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .text h5 {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 500;
  color: #f8f8f8;
  line-height: 1.3;
  transition: 0.4s ease-in-out;
  transition-delay: 0.1s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info .text h6 {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  font-weight: 400;
  color: #f8f8f8;
  line-height: 1.2;
  transition: 0.4s ease-in-out;
  transition-delay: 0.1s;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(225, 69, 46, 0.7);
  border-radius: 5px;
  transition: 0.4s ease-out;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover {
  border: 1px solid rgba(225, 69, 46, 0.1);
  box-shadow: 0 0 6px -3px #e1452e;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover::before {
  width: 100%;
  height: 100%;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .icon {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.contact_us .contact-wrapper .contact-block .ofyc-info .info:hover .icon i {
  color: #e1452e;
}
.contact_us .contact-wrapper .contact-block .form {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(60% + 30px);
  padding: 40px 60px;
  box-shadow: 0 0 12px -8px #e1452e;
  background-color: #ffffff;
}
.contact_us .contact-wrapper .contact-block .form .form-title h6 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  word-spacing: 0.2rem;
  padding-bottom: 30px;
}
.contact_us .map {
  flex: 0 0 100%;
}
.contact_us .map iframe {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .contact_us .contact-wrapper .contact-block .form {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 992px) {
  .contact_us .contact-wrapper .contact-block.block-left {
    padding: 60px 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    flex: 0 0 calc(40% - 40px);
    margin: 0 30px 0 10px;
    padding: 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
    margin-right: 15px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    flex: 0 0 calc(60% + 30px - 90px);
  }
  .contact_us .contact-wrapper .contact-block .map iframe {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .contact_us .contact-wrapper .contact-block {
    flex-direction: column;
    align-items: baseline;
    width: 100%;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0;
  }
  .contact_us .contact-wrapper .contact-block .ofyc-info .info .icon {
    margin-right: 15px;
  }
  .contact_us .contact-wrapper .contact-block .form {
    width: 100%;
    padding: 40px 40px;
  }
  .contact_us .contact-wrapper .contact-block .map {
    width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .contact_us .contact-wrapper .contact-block .ofyc-info {
    width: 100%;
  }
}
.page-quote {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.page-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 40, 40, 0.7);
}
.page-quote .quote-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc {
  flex: 0 0 50%;
  padding: 40px;
  background-color: #e1452e;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-quote .quote-wrapper .quote-desc .title h4 {
  font-size: clamp(1.75rem, 2vw, 2.5rem);
  font-weight: 700;
  color: #ffffff;
}
.page-quote .quote-wrapper .quote-desc .title p {
  font-size: clamp(0.9375rem, 2vw, 1rem);
  font-weight: 400;
  color: #ffffff;
  padding-top: 10px;
}
.page-quote .quote-wrapper .quote-desc .company-info {
  padding: 30px 0;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block {
  margin-bottom: 15px;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block h6 {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  color: #ffffff;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc i {
  font-size: 0.75rem;
  color: #dedede;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc a {
  pointer-events: auto;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc p {
  font-size: 0.9375rem;
  color: #dedede;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc:hover i {
  color: #292828;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block .company-desc:hover p {
  color: #292828;
}
.page-quote .quote-wrapper .quote-desc .company-info .company-info-block:last-child {
  margin-bottom: 0;
}
.page-quote .quote-wrapper .quote-desc .company-link {
  display: flex;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon i {
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 40px;
  transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  position: relative;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.page-quote .quote-wrapper .quote-desc .company-link .icon:hover i {
  color: #e1452e;
}
.page-quote .quote-wrapper .form-wrap {
  flex: 0 0 50%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media screen and (max-width: 768px) {
  .page-quote::before {
    background-color: rgba(225, 69, 46, 0.8);
  }
  .page-quote .quote-wrapper {
    flex-direction: column;
  }
  .page-quote .quote-wrapper .quote-desc {
    padding: 40px 20px;
    border-radius: 0;
  }
  .page-quote .quote-wrapper .quote-desc .company-info {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-quote .quote-wrapper .quote-desc .company-info .company-info-block {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
  }
  .page-quote .quote-wrapper .form-wrap {
    border-radius: 0;
  }
}
@media screen and (max-width: 481px) {
  .page-quote .quote-wrapper .quote-desc {
    padding: 40px 20px;
  }
  .page-quote .quote-wrapper .quote-desc .company-info {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
}
.single-service-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* 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: 20px 40px;
}
.single-service-wrap .service-page-content {
  flex-basis: calc(80% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.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: rgba(3, 1, 121, 0.9058823529);
}
.single-service-wrap .service-sidebar .sidebar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  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: #e1452e;
}
.single-service-wrap .full-page-content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-service-wrap .full-page-content .gallery {
  margin-bottom: 0;
  padding: 0;
}
.single-service-wrap .full-page-content .gallery .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 10px;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .img-block {
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 5px;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service-wrap .full-page-content .gallery .gallery-wrapper .img-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: #e1452e;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-service-wrap .desc-group p {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #f8f8f8;
}
.single-service-wrap .desc p {
  margin-bottom: 20px;
  color: #f8f8f8;
}
.single-service-wrap .desc p:last-child {
  margin-bottom: 0;
}

@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;
  }
}
.form {
  width: 100%;
}
.form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form .form-group label {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #525252;
  padding-bottom: 5px;
}
.form .form-group .form-input {
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #8a8a8a;
  border: 1px solid rgba(138, 138, 138, 0.3);
  resize: none;
}
.form .form-group .form-input:focus {
  outline: none;
  box-shadow: none;
}
.form .form-group .form-input::placeholder {
  color: #525252;
  font-weight: 300;
}
.form .form-submit .btn {
  border-radius: 40px;
}

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