@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i,900,900i|Rubik:300,400,500,700,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
body {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #696969;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: #262626;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  line-height: 1;
}

ul {
  margin: 0px;
  padding: 0px;
}

.section-title h1 {
  font-size: 55px;
  margin-bottom: 0;
}

.sub-headding {
  font-size: 18px;
  color: #f0832e;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-headding {
  font-size: 60px;
  font-weight: 700;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.btn-primary {
  color: #ffffff;
  background-color: #f0832e;
  border-color: #f0832e;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #bd5e14;
  border-color: #bd5e14;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 2px solid #f0832e;
  border-radius: 50%;
  color: #f0832e;
  background-color: rgba(240, 131, 46, 0.2);
}

:root {
  --swiper-navigation-size: 21px;
}

.inner-banner h2 {
  font-size: 50px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.breadcrumb {
  margin: 0;
}
.breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #f0832e;
}

header {
  position: absolute;
  z-index: 99999;
  width: 100%;
  left: 0;
  top: 0;
}
header .header-top {
  background: transparent;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .header-top p {
  margin: 0;
  color: #ffffff;
}
header .header-top p span {
  color: #f0832e;
}
header .header-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-top ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
}
header .header-top ul li a i {
  margin-right: 5px;
  color: #f0832e;
}
header .custom-nav {
  background-color: transparent;
}
header .custom-nav.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #262626;
}
header .custom-nav .nav-item .dropdown-menu {
  margin: 0;
}
header .custom-nav .nav-item .nav-link {
  padding: 1.5rem 1rem;
  text-transform: uppercase;
}
header .custom-nav .nav-item .btn-link {
  color: #f0832e;
  font-size: 20px;
}
header .custom-nav .nav-item .dropdown-item {
  font-size: 13px;
}
header .custom-nav .nav-item .dropdown-item:hover {
  background: #f0832e;
  color: #ffffff;
}
header .offcanvas-start {
  width: 320px;
}
header .offcanvas-start .mobnav .nav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
header .offcanvas-start .mobnav .nav-item .nav-link {
  color: #ffffff;
  padding: 10px 20px;
}
header .offcanvas-start .mobnav .nav-item .nav-link i {
  margin-right: 5px;
}
header .offcanvas-start .mobnav .nav-item .nav-link .arrow {
  margin: 0;
  position: absolute;
  right: 8px;
  top: 4px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .offcanvas-start .mobnav .nav-item .nav-link:hover {
  background: #f0832e;
}
header .offcanvas-start .mobnav .nav-item .nav-link.show .arrow {
  transform: rotate(180deg);
}
header .offcanvas-start .mobnav .nav-item .dropdown-menu {
  background: transparent;
  padding: 0;
  margin: 0;
}
header .offcanvas-start .mobnav .nav-item .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
  padding: 8px 40px;
  font-size: 14px;
  position: relative;
}
header .offcanvas-start .mobnav .nav-item .dropdown-menu .dropdown-item:hover {
  background: #f0832e;
}
header .offcanvas-start .mobnav .nav-item .dropdown-menu .dropdown-item:before {
  background: #f0832e;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 27px;
  top: 16px;
}

.banner img {
  width: 100%;
}
.banner .banner-caption-box {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .banner-caption-box .banner-caption h4 {
  color: #f0832e;
  font-size: 50px;
  font-weight: 300;
}
.banner .banner-caption-box .banner-caption h1 {
  color: #ffffff;
  font-size: 100px;
}

.about-us p {
  font-size: 18px;
}

.our-services {
  background: rgba(0, 0, 0, 0.03);
}
.our-services .our-services-box {
  background: #ffffff;
  border-radius: 20px;
}
.our-services .our-services-box .custom-tabs li .nav-link {
  color: #000000;
  width: 100%;
  text-align: left;
}
.our-services .our-services-box .custom-tabs li .nav-link.active {
  color: #ffffff;
  background: #f0832e;
}

.trailer-area {
  background-size: cover;
  background-position: center center;
}

.trailer-img {
  position: relative;
}
.trailer-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #fd6500;
  opacity: 0.5;
  left: 0;
  top: 0;
}
.trailer-img img {
  width: 100%;
}

.trailer-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.trailer-video a {
  height: 50px;
  width: 50px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 35px;
  border-radius: 50%;
  color: #fd6500;
  transition: 0.3s;
}
.trailer-video a:hover {
  background: #fd6500;
  color: #fff;
}

.testimonial-wrapper {
  display: flex;
  align-items: center;
  padding: 0 70px;
}
.testimonial-wrapper .testtimonial-img {
  min-width: 300px;
  margin-right: 20px;
}
.testimonial-wrapper .testimonial-text p {
  font-size: 18px;
}
.testimonial-wrapper .testimonial-text h3 {
  font-size: 16px;
}

.our-clients .client-box img {
  filter: grayscale(1);
}
.our-clients .client-box img:hover {
  filter: grayscale(0);
}

