@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@500&display=swap");
html{
  scroll-behavior: smooth;
}
body {
  background-color: #fafafa;
  color: #333333;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Cabin", sans-serif;
}

.img-responsive {
  width: 100%;
}
.img-responsive img {
  width: 100%;
}
section {
  margin: 2rem 0 2rem 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 1.5rem 0 1.5rem 0;
  background-color: #222;
  margin: 0;
  border-bottom: 3px solid #f96900;
}
nav .logo-holder {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 0;
}
nav .logo-holder .img-responsive {
  width: 100%;
  padding-left: 10%;
}
nav .nav-btns {
  flex: 4;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-start;
}
nav .first-row{
  padding-right: 15%;
  margin-top: 1rem;
}
nav .nav-btns .second-row {
  padding-right: 0%;
}
nav .nav-btns .second-row ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
nav .nav-btns .second-row ul li {
  border-radius:  8px;
  color: #202020;
  font-size: 0.85rem;
  margin-right: 1rem;
  background-color: #f96900;
  
  position: relative;
}
nav .nav-btns .second-row ul li:hover {
  color: #202020;
}
nav .nav-btns .second-row ul li:hover a {
  color: #202020;
}
nav .nav-btns .second-row ul li a {
  display: block;
  padding: .5rem 2rem .5rem 2rem;

  color: #fafafa;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
#air-qu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #e8cb06;
  padding: .5rem 2rem .5rem 2rem;
  border-radius:  8px;

color: #202020;
  
}
#air-qu .img-responsive{
  width: 17px;
  height: 100%;
  margin-right: 15px;
}
nav .nav-btns .second-row ul li.dropdown ul {
  display: none;
  position: absolute;
  background-color: #222;
  padding: 0.3rem;
  width: 150%;
  z-index: 999;
  top: 3rem;
}
nav .nav-btns .second-row ul li.dropdown ul li {
  padding: 0.3rem;
  width: 100%;
  text-align: left;
  margin: 1rem 0 1rem 0;
  color: #fafafa;
}
nav .nav-btns .second-row ul li.dropdown ul:hover {
  display: block;
}
nav .nav-btns .second-row ul li.dropdown:hover ul {
  display: block;
}
nav .nav-btns .second-row ul li.dropdown:hover ul {
  display: block;
  color: #fafafa;
}
nav .nav-btns .second-row ul li.dropdown:hover ul li:hover a {
  color: #f96900;
}
nav .nav-btns .second-row ul li.dropdown:hover ul li a {
  display: block;
  color: #fafafa;
}
header .carousel {
  height: 83vh;
}
header {
  overflow: hidden;
}
.carousel-item {
  position: relative;
}
.carousel-item .corousel-description {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(232, 203, 6, 1) 0%,
    rgba(232, 203, 6, 0.5) 25%,
    rgba(0, 212, 255, 0) 100%
  );
  pointer-events: none;
  height: 100%;
  width: 100%;
  padding: 10% 10%;
}
.carousel-item .corousel-description h2 {
  font-size: 3rem;
}
.carousel-item .corousel-description p {
  width: 50%;
}
.carousel-item .corousel-description a {
  padding: 0.5rem 1rem 0.5rem 1rem;
  background-color: #f96900;
  color: #fafafa;
  margin-top: 2rem;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
}
.carousel-indicators {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  position: absolute;
  bottom: -3%;
}
.carousel-indicators li {
  position: relative;
  bottom: 0;
  margin: 0;
  padding: 2rem 0 2rem 0;
  text-align: center;
  content: "";
  width: 100%;
  text-indent: 0;
  height: auto;
  font-size: 1rem;
  background-color: #fafafa;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-indicators li.active {
  background-color: #f96900;
  color: #fafafa;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 99;
}
.Main_Title {
  font-size: 2rem;
  font-weight: bold;
  color: #f96900;
}

.specification_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 1.5rem;
  font-size: 1rem;
}
.specification_list h3 {
  font-size: 1.25rem;
}
#Welcome_Section p {
  margin-top: 1rem;
}

#Welcome_Section iframe {
  width: 100%;
  height: 270px;
}
#RequestQ {
  width: 100%;
  display: block;
  margin-top: 5rem;
  padding: 1rem 1rem 1rem 1rem;
  margin-left: 4rem;
  border-left: 2px solid #f96900;
}

