body {
  font-family: "Rubik", sans-serif;
}

#header-content .navbar {
  background-color: #202020;
}
#header-content .navbar .navbar-brand img {
  max-width: 170px;
}
@media (max-width: 991.98px) {
  #header-content .navbar .offcanvas {
    background-color: #000;
  }
  #header-content .navbar .offcanvas .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    filter: invert(1);
    padding: 0.25em 0.25em;
    color: #fff;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
  }
}
#header-content .navbar ul {
  align-items: center;
}
@media (max-width: 991.98px) {
  #header-content .navbar ul {
    align-items: inherit;
  }
}
#header-content .navbar ul li a {
  color: #fff;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 400;
  transition: 0.5s;
}
#header-content .navbar ul li a:hover {
  color: #c48e1b;
}
@media (max-width: 1399.98px) {
  #header-content .navbar ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  #header-content .navbar ul li a {
    padding: 10px 8px;
    font-size: 13px;
  }
}
#header-content .navbar ul li a i {
  font-weight: 600;
  font-size: 17px;
}
#header-content .navbar ul li .dropdown-toggle:after {
  border: none;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  vertical-align: inherit;
  position: relative;
}
#header-content .navbar ul .dropdown .dropdown-menu {
  background-color: #2a2a2a;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  padding: 0;
}
#header-content .navbar ul .dropdown .dropdown-menu a {
  padding: 12px 20px;
  font-weight: 500;
  color: #fff;
  transition: 0.5s;
}
#header-content .navbar ul .dropdown .dropdown-menu a:hover {
  background-color: #c48e1b;
  color: #2a2a2a;
}
#header-content .navbar ul .btn-main {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 13px 30px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  #header-content .navbar ul .btn-main {
    padding: 10px 20px;
  }
}
#header-content .navbar .navbar-toggler {
  box-shadow: none;
  border: none;
}
#header-content .navbar .navbar-toggler-icon {
  background-image: none;
}
#header-content .navbar .navbar-toggler-icon i {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  #banner-area {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  #banner-area .row {
    flex-direction: column-reverse;
  }
}
#banner-area h4 {
  color: #c0c0c0;
  font-weight: 600;
  font-size: 18px;
}
#banner-area h1 {
  color: #000;
  font-size: 60px;
}
@media (max-width: 1199.98px) {
  #banner-area h1 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  #banner-area h1 {
    font-size: 25px;
    padding: 20px 0;
  }
}
#banner-area h1 span {
  display: block;
}
@media (max-width: 767.98px) {
  #banner-area h1 span {
    display: inline;
  }
}
#banner-area img {
  max-width: 520px;
  display: block;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  #banner-area img {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  #banner-area img {
    max-width: 100%;
  }
}
#banner-area .btn-app {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-size: 17px;
  letter-spacing: 2px;
  margin-top: 60px;
  font-weight: 600;
  padding: 13px 40px;
  text-transform: uppercase;
  transition: 0.6s all;
}
#banner-area .btn-app:hover {
  background-color: #c48e1b;
  color: #000;
}
@media (max-width: 1199.98px) {
  #banner-area .btn-app {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  #banner-area .btn-app {
    padding: 10px 20px;
    margin-left: 0px;
    display: block;
    margin-top: 0px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
#banner-area .change {
  background-color: #fff;
  color: #000;
  margin-left: 15px;
  border: 1px solid #000;
}
@media (max-width: 991.98px) {
  #banner-area .change {
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 767.98px) {
  #banner-area .main-box {
    padding: 20px 0;
  }
}

#banner-props-2 {
  background-image: url("../../images/bannerr_rental.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0;
  background-position: center;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  #banner-props-2 {
    background-attachment: inherit;
  }
}
@media (max-width: 991.98px) {
  #banner-props-2 {
    padding: 100px 0;
  }
}
#banner-props-2 .text-area {
  position: relative;
}
#banner-props-2 h2 {
  color: #fff;
  font-size: 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #banner-props-2 h2 {
    font-size: 30px;
  }
}
#banner-props-2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

#banner-props-3 {
  background-image: url("../../images/rental.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0;
  background-position: center;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  #banner-props-3 {
    background-attachment: inherit;
  }
}
@media (max-width: 991.98px) {
  #banner-props-3 {
    padding: 100px 0;
  }
}
#banner-props-3 .text-area {
  position: relative;
}
#banner-props-3 h2 {
  color: #fff;
  font-size: 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #banner-props-3 h2 {
    font-size: 30px;
  }
}
#banner-props-3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

