:root {
  --theme-color: #000;
  ----main-back: #000;
  --dark-black: #ffffff;
  --heading-font: "Poppins", sans-serif;
  --theme-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
  --title-color:#000000;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

@font-face {
  font-family: span-font;
  src: url("fonts/Fontspring-DEMO-span-regular.otf");
}
.title {
  font-family: var(--heading-font);
  color: var(--theme-color);
  font-size: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.title span {
  background-color: #1c63b8;
  display: inline-block;
  width: 40px;
  height: 3px;
  margin-left: 7px;
}

.common-heading {
  font-size: 45px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.text {
  margin-bottom: 10px;
  line-height: 28px;
  font-family: var(--theme-font);
  font-size: 16px;
  text-align: justify;
}

.common-btn {
  padding: 12px 32px;
  color: var(--title-color);
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border: 1px solid black;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  transition: box-shadow 0.5s;
  font-family: var(--nav-font);
  letter-spacing: 2px;
  transition: 0.3s;
}
.common-btn:hover {
  color: #fff;
  background-color: var(----main-back);
  border: 1px solid var(----main-back);
}
.common-btn:hover::before {
  width: 100%;
}

.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: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #000000;
  margin-bottom: 20px;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #676767;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
}

.sub-heading {
  font-family: var(--theme-font);
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #666;
  margin-bottom: 5px;
  margin-top: 5px;
}

.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: white !important;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-color);
}

.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;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
}
header .top-header {
  background-color: #00173C;
}
header .common-btn {
  border-color: white;
  color: white;
  transition: 0.3s;
}
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: 0 0 !important;
}
header nav .navbar-brand img {
  filter: brightness(0) invert(1);
  max-width: 210px;
}
header nav .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
header nav .navbar-nav .nav-item {
  padding: 20px 5px;
  font-weight: 400;
  font-size: 16px;
  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;
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item .nav-link {
  font-family: var(--nav-font);
  line-height: 27.0001px;
  position: relative;
  padding: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 3px;
  transition: all 0.4s;
  padding: 5px;
}
header nav .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
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 {
  width: 100vw;
  overflow: hidden;
}
.banner-home .desktop {
  display: block !important;
}
.banner-home .mobile {
  display: none !important;
}
.banner-home .bnr-img-overlay {
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(2deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.38));
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 1;
}
.banner-home .baner-img {
  position: relative;
  overflow: hidden;
}
.banner-home .img-wrapper-bnr img {
  width: 100vw;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  animation: zoomIn 2.5s linear infinite alternate;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.07);
  }
}
.banner-home .banner-content {
  position: absolute;
  top: 60%;
  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: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  background: #fff;
  padding: 0px 8px;
}
.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: 35px;
  line-height: 1.6;
  margin-bottom: 0px;
  font-weight: 400;
  color: white;
  transition: 0.3s;
}
.banner-home .banner-content h2:hover {
  color: rgb(255, 187, 0);
}
.banner-home .banner-content h2 span {
  text-transform: uppercase;
  font-weight: 700;
  background-color: #000;
  color: white;
  padding: 0px 5px;
}
.banner-home .banner-content p {
  line-height: normal;
  font-size: 14px;
  color: inherit;
  letter-spacing: normal;
  font-weight: 300;
}
.banner-home .common-btn {
  border-color: white;
  color: white;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 125px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5411764706);
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-prev span:hover {
  color: white;
}
.banner-home button.owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 125px;
  color: #fff;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-next span:hover {
  color: white;
}

header.sticky, header.sec-nav {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background-color: #ffffff;
}
header.sticky nav .navbar-brand img, header.sec-nav nav .navbar-brand img {
  filter: brightness(0) invert(0);
  max-width: 210px;
}
header.sticky .navbar-nav .nav-item .nav-link, header.sec-nav .navbar-nav .nav-item .nav-link {
  color: #000;
}
header.sticky .nav-link:focus, header.sticky .nav-link:hover, header.sec-nav .nav-link:focus, header.sec-nav .nav-link:hover {
  color: var(----main-back) !important;
}
header.sticky nav .navbar-nav .nav-item .nav-link, header.sec-nav nav .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: var(--nav-font);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 27.0001px;
}
header.sticky nav .navbar-nav .nav-item .nav-link::before, header.sec-nav nav .navbar-nav .nav-item .nav-link::before {
  background-color: var(----main-back);
  left: 0;
}
header.sticky .common-btn, header.sec-nav .common-btn {
  border-color: #000;
  color: #000;
}
header.sticky .common-btn:hover, header.sec-nav .common-btn:hover {
  background-color: var(----main-back);
  color: white;
}
header.sticky1 {
  background-color: white !important;
}
header.sticky1 .navbar-nav .nav-item .nav-link {
  color: #000000;
}
header.sticky1 .nav-link:focus, header.sticky1 .nav-link:hover {
  color: var(--theme-hover) !important;
}
header.sticky1 .navbar-nav .nav-link.active, header.sticky1 .navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
}

