* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Roboto", sans-serif;
}
header {
  top: 0;
  left: 0;
  z-index: 999999;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin-left: 10px;
}
.carousel-indicators .active {
  background-color: #febe30;
}
.cs-bg {
  background-color: #000000a8;
  padding: 3px 0;
}
.navbar-brand img {
    max-width: 100px;
    max-height: 60px;
}
.top-filter {
  /*background-color: #8c8c8ced;*/
  background-color:#febe30;
  top: 0;
}
.bg-cat button {
  background-color: #fff;
  border-color: #fff;
  color: #231f20;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  outline: none !important;
  box-shadow: none !important;
}
.cs-search-btn {
  background-color: #4c576a;
  border-color: #4c576a;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cs-search-btn:hover {
  background-color: #58667d;
  border-color: #58667d;
}
.cs-search-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #fff;
}
.banner .carousel-caption {
  top: 63%;
  left: 15%;
  transform: translateY(-50%);
  width: auto;
  text-align: center;
  bottom: auto;
}
.banner .carousel-caption h5 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 5.5rem;
}
.banner .carousel-caption p {
  font-size: 1.75rem;
  font-weight: 400;
  color: #febe30;
  text-transform: uppercase;
  margin-top: 20px;
}
.grey-bg {
  background-color: #f0efef;
}
.clientile-logos {
  display: flex;
  width: 90%;
  margin: 0 auto;
  
}
.clientile-logos img {
  max-width: 400px;
}
.customer {
  padding: 70px 0;
  margin: 50px 0 100px 0;
  border-bottom: 1px solid #febe30;
}
.customer div p:first-child {
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 200;
  text-transform: none;
  margin: 0;
  color: #febe30;
}
.customer div p:first-child span {
  color: #231f20;
}
.customer div p {
  text-align: center;
  text-transform: uppercase;
  color: #231f20;
  font-weight: 500;
}
.item1 {
  grid-area: banner;
}
.item2 {
  grid-area: product1;
}
.item3 {
  grid-area: product2;
}
.item4 {
  grid-area: product3;
}
.item5 {
  grid-area: product4;
}
.feat-prd-container {
  display: flex;
  gap: 10px;
}
.feat-prd-container .new-item .items {
  position: relative;
  overflow: hidden;
}
.feat-prd-container .new-item .items .prd-off-span {
  position: absolute;
  background: #febe30fa;
  color: #000000;
  font-weight: 500;
  font-size: 11px;
  top: 3px;
  left: -30px;
  line-height: 1.3;
  text-align: center;
  padding: 3px 33px;
  transform: translateY(50%) rotate(-45deg);
}
.product-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #b9b9b9;
  padding: 9px;
  transition: all 0.3s ease-in-out;
}
.two-color-heading {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.two-color-heading span {
  color: #febe30;
}
.featured-products .two-color-heading {
  color: #fff;
}
.featured-products .two-color-heading span {
  color: #fff;
}

.product-desc a {
  color: #231f20;
  text-decoration: none;
  position: relative;
  font-size: 0.85rem;
  line-height: 1.1rem;
}
.featured-products .product-desc a {
  min-height: 53px;
}
/* .product-desc a::after {
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: -20px;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  transform: translateY(-50%) rotate(90deg);
} */
.product-desc button {
  background-color: #231f20;
  border-color: #231f20;
  padding-left: 20px;
  padding-right: 20px;
}
.all-btn-container {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 150px;
}
.brand-details {
  padding: 50px 0 0;
  margin: 0 auto;
  width: 90%;
}
#brand-top {
  border-bottom: 1px solid #cccccb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.all-btn-container a {
  border: 1px solid #231f20;
  text-transform: uppercase;
  padding: 15px 20px;
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #231f20;
  transition: all 0.3s ease-in-out;
}
.all-btn-container a:hover {
  background: #231f20;
  color: #fff;
}
.featured-products .all-btn-container a:hover {
  border-color: #231f20 !important;
}
#feat-carousel img {
  border: 1px solid #b9b9b9;
}
.all-btn-container a img {
  margin-left: 10px;
}
.down-aero a img {
  transform: rotate(90deg);
  height: 20px;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}