#banner-props-4 {
  background-image: url("../img/Catering.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0;
  background-position: center;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  #banner-props-4 {
    background-attachment: inherit;
  }
}
@media (max-width: 991.98px) {
  #banner-props-4 {
    padding: 100px 0;
  }
}
#banner-props-4 .text-area {
  position: relative;
}
#banner-props-4 h2 {
  color: #fff;
  font-size: 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #banner-props-4 h2 {
    font-size: 30px;
  }
}
#banner-props-4 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

.banner-area {
  background-image: url("../img/banner.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0;
  background-position: center;
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .banner-area {
    padding: 100px 0;
  }
}
.banner-area .text-area {
  position: relative;
}
.banner-area h1 {
  color: #fff;
  font-size: 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .banner-area h1 {
    font-size: 30px;
  }
}
.banner-area .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

.b1 {
  background-image: url("../img/c-banner.jpg");
}

.b2 {
  background-image: url("../img/faq-banner.jpg");
}

.sec-1 {
  padding: 100px 0;
  background-color: #eee;
}
@media (max-width: 991.98px) {
  .sec-1 {
    padding: 60px 0;
    padding-top: 0;
  }
  .sec-1 .row {
    flex-direction: column-reverse;
  }
}
.sec-1 .intro-text {
  text-align: center;
}
.sec-1 .intro-text p {
  color: #666;
  font-size: 23px;
}
.sec-1 .company-area .text-box {
  background-color: #fff;
  padding: 20px;
}
.sec-1 .company-area .text-box h3 {
  color: #000;
  font-size: 24px;
  padding-bottom: 16px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .sec-1 .company-area .text-box h3 {
    font-size: 20px;
  }
}
.sec-1 .company-area .text-box p {
  color: #666;
  font-size: 14px;
}
@media (max-width: 1399.98px) {
  .sec-1 .company-area .text-box p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .sec-1 .company-area .text-box p {
    text-align: justify;
    font-size: 14px;
  }
}
.sec-1 .company-area img {
  height: 100%;
}

.sec-2 .modal-card {
  border: none;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  height: 620px;
  transition: 0.7s;
}
@media (max-width: 1399.98px) {
  .sec-2 .modal-card {
    height: 465px;
  }
}
@media (max-width: 767.98px) {
  .sec-2 .modal-card {
    height: auto;
    margin-bottom: 2px;
  }
}
.sec-2 .modal-card:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.sec-2 .modal-card:hover .overlay {
  opacity: 1;
}
.sec-2 .modal-card:hover .sub-match {
  margin-top: -7px !important;
  opacity: 1 !important;
}
.sec-2 .modal-card:hover h1 {
  margin-top: -50px;
}
.sec-2 .modal-card img {
  transition: 0.7s;
}
@media (max-width: 1399.98px) {
  .sec-2 .modal-card img {
    height: 465px;
  }
}
@media (max-width: 767.98px) {
  .sec-2 .modal-card img {
    height: auto;
  }
}
.sec-2 .modal-card .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.7s;
  height: 100%;
}
.sec-2 .modal-card .text-box {
  position: absolute;
  top: 40%;
  z-index: 1;
  left: 0;
  right: 0;
}
.sec-2 .modal-card .text-box h1 {
  color: #fff;
  font-size: 70px;
  transition: 0.6s;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .sec-2 .modal-card .text-box h1 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .sec-2 .modal-card .text-box h1 {
    font-size: 40px;
  }
}
.sec-2 .modal-card .text-box .sub-match {
  text-align: center;
  opacity: 0;
  margin-top: 90px;
  transition: 0.6s;
}
.sec-2 .modal-card .text-box .sub-match .sub-nav {
  justify-content: center;
}
.sec-2 .modal-card .text-box .sub-match .sub-nav li a {
  color: #fff;
  font-size: 20px;
}