#RequestQ h3 {
  color: #f96900;
  margin-bottom: 2rem;
}
#RequestQ input {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
}
#RequestQ input:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#RequestQ textarea {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
  resize: none;
}
#RequestQ textarea:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#RequestQ input[type="submit"] {
  padding: 1rem 2rem 1rem 2rem;
  background-color: #f96900;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
}
#RequestQ input[type="submit"]:hover {
  background-color: #e8cb06;
  color: #222;
}
#products {
  background-color: #222;
  padding: 4rem 0 4rem 0;
}
#products h2 {
  color: #f96900;
  letter-spacing: 3px;
  font-size: 2.5rem;
}
#products p {
  margin-top: 2rem;
  color: #d4d4d4;
}
#products span {
  color: #fafafa;
}
#readmore_products {
  padding: 1rem 2rem 1rem 2rem;
  background-color: #f96900;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
  margin-top: 2rem;
  display: inline-block;
}
#readmore_products:hover {
  background-color: #e8cb06;
  color: #222;
}
#SisterCompany h2{
  text-align: center;
  margin-bottom: 2rem;
  color: #f96900;
  width: 100%;}
#SisterCompany a{
  text-decoration: none;
  color: #202020;
  text-align: center;
  cursor: pointer;
}
#About{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#clients{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
a.product-item {
  width: 100%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.5rem;
}
a.product-item .img-responsive{
  width: 50%;
}
a.product-item:hover {
  background-color: #e8ca0627;
}
a.product-item h4 {
  text-align: center;
  margin-top: 1rem;
  width: 100%;
  color: #fafafa;
}

#RevAwr .img-responsive {
  padding: 0 25% 0 25%;
}
.reviews {
  width: 100%;
  position: relative;
}
.reviews h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #f96900;
}
.reviews i {
  position: absolute;
  font-size: 3rem;
  color: #e8cb06;
}
.reviews h5 {
  text-align: center;
  color: #f96900;
}
.moretext{
  display: none;
}
.readmoretext{
  background-color: transparent;
  color: #888;
  border: 0;
  text-align: center;
  width: 100%;
}
.awards i {
  position: absolute;
  font-size: 3rem;
  color: #e8cb06;
  right: 0;
}
section{
  margin: 0;
}
#RevAwr{
  background-image: url('./../imgs/noisy.jpg');
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4rem 0 4rem 0;
}
#RevAwr .img-responsive{
  mix-blend-mode: darken;
  filter: drop-shadow(0 0 25px #2020207a);
}
.awards h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #f96900;
}
.readmore{
  padding: .5rem 2rem .5rem 2rem;
  background-color: #f96900;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
  display: inline-block;
}
.readmore i{
  margin-left: 15px;
}
.readmore:hover{
  background-color: #202020;
  color: #f96900;
  cursor: pointer;
 
}
.carousel-wrap {
  width: 100%;
  overflow: hidden;
}
#clients h2 {
  width: 100%;
  text-align: center;
  color: #f96900;
  margin-bottom: 2rem;
}
footer {
  background-color: #222;
  padding: 2rem;
}
footer .img-responsive {
  padding: 0 40% 0 10%;
  margin-bottom: 2rem;
}
footer p {
  color: #d4d4d4;
}
footer h2 {
  color: #f96900;
  margin-bottom: 3rem;
}
.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.contact-info span {
  margin-bottom: 1rem;
  color: #fafafa;
  font-size: 1rem;
}
.contact-info span i {
  margin-right: 10px;
  color: #e8cb06;
  font-size: 1.5rem;
}

