country and class page changes
This commit is contained in:
@ -4790,7 +4790,7 @@ img {
|
||||
.wpo-about-section .side-img, .wpo-about-section-s4 .side-img {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 90px;
|
||||
bottom: 2px;
|
||||
z-index: -1;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
@ -6834,7 +6834,7 @@ img {
|
||||
}
|
||||
.team-card:hover .content .hover-icon {
|
||||
transform: rotate(-45deg);
|
||||
background: #0BA08A;
|
||||
background: #b61b5c;
|
||||
}
|
||||
.team-card:hover .content .hover-icon::before {
|
||||
background: #fff;
|
||||
@ -14665,6 +14665,77 @@ img {
|
||||
z-index: 1;
|
||||
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url("../images/access-images/newzealand-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.canada-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/canada-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.uk-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/uk-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.usa-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/usa-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.ielts-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/ielts-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.pte-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/pte-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.toefl-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/toefl-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.network-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/network-bg.jpg") no-repeat center top / cover;
|
||||
}.md-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/md-bg.jpg") no-repeat center top / cover;
|
||||
}
|
||||
.hero-breadcrumb {
|
||||
text-align: center;
|
||||
margin-top: 40px;
|
||||
@ -14810,4 +14881,10 @@ img {
|
||||
color: #fff;
|
||||
background: #FF7236;
|
||||
}
|
||||
.para-width {
|
||||
max-width: 550px !important;
|
||||
}
|
||||
.md-title {
|
||||
color: #b61b5c;
|
||||
}
|
||||
/*extra css*/
|
Reference in New Issue
Block a user