button.owl-dot {
  background-color: #b0b0b0 !important;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
button.owl-dot.active {
  background-color: #febe30 !important;
}
.popular-tabs .product-desc a {
  width: 60%;
}
.popular-tabs .product-desc a::after {
  content: none;
}
button.owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}
button.owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
button.owl-next span,
button.owl-prev span {
  font-size: 5rem;
  font-weight: 100;
}
.popular-prd-section {
  padding: 60px 0;
}
.popular-prd-section .all-btn-container {
  margin-bottom: 0;
}
.popular-prd-section .all-btn-container a {
  background-color: #fff;
  border-color: #fff;
}
.popular-prd-section .all-btn-container a:hover {
  background-color: #212121;
  border-color: #212121;
}

.available-brands-container {
  padding: 150px 0;
}
.available-brands-container h3 {
  margin-bottom: 30px;
}
.company-section {
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.company-section img {
  border: 2px solid #4c576a26;
  transition: all 0.5s ease-in-out;
  border-radius:8px 8px 8px;
}

.company-name {
  /*background-color: #4c576a;*/
  background-color: #000;
  padding: 8px 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 99;
  border-radius:8px;
}
.company-name p {
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 500;
  text-align: center;
}
.company-section:hover > a {
  display: block;
  border: 2px solid #cccccb;
  overflow: hidden;
  border-radius:8px 8px 8px;
}

.company-section:hover > a > img {
  
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
  
}
.company-section:hover .company-name {
  background-color: #cccccb;
}
.company-section:hover .company-name a p{
	color:#000000;
}
.company-section:hover .company-name a {
  color: #4c576a;
}

.testimonial-sec {
  position: relative;
}
.testimonial-sec .client-logo {
  width: 200px;
  height: 180px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 80px;
  box-shadow: 0 5px 15px #0000002a;
}
.testimonial-sec .client-logo img {
  width: 100%;
}
.testimonial-desc {
  /*background-color: #4c576a;*/
  background-color: #febe30;
  padding: 50px 100px 30px 150px;
  width: 80%;
  margin-left: auto;
  box-shadow: 0 6px 17px #0000002a;
}
.testimonial-desc h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.testimonial-desc p {
  font-size: 1rem;
  font-weight: 300;
  /*color: #fff;*/
  color: #000;
}
.testi-sec .owl-prev span,
.testi-sec .owl-next span {
  color: #959696;
}
.testi-sec .owl-stage {
  padding: 60px 0;
}
.testimonials-container {
  padding: 40px 0 20px;
}
.border {
  width: 100%;
  border-color: #d6d6d6;
  border-width: 2px;
  margin: 60px 0;
}
#carouselExampleCaptions video {
  width: 100%;
  display:block;
}
.six-logos {
  padding: 30px 0;
}
.support-quote > div > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
}
.support-quote > div > div p {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 2px;
}
.support-quote > div {
  position: relative;
  overflow: hidden;
}
.support {
  position: relative;
}
.support::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.47;
}
.support-content > div {
  background: #febe30;
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto;
}
.quote-content > div {
  background: #000000;
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto;
}
.support-content > div img {
  width: auto;
}
.last-btn {
  margin-bottom: 60px;
}
footer {
  padding: 80px 0;
  overflow: hidden;
}
.black-section div h6 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #febe30;
  margin-bottom: 40px;
}
.black-section div p {
  color: #b2b2b5;
}
.black-section div a {
  color: #b2b2b5;
  text-decoration: none;
}
.black-section div a:hover {
  color: #fff;
}
.black-section div ul {
  padding: 0;
  margin: 0;
}
.black-section div ul li {
  list-style: none;
}
.black-section div ul li a {
  line-height: 2;
}
.black-section div ul li a:hover {
  color: #fff;
}
.copyright {
  border-top: 1px solid #70707159;
  margin-top: 50px;
  padding-top: 20px;
}
.copyright p {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 300;
  margin: 0;
}
.copyright p a {
  color: #fff;
  text-decoration: none;
}
.copyright p a:hover {
  color: #fff;
}
.yellow-side {
  background-color: #febe30;
  padding: 0 0px 0 70px;
  z-index: 999;
  position: relative;
}
.yellow-side::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 200%;
  height: 200%;
  /*background-color: #4c576a;*/
  background-color: #febe30;
  z-index: -1;
  transform: translateY(-50%);
}
.subscribe-newsletter .white-bg {
  padding: 15px;
  background-color: #fff;
}
.subscribe-newsletter .white-bg button {
  box-shadow: none;
  color: #fff;
  background-color: #000000;
  padding: 3px 10px;
  margin-top: 3px;
  margin-left: auto;
  border: 0;
  float: right;
}
.subscribe-newsletter > p {
  text-transform: none;
  color: #fff;
  margin: 0;
  font-size: 1.2rem;
}
.subscribe-newsletter input {
  width: 100%;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #4c576a6b;
  outline: none;
}
.download-brochure {
  background-color: #000000;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  text-decoration: none;
  margin-top: 4px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.download-brochure:hover {
  background-color: #8daf3e;
  color: #fff;
}
.download-brochure span {
  display: inline-block;
  background-color: #8daf3e;
  padding: 10px 15px;
  margin-left: auto;
}
.download-brochure span img {
  display: inline-block;
}
.get-in-touch {
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff61;
}
.get-in-touch p {
  margin: 0;
}
.get-in-touch p a {
  /*color: #fff;*/
  color: #000;
  text-decoration: none;
}
.get-in-touch p img {
  margin-right: 10px;
}
.contact-touch p {
  color: #fff;
}
.get-in-touch p:first-of-type {
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 15px;
}
.get-in-touch p:first-of-type span {
  /*background-color: #4c576a;*/
  background-color: #febe30;
  position: relative;
  z-index: 99;
  padding-right: 5px;
  /*color: #fff;*/
  color: #000;
}
.contact-touch address {
  color: #fff;
}
.contact-touch > h4 {
  color: #fff;
  margin-bottom: 0;
}
.contact-touch p:first-of-type span::after {
  background-color: transparent;
}
.get-in-touch p:first-of-type::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff61;
}
.social ul {
  list-style: none;
}
.social ul li a img {
  /*mix-blend-mode: multiply;*/

}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.filter-container {
 /* background-color: #febe30;*/
 background-color: #000;
  padding: 10px 0;
}
.breadcrumb-item {
  padding-left: 5px;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8rem;
}
.breadcrumb-item a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8rem;
}
.filter {
  padding: 0 5px;
}
.filter div {
  width: 100%;
}
.filter button {
  width: 100%;
}
.filter .btn-group > button {
  text-align: left;
  border-radius: 0.2rem !important;
  padding: 7px 10px;
  background-color: #fff;
  color: #231f20;
  border-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter:first-of-type button {
  background-color: #ffffff;
  color: #231f20;
  border-color: #fff;
}
.filter > button {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.filter > button {
  padding: 6.5px;
}
.last-image {
  width: 25px;
  margin-left: 5px;
}
.product-container h2 {
  font-size: 1rem;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}
.border-btm-product {
  border-bottom: 1px solid #cccccb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 30px;
  row-gap: 60px;
  position: relative;
  padding-bottom: 100px;
}
.prd-card a {
  display: block;
  text-decoration: none;
}
.prd-card a img {
  width: 100%;
  border: 1px solid #e1e1e1;
}
.prd-card a p {
  margin: 5px 0;
  padding: 0 10px;
  font-size: 0.85rem;
  line-height: 1rem;
  color: #231f20;
  font-weight: 300;
  min-height: 70px;
}
.prd-card p {
  padding: 0 10px;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.feat-prd-container .items > img {
  height: 240px;
  border: 1px solid #a09e9f;
  border-bottom: 0;
}
.prd-card hr.prd-border {
  margin: 10px 0 10px;
  background-color: #febe30;
  height: 2px;
}
.prd-card .product-desc {
  /*background-color: #f0efef;*/
  background-color:#febe30;
  padding: 5px 9px;
  height: 35px;
}
.prd-card .product-desc a {
  font-size: 0.8rem;
  text-decoration: underline;
  color: #231f20;
}
.prd-card .product-desc a::after {
  border-bottom: 5px solid #231f20;
}
.prd-card .product-desc button {
  /*background-color: #4c576a;
  border-color: #4c576a;*/
   background-color: #060606;
  border-color: #060606;
  padding: 1px 15px;
  color: #ffffff;
}
.similar-card .product-desc {
  /*background-color: #ffffff;*/
   background-color: #febe30;
}
.prd-card:hover a img {
  border-color: #4c576a;
}
.prd-card:hover .product-desc {
  background-color: #4c576a;
}
.prd-card:hover .product-desc a::after {
  border-bottom: 5px solid #fff;
}
.prd-card:hover .product-desc button {
  background-color: #fff;
  border-color: #fff;
  color: #4c576a;
}
.prd-card:hover .product-desc a {
  color: #fff;
}

.page-item .page-link,
.pagination li a {
  border-radius: 0.25rem;
  margin: 0 5px;
  color: #231f20;
  font-weight: bold;
  text-decoration: none;
}
.page-item:first-child .page-link {
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.page-item:nth-child(3) .page-link {
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.accordion-item {
  border: 0;
}
.accordion-button:not(.collapsed),
.accordion-button {
  color: #231f20;
  background-color: #ffffff;
  box-shadow: none;
  font-weight: 500;
  font-size: 1.7rem;
  border: 0;
  border-radius: 0 !important;
  padding: 1.3rem 1.25rem;
}
.accordion-button:not(.collapsed):focus,
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-item {
  border-bottom: 2px solid #febe30;
  border-radius: 0;
}
.accordion .accordion-item:first-of-type .accordion-header .accordion-button {
  border-top: 2px solid #febe30;
}
.cs-accordian {
  padding: 90px 0;
}
.product-details {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-top: 80px;
}
.product-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 55%;
  gap: 0px;
  position: relative;
}
.product-gallery > .xzoom {
  max-width: 80% !important;
  box-shadow: none;
}
.product-description {
  margin-left: 2%;
}
.product-description {
  width: 45%;
}
.product-description h2 {
  font-weight: normal;
  margin-bottom: 15px;
}
.product-description ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.product-description ul li {
  list-style: square;
}
.xactive {
  box-shadow: none;
  border-color: #febe30;
}
.price-and-quantity {
  border-top: 2px solid #ababab;
  border-bottom: 2px solid #ababab;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 15px 0 20px;
  margin: 25px 0;
  gap: 10%;
  width: 80%;
}
.price-and-quantity .price p {
  font-weight: 700;
  font-size: 1.5rem;
}
.price-and-quantity .price > a {
  background-color: transparent;
  border: 2px solid #90c63e;
  color: #90c63e;
  padding: 5px 30px;
  border-radius: 7px;
}
.quantity-container > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-container > div input[type="text"] {
  padding: 6px;
  border: 2px solid #c9c9c9;
  text-align: center;
  width: 60px;
  line-height: 1.3rem;
  outline: none;
}
.quantity-container > div button {
  box-shadow: none;
  border: 0;
  width: 40px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #231f20;
  background-color: #c9c9c9;
  line-height: 1.3rem;
}
.quantity-container > div button:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.quantity-container > div button:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.delivery-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10%;
}
.delivery-icons img {
  max-width: 100%;
}
.cart-buy {
  margin-top: 25px;
}
.cart-buy button {
  box-shadow: none;
  border: 0;
  font-size: 1.2rem;
  color: #231f20;
  min-width: 180px;
}
.cart-buy button img {
  margin-right: 6px;
}
.cart-buy button#add-to-cart {
  background-color: #febe30;
  padding: 7px 30px;
  border-radius: 5px;
  margin-right: 10px;
}
.cart-buy button#buynow {
  background-color: #231f20;
  border-radius: 5px;
  padding: 4px 30px;
  color: #febe30;
}
.slick-slide img {
  margin: 0 auto;
}
.xzoom-thumbs {
  max-width: 170px;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
}
button.slick-next.slick-arrow::after {
  content: "";
  background: url(../images/down-aero.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
button.slick-prev.slick-arrow::after {
  content: "";
  background: url(../images/down-aero.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  width: 30px;
  height: 30px;
}
.about-head {
  text-align: left;
  margin: 0 0 15px 0;
}
.bg-container {
  position: relative;
}
.bg-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: #ffbe30;
  z-index: -1;
}
.new-bg-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #515e72;
  z-index: -1;
}
.about-container h3 {
  color: #fff;
}
.about-container h3 span {
  color: #000;
}
.about-image {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about-image-container {
  display: flex;
  align-items: center;
}
.about-container {
  padding: 60px 0;
  margin-top: 40px;
}
.about-two {
  margin-top: 75px;
  margin-bottom: 35px;
}
.about-brown-container {
  background-color: #4c576a;
  padding: 35px 0;
}
.six-cards > div > img {
  width: 70px;
  display: block;
  margin: 0 auto;
}
.six-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.six-cards > div {
  width: 29.33%;
  text-align: center;
  margin-bottom: 50px;
}
.six-cards > div h4 {
  color: #ffbe30;
  margin-top: 25px;
  font-size: 1.2rem;
  font-weight: 300;
}
.six-cards > div p {
  color: #ffffff;
  font-weight: 200;
}
.director-image {
  width: 65%;
  margin: 0 auto;
  display: block;
  margin-bottom: -60px;
}
.director-msg {
  background-color: #eaebed;
  padding-top: 80px;
}
.director-heading {
  margin: 20px 0 15px 0;
  text-align: left;
  width: 90%;
  position: relative;
}
.message-director {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.message-director::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -70px;
  transform: translateY(-50%);
  background: url(../images/quotes.png) no-repeat center center;
  background-size: cover;
}
.message-director::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: -70px;
  transform: translateY(50%) rotate(180deg);
  background: url(../images/quotes.png) no-repeat center center;
  background-size: cover;
}
.message-director p:last-of-type {
  font-weight: 500;
}
.message-director p:last-of-type span {
  display: block;
  text-transform: uppercase;
}
.black-section-awards {
  background-color: #4c576a;
  padding: 60px 0;
}
.black-section-awards h4 {
  text-transform: uppercase;
  color: #febe30;
  font-size: 1.2rem;
  margin-bottom: 20px;
  margin-top: 15px;
}
.black-section-awards p {
  color: #fff;
}
.awards > img {
  width: 90%;
}
.awards > p {
  font-size: 1.2rem;
  line-height: normal;
  margin-top: 7px;
  min-height: 60px;
}
.awards > p span {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.achievement {
  width: 60%;
  margin: 0px auto 30px;
  text-align: center;
}
.achievement-section {
  margin-top: 70px;
}
.awards {
  margin-bottom: 50px;
}
.border-image {
  background-color: #000000;
  width: 20px;
  height: 5px;
  margin-top: 25px;
}
.specific-msg {
  background-color: #febe30;
  padding-bottom: 20px;
}
.major-projects img {
  width: 100%;
}
.major-projects p {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3rem;
  margin-top: 15px;
}
.major-projects-section {
  padding: 100px;
}
.major-projects-section h3 {
  margin-bottom: 30px;
}
.yellow-border {
  background-color: #febe30;
  height: 1px;
  width: 100%;
  margin: 80px 0;
}
.text-indipent {
  position: relative;
}
.text-indipent::after {
  position: absolute;
  width: 40px;
  height: 15px;
  background-color: #000;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.get-a-quote-visit {
  position: fixed;
  right: 0;
  bottom: 30%;
  transform: translateY(50%) rotate(90deg);
  z-index: 999999;
  transform-origin: right;
  background: transparent;
}
.get-a-quote-visit a {
  display: inline-block;
  color: #3fb94f;
  text-decoration: none;
  padding: 10px 20px;
  font-weight: bold;
}
/* 50% 227px */
.get-a-quote-visit {
  position: fixed;
  right: 0;
  bottom: 30%;
  transform: translate(50%, 227px);
  z-index: 999999;
  transform-origin: right;
  background: transparent;
  display: flex;
  flex-direction: column;
}
.get-a-quote-visit div {
  display: inline-block;
  color: #febe30;
  text-decoration: none;
}
.get-a-quote-visit .quote-div > a {
  transform: rotate(90deg);
  background: #212529;
  margin-left: 8px;
}
/*.get-a-quote-visit .contact-div > a {
  transform: rotate(90deg);
}*/
.quick-contact {
  display: inline-block;
  color: #000000 !important;
  background: #febe30;
  text-decoration: none;
  padding: 10px 20px;
}
.form-contact {
  margin-top: 40px;
}
.form-contact input,
.form-contact textarea {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #515e72;
  padding: 5px;
  outline: none;
}
.form-contact {
  width: 80%;
  margin: 40px auto 0;
}
.contact-submit {
  background: #febe30;
  color: #212121;
  font-weight: 500;
  border-color: #febe30;
  border-radius: 0;
  padding: 5px 25px;
}
.contact-touch p span {
  background-color: transparent !important;
  font-size: 1.8rem;
  text-transform: uppercase;
}
.contact-container {
  padding: 80px 0 40px;
}
.new-item > div {
  width: 44%;
}
.feat-prd-container > div {
  width: 53%;
}
.new-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.feat-prd-container > div:nth-of-type(1) {
  width: 63%;
}
.featured-sec {
  background-color: #4c576a;
  padding: 70px 0;
}
.featured-products .all-btn-container {
  margin-bottom: 0;
}
.featured-products .all-btn-container a {
  border: 1px solid #fff;
  color: #fff;
}
.my-img-container {
  border: 1px solid #a09e9f;
  border-bottom: 0;
  display: block;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #febe30;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.marquee span {
  display: inline-block;
  width: max-content;

  padding-left: 100%;
  /* show the marquee just outside the paragraph */
  will-change: transform;
  animation: marquee 15s linear infinite;
  height: 100px;
}

.marquee span:hover {
  animation-play-state: paused;
}

.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01;
    /* instead of animation: none, so an animationend event is 
     * still available, if previously attached.
     */
    width: auto;
    padding-left: 0;
  }
}
.marquee-container {
  overflow: hidden;
}
.marquee .clientile-logos img {
  margin-right: 6%;
}

.marquee2 span {
    animation: marquee 90s linear infinite;
}

.marquee2 .clientile-logos img {
  margin-right: 110px;
}

.new-item > div:hover a {
  border-color: #212121;
  color: #b9b9b9;
}
.new-item > div:hover .product-desc {
  background-color: #212121;
}
.new-item > div:hover .product-desc a::after {
  border-bottom: 5px solid #febe30;
}
.new-item > div:hover .product-desc button {
  background-color: #febe30;
  border-color: #febe30;
  color: #000;
}
.contact-div-description {
  padding: 15px;
}
.contact1-div-description {
  padding: 15px;
}

.get-a-quote-visit .contact-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 227px;
  background: #efefef;
  position: relative;
  height: 45px;
}
.get-a-quote-visit-1 .contact1-div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 227px;
  background: #efefef;
  position: relative;
  height: 45px;
}
.get-a-quote-visit > div > a {
  color: #febe30;
  background: #3fb94f;
    text-decoration: none;
    padding: 10px 10px;
    white-space: nowrap;
    position: absolute;
    left: -44px;
}
.get-a-quote-visit-1 > div > a {
  color: #febe30;
  background: #21218d;
    text-decoration: none;
    padding: 10px 10px;
    white-space: nowrap;
    position: absolute;
    left: -44px;
}
/*.get-a-quote-visit .contact-div > a {
  transform: rotate(90deg);
}*/
.get-a-quote-visit div {
  color: #000;
  text-decoration: none;
  /* justify-content: center; */
}
.contact-div-description {
  padding: 15px;
}
.contact1-div-description {
  padding: 15px;
}
.get-a-quote-visit {
  position: fixed;
  right: 0;
  bottom: 35%;
  transform: translate(227px, 50%);
  z-index: 999999;
  transform-origin: right;
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.get-a-quote-visit-1 {
  position: fixed;
  right: 0;
  bottom: 28%;
  transform: translate(227px, 50%);
  z-index: 999999;
  transform-origin: right;
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.quote-div {
  position: fixed;
  right: 22px;
  bottom: calc(35% + 22px);
  transform: translateY(50%) rotate(90deg);
  z-index: 999999;
  transform-origin: right;
  background: transparent;
  transition: all 0.4s ease-in-out;
}
.quote-div a {
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  width: 145px;
  display: inline-block;
  text-align: center;
}
.get-a-quote-visit:hover {
  transform: translate(0px, 50%);
}
.get-a-quote-visit-1:hover {
  transform: translate(0px, 50%);
}
.contact-div-description p {
  margin-bottom: 8px;
}
.contact1-div-description p {
  margin-bottom: 8px;
}
#quote-popup,
#award-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.788);
  top: 0;
  left: 0;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
}
.popup-inner > a {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 29px;
  height: 29px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-inner > a img {
  width: 100%;
}
.popup-inner {
  position: relative;
}
.popup-inner {
  position: relative;
  background: #ffffff;
  max-width: 500px;
  width: 40%;
  padding-bottom: 40px;
  border-radius: 5px;
}
.popup-inner .form-contact {
  width: 90%;
}
.popup-inner > a img {
  width: 100%;
}
.popup-inner .form-contact input,
.form-contact textarea {
  border: 1px solid #515e72;
}
.prd-card:hover {
  background: #fff;
}
#products .prd-card:hover {
  background: #efefef;
}
.black-section-awards > div > h4,
.black-section-awards > div > p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.black-section-awards > div > p {
  font-weight: 300;
}
.get-in-touch.contact-touch {
  background: #515e72;
  padding: 20px;
  margin-bottom: 0;
}

.get-in-touch.contact-touch p:first-of-type::after {
  bottom: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 12px;
  position:relative;
}

p.stay-connected {
  margin: 0 15px 0 0;
  font-size: 1.2rem;
  color: #fff;
}
p.stay-connected::after {
  content: none !important;
  border: none !important;
}
.contact-social {
  background-color: #434e60;
  margin-top: -1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-social ul {
  margin: 0;
  padding: 0;
}
.contact-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
}
.contact-social ul li a img {
  width: 30px;
}
.main-offices > div:first-of-type {
  border-right: 1px solid #515e72;
}
.main-offices > div > h3 {
  color: #515e72;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
}
.main-offices > div > p {
  margin-bottom: 0;
}
.branch-offices:first-of-type > div h2 {
  background-color: #eaeaea;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #515e72;
}
.branch-addresses {
  border-bottom: 1px solid #515e72;
}
.branch-addresses > div > h3 {
  color: #515e72;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
}
.branch-addresses > div > p {
  font-size: 0.9rem;
}
.google-map-container h3 {
  color: #515e72;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
}
#award-popup .popup-inner {
  background-color: #febe30;
  border-radius: 0;
  max-width: 570px;
}
.award-popup-content > h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
}
.award-popup-content > p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.award-popup-content > span {
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 7px;
  background-color: #000;
}
#award-popup .popup-inner > a {
  top: 0;
  right: 0;
  background: #febe30;
}
span.next-btn,
span.prev-btn {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
span.prev-btn {
  left: -25px;
}
.new-bg-container .about-image {
  background: #0f192f;
  text-align: center;
}

.new-bg-container .about-image .all-btn-container.last-btn a {
  background-color: #44536b;
  border-color: #44536b;
  color: #fff;
}
.pagination-container.mt-5 a {
    background: #4c576a;
    color: #efefef;
    padding: 9px;
    text-decoration: none;
    font-weight: bold;
	border-radius: 5px;
    padding: 0.7%;
}
.cart-count{
  position: absolute;
    top: -2px;
    right: -4px;
    background: #febe30;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

/* Popup css starting here */


.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    margin-bottom: 0rem;
    list-style: none;
}

.pagination > b, .pagination > strong {
    font-weight: bolder;
    background: #febe30;
    padding: 7px;
    border-radius: 5px;
}
.pagination-container.mt-5 a {
    background: #bfbdbd;
    color: #000000;
    padding: 9px;
    text-decoration: none;
    font-weight: normal;
    border-radius: 5px;
    padding: 0.7%;
}
.mylink{
  color: #21218d;
  text-decoration: none;
}
/* Login popup Start */
#quote-popup3 {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.788);
  top: 0;
  left: 0;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
}
.popup-inner3 > a {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 29px;
  height: 29px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-inner3 > a img {
  width: 100%;
}
.popup-inner3 {
  position: relative;
}
.popup-inner3 {
  position: relative;
  background: #ffffff;
  max-width: 500px;
  width: 40%;
  padding-bottom: 40px;
  border-radius: 5px;
}
.popup-inner3 .form-contact {
  width: 90%;
}
.popup-inner3 > a img {
  width: 100%;
}
.popup-inner3 .form-contact input,
.form-contact textarea {
  border: 1px solid #515e72;
}
.login-text {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 500;
  background: #febe30;
  padding: 8px;
  border-radius: 5px 5px 5px 5px;
  color: #444343;
}
/* Login Popup End Here */
/* Signup popup Start */
#quote-popup4 {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.788);
  top: 0;
  left: 0;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
}
.popup-inner4 > a {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 29px;
  height: 29px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-inner4 > a img {
  width: 100%;
}
.popup-inner4 {
  position: relative;
}
.popup-inner4 {
  position: relative;
  background: #ffffff;
  max-width: 500px;
  width: 40%;
  padding-bottom: 40px;
  border-radius: 5px;
}
.popup-inner4 .form-contact {
  width: 90%;
}
.popup-inner4 > a img {
  width: 100%;
}
.popup-inner4 .form-contact input,
.form-contact textarea {
  border: 1px solid #515e72;
}
.login-text4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 500;
  background: #febe30;
  padding: 8px;
  border-radius: 5px 5px 5px 5px;
  color: #444343;
}
/* Signup popup End */
/* Forgot popup Start */
#quote-popup5 {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.788);
  top: 0;
  left: 0;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
}
.popup-inner5 > a {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 29px;
  height: 29px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-inner5 > a img {
  width: 100%;
}
.popup-inner5 {
  position: relative;
}
.popup-inner5 {
  position: relative;
  background: #ffffff;
  max-width: 500px;
  width: 40%;
  padding-bottom: 40px;
  border-radius: 5px;
}
.popup-inner5 .form-contact {
  width: 90%;
}
.popup-inner5 > a img {
  width: 100%;
}
.popup-inner5 .form-contact input,
.form-contact textarea {
  border: 1px solid #515e72;
}
.login-text5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 500;
  background: #febe30;
  padding: 8px;
  border-radius: 5px 5px 5px 5px;
  color: #444343;
}
.getaquote{
  font-weight: bold;
    padding: 10px;
    font-size: 25px;
    background: #febe30;
    border-bottom: 2px solid #000000;
    color: #000000;
}
/* Forgot popup End */
.black-section div h5 {
    font-size: 1.5rem;
    font-weight: 300;
    color: #febe30;
    margin-bottom: 40px;
}
