 
        .ul-cta-title{
            font-size:37px;
        }
        .ul-breadcrumb .text-white{
            width:350px;
        }
        .ul-breadcrumb {
            background: url(./assets/img/eco6sid_001.webp) no-repeat center center !important; 
            background-size: cover!important;
            padding: 290px 100px 160px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        /*.ul-breadcrumb::before { */
        /*    background-color: rgba(30, 37, 47, 0.1)!important; */
        /*}*/
        .ul-breadcrumb-title{
            font-weight:600;
            font-size:43px;
        }
        .ul-breadcrumb::before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            border-radius: 0;
            background:linear-gradient(234deg, rgba(0, 0, 0, 0) 0%, #000000d4 100%) !important;
        }
        .ul-inner-contact-container{
            max-width:100%;
        } 
        .ul-cta::before{
            background-color:#058a51 ;
            background-color:#000000 ;
        }
        
        .ul-blog-title{
            font-weight:500;
            font-size:29px;
            padding-top: 0; 
            line-height:1.3;
            padding-bottom: 0;
            border:none;
        }
        
        .ul-blog-txt{
            padding-top:10px;
        }
        .ul-blog-txt p a{
            font-size:16px;
            display: -webkit-inline-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-line-clamp: 9;
         
        }
        .ul-blogs.ul-section-spacing .ul-section-title::after {
            left: 0!important;
            transform: unset!important;
        }
        iframe{
            width:100%!important;
            min-width:100%!important;
            max-width:100%!important;
        } 
    
        .ul-blog-img{
            padding:0!important;
        }
        .ul-blog-title{ 
            font-size:37px!important;  
            line-height:1.4; 
            font-weight:400!important;
            
        }
        .ul-blog-2{
            background:#fff;
        }
        .col-12.mb-3{
            margin-bottom:3rem!important;
            padding:0!important;
        }
        
        @media screen and (max-width:991.98px){
            #media-gallery .ul-section-heading{
                padding-left:0;
            }
            #media-news .swiper-wrapper,
            #media-videos .swiper-wrapper{
                overflow: hidden;
                flex-direction: column;    
                transform:unset!important;
                transition-delay: 0!important;
            }
            #media-news .ul-blog-img,
            #media-videos .ul-blog-img{
                padding: 0 10px !important;
            }
            .ul-cta-title{
                font-size:27px;
            }
            .ul-breadcrumb .text-white{
                width:250px;
            }
            .ul-breadcrumb { 
                padding: 290px 10px 130px;  
                background-position: center top !important; 
            }
            .ul-breadcrumb-title { 
                font-size: 33px;
            }
            .ul-section-heading { 
                justify-content: start;
                text-align: left;
            } 
            .ul-blog-title{ 
                font-size:21px!important;  
                line-height:1.3; 
            }
             
            iframe{
                width:100%!important;
                height:350px!important;
            }
            .ul-blog-txt{
                padding: clamp(15px, 1.58vw, 30px)!important;
            }
            .col-12.mb-3{
                margin-bottom:1rem!important; 
            }
            
        } 