@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
}

body {
  overflow-x: hidden !important;
}

h2 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-family: "Poppins", sans-serif;
}

.whatsapp-div {
  z-index: 100000000000000000000000 !important;
  position: fixed;
  right: 10px;
  bottom: 30px;
}
.whatsapp-div img {
  width: 55px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999 !important;
  padding: 0;
  box-shadow: 0px 0px 5px gainsboro;
  width: 100%;
  background-color: rgba(245, 237, 220, 0.5058823529) !important;
  background: linear-gradient(90deg, rgb(208, 242, 113) 0%, rgba(255, 255, 255, 0.9192051821) 0%);
  animation-name: example;
  animation-duration: 1s;
  transition: top 500ms ease-in;
  box-shadow: 0px 0px 5px gainsboro;
}

@keyframes example {
  0% {
    top: -100px;
  }
  100% {
    top: 0px;
  }
}
.site-header {
  z-index: 99999999;
  padding: 0;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3", endColorstr="#404040", GradientType=1);
}

.upper-nav {
  display: flex;
  justify-content: center;
  background-color: #FDB520;
  gap: 30px;
  padding: 10px;
}
.upper-nav i {
  font-size: 25px;
}
.upper-nav a {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.navbar {
  padding: 0 !important;
}

.nav-item {
  padding: 0 15px;
}
.nav-item a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000 !important;
}

nav ul li {
  position: relative !important;
}

nav ul li .dropDown {
  width: 220px !important;
  z-index: 10000000000000000000000000 !important;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #FDB520 !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 10px 0px;
  transition: all 0.5s ease-in-out !important;
}

.dropDown li {
  list-style: none;
  padding: 0 8px;
}
.dropDown li:hover {
  background-color: #fff;
}