#NewsLetterForm input {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #fafafa;
  background: transparent;
  transition: all 0.5s;
  width: 90%;
}
#NewsLetterForm input:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#NewsLetterForm input[type="submit"] {
  padding: 1rem 2rem 1rem 2rem;
  background-color: #f96900;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
}
#NewsLetterForm input[type="submit"]:hover {
  background-color: #e8cb06;
  color: #222;
}
.social-media {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.social-media a {
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #e8cb06;
}
header {
  position: relative;
}
#SisterCompany{
  background-color: #202020;
  padding: 2rem 0 2rem 0;
}
#SisterCompany .card{
  max-width:  20%;
  margin-right: 5%;
  background-color: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  color: #fafafa;
}
#SisterCompany .card img{
  width: 50%;
  border-radius: 50%;
  overflow: hidden;

}
.homeownerClub {
  position: absolute;
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  top: 0;
  right: 0;
  width: 36%;
  background-color: #f96900;
  padding: .75rem 1rem .75rem 1rem;
  color: #fafafa;
  text-align: center;
  font-size: 1.25rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
}
.homeownerClub .img-responsive {
  width: 75px;
  margin-right: 10px;
}
.homeownerClub:hover {
  color: #fafafa;
}
#AboutUs h2 {
  color: #f96900;
  font-size: 2.2rem;
}
#AboutUs p {
  padding: 2rem;
  white-space: pre-line;
}
#commitment .img-responsive {
  padding: 0 25% 0 25%;
}
#commitment h2 {
  width: 100%;
  color: #f96900;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
  letter-spacing: 3px;
}
#commitment h3 {
  text-align: center;
  margin-top: 1rem;
}
.team-member {
  position: relative;
  margin-bottom: 1rem;
}
.overlay-team {
  background-color: #e8ca06c7;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
}
.team-member:hover .overlay-team {
  opacity: 1;
}
.testo-title {
  width: 100%;
}
.testo-title h2 {
  width: 100%;
  text-align: center;
  color: #f96900;
  letter-spacing: 4px;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.testo-title p {
  width: 100%;
  text-align: center;
  color: #333333;
}
.testo-item {
  background-color: #333;
  padding: 1rem;
  color: #fafafa;
  border-radius: 5px;
  box-shadow: 0 0 10px #202020a4;
}
.testo-item h3 {
  margin-bottom: 1rem;
}
.testo-item h3 i {
  color: #e8cb06;
  margin: 25px;
}
.testo-item h4 {
  color: #f96900;
  font-weight: bold;
  letter-spacing: 2px;
}
.testo-item p {
  padding: 1rem;
}
.col-btn {
  background-color: #333;
}

.col-btn button {
  color: #e8cb06;
}
.col-btn button:hover {
  color: #f96900;
  text-decoration: none;
  box-shadow: none;
}
.col-btn button:focus {
  color: #f96900;
  text-decoration: none;
  box-shadow: none;
}

.col-btn button:visited {
  color: #f96900;
  text-decoration: none;
  box-shadow: none;
}
#JoinClub {
  width: 100%;
  padding: 2rem;
}
#JoinClub input {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
}
#JoinClub input:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#JoinClub input[type="submit"] {
  padding: 1rem 2rem 1rem 2rem;
  background-color: #f96900;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
  margin-top: 2rem;
}
#JoinClub input[type="submit"]:hover {
  background-color: #e8cb06;
  color: #222;
}
#jtc {
  width: 100%;
  margin-top: 4rem;
}
#jtc .container {
  border: 1px solid #202020;
  border-radius: 5px;
}
#jtc h2 {
  width: 100%;
  background-color: #333;
  padding: 1rem 2rem 1rem 2rem;
  color: #f96900;
  letter-spacing: 2px;
}
.trustedpart {
  width: 100%;
  text-align: center;
  color: #333;
  letter-spacing: 2px;
}
.trustedpart span {
  color: #f96900;
}
#ContactUsForm {
  width: 100%;
  display: block;
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 1rem;
  margin-left: 4rem;
  border-left: 2px solid #f96900;
}

#ContactUsForm h3 {
  color: #f96900;
  margin-bottom: 2rem;
}
#ContactUsForm input {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
}
#ContactUsForm input:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#ContactUsForm textarea {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
  resize: none;
}
#ContactUsForm textarea:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#ContactUsForm input[type="submit"] {
  padding: 1rem 2rem 1rem 2rem;
  background-color: #f96900;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
}
#ContactUsForm input[type="submit"]:hover {
  background-color: #e8cb06;
  color: #222;
}

#baa {
  width: 100%;
  display: block;
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 1rem;
}

#baa h3 {
  color: #f96900;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#baa input {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
}
#baa input:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#baa textarea {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
  resize: none;
}
#baa textarea:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#baa input[type="submit"] {
  padding: 1rem 2rem 1rem 2rem;
  background-color: #f96900;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
}
#baa input[type="submit"]:hover {
  background-color: #e8cb06;
  color: #222;
}
#baa ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#baa ul li {
  margin: 0.5rem 1rem 0.5rem 1rem;
}
#baa ul li input {
  margin-right: 5px;
}
#baa h4 {
  letter-spacing: 2px;
}
#baa .services {
  border-bottom: 1px solid #20202070;
  margin-bottom: 1rem;
}
#baa .services:last-child {
  border-bottom: 0;
}

#raq {
  width: 100%;
  display: block;
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 1rem;
}

#raq h3 {
  color: #f96900;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#raq input {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
}
#raq input:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#raq textarea {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
  resize: none;
}
#raq textarea:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#raq input[type="submit"] {
  padding: 1rem 2rem 1rem 2rem;
  background-color: #f96900;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
}
#raq input[type="submit"]:hover {
  background-color: #e8cb06;
  color: #222;
}
#raq ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#raq ul li {
  margin: 0.5rem 1rem 0.5rem 1rem;
}
#raq ul li input {
  margin-right: 5px;
}
#raq h4 {
  letter-spacing: 2px;
}
#raq .services {
  border-bottom: 1px solid #20202070;
  margin-bottom: 1rem;
}
#raq .services:last-child {
  border-bottom: 0;
}

