click here to open sidebar
html blog is use for display blog post of website.
About Us
Hey Whatsup!
Our vision is to develop in a constant manner and grow as a major IT service provider to become a leading performer, in providing quality Web and Software Development solutions.
Our professional, flexible and integrated process reflects in what we do. We always guide our customers to success. We have the ability to accelerate and quickly share the great work or products of your organization or business. Creative Design and Development to deliver high-quality solutions.
/* blog */
body a {
text-decoration: none;
transition: all 0.5s ease 0s;
}
a:hover {
text-decoration: none;
}
/*========================== START ABOUT ============================*/
.about .about-image{
position:relative;
}
.about .about-image::before {
background-color: rgba(10, 17, 40, 0.8);
position: absolute;
top: 0;
right: 0;
left:0;
bottom:0;
width: 100%;
height: 100%;
content:'';
border-radius: 0.25rem;
}
.about .about-image img{
width:100%;
}
.about .about-image a.about-icon{
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
color: #fff;
z-index: 2;
}
.about .about-image a.about-icon i{
font-size: 70px;
}
.about .about-title h2::before {
border: 1px solid #000;
content: "";
height: 3px;
left: 0px;
position: absolute;
top: 55px;
width: 40px;
margin:auto;
}
.about .about-title h2{
position:relative;
margin-bottom:40px;
}
/*========================== END ABOUT ============================*/