.far {
    font-family: 'Font Awesome 5 Pro'!important;
}
.fal {
    font-family: "Font Awesome 5 Pro" !important;
}
.industries-transformed-wrapper {
  position: relative;
  padding: 50px 0px;
}
.industries-title{
    font-size: 50px;
    margin-bottom: 35px;
    text-align: left;
    color: #000000bf;
    text-align: center;
}
.industries-transformed-wrapper .industries-transform-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.industries-transformed-wrapper .image-overlay {
  position: relative;
  overflow: hidden;
}

.industries-transformed-wrapper .bg-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
}

.industries-transformed-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex
;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px;
    transition: background 0.5s ease, opacity 0.3s ease, transform 0.5s ease;
    border-radius: 12px;
}

.industries-transformed-wrapper .content {
  color: white;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.industries-transformed-wrapper .icon img {
  max-width: 50px;
  transition: opacity 0.3s ease;
  margin-bottom: 10px;
}

.industries-transformed-wrapper .heading {
    font-size: 18px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    color: #fff;
    text-transform: uppercase;
  position: relative;
    display: inline-block;
}

 .industries-transformed-wrapper .heading::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #ffffff9c;
}
.industries-transform-section:hover .heading::after {
    width: 100%;
}
.industries-transformed-wrapper .description {
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    color: #fff;
    line-height: 20px;
    font-weight: 100;
}

.industries-transform-section:hover .overlay {
    background: linear-gradient(to bottom, rgb(189 1 39), rgb(108 16 35 / 86%));
}

.industries-transform-section:hover .icon img {
  opacity: 0;  
}

.industries-transform-section:hover .content {
    transform: translateY(-25%);
    opacity: 1;
}
.industries-transform-section:hover .content .heading {
         font-size: 21px;
}
.ct-service-carousel .owl-nav i{
  color: #fff!important;
}
.footer23_section_column2 p{
font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 1.5;
}
.footer23_section_column2 a {
    text-decoration: none !important;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    
}
.bottom-copyright p, .bottom-menu a {
    font-size: 16px;
}
body{
   font-family: 'Montserrat'!important;
}




@media (max-width: 768px) {
  .industries-transformed-wrapper .heading {
    font-size: 0.9rem;
  }

  .industries-transformed-wrapper .description {
    font-size: 0.8rem;
  }

  .industries-transformed-wrapper .icon img {
    max-width: 40px;
  }







}





@media only screen and (max-width:767.5px){
.uk-about-section-wrapper .vc_custom_1754644598286 {
    padding-top: 15px !important;
    padding-right: 0px !important;
}
.uk-about-section-wrapper .vc_custom_1752478616204 {
    padding-right: 20px !important;
}
.uk-about-section-wrapper #ct-heading-6 .ct-heading-tag {
        font-size: 50px !important;
    }
}