.sec-3 {
  padding: 60px 0;
}
.sec-3 h1 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .sec-3 h1 {
    font-size: 27px;
  }
}
.sec-3 h1:before {
  content: "";
  background-color: #9f9f9f;
  width: 136px;
  height: 3px;
  position: absolute;
  top: 53px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .sec-3 h1:before {
    top: 43px;
    width: 126px;
  }
}
.sec-3 .brands-area {
  margin-top: 60px;
}
.sec-3 .brands-area .brand-box img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.sec-3 .brands-area .owl-nav {
  display: block;
}
.sec-3 .brands-area .owl-nav .owl-prev {
  top: -54px;
  position: absolute;
  background-color: #000;
  right: 44px;
  width: 40px;
  height: 37px;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  border: none;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .sec-3 .brands-area .owl-nav .owl-prev {
    right: 54px;
    top: 105px;
  }
}
.sec-3 .brands-area .owl-nav .owl-prev:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.sec-3 .brands-area .owl-nav .owl-next {
  top: -54px;
  position: absolute;
  background-color: #000;
  right: 0px;
  width: 40px;
  height: 37px;
  color: #fff;
  font-size: 23px;
  border-left: 0;
  font-weight: 600;
  border: none;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .sec-3 .brands-area .owl-nav .owl-next {
    top: 105px;
  }
}
.sec-3 .brands-area .owl-nav .owl-next:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.sec-4 {
  background-color: #efefef;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .sec-4 {
    padding: 40px 0;
  }
}
.sec-4 h1 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .sec-4 h1 {
    font-size: 19px;
  }
}
.sec-4 h1:before {
  content: "";
  background-color: #9f9f9f;
  width: 136px;
  height: 3px;
  position: absolute;
  top: 53px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .sec-4 h1:before {
    top: 35px;
  }
}
.sec-4 .testimonial-area {
  margin-top: 60px;
}
.sec-4 .testimonial-area .owl-nav {
  display: block;
}
.sec-4 .testimonial-area .owl-nav .owl-prev {
  color: #fff;
  top: 26%;
  background-color: #000;
  position: absolute;
  width: 62px;
  height: 71px;
  font-size: 24px;
  border: 2px solid #000;
  transition: 0.5s;
}
.sec-4 .testimonial-area .owl-nav .owl-prev:hover {
  opacity: 0.7;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  .sec-4 .testimonial-area .owl-nav .owl-prev {
    width: 40px;
    font-size: 17px;
    height: 40px;
  }
}
.sec-4 .testimonial-area .owl-nav .owl-next {
  color: #fff;
  top: 26%;
  background-color: #000;
  position: absolute;
  width: 62px;
  height: 71px;
  right: 0;
  font-size: 24px;
  border: 2px solid #000;
  transition: 0.5s;
}
.sec-4 .testimonial-area .owl-nav .owl-next:hover {
  opacity: 0.7;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  .sec-4 .testimonial-area .owl-nav .owl-next {
    width: 40px;
    font-size: 17px;
    height: 40px;
  }
}
.sec-4 .testimonial-area .testimonial-card {
  border: none;
  background-color: transparent;
}
.sec-4 .testimonial-area .testimonial-card img {
  display: block;
  margin: 0 auto;
}
.sec-4 .testimonial-area .testimonial-card h4 {
  font-size: 18px;
  position: relative;
}
.sec-4 .testimonial-area .testimonial-card h4:before {
  content: "";
  background-color: #9f9f9f;
  width: 78px;
  height: 2px;
  position: absolute;
  top: 26px;
  border-radius: 10px;
}
.sec-4 .testimonial-area .testimonial-card p {
  padding-top: 18px;
  font-size: 14px;
}

.sec-5 {
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sec-5 {
    padding: 50px 0;
  }
}
.sec-5 h1 {
  color: #000;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .sec-5 h1 {
    font-size: 20px;
  }
}
.sec-5 .text {
  padding: 20px 0;
}
.sec-5 p {
  margin-bottom: 0;
  font-size: 18px;
  color: #666;
}
@media (max-width: 767.98px) {
  .sec-5 p {
    font-size: 15px;
    padding: 10px 0;
  }
}
.sec-5 p span {
  display: block;
}
@media (max-width: 767.98px) {
  .sec-5 p span {
    display: inline;
  }
}
.sec-5 .btn-bri {
  margin-top: 35px;
  padding: 11px 40px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  border: 2px solid #000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  transition: 0.6s;
}
.sec-5 .btn-bri:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 767.98px) {
  .sec-5 .btn-bri {
    padding: 8px 20px;
    margin-top: 10px;
    font-size: 17px;
  }
}

.sec-6 {
  background-color: #edebe6;
}
@media (max-width: 767.98px) {
  .sec-6 .row {
    flex-direction: column-reverse;
  }
}
.sec-6 .text-box {
  padding: 70px;
}
@media (max-width: 1199.98px) {
  .sec-6 .text-box {
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .sec-6 .text-box {
    padding: 20px;
  }
}
.sec-6 .text-box h1 {
  color: #000;
  font-size: 60px;
}
@media (max-width: 1199.98px) {
  .sec-6 .text-box h1 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .sec-6 .text-box h1 {
    font-size: 30px;
  }
}
.sec-6 .text-box p {
  color: #666;
  font-size: 18px;
  padding: 25px 0;
}
@media (max-width: 1199.98px) {
  .sec-6 .text-box p {
    font-size: 15px;
    padding: 10px 0;
  }
}
.sec-6 .text-box .btn-join {
  padding: 11px 40px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  border: 2px solid #000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  transition: 0.6s;
}
.sec-6 .text-box .btn-join:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 991.98px) {
  .sec-6 .text-box .btn-join {
    padding: 8px 30px;
    font-size: 17px;
  }
}
.sec-6 .text-box .btn-call {
  margin-top: 90px;
  padding: 10px 50px;
}
@media (max-width: 991.98px) {
  .sec-6 .text-box .btn-call {
    padding: 8px 30px;
    font-size: 17px;
  }
}
.sec-6 .img-box img {
  display: block;
  margin-left: auto;
}