.dropDown li a {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

nav ul li:hover .dropDown {
  display: block;
}

.navbar-brand img {
  height: 100px !important;
}

.carouse-1 {
  background: url("../images/19168737.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh !important;
  z-index: 1;
}

.carouse-2 {
  background: url("../images/interiors-img.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh !important;
  z-index: 1;
}

.carouse-3 {
  background: url("../images/construction-img.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh !important;
  z-index: 1;
}

.banner-heading {
  margin-top: 5%;
}
.banner-heading h2 {
  color: #fff;
  color: #FDB520;
  font-size: 35px;
  text-transform: uppercase;
}
.banner-heading h3 {
  color: #FDB520;
  font-size: 22px;
}
.banner-heading p {
  margin-top: 15px;
  color: #fff;
  text-align: justify;
}
.banner-heading p span {
  font-size: 18px;
  color: #FDB520;
}
.banner-heading .banner-list ul {
  margin-top: 25px;
  padding-left: 0;
}
.banner-heading .banner-list ul i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDB520;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
}
.banner-heading .banner-list ul li {
  margin: 10px;
  display: flex;
  list-style: none;
  color: #fff;
}

.discount-tag {
  position: relative;
  display: inline-block;
  background-color: red;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.ribbon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
}

.interior-list {
  margin-top: 25px;
  padding-left: 0;
}
.interior-list ul {
  padding-left: 0;
}
.interior-list ul i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDB520;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
}
.interior-list ul li {
  margin: 10px;
  display: flex;
  list-style: none;
  color: #fff;
}

.banner-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner-text h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #FDB520;
}
.banner-text p {
  color: #fff;
  text-transform: uppercase;
}
.banner-text .banner-btn {
  background-color: #fff;
  display: inline;
  padding: 8px 10px;
  border-radius: 5px;
  z-index: 100;
}
.banner-text .banner-btn a {
  color: #000 !important;
}

.sec-banner {
  background: url("../images/section-banner.png") center no-repeat;
  width: 100%;
  background-size: cover;
  margin-top: -50px !important;
  z-index: 999 !important;
}

.services-wrapper h2 {
  color: #fff !important;
  font-size: 35px !important;
}

.services-img img {
  border: 5px solid #ebc16e;
  border-radius: 30px;
  transition: 1s ease-in-out;
}
.services-img img:hover {
  transform: scale(1.1);
}
.services-img h5 {
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-decoration: underline;
}

.sec-banner_2 {
  background: url("../images/sec-banner_2.png") no-repeat;
  width: 100% !important;
  background-size: cover;
  height: 80vh;
  background-position: top;
  margin-top: -83px;
}

.wrapper-text {
  margin-top: 90px;
}
.wrapper-text h2 {
  color: #FDB520;
}
.wrapper-text p {
  text-align: justify;
  color: #fff;
  margin-top: 50px;
}

.sec-banner_3 {
  background: url("../images/sec-banner_3.png") center no-repeat;
  width: 100% !important;
  background-size: cover;
  background-position: top;
  margin-top: -95px;
  padding-bottom: 50px;
}

.project-text {
  padding-top: 50px !important;
}

.project-img {
  text-align: center;
}
.project-img img {
  border-radius: 20px;
  transition: 1s ease-in-out;
}
.project-img img:hover {
  transform: scale(1.1);
}
.project-img h2 {
  font-size: 28px;
  padding-top: 25px;
  color: #FDB520;
  text-align: center;
}
.project-img p {
  text-align: center;
  color: #000;
}

.sec-banner_4 {
  background: url("../images/section-banner.png") center no-repeat;
  width: 100% !important;
  background-size: cover;
  margin-top: -100px;
  height: auto;
  background-position: top;
  padding-bottom: 50px;
}

.item {
  background-color: #fff;
  border-radius: 30px;
  height: 200px;
  padding: 25px;
}
.item .testmonial-img {
  text-align: center;
}
.item .testmonial-img i {
  color: #ffd900;
}
.item .testmonial-img h5 {
  text-align: center;
}

.sec-banner_5 {
  background: url("../images/sec-banner_5.png") no-repeat;
  width: 100% !important;
  background-size: cover;
  margin-top: -80px;
  background-position: top;
}

.form-text h2 {
  color: #fff;
}

.footer-form {
  background-color: #F1F1F1;
  margin-top: 15px;
  padding: 15px;
}

.submit-btn {
  padding: 8px 20px;
  background-color: #FDB520;
  border: none;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  font-size: 16px;
}

.contact-info {
  position: relative;
  left: 20% !important;
  padding-top: 60px;
}
.contact-info h2 {
  color: #fff;
}
.contact-info .address {
  margin-top: 15px;
}
.contact-info .address p {
  color: #fff;
}
.contact-info .address ul {
  padding-left: 0;
}
.contact-info .address ul li {
  list-style: none;
  display: flex;
  gap: 30px;
  line-height: 40px;
}
.contact-info .address ul li i {
  font-size: 25px;
  color: #fff;
}
.contact-info .address ul li a {
  color: #fff;
}

.sec-banner_6 {
  background: url("../images/section-banner_6.png") no-repeat;
  width: 100% !important;
  background-size: cover;
  background-position: top;
  margin-top: -59px;
}

.footer-logo img {
  height: 120px;
}
.footer-logo p {
  padding-top: 15px;
}

.footer-links {
  margin-left: 90px;
  padding-top: 25px;
}
.footer-links ul {
  padding-left: 0;
}
.footer-links ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-links ul li a {
  color: #000;
  font-size: 16px;
}

.social-media {
  margin-left: 80px;
}
.social-media ul {
  padding-left: 0;
}
.social-media ul li {
  margin-bottom: 10px;
  list-style: none;
}
.social-media ul li i {
  padding-top: 15px;
  padding-right: 15px;
  font-size: 25px;
}
.social-media ul li a {
  color: #000;
  font-size: 16px;
}

.footer-sec {
  background-color: #FDB520;
}

.copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.copy a {
  color: #000;
}

.wrapper-box {
  background-color: #FDB520;
  padding: 15px;
  border-radius: 10px 0 0 0;
}

.about-banner {
  background: url("../images/about-banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.services-banner {
  background: url("../images/services-banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  background-position: bottom;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.portfolio-banner {
  background: url("../images/porfiolo-banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.gallery-banner {
  background: url("../images/gallery-banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  background-position: bottom;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.Construction-banner {
  background: url("../images/Construction-banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.interior-banner {
  background: url("../images/inter-banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.landscape-banner {
  background: url("../images/land-banner.jpg") center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
}

.contact-wrapper {
  background: url("../images/img-8.jpg") center no-repeat !important;
  width: 100% !important;
  height: 65vh !important;
  background-size: cover !important;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706) !important;
}

.Construction-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.Construction-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px !important;
  color: #FDB520 !important;
}

.landscape-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.landscape-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px !important;
  color: #FDB520 !important;
}

.interior-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.interior-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px !important;
  color: #FDB520 !important;
}

.message-text h3 {
  color: #FDB520;
  text-transform: uppercase;
  font-size: 22px !important;
}

.contact-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.contact-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px !important;
  color: #FDB520 !important;
}

.gallery-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gallery-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px !important;
  color: #FDB520 !important;
}

.services-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.services-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px !important;
  color: #FDB520 !important;
}

