2024-12-11 13:15:45 +05:45
|
|
|
.contact-bar {
|
2024-12-11 14:44:12 +05:45
|
|
|
background-image: url(https://bibhutisolutions.com.au/assets/images/bg/4.jpg);
|
|
|
|
color: #fff;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 10px 20px;
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
|
2024-12-11 14:44:12 +05:45
|
|
|
.contact-bar a {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact-bar a:hover {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 100px;
|
|
|
|
}
|
2024-12-11 13:15:45 +05:45
|
|
|
|
|
|
|
.navbar-nav a {
|
2024-12-11 14:44:12 +05:45
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item a {
|
2024-12-11 14:44:12 +05:45
|
|
|
font-size: small;
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
.nav-item a {
|
2024-12-11 14:44:12 +05:45
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: none;
|
|
|
|
color: white;
|
|
|
|
transition: color 0.3s ease;
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item a::after {
|
2024-12-11 14:44:12 +05:45
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 0;
|
|
|
|
height: 2px;
|
|
|
|
background-color: white;
|
|
|
|
transition: width 0.3s ease;
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item a:hover {
|
2024-12-11 14:44:12 +05:45
|
|
|
color: black;
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
|
|
|
|
.nav-item a:hover::after {
|
2024-12-11 14:44:12 +05:45
|
|
|
width: 100%;
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
|
|
|
|
.custom-navbar {
|
2024-12-11 14:44:12 +05:45
|
|
|
background-image: url(../images/cover.png);
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
|
|
|
|
/* Style for the quote button */
|
|
|
|
.quotebtn {
|
2024-12-11 14:44:12 +05:45
|
|
|
color: #c52903;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: small;
|
|
|
|
padding: 12px;
|
|
|
|
border: none;
|
|
|
|
transition: background-color 0.3s, color 0.3s;
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 5px;
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
|
|
|
|
.quotebtn:hover {
|
2024-12-11 14:44:12 +05:45
|
|
|
background-color: #f5a637;
|
|
|
|
color: white;
|
|
|
|
cursor: pointer;
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
2024-12-11 14:44:12 +05:45
|
|
|
.custom-navbar {
|
|
|
|
background-color: white !important;
|
|
|
|
background-image: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav a {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-toggler-icon {
|
|
|
|
filter: invert(1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-brand {
|
|
|
|
text-align: left;
|
|
|
|
margin: 0;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
flex-direction: column;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav .nav-item {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
padding: 0px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quotebtn {
|
|
|
|
font-size: large;
|
|
|
|
padding: 0px 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2024-12-11 17:00:26 +05:45
|
|
|
|
|
|
|
.contact-bar {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
padding: 0.5rem 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
.contact-bar {
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact-info {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-icons {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 769px) {
|
2024-12-11 14:44:12 +05:45
|
|
|
.contact-bar {
|
|
|
|
flex-direction: column;
|
|
|
|
text-align: center;
|
2024-12-11 17:00:26 +05:45
|
|
|
}
|
|
|
|
}
|
2024-12-11 14:44:12 +05:45
|
|
|
|
|
|
|
.social-icons {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2024-12-11 13:15:45 +05:45
|
|
|
|
2024-12-11 14:44:12 +05:45
|
|
|
.navbar-nav .nav-item {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
2024-12-11 13:15:45 +05:45
|
|
|
|
2024-12-11 14:44:12 +05:45
|
|
|
.navbar-collapse {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
}
|
2024-12-11 13:15:45 +05:45
|
|
|
|
2024-12-11 17:00:26 +05:45
|
|
|
|
2024-12-11 14:44:12 +05:45
|
|
|
@media (max-width: 576px) {
|
|
|
|
.logo {
|
|
|
|
width: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-toggler {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-toggler-icon {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav a {
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quotebtn {
|
|
|
|
font-size: medium;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 769px) and (max-width: 1024px) {
|
2024-12-11 14:44:12 +05:45
|
|
|
.custom-navbar {
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quotebtn {
|
|
|
|
font-size: large;
|
|
|
|
padding: 0px 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-toggler-icon {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2024-12-11 13:15:45 +05:45
|
|
|
}
|