.sec-7 .modal-detail {
  padding: 50px;
  background-color: rgb(247, 247, 247);
}
@media (max-width: 1024.98px) {
  .sec-7 .modal-detail {
    padding: 20px;
  }
}
.sec-7 .modal-detail h2 {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 1024.98px) {
  .sec-7 .modal-detail h2 {
    font-size: 18px;
  }
}
.sec-7 .modal-detail .follow-nav {
  justify-content: center;
}
.sec-7 .modal-detail .follow-nav li a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.sec-7 .modal-detail .modal-info {
  justify-content: center;
}
.sec-7 .modal-detail .modal-info li {
  padding: 8px 0;
}
.sec-7 .modal-detail .modal-info li p {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7878;
  transition: 0.4;
}
.sec-7 .modal-detail .modal-info li p:hover {
  color: #000;
}
.sec-7 .modal-detail .btn-modal {
  background-color: #000;
  border: 1px solid #000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  margin: 10px 0;
  text-transform: uppercase;
  display: block;
  padding: 14px 40px;
  color: #fff;
  border-radius: 0;
  transition: 0.5s;
}
.sec-7 .modal-detail .btn-modal:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 1440.98px) {
  .sec-7 .modal-detail .btn-modal {
    padding: 10px 20px;
  }
}
@media (max-width: 1024.98px) {
  .sec-7 .modal-detail .btn-modal {
    padding: 10px 10px;
    font-size: 15px;
  }
}
.sec-7 .modal-profile .modal-box {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.sec-7 .modal-profile .modal-box:hover .overlay {
  opacity: 0.5;
}
.sec-7 .modal-profile .modal-box .overlay {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}
.sec-7 .modal-profile .m2 img {
  height: 400px;
  width: 100%;
}
@media (max-width: 1440.98px) {
  .sec-7 .modal-profile .m2 img {
    height: 310px;
  }
}
@media (max-width: 1024.98px) {
  .sec-7 .modal-profile .m2 img {
    height: 210px;
  }
}
@media (max-width: 767.98px) {
  .sec-7 .modal-profile .m2 img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
.sec-7 .modal-profile .m3 {
  margin-top: -96px;
}
@media (max-width: 1440.98px) {
  .sec-7 .modal-profile .m3 {
    margin-top: -48px;
  }
}
@media (max-width: 1299.98px) {
  .sec-7 .modal-profile .m3 {
    margin-top: -16px;
  }
}
@media (max-width: 1024.98px) {
  .sec-7 .modal-profile .m3 {
    margin-top: -45px;
  }
}
@media (max-width: 767.98px) {
  .sec-7 .modal-profile .m3 {
    margin-top: 0;
  }
}

.sec-8 {
  padding: 50px 0;
}
.sec-8 h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.sec-8 .modal-area {
  margin-top: 40px;
}
.sec-8 .modal-area .modal-card {
  border: none;
  transition: 0.6s;
  margin-bottom: 7px;
}
.sec-8 .modal-area .modal-card:hover .overlay {
  opacity: 0.8;
}
.sec-8 .modal-area .modal-card:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.sec-8 .modal-area .modal-card .img-box {
  overflow: hidden;
}
.sec-8 .modal-area .modal-card .img-box img {
  transition: 0.6s;
}
@media (max-width: 767.98px) {
  .sec-8 .modal-area .modal-card .img-box img {
    display: block;
    margin: 0 auto;
  }
}
.sec-8 .modal-area .modal-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 160px 0;
  height: 91%;
  transition: 0.7s;
  background-color: #000;
  opacity: 0;
}
@media (max-width: 1399.98px) {
  .sec-8 .modal-area .modal-card .overlay {
    padding: 40px 0;
    height: 87%;
  }
}
@media (max-width: 767.98px) {
  .sec-8 .modal-area .modal-card .overlay {
    height: 94%;
  }
}
@media (max-width: 475.98px) {
  .sec-8 .modal-area .modal-card .overlay {
    height: 90%;
  }
}
.sec-8 .modal-area .modal-card .overlay .modal-info {
  justify-content: center;
}
.sec-8 .modal-area .modal-card .overlay .modal-info li {
  padding: 6px 0;
}
.sec-8 .modal-area .modal-card .overlay .modal-info li p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
}
.sec-8 .modal-area .modal-card .card-body h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
}

