<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.welcome-company{
    position: relative;
    background: url(../img/05.jpg);
    background-position:center;
    background-size:cover;
    text-align: center;
    height:700px;
    z-index: 1;
}
.single-bu-icon {
    display: inline-block;
    color: #50616c;
    width: 200px;
    height: 200px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.welcome-company-txt { padding-top: 200px;}
.welcome-company-txt h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4;
}
.welcome-company-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
}

.xxi{
	color: white;
	padding-top: 75px;	
	
}
.single-co-icon{
	display: inline-block;
    color: #50616c;
    width: 400px;
    height: auto;
    line-height: 80px;
   
}
.single-co-works{
    text-align: center;
    padding:25px 25px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.1);
    margin-bottom: 30px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-co-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #ffffff;}</pre></body></html>