.inner-banner {
  padding: 200px 0 100px 0;
}

.services-items p {
  font-size: 18px;
  text-align: justify;
}
.services-items img {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -15px;
}
.services-items .main-headding {
  text-transform: uppercase;
}

.get-in-touch.sticky-top {
  top: 100px;
}
.get-in-touch .card {
  border: 1px solid #f0832e;
}
.get-in-touch .card-title {
  font-size: 40px;
  margin-bottom: 15px;
  color: #f0832e;
}
.get-in-touch .contact-no a {
  color: #000;
  text-decoration: none;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 400;
}
.get-in-touch .contact-no a i {
  color: #f0832e;
}

.other-box {
  overflow: hidden;
  position: relative;
}
.other-box img {
  transition: all 0.3s ease;
}
.other-box .caption {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 20px 10px 20px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.other-box:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.other-box:hover img {
  transform: scale(1.2);
}

.wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.gallery-wrap,
#gallery {
  overflow: hidden;
}

#filters {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#filters li {
  list-style: none;
}
#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
}
#filters li span.active {
  background: #f0832e;
  color: #fff;
}
#filters li:hover span {
  color: #000;
}

.gallery-item {
  position: relative;
  display: none;
}
.gallery-item iframe {
  width: 100%;
  display: block;
}

.current-opning .current-opning-box {
  padding: 20px;
  border: 1px solid #f0832e;
  min-height: 225px;
}
.current-opning .current-opning-box h5 {
  color: #f0832e;
}

.map iframe {
  width: 100%;
  height: 250px;
}

.address {
  margin-top: 20px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.03);
}
.address .contact-link li {
  list-style: none;
  margin-bottom: 18px;
}
.address .contact-link li:last-child {
  margin-bottom: 0;
}

/* 14. footer */
.footer-border {
  border-top: 2px solid #f1f1f1;
}

.footer-wrapper {
  overflow: hidden;
}

.footer-logo {
  margin-bottom: 29px;
}

.footer-text p {
  font-size: 14px;
  margin-bottom: 0;
}

.footer-2-text {
  margin-bottom: 28px;
}

.footer-2-text p {
  color: #fff;
}

.footer-icon {
  margin-top: 20px;
}

.footer-icon a {
  color: #fd6500;
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  background: #ffefe5;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-icon a:hover {
  background: #fd6500;
  color: #fff;
}

.footer-title h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 36px;
  color: #fd6500;
}

.fotter-menu li {
  padding-bottom: 10px;
}

.fotter-menu li:last-child {
  padding-bottom: 0;
}

.fotter-menu li a {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
}

.fotter-menu li a:hover {
  color: #fd6500;
  border-color: #fd6500;
}

.footer-img {
  margin: 0 -4px;
}

.footer-img > li {
  float: left;
  overflow: hidden;
  padding: 4px;
  width: 33.33%;
  position: relative;
}

.footer-img a {
  position: relative;
  display: block;
}

.footer-img a img {
  width: 100%;
}

.footer-img a::before {
  background: #fd6500;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.3s;
}

.footer-img a:hover::before {
  opacity: 0.6;
}

.contact-link li {
  margin-bottom: 18px;
}

.contact-link li :last-child {
  margin-bottom: 0;
}

.contact-address-icon {
  float: left;
  margin-right: 7px;
}

.contact-address-icon i {
  font-size: 14px;
  color: #fd6500;
  position: relative;
  top: -4px;
}

.contact-address-text {
  overflow: hidden;
}

.contact-address-text h4 {
  font-size: 14px;
  font-weight: 700;
}

.contact-address-text p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}

.copyright p {
  margin-bottom: 0;
}

.copyright p a {
  color: #fd6500;
}

.footer-bottom-link li {
  display: inline-block;
  padding-right: 20px;
}

.footer-bottom-link li:last-child {
  padding-right: 0;
}

.footer-bottom-link li a {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.footer-bottom-link li a:hover {
  color: #fd6500;
}

.footer-bottom {
  border-top: 2px solid #f1f1f1;
}

.footer-2-bottom {
  border-top: 2px solid #3b3b3b;
}

@media (max-width: 575.98px) {
  .banner .swiper-slide {
    padding: 0;
    height: 350px;
  }
  .banner .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner .banner-caption-box .banner-caption h4 {
    font-size: 20px;
  }
  .banner .banner-caption-box .banner-caption h1 {
    font-size: 30px;
  }
  .main-headding {
    font-size: 40px;
  }
  .section-title h1 {
    font-size: 28px;
  }
  .testimonial-wrapper {
    padding: 0 40px;
    flex-wrap: wrap;
  }
  .inner-banner h2 {
    font-size: 35px;
  }
  #filters {
    flex-wrap: wrap;
  }
  #filters li span {
    white-space: nowrap;
  }
}/*# sourceMappingURL=main.css.map */