.portfolio-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.portfolio-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px !important;
  color: #FDB520 !important;
}

.about-text {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-text h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #FDB520;
}

.about-title h3 {
  color: #FDB520;
}
.about-title p {
  line-height: 30px;
}

.about-box {
  background-color: rgba(253, 179, 32, 0.5803921569);
  padding: 15px;
  border-left: 5px solid #FDB520;
  box-shadow: 0 0 15px 0px rgba(143, 141, 141, 0.301);
  margin-bottom: 30px;
}
.about-box h3 {
  text-align: center;
}

.card-box {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  height: 400px;
}
.card-box h4 {
  color: #FDB520;
  padding-top: 25px;
  padding-bottom: 25px;
}
.card-box img {
  height: 70px;
}
.card-box .service-btn {
  margin: 0 auto;
  width: 50%;
  background-color: #FDB520;
  border-radius: 30px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.card-box .service-btn a {
  color: #fff;
}
.card-box .service-btn:hover {
  background-color: #a08080;
  color: #FDB520 !important;
}
.card-box .service-btn i {
  font-size: 25px;
  color: #fff;
}

.box-wrapper {
  margin-bottom: 80px !important;
}

.services-list {
  margin-bottom: 50px;
}
.services-list h3 {
  color: #FDB520;
}

.Construction-list {
  margin-bottom: 50px;
}
.Construction-list ul {
  padding-left: 0;
}
.Construction-list ul i {
  font-size: 25px;
}
.Construction-list ul li {
  list-style: none;
  line-height: 30px;
  display: flex;
  gap: 10px;
}

.contact-form {
  background-color: #F1F1F1;
  padding: 15px;
  border-radius: 5px;
}

.img-wrapper {
  text-align: center;
}
.img-wrapper img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #FDB520;
}