.sec-9 {
  padding: 80px 0;
  background-color: #000;
}
.sec-9 .contact-info {
  margin-top: 20px;
}
.sec-9 .contact-card {
  border: none;
  background-color: transparent;
  display: flex;
  text-align: left;
  align-items: center;
  margin: 35px 0;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .sec-9 .contact-card {
    margin-bottom: 10px;
  }
}
.sec-9 .contact-card i {
  background-color: #303030;
  border-radius: 50px;
  font-size: 23px;
  color: #c48e1b;
  padding: 13px 15px;
}
.sec-9 .contact-card .inner-info {
  margin-left: 10px;
}
.sec-9 .contact-card h4 {
  padding: 5px 0;
  color: #a5a5a5;
  margin-bottom: 0;
  font-size: 14px;
}
.sec-9 .contact-card p {
  color: #fff;
  margin-bottom: 0;
}
.sec-9 .form-area {
  margin-top: 30px;
}
.sec-9 .form-area h1 {
  color: #fff;
  padding: 20px 0;
  text-align: left;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .sec-9 .form-area h1 {
    font-size: 23px;
  }
}
.sec-9 .form-area .form-box {
  margin-top: 30px;
  text-align: center;
}
.sec-9 .form-area .form-box .nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.sec-9 .form-area .form-box .nav-tabs li .nav-link {
  padding: 18px 40px;
  border-radius: 0;
  border: none;
  color: #fff;
  font-weight: 600;
  background-color: #202020;
}
.sec-9 .form-area .form-box .nav-tabs li .active {
  background-color: #c48e1b;
  color: #000;
}
@media (max-width: 767.98px) {
  .sec-9 .form-area .form-box .row {
    flex-direction: column-reverse;
  }
}
.sec-9 .form-area .form-box .form-control {
  background-color: #202020;
  border-color: transparent;
  padding: 14px 20px;
  color: #fff;
  border-radius: 0;
  margin-bottom: 13px;
}
.sec-9 .form-area .form-box .form-control:focus {
  box-shadow: none;
  border-color: #c48e1b;
}
.sec-9 .form-area .form-box .form-control::placeholder {
  color: #fff;
}
.sec-9 .form-area .form-box .btn-sub {
  background-color: #fff;
  width: 300px;
  margin: 20px auto;
  padding: 10px 40px;
  font-weight: 600;
  border-radius: 0;
  color: #000;
  font-size: 18px;
  transition: 0.6s;
}
@media (max-width: 767.98px) {
  .sec-9 .form-area .form-box .btn-sub {
    padding: 10px 30px;
    font-size: 18px;
  }
}
.sec-9 .form-area .form-box .btn-sub:hover {
  background-color: #c48e1b;
  color: #000;
}

.sec-10 {
  padding: 60px 0;
  background-color: #f1f1f1;
}
@media (max-width: 767.98px) {
  .sec-10 {
    padding: 30px 0;
  }
}
.sec-10 .project-thumbnail {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.sec-10 .project-area {
  margin: 40px 0;
}
.sec-10 .project-area .project-card {
  background-color: #2a2a2a;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: none;
}
.sec-10 .project-area .project-card .card-header {
  padding: 20px 20px;
  background-color: #000;
  border: none;
}
.sec-10 .project-area .project-card .card-header h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.sec-10 .project-area .project-card .project-nav li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.sec-10 .project-area .project-card .project-nav li p {
  color: #fff;
  margin-bottom: 0;
}
.sec-10 .project-area .project-description h1 {
  color: #000;
  font-size: 22px;
  padding: 15px 0;
  margin-bottom: 0;
}
.sec-10 .project-area .project-description p {
  color: #807e7e;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .sec-10 .project-area .project-description p {
    text-align: justify;
    font-size: 15px;
  }
}

.sec-11 {
  padding: 60px 0;
}
.sec-11 .nav-tabs {
  border: none;
  justify-content: center;
}
.sec-11 .nav-tabs li .nav-link {
  background-color: #e7e7e7;
  padding: 15px 50px;
  color: #000;
  border: none;
  border-radius: 0;
  transition: 0.6s;
}
@media (max-width: 767.98px) {
  .sec-11 .nav-tabs li .nav-link {
    margin: 10px;
  }
}
.sec-11 .nav-tabs li .active {
  background-color: #000;
  color: #fff;
}
.sec-11 .clients-area {
  margin-top: 20px;
}
.sec-11 .clients-area .client-card {
  border: 1px solid #d3d3d3;
  border-radius: 0;
  transition: 0.6s;
}
.sec-11 .clients-area .client-card:hover .overlay {
  opacity: 1;
}
.sec-11 .clients-area .client-card img {
  display: block;
  margin: 0 auto;
}
.sec-11 .clients-area .client-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0;
  text-align: center;
  transition: 0.6s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.sec-11 .clients-area .client-card .overlay i {
  position: relative;
  padding: 20px;
  background-color: #fff;
}

