@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body {
  /* font-family: 'Roboto', sans-serif !important; */
  font-family: "Source Sans 3", sans-serif !important;

}
/* iframe {
  width: 100% !important;
} */
p{
  text-align: justify;
  font-weight: 400 !important;
}
.text-justify{
  text-align: justify;
}
.text-primary {
  color: #808000 !important;
}
/* .text-secondary {
  color: #fc0100 !important;
} */

.bg-primary {
  background-color: #808000 !important;
}

.bg-secondary {
  background-color: rgb(245 245 245) !important;
}

a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}

ul {
  list-style-type: square;
}

::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 110px;
}
.py-6 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.mt-6 {
  margin-top: 110px;
}
h4{
  font-weight: 600 !important;
}
.solution-banner-blog {
  background-image: url(/embed/green_pebble_assets/images/solutions/solution-banner.jpg);
  min-height: 350px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.about-img {
  clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%) !important
}
.home-banner-blog {
  background-image: url(/embed/green_pebble_assets/images/home/green\ pabble\ banner.jpg);
  min-height: 530px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.industry-banner-blog {
  background-image: url(/embed/green_pebble_assets/images/home/industry-bg.png);
  min-height: 530px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.home-solution-banner-blog {
  background-image: url(/embed/green_pebble_assets/images/home/solutionbg1.jpg);
  min-height: 530px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}



.solution-banner-blog .content, .home-banner-blog .content, .industry-banner-blog .content, .home-solution-banner-blog .content{
  color: white;
  text-align: center;
}


.solution-banner-blog ul li, .home-banner-blog ul li{
  display: inline;
}
.solution-banner-blog ul, .home-banner-blog ul{
  padding-left: 0 ;
}
.fs-18 {
  font-size: 18px !important;
}
.industry-absolute {
  position: absolute !important;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.solution-btn {
  background-color: #808000;
  color: #ffffff;
  padding: 7px 20px;
  font-weight: 600;
  border-radius: 0;
}
/* .industry-icon {
  background-color: #808000;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 12px;
} */
.industry-icon {
  background-color: #808000;
  color: #ffffff;
  /* padding: 15px 25px; */
  border-radius: 12px;
  width: 85px;
  height: 75px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-border {
  border-bottom: 8px solid #808000;
  border-radius: 12px;
}
.mb-75 {
  margin-bottom: 75px ;
}
.home-btn {
  background-color: #808000;
  border: 3px solid #808000;
  color: white;
  padding: 9px 30px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
/* box-shadow: 0 4px 4px #cfc6c6 !important; */

}
.home-btn:hover {
  background-color: #ffffff;
  border: 3px solid #808000;
  color: black;
  padding: 9px 30px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
}
.home-filter {
  filter: drop-shadow(0px 2px 4px black);
}
.home-social-link{
  color: #ffffff;
  background-color: #808000;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  filter: drop-shadow(0px 2px 4px black);

}
.home-social-link:hover{
  background-color: #000000;
  transition: all 0.5s ease;
}
.product-img{
  height: 221px !important;
  object-fit: cover;
}
.product-border{
  border: 2px solid #808000 !important;
  border-radius: 0 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

.about-img {
  max-width: 100%;
  height: 464px !important;
  width: 100% !important;
}

.solution-img {
  height: 201px !important;
  object-fit: cover;
}
.product-left-img {
  position: absolute !important;
  top: 0;
  right: -39px;
  height: 215px;
}
.solution-border {
  border: 1.5px solid #c1c1c1 !important;
  width: 253px;
}
.solution-number {
  color: rgb(225 221 221) !important;
  font-size: 3.2rem !important;
  font-weight: 400;
}
.solution-icon{
  background-color: #808000;
  border: 2px solid #808000;
  color: #ffffff;
  font-weight: 600;
  padding: 8px;
}
.solution-icon{
  background-color: #808000;
  color: #ffffff;
  font-weight: 600;
  padding: 6px;
}
.lh-1 {
  line-height: 1;
}
.solution-wrapper {  
  overflow: hidden; 
  width: 100%;
  object-fit: cover;
}
.solution-img {
  transition: 0.3s;
}

.solution-card:hover .solution-img {
  transform: scale(1.1);
}

.solution-card:hover .solution-icon {
  background-color: #ffffff;
  color: #808000;
  transition: 0.3s;
}
.about1-img {
  max-width: 100%;
  height: 381px;
  width: 432px;
  object-fit: cover;
  box-shadow: 0px 0px 8px black;
}
.about2-absolute {
  position: absolute !important;
  top: 70px;
  right: 12px;
  height: 345px;
  box-shadow: 0px 0px 8px black;
  width: 432px;
  object-fit: cover;
}
.about3-img {
  max-width: 100%;
  height: 452px !important;
  object-fit: cover;
  box-shadow: 0px 0px 8px black;
  width: 100%;
}
/* box-shadow: 0 4px 4px black !important; */
.mb-33px {
  margin-bottom: 33px !important;
}
.fs-46px {
  font-size: 46px;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {

  .flex-direction {
    flex-direction: column-reverse;
  }
  .mobile-social-icon{
    display: flex;
    align-items: center;
  }
  .home-social-link{
    margin-right: 15px;
  }
  
}


@media (max-width: 528px) {

 
.pt-6 {
  padding-top: 80px;
}
.py-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mt-6 {
  margin-top: 80px;
}

 
}