.beard-head {
  background-image: linear-gradient(to bottom, rgba(35, 35, 35, 0.53) 0%, rgba(255, 255, 255, 0) 59%, rgba(255, 255, 255, 0) 100%), url(img/bread-crumb.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 125px 0 125px;
  min-height: 250px;
}
.beard-head .bread {
  color: #fff;
}
.beard-head .bread a {
  text-decoration: none;
}
.beard-head .bread h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.beard-head .bread ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.beard-head .bread ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding: 5px 5px;
}
.beard-head .bread ul li:first-child {
  color: rgb(255, 255, 255);
}
.beard-head .bread ul .breadcrumb::after {
  content: "\f054";
  font-family: "fontawesome";
  color: white;
  margin-left: 5px;
  font-size: 14px;
}

.animation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-image: url("img/r-banner-3.jpg");
  background-size: cover;
  background-position: center;
  z-index: 9999;
  position: relative;
  overflow: hidden;
}
.animation-container::before {
  content: "";
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 9998;
  background-color: rgba(255, 255, 255, 0.69);
  top: 0;
  left: 0;
}

.text-container {
  font-size: 59px;
  z-index: 10000;
  display: flex;
  align-items: center;
}

.skip {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.205);
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  transition: 0.3s;
  z-index: 10000;
}
.skip:hover {
  background: #000;
  color: white;
}

.fixed-re {
  color: black;
  margin-right: 5px;
}

#rest-text {
  display: inline-block;
  min-width: 255px;
  text-align: left;
}

.main-content {
  display: none;
}

.work-p .work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-p {
  position: relative;
}
.gallery-p .gal-box-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.gallery-p .gal-box-wrapper .gal-box-item {
  overflow: hidden;
  position: relative;
  max-height: 500px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.gallery-p .gal-box-wrapper .gal-box-item h4 {
  position: absolute;
  font-size: 28px;
  font-weight: 600;
  color: white;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
.gallery-p .gal-box-wrapper .gal-box-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.12);
}
.gallery-p .gal-box-wrapper .gal-box-item img {
  width: 100%;
  height: 100%;
}
.gallery-p .gal-box-wrapper .gal-box-item:hover h4 {
  opacity: 1;
}

.office-p .content {
  text-align: justify;
  margin-bottom: 25px;
}
.office-p .content p span {
  font-size: 35px;
}
.office-p .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0px 0px 10px 10px;
}
.office-p .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
.office-p .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-contact h3 {
  margin-bottom: 25px;
}
.p-contact .main-contact {
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.031372549);
  background-color: white;
  padding: 15px;
  border-radius: 20px;
}
.p-contact .commun {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.p-contact .commun .bg-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-contact .commun .bg-2 {
  position: absolute;
  bottom: 100px;
  right: 50px;
}
.p-contact .commun .socials {
  position: absolute;
  bottom: 15px;
}
.p-contact .commun .socials ul {
  display: flex;
  gap: 10px;
}
.p-contact .commun .socials ul a {
  background: #1B1B1B;
  color: rgb(255, 255, 255);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: 0.3s;
}
.p-contact .commun .socials ul a:hover {
  background-color: white;
  color: #000;
}
.p-contact .common-heading {
  margin-bottom: 10px;
}
.p-contact .contact-form {
  padding: 30px;
}
.p-contact .contact-form label {
  margin: 0 0 8px 0;
  font-family: var(--heading-font);
  font-size: 16px;
  color: #8D8D8D;
}
.p-contact .contact-form .form-control {
  margin: 0 0 25px 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid;
  padding: 0px;
}
.p-contact .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.p-contact .contact-form textarea {
  height: 7vh;
}
.p-contact .contact-form button {
  background-color: #000;
  color: white;
}
.p-contact .contact-form button:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}
.p-contact .contact-form .quick-head {
  margin-top: 45px;
}
.p-contact .contact-form .quik-links {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
}
.p-contact .contact-form .quik-links .quik-items {
  display: flex;
  gap: 10px;
  align-items: center;
}
.p-contact .contact-form .quik-links .quik-items h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.p-contact .contact-form .quik-links .quik-items h4 a {
  transition: 0.3s;
}
.p-contact .contact-form .quik-links .quik-items h4 a:hover {
  color: var(--theme-color);
}
.p-contact .contact-main .contact-box {
  display: grid;
  gap: 10px;
  margin-top: 15px;
  border-bottom: 1px dashed rgba(68, 68, 68, 0.267);
  padding-bottom: 15px;
  grid-template-columns: 28px 1fr;
}
.p-contact .contact-main .contact-box .icon i {
  font-size: 22px;
  color: rgb(0, 0, 0);
}
.p-contact .contact-main .contact-box p {
  margin-bottom: 0;
  color: rgb(0, 0, 0);
}
.p-contact .contact-main .contact-box p a {
  color: rgb(0, 0, 0);
}
.p-contact .contact-main .contact-box:last-child {
  border: none;
}
.p-contact .contact-main .contact-box h4 {
  font-size: 25px;
  margin-bottom: 0;
}