.sec-20 {
  padding: 70px 0;
  background-color: #000;
}
.sec-20 .accordion .accordion-item {
  border: none;
  margin: 10px 0;
  border-radius: 0;
}
.sec-20 .accordion .accordion-header {
  border: none;
  border-radius: 0;
}
.sec-20 .accordion .accordion-header .accordion-button {
  border: none;
  padding: 20px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  border-radius: 0;
  background-color: #c48e1b;
}
.sec-20 .accordion .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.sec-20 .accordion .accordion-header .accordion-button:after {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
}
.sec-20 .accordion .accordion-body {
  background-color: #2a2a2a;
}
.sec-20 .accordion .accordion-body p {
  color: #fff;
  font-size: 15px;
}

.sec-21 {
  padding: 70px 0;
  background-color: #000;
}
@media (max-width: 767.98px) {
  .sec-21 {
    padding: 40px 0;
  }
}
.sec-21 .post-box h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .sec-21 .post-box h3 {
    font-size: 18px;
  }
}
.sec-21 .post-box .date p {
  color: #c48e1b;
}
.sec-21 .post-box .descriptions p {
  color: #adadad;
  font-size: 16px;
  font-weight: 400;
}
.sec-21 .post-box .btn-read {
  padding: 14px 40px;
  background-color: #c48e1b;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0;
  margin-top: 30px;
  transition: 0.5s;
}
.sec-21 .post-box .btn-read:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.sec-21 {
  padding: 60px 0;
}
.sec-21 .login-form {
  background-color: #2e2e2e;
  padding: 80px;
}
@media (max-width: 991.98px) {
  .sec-21 .login-form {
    padding: 20px;
  }
}
.sec-21 .login-form h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .sec-21 .login-form h1 {
    font-size: 20px;
  }
}
.sec-21 .login-form p {
  color: #c3c3c3;
}
.sec-21 .login-form .cent {
  text-align: center;
}
.sec-21 .login-form .btn-gog {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  width: 100%;
  font-weight: 500;
  padding: 8px 50px;
  border-radius: 5px;
}
.sec-21 .login-form .btn-gog img {
  max-width: 30px;
}
@media (max-width: 991.98px) {
  .sec-21 .login-form .btn-gog {
    padding: 8px 20px;
    font-size: 15px;
  }
}
.sec-21 .login-form .or {
  padding: 30px 0;
  position: relative;
}
.sec-21 .login-form .or:before {
  content: "";
  background-color: #c3c3c3;
  width: 156px;
  height: 1px;
  left: 20px;
  top: 41px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .sec-21 .login-form .or:before {
    width: 100px;
  }
}
.sec-21 .login-form .or:after {
  content: "";
  background-color: #c3c3c3;
  width: 156px;
  height: 1px;
  right: 20px;
  top: 41px;
  position: absolute;
}
@media (max-width: 991.98px) {
  .sec-21 .login-form .or:after {
    width: 100px;
  }
}
.sec-21 .login-form .or p {
  text-align: center;
  color: #c3c3c3;
  margin-bottom: 0;
}
.sec-21 .login-form .form-control {
  background-color: #181818;
  color: #fff;
  border: none;
  padding: 12px 20px;
  margin-bottom: 15px;
}
.sec-21 .login-form .form-control::placeholder {
  color: #fff;
}
.sec-21 .login-form .form-control:focus {
  box-shadow: none;
}
.sec-21 .login-form .form-box {
  text-align: center;
}
.sec-21 .login-form .remember {
  display: flex;
  justify-content: space-between;
}
.sec-21 .login-form .remember .form-check label {
  color: #fff;
}
.sec-21 .login-form .remember .forgot-link {
  font-weight: 500;
  color: #fff;
  font-size: 15px;
}
.sec-21 .login-form .btn-sub {
  background-color: #c48e1b;
  margin-top: 60px;
  padding: 14px 60px;
  color: #000;
  font-weight: 500;
  width: 100%;
  transition: 0.6s;
}
.sec-21 .login-form .btn-sub:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 991.98px) {
  .sec-21 .login-form .btn-sub {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .sec-21 .form-img {
    display: none;
  }
}
.sec-21 .form-img img {
  height: 640px;
}

.sec-products-sony {
  padding: 50px 10px;
}
@media (max-width: 991.98px) {
  .sec-products-sony {
    padding: 20px 10px;
  }
}
.sec-products-sony h2 {
  color: #000;
  font-size: 40px;
  text-align: start;
  font-weight: 500;
  padding: 40px 10px 10px 10px;
}
@media (max-width: 991.98px) {
  .sec-products-sony h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.sec-products-sony .sony-height {
  height: 150px;
  border: none;
  width: 200px;
}
@media (max-width: 767.98px) {
  .sec-products-sony .sony-height {
    width: 190px;
    height: 200px;
  }
}
.sec-products-sony .card {
  border: none;
}
@media (max-width: 991.98px) {
  .sec-products-sony .cart-style {
    margin-left: 120px;
    margin-right: -120px;
  }
}
.sec-products-sony .cart-style p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  padding-top: 20px;
  text-align: start;
  border: none;
  margin-left: -100px;
}
@media (max-width: 767.98px) {
  .sec-products-sony .cart-style p {
    text-align: start;
    margin-left: -120px;
    font-size: 16px;
    padding: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 580px) {
  .sec-products-sony .cart-style p {
    margin-left: -70px;
  }
}
.sec-products-sony .btn-call {
  padding: 20px 10px 20px 0px;
}
@media (max-width: 767.98px) {
  .sec-products-sony .btn-call {
    margin-right: -120px;
  }
}
@media (max-width: 992px) {
  .sec-products-sony .btn-call {
    margin-right: -120px;
  }
}
.sec-products-sony .btn-call a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 40px;
  text-decoration: none;
  background-color: #c48e1b;
}
.sec-products-sony .widget {
  margin-top: 20px;
  border: 1px solid #d3cdcd;
}
@media (max-width: 786px) {
  .sec-products-sony .widget {
    display: none;
  }
}
@media (max-width: 992px) {
  .sec-products-sony .widget {
    width: 400px;
    margin-left: 150px;
  }
}

.sec-packages-food {
  padding: 50px 10px;
}
@media (max-width: 991.98px) {
  .sec-packages-food {
    padding: 20px 10px;
  }
}
.sec-packages-food h2 {
  color: #000;
  font-size: 40px;
  text-align: start;
  font-weight: 500;
  padding: 40px 10px 10px 10px;
}
@media (max-width: 991.98px) {
  .sec-packages-food h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.sec-packages-food .sony-height {
  height: 150px;
  border: none;
  width: 200px;
}
@media (max-width: 767.98px) {
  .sec-packages-food .sony-height {
    width: 190px;
    height: 200px;
  }
}
.sec-packages-food .card {
  border: none;
}
@media (max-width: 991.98px) {
  .sec-packages-food .cart-style {
    margin-left: 120px;
    margin-right: -120px;
  }
}
.sec-packages-food .cart-style ul {
  margin-left: -130px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .sec-packages-food .cart-style ul {
    margin-left: -120px;
  }
}
@media (max-width: 1200px) {
  .sec-packages-food .cart-style ul {
    margin-left: -60px;
  }
}
@media (max-width: 580px) {
  .sec-packages-food .cart-style ul {
    margin-left: -110px;
  }
}
.sec-packages-food .cart-style ul li {
  padding: 5px;
}
.sec-packages-food .cart-style ul li a {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #666;
  padding-top: 20px;
  text-align: start;
}
.sec-packages-food .btn-call {
  padding: 20px 10px 20px 0px;
}
@media (max-width: 767.98px) {
  .sec-packages-food .btn-call {
    margin-right: -120px;
  }
}
@media (max-width: 992px) {
  .sec-packages-food .btn-call {
    margin-right: -120px;
  }
}
.sec-packages-food .btn-call a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 40px;
  text-decoration: none;
  background-color: #c48e1b;
}
.sec-packages-food .widget {
  margin-top: 20px;
  border: 1px solid #d3cdcd;
}
@media (max-width: 786px) {
  .sec-packages-food .widget {
    display: none;
  }
}
@media (max-width: 992px) {
  .sec-packages-food .widget {
    width: 400px;
    margin-left: 150px;
  }
}

#footer-content .footer-top {
  background-color: #2e2e2e;
  padding: 70px 0;
}
@media (max-width: 767.98px) {
  #footer-content .footer-top {
    padding: 20px 0;
  }
}
#footer-content .footer-top .site-logo img {
  max-width: 200px;
}
@media (max-width: 1399.98px) {
  #footer-content .footer-top .site-logo img {
    max-width: 150px;
  }
}
@media (max-width: 1199.98px) {
  #footer-content .footer-top .site-logo img {
    max-width: 120px;
  }
}
#footer-content .footer-top .address-nav li {
  align-items: center;
}
#footer-content .footer-top .address-nav li p {
  color: #fff;
}
#footer-content .footer-top .address-nav li a {
  color: #b1b1b1;
  font-size: 15px;
  transition: 0.5s;
}
#footer-content .footer-top .address-nav li a:hover {
  color: #fff;
}
#footer-content .footer-top .social-nav li a {
  color: #fff;
  transition: 0.5s;
}
#footer-content .footer-top .social-nav li a:hover {
  color: #747474;
}
#footer-content .footer-top .tagline {
  padding-top: 30px;
}
#footer-content .footer-top .tagline p {
  color: #fff;
}
#footer-content h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #footer-content h5 {
    padding: 12px 0;
    font-size: 15px;
  }
}
#footer-content .footer-nav {
  list-style-type: circle;
  color: #b1b1b1;
  margin-left: 13px;
}
#footer-content .footer-nav li a {
  color: #b1b1b1;
  font-size: 15px;
  padding: 8px 0;
  transition: 0.5s;
}
#footer-content .footer-nav li a:hover {
  color: #fff;
}
#footer-content .form-control {
  border: none;
  padding: 9px 30px;
  border-radius: 0;
  margin-bottom: 8px;
}
#footer-content .btn-submit {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  padding: 12px 30px;
  font-weight: 500;
  transition: 0.5s;
}
#footer-content .btn-submit:hover {
  background-color: #000;
  color: #fff;
}
#footer-content .newsletter {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  #footer-content .newsletter {
    margin-top: 10px;
  }
}
#footer-content .footer-bottom {
  padding: 20px 0;
  background-color: #000;
}
#footer-content .footer-bottom p {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #footer-content .footer-bottom p {
    text-align: center;
  }
}
#footer-content .footer-bottom .cen {
  text-align: right;
}
@media (max-width: 767.98px) {
  #footer-content .footer-bottom .cen {
    text-align: center;
    margin-top: 20px;
  }
}
#footer-content .footer-bottom .cen .btn-get {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 8px 30px;
  font-weight: 500;
  transition: 0.5s;
}
#footer-content .footer-bottom .cen .btn-get:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.products-grid {
  margin: 60px 0 60px 0;
}
@media (max-width: 991px) {
  .products-grid {
    margin: 30px 0 30px 0;
  }
}
.products-grid .product-card:last-child {
  margin-bottom: 0;
}
.products-grid .product-card {
  margin-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 991px) {
  .products-grid .product-card {
    display: flex;
    flex-direction: column;
  }
}
.products-grid .product-card img {
  max-width: 100%;
  width: 150px;
}
@media (max-width: 991px) {
  .products-grid .product-card img {
    width: 60%;
  }
}
.products-grid .product-card .product-body {
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 991px) {
  .products-grid .product-card .product-body {
    padding: 40px 40px 30px 40px;
  }
}
.products-grid .product-card .product-body h5 {
  text-transform: capitalize;
  font-weight: 500;
}
.products-grid .product-card .product-body a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #c48e1b;
  float: right;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .products-grid .product-card .product-body a {
    float: left;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .products-grid .products-gesture {
    display: none;
  }
}
.products-grid .catering-card {
  margin-bottom: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: none;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 991px) {
  .products-grid .catering-card {
    display: flex;
    flex-direction: column;
  }
}
.products-grid .catering-card img {
  max-width: 100%;
  width: 300px;
}
@media (max-width: 991px) {
  .products-grid .catering-card img {
    width: 300px;
  }
}
.products-grid .catering-card .product-body {
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .products-grid .catering-card .product-body {
    padding: 40px 40px 30px 40px;
  }
}
.products-grid .catering-card .product-body h5 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 20px;
}
.products-grid .catering-card .product-body a {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  text-decoration: none;
  background-color: #c48e1b;
  float: right;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .products-grid .catering-card .product-body a {
    float: left;
    margin-right: 0;
  }
}
.products-grid .catering-card .catering-nav {
  display: flex;
  flex-direction: column;
  list-style: disc;
  padding-left: 24px;
  padding-bottom: 20px;
}
.products-grid .catering-card .catering-nav .nav-item {
  padding-bottom: 10px;
}
.products-grid .catering-card .catering-nav .nav-item span {
  font-weight: 400;
}

.products {
  margin: 40px 0;
}
@media (max-width: 991px) {
  .products {
    margin: 26px 0;
  }
}
.products a {
  text-decoration: none;
  color: #000;
}
.products .product-info {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .products .product-info {
    margin: 20px 0;
  }
  .products .product-info h3 {
    font-size: 20px;
  }
}
.products .product-info .accordian-nav {
  float: right;
}
.products .product-info .accordian-nav i {
  margin-right: 10px;
}
.products .product-info .accordian-nav li {
  font-size: 18px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .products .product-info .accordian-nav li {
    font-size: 14px;
  }
}
.products .product {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 5px 20px 75px 0px rgba(0, 0, 0, 0.1450980392);
}

.shop-product {
  margin: 40px 0;
}
@media (max-width: 991px) {
  .shop-product {
    margin: 26px 0;
  }
}
.shop-product .single-product {
  background: transparent;
  border: none;
  margin-bottom: 14px;
}
.shop-product .single-product .btn-primary {
  display: block;
  border-radius: 40px;
}
.shop-product .single-product .card-img-top {
  max-width: 100%;
}

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