.gallery {
  margin: 0 auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.column {
  display: none;
}

.content {
  background-color: #F1F1F1;
  margin-top: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.content img {
  text-align: center !important;
}

.show {
  display: block;
}

.btn {
  padding: 12px 16px;
  border: 1px solid #FDB520 !important;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.btn:hover {
  color: #fff !important;
  background-color: #FDB520;
}

.owl-theme .owl-dots {
  display: none;
}

.owl-theme .owl-nav {
  display: none;
}

.construction-content h3 {
  color: #FDB520;
}

.landscape-content p {
  margin-top: 15px;
}
.landscape-content h3 {
  color: #FDB520;
}

.inside-content {
  margin-bottom: 80px;
}

.landscape-list ul {
  padding-left: 0;
}
.landscape-list ul i {
  font-size: 25px;
}
.landscape-list ul li {
  list-style: none;
  line-height: 30px;
  display: flex;
  gap: 10px;
}

.about-sec {
  margin-bottom: 50px;
}

.footer-contact {
  margin-bottom: 80px;
}

.const-content {
  margin-bottom: 80px;
}

.popup {
  background-color: #fff !important;
  width: 450px;
  padding: 15px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 60%;
  border-radius: 8px;
  display: none;
  z-index: 999 !important;
}
.popup button {
  display: block;
  margin: 0 0 20px auto;
  font-size: 30px;
  background: none;
  color: #000;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  z-index: 999 !important;
}
.popup h2 {
  color: #FDB520;
}
.popup #close {
  position: absolute;
  top: 0;
  right: 5%;
}
.popup .popup-form .submit-btn {
  padding: 8px 15px !important;
  background-color: #FDB520;
  color: #fff;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}

.contactus {
  background-color: #F1F1F1;
  padding: 30px;
  border-bottom: 4px solid #FDB520;
  border-radius: 10px;
}
.contactus h3 {
  color: #FDB520;
  text-align: center;
  margin-bottom: 25px;
}
.contactus .address {
  display: flex;
  margin-bottom: 20px;
}
.contactus .mail {
  margin-top: 20px;
}
.contactus img {
  width: 30px;
  margin-right: 20px;
}
.contactus a {
  color: #000;
}

.address-wrapper {
  border-radius: 10px;
}
.address-wrapper .address {
  display: flex;
  margin-bottom: 20px;
}
.address-wrapper .mail {
  margin-top: 20px;
}
.address-wrapper img {
  width: 30px;
  margin-right: 20px;
}
.address-wrapper a {
  color: #fff;
}
.address-wrapper a:hover {
  color: #FDB520 !important;
}

@media only screen and (max-width: 992px) {
  .banner-heading {
    margin-top: 5%;
  }
  .banner-heading h2 {
    font-size: 32px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: none !important;
  }
  .contact-info {
    left: 10% !important;
    overflow-x: hidden !important;
  }
  .nav-item {
    padding: 0 5px;
  }
  .sec-banner_5 {
    margin-top: -100px;
  }
  .sec-banner_6 {
    margin-top: -120px;
  }
  .contact-form {
    margin-bottom: 30px;
  }
  .sec-banner_4 {
    height: auto;
    margin-top: -130px;
  }
  .sec-banner_2 {
    height: 90vh;
  }
  .about-sec {
    margin-bottom: 80px;
  }
  .item {
    height: 280px;
  }
  .card-box {
    max-height: -moz-fit-content;
    max-height: fit-content;
    margin-bottom: 80px;
    word-break: break-all;
  }
  .card-box .service-btn {
    width: 100%;
    margin-top: 25px;
  }
  .portfolio-wrapper {
    margin-bottom: 90px;
  }
  .services-list {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .about-title {
    margin-top: 25px;
  }
  .wrapper-text {
    margin-top: 60px;
  }
  .sec-banner_4 {
    height: auto;
  }
  .banner-heading h2 {
    font-size: 28px;
  }
  .card-box {
    height: 480px;
    margin-bottom: 80px;
    word-break: break-all;
  }
  .card-box .service-btn {
    width: 100%;
    margin-top: 25px;
  }
  .contact p {
    font-size: 16px;
  }
  .contactus .mobile a {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-brand img {
    height: 80px !important;
  }
  .card-box {
    margin-bottom: 25px;
  }
  .sec-banner_6 {
    margin-top: 0px !important;
  }
  .sec-banner_4 {
    height: auto !important;
  }
  .home-footer {
    margin-top: -120px !important;
  }
  .banner-heading h2 {
    font-size: 25px;
  }
  .banner-heading h3 {
    font-size: 19px;
  }
  .sec-banner_5 {
    margin-top: -120px;
  }
  .card-box {
    height: 480px;
    margin-bottom: 80px;
    word-break: break-all;
  }
  .card-box .service-btn {
    width: 100%;
    margin-top: 25px;
  }
  .portfolio-wrapper {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }
  .upper-nav {
    display: none;
  }
  .banner-heading h2 {
    padding-top: 30px;
  }
  .sec-banner {
    margin-top: -120px !important;
  }
  .services-text h2 {
    padding-top: 50px;
  }
  .sec-banner_2 {
    height: auto;
    margin-top: -120px;
  }
  .sec-banner_3 {
    margin-top: -140px;
    z-index: -1 !important;
  }
  .sec-banner_4 {
    margin-top: -120px;
  }
  .sec-banner_5 {
    margin-top: -50px;
    height: auto !important;
  }
  .contact-info {
    position: static;
    left: 0% !important;
    padding-top: 0px !important;
  }
  .sec-banner_6 {
    margin-top: -220px;
  }
  .footer-logo img {
    height: 80px !important;
    margin-top: 60px;
  }
  .footer-links {
    margin-left: 0px;
    padding-top: 0;
  }
  .social-media {
    margin-left: 0px;
  }
  .copy {
    flex-direction: column;
  }
  .form-text {
    padding-top: 0px;
    text-align: center;
  }
  .contact-info {
    font-size: 14px;
    margin-left: 55px;
  }
  .contact-info .address ul li {
    gap: 20px;
    line-height: 25px;
  }
  .contact-info .address ul li i {
    font-size: 20px;
  }
  .about-box {
    padding-bottom: 25px;
  }
  .about-sec {
    margin-bottom: 30px;
  }
  .card-box {
    height: auto;
    margin-bottom: 25px;
    word-break: break-all;
  }
  .card-sec {
    margin-bottom: 80px !important;
  }
  .sec-banner_5 {
    background: url("../images/mobile-sec.jpg") center no-repeat;
    width: 100% !important;
    background-size: cover;
    height: auto !important;
  }
  .sec-banner_6 {
    margin-top: -90px;
  }
  .banner-list ul i {
    padding: 8px;
  }
  .carouse-1 {
    background: url("../images/buil-2.jpeg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh !important;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
  }
  .carouse-2 {
    background: url("../images/int-3.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 65vh !important;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
  }
  .carouse-3 {
    background: url("../images/cons-1.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 65vh !important;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3411764706);
  }
  .banner-heading h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
  .banner-heading p {
    margin-top: 15px;
    color: #fff;
    text-align: justify;
  }
  .banner-heading h3 {
    text-align: center;
  }
  .about-text h2 {
    font-size: 30px;
  }
  .services-text h2 {
    font-size: 30px !important;
  }
  .portfolio-text h2 {
    font-size: 30px;
  }
  .gallery-text h2 {
    font-size: 30px !important;
  }
  .contact-text h2 {
    font-size: 30px !important;
  }
  .about-text h2 {
    font-size: 30px;
  }
  .interior-text h2 {
    font-size: 30px !important;
  }
  .landscape-text h2 {
    font-size: 30px !important;
  }
  .Construction-text h2 {
    font-size: 30px !important;
  }
  .services-wrapper {
    padding-top: 50px;
  }
  .box-wrapper {
    margin-bottom: 0px !important;
  }
  .services-list {
    margin-bottom: 50px;
  }
  .Construction-list {
    margin-bottom: auto;
  }
  .inside-content {
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .const-content {
    margin-bottom: 0px;
  }
  .item {
    height: auto;
  }
  #myBtnContainer {
    margin: 0 auto !important;
    display: grid;
    width: -moz-fit-content;
    width: fit-content;
  }
  #myBtnContainer button {
    margin-top: 20px;
  }
  .popup {
    height: auto;
    width: 300px !important;
  }
  .contactus {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 375px) {
  .copy a {
    font-size: 14px;
  }
  .contact-info {
    font-size: 14px;
    margin-left: 40px;
  }
  .footer-contact {
    margin-bottom: 50px;
  }
  .Construction-img {
    margin-bottom: 50px;
  }
  #myBtnContainer button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .banner-heading h2 {
    padding-top: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
  .banner-heading p {
    text-align: justify;
  }
  .banner-heading h3 {
    text-align: center;
  }
  .sec-banner_5 {
    height: auto !important;
  }
  .sec-banner_6 {
    margin-top: -100px !important;
  }
}
@media only screen and (max-width: 320px) {
  .banner-heading h2 {
    padding-top: 20px;
  }
  .copy a {
    font-size: 12px;
  }
  .sec-banner_5 {
    margin-top: -170px;
  }
  .contact-info {
    font-size: 14px;
    margin-left: 45px;
  }
  .card-box p {
    margin-bottom: 0 !important;
  }
  #myBtnContainer button {
    margin-top: 20px;
  }
  .banner-list ul li {
    font-size: 14px;
  }
  .item .testmonial-img h5 {
    margin-bottom: 100px;
  }
  .contactus {
    padding: 10px !important;
  }
  .address a {
    font-size: 14px !important;
  }
  .contact-info {
    margin-left: 0px;
  }
}/*# sourceMappingURL=style.css.map */