:root {
  --theme-color: #f17d31;
  --main-back: #f6f3ea;
  --dark-black: #ffffff;
  --theme-font: "Barlow", sans-serif;
  --heading-font: "Barlow Condensed", sans-serif;
  --title-color: #000000;
  --secound-bg:#f5f5f5;
  --background: linear-gradient(-2deg, #ff6d0c 3%, #ffa569 64%, #f17d31, #a84503);
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.common-heading {
  font-weight: 500;
  margin: 0;
  color: #020202;
  position: relative;
  margin-bottom: 45px;
  font-size: 45px;
  font-family: var(--heading-font);
}

.common-heading2 {
  font-family: var(--theme-font);
  font-size: 67px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#eee, #f17d31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.common-heading3 {
  font-family: var(--theme-font);
  font-size: 72px;
  text-transform: uppercase;
  background: linear-gradient(-2deg, #f17d31 3%, #f17d31 64%, #f17d31, #f17d31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.text {
  margin-bottom: 10px;
  line-height: 28px;
  font-family: var(--theme-font);
  font-size: 16px;
  text-align: justify;
}

.common-btn {
  padding: 12px 32px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  transition: box-shadow 0.5s;
  background-color: var(--theme-color);
  padding: 15px 37px;
  text-transform: capitalize;
  transition: 0.3s;
  border: 1px solid var(--theme-color) !important;
}
.common-btn:hover {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;
  border: 1px solid var(--theme-color) !important;
}

.common-space {
  padding: 75px 0;
}

.common-margin {
  padding: 30px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
  color: #000000;
  margin-bottom: 20px;
}

body {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #666;
}

ol {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #000000;
  padding-left: 1.5rem;
}
ol li {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #000000;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

.default-page p {
  font-size: 16px;
}
.default-page ul {
  padding-left: 1.5rem;
}
.default-page ul li {
  list-style: disc;
  font-family: var(--theme-font);
  font-size: 16px;
}
.default-page ol li {
  font-family: var(--theme-font);
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font);
}

.sub-heading {
  font-family: var(--theme-font);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: var(----main-back);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  position: relative;
}
.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link.show::before {
  width: 100% !important;
  left: 0;
}

.nav-link:focus,
.nav-link:hover {
  color: #3e4095 !important;
}

.dropdown-item:focus {
  color: #3e4095 !important;
  background-color: var(----main-back);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

header {
  width: 100%;
  z-index: 11;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: white;
}
header.sticky {
  background-color: #fff;
}
header .navbar-brand {
  width: 32%;
}
header .top-header {
  background-color: #00173c;
}
header .common-btn {
  border-color: white;
  color: white;
  transition: 0.3s;
  padding: 12px 15px;
}
header .common-btn:hover {
  background-color: white;
  color: #000;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav.navbar-expand-lg {
  padding: 2px 0 !important;
}
header nav .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
header nav .navbar-nav .nav-item {
  padding: 20px 5px;
  font-weight: 500;
  font-size: 14px;
  color: black;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item div img {
  filter: brightness(0) invert(1);
  max-width: 25px;
  margin-right: 20px;
  cursor: pointer;
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.192);
  position: relative;
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item .nav-link {
  font-family: var(--theme-font);
  line-height: 27.0001px;
  position: relative;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin: 3px;
  transition: all 0.4s;
}
header nav .navbar-nav .nav-item .nav-link::before {
  content: "";
  border: 0px solid white;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  transition: 0.3s;
  background-color: white;
  left: 0;
}
header nav .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
header nav .navbar-nav .active {
  position: relative;
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.banner-home .owl-theme .owl-nav {
  margin-top: 0;
}
.banner-home .desktop {
  display: block !important;
}
.banner-home .mobile {
  display: none !important;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-content {
  position: absolute;
  top: 50%;
  z-index: 31;
  width: 100%;
  color: #fff;
  left: 0;
  transform: translateY(-50%);
}
.banner-home .banner-content .sub-heading {
  font-family: var(--theme-font);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.banner-home .banner-content .cont-banner {
  text-align: center;
}
.banner-home .banner-content ul {
  display: flex;
  gap: 2px;
  justify-content: center;
  font-size: 15px;
  color: rgb(255, 187, 0);
}
.banner-home .banner-content h2 {
  font-size: 55px;
  line-height: 1.1;
  margin-bottom: 0px;
  font-weight: 400;
  color: white;
  text-shadow: 2px 4px 1px BLACK;
}
.banner-home .banner-content p {
  line-height: normal;
  font-size: 14px;
  color: inherit;
  letter-spacing: normal;
  font-weight: 300;
}
.banner-home .common-btn {
  margin-top: 1.5rem;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.banner-home .owl-theme .owl-dots span {
  width: 15px;
  height: 15px;
}
.banner-home .owl-theme .owl-dots .owl-dot.active span,
.banner-home .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-color);
}
.banner-home .reser-bnr {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  align-items: center;
  transform-origin: left;
  padding: 5px 8px;
  background: #f7c527;
}
.banner-home .reser-bnr i {
  font-size: 40px;
  margin-right: 10px;
}
.banner-home .reser-bnr p {
  margin-bottom: 0;
  color: #000;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.banner-home .reser-bnr a {
  font-size: 24px;
  font-family: "Gilda Display", serif;
  line-height: 1;
}

.team-main .img {
  position: relative;
  width: 100%;
  height: 450px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.team-main .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3843137255);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.team-main .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-main .img .content {
  position: absolute;
  bottom: -25px;
  background: white;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
}
.team-main .img .content .common-btn {
  padding: 10px 20px;
}
.team-main .img .content h6 {
  font-size: 25px;
  margin-bottom: 15px;
}
.team-main .img:hover::before {
  background: rgba(0, 0, 0, 0.0666666667);
}

.inter-change {
  background: rgba(128, 128, 128, 0.1294117647);
}
.inter-change .inter-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.inter-change .inter-item h3 {
  color: var(--title-color);
}
.inter-change .inter-item .content {
  padding: 30px;
  background: aliceblue;
}
.inter-change .inter-item:nth-child(even) {
  background-color: #000000;
}

.footer {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.829), rgba(0, 0, 0, 0.829)), url("img/banner-2.jpg");
  background-size: cover;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.footer .middle-widget-sec {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
}
.footer .links-list {
  padding-left: 0rem;
}
.footer .links-list li {
  position: relative;
  transition: all 0.3s;
  list-style: none;
}
.footer .links-list li:hover {
  margin-left: 10px;
}
.footer p {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}
.footer ul {
  margin: 0;
  padding-left: 0;
}
.footer ul li {
  font-size: 15px;
  line-height: 28px;
  color: white;
}
.footer ul li a {
  color: #fff;
}
.footer a {
  font-size: 15px;
  line-height: 28px;
  color: white;
}
.footer .social-links {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
.footer .social-links li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
  text-align: center;
  border: 1px solid white;
  border-radius: 50px;
}
col .footer .social-links li a:hover i {
  color: white;
}
.footer .social-links li i {
  transition: all 0.3s;
  color: white;
}
.footer .social-links li:hover {
  background-color: var(----main-back);
  color: white;
}
.footer .footer-widget {
  padding: 50px 0;
}
.footer .about-widget {
  position: relative;
}
.footer .about-widget .text {
  color: white;
}
.footer .footer-column:first-child {
  border-left: 0;
}
.footer .footer-column:nth-child(2) {
  border-right: 0;
  border-left: 0;
}
.footer .footer-bottom {
  position: relative;
  padding: 15px 0px;
}
.footer .footer-bottom p {
  margin: 0;
}
.footer .info-list li {
  display: flex;
  align-items: start;
  justify-content: start;
  margin-bottom: 10px;
  gap: 10px;
}
.footer .info-list li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  position: relative;
  background-color: transparent;
  transition: 0.3s;
  text-align: center;
  border: 1px solid white;
  border-radius: 50px;
  padding: 15px;
}

.bot-footer {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.beard-head {
  background-image: url("img/baner-1.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 190px 0 73px;
  min-height: 250px;
}
.beard-head::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0.8;
  content: "";
  z-index: 0;
  height: 100%;
  width: 100%;
}
.beard-head .bread {
  color: #fff;
  z-index: 1;
  position: relative;
}
.beard-head .bread a {
  text-decoration: none;
}
.beard-head .bread h1 {
  font-size: 64px;
  font-weight: 700;
}
.beard-head .bread ul {
  padding-left: 0;
  margin-bottom: 0;
}
.beard-head .bread ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  color: white;
  font-weight: 600;
  padding: 5px 5px;
}
.beard-head .bread ul li:first-child {
  color: white;
}
.beard-head .bread ul .breadcrumb::after {
  content: "\f054";
  font-family: "fontawesome";
  color: white;
  margin-left: 5px;
  font-size: 14px;
}
.beard-head .bread ul a:hover {
  color: var(--theme-color);
}

.about-bit ul li {
  position: relative;
  padding-left: 25px;
  font-weight: 600;
}
.about-bit ul li::before {
  position: absolute;
  left: 0;
  content: "\f303";
  font-family: fontawesome;
  color: var(--theme-color);
}

.contact .common-heading {
  margin-bottom: 10px;
}
.contact .mao {
  height: 100%;
}
.contact .details {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.contact .details .num-de {
  padding: 30px;
  border: 1px solid #2a2a2a;
  background: var(--main-color);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  border-radius: 20px;
  color: rgb(0, 0, 0);
}
.contact .details .num-de .icon {
  text-align: center;
  font-size: 35px;
  margin-bottom: 10px;
}
.contact .details .num-de .icon i {
  color: var(--theme-color);
}
.contact .details .location {
  padding: 30px;
  border: 1px solid #2a2a2a;
  background: var(--main-color);
  display: flex;
  gap: 20px;
  border-radius: 20px;
  align-items: center;
  color: rgb(0, 0, 0);
}
.contact .details .location .icon {
  text-align: center;
  font-size: 35px;
}
.contact .details .location .icon i {
  color: var(--theme-color);
}

.result-p .form-box {
  background: #fff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.result-p h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: var(--theme-color);
}
.result-p label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.4rem;
}
.result-p input {
  width: 100%;
  padding: 0.7rem;
  margin-bottom: 1.2rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}
.result-p input:focus {
  border-color: var(--theme-color);
  outline: none;
}
.result-p button {
  width: 100%;
  padding: 0.75rem;
  background-color: var(--theme-color);
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.result-p button:hover {
  background-color: #005dc1;
}

.gallery-p {
  /* Creative layout: span some images */
}
.gallery-p .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  gap: 15px;
  grid-auto-flow: dense;
}
.gallery-p .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-p .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.gallery-p .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-p .wide {
  grid-column: span 2;
}
.gallery-p .tall {
  grid-row: span 2;
}
.gallery-p .big {
  grid-column: span 2;
  grid-row: span 2;
}

.mission-vission h4 {
  font-weight: 600;
  color: var(--theme-color);
}

@media (max-width: 768px) {
  .wide, .tall, .big {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}
.team-p .img .content h6 {
  margin-bottom: 5px;
}/*# sourceMappingURL=style.css.map */