#jot {
  width: 100%;
  display: block;
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 1rem;
}

#jot h3 {
  color: #f96900;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#jot input {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
}
#jot input:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#jot textarea {
  margin-bottom: 1rem;
  border-radius: 0;
  border: 0;
  outline: none !important;
  border-bottom: 1px solid #333;
  background: transparent;
  transition: all 0.5s;
  resize: none;
}
#jot textarea:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 1px solid #e8cb06;
}
#jot input[type="submit"] {
  padding: 1rem 2rem 1rem 2rem;
  background-color: #f96900;
  border: 0;
  color: #fafafa;
  cursor: pointer;
  transition: all 0.5s;
}
#jot input[type="submit"]:hover {
  background-color: #e8cb06;
  color: #222;
}
#jot ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
#jot ul li {
  margin: 0.5rem 1rem 0.5rem 1rem;
}
#jot ul li input {
  margin-right: 5px;
}
#jot h4 {
  letter-spacing: 2px;
}
#jot .services {
  border-bottom: 1px solid #20202070;
  margin-bottom: 1rem;
}
#jot .services:last-child {
  border-bottom: 0;
}

#single-blog .col-md-3 {
  padding: 1rem;
  border-left: 1px solid #f96900;
}
#single-blog ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#single-blog ul li {
  margin-bottom: 2rem;
  border-bottom: 1px solid #20202050;
  cursor: pointer;
}
#single-blog ul li:last-child {
  border-bottom: 0;
}
#single-blog ul h4 {
  margin-top: 1rem;
  color: #f96900;
}

#single-blog p {
  padding: 1rem;
  white-space: pre-line;
}
#single-blog h2 {
  color: #f96900;
  letter-spacing: 2px;
  margin-top: 2rem;
}

#menuBTn{
  display: none;
  margin-right: 5%;
}
#mobfooterimg{
  display: none;
}
#pcfooterimg{
  display: block;
}
 @media only screen and (max-width: 600px) {
  #mobfooterimg{
    display: block;
  }
  #pcfooterimg{
    display: none;
  }
  nav .nav-btns .second-row{
    display: block;
    height: 100vh;
    position: fixed;
    z-index: 999;
    background-color: #202020e5;
    backdrop-filter: blue(5px);
    top: 0;
    left: -100%;
    width: 50%;
    transition: all .5s ;

  }
  nav .nav-btns .second-row.open{
    left: 0%;
  }
  nav .nav-btns .second-row ul{
    display: flex;
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0 .5rem 0 .5rem;
    height: 100%;
    z-index: 999;
  
  }
  nav .nav-btns .second-row ul li{
    width: 100%;
    margin-bottom: 2rem;
    background-color: transparent;
    padding: 0;
    padding-bottom: .5rem;
    border-bottom: 1px solid #f96900;
    border-radius: 0;
    margin-right: 0;

  }
  nav .nav-btns .second-row ul li:hover a{
    color: #f96900;
  }
  #menuBTn{
    display: block;
    background-color: transparent;
    padding: .20rem .5rem .20rem .5rem;
    border: 2px solid #f96900;
    color: #f96900;
    border-radius: 5px;
    font-size: 1.5rem;
  }
  nav .logo-holder {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 0;
  }
  nav .logo-holder .img-responsive {
    width: 100%;
    padding-left: 5%;
  }
  .homeownerClub {
    width: 80%;
  }
  .carousel ol{
    display: none;
  }
  header .carousel {
    height: auto;
  }
  #RequestQ {
    width: 100%;
    display: block;
    margin-top: 5rem;
    padding: 1rem 1rem 1rem 1rem;
    margin-left: 0;
    border-left:0;
  }
  #readmore_products{
    margin-bottom: 2rem;
  }
  #logo_craft{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #SisterCompany .card{
    max-width:  50%;
    margin-right: 0;
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    color: #fafafa;
  }
  footer .img-responsive {
    padding: 0 10% 0 10%;
    margin-bottom: 2rem;
  }
  footer h2 {
    color: #f96900;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
 }

 @media only screen and (min-width: 600px) {

 }
 
 @media only screen and (min-width: 768px) {

 }
 
 @media only screen and (min-width: 992px) {

 }
 
 @media only screen and (min-width: 1200px) {

 } 