Files
Manpower_website_four/css/custom.css
2025-08-12 13:34:34 +05:45

35 lines
628 B
CSS

.text-50{
font-size: 50px;
}
.web-logo{
width: 90px;
display: block;
padding: 10px 0;
}
header{
background-color: red;
}
@media (min-width:992px) {
.header-transparent .menu-fixed .main-header, .header-transparent.with-topbar .menu-fixed .main-header{
background-color: red;
}
.header-transparent .menu-fixed .menu > li > a{
color: white;
}
.header-transparent .menu > li > a:hover, .header-transparent .menu > li:hover a{
color: white;
}
}
.tp-banner-container {
margin-top: 120px;
}
.tp-banner{
height: 600px !important;
max-height: 900px !important;
}