@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: #35737e !important;
}
.text-secondary {
  color: #111822 !important;
}

.bg-primary {
  background-color: #35737e !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;
}
.shadow-set {
  box-shadow: 0 2px 8px black !important;
}
/* owl dots start */
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 20px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #35737e;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
span {
    /* font-size: 70px;     */
    /* position: relative;
    top: -5px; */
}
.owl-nav button:focus {
    outline: none;
}
/* owl dots end */
.home-img {
  max-width: 100%;
  /* height: 588px !important; */
  object-fit: cover;
}
.mb-31px{
  margin-bottom: 31px;
}

.about-img {
  clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%) !important
}
.contact-banner-blog {
  background-image: url(/embed/thinktech_pneumatics_assets/images/home/1.jpg);
  min-height: 350px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.fs-18 {
  font-size: 18px !important;
}
/* .industry-icon {
  background-color: #35737e;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 12px;
} */
.mb-75 {
  margin-bottom: 75px ;
}
.home-btn {
  background-color: #35737e;
  border: 3px solid #35737e;
  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 #35737e;
  color: black;
  padding: 9px 30px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
}
.home-filter {
  filter: drop-shadow(0px 2px 4px black);
}
.product-img{
  height: 221px !important;
  object-fit: cover;
}
.product-border{
  border: 2px solid #35737e !important;
  border-radius: 0 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

.about-img {
  max-width: 100%;
  height: 464px !important;
  width: 100% !important;
}
.client-img {
  max-width: 100%;
  height: 122px !important;
  object-fit: contain;
}
.solution-img {
  height: 201px !important;
  object-fit: contain;
}
.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-card:hover .solution-number {
  color: #35737e !important;
  transition: 0.3s;
}
.solution-card:hover .solution-border {
  border: 1.5px solid #35737e !important;
  transition: 0.3s;
}
.solution-icon{
  background-color: #35737e;
  border: 2px solid #35737e;
  color: #ffffff;
  font-weight: 600;
  padding: 8px;
}
.solution-icon{
  background-color: #35737e;
  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: #35737e;
  transition: 0.3s;
}
/* 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;
  }
  
}


@media (max-width: 528px) {

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

 
}