.service-single .img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 25px;
}
.service-single .img-grid .img-item {
  overflow: hidden;
}
.service-single .img-grid .img-item img {
  transition: 0.3s;
}
.service-single .img-grid .img-item:hover img {
  transform: scale(1.05);
}
.service-single .img-box {
  margin-bottom: 35px;
}
.service-single .img-box img {
  border-radius: 0px;
  width: 100%;
}
.service-single .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.service-single .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
}
.service-single h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 5px solid var(--theme-orange);
  padding-left: 20px;
}
.service-single p {
  text-align: justify;
  font-size: 16px;
}
.service-single p a {
  color: var(--theme-orange);
  transition: 0.3s;
}
.service-single p a:hover {
  color: var(--theme-yellow);
}
.service-single .inner-ul h4 {
  font-size: 30px;
  font-weight: 700;
}
.service-single .inner-ul ul {
  padding-left: 0;
}
.service-single .inner-ul ul li {
  list-style: none;
  position: relative;
  padding: 5px 0px 5px 20px;
  font-size: 16px;
}
.service-single .inner-ul ul li::before {
  position: absolute;
  font-family: fontawesome;
  content: "\f061";
  left: 0;
  color: var(--theme-orange);
}
.service-single .img-btw {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.service-single .img-btw img {
  border-radius: 10px;
  max-width: 48%;
}
.service-single .btn-service {
  margin-top: 15px;
}
.service-single .btn-service a {
  margin-left: auto;
  margin-right: auto;
}
.service-single .more-service {
  background-color: #f3f7fe;
  border-radius: 10px;
}
.service-single .more-service h4 {
  font-size: 30px;
  font-weight: 700;
  background-color: var(--theme-color);
  color: white;
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
}

.lang {
  margin-left: 20px;
}
.lang .dropdown {
  display: flex;
}
.lang .dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 0px solid #000;
}
.lang .dropdown .dropdown-item img {
  max-width: 25px;
  margin-right: 8px;
}
.lang .dropdown .btn.btn-secondary {
  background-color: var(--theme-color);
  border-radius: 0;
  padding: 3px 5px;
}
.lang .dropdown .dropdown-menu {
  padding: 0;
  border: 1px solid #000;
  border-radius: 0;
  border-bottom: 0;
  min-width: 77px;
}
.lang .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.lang .dropdown .dropdown-menu .dropdown-item img {
  max-width: 25px;
  margin-right: 8px;
}

.footer-bottom {
  border-top: 0.5px solid #000000;
  padding: 15px 20px;
}
.footer-bottom .time {
  display: flex;
  justify-content: center;
}
.footer-bottom p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.images-contact.common-space {
  padding-top: 0px;
}
.images-contact .img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.images-contact .img-grid .img-items {
  min-height: 500px;
  width: 100%;
}
.images-contact .img-grid .img-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div#gt_float_wrapper {
  position: relative;
}

.gt_float_switcher .gt_options.gt-open {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 11;
  background: white;
  transform: translateX(0px) !important;
}

.gt_float_switcher .gt_options a {
  text-decoration: none;
  padding: 10px 9px !important;
  color: #000000 !important;
  transition: color 0.4s linear;
  display: flex !important;
  align-items: center !important;
  font-weight: 700 !important;
}

.gt_float_switcher .gt_options a:hover {
  background: #000000 !important;
  color: #fff !important;
}

.lang {
  margin-left: 20px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}/*# sourceMappingURL=style.css.map */