Header and Footer Changes

This commit is contained in:
sujan
2024-09-01 16:00:15 +05:45
parent c4c8493d33
commit dead9eb367
13 changed files with 82 additions and 79 deletions

View File

@ -619,7 +619,7 @@ img {
padding: 8px 10px;
}
.wpo-breadcumb-area {
background: url(../images/page-title.jpg) no-repeat center top/cover;
background: url("../images/access-images/contact-bg.jpg") no-repeat center top/cover;
min-height: 500px;
position: relative;
display: flex;
@ -4123,7 +4123,7 @@ img {
.wpo-site-footer .wpo-lower-footer .row, .wpo-site-footer-s2 .wpo-lower-footer .row, .wpo-site-footer-s3 .wpo-lower-footer .row {
padding: 30px 0;
position: relative;
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-top: 1px solid #fff6ec57;
}
.wpo-site-footer .wpo-lower-footer .copyright, .wpo-site-footer-s2 .wpo-lower-footer .copyright, .wpo-site-footer-s3 .wpo-lower-footer .copyright {
display: inline-block;
@ -14562,4 +14562,68 @@ img {
}
/*End popup styles*/
/*popup css End*/
.contact-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/contact-bg.jpg) no-repeat center top / cover;
}
.blog-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/blog-bg.jpg) no-repeat center top / cover;
}
.service-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/service-bg.jpg) no-repeat center top / cover;
}
.career-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/career-bg.jpg) no-repeat center top / cover;
}
.company-bg {
min-height: 500px;
position: relative;
display: flex;
justify-content: center;
flex-direction: column;
z-index: 1;
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/company-bg.jpg) no-repeat center top / cover;
}
.hero-breadcrumb {
text-align: center;
margin-top: 40px;
}
.hero-breadcrumb h2 {
margin-top: -10px;
margin-bottom: 20px;
color: #ED6637;
font-family: "DM Sans";
font-size: 20px;
font-weight: 600;
}
.hero-breadcrumb h3 {
color: #FFF;
font-size: 80px;
font-weight: 700;
line-height: 80px;
text-transform: capitalize;
}
/*extra css*/