country page added
This commit is contained in:
BIN
assets/images/access-images/australia-bg.jpg
Normal file
BIN
assets/images/access-images/australia-bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
@@ -7541,14 +7541,13 @@ img {
|
||||
color: #fff;
|
||||
font-size: 30px;
|
||||
font-weight: 500;
|
||||
line-height: 32px;
|
||||
line-height: 40px;
|
||||
text-transform: capitalize;
|
||||
margin-bottom: 0;
|
||||
transform: rotate(-90.308deg);
|
||||
position: absolute;
|
||||
left: -95px;
|
||||
top: 40%;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
@media (max-width: 1499px) {
|
||||
@@ -14648,6 +14647,15 @@ img {
|
||||
z-index: 1;
|
||||
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/error-bg.jpg) no-repeat center top / cover;
|
||||
}
|
||||
.australia-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/australia-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.hero-breadcrumb {
|
||||
text-align: center;
|
||||
margin-top: 40px;
|
||||
@@ -14736,4 +14744,12 @@ img {
|
||||
text-align: left;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.blog-color {
|
||||
background: #FFF5F0;
|
||||
}
|
||||
.country-desc {
|
||||
font-size: 19px;
|
||||
font-weight: 600;
|
||||
padding: 20px 0px;
|
||||
}
|
||||
/*extra css*/
|
Reference in New Issue
Block a user