Pages Changes
BIN
assets/images/access-images/abroad-study.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
assets/images/access-images/australia.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/images/access-images/canada.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/images/access-images/experience-small.png
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
assets/images/access-images/experience.png
Normal file
After Width: | Height: | Size: 161 KiB |
BIN
assets/images/access-images/study-australia.png
Normal file
After Width: | Height: | Size: 256 KiB |
BIN
assets/images/access-images/study-canada.png
Normal file
After Width: | Height: | Size: 214 KiB |
BIN
assets/images/access-images/study-newzealand.png
Normal file
After Width: | Height: | Size: 250 KiB |
BIN
assets/images/access-images/study-usa.png
Normal file
After Width: | Height: | Size: 252 KiB |
BIN
assets/images/access-images/tour.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
@ -3079,7 +3079,7 @@ img {
|
||||
}
|
||||
.hero-section .content h3 {
|
||||
color: #fff;
|
||||
font-size: 80px;
|
||||
font-size: 70px;
|
||||
font-weight: 800;
|
||||
line-height: 80px;
|
||||
text-transform: capitalize;
|
||||
@ -4809,10 +4809,10 @@ img {
|
||||
font-weight: 700;
|
||||
line-height: 30px;
|
||||
letter-spacing: 1.76px;
|
||||
text-decoration-line: underline;
|
||||
text-decoration-line: none;
|
||||
text-transform: uppercase;
|
||||
position: relative;
|
||||
padding-left: 20px;
|
||||
/* padding-left: 20px;*/
|
||||
}
|
||||
.wpo-about-section .about-content .title h2::before, .wpo-about-section-s4 .about-content .title h2::before {
|
||||
position: absolute;
|
||||
@ -4821,7 +4821,7 @@ img {
|
||||
width: 14px;
|
||||
height: 16px;
|
||||
transform: translateY(-50%);
|
||||
content: url(../images/title-shape.svg);
|
||||
/* content: url(../images/title-shape.svg);*/
|
||||
}
|
||||
.wpo-about-section .about-content .title h3, .wpo-about-section-s4 .about-content .title h3 {
|
||||
color: #042127;
|
||||
@ -4844,8 +4844,8 @@ img {
|
||||
}
|
||||
}
|
||||
.wpo-about-section .about-content .sub-content, .wpo-about-section-s4 .about-content .sub-content {
|
||||
margin-top: 37px;
|
||||
margin-bottom: 25px;
|
||||
margin-top: 35px;
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
.wpo-about-section .about-content .sub-content span, .wpo-about-section-s4 .about-content .sub-content span {
|
||||
color: #535353;
|
||||
@ -4898,7 +4898,7 @@ img {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: 60px;
|
||||
margin: 40px 0px;
|
||||
}
|
||||
@media (max-width: 399px) {
|
||||
.wpo-about-section .about-content .author-btn, .wpo-about-section-s4 .about-content .author-btn {
|
||||
@ -6012,7 +6012,7 @@ img {
|
||||
content: "";
|
||||
height: 100%;
|
||||
width: 30%;
|
||||
background: #0BA08A;
|
||||
background: #991b4e;
|
||||
z-index: -1;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
@ -14425,7 +14425,22 @@ img {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.hero-title{
|
||||
font-size: 70px !important;
|
||||
|
||||
/*Hero section Video */
|
||||
@media (max-width: 570px) {
|
||||
.video-holder {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 932px) {
|
||||
.video-holder {
|
||||
position: absolute;
|
||||
left: 45%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
/*Hero section Video */
|
||||
|
||||
/*extra css*/
|