|
@@ -2866,15 +2866,15 @@ amp-accordion div .start {
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
|
|
|
-.page-title, .page-title1, .page-title2 {
|
|
|
+.page-title, .page-title1, .page-title2, .page-title3 {
|
|
|
padding: 100px 0;
|
|
|
}
|
|
|
|
|
|
-.page-title .block, .page-title1 .block, .page-title2 .block {
|
|
|
+.page-title .block, .page-title1 .block, .page-title2 .block, .page-title3 .block {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
-.page-title .block h1, .page-title1 .block h1, .page-title2 .block h1 {
|
|
|
+.page-title .block h1, .page-title1 .block h1, .page-title2 .block h1, .page-title3 .block h1 {
|
|
|
color: #fff;
|
|
|
font-weight: 200;
|
|
|
letter-spacing: 5px;
|
|
@@ -2882,7 +2882,7 @@ amp-accordion div .start {
|
|
|
text-transform: capitalize;
|
|
|
}
|
|
|
|
|
|
-.page-title .block p, .page-title1 .block p, .page-title2 .block p {
|
|
|
+.page-title .block p, .page-title1 .block p, .page-title2 .block p, .page-title3 .block p {
|
|
|
color: #fff;
|
|
|
}
|
|
|
|
|
@@ -2964,11 +2964,50 @@ amp-accordion div .start {
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
|
|
|
-.overly, .page-title, .page-title1, .page-title2 {
|
|
|
+.page-title3 {
|
|
|
+ background-image: url("/img/blog/banner.webp");
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: cover;
|
|
|
+ background-attachment: fixed;
|
|
|
+ background-position: center center;
|
|
|
+ padding: 110px 0;
|
|
|
+ position: relative;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+@media (max-width: 768px) {
|
|
|
+ .page-title3 {
|
|
|
+ background-attachment: scroll;
|
|
|
+ padding: 100px 0;
|
|
|
+ }
|
|
|
+ .page-title3 h1 {
|
|
|
+ font-size: 35px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.page-title3 .block {
|
|
|
+ color: #E3E3E4;
|
|
|
+}
|
|
|
+
|
|
|
+.page-title3 .block h1 {
|
|
|
+ font-weight: 600;
|
|
|
+ line-height: 60px;
|
|
|
+ letter-spacing: 10px;
|
|
|
+ padding-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.page-title3 .block p {
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12pt;
|
|
|
+ line-height: 25px;
|
|
|
+ font-weight: 500;
|
|
|
+}
|
|
|
+
|
|
|
+.overly, .page-title, .page-title1, .page-title2, .page-title3 {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-.overly:before, .page-title:before, .page-title1:before, .page-title2:before {
|
|
|
+.overly:before, .page-title:before, .page-title1:before, .page-title2:before, .page-title3:before {
|
|
|
content: '';
|
|
|
background: rgba(0, 0, 0, 0.51);
|
|
|
position: absolute;
|