janahan-law/styles/sass/style.css
2025-08-08 11:53:47 +05:30

14608 lines
333 KiB
CSS

/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: Politian - Political Campaign Next Js Template
Version: 1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. General
1.1 Theme Reset Style
1.2 Global Elements
2. header
2.1 topbar
2.2 navigation
3. content
3.1 wpo-features-area
3.2 wpo-about-section
3.3 wpo-service-section
3.4 wpo-campaign-area
3.5 wpo-testimonial-section
3.6 wpo-fun-fact-section
3.7 wpo-team-section
3.8 wpo-donors-section
3.9 wpo-blog-section
3.10 wpo-instagram-section
3.11 partners-section
4. wpo-footer
5. Home-style-2
5.1 wpo-service-section-s2
5.2 wpo-about-section-s2
5.3 wpo-campaign-area-s2
5.4 wpo-fun-fact-section-s2
6. Home-style-3
6.1 wpo-features-s2
6.2 wpo-about-section-s3
6.3 wpo-fun-fact-section-s3
6.4 wpo-campaign-area-s3
7. Home-style-4
7.1 wpo-about-section-s4
7.2 wpo-campaign-area-s4
7.3 wpo-fun-fact-section-s4
8. campaign-details-page
9. wpo-service-single
10. wpo-shop-page
11. wpo-shop-single-page
12. wpo-team-single
13. wpo-gallery-page
14. wpo-blog-pg-section
15. wpo-blog-single-section
16. wpo-donation-page-area
17. wpo-cart-page
18. wpo-checkout-page-style
19. wpo-contact-pg-section
20. wpo-faq-page
21. error-404-section
22. wpo-terms-section
23. volunteer page
----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
Fonts
----------------------------*/
@font-face {
font-family: 'Futura PT';
src: url("../../../fonts/FuturaPT-Demi.woff2") format("woff2"), url("../../../fonts/FuturaPT-Demi.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Futura PT';
src: url("../../../fonts/FuturaPT-Heavy.woff2") format("woff2"), url("../../../fonts/FuturaPT-Heavy.woff") format("woff");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Futura PT';
src: url("../../../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../../../fonts/FuturaPT-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Futura PT';
src: url("../../../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../../../fonts/FuturaPT-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
/* 1.1 Theme Reset Style */
html {
font-size: 15px;
}
:root {
scroll-behavior: unset;
}
body {
font-family: "Nunito Sans", sans-serif;
color: #525252;
background-color: #fff;
font-size: 18px;
font-size: 1.2rem;
overflow-x: hidden;
}
@media (max-width: 767px) {
body {
font-size: 14px;
}
}
p {
font-size: 18px;
color: #525252;
line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #16182F;
font-family: "Futura PT";
font-weight: 500;
}
ul {
padding-left: 0;
margin: 0;
list-style: none;
}
a {
text-decoration: none;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
a:hover {
text-decoration: none;
}
img {
max-width: 100%;
height: auto;
}
.hidden {
display: none;
}
.sr-only {
display: none !important;
opacity: 0;
visibility: hidden;
}
/* 1.2 Global Elements */
.App {
position: relative;
overflow: hidden;
}
.page-wrapper {
position: relative;
overflow: hidden;
}
.wow {
visibility: hidden;
}
.fi:before {
margin: 0;
}
.section-padding {
padding: 120px 0;
}
@media (max-width: 991px) {
.section-padding {
padding: 90px 0;
}
}
@media (max-width: 767px) {
.section-padding {
padding: 80px 0;
}
}
.pt-100 {
padding-top: 100px;
}
@media (max-width: 991px) {
.pt-100 {
padding-top: 80px;
}
}
@media (max-width: 767px) {
.pt-100 {
padding-top: 70px;
}
}
/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
width: 100% !important;
margin-top: 15px !important;
}
.contact-validation-active label.error {
color: red;
font-size: 0.93333rem;
font-weight: normal;
margin: 5px 0 0 0;
text-align: left;
display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader {
display: none;
margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
font-size: 30px;
font-size: 2rem;
color: #ED6B37;
display: inline-block;
-webkit-animation: rotating linear 2s infinite;
animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
width: 100%;
color: #fff;
padding: 5px 10px;
font-size: 16px;
text-align: center;
display: none;
}
@media (max-width: 767px) {
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
font-size: 15px;
}
}
.contact-validation-active #c-success,
.contact-validation-active #success {
background-color: #009a00;
border-left: 5px solid green;
margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
background-color: #ff1a1a;
border-left: 5px solid red;
}
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotating {
-webkit-animation: rotating 5s alternate infinite;
animation: rotating 5s alternate infinite;
}
/*** back to top **/
.back-to-top {
background-color: rgba(237, 107, 55, 0.7);
width: 45px;
height: 45px;
line-height: 45px;
border: 2px solid #ED6B37;
border-radius: 45px;
text-align: center;
display: none;
position: fixed;
z-index: 999;
right: 15px;
bottom: 15px;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
@media (max-width: 991px) {
.back-to-top {
width: 35px;
height: 35px;
line-height: 35px;
}
}
.back-to-top:hover {
background-color: #ED6B37;
}
.back-to-top i {
font-size: 18px;
font-size: 1.2rem;
color: #fff;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/** for popup image ***/
.mfp-wrap {
background-color: rgba(0, 0, 0, 0.9);
z-index: 99999;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
/*** for fancybox video ***/
.fancybox-overlay {
background: rgba(0, 0, 0, 0.9);
z-index: 9999 !important;
}
.fancybox-wrap {
z-index: 99999 !important;
}
ul.smothscroll {
position: fixed;
bottom: 25px;
right: 30px;
list-style: none;
z-index: 99;
}
ul.smothscroll a {
background-color: rgba(255, 74, 23, 0.7);
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
display: block;
text-align: center;
color: #fff;
background-size: 200%,1px;
background-position: 0;
border: 2px solid #ff4a17;
}
ul.smothscroll a:hover {
background-color: #ff4a17;
color: #fff;
}
@media (max-width: 767px) {
ul.smothscroll a {
width: 30px;
height: 30px;
line-height: 25px;
}
}
.wpo-section-title {
text-align: center;
max-width: 577px;
margin: 0 auto;
margin-bottom: 60px;
}
.wpo-section-title span {
font-family: 'Futura PT';
font-style: normal;
font-weight: 450;
font-size: 20px;
line-height: 26px;
text-transform: uppercase;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.wpo-section-title h2 {
font-size: 42px;
margin: 0;
font-family: "Futura PT";
font-style: normal;
font-weight: 500;
font-size: 50px;
line-height: 64px;
margin-top: 10px;
}
@media (max-width: 767px) {
.wpo-section-title h2 {
font-size: 32px;
line-height: 40px;
margin-top: 10px;
}
}
@media (max-width: 330px) {
.wpo-section-title h2 {
font-size: 30px;
}
}
.wpo-section-title p {
font-size: 18px;
}
.theme-btn, .view-cart-btn {
color: #fff;
display: inline-block;
font-weight: 500;
padding: 15px 35px;
border: 0;
text-transform: uppercase;
-webkit-backface-visibility: hidden;
z-index: 1;
position: relative;
font-size: 18px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
font-family: "Futura PT";
border-radius: 0px;
}
.theme-btn:after, .view-cart-btn:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #EC180C), color-stop(95.28%, #ED6B37));
background: linear-gradient(90deg, #EC180C 11.32%, #ED6B37 95.28%);
opacity: 0;
z-index: -1;
border-radius: 5px;
}
.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active {
color: #fff;
}
.theme-btn:hover:after, .view-cart-btn:hover:after {
opacity: 1;
}
@media (max-width: 991px) {
.theme-btn, .view-cart-btn {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.theme-btn, .view-cart-btn {
padding: 12px 18px;
font-size: 14px;
}
}
.view-cart-btn {
display: block;
margin-top: 15px;
border-radius: 5px;
padding: 10px 45px;
}
.view-cart-btn:after {
display: none;
}
.view-cart-btn:hover {
background-color: #e65115;
}
.view-cart-btn.s1 {
background: #ddd;
}
.view-cart-btn.s1:hover {
background-color: #c9c9c9;
}
.form input,
.form textarea,
.form select {
border-color: #bfbfbf;
border-radius: 0;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #595959;
font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
border-color: #ED6B37;
-webkit-box-shadow: 0 0 5px 0 #f18e66;
-o-box-shadow: 0 0 5px 0 #f18e66;
-ms-box-shadow: 0 0 5px 0 #f18e66;
box-shadow: 0 0 5px 0 #f18e66;
}
.form ::-webkit-input-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form :-moz-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form ::-moz-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form :-ms-input-placeholder {
font-style: 14px;
font-style: italic;
color: #595959;
}
.form select {
font-style: normal;
background: url(/images/select-icon.png) no-repeat right center;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
cursor: pointer;
}
.form select::-ms-expand {
/* for IE 11 */
display: none;
}
.form ::-webkit-input-placeholder {
/* Edge */
font-style: normal;
}
.form :-ms-input-placeholder {
/* Internet Explorer 10-11 */
font-style: normal;
}
.form ::-ms-input-placeholder {
font-style: normal;
}
.form ::placeholder {
font-style: normal;
}
.social-links {
overflow: hidden;
}
.social-links li {
float: left;
width: 35px;
height: 35px;
margin-right: 1px;
}
.social-links li a {
background-color: #f18e66;
width: 35px;
height: 35px;
line-height: 35px;
display: block;
color: #fff;
text-align: center;
}
.social-links li a:hover {
background-color: #ED6B37;
}
.wpo-page-title {
background: url(/images/page-title.jpg) no-repeat center top/cover;
min-height: 350px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
z-index: 1;
}
@media (max-width: 767px) {
.wpo-page-title {
min-height: 250px;
}
}
.wpo-page-title:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #16182F;
content: "";
z-index: -1;
opacity: .50;
}
.wpo-page-title .wpo-breadcumb-wrap {
text-align: center;
}
.wpo-page-title .wpo-breadcumb-wrap h2 {
font-size: 60px;
color: #fff;
line-height: 60px;
margin-bottom: 20px;
font-weight: 600;
}
@media (max-width: 767px) {
.wpo-page-title .wpo-breadcumb-wrap h2 {
font-size: 30px;
line-height: 35px;
margin-bottom: 10px;
}
}
.wpo-page-title .wpo-breadcumb-wrap ol {
padding-left: 0;
margin-bottom: 0;
}
.wpo-page-title .wpo-breadcumb-wrap ol li {
display: inline-block;
padding: 0px 5px;
padding-right: 20px;
color: #fff;
position: relative;
font-size: 20px;
font-family: "Nunito Sans", sans-serif;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child {
padding-right: 0;
}
@media (max-width: 767px) {
.wpo-page-title .wpo-breadcumb-wrap ol li {
font-size: 18px;
}
}
.wpo-page-title .wpo-breadcumb-wrap ol li:after {
content: "";
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px;
height: 8px;
background: #fff;
border-radius: 50%;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
color: #cbd4fd;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
display: none;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a {
color: #fff;
font-size: 20px;
-webkit-transition: all .3s;
transition: all .3s;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
color: #EC180C;
}
/*------------------------------------
blog sidebar
------------------------------------*/
.blog-sidebar {
/*** search-widget ***/
/*** about-widget ***/
/*** category-widget ***/
/*** recent-post-widget ***/
/*** instagram-widget ***/
/*** tag-widget ***/
/*** wpo-contact-widget ***/
}
@media screen and (min-width: 992px) {
.blog-sidebar {
padding-left: 45px;
}
}
@media (max-width: 991px) {
.blog-sidebar {
margin-top: 80px;
max-width: 400px;
}
}
@media (max-width: 767px) {
.blog-sidebar {
margin-top: 60px;
max-width: 400px;
}
}
.blog-sidebar .widget h3 {
font-size: 23px;
font-size: 1.53333rem;
color: #16182F;
margin: 0 0 1.3em;
position: relative;
text-transform: capitalize;
font-family: "Futura PT";
padding-bottom: 20px;
font-weight: 600;
}
.blog-sidebar .widget h3:before {
content: "";
background-color: #ED6B37;
width: 55px;
height: 4px;
position: absolute;
left: 0;
bottom: 0;
border-radius: 10px;
}
.blog-sidebar .widget h3:after {
content: "";
background-color: #f2f2f2;
width: 80%;
height: 4px;
position: absolute;
left: 65px;
bottom: 0;
border-radius: 10px;
}
.blog-sidebar > .widget + .widget {
margin-top: 65px;
}
.blog-sidebar .search-widget form div {
position: relative;
}
.blog-sidebar .search-widget input {
background-color: rgba(237, 107, 55, 0.15);
height: 70px;
font-size: 16px;
font-size: 1.06667rem;
padding: 6px 50px 6px 20px;
border: 0;
border-radius: 5px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.blog-sidebar .search-widget input:focus {
background-color: rgba(237, 107, 55, 0.1);
}
.blog-sidebar .search-widget form button {
background: transparent;
font-size: 20px;
font-size: 1.33333rem;
color: #fff;
background-color: #ED6B37;
border: 0;
outline: 0;
position: absolute;
right: 10px;
top: 52%;
height: 50px;
line-height: 50px;
width: 50px;
border-radius: 6px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.blog-sidebar .about-widget {
text-align: center;
background-color: #F9F9F9;
padding: 45px;
position: relative;
z-index: 1;
}
@media (max-width: 1200px) {
.blog-sidebar .about-widget {
padding: 35px;
}
}
.blog-sidebar .about-widget .aw-shape {
position: absolute;
right: 0;
top: 0;
z-index: -1;
}
.blog-sidebar .about-widget .img-holder {
margin-bottom: 25px;
}
.blog-sidebar .about-widget .img-holder img {
border-radius: 50%;
width: 100%;
max-width: 200px;
}
.blog-sidebar .about-widget ul {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.blog-sidebar .about-widget ul li {
margin-right: 10px;
}
.blog-sidebar .about-widget ul li:last-child {
margin-right: 0;
}
.blog-sidebar .about-widget ul li a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
line-height: 44px;
background-color: #f1f1f1;
border-radius: 50%;
}
.blog-sidebar .about-widget h4 {
font-size: 25px;
font-weight: 600;
margin-bottom: 15px;
}
.blog-sidebar .about-widget p {
font-size: 15px;
font-size: 1rem;
margin-bottom: 1.2em;
}
.blog-sidebar .about-widget a {
font-family: "Futura PT";
font-size: 14px;
font-size: 0.93333rem;
color: #16182F;
text-decoration: underline;
}
.blog-sidebar .about-widget a:hover {
color: #ED6B37;
}
.blog-sidebar .category-widget ul {
list-style: none;
}
.blog-sidebar .category-widget ul li {
font-size: 19px;
font-size: 1.26667rem;
position: relative;
}
@media (max-width: 767px) {
.blog-sidebar .category-widget ul li {
font-size: 16px;
font-size: 1.06667rem;
}
}
.blog-sidebar .category-widget ul li span {
position: absolute;
right: 0;
}
.blog-sidebar .category-widget ul > li + li {
margin-top: 12px;
padding-top: 12px;
}
.blog-sidebar .category-widget ul a {
display: block;
color: #474f62;
font-size: 20px;
font-family: "Futura PT";
}
.blog-sidebar .category-widget ul a span {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
background-color: #F9F9F9;
text-align: center;
border-radius: 50%;
font-size: 18px;
}
@media (max-width: 767px) {
.blog-sidebar .category-widget ul a span {
font-size: 14px;
font-size: 0.93333rem;
}
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
color: #ED6B37;
}
.blog-sidebar .recent-post-widget .post {
overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
margin-top: 15px;
padding-top: 15px;
}
.blog-sidebar .recent-post-widget .post .img-holder {
width: 90px;
float: left;
}
.blog-sidebar .recent-post-widget .post .img-holder img {
border-radius: 6px;
}
.blog-sidebar .recent-post-widget .post .details {
width: calc(100% - 90px);
float: left;
padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
font-size: 20px;
font-size: 1.33333rem;
font-weight: 500;
line-height: 1.3em;
margin: 0 0 0.3em;
font-family: "Futura PT";
}
@media (max-width: 1199px) {
.blog-sidebar .recent-post-widget .post h4 {
margin: 0;
}
}
@media (max-width: 767px) {
.blog-sidebar .recent-post-widget .post h4 {
font-size: 18px;
font-size: 1.2rem;
}
}
.blog-sidebar .recent-post-widget .post h4 a {
display: inline-block;
color: #16182F;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
color: #ED6B37;
}
.blog-sidebar .recent-post-widget .post .details .date {
font-size: 16px;
font-size: 1.06667rem;
color: #525252;
}
.blog-sidebar .recent-post-widget .post .details .date i {
display: inline-block;
padding-right: 7px;
}
.blog-sidebar .wpo-instagram-widget ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
}
.blog-sidebar .wpo-instagram-widget ul li {
-ms-flex: 0 0 33.33%;
-webkit-box-flex: 0;
flex: 0 0 33.33%;
max-width: 33.33%;
margin-bottom: 5px;
padding: 0px 3px;
}
.blog-sidebar .wpo-instagram-widget ul li img {
width: 100%;
border-radius: 6px;
}
.blog-sidebar .tag-widget ul {
overflow: hidden;
list-style: none;
}
.blog-sidebar .tag-widget ul li {
float: left;
margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
font-size: 16px;
font-size: 1.06667rem;
display: inline-block;
padding: 5px 18px;
color: #16182F;
background: #f1f1f1;
border-radius: 5px;
font-family: "Futura PT";
text-transform: uppercase;
}
.blog-sidebar .tag-widget ul li a:hover {
background: #ED6B37;
color: #fff;
}
.blog-sidebar .wpo-contact-widget .wpo-contact-widget-inner {
border: 0;
background: url(/images/at-single.jpg) no-repeat center center;
position: relative;
background-size: cover;
z-index: 1;
padding: 30px 40px;
min-height: 430px;
-o-object-fit: cover;
object-fit: cover;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
overflow: hidden;
}
.blog-sidebar .wpo-contact-widget .wpo-contact-widget-inner:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(22, 24, 47, 0.8);
content: "";
z-index: -1;
}
.blog-sidebar .wpo-contact-widget .wpo-contact-widget-inner:after {
position: absolute;
left: -50px;
top: -50px;
content: "";
width: 150px;
height: 150px;
background: #ED6B37;
border-radius: 50%;
}
@media (max-width: 1200px) {
.blog-sidebar .wpo-contact-widget .wpo-contact-widget-inner {
padding: 20px;
}
}
.blog-sidebar .wpo-contact-widget .wpo-contact-widget-inner h2 {
font-size: 26px;
font-weight: 700;
color: #fff;
margin-bottom: 20px;
line-height: 35px;
}
.blog-sidebar .wpo-contact-widget .wpo-contact-widget-inner h2 a {
color: #fff;
}
.blog-sidebar .wpo-contact-widget .wpo-contact-widget-inner h2 a:hover {
color: #ED6B37;
}
@media screen and (min-width: 992px) {
.wpo-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
padding-left: 0px;
padding-right: 45px;
}
}
@media screen and (min-width: 992px) {
.wpo-blog-single-section.wpo-blog-single-left-sidebar-section .blog-sidebar {
padding-left: 0px;
padding-right: 45px;
}
}
@media screen and (min-width: 992px) {
.wpo-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
padding-left: 0px;
padding-right: 45px;
}
}
@media screen and (min-width: 992px) {
.wpo-blog-single-section.wpo-blog-single-left-sidebar-section .blog-sidebar {
padding-left: 0px;
padding-right: 45px;
}
}
.format-standard-image .video-btn {
display: none;
}
/**** pagination ****/
.pagination-wrapper {
text-align: center;
margin-top: 60px;
}
@media (max-width: 991px) {
.pagination-wrapper {
text-align: left;
margin-top: 40px;
}
}
.pagination-wrapper .pg-pagination {
display: inline-block;
overflow: hidden;
list-style-type: none;
text-align: center;
}
.pagination-wrapper .pg-pagination li {
float: left;
margin-right: 10px;
}
@media (max-width: 767px) {
.pagination-wrapper .pg-pagination li {
margin-right: 5px;
}
}
.pagination-wrapper .pg-pagination li:last-child {
margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
background-color: transparent;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
font-size: 1.06667rem;
font-weight: 600;
color: #16182F;
background: #F9F9F9;
display: block;
}
@media (max-width: 991px) {
.pagination-wrapper .pg-pagination li a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 15px;
font-size: 1rem;
}
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
background: #ED6B37;
border-color: #ED6B37;
color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
font-size: 15px;
font-size: 1rem;
}
.pagination-wrapper-left {
text-align: left;
}
.pagination-wrapper-right {
text-align: right;
}
@media screen and (min-width: 1200px) {
.pagination-wrapper-right {
padding-right: 50px;
}
}
@media (max-width: 991px) {
.pagination-wrapper-right {
margin-top: 45px;
text-align: left;
}
}
/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
padding: 20px 0;
border-bottom: 1px solid #D9D9D9;
}
.topbar .contact-info-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 991px) {
.topbar .contact-info-wrap {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 0;
}
}
@media (max-width: 640px) {
.topbar .contact-info-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.topbar .contact-info-wrap .contact-info {
margin: 0 30px;
position: relative;
}
@media (max-width: 1199px) {
.topbar .contact-info-wrap .contact-info {
margin: 0 20px;
}
}
@media (max-width: 991px) {
.topbar .contact-info-wrap .contact-info {
margin: 0 15px;
}
}
@media (max-width: 767px) {
.topbar .contact-info-wrap .contact-info {
margin: 0 5px;
}
}
@media (max-width: 640px) {
.topbar .contact-info-wrap .contact-info {
text-align: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 10px;
}
}
@media (max-width: 575px) {
.topbar .contact-info-wrap .contact-info {
margin-bottom: 15px;
}
}
.topbar .contact-info-wrap .contact-info + .contact-info:before {
position: absolute;
left: -30px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
height: 40px;
content: "";
background: #D9D9D9;
}
@media (max-width: 1199px) {
.topbar .contact-info-wrap .contact-info + .contact-info:before {
left: -20px;
}
}
@media (max-width: 767px) {
.topbar .contact-info-wrap .contact-info + .contact-info:before {
display: none;
}
}
.topbar .contact-info-wrap .contact-info .icon {
float: left;
text-align: center;
margin-right: 20px;
}
@media (max-width: 640px) {
.topbar .contact-info-wrap .contact-info .icon {
float: none;
margin: 0 auto;
margin-bottom: 5px;
}
}
@media (max-width: 575px) {
.topbar .contact-info-wrap .contact-info .icon {
margin-bottom: 5px;
}
}
.topbar .contact-info-wrap .contact-info .icon .fi:before {
line-height: unset;
color: #ED6B37;
font-size: 25px;
}
@media (max-width: 640px) {
.topbar .contact-info-wrap .contact-info .icon .fi:before {
font-size: 18px;
}
}
.topbar .contact-info-wrap .contact-info .info-text {
overflow: hidden;
margin-left: 20px;
}
@media (max-width: 575px) {
.topbar .contact-info-wrap .contact-info .info-text {
margin-left: 0;
}
}
@media (max-width: 640px) {
.topbar .contact-info-wrap .contact-info .info-text {
margin-left: 0;
}
}
.topbar .contact-info-wrap .contact-info .info-text span {
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #525252;
display: block;
margin-bottom: 0px;
}
@media (max-width: 1400px) {
.topbar .contact-info-wrap .contact-info .info-text span {
font-size: 13px;
}
}
.topbar .contact-info-wrap .contact-info .info-text p {
font-weight: 400;
font-size: 20px;
line-height: 26px;
color: #262626;
margin-bottom: 0;
font-family: "Futura PT";
}
@media (max-width: 1399px) {
.topbar .contact-info-wrap .contact-info .info-text p {
font-size: 16px;
}
}
.topbar .contact-info-wrap .contact-info:last-child {
margin-right: 0;
}
.topbar .contact-info-wrap .contact-info:last-child .info-text {
margin-right: 0;
}
/* 2.2 navigation */
.wpo-site-header {
/* navigation open and close btn hide for width screen */
/* style for navigation less than 992px */
/*navbar collaps less then 992px*/
/*** cart-search-contact ***/
background-color: transparent;
}
.wpo-site-header .navigation {
background-color: #fff;
margin-bottom: 0;
padding: 0;
border: 0;
border-radius: 0;
}
.sticky-header {
width: 100%;
position: fixed;
left: 0;
top: -400px;
z-index: 9999;
opacity: 0;
visibility: hidden;
-webkit-transition: all 1s;
transition: all 1s;
-webkit-box-shadow: 0 -5px 15px #086ad84a;
box-shadow: 0 -5px 15px #086ad84a;
}
.sticky-on {
opacity: 1;
top: 0;
visibility: visible;
}
.wpo-site-header .navigation > .container {
position: relative;
}
@media (min-width: 991px) {
.wpo-site-header {
padding: 0 250px;
}
}
.wpo-site-header .row {
width: 100%;
}
@media (max-width: 991px) {
.wpo-site-header .navigation {
padding: 20px 0;
}
}
.wpo-site-header #navbar {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
text-decoration: none;
color: #ED6B37;
}
@media screen and (min-width: 992px) {
.wpo-site-header #navbar {
/*** hover effect ***/
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wpo-site-header #navbar li {
position: relative;
}
.wpo-site-header #navbar > ul > li > a:before {
position: absolute;
left: 50%;
top: 0;
width: 0;
height: 4px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
content: "";
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s;
transition: all .3s;
border-radius: 3px;
}
.wpo-site-header #navbar > ul > li > a:hover:before,
.wpo-site-header #navbar > ul > li > a.active:before {
opacity: 1;
visibility: visible;
width: 100%;
}
.wpo-site-header #navbar > ul > li > a.active {
color: #EC180C;
}
.wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
position: relative;
}
.wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
font-family: "themify";
content: "\e649";
font-size: 11px;
font-size: 0.73333rem;
position: absolute;
right: 15px;
top: 58%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.wpo-site-header #navbar > ul > li:hover > .sub-menu {
top: 100%;
visibility: visible;
opacity: 1;
}
.wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
left: 100%;
visibility: visible;
opacity: 1;
}
}
.wpo-site-header .container-fluid {
padding-right: 0;
}
@media (max-width: 991px) {
.wpo-site-header {
/* class for show hide navigation */
}
.wpo-site-header .container {
width: 100%;
max-width: 100%;
}
.wpo-site-header .header-right {
right: -10px;
}
.wpo-site-header .navbar-header button span {
background-color: #fff;
width: 20px;
display: block;
height: 2px;
margin-bottom: 5px;
}
.wpo-site-header .navbar-header button span:last-child {
margin: 0;
}
}
.wpo-site-header #navbar ul {
list-style: none;
}
@media (max-width: 991px) and (max-width: 991px) {
.wpo-site-header #navbar {
top: 0;
visibility: visible;
opacity: 1;
}
}
@media (max-width: 991px) {
.wpo-site-header #navbar > ul {
z-index: 101;
}
.wpo-site-header #navbar ul a {
color: #000;
}
.wpo-site-header #navbar ul a:hover,
.wpo-site-header #navbar ul li.current a {
color: #EC180C;
}
.wpo-site-header #navbar .close-navbar .ti-close {
position: relative;
top: 1px;
}
.wpo-site-header .navbar-toggler .first-angle,
.wpo-site-header .navbar-toggler .last-angle {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.wpo-site-header .x-close .middle-angle {
opacity: 0;
}
.wpo-site-header .x-close .first-angle {
position: absolute;
-webkit-transform: rotate(-44deg);
top: 16px;
left: 10px;
}
.wpo-site-header .x-close .last-angle {
-webkit-transform: rotate(44deg);
position: absolute;
top: 16px;
right: 10px;
}
}
@media (max-width: 767px) {
.wpo-site-header .navbar-header .navbar-brand {
font-size: 24px;
}
.wpo-site-header #navbar .navbar-nav {
margin: 0;
}
}
@media (max-width: 991px) {
.wpo-site-header .navbar-collapse.collapse {
display: none;
}
.wpo-site-header .navbar-collapse.collapse.in {
display: block;
}
.wpo-site-header .navbar-header .collapse,
.wpo-site-header .navbar-toggle {
display: block;
}
.wpo-site-header .navbar-header {
float: none;
position: relative;
z-index: 99;
text-align: center;
}
.wpo-site-header .navbar-right {
float: none;
}
.wpo-site-header .navbar-nav {
float: none;
}
.wpo-site-header .navbar-nav > li {
float: none;
}
}
.wpo-site-header .header-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
z-index: 991;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wpo-site-header .header-right button {
padding: 0;
border: 0;
outline: 0;
}
.wpo-site-header .header-right > div {
float: left;
position: relative;
}
@media (max-width: 1400px) {
.wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
padding: 15px 15px;
font-size: 15px;
}
}
@media (max-width: 1110px) {
.wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
font-size: 13px;
padding: 6px 10px;
}
}
@media (max-width: 991px) {
.wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
padding: 0;
width: 40px;
height: 40px;
}
}
@media (max-width: 991px) {
.wpo-site-header .header-right .close-form .theme-btn .text, .wpo-site-header .header-right .close-form .view-cart-btn .text {
display: none;
}
}
@media (min-width: 991px) {
.wpo-site-header .header-right .close-form .theme-btn .mobile, .wpo-site-header .header-right .close-form .view-cart-btn .mobile {
display: none;
}
}
.wpo-site-header .header-right .close-form .theme-btn .mobile .fi, .wpo-site-header .header-right .close-form .view-cart-btn .mobile .fi {
font-size: 20px;
}
@media (max-width: 450px) {
.wpo-site-header .header-right > div {
margin-right: 10px;
}
.header-right {
right: -10px;
}
}
.wpo-site-header .header-right > div:last-child {
margin: 0 0 0 10px;
position: relative;
}
@media (max-width: 1199px) {
.wpo-site-header .header-right > div:last-child {
margin: 0;
}
}
.wpo-site-header .header-right .header-search-form-wrapper {
position: relative;
}
.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
font-size: 18px;
}
@media (max-width: 450px) {
.wpo-site-header .header-right .cart-toggle-btn {
display: none;
}
}
@media (max-width: 450px) {
.wpo-site-header .header-right .search-toggle-btn {
width: 18px;
height: 30px;
text-align: center;
}
}
.wpo-site-header .header-right .search-toggle-btn .fi {
color: #fff;
margin-right: 20px;
}
@media (max-width: 450px) {
.wpo-site-header .header-right .search-toggle-btn .fi {
margin-right: 0;
text-align: center;
}
}
@media (max-width: 991px) {
.wpo-site-header .header-right .search-toggle-btn .fi:before {
font-size: 16px;
}
}
.wpo-site-header .header-right .search-toggle-btn .ti-close {
display: block;
line-height: 20px;
position: relative;
top: 0;
}
/*** cart-search-contact ***/
.cart-search-contact button {
background: transparent;
padding: 0;
border: 0;
outline: 0;
}
.cart-search-contact .fi {
font-size: 30px;
font-size: 2rem;
color: #16182F;
}
.cart-search-contact > div {
float: left;
position: relative;
}
.cart-search-contact > div + div {
margin-left: 12px;
}
.cart-search-contact .header-search-form {
position: absolute;
width: 350px;
right: 0;
top: 75px;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
visibility: hidden;
background: #fff;
padding: 30px;
border-radius: 6px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-box-shadow: -2px 18px 40px -9px #999999;
box-shadow: -2px 18px 40px -9px #999999;
}
@media (max-width: 991px) {
.cart-search-contact .header-search-form {
top: 65px;
}
}
@media (max-width: 767px) {
.cart-search-contact .header-search-form {
right: 15px;
}
}
@media (max-width: 575px) {
.cart-search-contact .header-search-form {
width: 260px;
padding: 15px;
}
}
.cart-search-contact .header-search-form-wrapper .fi:before {
font-size: 18px;
font-size: 1.2rem;
}
.cart-search-contact form div {
position: relative;
}
.cart-search-contact form div button {
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.cart-search-contact form div button .fi:before {
font-size: 18px !important;
}
.cart-search-contact input {
width: 100%;
height: 50px;
padding: 6px 20px;
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid #ebebeb;
}
.cart-search-contact input:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #ED6B37;
}
.wpo-site-header .header-right .header-search-content-toggle {
opacity: 1;
visibility: visible;
right: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
.mini-cart .cart-count {
background: #ED6B37;
width: 19px;
height: 19px;
font-size: 10px;
font-size: 0.53333rem;
line-height: 17px;
color: white;
position: absolute;
top: -2px;
right: -5px;
border-radius: 50%;
font-weight: 600;
}
.mini-cart-content {
background: #fff;
width: 320px;
height: 100%;
z-index: 100;
position: fixed;
right: -320px;
top: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-box-shadow: -2px 18px 40px -9px #999999;
box-shadow: -2px 18px 40px -9px #999999;
}
@media (max-width: 575px) {
.mini-cart-content {
width: 290px;
}
}
.mini-cart-content .mini-cart-close {
display: block;
width: 40px;
height: 40px;
background-color: #333333;
color: white;
font-size: 0px;
text-align: center;
overflow: hidden;
position: relative;
float: right;
line-height: 54px;
border-radius: 3px;
right: 10px;
top: 20px;
}
.mini-cart-content .mini-cart-close i {
font-size: 15px;
}
.mini-cart-content p {
font-size: 15px;
font-size: 1rem;
font-weight: 500;
color: #16182F;
margin: 0;
text-transform: uppercase;
}
.mini-cart-content .mini-cart-items {
padding: 100px 20px 25px;
}
.mini-cart-content .mini-cart-item {
padding-top: 15px;
margin-top: 15px;
border-top: 1px solid #efefef;
}
.mini-cart-content .mini-cart-item:first-child {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
.mini-cart-content .mini-cart-item-image {
width: 50px;
height: 50px;
border: 2px solid #f3f3f3;
float: left;
margin-right: 15px;
}
.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
display: block;
width: 46px;
height: 46px;
}
.mini-cart-content .mini-cart-item-des {
position: relative;
overflow: hidden;
}
.mini-cart-content .mini-cart-item-des a {
font-size: 14px;
font-size: 0.93333rem;
font-weight: 600;
text-align: left;
color: #16182F;
}
.mini-cart-content .mini-cart-item-des a:hover {
color: #ED6B37;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
font-size: 13px;
font-size: 0.86667rem;
color: #888;
display: block;
margin-top: 3px;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
font-size: 12px;
font-size: 0.8rem;
color: #444;
display: block;
position: absolute;
right: 0;
top: 6px;
}
.mini-cart-content .visible-icon {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 300px;
height: 300px;
opacity: .02;
z-index: -1;
}
.mini-cart-content .mini-cart-action {
padding: 20px 0 30px;
text-align: center;
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.mini-cart-content .mini-cart-action .theme-btn-s2 {
float: right;
}
.mini-cart-content .mini-cart-action .mini-btn {
width: 240px;
}
.mini-cart-content .mini-cart-action .mini-checkout-price {
font-size: 16px;
font-size: 1.06667rem;
font-weight: 600;
color: #16182F;
display: block;
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mini-cart-content .mini-cart-action .mini-checkout-price span {
color: #c79652;
font-size: 20px;
}
.mini-cart-content-toggle,
.mini-wislist-content-toggle {
opacity: 1;
visibility: visible;
right: 0;
}
@media (max-width: 991px) {
.page-wrapper {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.body-overlay:before {
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
position: absolute;
left: 0;
top: 0;
z-index: 10;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
}
.header-search-area {
background: #fff;
width: 100%;
padding: 100px 0;
text-align: center;
position: fixed;
left: 0;
top: 0;
z-index: 999;
}
.header-search-area h3 {
font-size: 45px;
margin: 0 0 1em;
}
.header-search-area form {
position: relative;
}
.header-search-area input {
height: 50px;
font-size: 18px;
font-size: 1.2rem;
border-radius: 0;
border: 0;
border-bottom: 1px solid #d0d0d0;
-webkit-box-shadow: none;
box-shadow: none;
}
.header-search-area input:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #ED6B37;
}
.header-search-area form button {
background: transparent;
border: 0;
font-size: 20px;
font-size: 1.33333rem;
position: absolute;
right: 0;
bottom: 10px;
}
.header-search-area form button:focus {
border: none;
outline: none;
}
.header-search-area .close-form {
position: absolute;
right: 35px;
top: 35px;
bottom: auto;
padding-bottom: 5px;
border-bottom: 1px solid;
}
.header-search-area .close-form button {
background: transparent;
border: 0;
outline: 0;
font-size: 13px;
font-size: 0.86667rem;
text-transform: uppercase;
color: #000;
letter-spacing: 2px;
z-index: 99;
}
.header-search-area .close-form button:focus {
border: 0;
outline: 0;
}
.wpo-site-header {
/* navigation open and close btn hide for width screen */
/* style for navigation less than 992px */
/*navbar collaps less then 992px*/
}
.wpo-site-header .navigation {
background-color: transparent;
margin-bottom: 0;
padding: 0;
border: 0;
border-radius: 0;
}
.wpo-site-header .navigation > .container {
position: relative;
}
@media (max-width: 991px) {
.wpo-site-header .navigation {
padding: 20px 0;
}
}
.wpo-site-header #navbar {
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
text-decoration: none;
color: #EC180C;
}
@media screen and (min-width: 992px) {
.wpo-site-header #navbar {
/*** hover effect ***/
}
.wpo-site-header #navbar li {
position: relative;
}
.wpo-site-header #navbar > ul > li > a {
font-size: 18px;
padding: 35px 25px;
display: block;
color: #16182F;
font-weight: 500;
position: relative;
font-family: "Futura PT";
text-transform: uppercase;
}
}
@media screen and (min-width: 992px) and (max-width: 1870px) {
.wpo-site-header #navbar > ul > li > a {
padding: 35px 18px;
}
}
@media screen and (min-width: 992px) {
.wpo-site-header #navbar > ul .sub-menu {
background-color: #fff;
-webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
width: 235px;
position: absolute;
padding: 20px 0;
left: 0;
top: 110%;
z-index: 10;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.wpo-site-header #navbar > ul > li .sub-menu a {
font-size: 16px;
display: block;
padding: 10px 15px;
color: #16182F;
font-family: "Futura PT";
position: relative;
overflow: hidden;
font-weight: 500;
text-transform: uppercase;
}
.wpo-site-header #navbar > ul > li .sub-menu a:after {
position: absolute;
left: 15px;
bottom: 4px;
width: 0px;
height: 2px;
content: "";
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-transition: all .3s;
transition: all .3s;
opacity: 0;
visibility: hidden;
}
.wpo-site-header #navbar > ul > li .sub-menu a:hover:after, .wpo-site-header #navbar > ul > li .sub-menu a.active:after {
width: 40px;
opacity: 1;
visibility: visible;
}
.wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
left: 110%;
top: 0;
}
.wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
position: relative;
}
.wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
font-family: "themify";
content: "\e649";
font-size: 11px;
font-size: 0.73333rem;
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.wpo-site-header #navbar > ul > li:hover > .sub-menu {
top: 100%;
visibility: visible;
opacity: 1;
}
.wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
left: 100%;
visibility: visible;
opacity: 1;
}
}
@media (max-width: 991px) {
.wpo-site-header #navbar > ul > li a {
display: block;
font-size: 15px;
font-size: 1rem;
color: #fff;
font-weight: 600;
}
.wpo-site-header #navbar > ul > li a:hover, .wpo-site-header #navbar > ul > li a.active {
color: #fff;
}
.wpo-site-header #navbar > ul .sub-menu > li:last-child {
border-bottom: 0;
}
.wpo-site-header #navbar > ul > li > .sub-menu a {
padding: 8px 15px 8px 45px;
}
.wpo-site-header #navbar > ul > li > .sub-menu .sub-menu a {
padding: 8px 15px 8px 65px;
}
.wpo-site-header #navbar > ul .menu-item-has-children > a {
position: relative;
color: #ddd;
}
.wpo-site-header #navbar > ul .menu-item-has-children > a:hover, .wpo-site-header #navbar > ul .menu-item-has-children > a.active {
color: #fff;
}
.wpo-site-header #navbar > ul .menu-item-has-children > a:before {
font-family: "themify";
content: "\e649";
font-size: 11px;
font-size: 0.73333rem;
position: absolute;
right: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
top: 29%;
}
.wpo-site-header #navbar > ul .menu-item-has-children > a.rotate {
color: #fff;
}
}
@media screen and (min-width: 992px) {
.wpo-site-header .navbar-header .open-btn {
display: none;
}
.wpo-site-header #navbar .close-navbar {
display: none;
}
}
.wpo-site-header .menu-close {
display: none;
}
@media (max-width: 991px) {
.wpo-site-header {
/* class for show hide navigation */
}
.wpo-site-header .container {
width: 100%;
}
.wpo-site-header .mobail-menu button {
background-color: #ED6B37;
width: 40px;
height: 35px;
border: 0;
padding: 5px 10px;
outline: 0;
position: relative;
z-index: 20;
}
.wpo-site-header .mobail-menu button:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpo-site-header .mobail-menu button span {
background-color: #fff;
width: 20px;
display: block;
height: 2px;
margin-bottom: 5px;
}
.wpo-site-header .mobail-menu button span:last-child {
margin: 0;
}
.wpo-site-header #navbar {
background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
display: block !important;
width: 300px;
height: 100%;
margin: 0;
padding: 0;
border: 0;
position: fixed;
left: -320px;
top: 0px;
z-index: 999999;
opacity: 0;
visibility: hidden;
}
.wpo-site-header #navbar .navbar-nav {
display: block;
}
.wpo-site-header #navbar > ul {
position: relative;
z-index: 101;
}
.wpo-site-header #navbar ul a {
color: #000;
}
.wpo-site-header #navbar ul a:hover,
.wpo-site-header #navbar ul li.current a {
color: #ED6B37;
}
.wpo-site-header #navbar .navbar-nav {
height: 100%;
overflow: auto;
padding-bottom: 60px;
}
.wpo-site-header #navbar .close-navbar {
background-color: #fff;
width: 40px;
height: 40px;
color: #000;
border: 0;
outline: none;
position: absolute;
left: -41px;
top: 90px;
z-index: 20;
}
.wpo-site-header #navbar .close-navbar .ti-close {
position: relative;
top: 1px;
}
.wpo-site-header .menu-close {
display: block;
z-index: 99;
background: none;
text-align: center;
color: #fff;
border: 0;
text-align: center;
margin-left: auto;
margin-top: 30px;
margin-right: 30px;
margin-bottom: 30px;
width: 40px;
height: 40px;
line-height: 40px;
border: 1px solid #fff;
}
.wpo-site-header .slideInn {
left: 0 !important;
opacity: 1 !important;
visibility: visible !important;
}
.wpo-site-header .navbar-toggler .first-angle,
.wpo-site-header .navbar-toggler .last-angle {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.wpo-site-header .x-close .middle-angle {
opacity: 0;
}
.wpo-site-header .x-close .first-angle {
position: absolute;
-webkit-transform: rotate(-44deg);
top: 16px;
left: 10px;
}
.wpo-site-header .x-close .last-angle {
-webkit-transform: rotate(44deg);
position: absolute;
top: 16px;
right: 10px;
}
}
@media (max-width: 767px) {
.wpo-site-header .navbar-header .navbar-brand {
font-size: 24px;
}
.wpo-site-header #navbar .navbar-nav {
margin: 0;
}
}
.wpo-site-header .navbar-header .navbar-brand img {
max-width: 170px;
}
@media (max-width: 991px) {
.wpo-site-header .navbar-collapse.collapse {
display: none;
}
.wpo-site-header .navbar-collapse.collapse.in {
display: block;
}
.wpo-site-header .navbar-header .collapse,
.wpo-site-header .navbar-toggle {
display: block;
}
.wpo-site-header .navbar-header {
float: none;
}
.wpo-site-header .navbar-right {
float: none;
}
.wpo-site-header .navbar-nav {
float: none;
}
.wpo-site-header .navbar-nav > li {
float: none;
}
}
@media (max-width: 440px) {
.wpo-site-header .navbar-header .navbar-brand img {
max-width: 170px;
}
}
@media (max-width: 370px) {
.wpo-site-header .navbar-header .navbar-brand img {
max-width: 140px;
}
}
@media (max-width: 1700px) {
.wpo-site-header {
padding: 0 30px;
}
}
@media (max-width: 1500px) {
.wpo-site-header #navbar > ul > li > a {
padding: 30px 15px;
}
.wpo-site-header {
padding: 0 10px;
}
}
@media (max-width: 1400px) {
.wpo-site-header #navbar > ul > li > a {
padding: 30px 10px;
font-size: 18px;
}
}
@media (max-width: 1200px) {
.wpo-site-header #navbar > ul > li > a {
padding: 30px 6px;
font-size: 16px;
}
}
@media (max-width: 991px) {
.wpo-site-header #navbar > ul > li > a {
font-size: 15px;
}
}
@media (max-width: 767px) {
.header-right .theme-btn, .header-right .view-cart-btn {
padding: 20px 12px;
}
}
@media (max-width: 991px) {
.wpo-site-header #navbar > ul > li > a {
padding: 15px 30px;
}
}
@media (max-width: 991px) {
.wpo-site-header,
.wpo-header-style-2 {
z-index: 99999;
}
}
.wpo-site-header .navigation.sticky-header {
padding: 0 130px;
background: #fff;
}
@media (max-width: 1700px) {
.wpo-site-header .navigation.sticky-header {
padding: 0 50px;
}
}
@media (max-width: 1400px) {
.wpo-site-header .navigation.sticky-header {
padding: 0 20px;
}
}
@media (max-width: 991px) {
.wpo-site-header .navigation.sticky-header {
padding: 20px;
}
}
@media (max-width: 575px) {
.wpo-site-header .navigation.sticky-header {
padding: 20px 10px;
}
}
.wpo-header-style-2 {
position: absolute;
left: 0;
top: 30px;
width: 100%;
z-index: 99;
background: transparent;
}
.wpo-header-style-2 .navigation {
background: #fff;
border-radius: 5px;
}
.wpo-header-style-2 .navigation.sticky-on {
background: #fff;
}
.wpo-header-style-2 .navigation .navbar-header .navbar-brand {
margin-left: 5px;
}
@media (max-width: 991px) {
.wpo-header-style-2 .navigation .navbar-header .navbar-brand {
margin-left: 0;
}
}
@media screen and (min-width: 992px) {
.wpo-header-style-2 .wpo-site-header #navbar > ul .sub-menu {
background: #fff;
}
.wpo-header-style-2 .wpo-site-header #navbar > ul .sub-menu a {
color: #16182F;
}
}
.wpo-header-style-2 #navbar > ul > li > a {
color: #16182F;
}
.wpo-header-style-2 .header-right .cart-toggle-btn,
.wpo-header-style-2 .header-right .search-toggle-btn {
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
}
.wpo-header-style-2 .header-right .cart-toggle-btn .fi,
.wpo-header-style-2 .header-right .search-toggle-btn .fi {
color: #fff;
}
.wpo-site-header-s1 {
position: absolute;
width: 100%;
z-index: 99;
}
@media (min-width: 1200px) {
.wpo-site-header-s1 {
padding: 0 100px;
}
}
@media (max-width: 1199px) {
.wpo-site-header-s1 {
padding: 0 30px;
}
}
@media (max-width: 991px) {
.wpo-site-header-s1 {
padding: 0;
position: relative;
background: #16182F;
}
}
@media screen and (min-width: 992px) {
.wpo-site-header-s1 #navbar > ul > li > a {
color: #fff;
}
.wpo-site-header-s1 #navbar > ul > li > a:hover, .wpo-site-header-s1 #navbar > ul > li > a.active {
color: #EC180C;
}
}
@media (min-width: 1400px) {
.wpo-site-header-s1 .theme-btn, .wpo-site-header-s1 .view-cart-btn {
padding: 12px 20px;
}
}
@media (max-width: 1600px) {
.wpo-site-header-s1 .theme-btn, .wpo-site-header-s1 .view-cart-btn {
padding: 12px 15px;
font-size: 15px;
}
}
@media (max-width: 1399px) {
.wpo-site-header-s1 .header-right > div:last-child {
margin: 0;
}
}
@media (max-width: 1399px) {
.wpo-site-header-s1 .header-right .close-form .theme-btn, .wpo-site-header-s1 .header-right .close-form .view-cart-btn {
font-size: 13px;
padding: 15px 10px;
}
}
@media (max-width: 1199px) {
.wpo-site-header-s1 .header-right .close-form .theme-btn, .wpo-site-header-s1 .header-right .close-form .view-cart-btn {
padding: 8px;
font-size: 12px;
}
}
@media (max-width: 450px) {
.wpo-site-header-s1 .header-right .close-form .theme-btn, .wpo-site-header-s1 .header-right .close-form .view-cart-btn {
padding: 5px 10px;
}
}
@media (max-width: 450px) {
.wpo-site-header-s1 .header-right {
right: -20px;
}
}
.wpo-site-header-s1 .navigation.sticky-header {
background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
}
.wpo-site-header-s2 #navbar > ul > li a {
padding: 22px 22px;
}
@media (max-width: 1400px) {
.wpo-site-header-s2 #navbar > ul > li a {
padding: 30px 10px;
font-size: 16px;
}
}
@media (max-width: 991px) {
.wpo-site-header-s2 #navbar > ul > li a {
padding: 15px 30px;
}
}
@media (min-width: 991px) {
.wpo-site-header-s2 #navbar > ul > li:first-child > a {
padding-left: 0;
}
}
.wpo-site-header-s2 #navbar {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wpo-site-header-s2 .container {
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: block;
}
.wpo-site-header-s2 .row {
width: unset;
}
.wpo-site-header-s2 .header-right > div {
margin: 0 30px;
position: relative;
}
@media (max-width: 575px) {
.wpo-site-header-s2 .header-right > div {
margin-right: 10px;
}
}
.wpo-site-header-s2 .header-right > div + div::before {
position: absolute;
left: -20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
height: 20px;
content: "";
background: #DDDDDD;
}
.wpo-site-header-s2 .header-right .search-toggle-btn .fi {
margin-right: 0;
}
.wpo-site-header-s2 .header-right .search-toggle-btn .fi {
color: #16182F;
}
@media (max-width: 991px) {
.wpo-site-header-s2 .header-right .language {
display: none;
}
}
.wpo-site-header-s2 .header-right .language select {
border: 0;
text-transform: uppercase;
width: 100%;
height: 68px;
}
.wpo-site-header-s2 .header-right .language select:focus {
outline: none;
}
@media (max-width: 575px) {
.wpo-site-header-s2 .header-right .social {
display: none;
}
}
.wpo-site-header-s2 .header-right .social ul {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wpo-site-header-s2 .header-right .social ul li a {
color: #888888;
}
.wpo-site-header-s2 .header-right .social ul li a:hover {
color: #ED6B37;
}
.wpo-site-header-s2 .header-right .social ul li + li {
margin-left: 15px;
}
.wpo-site-header-s3 {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 99;
}
@media (min-width: 991px) {
.wpo-site-header-s3 {
padding: 0 130px;
}
}
@media (max-width: 1900px) {
.wpo-site-header-s3 {
padding: 0 70px;
}
}
@media (max-width: 1700px) {
.wpo-site-header-s3 {
padding: 0 0px;
}
}
.wpo-site-header-s3 .header-right .search-toggle-btn .fi {
color: #16182F;
}
@media (max-width: 1700px) {
.wpo-site-header-s3 .header-right .close-form .theme-btn, .wpo-site-header-s3 .header-right .close-form .view-cart-btn {
font-size: 14px;
padding: 15px 10px;
}
}
@media (max-width: 1399px) {
.wpo-site-header-s3 .header-right .close-form .theme-btn, .wpo-site-header-s3 .header-right .close-form .view-cart-btn {
font-size: 13px;
padding: 15px 10px;
}
}
@media (max-width: 1199px) {
.wpo-site-header-s3 .header-right .close-form .theme-btn, .wpo-site-header-s3 .header-right .close-form .view-cart-btn {
padding: 8px;
font-size: 12px;
}
}
@media (max-width: 450px) {
.wpo-site-header-s3 .header-right .close-form .theme-btn, .wpo-site-header-s3 .header-right .close-form .view-cart-btn {
padding: 5px 10px;
}
}
.fixed-navbar {
position: relative;
z-index: 5555;
}
.fixed-navbar.active .wpo-site-header,
.fixed-navbar.active .header-style-2 {
position: fixed;
z-index: 555;
top: 0;
left: 0;
width: 100%;
background: #fff;
border: none;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.fixed-navbar.active .wpo-site-header {
background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
}
.fixed-navbar.active .wpo-site-header-s2,
.fixed-navbar.active .wpo-site-header-s3 {
background: #fff;
}
.mobileMenu {
position: fixed;
left: -300px;
top: 0;
z-index: 9999;
height: 100vh;
width: 300px;
background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
overflow-x: auto;
overflow-y: scroll;
}
.responsivemenu .card-body {
background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
}
.mobileMenu h2 {
padding-left: 20px;
}
.mobileMenu.show {
left: 0;
}
.showmenu {
position: relative;
top: 0;
z-index: 999;
cursor: pointer;
}
.responsivemenu {
list-style: none;
padding-left: 0;
padding-top: 10px;
}
.responsivemenu li a,
.responsivemenu li p,
.responsivemenu ul {
display: block;
padding: 13px 35px;
font-size: 16px;
letter-spacing: 0;
text-transform: capitalize;
font-weight: 500;
color: #fff;
cursor: pointer;
}
.responsivemenu li p {
position: relative;
margin-bottom: 0;
}
.responsivemenu ul.subMenu {
padding-top: 0;
padding-left: 15px;
padding-right: 0;
}
.responsivemenu ul.subMenu ul {
position: relative;
margin-bottom: 0;
padding-left: 0;
}
.responsivemenu ul {
list-style: none;
}
.responsivemenu ul p,
.responsivemenu ul a {
color: #fff;
position: relative;
font-size: 16px;
}
.responsivemenu ul p i {
position: absolute;
right: 0;
top: 5px;
}
.responsivemenu .card {
border: none;
}
.responsivemenu .card-body {
padding-top: 0;
}
.responsivemenu li a {
position: relative;
}
.responsivemenu li i {
position: absolute;
right: 20px;
top: 17px;
}
.showmenu i {
font-size: 30px;
color: #fff;
}
.mobileMenu {
display: none;
}
.showmenu {
display: none;
}
@media (max-width: 992px) {
.showmenu {
display: block;
width: 40px;
height: 36px;
text-align: center;
line-height: 40px;
border-radius: 5px;
}
.showmenu button:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.showmenu button span {
background-color: #fff;
width: 20px;
display: block;
height: 2px;
margin: 0 auto;
margin-bottom: 5px;
}
.mobileMenu {
display: block;
}
}
.middle-header-3 .showmenu {
top: 36px;
}
.middle-header2 .showmenu {
top: 26px;
}
.middle-header-3 .showmenu i {
color: #fff;
}
@media (max-width: 450px) {
.mobileMenu {
left: -260px;
width: 260px;
}
.responsivemenu li a, .responsivemenu li p {
font-size: 14px;
padding: 13px 25px;
}
}
.responsivemenu a:not([href]):not([class]),
.responsivemenu a:not([href]):not([class]):hover {
color: #ddd;
}
/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-slider,
.static-hero,
.static-hero-s2,
.static-hero-s3 {
height: 920px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 0;
}
@media (max-width: 991px) {
.wpo-hero-slider,
.static-hero,
.static-hero-s2,
.static-hero-s3 {
height: 600px;
}
}
@media (max-width: 767px) {
.wpo-hero-slider,
.static-hero,
.static-hero-s2,
.static-hero-s3 {
height: 450px;
}
}
.wpo-hero-slider .swiper-slide,
.static-hero .swiper-slide,
.static-hero-s2 .swiper-slide,
.static-hero-s3 .swiper-slide {
overflow: hidden;
}
.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container,
.static-hero .swiper-container,
.static-hero .hero-container,
.static-hero-s2 .swiper-container,
.static-hero-s2 .hero-container,
.static-hero-s3 .swiper-container,
.static-hero-s3 .hero-container {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.wpo-hero-slider .slide-inner,
.wpo-hero-slider .hero-inner,
.static-hero .slide-inner,
.static-hero .hero-inner,
.static-hero-s2 .slide-inner,
.static-hero-s2 .hero-inner,
.static-hero-s3 .slide-inner,
.static-hero-s3 .hero-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: left;
}
.wpo-hero-slider .slide-inner:before,
.wpo-hero-slider .hero-inner:before,
.static-hero .slide-inner:before,
.static-hero .hero-inner:before,
.static-hero-s2 .slide-inner:before,
.static-hero-s2 .hero-inner:before,
.static-hero-s3 .slide-inner:before,
.static-hero-s3 .hero-inner:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(288.29deg, #080A14 38.57%, #10121E 61.69%, #282A34 73.68%, #404354 89.54%, #343643 98.19%);
opacity: 0.5;
content: "";
}
.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.static-hero .slide-inner .slide-content,
.static-hero .hero-inner .slide-content,
.static-hero-s2 .slide-inner .slide-content,
.static-hero-s2 .hero-inner .slide-content,
.static-hero-s3 .slide-inner .slide-content,
.static-hero-s3 .hero-inner .slide-content {
text-align: center;
padding-bottom: 50px;
z-index: 11;
position: relative;
}
@media (max-width: 1399px) {
.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.static-hero .slide-inner .slide-content,
.static-hero .hero-inner .slide-content,
.static-hero-s2 .slide-inner .slide-content,
.static-hero-s2 .hero-inner .slide-content,
.static-hero-s3 .slide-inner .slide-content,
.static-hero-s3 .hero-inner .slide-content {
padding-bottom: 100px;
}
}
@media (max-width: 991px) {
.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.static-hero .slide-inner .slide-content,
.static-hero .hero-inner .slide-content,
.static-hero-s2 .slide-inner .slide-content,
.static-hero-s2 .hero-inner .slide-content,
.static-hero-s3 .slide-inner .slide-content,
.static-hero-s3 .hero-inner .slide-content {
padding-bottom: 0px;
}
}
.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next,
.static-hero .swiper-button-prev,
.static-hero .swiper-button-next,
.static-hero-s2 .swiper-button-prev,
.static-hero-s2 .swiper-button-next,
.static-hero-s3 .swiper-button-prev,
.static-hero-s3 .swiper-button-next {
background: rgba(255, 255, 255, 0.2);
width: 60px;
height: 60px;
line-height: 60px;
border: 2px solid #fff;
border-radius: 50%;
opacity: 0.7;
text-align: center;
-webkit-transition: all 0.3s;
transition: all 0.3s;
display: none;
}
.wpo-hero-slider .swiper-button-prev:hover,
.wpo-hero-slider .swiper-button-next:hover,
.static-hero .swiper-button-prev:hover,
.static-hero .swiper-button-next:hover,
.static-hero-s2 .swiper-button-prev:hover,
.static-hero-s2 .swiper-button-next:hover,
.static-hero-s3 .swiper-button-prev:hover,
.static-hero-s3 .swiper-button-next:hover {
opacity: 0.9;
}
@media (max-width: 767px) {
.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next,
.static-hero .swiper-button-prev,
.static-hero .swiper-button-next,
.static-hero-s2 .swiper-button-prev,
.static-hero-s2 .swiper-button-next,
.static-hero-s3 .swiper-button-prev,
.static-hero-s3 .swiper-button-next {
display: none;
}
}
.wpo-hero-slider .swiper-button-prev,
.static-hero .swiper-button-prev,
.static-hero-s2 .swiper-button-prev,
.static-hero-s3 .swiper-button-prev {
left: 25px;
}
.wpo-hero-slider .swiper-button-prev:before,
.static-hero .swiper-button-prev:before,
.static-hero-s2 .swiper-button-prev:before,
.static-hero-s3 .swiper-button-prev:before {
font-family: "themify";
content: "\e629";
font-size: 20px;
color: #fff;
}
.wpo-hero-slider .swiper-button-next,
.static-hero .swiper-button-next,
.static-hero-s2 .swiper-button-next,
.static-hero-s3 .swiper-button-next {
right: 25px;
}
.wpo-hero-slider .swiper-button-next:before,
.static-hero .swiper-button-next:before,
.static-hero-s2 .swiper-button-next:before,
.static-hero-s3 .swiper-button-next:before {
font-family: "themify";
content: "\e628";
font-size: 20px;
color: #fff;
}
@media (max-width: 991px) {
.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next,
.static-hero .swiper-button-prev,
.static-hero .swiper-button-next,
.static-hero-s2 .swiper-button-prev,
.static-hero-s2 .swiper-button-next,
.static-hero-s3 .swiper-button-prev,
.static-hero-s3 .swiper-button-next {
display: none;
}
}
.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 20px 0 !important;
}
.wpo-hero-slider .slick-dots,
.static-hero .slick-dots,
.static-hero-s2 .slick-dots,
.static-hero-s3 .slick-dots {
right: 50px;
top: 52%;
left: auto;
width: unset;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
@media (max-width: 991px) {
.wpo-hero-slider .slick-dots,
.static-hero .slick-dots,
.static-hero-s2 .slick-dots,
.static-hero-s3 .slick-dots {
right: 20px;
}
}
@media (max-width: 575px) {
.wpo-hero-slider .slick-dots,
.static-hero .slick-dots,
.static-hero-s2 .slick-dots,
.static-hero-s3 .slick-dots {
right: 5px;
}
}
.wpo-hero-slider .slick-dots button,
.static-hero .slick-dots button,
.static-hero-s2 .slick-dots button,
.static-hero-s3 .slick-dots button {
width: 12px;
height: 12px;
text-align: center;
line-height: 12px;
font-size: 18px;
color: #fff;
opacity: 1;
display: block;
background: none;
}
.wpo-hero-slider .slick-dots button.active,
.static-hero .slick-dots button.active,
.static-hero-s2 .slick-dots button.active,
.static-hero-s3 .slick-dots button.active {
color: #fff;
position: relative;
}
.wpo-hero-slider .slick-dots button.active:before,
.static-hero .slick-dots button.active:before,
.static-hero-s2 .slick-dots button.active:before,
.static-hero-s3 .slick-dots button.active:before {
position: absolute;
left: -55px;
top: 50%;
width: 50px;
height: 1px;
content: "";
background: #fff;
-webkit-transition: all .3s;
transition: all .3s;
}
.wpo-hero-slider .slick-dots li,
.static-hero .slick-dots li,
.static-hero-s2 .slick-dots li,
.static-hero-s3 .slick-dots li {
display: block;
margin: 15px 0;
}
.wpo-hero-slider .slick-dots li button,
.static-hero .slick-dots li button,
.static-hero-s2 .slick-dots li button,
.static-hero-s3 .slick-dots li button {
position: relative;
}
.wpo-hero-slider .slick-dots li button:before,
.static-hero .slick-dots li button:before,
.static-hero-s2 .slick-dots li button:before,
.static-hero-s3 .slick-dots li button:before {
font-size: 0;
}
.wpo-hero-slider .slick-dots li.slick-active button,
.static-hero .slick-dots li.slick-active button,
.static-hero-s2 .slick-dots li.slick-active button,
.static-hero-s3 .slick-dots li.slick-active button {
color: #fff;
position: relative;
}
.wpo-hero-slider .slick-dots li.slick-active button:before,
.static-hero .slick-dots li.slick-active button:before,
.static-hero-s2 .slick-dots li.slick-active button:before,
.static-hero-s3 .slick-dots li.slick-active button:before {
position: absolute;
left: -55px;
top: 70%;
width: 50px;
height: 1px;
content: "";
background: #fff;
-webkit-transition: all .3s;
transition: all .3s;
font-size: 0;
}
.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider .swiper-pagination-custom,
.wpo-hero-slider .swiper-pagination-fraction,
.static-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.static-hero .swiper-pagination-custom,
.static-hero .swiper-pagination-fraction,
.static-hero-s2 .swiper-container-horizontal > .swiper-pagination-bullets,
.static-hero-s2 .swiper-pagination-custom,
.static-hero-s2 .swiper-pagination-fraction,
.static-hero-s3 .swiper-container-horizontal > .swiper-pagination-bullets,
.static-hero-s3 .swiper-pagination-custom,
.static-hero-s3 .swiper-pagination-fraction {
bottom: 30px;
}
.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero-s3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 8px;
}
.wpo-hero-slider .hero-shape,
.static-hero .hero-shape,
.static-hero-s2 .hero-shape,
.static-hero-s3 .hero-shape {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
z-index: 11;
}
.wpo-hero-slider .hero-shape svg,
.static-hero .hero-shape svg,
.static-hero-s2 .hero-shape svg,
.static-hero-s3 .hero-shape svg {
width: 100%;
}
@media (max-width: 1199px) {
.wpo-hero-slider,
.static-hero,
.static-hero-s2,
.wpo-hero-slider-s2 {
height: 680px;
}
}
@media (max-width: 991px) {
.wpo-hero-slider,
.static-hero,
.static-hero-s2,
.wpo-hero-slider-s2 {
height: 600px;
}
}
@media (max-width: 767px) {
.wpo-hero-slider,
.static-hero,
.static-hero-s2,
.wpo-hero-slider-s2 {
height: 450px;
}
}
.wpo-hero-slider .slick-slide,
.static-hero .slick-slide,
.static-hero-s2 .slick-slide,
.wpo-hero-slider-s2 .slick-slide {
height: 920px;
}
@media (max-width: 1199px) {
.wpo-hero-slider .slick-slide,
.static-hero .slick-slide,
.static-hero-s2 .slick-slide,
.wpo-hero-slider-s2 .slick-slide {
height: 680px;
}
}
@media (max-width: 991px) {
.wpo-hero-slider .slick-slide,
.static-hero .slick-slide,
.static-hero-s2 .slick-slide,
.wpo-hero-slider-s2 .slick-slide {
height: 600px;
}
}
@media (max-width: 767px) {
.wpo-hero-slider .slick-slide,
.static-hero .slick-slide,
.static-hero-s2 .slick-slide,
.wpo-hero-slider-s2 .slick-slide {
height: 450px;
}
}
.wpo-hero-slider .gradient-overlay,
.static-hero .gradient-overlay,
.static-hero-s2 .gradient-overlay,
.wpo-hero-slider-s2 .gradient-overlay {
background: -webkit-gradient(linear, right top, left top, color-stop(65%, transparent), color-stop(45%, #16182F));
background: linear-gradient(right, transparent 65%, #16182F 45%);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 10;
opacity: .6;
}
.wpo-hero-slider .gradient-overlay + .container,
.static-hero .gradient-overlay + .container,
.static-hero-s2 .gradient-overlay + .container,
.wpo-hero-slider-s2 .gradient-overlay + .container {
position: relative;
z-index: 11;
}
.wpo-hero-slider .swiper-slide,
.static-hero .swiper-slide,
.static-hero-s2 .swiper-slide,
.wpo-hero-slider-s2 .swiper-slide {
position: relative;
z-index: 11;
}
.wpo-hero-slider .wpo-hero-title-top span,
.static-hero .wpo-hero-title-top span,
.static-hero-s2 .wpo-hero-title-top span,
.wpo-hero-slider-s2 .wpo-hero-title-top span {
font-size: 22px;
color: #e4e4e4;
font-family: "Futura PT";
}
@media (max-width: 767px) {
.wpo-hero-slider .wpo-hero-title-top span,
.static-hero .wpo-hero-title-top span,
.static-hero-s2 .wpo-hero-title-top span,
.wpo-hero-slider-s2 .wpo-hero-title-top span {
font-size: 15px;
}
}
.wpo-hero-slider .slide-title-sub,
.static-hero .slide-title-sub,
.static-hero-s2 .slide-title-sub,
.wpo-hero-slider-s2 .slide-title-sub {
max-width: 712px;
margin: 0 auto;
z-index: 11;
}
@media (max-width: 1199px) {
.wpo-hero-slider .slide-title-sub,
.static-hero .slide-title-sub,
.static-hero-s2 .slide-title-sub,
.wpo-hero-slider-s2 .slide-title-sub {
max-width: 555px;
}
}
.wpo-hero-slider .slide-title-sub h5,
.static-hero .slide-title-sub h5,
.static-hero-s2 .slide-title-sub h5,
.wpo-hero-slider-s2 .slide-title-sub h5 {
font-size: 25px;
font-weight: 500;
line-height: 30px;
text-transform: capitalize;
color: #EC180C;
}
@media (max-width: 767px) {
.wpo-hero-slider .slide-title-sub h5,
.static-hero .slide-title-sub h5,
.static-hero-s2 .slide-title-sub h5,
.wpo-hero-slider-s2 .slide-title-sub h5 {
font-size: 20px;
line-height: 25px;
}
}
.wpo-hero-slider .slide-title,
.static-hero .slide-title,
.static-hero-s2 .slide-title,
.wpo-hero-slider-s2 .slide-title {
max-width: 1000px;
margin: 0 auto;
}
@media (max-width: 1199px) {
.wpo-hero-slider .slide-title,
.static-hero .slide-title,
.static-hero-s2 .slide-title,
.wpo-hero-slider-s2 .slide-title {
max-width: 750px;
}
}
.wpo-hero-slider .slide-title h2,
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.wpo-hero-slider-s2 .slide-title h2 {
font-size: 95px;
font-weight: 500;
line-height: 95px;
margin: 10px 0 15px;
color: #fff;
text-transform: capitalize;
}
@media (max-width: 1199px) {
.wpo-hero-slider .slide-title h2,
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.wpo-hero-slider-s2 .slide-title h2 {
font-size: 70px;
line-height: 75px;
}
}
@media (max-width: 991px) {
.wpo-hero-slider .slide-title h2,
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.wpo-hero-slider-s2 .slide-title h2 {
font-size: 40px;
line-height: 55px;
}
}
@media (max-width: 767px) {
.wpo-hero-slider .slide-title h2,
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.wpo-hero-slider-s2 .slide-title h2 {
font-size: 30px;
line-height: 36px;
}
}
.wpo-hero-slider .slide-text,
.static-hero .slide-text,
.static-hero-s2 .slide-text,
.wpo-hero-slider-s2 .slide-text {
max-width: 680px;
margin: 0 auto;
}
@media (max-width: 767px) {
.wpo-hero-slider .slide-text,
.static-hero .slide-text,
.static-hero-s2 .slide-text,
.wpo-hero-slider-s2 .slide-text {
max-width: 500px;
}
}
.wpo-hero-slider .slide-text p,
.static-hero .slide-text p,
.static-hero-s2 .slide-text p,
.wpo-hero-slider-s2 .slide-text p {
font-size: 22px;
color: #fff;
line-height: 35px;
max-width: 680px;
margin-bottom: 40px;
color: #e2e2e2;
}
@media (max-width: 991px) {
.wpo-hero-slider .slide-text p,
.static-hero .slide-text p,
.static-hero-s2 .slide-text p,
.wpo-hero-slider-s2 .slide-text p {
font-size: 18px;
font-size: 1.2rem;
}
}
@media (max-width: 767px) {
.wpo-hero-slider .slide-text p,
.static-hero .slide-text p,
.static-hero-s2 .slide-text p,
.wpo-hero-slider-s2 .slide-text p {
font-size: 16px;
font-size: 1.06667rem;
line-height: 22px;
margin-bottom: 30px;
}
}
@media (max-width: 991px) {
.wpo-hero-slider .slide-btns,
.static-hero .slide-btns,
.static-hero-s2 .slide-btns,
.wpo-hero-slider-s2 .slide-btns {
max-width: 400px;
margin: 0 auto;
}
}
.wpo-hero-slider .slide-btns .hero-video-btn,
.static-hero .slide-btns .hero-video-btn,
.static-hero-s2 .slide-btns .hero-video-btn,
.wpo-hero-slider-s2 .slide-btns .hero-video-btn {
margin-left: 40px;
}
@media (max-width: 767px) {
.wpo-hero-slider .slide-btns .hero-video-btn,
.static-hero .slide-btns .hero-video-btn,
.static-hero-s2 .slide-btns .hero-video-btn,
.wpo-hero-slider-s2 .slide-btns .hero-video-btn {
margin-left: 20px;
}
}
/*-------------------------------------------
hero style 1
--------------------------------------------*/
.static-hero,
.static-hero-s2,
.static-hero-s3 {
background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
height: 1050px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 0;
overflow: hidden;
}
.static-hero:before,
.static-hero-s2:before,
.static-hero-s3:before {
position: absolute;
right: 0;
top: 0;
width: 960px;
height: 100%;
background: #23242F;
content: "";
border-left: 1px solid red;
-webkit-clip-path: polygon(57% 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(57% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1199px) {
.static-hero:before,
.static-hero-s2:before,
.static-hero-s3:before {
width: 560px;
}
}
@media (max-width: 767px) {
.static-hero:before,
.static-hero-s2:before,
.static-hero-s3:before {
width: 460px;
}
}
@media (max-width: 575px) {
.static-hero:before,
.static-hero-s2:before,
.static-hero-s3:before {
width: 260px;
}
}
@media (max-width: 1399px) {
.static-hero,
.static-hero-s2,
.static-hero-s3 {
height: 850px;
}
}
@media (max-width: 1199px) {
.static-hero,
.static-hero-s2,
.static-hero-s3 {
height: 820px;
}
}
@media (max-width: 991px) {
.static-hero,
.static-hero-s2,
.static-hero-s3 {
height: 100%;
}
.static-hero .hero-container,
.static-hero-s2 .hero-container,
.static-hero-s3 .hero-container {
position: relative;
padding: 100px 0 0;
}
.static-hero .hero-container .hero-inner,
.static-hero-s2 .hero-container .hero-inner,
.static-hero-s3 .hero-container .hero-inner {
position: relative;
}
}
.static-hero .slide-title,
.static-hero-s2 .slide-title,
.static-hero-s3 .slide-title {
padding-top: 10px;
}
@media (max-width: 991px) {
.static-hero .slide-title,
.static-hero-s2 .slide-title,
.static-hero-s3 .slide-title {
margin: auto;
}
}
@media (max-width: 575px) {
.static-hero .slide-title,
.static-hero-s2 .slide-title,
.static-hero-s3 .slide-title {
padding-top: 0;
}
}
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.static-hero-s3 .slide-title h2 {
font-weight: 500;
font-size: 70px;
line-height: 90px;
}
@media (max-width: 1199px) {
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.static-hero-s3 .slide-title h2 {
font-size: 50px;
line-height: 65px;
}
}
@media (max-width: 575px) {
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.static-hero-s3 .slide-title h2 {
font-size: 36px;
line-height: 47px;
}
}
@media (max-width: 991px) {
.static-hero .slide-title-sub,
.static-hero-s2 .slide-title-sub,
.static-hero-s3 .slide-title-sub {
margin: auto;
}
}
.static-hero .slide-title-sub span,
.static-hero-s2 .slide-title-sub span,
.static-hero-s3 .slide-title-sub span {
font-size: 18px;
line-height: 23px;
text-transform: uppercase;
color: #ED6B37;
}
@media (max-width: 1199px) {
.static-hero .slide-title-sub span,
.static-hero-s2 .slide-title-sub span,
.static-hero-s3 .slide-title-sub span {
font-size: 16px;
}
}
@media (max-width: 991px) {
.static-hero .slide-text,
.static-hero-s2 .slide-text,
.static-hero-s3 .slide-text {
margin: auto;
}
}
@media (max-width: 1199px) {
.static-hero .slide-text p,
.static-hero-s2 .slide-text p,
.static-hero-s3 .slide-text p {
font-size: 16px;
}
}
@media (max-width: 991px) {
.static-hero .slide-text p,
.static-hero-s2 .slide-text p,
.static-hero-s3 .slide-text p {
margin: auto;
}
}
.static-hero .hero-inner .container,
.static-hero-s2 .hero-inner .container,
.static-hero-s3 .hero-inner .container {
position: relative;
}
.static-hero .hero-content,
.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content {
padding-left: 145px;
max-width: 740px;
}
@media (max-width: 1600px) {
.static-hero .hero-content,
.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content {
padding-left: 85px;
max-width: 650px;
}
}
@media (max-width: 1199px) {
.static-hero .hero-content,
.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content {
padding-left: 30px;
max-width: 470px;
}
}
@media (max-width: 991px) {
.static-hero .hero-content,
.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content {
max-width: 100%;
text-align: center;
padding-left: 0;
}
}
.static-hero .hero-inner::before,
.static-hero-s2 .hero-inner::before,
.static-hero-s3 .hero-inner::before {
display: none;
}
@media (max-width: 1400px) {
.static-hero .slide-text p,
.static-hero-s2 .slide-text p,
.static-hero-s3 .slide-text p {
max-width: 600px;
}
}
@media (max-width: 991px) {
.static-hero .slide-btns,
.static-hero-s2 .slide-btns,
.static-hero-s3 .slide-btns {
margin: auto;
margin-top: 20px;
}
}
.static-hero .politian-pic,
.static-hero-s2 .politian-pic,
.static-hero-s3 .politian-pic {
position: absolute;
right: 160px;
bottom: 100px;
z-index: 1;
}
@media (max-width: 1600px) {
.static-hero .politian-pic,
.static-hero-s2 .politian-pic,
.static-hero-s3 .politian-pic {
right: 0;
}
}
@media (max-width: 1399px) {
.static-hero .politian-pic,
.static-hero-s2 .politian-pic,
.static-hero-s3 .politian-pic {
max-width: 550px;
}
}
@media (max-width: 991px) {
.static-hero .politian-pic,
.static-hero-s2 .politian-pic,
.static-hero-s3 .politian-pic {
position: relative;
bottom: 0;
margin: auto;
padding-top: 50px;
right: -30px;
}
}
@media (max-width: 575px) {
.static-hero .politian-pic,
.static-hero-s2 .politian-pic,
.static-hero-s3 .politian-pic {
right: -20px;
}
}
.static-hero .politian-pic .politian-shape .shape-1,
.static-hero-s2 .politian-pic .politian-shape .shape-1,
.static-hero-s3 .politian-pic .politian-shape .shape-1 {
position: absolute;
left: 60px;
top: 225px;
width: 520.94px;
height: 520.94px;
border-radius: 50%;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
z-index: -1;
}
@media (max-width: 1399px) {
.static-hero .politian-pic .politian-shape .shape-1,
.static-hero-s2 .politian-pic .politian-shape .shape-1,
.static-hero-s3 .politian-pic .politian-shape .shape-1 {
width: 420.94px;
height: 420.94px;
left: 28px;
top: 180px;
}
}
@media (max-width: 575px) {
.static-hero .politian-pic .politian-shape .shape-1,
.static-hero-s2 .politian-pic .politian-shape .shape-1,
.static-hero-s3 .politian-pic .politian-shape .shape-1 {
width: 300.94px;
height: 290.94px;
left: 43%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 180px;
}
}
@media (max-width: 390px) {
.static-hero .politian-pic .politian-shape .shape-1,
.static-hero-s2 .politian-pic .politian-shape .shape-1,
.static-hero-s3 .politian-pic .politian-shape .shape-1 {
top: 120px;
}
}
.static-hero .politian-pic .politian-shape .shape-2,
.static-hero .politian-pic .politian-shape .shape-3,
.static-hero .politian-pic .politian-shape .shape-4,
.static-hero-s2 .politian-pic .politian-shape .shape-2,
.static-hero-s2 .politian-pic .politian-shape .shape-3,
.static-hero-s2 .politian-pic .politian-shape .shape-4,
.static-hero-s3 .politian-pic .politian-shape .shape-2,
.static-hero-s3 .politian-pic .politian-shape .shape-3,
.static-hero-s3 .politian-pic .politian-shape .shape-4 {
position: absolute;
border: 1px solid #EC180C;
background: none;
left: 6px;
top: 180px;
width: 629.62px;
height: 629.62px;
opacity: 0.3;
border-radius: 50%;
z-index: -1;
}
@media (max-width: 1399px) {
.static-hero .politian-pic .politian-shape .shape-2,
.static-hero .politian-pic .politian-shape .shape-3,
.static-hero .politian-pic .politian-shape .shape-4,
.static-hero-s2 .politian-pic .politian-shape .shape-2,
.static-hero-s2 .politian-pic .politian-shape .shape-3,
.static-hero-s2 .politian-pic .politian-shape .shape-4,
.static-hero-s3 .politian-pic .politian-shape .shape-2,
.static-hero-s3 .politian-pic .politian-shape .shape-3,
.static-hero-s3 .politian-pic .politian-shape .shape-4 {
left: 2px;
top: 145px;
width: 470.62px;
height: 470.62px;
}
}
@media (max-width: 575px) {
.static-hero .politian-pic .politian-shape .shape-2,
.static-hero .politian-pic .politian-shape .shape-3,
.static-hero .politian-pic .politian-shape .shape-4,
.static-hero-s2 .politian-pic .politian-shape .shape-2,
.static-hero-s2 .politian-pic .politian-shape .shape-3,
.static-hero-s2 .politian-pic .politian-shape .shape-4,
.static-hero-s3 .politian-pic .politian-shape .shape-2,
.static-hero-s3 .politian-pic .politian-shape .shape-3,
.static-hero-s3 .politian-pic .politian-shape .shape-4 {
width: 320.94px;
height: 300.94px;
left: 43%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 165px;
}
}
@media (max-width: 390px) {
.static-hero .politian-pic .politian-shape .shape-2,
.static-hero .politian-pic .politian-shape .shape-3,
.static-hero .politian-pic .politian-shape .shape-4,
.static-hero-s2 .politian-pic .politian-shape .shape-2,
.static-hero-s2 .politian-pic .politian-shape .shape-3,
.static-hero-s2 .politian-pic .politian-shape .shape-4,
.static-hero-s3 .politian-pic .politian-shape .shape-2,
.static-hero-s3 .politian-pic .politian-shape .shape-3,
.static-hero-s3 .politian-pic .politian-shape .shape-4 {
top: 105px;
}
}
.static-hero .politian-pic .politian-shape .shape-3,
.static-hero-s2 .politian-pic .politian-shape .shape-3,
.static-hero-s3 .politian-pic .politian-shape .shape-3 {
background: none;
left: -50px;
top: 130px;
width: 732.68px;
height: 732.68px;
}
@media (max-width: 1399px) {
.static-hero .politian-pic .politian-shape .shape-3,
.static-hero-s2 .politian-pic .politian-shape .shape-3,
.static-hero-s3 .politian-pic .politian-shape .shape-3 {
left: -30px;
top: 110px;
width: 530.68px;
height: 530.68px;
}
}
@media (max-width: 575px) {
.static-hero .politian-pic .politian-shape .shape-3,
.static-hero-s2 .politian-pic .politian-shape .shape-3,
.static-hero-s3 .politian-pic .politian-shape .shape-3 {
width: 330.94px;
height: 320.94px;
left: 43%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 145px;
}
}
@media (max-width: 390px) {
.static-hero .politian-pic .politian-shape .shape-3,
.static-hero-s2 .politian-pic .politian-shape .shape-3,
.static-hero-s3 .politian-pic .politian-shape .shape-3 {
top: 90px;
}
}
.static-hero .politian-pic .politian-shape .shape-4,
.static-hero-s2 .politian-pic .politian-shape .shape-4,
.static-hero-s3 .politian-pic .politian-shape .shape-4 {
background: none;
left: -100px;
top: 75px;
width: 832px;
height: 832px;
}
@media (max-width: 1399px) {
.static-hero .politian-pic .politian-shape .shape-4,
.static-hero-s2 .politian-pic .politian-shape .shape-4,
.static-hero-s3 .politian-pic .politian-shape .shape-4 {
left: -53px;
top: 73px;
width: 580.68px;
height: 580.68px;
}
}
@media (max-width: 575px) {
.static-hero .politian-pic .politian-shape .shape-4,
.static-hero-s2 .politian-pic .politian-shape .shape-4,
.static-hero-s3 .politian-pic .politian-shape .shape-4 {
display: none;
}
}
.wpo-hero-slider-1 {
margin-top: -95px;
}
.wpo-hero-slider-1 .slide-inner:before {
background: rgba(0, 10, 44, 0.5);
opacity: 1;
}
.wpo-hero-slider-1 .slide-content {
padding-top: 70px;
}
.wpo-hero-slider-1 .slide-title {
max-width: 870px;
}
@media (max-width: 1199px) {
.wpo-hero-slider-1 .slide-title {
max-width: 555px;
}
}
/*-------------------------------------------
static-hero-s2
--------------------------------------------*/
.static-hero-s2,
.static-hero-s3 {
background: #F0F2FE;
height: 1000px;
}
@media (max-width: 1199px) {
.static-hero-s2,
.static-hero-s3 {
height: 700px;
}
}
@media (max-width: 991px) {
.static-hero-s2,
.static-hero-s3 {
height: 100%;
}
}
.static-hero-s2:before,
.static-hero-s3:before {
display: none;
}
.static-hero-s2 .politian-pic,
.static-hero-s3 .politian-pic {
z-index: 1;
max-width: 585px;
right: 285px;
}
@media (max-width: 1830px) {
.static-hero-s2 .politian-pic,
.static-hero-s3 .politian-pic {
right: 205px;
max-width: 470px;
bottom: 65px;
}
}
@media (max-width: 1199px) {
.static-hero-s2 .politian-pic,
.static-hero-s3 .politian-pic {
max-width: 350px;
right: 150px;
bottom: 0;
}
}
@media (max-width: 991px) {
.static-hero-s2 .politian-pic,
.static-hero-s3 .politian-pic {
right: 0;
bottom: 50px;
padding-top: 0;
}
}
.static-hero-s2 .politian-pic .inner,
.static-hero-s3 .politian-pic .inner {
overflow: hidden;
height: 860px;
border-radius: 45%;
bottom: -14px;
position: relative;
border-bottom-left-radius: 44%;
border-bottom-right-radius: 40%;
}
@media (max-width: 1830px) {
.static-hero-s2 .politian-pic .inner,
.static-hero-s3 .politian-pic .inner {
bottom: -75px;
}
}
@media (max-width: 1199px) {
.static-hero-s2 .politian-pic .inner,
.static-hero-s3 .politian-pic .inner {
height: 665px;
bottom: -52px;
}
}
.static-hero-s2 .politian-pic .inner img,
.static-hero-s3 .politian-pic .inner img {
margin-bottom: -49px;
position: relative;
bottom: -25px;
}
.static-hero-s2 .politian-pic .back-shape,
.static-hero-s3 .politian-pic .back-shape {
position: absolute;
left: -50px;
bottom: -30px;
width: 691px;
height: 691px;
background: #fff;
background-size: cover;
border-radius: 50%;
z-index: -1;
}
@media (max-width: 1830px) {
.static-hero-s2 .politian-pic .back-shape,
.static-hero-s3 .politian-pic .back-shape {
left: -50px;
bottom: 72px;
width: 560px;
height: 560px;
}
}
@media (max-width: 1199px) {
.static-hero-s2 .politian-pic .back-shape,
.static-hero-s3 .politian-pic .back-shape {
left: -15px;
bottom: 72px;
width: 380px;
height: 380px;
}
}
@media (max-width: 380px) {
.static-hero-s2 .politian-pic .back-shape,
.static-hero-s3 .politian-pic .back-shape {
width: 310px;
height: 310px;
left: 50%;
top: 28%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.static-hero-s2 .politian-pic .back-shape::before,
.static-hero-s3 .politian-pic .back-shape::before {
position: absolute;
left: 15px;
top: 15px;
background: url(/images/slider/back-shape.png) no-repeat center center;
content: "";
z-index: -11;
border-radius: 50%;
width: 661px;
height: 661px;
}
@media (max-width: 1830px) {
.static-hero-s2 .politian-pic .back-shape::before,
.static-hero-s3 .politian-pic .back-shape::before {
width: 530px;
height: 530px;
}
}
@media (max-width: 1199px) {
.static-hero-s2 .politian-pic .back-shape::before,
.static-hero-s3 .politian-pic .back-shape::before {
width: 351px;
height: 351px;
}
}
@media (max-width: 380px) {
.static-hero-s2 .politian-pic .back-shape::before,
.static-hero-s3 .politian-pic .back-shape::before {
width: 280px;
height: 280px;
}
}
.static-hero-s2 .politian-pic .award,
.static-hero-s3 .politian-pic .award {
position: absolute;
left: -38%;
bottom: 20%;
max-width: 323px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 20px;
text-align: left;
}
@media (max-width: 767px) {
.static-hero-s2 .politian-pic .award,
.static-hero-s3 .politian-pic .award {
left: 0;
bottom: 0;
max-width: 100%;
}
}
.static-hero-s2 .politian-pic .award h5,
.static-hero-s3 .politian-pic .award h5 {
margin-bottom: 0;
font-weight: 500;
font-size: 26px;
line-height: 33px;
}
@media (max-width: 767px) {
.static-hero-s2 .politian-pic .award h5,
.static-hero-s3 .politian-pic .award h5 {
font-size: 20px;
line-height: 28px;
}
}
.static-hero-s2 .politian-pic .award .icon i,
.static-hero-s3 .politian-pic .award .icon i {
width: 80px;
height: 80px;
line-height: 80px;
background: #FFF5DD;
text-align: center;
border-radius: 50%;
margin-right: 20px;
display: block;
}
.static-hero-s2 .politian-pic .wpo-supporter,
.static-hero-s3 .politian-pic .wpo-supporter {
position: absolute;
right: -40%;
top: 20%;
padding: 30px;
background: #fff;
border-radius: 20px;
-webkit-box-shadow: 0px 1px 20px 0px rgba(43, 45, 118, 0.1);
box-shadow: 0px 1px 20px 0px rgba(43, 45, 118, 0.1);
z-index: 99;
}
@media (max-width: 1199px) {
.static-hero-s2 .politian-pic .wpo-supporter,
.static-hero-s3 .politian-pic .wpo-supporter {
padding: 15px;
top: 25%;
}
}
@media (max-width: 767px) {
.static-hero-s2 .politian-pic .wpo-supporter,
.static-hero-s3 .politian-pic .wpo-supporter {
padding: 15px;
top: 52%;
right: auto;
width: 100%;
}
}
.static-hero-s2 .politian-pic .wpo-supporter .slick-slide,
.static-hero-s3 .politian-pic .wpo-supporter .slick-slide {
height: auto;
}
.static-hero-s2 .politian-pic .wpo-supporter .wpo-supporter-text,
.static-hero-s3 .politian-pic .wpo-supporter .wpo-supporter-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: left;
}
.static-hero-s2 .politian-pic .wpo-supporter .wpo-supporter-text .icon i,
.static-hero-s3 .politian-pic .wpo-supporter .wpo-supporter-text .icon i {
width: 80px;
height: 80px;
line-height: 80px;
background: #EFF4FF;
text-align: center;
border-radius: 50%;
margin-right: 20px;
display: block;
}
.static-hero-s2 .politian-pic .wpo-supporter .wpo-supporter-text h3,
.static-hero-s3 .politian-pic .wpo-supporter .wpo-supporter-text h3 {
font-weight: 500;
font-size: 40px;
line-height: 51px;
margin-bottom: 0px;
}
.static-hero-s2 .politian-pic .wpo-supporter .wpo-supporter-text p,
.static-hero-s3 .politian-pic .wpo-supporter .wpo-supporter-text p {
margin-bottom: 0;
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 27px;
}
.static-hero-s2 .politian-pic .wpo-supporter .wpo-supporter-slide,
.static-hero-s3 .politian-pic .wpo-supporter .wpo-supporter-slide {
max-width: 216px;
list-style: none;
margin: 0 auto;
margin-top: 20px;
}
.static-hero-s2 .politian-pic .wpo-supporter .wpo-supporter-slide .owl-nav,
.static-hero-s3 .politian-pic .wpo-supporter .wpo-supporter-slide .owl-nav {
display: none;
}
.static-hero-s2 .politian-pic .wpo-supporter .wpo-supporter-slide li,
.static-hero-s3 .politian-pic .wpo-supporter .wpo-supporter-slide li {
width: 55px;
height: 55px;
}
.static-hero-s2 .politian-pic .wpo-supporter .wpo-supporter-slide li img,
.static-hero-s3 .politian-pic .wpo-supporter .wpo-supporter-slide li img {
width: 55px;
height: 55px;
padding: 3px;
border: 1px solid #ebebeb;
border-radius: 50%;
border-radius: 50%;
}
.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content {
max-width: 945px;
}
@media (max-width: 1670px) {
.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content {
max-width: 694px;
}
}
@media (max-width: 1399px) {
.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content {
padding-left: 40px;
max-width: 500px;
}
}
@media (max-width: 1050px) {
.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content {
max-width: 360px;
padding-left: 10px;
}
}
@media (max-width: 991px) {
.static-hero-s2 .hero-content,
.static-hero-s3 .hero-content {
margin: 0 auto;
max-width: 695px;
}
}
.static-hero-s2 .hero-content h2,
.static-hero-s3 .hero-content h2 {
font-weight: 300;
font-size: 80px;
line-height: 103px;
color: #4E5064;
padding-bottom: 30px;
position: relative;
margin-bottom: 30px;
}
@media (max-width: 1670px) {
.static-hero-s2 .hero-content h2,
.static-hero-s3 .hero-content h2 {
font-size: 55px;
line-height: 80px;
}
}
@media (max-width: 1399px) {
.static-hero-s2 .hero-content h2,
.static-hero-s3 .hero-content h2 {
font-size: 45px;
line-height: 60px;
}
}
@media (max-width: 1050px) {
.static-hero-s2 .hero-content h2,
.static-hero-s3 .hero-content h2 {
font-size: 35px;
line-height: 48px;
padding-bottom: 20px;
margin-bottom: 20px;
}
}
.static-hero-s2 .hero-content h2:before,
.static-hero-s3 .hero-content h2:before {
position: absolute;
left: 0;
bottom: 0;
width: 75%;
height: 1px;
content: "";
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
}
@media (max-width: 991px) {
.static-hero-s2 .hero-content h2:before,
.static-hero-s3 .hero-content h2:before {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.static-hero-s2 .hero-content h2 span,
.static-hero-s3 .hero-content h2 span {
color: #16182F;
font-weight: 600;
}
.static-hero-s2 .hero-content .slide-text,
.static-hero-s3 .hero-content .slide-text {
margin: 0;
margin-top: 20px;
}
@media (max-width: 767px) {
.static-hero-s2 .hero-content .slide-text,
.static-hero-s3 .hero-content .slide-text {
margin: 0 auto;
}
}
.static-hero-s2 .hero-content .slide-text p,
.static-hero-s3 .hero-content .slide-text p {
color: #525252;
max-width: 525px;
}
@media (max-width: 767px) {
.static-hero-s2 .hero-content .slide-text p,
.static-hero-s3 .hero-content .slide-text p {
margin: 0 auto;
}
}
.static-hero-s3 {
background: #16182F;
}
@media (max-width: 991px) {
.static-hero-s3 .hero-container {
padding-top: 30px;
}
}
@media (max-width: 1500px) {
.static-hero-s3 .politian-pic {
right: 60px;
}
}
@media (max-width: 1299px) {
.static-hero-s3 .politian-pic {
right: 30px;
}
}
@media (max-width: 991px) {
.static-hero-s3 .politian-pic {
right: auto;
bottom: 0;
}
}
.static-hero-s3 .politian-pic .inner {
border-radius: 0;
overflow: unset;
}
@media (max-width: 991px) {
.static-hero-s3 .politian-pic .inner {
height: auto;
bottom: 0;
}
.static-hero-s3 .politian-pic .inner img {
bottom: 0;
margin: 0;
}
}
.static-hero-s3 .politian-pic .back-shape {
background: linear-gradient(140.43deg, rgba(255, 255, 255, 0.4) 13.65%, rgba(255, 255, 255, 0.1) 91.31%);
border: 1px solid rgba(255, 255, 255, 0.3);
-webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
width: 682px;
height: 682px;
bottom: auto;
top: 40px;
left: -90px;
}
@media (max-width: 1500px) {
.static-hero-s3 .politian-pic .back-shape {
width: 582px;
height: 582px;
}
}
@media (max-width: 1199px) {
.static-hero-s3 .politian-pic .back-shape {
width: 422px;
height: 422px;
left: -40px;
}
}
@media (max-width: 991px) {
.static-hero-s3 .politian-pic .back-shape {
left: -20px;
top: 80px;
}
}
@media (max-width: 500px) {
.static-hero-s3 .politian-pic .back-shape {
width: 300px;
height: 300px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.static-hero-s3 .politian-pic .back-shape:before {
display: none;
}
.static-hero-s3 .politian-pic .back-shape-2 {
position: absolute;
left: -50%;
bottom: -10%;
z-index: -11;
}
.static-hero-s3 .politian-pic .back-shape-2 img {
border-radius: 50%;
}
@media (max-width: 1500px) {
.static-hero-s3 .politian-pic .back-shape-2 {
left: -30%;
max-width: 100%;
}
}
@media (max-width: 991px) {
.static-hero-s3 .politian-pic .back-shape-2 {
display: none;
}
}
.static-hero-s3 .politian-pic .back-shape-3 {
position: absolute;
left: -20%;
top: 50px;
z-index: -11;
max-width: 948px;
max-height: 948px;
}
.static-hero-s3 .politian-pic .back-shape-3 img {
border-radius: 50%;
}
@media (max-width: 991px) {
.static-hero-s3 .politian-pic .back-shape-3 {
display: none;
}
}
@media (max-width: 1670px) {
.static-hero-s3 .hero-content {
max-width: 650px;
}
}
@media (max-width: 1050px) {
.static-hero-s3 .hero-content {
max-width: 510px;
}
}
.static-hero-s3 .hero-content .hero-content-wrap {
padding-left: 20px;
position: relative;
}
@media (max-width: 1700px) {
.static-hero-s3 .hero-content .hero-content-wrap {
padding-left: 0;
}
}
.static-hero-s3 .hero-content .hero-content-wrap:before {
position: absolute;
left: -50px;
bottom: 0;
width: 1px;
height: 94%;
content: "";
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
transform: matrix(-1, 0, 0, 1, 0, 0);
}
@media (max-width: 991px) {
.static-hero-s3 .hero-content .hero-content-wrap:before {
display: none;
}
}
.static-hero-s3 .hero-content .right-shape {
position: absolute;
right: -25%;
bottom: 0;
}
@media (max-width: 1500px) {
.static-hero-s3 .hero-content .right-shape {
right: -45%;
}
}
@media (max-width: 1199px) {
.static-hero-s3 .hero-content .right-shape {
max-width: 50%;
right: -30%;
top: 40%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media (max-width: 991px) {
.static-hero-s3 .hero-content .right-shape {
display: none;
}
}
.static-hero-s3 .hero-content .right-shape img {
border-radius: 50%;
}
@media (max-width: 1199px) {
.static-hero-s3 .hero-content .right-shape img {
width: 100%;
}
}
.static-hero-s3 .hero-content .slide-text p {
color: #fff;
font-weight: 400;
font-size: 40px;
line-height: 55px;
max-width: 610px;
}
@media (max-width: 1700px) {
.static-hero-s3 .hero-content .slide-text p {
font-size: 30px;
line-height: 45px;
}
}
@media (max-width: 575px) {
.static-hero-s3 .hero-content .slide-text p {
font-size: 20px;
line-height: 35px;
}
}
.static-hero-s3 .hero-content .slide-title h2 {
padding-bottom: 0;
margin-bottom: 0;
color: #fff;
font-weight: 500;
font-size: 100px;
line-height: 128px;
}
@media (max-width: 1700px) {
.static-hero-s3 .hero-content .slide-title h2 {
font-size: 80px;
line-height: 108px;
}
}
@media (max-width: 575px) {
.static-hero-s3 .hero-content .slide-title h2 {
font-size: 45px;
line-height: 68px;
}
}
.static-hero-s3 .hero-content .slide-title h2:before {
display: none;
}
.static-hero-s3 .hero-content .slide-video-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 605px;
margin-top: 50px;
text-align: left;
}
@media (max-width: 575px) {
.static-hero-s3 .hero-content .slide-video-content {
display: block;
text-align: center;
margin-top: 20px;
}
}
.static-hero-s3 .hero-content .slide-video-content .slide-video-img {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
position: relative;
}
@media (max-width: 575px) {
.static-hero-s3 .hero-content .slide-video-content .slide-video-img {
max-width: 200px;
margin: 0 auto;
margin-bottom: 30px;
}
}
.static-hero-s3 .hero-content .slide-video-content .slide-video-img img {
border-radius: 10px;
}
@media (max-width: 575px) {
.static-hero-s3 .hero-content .slide-video-content .slide-video-img img {
width: 100%;
}
}
.static-hero-s3 .hero-content .slide-video-content .slide-video-img .video-btn .btn-wrap {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 54px;
height: 54px;
line-height: 52px;
background: #fff;
border-radius: 50%;
z-index: 1;
border: 2px solid #ED6B37;
text-align: center;
}
.static-hero-s3 .hero-content .slide-video-content .slide-video-img .video-btn .btn-wrap:after {
position: absolute;
left: -20%;
top: -20%;
width: 140%;
height: 140%;
background: rgba(255, 255, 255, 0.3);
content: "";
-webkit-animation: save-the-date-pulse .8s infinite;
animation: save-the-date-pulse .8s infinite;
border-radius: 50%;
z-index: -1;
}
.static-hero-s3 .hero-content .slide-video-content .slide-video-img .video-btn .btn-wrap .fi::before {
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
font-size: 20px;
position: relative;
right: -1px;
}
.static-hero-s3 .hero-content .slide-video-content .slide-video-img:before {
position: absolute;
left: -5px;
top: -5px;
width: 100px;
height: 70px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
content: "";
z-index: -1;
}
.static-hero-s3 .hero-content .slide-video-content .slide-video-img:after {
position: absolute;
right: -5px;
bottom: -5px;
width: 100px;
height: 70px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
content: "";
z-index: -1;
}
.static-hero-s3 .hero-content .slide-video-content .slide-video-text {
margin-left: 20px;
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
@media (max-width: 575px) {
.static-hero-s3 .hero-content .slide-video-content .slide-video-text {
margin-left: 0;
}
}
.static-hero-s3 .hero-content .slide-video-content .slide-video-text h4 {
color: #fff;
font-weight: 500;
font-size: 30px;
line-height: 38px;
margin-bottom: 15px;
}
.static-hero-s3 .hero-content .slide-video-content .slide-video-text p {
color: #fff;
font-weight: 400;
font-size: 20px;
line-height: 27px;
margin-bottom: 0;
}
/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
background-size: cover;
position: relative;
font-size: 16px;
overflow: hidden;
z-index: 1;
/*** newsletter-widget ***/
}
.wpo-site-footer:before {
position: absolute;
right: 0;
top: 0;
width: 960px;
height: 100%;
background: #23242F;
content: "";
-webkit-clip-path: polygon(57% 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(57% 0, 100% 0, 100% 100%, 0% 100%);
z-index: -1;
}
.wpo-site-footer ul {
list-style: none;
}
.wpo-site-footer p {
color: rgba(255, 255, 255, 0.6);
}
.wpo-site-footer li {
color: rgba(255, 255, 255, 0.6);
}
.wpo-site-footer .container {
position: relative;
}
.wpo-site-footer .wpo-upper-footer {
padding: 100px 0;
position: relative;
overflow: hidden;
}
.wpo-site-footer .wpo-upper-footer .navbar-brand {
padding-top: 0;
color: #fff;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
position: relative;
top: -10px;
}
@media (max-width: 991px) {
.wpo-site-footer .wpo-upper-footer {
padding: 80px 0 0;
}
}
@media (max-width: 767px) {
.wpo-site-footer .wpo-upper-footer {
padding: 60px 0 0;
}
}
@media (max-width: 991px) {
.wpo-site-footer .wpo-upper-footer .col {
min-height: 235px;
margin-bottom: 70px;
}
}
@media (max-width: 767px) {
.wpo-site-footer .wpo-upper-footer .col {
min-height: auto;
margin-bottom: 60px;
}
}
.wpo-site-footer .widget-title {
margin-bottom: 20px;
}
.wpo-site-footer .widget-title h3 {
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 95%;
color: #fff;
margin: 0;
position: relative;
font-family: "Nunito Sans", sans-serif;
}
.wpo-site-footer .about-widget {
max-width: 245px;
}
.wpo-site-footer .about-widget p {
font-weight: 400;
font-size: 16px;
line-height: 150%;
margin-bottom: 25px;
}
.wpo-site-footer .about-widget .info li {
margin-bottom: 10px;
}
.wpo-site-footer .about-widget .social ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
}
.wpo-site-footer .about-widget .social ul li + li {
margin-left: 10px;
}
.wpo-site-footer .about-widget .social ul li a {
color: #fff;
width: 32px;
height: 32px;
line-height: 32px;
border: 1px solid rgba(255, 255, 255, 0.28);
display: block;
text-align: center;
font-size: 16px;
}
.wpo-site-footer .about-widget .social ul li a:hover {
background: #ED6B37;
}
.wpo-site-footer .about-widget .social ul li a .fi:before {
color: rgba(255, 255, 255, 0.72);
font-size: 14px;
}
.wpo-site-footer .wpo-service-link-widget {
padding-left: 70px;
}
.wpo-site-footer .link-widget {
overflow: hidden;
padding-left: 15px;
}
@media (max-width: 1200px) {
.wpo-site-footer .link-widget {
padding: 0;
}
}
.wpo-site-footer .link-widget.s2 {
padding-left: 15px;
}
@media (max-width: 1200px) {
.wpo-site-footer .link-widget.s2 {
padding: 0;
}
}
.wpo-site-footer .link-widget ul li {
position: relative;
z-index: 1;
padding: 8px 0;
padding-left: 20px;
}
.wpo-site-footer .link-widget ul li:before {
position: absolute;
left: 0px;
top: 16px;
width: 6px;
height: 6px;
z-index: -1;
background: #D9D9D9;
content: "";
border-radius: 50%;
}
.wpo-site-footer .link-widget ul li a {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
}
.wpo-site-footer .link-widget ul li a:hover {
color: #ED6B37;
}
.wpo-site-footer .newsletter-widget p {
font-size: 16px;
}
.wpo-site-footer .newsletter-widget form {
margin-top: 25px;
position: relative;
}
.wpo-site-footer .newsletter-widget form input {
background-color: transparent;
height: 50px;
color: #fff;
padding: 6px 15px;
border: 1px solid rgba(255, 255, 255, 0.22);
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.wpo-site-footer .newsletter-widget form input::-webkit-input-placeholder {
color: #fff;
}
.wpo-site-footer .newsletter-widget form input:-ms-input-placeholder {
color: #fff;
}
.wpo-site-footer .newsletter-widget form input::-ms-input-placeholder {
color: #fff;
}
.wpo-site-footer .newsletter-widget form input::placeholder {
color: #fff;
}
.wpo-site-footer .newsletter-widget form .submit {
margin-top: 20px;
}
.wpo-site-footer .newsletter-widget form .submit button {
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
border: 0;
outline: 0;
color: #fff;
width: 100%;
height: 50px;
line-height: 50px;
font-weight: 700;
font-size: 12px;
line-height: 95%;
text-transform: uppercase;
}
.wpo-site-footer .wpo-lower-footer {
text-align: left;
padding: 25px 0;
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
.wpo-site-footer .wpo-lower-footer {
text-align: center;
}
}
.wpo-site-footer .wpo-lower-footer ul li {
color: rgba(188, 192, 197, 0.97);
}
.wpo-site-footer .wpo-lower-footer ul li a {
color: #fff;
}
.wpo-site-footer .wpo-lower-footer .link ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (max-width: 991px) {
.wpo-site-footer .wpo-lower-footer .link ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.wpo-site-footer .wpo-lower-footer .link ul li a {
color: rgba(188, 192, 197, 0.97);
}
.wpo-site-footer .wpo-lower-footer .link ul li a:hover {
color: #ED6B37;
}
.wpo-site-footer .wpo-lower-footer .link ul li + li {
padding-left: 20px;
position: relative;
}
@media (max-width: 375px) {
.wpo-site-footer .wpo-lower-footer .link ul li + li {
padding-left: 5px;
margin-left: 5px;
}
}
.sticky-header {
width: 100%;
position: fixed;
left: 0;
top: -200px;
z-index: 9999;
opacity: 0;
-webkit-transition: all 0.7s;
transition: all 0.7s;
}
.sticky-on {
opacity: 1;
top: 0;
}
/* 3.1 wpo-features-area */
@media (max-width: 991px) {
.wpo-features-area {
padding: 120px 0;
}
}
@media (max-width: 767px) {
.wpo-features-area {
padding: 80px 0;
}
}
.wpo-features-area .features-wrap {
margin-top: -115px;
z-index: 9;
position: relative;
}
@media (max-width: 991px) {
.wpo-features-area .features-wrap {
margin-top: 0;
}
}
.wpo-features-area .features-wrap .feature-item-wrap {
position: relative;
}
.wpo-features-area .features-wrap .feature-item-wrap .feature-item,
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden {
background: #16182F;
padding: 60px;
text-align: center;
position: relative;
}
.wpo-features-area .features-wrap .feature-item-wrap .feature-item:before,
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden:before {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 2px;
height: 150px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.52%, #212335), color-stop(50%, #8B8DAD), to(#222337));
background: linear-gradient(180deg, #212335 0.52%, #8B8DAD 50%, #222337 100%);
content: "";
}
.wpo-features-area .features-wrap .feature-item-wrap .feature-item .icon .fi,
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden .icon .fi {
font-size: 50px;
color: #fff;
}
.wpo-features-area .features-wrap .feature-item-wrap .feature-item h2,
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden h2 {
font-style: normal;
font-weight: 450;
font-size: 25px;
line-height: 32px;
}
.wpo-features-area .features-wrap .feature-item-wrap .feature-item h2 a,
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden h2 a {
color: #fff;
}
@media (max-width: 1399px) {
.wpo-features-area .features-wrap .feature-item-wrap .feature-item {
padding: 40px;
}
}
@media (max-width: 1199px) {
.wpo-features-area .features-wrap .feature-item-wrap .feature-item {
padding: 40px 20px;
}
}
@media (max-width: 991px) {
.wpo-features-area .features-wrap .feature-item-wrap .feature-item {
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
}
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden {
position: absolute;
left: -5%;
top: -30px;
width: 110%;
padding: 40px 30px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
border-radius: 20px;
z-index: 11;
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all .3s;
transition: all .3s;
}
@media (max-width: 1399px) {
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden {
top: -45px;
}
}
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden::before {
display: none;
}
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden p {
margin-bottom: 0;
color: #fff;
}
@media (max-width: 991px) {
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden p {
display: none;
}
}
@media (max-width: 1199px) {
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden {
padding: 20px 10px;
width: 112%;
top: -28px;
}
}
@media (max-width: 991px) {
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden {
top: 0px;
width: 100%;
border-radius: 0;
height: 100%;
left: 0;
}
.wpo-features-area .features-wrap .feature-item-wrap .feature-item-hidden .icon {
margin-top: 25px;
}
}
.wpo-features-area .features-wrap .feature-item-wrap:hover .feature-item-hidden, .wpo-features-area .features-wrap .feature-item-wrap.active .feature-item-hidden {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
transform: scale(1);
}
.wpo-features-area .features-wrap .col {
padding: 0;
}
@media (max-width: 575px) {
.wpo-features-area .features-wrap .col {
padding: 0 15px;
}
}
.wpo-features-area .features-wrap .col:first-child .feature-item {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
@media (max-width: 991px) {
.wpo-features-area .features-wrap .col:first-child .feature-item {
border-radius: 0;
}
}
.wpo-features-area .features-wrap .col:first-child .feature-item:before {
display: none;
}
.wpo-features-area .features-wrap .col:last-child .feature-item {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
@media (max-width: 991px) {
.wpo-features-area .features-wrap .col:last-child .feature-item {
border-radius: 0;
}
}
/* 3.2 wpo-about-section */
.wpo-about-section,
.wpo-about-section-s2,
.wpo-about-section-s3,
.wpo-about-section-s4 {
padding-top: 150px;
}
@media (max-width: 991px) {
.wpo-about-section,
.wpo-about-section-s2,
.wpo-about-section-s3,
.wpo-about-section-s4 {
padding-top: 0;
}
}
@media (max-width: 991px) {
.wpo-about-section.pt-padding,
.wpo-about-section-s2.pt-padding,
.wpo-about-section-s3.pt-padding,
.wpo-about-section-s4.pt-padding {
padding-top: 70px;
}
}
.wpo-about-section .wpo-about-wrap .wpo-about-img,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img {
text-align: right;
margin-right: 30px;
position: relative;
z-index: 1;
border: 1px solid #ED6B37;
padding: 20px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img img,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img img,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img img,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img img {
width: 100%;
}
@media (max-width: 991px) {
.wpo-about-section .wpo-about-wrap .wpo-about-img,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img {
text-align: left;
margin-right: 0;
}
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text {
width: 237.48px;
height: 237.48px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
border-radius: 50%;
z-index: 11;
position: absolute;
left: -40px;
bottom: -30px;
}
@media (max-width: 991px) {
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text {
left: -10px;
bottom: -75px;
}
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text h4,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text h4,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text h4,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text h4 {
font-weight: 500;
font-size: 40px;
line-height: 54px;
text-align: center;
color: #fff;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
left: 46px;
bottom: 83px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span {
display: block;
font-weight: 400;
font-size: 20px;
line-height: 27px;
color: #fff;
position: absolute;
left: 0;
top: 0;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(1),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(1),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(1),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(1) {
-webkit-transform: rotate(-126.64deg);
transform: rotate(-126.64deg);
left: 0px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(2),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(2),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(2),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(2) {
-webkit-transform: rotate(-113.11deg);
transform: rotate(-113.11deg);
left: -5px;
top: -17px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(3),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(3),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(3),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(3) {
-webkit-transform: rotate(-95.28deg);
transform: rotate(-95.28deg);
left: -15px;
top: -40px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(4),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(4),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(4),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(4) {
-webkit-transform: rotate(-85.14deg);
transform: rotate(-85.14deg);
left: -15px;
top: -54px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(5),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(5),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(5),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(5) {
-webkit-transform: rotate(-76.23deg);
transform: rotate(-76.23deg);
left: -15px;
top: -67px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(6),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(6),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(6),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(6) {
-webkit-transform: rotate(-55.94deg);
transform: rotate(-55.94deg);
left: -5px;
top: -92px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(7),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(7),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(7),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(7) {
-webkit-transform: rotate(-42.11deg);
transform: rotate(-42.11deg);
left: 9px;
top: -110px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(8),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(8),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(8),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(8) {
-webkit-transform: rotate(-32.89deg);
transform: rotate(-32.89deg);
left: 21px;
top: -118px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(9),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(9),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(9),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(9) {
-webkit-transform: rotate(-24.28deg);
transform: rotate(-24.28deg);
left: 30px;
top: -124px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(10),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(10),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(10),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(10) {
-webkit-transform: rotate(-16.6deg);
transform: rotate(-16.6deg);
left: 43px;
top: -128px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(11),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(11),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(11),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(11) {
-webkit-transform: rotate(-8.3deg);
transform: rotate(-8.3deg);
left: 51px;
top: -132px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(12),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(12),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(12),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(12) {
-webkit-transform: rotate(2.15deg);
transform: rotate(2.15deg);
left: 66px;
top: -133px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(13),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(13),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(13),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(13) {
-webkit-transform: rotate(19.36deg);
transform: rotate(19.36deg);
left: 88px;
top: -126px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(14),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(14),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(14),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(14) {
-webkit-transform: rotate(29.81deg);
transform: rotate(29.81deg);
left: 102px;
top: -123px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(15),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(15),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(15),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(15) {
-webkit-transform: rotate(39.04deg);
transform: rotate(39.04deg);
left: 115px;
top: -116px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(16),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(16),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(16),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(16) {
-webkit-transform: rotate(55.33deg);
transform: rotate(55.33deg);
left: 128px;
top: -100px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(17),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(17),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(17),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(17) {
-webkit-transform: rotate(66.08deg);
transform: rotate(66.08deg);
left: 141px;
top: -90px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(18),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(18),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(18),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(18) {
-webkit-transform: rotate(76.54deg);
transform: rotate(76.54deg);
left: 146px;
top: -76px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(19),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(19),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(19),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(19) {
-webkit-transform: rotate(94.06deg);
transform: rotate(94.06deg);
left: 147px;
top: -51px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(20),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(20),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(20),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(20) {
-webkit-transform: rotate(102.66deg);
transform: rotate(102.66deg);
left: 148px;
top: -38px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(21),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(21),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(21),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(21) {
-webkit-transform: rotate(110.96deg);
transform: rotate(110.96deg);
left: 143px;
top: -25px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(22),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(22),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(22),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(22) {
-webkit-transform: rotate(120.8deg);
transform: rotate(120.8deg);
left: 138px;
top: -10px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(23),
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(23),
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(23),
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .rotate-text span:nth-child(23) {
-webkit-transform: rotate(130.32deg);
transform: rotate(130.32deg);
left: 129px;
top: 4px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots {
position: absolute;
bottom: 35px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots span,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots span,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots span,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots span {
display: inline-block;
width: 6px;
height: 6px;
background: #FCB8B8;
border-radius: 50%;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots span + span,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots span + span,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots span + span,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .dots span + span {
margin-left: 5px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-1,
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-1,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-1,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-1,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3 {
position: absolute;
left: -35px;
top: -35px;
width: 309.51px;
height: 309.51px;
opacity: 0.3;
border: 1px solid #ED6B37;
border-radius: 50%;
}
@media (max-width: 991px) {
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-1,
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-1,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-1,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-1,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3 {
left: -12px;
top: -12px;
width: 260.51px;
height: 260.51px;
}
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2 {
width: 360.18px;
height: 360.18px;
left: -60px;
top: -60px;
border: 1px solid #ED6B37;
}
@media (max-width: 991px) {
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-2 {
left: -27px;
top: -27px;
width: 290.51px;
height: 290.51px;
}
}
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3 {
width: 409px;
height: 409px;
left: -84px;
top: -84px;
border: 1px solid #ED6B37;
}
@media (max-width: 991px) {
.wpo-about-section .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text .border-shape-3 {
display: none;
}
}
@media (max-width: 991px) {
.wpo-about-section .wpo-about-wrap .wpo-about-text,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text {
margin-top: 120px;
}
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-section-title,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-section-title,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-section-title,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-section-title {
text-align: left;
margin: 0;
margin-bottom: 30px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text h2 {
text-align: left;
}
@media (max-width: 1199px) {
.wpo-about-section .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text h2 {
font-size: 35px;
line-height: 45px;
}
}
@media (max-width: 575px) {
.wpo-about-section .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text h2,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text h2 {
font-size: 32px;
}
}
.wpo-about-section .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text p {
overflow: hidden;
font-weight: 300;
font-size: 18px;
line-height: 160%;
max-width: 566px;
}
@media (max-width: 991px) {
.wpo-about-section .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text p {
max-width: 100%;
}
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .quote,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .quote,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .quote,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .quote {
margin-top: 40px;
padding-left: 20px;
position: relative;
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .quote:before,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .quote:before,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .quote:before,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .quote:before {
position: absolute;
left: 0;
top: 0;
width: 3px;
height: 100%;
content: "";
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .quote p,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .quote p,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .quote p,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .quote p {
font-weight: 400;
font-size: 22px;
line-height: 30px;
color: #16182F;
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-left-info,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-left-info,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-left-info,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-left-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid #ebebeb;
margin-top: 50px;
padding-top: 20px;
}
@media (max-width: 575px) {
.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-left-info,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-left-info,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-left-info,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-left-info {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-img img,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-img img,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-img img,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-img img {
border-radius: 50%;
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-text h5,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-text h5,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-text h5,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-text h5 {
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 38px;
color: #000B47;
margin-bottom: 10px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-text span,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-text span,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-text span,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-text span {
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 27px;
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-inner,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-inner,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-inner,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-inner {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 575px) {
.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-inner,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-inner,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-inner,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-left-info .wpo-about-left-inner {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-bottom: 20px;
}
}
.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-left-info h6,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-left-info h6,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-left-info h6,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-left-info h6 {
margin-bottom: 0;
font-weight: 400;
font-size: 20px;
line-height: 160%;
text-transform: capitalize;
color: rgba(26, 36, 63, 0.84);
font-family: "Futura PT";
}
/* 3.3 wpo-service-section*/
@media (max-width: 991px) {
.wpo-service-section,
.wpo-service-section-s2 {
padding-top: 0;
}
}
.wpo-service-section .wpo-service-slider .wpo-service-item,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item {
padding: 40px 30px;
background: #fff;
-webkit-box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
border-radius: 10px;
position: relative;
z-index: 1;
}
@media (max-width: 575px) {
.wpo-service-section .wpo-service-slider .wpo-service-item,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item {
padding: 30px 25px;
}
}
.wpo-service-section .wpo-service-slider .wpo-service-item:before,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
z-index: -1;
border-radius: 10px;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s;
transition: all .3s;
}
.wpo-service-section .wpo-service-slider .wpo-service-item .wpo-service-text .service-icon,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item .wpo-service-text .service-icon {
margin-bottom: 15px;
}
.wpo-service-section .wpo-service-slider .wpo-service-item .wpo-service-text .service-icon .fi:before,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item .wpo-service-text .service-icon .fi:before {
font-size: 60px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.wpo-service-section .wpo-service-slider .wpo-service-item .wpo-service-text h2,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item .wpo-service-text h2 {
color: #16182F;
font-weight: 600;
font-size: 30px;
line-height: 38px;
margin-bottom: 15px;
max-width: 225px;
}
@media (max-width: 1399px) {
.wpo-service-section .wpo-service-slider .wpo-service-item .wpo-service-text h2,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item .wpo-service-text h2 {
font-size: 25px;
}
}
@media (max-width: 575px) {
.wpo-service-section .wpo-service-slider .wpo-service-item .wpo-service-text h2,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item .wpo-service-text h2 {
font-size: 25px;
}
}
.wpo-service-section .wpo-service-slider .wpo-service-item .wpo-service-text h2 a,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item .wpo-service-text h2 a {
color: #16182F;
}
.wpo-service-section .wpo-service-slider .wpo-service-item .wpo-service-text h2 a:hover,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item .wpo-service-text h2 a:hover {
color: #ED6B37;
}
.wpo-service-section .wpo-service-slider .wpo-service-item .wpo-service-text p,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item .wpo-service-text p {
color: #525252;
margin-bottom: 0;
font-weight: 400;
font-size: 18px;
line-height: 27px;
}
.wpo-service-section .wpo-service-slider .wpo-service-item:hover:before, .wpo-service-section .wpo-service-slider .wpo-service-item.active:before,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item:hover:before,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item.active:before {
opacity: 1;
visibility: visible;
}
.wpo-service-section .wpo-service-slider .wpo-service-item:hover .wpo-service-text .service-icon .fi:before, .wpo-service-section .wpo-service-slider .wpo-service-item.active .wpo-service-text .service-icon .fi:before,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item:hover .wpo-service-text .service-icon .fi:before,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item.active .wpo-service-text .service-icon .fi:before {
font-size: 60px;
background: #fff;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.wpo-service-section .wpo-service-slider .wpo-service-item:hover .wpo-service-text h2, .wpo-service-section .wpo-service-slider .wpo-service-item.active .wpo-service-text h2,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item:hover .wpo-service-text h2,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item.active .wpo-service-text h2 {
color: #fff;
}
.wpo-service-section .wpo-service-slider .wpo-service-item:hover .wpo-service-text h2 a, .wpo-service-section .wpo-service-slider .wpo-service-item.active .wpo-service-text h2 a,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item:hover .wpo-service-text h2 a,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item.active .wpo-service-text h2 a {
color: #fff;
}
.wpo-service-section .wpo-service-slider .wpo-service-item:hover .wpo-service-text h2 a:hover, .wpo-service-section .wpo-service-slider .wpo-service-item.active .wpo-service-text h2 a:hover,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item:hover .wpo-service-text h2 a:hover,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item.active .wpo-service-text h2 a:hover {
color: #fff;
}
.wpo-service-section .wpo-service-slider .wpo-service-item:hover .wpo-service-text p, .wpo-service-section .wpo-service-slider .wpo-service-item.active .wpo-service-text p,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item:hover .wpo-service-text p,
.wpo-service-section-s2 .wpo-service-slider .wpo-service-item.active .wpo-service-text p {
color: #fff;
}
.wpo-service-section .wpo-service-slider .slick-slider,
.wpo-service-section-s2 .wpo-service-slider .slick-slider {
margin: -15px;
}
.wpo-service-section .wpo-service-slider .slick-slider .slick-slide,
.wpo-service-section-s2 .wpo-service-slider .slick-slider .slick-slide {
padding: 15px;
}
.wpo-service-section .wpo-service-slider .slick-prev,
.wpo-service-section .wpo-service-slider .slick-next,
.wpo-service-section-s2 .wpo-service-slider .slick-prev,
.wpo-service-section-s2 .wpo-service-slider .slick-next {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background: #fff;
width: 50px;
height: 50px;
line-height: 65px;
-webkit-transition: all .3s;
transition: all .3s;
border: 1px solid #DDDDDD;
border-radius: 5px;
font-size: 0px;
z-index: 11;
}
.wpo-service-section .wpo-service-slider .slick-prev:hover,
.wpo-service-section .wpo-service-slider .slick-next:hover,
.wpo-service-section-s2 .wpo-service-slider .slick-prev:hover,
.wpo-service-section-s2 .wpo-service-slider .slick-next:hover {
background-color: #ED6B37;
}
.wpo-service-section .wpo-service-slider .slick-prev:hover:before,
.wpo-service-section .wpo-service-slider .slick-next:hover:before,
.wpo-service-section-s2 .wpo-service-slider .slick-prev:hover:before,
.wpo-service-section-s2 .wpo-service-slider .slick-next:hover:before {
color: #fff;
}
@media (max-width: 1440px) {
.wpo-service-section .wpo-service-slider .slick-prev,
.wpo-service-section .wpo-service-slider .slick-next,
.wpo-service-section-s2 .wpo-service-slider .slick-prev,
.wpo-service-section-s2 .wpo-service-slider .slick-next {
opacity: 0;
visibility: hidden;
}
}
@media (max-width: 767px) {
.wpo-service-section .wpo-service-slider .slick-prev,
.wpo-service-section .wpo-service-slider .slick-next,
.wpo-service-section-s2 .wpo-service-slider .slick-prev,
.wpo-service-section-s2 .wpo-service-slider .slick-next {
display: none;
}
}
.wpo-service-section .wpo-service-slider .slick-prev,
.wpo-service-section-s2 .wpo-service-slider .slick-prev {
left: -70px;
}
@media (max-width: 1440px) {
.wpo-service-section .wpo-service-slider .slick-prev,
.wpo-service-section-s2 .wpo-service-slider .slick-prev {
left: 20px;
}
}
@media (max-width: 767px) {
.wpo-service-section .wpo-service-slider .slick-prev,
.wpo-service-section-s2 .wpo-service-slider .slick-prev {
display: none !important;
}
}
.wpo-service-section .wpo-service-slider .slick-prev:before,
.wpo-service-section-s2 .wpo-service-slider .slick-prev:before {
font-family: "themify";
content: "\e629";
opacity: 1;
color: #ED6B37;
}
.wpo-service-section .wpo-service-slider .slick-next,
.wpo-service-section-s2 .wpo-service-slider .slick-next {
right: -70px;
}
@media (max-width: 1440px) {
.wpo-service-section .wpo-service-slider .slick-next,
.wpo-service-section-s2 .wpo-service-slider .slick-next {
right: 20px;
}
}
@media (max-width: 767px) {
.wpo-service-section .wpo-service-slider .slick-next,
.wpo-service-section-s2 .wpo-service-slider .slick-next {
display: none !important;
}
}
.wpo-service-section .wpo-service-slider .slick-next:before,
.wpo-service-section-s2 .wpo-service-slider .slick-next:before {
font-family: "themify";
content: "\e628";
opacity: 1;
color: #ED6B37;
}
.wpo-service-section .wpo-service-slider .slick-dots,
.wpo-service-section-s2 .wpo-service-slider .slick-dots {
text-align: center;
}
@media (min-width: 767px) {
.wpo-service-section .wpo-service-slider .slick-dots,
.wpo-service-section-s2 .wpo-service-slider .slick-dots {
display: none !important;
}
}
.wpo-service-section .wpo-service-slider .slick-dots li,
.wpo-service-section-s2 .wpo-service-slider .slick-dots li {
width: unset;
height: unset;
}
.wpo-service-section .wpo-service-slider .slick-dots li button,
.wpo-service-section-s2 .wpo-service-slider .slick-dots li button {
border: none;
margin: 0 5px;
width: 20px;
height: 8px;
border-radius: 10px;
background: #ebebeb;
}
.wpo-service-section .wpo-service-slider .slick-dots li button::before,
.wpo-service-section-s2 .wpo-service-slider .slick-dots li button::before {
display: none;
}
.wpo-service-section .wpo-service-slider .slick-dots li.slick-active button,
.wpo-service-section-s2 .wpo-service-slider .slick-dots li.slick-active button {
background: #ED6B37;
width: 45px;
}
.wpo-service-section .wpo-service-slider:hover .slick-prev,
.wpo-service-section .wpo-service-slider:hover .slick-next,
.wpo-service-section-s2 .wpo-service-slider:hover .slick-prev,
.wpo-service-section-s2 .wpo-service-slider:hover .slick-next {
opacity: 1;
visibility: visible;
}
.wpo-service-section.s3 .wpo-section-title,
.wpo-service-section-s2.s3 .wpo-section-title {
display: none;
}
/* 3.4 wpo-campaign-area */
.wpo-campaign-area,
.wpo-campaign-area-s2,
.wpo-campaign-area-s3,
.wpo-campaign-area-s4,
.wpo-campaign-area-s5 {
padding-bottom: 90px;
position: relative;
z-index: 1;
}
@media (max-width: 991px) {
.wpo-campaign-area,
.wpo-campaign-area-s2,
.wpo-campaign-area-s3,
.wpo-campaign-area-s4,
.wpo-campaign-area-s5 {
padding-bottom: 70px;
}
}
.wpo-campaign-area:before,
.wpo-campaign-area-s2:before,
.wpo-campaign-area-s3:before,
.wpo-campaign-area-s4:before,
.wpo-campaign-area-s5:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 55%;
content: "";
background: linear-gradient(286.02deg, #080A14 38.02%, #10121E 61.92%, #282A34 74.32%, #404354 90.71%, #343643 99.65%);
z-index: -1;
}
@media (max-width: 991px) {
.wpo-campaign-area:before,
.wpo-campaign-area-s2:before,
.wpo-campaign-area-s3:before,
.wpo-campaign-area-s4:before,
.wpo-campaign-area-s5:before {
height: 25%;
}
}
.wpo-campaign-area:after,
.wpo-campaign-area-s2:after,
.wpo-campaign-area-s3:after,
.wpo-campaign-area-s4:after,
.wpo-campaign-area-s5:after {
position: absolute;
right: 0;
top: 0;
width: 50%;
height: 55%;
background: #23242F;
content: "";
-webkit-clip-path: polygon(57% 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(57% 0, 100% 0, 100% 100%, 0% 100%);
z-index: -1;
}
@media (max-width: 991px) {
.wpo-campaign-area:after,
.wpo-campaign-area-s2:after,
.wpo-campaign-area-s3:after,
.wpo-campaign-area-s4:after,
.wpo-campaign-area-s5:after {
height: 25%;
}
}
.wpo-campaign-area .wpo-section-title h2,
.wpo-campaign-area-s2 .wpo-section-title h2,
.wpo-campaign-area-s3 .wpo-section-title h2,
.wpo-campaign-area-s4 .wpo-section-title h2,
.wpo-campaign-area-s5 .wpo-section-title h2 {
color: #fff;
}
.wpo-campaign-area .wpo-campaign-item,
.wpo-campaign-area-s2 .wpo-campaign-item,
.wpo-campaign-area-s3 .wpo-campaign-item,
.wpo-campaign-area-s4 .wpo-campaign-item,
.wpo-campaign-area-s5 .wpo-campaign-item {
padding: 10px;
-webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.15);
box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.15);
border-radius: 15px;
background: #fff;
margin-bottom: 30px;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-img,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-img,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-img,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-img,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-img {
position: relative;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-img img,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-img img,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-img img,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-img img,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-img img {
border-radius: 15px;
width: 100%;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content small,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content small,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content small,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content small,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content small {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 40px;
color: #ED6B37;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content h2,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content h2,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content h2,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content h2,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content h2 {
font-weight: 600;
font-size: 24px;
line-height: 40px;
margin-top: 0;
margin-bottom: 15px;
}
@media (max-width: 1199px) {
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content h2,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content h2,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content h2,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content h2,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content h2 {
font-size: 22px;
line-height: 35px;
}
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content h2 a,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content h2 a,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content h2 a,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content h2 a,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content h2 a {
color: #16182F;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content h2 a:hover,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content h2 a:hover,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content h2 a:hover,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content h2 a:hover,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content h2 a:hover {
color: #ED6B37;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top {
padding: 15px;
padding-top: 22px;
}
@media (max-width: 1400px) {
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top {
padding: 15px 0;
}
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;
margin-bottom: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 1399px) {
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p {
font-size: 16px;
}
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p i,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p i,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p i,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p i,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top p i {
margin-right: 10px;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul {
list-style: none;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul li,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul li,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul li,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul li,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul li {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 30px;
color: #16182F;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 1199px) {
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul li,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul li,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul li,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul li,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top ul li {
font-size: 16px;
}
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-section,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-section,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-section,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-section,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-section {
padding-top: 35px;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress {
height: 8px;
overflow: unset;
background-color: #ffdcd1;
margin-bottom: 15px;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress .progress-bar,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress .progress-bar,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress .progress-bar,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress .progress-bar,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress .progress-bar {
border-radius: 15px;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
-webkit-animation: animate-positive 4s;
animation: animate-positive 4s;
background: #ED6B37;
height: 8px;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-bar,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-bar,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-bar,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-bar,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-bar {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #F26522;
-webkit-transition: width .6s ease;
transition: width .6s ease;
overflow: unset;
}
.wpo-campaign-area .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress .progress-value,
.wpo-campaign-area-s2 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress .progress-value,
.wpo-campaign-area-s3 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress .progress-value,
.wpo-campaign-area-s4 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress .progress-value,
.wpo-campaign-area-s5 .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress .progress-value {
text-align: center;
left: 90%;
position: absolute;
color: #16182F;
font-weight: 700;
font-size: 14px;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.45);
top: -30px;
line-height: 20px;
}
@media (max-width: 1200px) {
.wpo-campaign-area .wpo-campaign-area,
.wpo-campaign-area-s2 .wpo-campaign-area,
.wpo-campaign-area-s3 .wpo-campaign-area,
.wpo-campaign-area-s4 .wpo-campaign-area,
.wpo-campaign-area-s5 .wpo-campaign-area {
padding-bottom: 90px;
}
.wpo-campaign-area .wpo-campaign-content h2,
.wpo-campaign-area-s2 .wpo-campaign-content h2,
.wpo-campaign-area-s3 .wpo-campaign-content h2,
.wpo-campaign-area-s4 .wpo-campaign-content h2,
.wpo-campaign-area-s5 .wpo-campaign-content h2 {
font-size: 20px;
}
}
.wpo-campaign-area .wpo-campaign-single,
.wpo-campaign-area-s2 .wpo-campaign-single,
.wpo-campaign-area-s3 .wpo-campaign-single,
.wpo-campaign-area-s4 .wpo-campaign-single,
.wpo-campaign-area-s5 .wpo-campaign-single {
padding: 0 5px;
}
@media (max-width: 767px) {
.wpo-campaign-area .wpo-campaign-content h2,
.wpo-campaign-area-s2 .wpo-campaign-content h2,
.wpo-campaign-area-s3 .wpo-campaign-content h2,
.wpo-campaign-area-s4 .wpo-campaign-content h2,
.wpo-campaign-area-s5 .wpo-campaign-content h2 {
font-size: 20px;
}
}
.wpo-campaign-area-s5 .wpo-section-title {
display: none;
}
.wpo-campaign-area-s5:before, .wpo-campaign-area-s5:after {
display: none;
}
/* 3.5 wpo-testimonial-section */
.wpo-testimonial-section {
position: relative;
padding-bottom: 0;
}
.wpo-testimonial-section .wpo-testimonial-wrap {
position: relative;
z-index: 91;
}
@media (max-width: 1399px) {
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-items {
margin-right: -100px;
padding-left: 60px;
max-width: 550px;
}
}
@media (max-width: 991px) {
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-items {
margin-right: 0;
padding-left: 0px;
max-width: 100%;
}
}
@media (max-width: 991px) {
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text {
text-align: center;
}
}
@media (max-width: 767px) {
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text {
text-align: center;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .fi {
font-size: 80px;
}
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .fi:before {
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p {
font-style: normal;
font-weight: 450;
font-size: 32px;
line-height: 45px;
color: #16182F;
font-family: "Futura PT";
}
@media (max-width: 1399px) {
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p {
font-size: 26px;
}
}
@media (max-width: 575px) {
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text p {
font-size: 22px;
line-height: 36px;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 5px;
padding-bottom: 5px;
}
@media (max-width: 991px) {
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (max-width: 575px) {
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm {
margin-top: 20px;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm .wpo-testimonial-text-btm-img {
padding: 6px;
background: #fff;
border-radius: 50%;
-webkit-box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
margin-right: 18px;
}
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm .wpo-testimonial-text-btm-img img {
border-radius: 50%;
}
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
font-style: normal;
font-weight: 450;
font-size: 25px;
line-height: 32px;
}
@media (max-width: 767px) {
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 {
font-size: 18px;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .wpo-testimonial-text-btm h3 span {
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #FFEBEB;
display: block;
margin-left: 10px;
position: relative;
top: 3px;
}
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left {
position: relative;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0 auto;
}
@media (max-width: 991px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner {
position: relative;
z-index: 1;
}
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .shape-1 {
position: absolute;
left: 25px;
top: 150px;
width: 437.04px;
height: 437.04px;
border-radius: 50%;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
z-index: -1;
}
@media (max-width: 1199px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .shape-1 {
width: 400.94px;
height: 400.94px;
left: 28px;
top: 150px;
}
}
@media (max-width: 991px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .shape-1 {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media (max-width: 575px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .shape-1 {
width: 250.94px;
height: 250.94px;
left: 50%;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s1,
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s2,
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s3 {
position: absolute;
left: -22px;
top: 105px;
width: 528.22px;
height: 528.22px;
border: 1px solid #ED6B37;
opacity: 0.3;
border-radius: 50%;
z-index: -1;
}
@media (max-width: 1199px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s1 {
width: 450.94px;
height: 450.94px;
left: 4px;
top: 125px;
}
}
@media (max-width: 991px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s1 {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media (max-width: 575px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s1 {
width: 280.94px;
height: 280.94px;
left: 50%;
top: 135px;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s2 {
width: 614.68px;
height: 614.68px;
left: -63px;
top: 63px;
}
@media (max-width: 1199px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s2 {
width: 500.94px;
height: 500.94px;
left: -20px;
top: 100px;
}
}
@media (max-width: 991px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s2 {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media (max-width: 575px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s2 {
width: 310.94px;
height: 310.94px;
left: 50%;
top: 120px;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s3 {
width: 698px;
height: 698px;
left: -105px;
top: 20px;
}
@media (max-width: 1199px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s3 {
width: 550.94px;
height: 550.94px;
left: -45px;
top: 73px;
}
}
@media (max-width: 991px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s3 {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@media (max-width: 575px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-left-inner .border-s3 {
width: 340.94px;
height: 340.94px;
left: 50%;
top: 105px;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-img {
position: relative;
bottom: -10px;
}
@media (max-width: 991px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-img {
text-align: center;
margin-top: 50px;
}
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-img img {
margin: 0 auto;
}
}
@media (max-width: 991px) and (max-width: 575px) {
.wpo-testimonial-section .wpo-testimonial-wrap .testimonial-left .testimonial-img img {
max-width: 320px;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots {
text-align: left;
bottom: -60px;
}
@media (max-width: 991px) {
.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots {
text-align: center;
}
}
.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li {
width: unset;
height: unset;
}
.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li button {
background: #D9D9D9;
margin-right: 5px;
width: 10px;
height: 10px;
padding: 0;
border-radius: 50%;
}
.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li button::before {
display: none;
}
.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li.slick-active button {
background: #ED6B37;
}
.wpo-testimonial-section .wpo-testimonial-wrap .slick-dots li.slick-active button::after {
position: absolute;
left: -3px;
top: -3px;
width: 16px;
height: 16px;
content: "";
border: 1px solid #ED6B37;
border-radius: 50%;
}
/* 3.6 wpo-fun-fact-section */
.wpo-fun-fact-section,
.wpo-fun-fact-section-s2,
.wpo-fun-fact-section-s3,
.wpo-fun-fact-section-s4 {
text-align: center;
position: relative;
z-index: 99;
}
.wpo-fun-fact-section .right-bg,
.wpo-fun-fact-section-s2 .right-bg,
.wpo-fun-fact-section-s3 .right-bg,
.wpo-fun-fact-section-s4 .right-bg {
position: absolute;
right: 0;
top: 0;
width: 51%;
height: 100%;
background: url(/images/funfact.jpg) no-repeat center center;
background-size: cover;
}
@media (max-width: 991px) {
.wpo-fun-fact-section .right-bg,
.wpo-fun-fact-section-s2 .right-bg,
.wpo-fun-fact-section-s3 .right-bg,
.wpo-fun-fact-section-s4 .right-bg {
position: relative;
width: 100%;
height: 450px;
}
}
@media (max-width: 575px) {
.wpo-fun-fact-section .right-bg,
.wpo-fun-fact-section-s2 .right-bg,
.wpo-fun-fact-section-s3 .right-bg,
.wpo-fun-fact-section-s4 .right-bg {
height: 300px;
}
}
.wpo-fun-fact-section .right-bg .video-btn .btn-wrap,
.wpo-fun-fact-section-s2 .right-bg .video-btn .btn-wrap,
.wpo-fun-fact-section-s3 .right-bg .video-btn .btn-wrap,
.wpo-fun-fact-section-s4 .right-bg .video-btn .btn-wrap {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
line-height: 96px;
background: #fff;
border-radius: 50%;
z-index: 1;
border: 2px solid #ED6B37;
}
.wpo-fun-fact-section .right-bg .video-btn .btn-wrap .fi::before,
.wpo-fun-fact-section-s2 .right-bg .video-btn .btn-wrap .fi::before,
.wpo-fun-fact-section-s3 .right-bg .video-btn .btn-wrap .fi::before,
.wpo-fun-fact-section-s4 .right-bg .video-btn .btn-wrap .fi::before {
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
font-size: 35px;
position: relative;
right: -3px;
}
.wpo-fun-fact-section .right-bg .video-btn .btn-wrap:after,
.wpo-fun-fact-section-s2 .right-bg .video-btn .btn-wrap:after,
.wpo-fun-fact-section-s3 .right-bg .video-btn .btn-wrap:after,
.wpo-fun-fact-section-s4 .right-bg .video-btn .btn-wrap:after {
position: absolute;
left: -20%;
top: -20%;
width: 140%;
height: 140%;
background: rgba(255, 255, 255, 0.3);
content: "";
-webkit-animation: save-the-date-pulse .8s infinite;
animation: save-the-date-pulse .8s infinite;
border-radius: 50%;
z-index: -1;
}
.wpo-fun-fact-section .container-fluid,
.wpo-fun-fact-section-s2 .container-fluid,
.wpo-fun-fact-section-s3 .container-fluid,
.wpo-fun-fact-section-s4 .container-fluid {
padding: 0;
}
.wpo-fun-fact-section .wpo-fun-fact-wrap,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap {
background: linear-gradient(285.14deg, #080A14 0%, #10121E 38.41%, #282A34 58.32%, #404354 84.65%, #343643 99.02%);
}
.wpo-fun-fact-section .wpo-fun-fact-wrap .wpo-fun-fact-grids,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .wpo-fun-fact-grids,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids {
max-width: 550px;
margin: 0 auto;
padding: 100px 0;
}
@media (max-width: 767px) {
.wpo-fun-fact-section .wpo-fun-fact-wrap .wpo-fun-fact-grids,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .wpo-fun-fact-grids,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids {
padding: 60px 0;
}
}
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid {
width: 50%;
float: left;
position: relative;
padding: 30px 40px;
}
@media (max-width: 1199px) {
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid {
padding: 30px 20px;
}
}
@media (max-width: 767px) {
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid {
width: 50%;
}
}
@media (max-width: 575px) {
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid {
padding: 15px 10px;
}
}
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid:nth-child(1),
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid:nth-child(1),
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid:nth-child(1),
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid:nth-child(1) {
border-bottom: 1px solid rgba(67, 73, 105, 0.5);
}
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid:nth-child(2),
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid:nth-child(2),
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid:nth-child(2),
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid:nth-child(2) {
border-bottom: 1px solid rgba(67, 73, 105, 0.5);
border-left: 1px solid rgba(67, 73, 105, 0.5);
}
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid:nth-child(4),
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid:nth-child(4),
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid:nth-child(4),
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid:nth-child(4) {
border-left: 1px solid rgba(67, 73, 105, 0.5);
}
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid h3 {
font-style: normal;
font-weight: 600;
font-size: 60px;
line-height: 77px;
color: #fff;
margin: 0 0 0.2em;
font-family: "Futura PT";
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 1200px) {
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid h3 {
font-size: 50px;
ont-size: 3.33333rem;
}
}
@media (max-width: 991px) {
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid h3 {
font-size: 40px;
font-size: 2.66667rem;
}
}
@media (max-width: 767px) {
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid h3,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid h3 {
font-size: 35px;
font-size: 2.33333rem;
}
}
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid h3 span,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid h3 span,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid h3 span,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid h3 span {
font-family: "Futura PT";
}
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid h3 + p,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid h3 + p,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid h3 + p,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid h3 + p {
font-weight: 400;
font-size: 18px;
line-height: 30px;
margin: 0;
color: #fff;
font-family: "Nunito Sans", sans-serif;
max-width: 160px;
margin: 0 auto;
}
@media (max-width: 1199px) {
.wpo-fun-fact-section .wpo-fun-fact-wrap .grid h3 + p,
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .grid h3 + p,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .grid h3 + p,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .grid h3 + p {
font-size: 16px;
font-size: 1.06667rem;
}
}
/* 3.7 wpo-team-section */
.wpo-team-section {
padding-bottom: 90px;
}
@media (max-width: 991px) {
.wpo-team-section {
padding-bottom: 60px;
}
}
.wpo-team-section .wpo-team-wrap .wpo-team-item {
text-align: center;
border-radius: 50%;
position: relative;
-webkit-transition: all .3s;
transition: all .3s;
max-width: 270px;
margin: 0 auto;
margin-bottom: 30px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
padding: 10px;
border-radius: 50%;
position: relative;
background: #fff;
z-index: 1;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box {
border-radius: 50%;
overflow: hidden;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box img {
width: 100%;
border-radius: 50%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all .3s;
transition: all .3s;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s;
transition: all .3s;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li {
-webkit-transition: all .3s;
transition: all .3s;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li + li {
margin-left: 10px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li:nth-child(1) {
margin-top: -10px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li:nth-child(2) {
margin-top: -20px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li:nth-child(3) {
margin-top: -30px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img .wpo-team-img-box ul li a {
display: block;
width: 30px;
height: 30px;
line-height: 30px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
border-radius: 50%;
color: #fff;
font-size: 14px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img:before {
position: absolute;
left: -2px;
top: -2px;
width: 274px;
height: 274px;
content: "";
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
z-index: -1;
border-radius: 50%;
}
@media (max-width: 1399px) {
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img:before {
left: -2px;
top: -2px;
width: 267px;
height: 267px;
}
}
@media (max-width: 1199px) {
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img:before {
width: 222px;
height: 222px;
}
}
@media (max-width: 991px) {
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img:before {
width: 274px;
height: 274px;
}
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background: #fff;
z-index: -1;
border-radius: 50%;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img {
width: 100%;
border-radius: 50%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all .3s;
transition: all .3s;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
padding-top: 15px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
font-style: normal;
font-weight: 450;
font-size: 30px;
line-height: 38px;
text-align: center;
color: #16182F;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a {
color: #16182F;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a:hover {
color: #ED6B37;
}
@media (max-width: 1200px) {
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
font-size: 25px;
}
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img .wpo-team-img-box img, .wpo-team-section .wpo-team-wrap .wpo-team-item.active .wpo-team-img .wpo-team-img-box img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img .wpo-team-img-box ul, .wpo-team-section .wpo-team-wrap .wpo-team-item.active .wpo-team-img .wpo-team-img-box ul {
opacity: 1;
visibility: visible;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img .wpo-team-img-box ul li, .wpo-team-section .wpo-team-wrap .wpo-team-item.active .wpo-team-img .wpo-team-img-box ul li {
margin-top: 0;
}
.wpo-team-section.s2 {
border-top: 1px solid #ebebeb;
}
/* 3.8 wpo-donors-section */
.wpo-donors-section .wpo-donors-wrap {
padding: 50px 100px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
border-radius: 20px;
}
@media (max-width: 1199px) {
.wpo-donors-section .wpo-donors-wrap {
padding: 50px 50px;
}
}
@media (max-width: 991px) {
.wpo-donors-section .wpo-donors-wrap {
text-align: center;
}
}
@media (max-width: 575px) {
.wpo-donors-section .wpo-donors-wrap {
padding: 30px 15px;
}
}
.wpo-donors-section .wpo-donors-wrap h2 {
font-family: "Nunito Sans", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 35px;
line-height: 48px;
color: #fff;
margin-bottom: 0;
}
@media (max-width: 1399px) {
.wpo-donors-section .wpo-donors-wrap h2 {
font-size: 32px;
}
}
@media (max-width: 1199px) {
.wpo-donors-section .wpo-donors-wrap h2 {
font-size: 28px;
line-height: 38px;
}
}
.wpo-donors-section .wpo-donors-wrap .donors-btn {
text-align: right;
}
@media (max-width: 991px) {
.wpo-donors-section .wpo-donors-wrap .donors-btn {
text-align: center;
margin-top: 40px;
}
}
@media (max-width: 575px) {
.wpo-donors-section .wpo-donors-wrap .donors-btn {
margin-top: 30px;
}
}
.wpo-donors-section .wpo-donors-wrap .donors-btn a {
padding: 15px 20px;
background: #16182F;
font-weight: 700;
font-size: 20px;
line-height: 27px;
text-align: center;
color: #fff;
border-radius: 10px;
}
@media (max-width: 575px) {
.wpo-donors-section .wpo-donors-wrap .donors-btn a {
font-size: 15px;
}
}
.wpo-donors-section .wpo-donors-wrap .donors-btn a + a {
margin-left: 10px;
background: #fff;
color: #ED6B37;
}
/* 3.9 wpo-blog-section */
.wpo-blog-section,
.wpo-blog-section-s2 {
padding-bottom: 90px;
position: relative;
z-index: 1;
}
@media (max-width: 767px) {
.wpo-blog-section,
.wpo-blog-section-s2 {
padding-bottom: 60px;
}
}
.wpo-blog-section .wpo-blog-item,
.wpo-blog-section-s2 .wpo-blog-item {
margin-bottom: 30px;
padding: 10px;
-webkit-box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
border-radius: 10px;
padding-bottom: 0;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-img,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img {
overflow: hidden;
position: relative;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-img img,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img img {
width: 100%;
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
-ms-filter: grayscale(0);
filter: grayscale(0);
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(1);
transform: scale(1);
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.wpo-blog-section .wpo-blog-item:hover .wpo-blog-img img,
.wpo-blog-section-s2 .wpo-blog-item:hover .wpo-blog-img img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content {
padding: 30px 20px;
}
@media (max-width: 1199px) {
.wpo-blog-section .wpo-blog-item .wpo-blog-content,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content {
padding: 20px 5px;
}
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 15px;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li {
color: #525252;
font-size: 16px;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child {
padding-right: 30px;
position: relative;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child:before,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child:before {
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 6px;
height: 6px;
content: "";
background: #525252;
border-radius: 50%;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li a {
color: #525252;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a:hover,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li a:hover {
color: #ED6B37;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 {
font-family: "Futura PT";
margin-bottom: 20px;
font-weight: 500;
font-size: 25px;
line-height: 35px;
margin-top: 10px;
}
@media (max-width: 1399px) {
.wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 {
font-size: 22px;
line-height: 30px;
margin-bottom: 20px;
}
}
@media (max-width: 1199px) {
.wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 {
font-size: 20px;
}
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a {
color: #16182F;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a:hover,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a:hover {
color: #ED6B37;
}
.wpo-blog-section .wpo-blog-item .wpo-blog-content a.more,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content a.more {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
display: inline-block;
padding-bottom: 5px;
border-bottom: 1px solid #ED6B37;
}
@media (max-width: 1199px) {
.wpo-blog-section .wpo-blog-item .wpo-blog-content a.more,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content a.more {
font-size: 14px;
}
}
/* 3.10 wpo-instagram-section */
.wpo-instagram-section .container-fluid {
padding: 0;
}
.wpo-instagram-section .instagram-slider .wpo-instagram-item img {
width: 100%;
}
.wpo-instagram-section .instagram-slider .slick-slider {
margin: -10px;
}
.wpo-instagram-section .instagram-slider .slick-slider .slick-slide {
padding: 10px;
}
.wpo-instagram-section .instagram-slider .slick-prev,
.wpo-instagram-section .instagram-slider .slick-next {
background-color: rgba(237, 107, 55, 0.7);
width: 45px;
height: 45px;
z-index: 10;
border-radius: 50%;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s;
transition: all .3s;
border: 2px solid #ED6B37;
}
.wpo-instagram-section .instagram-slider .slick-prev:hover,
.wpo-instagram-section .instagram-slider .slick-next:hover {
background-color: #ED6B37;
}
.wpo-instagram-section .instagram-slider .slick-prev {
left: 0px;
}
@media (max-width: 767px) {
.wpo-instagram-section .instagram-slider .slick-prev {
display: none !important;
}
}
.wpo-instagram-section .instagram-slider .slick-prev:before {
font-family: "themify";
content: "\e629";
opacity: 1;
}
.wpo-instagram-section .instagram-slider .slick-next {
right: 0px;
}
@media (max-width: 767px) {
.wpo-instagram-section .instagram-slider .slick-next {
display: none !important;
}
}
.wpo-instagram-section .instagram-slider .slick-next:before {
font-family: "themify";
content: "\e628";
opacity: 1;
}
.wpo-instagram-section .instagram-slider:hover .slick-next {
right: 20px;
opacity: 1;
visibility: visible;
}
.wpo-instagram-section .instagram-slider:hover .slick-prev {
left: 20px;
opacity: 1;
visibility: visible;
}
/* 3.11 partners-section */
.partners-section {
padding: 100px 0;
}
@media (max-width: 991px) {
.partners-section {
padding: 70px 0 50px;
}
}
.partners-section .partners-slider .grid img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
margin: 0 auto;
}
.partners-section .partners-slider .owl-item img {
width: unset;
}
.partners-section .partners-slider .owl-nav {
display: none;
}
/*======================================
5. Home-style-2
=======================================*/
.wpo-service-section-s2 {
padding-top: 0;
padding-bottom: 0;
margin-top: -200px;
position: relative;
}
@media (max-width: 1199px) {
.wpo-service-section-s2 {
margin-top: -150px;
}
}
@media (max-width: 991px) {
.wpo-service-section-s2 {
margin-top: 0px;
padding: 80px 0;
}
}
.wpo-service-section-s2 .wpo-section-title {
display: none;
}
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
margin-left: -120px;
}
@media (max-width: 1800px) {
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
margin-left: -80px;
}
}
@media (max-width: 1600px) {
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
margin-left: -50px;
}
}
@media (max-width: 1400px) {
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
margin-left: -20px;
}
}
@media (max-width: 991px) {
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
margin-left: 0px;
}
}
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .wpo-about-img-text {
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -90px;
}
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .about-shape {
position: absolute;
left: -50px;
top: -50px;
z-index: -1;
}
@media (max-width: 991px) {
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .about-shape {
display: none;
}
}
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .about-shape .shape-1,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .about-shape .shape-2,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .about-shape .shape-3,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .about-shape .shape-4 {
width: 180.58px;
height: 180.58px;
opacity: 0.3;
border: 1px solid #ED6B37;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
}
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .about-shape .shape-2 {
width: 235.35px;
height: 235.35px;
left: -25px;
top: -25px;
}
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .about-shape .shape-3 {
width: 273.88px;
height: 273.88px;
left: -44px;
top: -44px;
}
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img .about-shape .shape-4 {
width: 311px;
height: 311px;
left: -63px;
top: -63px;
}
.wpo-campaign-area-s2,
.wpo-campaign-area-s3 {
margin: 100px 0;
}
@media (max-width: 1399px) {
.wpo-campaign-area-s2,
.wpo-campaign-area-s3 {
margin: 0;
margin-bottom: 50px;
}
}
@media (max-width: 991px) {
.wpo-campaign-area-s2,
.wpo-campaign-area-s3 {
padding: 70px 0 40px;
}
}
.wpo-campaign-area-s2:after, .wpo-campaign-area-s2:before,
.wpo-campaign-area-s3:after,
.wpo-campaign-area-s3:before {
display: none;
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single {
padding: 15px;
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
border-radius: 0;
}
@media (max-width: 991px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item {
display: block;
}
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-img,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-img {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-img img,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-img img {
border-radius: 0;
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
padding: 40px;
}
@media (max-width: 1399px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content {
padding: 30px;
}
}
@media (max-width: 1199px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content {
padding: 15px;
}
}
@media (max-width: 1199px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content small,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content small {
font-size: 16px;
}
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top {
padding: 0;
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top h2,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top h2 {
font-weight: 500;
font-size: 35px;
line-height: 40px;
margin-bottom: 20px;
}
@media (max-width: 1399px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top h2,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top h2 {
font-size: 25px;
line-height: 35px;
margin-bottom: 10px;
}
}
@media (max-width: 1199px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top h2,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top h2 {
font-size: 22px;
}
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .details,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .details {
margin-top: 20px;
}
@media (max-width: 1399px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .details,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .details {
margin-top: 10px;
}
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .details p,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .details p {
font-weight: 400;
font-size: 18px;
line-height: 30px;
}
@media (max-width: 1199px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .details p,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .details p {
font-size: 16px;
line-height: 26px;
}
}
@media (max-width: 1199px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-section,
.wpo-campaign-area-s3 .wpo-campaign-wrap .wpo-campaign-single .wpo-campaign-item .wpo-campaign-content .wpo-campaign-text-top .progress-section {
padding-top: 15px;
}
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-prev,
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-next,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-prev,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-next {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background: #fff;
width: 50px;
height: 50px;
line-height: 65px;
-webkit-transition: all .3s;
transition: all .3s;
border: 1px solid #DDDDDD;
border-radius: 5px;
font-size: 0px;
z-index: 11;
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-prev:hover,
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-next:hover,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-prev:hover,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-next:hover {
background-color: #ED6B37;
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-prev:hover:before,
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-next:hover:before,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-prev:hover:before,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-next:hover:before {
color: #fff;
}
@media (max-width: 767px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-prev,
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-next,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-prev,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-next {
display: none;
}
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-prev,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-prev {
left: -70px;
}
@media (max-width: 1440px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-prev,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-prev {
left: 20px;
}
}
@media (max-width: 767px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-prev,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-prev {
display: none !important;
}
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-prev:before,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-prev:before {
font-family: "themify";
content: "\e629";
opacity: 1;
color: #ED6B37;
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-next,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-next {
right: -70px;
}
@media (max-width: 1440px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-next,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-next {
right: 20px;
}
}
@media (max-width: 767px) {
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-next,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-next {
display: none !important;
}
}
.wpo-campaign-area-s2 .wpo-campaign-wrap .slick-next:before,
.wpo-campaign-area-s3 .wpo-campaign-wrap .slick-next:before {
font-family: "themify";
content: "\e628";
opacity: 1;
color: #ED6B37;
}
.wpo-campaign-area-s2 .shape-left,
.wpo-campaign-area-s3 .shape-left {
position: absolute;
left: 0;
bottom: 0;
width: 50%;
height: 40%;
background: #16182F;
overflow: hidden;
z-index: -1;
}
.wpo-campaign-area-s2 .shape-left img,
.wpo-campaign-area-s3 .shape-left img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.wpo-campaign-area-s2 .shape-right,
.wpo-campaign-area-s3 .shape-right {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 40%;
background: #16182F;
overflow: hidden;
z-index: -1;
}
.wpo-campaign-area-s2 .shape-right img,
.wpo-campaign-area-s3 .shape-right img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.wpo-fun-fact-section-s2,
.wpo-fun-fact-section-s3,
.wpo-fun-fact-section-s4 {
background: linear-gradient(285.14deg, #080A14 0%, #10121E 38.41%, #282A34 58.32%, #404354 84.65%, #343643 99.02%);
padding-bottom: 300px;
}
@media (max-width: 1199px) {
.wpo-fun-fact-section-s2,
.wpo-fun-fact-section-s3,
.wpo-fun-fact-section-s4 {
padding-bottom: 150px;
}
}
@media (max-width: 575px) {
.wpo-fun-fact-section-s2,
.wpo-fun-fact-section-s3,
.wpo-fun-fact-section-s4 {
padding-bottom: 80px;
}
}
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap {
background: none;
}
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .wpo-fun-fact-grids,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids {
max-width: 100%;
}
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid {
width: 25%;
border: 0;
position: relative;
}
@media (max-width: 767px) {
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid {
width: 50%;
}
}
@media (max-width: 575px) {
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid {
padding: 15px 5px;
}
}
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid + .grid:before,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid + .grid:before,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid + .grid:before {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 150px;
width: 1px;
background: #434969;
opacity: 0.5;
content: "";
}
@media (max-width: 767px) {
.wpo-fun-fact-section-s2 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid:nth-child(3):before,
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid:nth-child(3):before,
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid:nth-child(3):before {
display: none;
}
}
.funfact-video {
position: relative;
margin-top: -300px;
z-index: 111;
}
@media (max-width: 1199px) {
.funfact-video {
margin-top: -150px;
}
}
@media (max-width: 575px) {
.funfact-video {
margin-top: -80px;
}
}
@media (max-width: 575px) {
.funfact-video img {
min-height: 230px;
-o-object-fit: cover;
object-fit: cover;
}
}
.funfact-video .video-btn .btn-wrap {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
line-height: 96px;
background: #fff;
border-radius: 50%;
z-index: 1;
border: 2px solid #ED6B37;
text-align: center;
}
.funfact-video .video-btn .btn-wrap .fi::before {
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
font-size: 35px;
position: relative;
right: -2px;
}
.funfact-video .video-btn .btn-wrap:after {
position: absolute;
left: -20%;
top: -20%;
width: 140%;
height: 140%;
background: rgba(255, 255, 255, 0.3);
content: "";
-webkit-animation: save-the-date-pulse .8s infinite;
animation: save-the-date-pulse .8s infinite;
border-radius: 50%;
z-index: -1;
}
/*======================================
6. Home-style-3
=======================================*/
/* 6.1 wpo-features-s2 */
.wpo-features-s2 .features-wrap .feature-item {
padding: 44px 50px;
background: #fff;
-webkit-box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15);
border-radius: 20px;
text-align: center;
}
@media (max-width: 1199px) {
.wpo-features-s2 .features-wrap .feature-item {
padding: 44px 30px;
}
}
@media (max-width: 991px) {
.wpo-features-s2 .features-wrap .feature-item {
margin-bottom: 30px;
}
}
.wpo-features-s2 .features-wrap .feature-item .icon {
width: 130px;
height: 130px;
line-height: 130px;
border: 1px solid #ED6B37;
margin: auto;
border-radius: 50%;
margin-bottom: 30px;
position: relative;
}
.wpo-features-s2 .features-wrap .feature-item .icon .fi:before {
font-size: 60px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.wpo-features-s2 .features-wrap .feature-item .feature-text h2 {
font-weight: 450;
font-size: 30px;
line-height: 38px;
text-align: center;
}
.wpo-features-s2 .features-wrap .feature-item .feature-text h2 a {
color: #16182F;
}
.wpo-features-s2 .features-wrap .feature-item .feature-text h2 a:hover {
color: #ED6B37;
}
.wpo-features-s2 .features-wrap .feature-item .feature-text p {
margin-bottom: 0;
}
.wpo-features-s2 .features-dot {
width: 100%;
height: 100%;
left: 56%;
top: 8%;
}
.wpo-features-s2 .icon i.fi {
position: absolute;
left: 32px;
top: 0;
}
.wpo-features-s2 .dots {
width: 15px;
height: 15px;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
border-radius: 50%;
left: 25px;
top: 0;
position: relative;
}
.wpo-features-s2 .features-content h2 {
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
margin-top: 10px;
}
.wpo-features-s2 .features-dot:nth-child(1) {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation: features-dot_1 2s infinite linear;
animation: features-dot_1 2s infinite linear;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.wpo-features-s2 .feature-item .features-wrapper:hover .features-dot:nth-child(1) {
-webkit-animation-play-state: running;
animation-play-state: running;
}
@-webkit-keyframes features-dot_1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes features-dot_1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes features-dot_2 {
0% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
}
}
@keyframes features-dot_2 {
0% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(540deg);
transform: rotate(540deg);
}
}
/* 6.2 wpo-about-section-s3 */
@media (max-width: 991px) {
.wpo-about-section-s3 {
padding-top: 70px;
}
}
@media (max-width: 575px) {
.wpo-about-section-s3 {
padding-top: 50px;
}
}
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img {
padding: 0;
border: 0;
margin-left: -80px;
}
@media (max-width: 991px) {
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img {
margin-left: 0;
}
}
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-img .wpo-about-img-text {
display: none;
}
@media (max-width: 991px) {
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text {
margin-top: 30px;
}
}
/* 6.3 wpo-fun-fact-section-s3 */
.funfact-wrap-sec .funfact-video {
display: none;
}
.wpo-fun-fact-section-s3 {
padding-bottom: 0;
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
}
.wpo-fun-fact-section-s3:before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background: url(/images/particale.png) no-repeat center center;
background-size: cover;
}
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids {
padding: 80px 0 70px;
}
@media (max-width: 1199px) {
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids {
padding: 50px 0 40px;
}
}
.wpo-fun-fact-section-s3 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid + .grid:before {
background: #fff;
}
/* 6.4 wpo-campaign-area-s3 */
.wpo-campaign-area-s3 {
margin: 0;
}
.wpo-campaign-area-s3 .shape-left,
.wpo-campaign-area-s3 .shape-right {
display: none;
}
/*======================================
6. Home-style-4
=======================================*/
/* 7.1 wpo-about-section-s4 */
@media (max-width: 991px) {
.wpo-about-section-s4 {
padding-top: 70px;
}
}
.wpo-about-section-s4 .wpo-about-wrap {
padding: 40px;
border: 1px solid #ED6B37;
}
@media (max-width: 991px) {
.wpo-about-section-s4 .wpo-about-wrap {
padding: 10px;
}
}
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img {
padding: 0;
border: 0;
}
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-img .wpo-about-img-text {
display: none;
}
@media (max-width: 991px) {
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text {
margin-top: 30px;
}
}
/* 7.2 wpo-campaign-area-s4 */
.wpo-campaign-area-s4 {
padding-top: 0;
}
.wpo-campaign-area-s4:before, .wpo-campaign-area-s4:after {
display: none;
}
.wpo-campaign-area-s4 .wpo-campaign-wrap ul {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 40px;
border: 0;
}
@media (max-width: 575px) {
.wpo-campaign-area-s4 .wpo-campaign-wrap ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.wpo-campaign-area-s4 .wpo-campaign-wrap ul li {
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
}
@media (max-width: 575px) {
.wpo-campaign-area-s4 .wpo-campaign-wrap ul li {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
}
@media (max-width: 450px) {
.wpo-campaign-area-s4 .wpo-campaign-wrap ul li {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
}
.wpo-campaign-area-s4 .wpo-campaign-wrap ul li a {
padding: 20px 30px;
text-align: center;
font-weight: 450;
font-size: 25px;
line-height: 32px;
font-family: "Futura PT";
color: #16182F;
border: 1px solid #ebebeb;
border-radius: 0;
margin: -1px;
cursor: pointer;
}
@media (max-width: 1199px) {
.wpo-campaign-area-s4 .wpo-campaign-wrap ul li a {
padding: 12px;
font-size: 18px;
}
}
@media (max-width: 767px) {
.wpo-campaign-area-s4 .wpo-campaign-wrap ul li a {
padding: 10px;
font-size: 14px;
}
}
.wpo-campaign-area-s4 .wpo-campaign-wrap ul li a.active {
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
color: #fff;
}
/* 7.3 wpo-fun-fact-section-s4 */
.wpo-fun-fact-section-s4 {
padding-bottom: 120px;
background: none;
}
@media (max-width: 991px) {
.wpo-fun-fact-section-s4 {
padding-bottom: 90px;
}
}
@media (max-width: 767px) {
.wpo-fun-fact-section-s4 {
padding-bottom: 80px;
}
}
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids {
padding: 0;
}
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid:before {
background-color: #CBD0EB !important;
}
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid h3 {
color: #16182F;
}
.wpo-fun-fact-section-s4 .wpo-fun-fact-wrap .wpo-fun-fact-grids .grid p {
color: #525252;
}
/*----------------------------------------------
8. campaign-details-page
----------------------------------------------*/
.wpo-campaign-details-tab {
padding: 15px 30px;
border: 1px solid #ebebeb;
margin-top: 40px;
}
.wpo-campaign-details-tab .nav li a {
display: block;
width: 160px;
height: 45px;
line-height: 30px;
text-align: center;
border-radius: 40px;
color: #2d4277;
-webkit-transition: all .5s;
transition: all .5s;
font-weight: 600;
-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
margin-right: 10px;
border: none;
cursor: pointer;
}
.wpo-campaign-details-tab .nav li a.active,
.wpo-campaign-details-tab .nav li a:hover {
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
color: #fff;
outline: none;
border-radius: 40px;
border: none;
}
.nav-tabs {
border-bottom: none;
}
@media (max-width: 767px) {
.nav-tabs {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.wpo-campaign-details-text {
margin-top: 50px;
}
.campaign-b-text {
margin-top: 40px;
}
#Description {
padding: 15px 30px;
border: 1px solid #ebebeb;
}
@media (max-width: 575px) {
#Description {
padding: 15px 2px;
}
}
.wpo-campaign-details-text .wpo-campaign-text-top p {
margin-bottom: 30px;
}
.wpo-campaign-details-tab .event-b-text {
margin-top: 40px;
}
.wpo-campaign-details-text .wpo-campaign-content h2 {
font-size: 30px;
margin-bottom: 40px;
}
.wpo-campaign-details-text .wpo-campaign-content h3 {
font-size: 24px;
font-weight: 500;
margin-bottom: 20px;
}
.campaign-bb-text ul {
display: unset;
list-style: none;
}
.campaign-bb-text ul li {
font-size: 18px;
position: relative;
padding-left: 20px;
padding-bottom: 10px;
}
.campaign-bb-text ul li:before {
content: "";
background: #ED6B37;
width: 6px;
height: 6px;
position: absolute;
left: 0;
top: 7px;
}
.wpo-campaign-details-area .wpo-blog-single-section .comments-area {
margin-top: 0;
}
.wpo-donations-amount,
.wpo-donations-details,
.wpo-doanation-payment {
padding: 30px;
border: 1px solid #ebebeb;
margin-bottom: 40px;
}
.wpo-donations-amount h2,
.wpo-donations-details h2,
.wpo-doanation-payment h2 {
font-size: 18px;
font-size: 1.125rem;
font-weight: 600;
position: relative;
text-transform: capitalize;
margin-bottom: 30px;
margin-top: 0;
}
.wpo-donations-amount input,
.wpo-donations-details input,
.wpo-donations-details textarea {
background: transparent;
width: 100%;
height: 50px;
border: 0;
border: 1px solid #ebebeb;
padding-left: 15px;
border-radius: 0;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #525252;
border-radius: 5px;
margin-bottom: 30px;
}
.wpo-donations-details textarea {
height: 135px;
}
.wpo-donations-details .form-group .error {
margin-bottom: 20px;
}
.wpo-donations-amount input:focus,
.wpo-donations-details input:focus,
.wpo-donations-details textarea:focus {
border-color: #ED6B37;
}
.payment-name ul li input {
margin-right: 0;
position: absolute;
z-index: -1;
opacity: 0;
}
.wpo-payment-select ul {
list-style: none;
}
.payment-name ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 30px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpo-payment-area form {
overflow: unset !important;
}
.payment-name ul li {
width: 100px;
height: 60px;
text-align: center;
line-height: 60px;
margin-bottom: 5px;
}
.payment-name ul {
list-style: none;
}
.payment-name ul li input {
margin-right: 0;
}
.payment-name ul li {
margin-right: 15px;
}
.wpo-payment-area h2 {
padding-bottom: 40px;
margin-bottom: 0;
}
.wpo-payment-select ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wpo-payment-select ul li {
margin-right: 10px;
font-size: 15px;
font-weight: 500;
color: #5B5B5B;
}
.wpo-payment-select label {
font-size: 18px;
font-weight: 600;
}
.wpo-payment-area h2 {
font-size: 20px;
color: #878787;
font-weight: 700;
}
.wpo-payment-area h2 span {
font-size: 30px;
color: #ff493c;
}
.wpo-payment-area {
width: 100%;
}
.payment-name ul li input {
margin-right: 0;
position: absolute;
z-index: -1;
}
.payment-name ul li input:checked ~ label {
background: #fcebbd;
}
.payment-name label {
width: 100%;
border: 1px solid transparent;
cursor: pointer;
}
.payment-name .visa label {
border: 1px solid #0057A0;
}
.payment-name .mas label {
border: 1px solid #CC0000;
}
.payment-name .ski label {
border: 1px solid #691A5F;
}
.payment-name .pay label {
border: 1px solid #019CDE;
}
.wpo-payment-option {
padding: 0 15px;
}
.payment-name.active {
display: block;
}
.wpo-payment-option.active .payment-name {
display: none !important;
}
.wpo-payment-area .form-style input {
width: 100%;
margin-bottom: 15px;
padding-left: 20px;
height: 40px;
background: #fff;
border-radius: 2px;
border: none;
border: 1px solid #ebebeb;
}
.wpo-payment-area .form-style input:focus {
border: 1px solid #ED6B37;
}
.wpo-payment-area .contact-form {
margin-top: 40px;
}
#Donations .theme-btn, #Donations .view-cart-btn {
border: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#Donations .submit-area {
text-align: center;
}
.progress-sub .progress-section {
padding-top: 20px;
}
.progress-sub .progress {
height: 8px;
overflow: unset;
background-color: #ffdcd1;
margin-bottom: 15px;
}
.progress-sub .progress .progress-bar {
border-radius: 15px;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
-webkit-animation: animate-positive 4s;
animation: animate-positive 4s;
background: #ED6B37;
height: 8px;
}
.progress-sub .progress-bar {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #F26522;
-webkit-transition: width .6s ease;
transition: width .6s ease;
overflow: unset;
}
.progress-sub .progress .progress-value {
text-align: center;
left: 90%;
position: absolute;
color: #16182F;
font-weight: 700;
font-size: 14px;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.45);
top: -30px;
line-height: 20px;
}
.progress-sub ul {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.progress-sub ul li {
font-size: 14px;
color: #16182F;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 575px) {
.progress-sub ul li {
font-size: 13px;
}
}
.progress-sub ul li span {
font-weight: 700;
}
.progress-sub ul li span a {
color: #16182F;
}
.progress-sub ul li span a:hover {
color: #ED6B37;
}
@media (max-width: 992px) {
.wpo-event-details-wrap {
margin-bottom: 30px;
}
}
@media (max-width: 590px) {
.wpo-campaign-details-text .wpo-campaign-content h2 {
font-size: 18px;
}
.wpo-campaign-details-tab .nav li a {
margin-bottom: 20px;
}
.wpo-campaign-details-tab .nav li:last-child a {
margin-bottom: 0;
}
.wpo-campaign-details-text .wpo-campaign-text-top {
padding: 8px;
}
.wpo-payment-select ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpo-doanation-payment {
padding: 20px 10px;
}
}
.wpo-donate-header h2 {
margin-bottom: 50px;
text-align: center;
font-size: 36px;
font-weight: 500;
margin-top: 0;
}
.br-top {
border-top: 1px solid #ebebeb;
padding: 60px 0;
}
/*==========================================
12. wpo-team-single
===========================================*/
.team-pg-area {
margin: 0 auto;
padding-top: 200px;
padding-bottom: 100px;
}
@media (max-width: 1199px) {
.team-pg-area {
padding: 100px 0;
}
}
@media (max-width: 991px) {
.team-pg-area {
padding: 90px 0;
}
}
@media (max-width: 767px) {
.team-pg-area {
padding: 70px 0;
}
}
.team-single-wrap {
background: #fff;
padding: 100px;
padding-top: 0;
-webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.15);
box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.15);
}
@media (max-width: 1199px) {
.team-single-wrap {
padding: 50px;
}
}
@media (max-width: 767px) {
.team-single-wrap {
padding: 30px;
}
}
@media (max-width: 575px) {
.team-single-wrap {
padding: 15px;
}
}
.team-info-img {
margin-top: -100px;
max-width: 480px;
}
@media (max-width: 1199px) {
.team-info-img {
margin-top: 0;
}
}
@media (max-width: 991px) {
.team-info-img {
max-width: 100%;
}
}
.team-info-img img {
width: 100%;
}
.team-info-text {
padding-left: 30px;
padding-top: 30px;
}
@media (max-width: 991px) {
.team-info-text {
padding-left: 0;
}
}
.team-info-text h2 {
font-weight: 400;
font-size: 40px;
line-height: 55px;
color: #16182F;
margin-top: 0;
margin-bottom: 30px;
}
@media (max-width: 575px) {
.team-info-text h2 {
font-size: 30px;
line-height: 45px;
}
}
.team-info-text ul li {
font-weight: 400;
font-size: 20px;
line-height: 27px;
color: #001635;
margin-bottom: 15px;
list-style: none;
font-family: "Futura PT";
}
@media (max-width: 575px) {
.team-info-text ul li {
font-size: 16px;
line-height: 27px;
}
}
.team-info-text ul li:last-child {
padding-bottom: 0;
}
.team-info-text ul li span {
font-size: 18px;
color: #8c8c8c;
display: inline-block;
position: relative;
padding-left: 5px;
font-family: "Nunito Sans", sans-serif;
}
.team-info-text ul li:last-child {
margin-bottom: 0;
}
.team-info-text .certificates-wrap {
margin-top: 40px;
}
.team-info-text .certificates-wrap h2 {
font-weight: 400;
font-size: 27px;
line-height: 37px;
}
.team-info-text .certificates-wrap .certificates-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.team-info-text .certificates-wrap .certificates-items .certificates-item + .certificates-item {
margin-left: 20px;
}
.team-widget {
padding-top: 40px;
margin-top: 40px;
border-top: 1px solid #D9D9D9;
}
.team-widget h2 {
font-weight: 400;
font-size: 35px;
line-height: 48px;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.team-widget h2 {
font-size: 25px;
line-height: 35px;
margin-bottom: 15px;
}
}
.team-exprience-area .exprience-wrap {
max-width: 560px;
}
.team-exprience-area .education-area {
padding-left: 50px;
}
@media (max-width: 991px) {
.team-exprience-area .education-area {
padding-left: 0;
margin-bottom: 40px;
}
}
.team-exprience-area .education-area .education-area {
max-width: 600px;
}
.team-exprience-area .education-area ul {
list-style: none;
}
.team-exprience-area .education-area ul li {
padding-bottom: 15px;
position: relative;
padding-left: 30px;
font-weight: 400;
font-size: 18px;
line-height: 30px;
}
.team-exprience-area .education-area ul li:before {
position: absolute;
left: 0;
top: 5px;
content: "\e661";
font-family: 'themify';
font-size: 14px;
}
.team-exprience-area .education-area .ex-wiget {
padding-top: 60px;
}
.team-exprience-area .education-area .ex-wiget h2 {
font-size: 30px;
font-weight: 700;
color: #333333;
margin-bottom: 30px;
}
.skills-area {
padding-top: 40px;
margin-bottom: 40px;
padding-bottom: 40px;
border-top: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
.skills-area {
padding-top: 20px;
margin-bottom: 20px;
padding-bottom: 20px;
}
}
.skills-area .wpo-skill-progress .wpo-progress-single {
margin-bottom: 30px;
position: relative;
}
.skills-area .wpo-skill-progress .wpo-progress-single h5 {
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #525252;
font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 767px) {
.skills-area .wpo-skill-progress .wpo-progress-single h5 {
font-size: 18px;
}
}
.skills-area .wpo-skill-progress .wpo-progress-single:last-child {
margin-bottom: 0;
}
.skills-area .wpo-skill-progress .wpo-progress-single .progress {
background: #F9F9F9;
height: 6px;
position: relative;
}
.skills-area .wpo-skill-progress .wpo-progress-single .progress .progress-bar {
background-color: #ED6B37;
}
.skills-area .wpo-skill-progress .progress-number {
position: absolute;
right: 0;
top: -10px;
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #525252;
}
@media (max-width: 767px) {
.skills-area .wpo-skill-progress .progress-number {
font-size: 18px;
top: -5px;
}
}
.exprience-wrap p {
color: #5d5851;
margin-bottom: 30px;
}
@media (max-width: 991px) {
.exprience-wrap p {
margin-bottom: 15px;
}
}
.exprience-wrap {
padding-bottom: 40px;
}
.wpo-contact-area {
padding-top: 50px;
}
@media (max-width: 991px) {
.wpo-contact-area {
padding-top: 20px;
}
}
.wpo-contact-area .wpo-contact-title {
max-width: 580px;
margin: 0 auto;
margin-bottom: 40px;
text-align: center;
}
.wpo-contact-area .quote-form {
max-width: 890px;
margin: 0 auto;
}
.wpo-contact-area .quote-form .form-control {
height: 55px;
border: 0;
margin-bottom: 20px;
padding: 15px;
background: #f5f5f5;
}
.wpo-contact-area .quote-form .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: #ED6B37;
}
.wpo-contact-area .quote-form textarea.form-control {
height: 125px;
}
.wpo-contact-area .quote-form select.form-control {
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
-moz-appearance: none;
background: #f5f5f5 url(/images/select-icon2.png) no-repeat calc(100% - 15px) center;
position: relative;
}
.half-col {
float: left;
width: 50%;
padding: 0 10px 5px;
}
@media (max-width: 575px) {
.half-col {
width: 100%;
}
}
.full-col {
padding: 0 10px 5px;
}
.exprience-area {
padding-top: 60px;
}
/*======================================
13. wpo-gallery-page
=======================================*/
/* 6.2 wpo-portfolio-section */
.wpo-portfolio-section {
position: relative;
}
.wpo-portfolio-section .portfolio-grids .grid img {
width: 100%;
}
.wpo-portfolio-section .grid .img-holder {
position: relative;
}
.wpo-portfolio-section .grid .img-holder:before {
position: absolute;
left: 2%;
top: 2%;
width: 96%;
height: 96%;
content: "\e61a";
background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #ED6B37), color-stop(95.28%, #EC180C));
background: linear-gradient(90deg, #ED6B37 11.32%, #EC180C 95.28%);
opacity: 0;
-webkit-transition: all .3s;
transition: all .3s;
-webkit-transform: scale(0);
transform: scale(0);
font-family: 'themify';
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
font-size: 30px;
color: #fff;
cursor: pointer;
}
.wpo-portfolio-section .grid .img-holder:hover:before {
opacity: .8;
-webkit-transform: scale(1);
transform: scale(1);
}
.wpo-portfolio-section .img-holder:hover .hover-content {
opacity: 1;
}
.wpo-portfolio-section .img-holder:hover:before {
opacity: .8;
-webkit-transform: scale(1);
transform: scale(1);
}
.wpo-portfolio-section .react-fancybox .box {
z-index: 9999;
}
.wpo-portfolio-section .react-fancybox .close-btn {
cursor: pointer;
width: unset !important;
}
.wpo-portfolio-section .react-fancybox .thumbnail img {
max-width: 100%;
width: 100%;
}
/*--------------------------------------------------------------
10. wpo-shop-page
--------------------------------------------------------------*/
.wpo-shop-section .shop-grids {
margin: 0 -15px;
}
@media (max-width: 767px) {
.wpo-shop-section .shop-grids {
margin: 0 -7px;
}
}
.wpo-shop-section .grid {
width: calc(25% - 30px);
float: left;
margin: 0 15px 30px;
}
@media (max-width: 991px) {
.wpo-shop-section .grid {
width: calc(50% - 30px);
}
}
@media (max-width: 767px) {
.wpo-shop-section .grid {
width: calc(50% - 15px);
margin: 0 7px 15px;
}
}
@media (max-width: 550px) {
.wpo-shop-section .grid {
width: calc(100% - 15px);
float: none;
}
}
.wpo-shop-section .grid img {
width: 100%;
}
.wpo-shop-section .details {
background-color: #f7f7f7;
text-align: center;
padding: 35px 15px;
}
.wpo-shop-section .details h3 {
font-size: 20px;
font-size: 1.33333rem;
margin: 0 0 0.5em;
font-weight: 700;
}
@media (max-width: 991px) {
.wpo-shop-section .details h3 {
font-size: 16px;
font-size: 1.06667rem;
}
}
.wpo-shop-section .details h3 a {
color: #16182F;
}
.wpo-shop-section .details h3 a:hover {
color: #ED6B37;
}
.wpo-shop-section .details del {
color: #525252;
}
.wpo-shop-section .details del + span {
display: inline-block;
padding-left: 20px;
}
.wpo-shop-section .add-to-cart {
margin-top: 20px;
}
.wpo-shop-section .add-to-cart button {
font-fbuttonmily: "Nunito Sans", sans-serif;
font-size: 15px;
font-size: 1rem;
font-weight: 600;
color: #ED6B37;
padding: 12px 20px;
border: 2px solid #ED6B37;
display: inline-block;
border-radius: 50px;
}
@media (max-width: 767px) {
.wpo-shop-section .add-to-cart button {
font-size: 12px;
font-size: 0.8rem;
padding: 8px 18px;
}
}
.wpo-shop-section .add-to-cart button:hover {
background-color: #ED6B37;
color: #fff;
}
.wpo-shop-section .add-to-cart button i {
font-size: 15px;
font-size: 1rem;
display: inline-block;
padding-left: 5px;
}
.wpo-shop-section .grid:hover .add-to-cart a {
background-color: #ED6B37;
color: #fff;
}
/*--------------------------------------------------------------
11. wpo-shop-single-page
--------------------------------------------------------------*/
.wpo-shop-single-section {
/*** product slider ***/
/*** product info ***/
}
.wpo-shop-single-section .shop-single-slider .slider-for {
text-align: center;
}
.wpo-shop-single-section .shop-single-slider .slider-for img {
display: inline-block;
width: 100%;
max-height: 600px;
-o-object-fit: cover;
object-fit: cover;
}
.wpo-shop-single-section .shop-single-slider .slider-nav {
padding: 0 25px;
margin-top: 35px;
}
@media (max-width: 991px) {
.wpo-shop-single-section .shop-single-slider .slider-nav {
padding: 0;
}
}
.wpo-shop-single-section .shop-single-slider .slider-nav > i {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 100;
}
.wpo-shop-single-section .shop-single-slider .slider-nav > i:hover {
cursor: pointer;
}
.wpo-shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
left: auto;
right: 0;
}
.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide {
text-align: center;
padding: 0 3px;
}
.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
display: inline-block;
width: 100%;
}
.wpo-shop-single-section .product-details {
padding: 15px 30px 15px;
/*** product option ***/
}
@media (max-width: 1199px) {
.wpo-shop-single-section .product-details {
padding: 10px 30px 15px;
}
}
@media (max-width: 991px) {
.wpo-shop-single-section .product-details {
margin-top: 45px;
padding: 40px 0px;
}
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-details {
padding: 0;
}
}
.wpo-shop-single-section .product-details h2 {
font-size: 35px;
font-size: 2.33333rem;
line-height: 1.4em;
margin: 0 0 0.33em;
font-weight: 600;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-details h2 {
font-size: 22px;
font-size: 1.46667rem;
}
}
.wpo-shop-single-section .product-details .price {
font-size: 25px;
font-size: 1.66667rem;
color: #ED6B37;
margin: 7px 0 20px;
font-weight: 600;
}
@media (max-width: 991px) {
.wpo-shop-single-section .product-details .price {
font-size: 30px;
font-size: 2rem;
}
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-details .price {
font-size: 25px;
font-size: 1.66667rem;
}
}
.wpo-shop-single-section .product-details .price .old {
font-size: 24px;
font-size: 1.6rem;
font-weight: normal;
color: #858585;
text-decoration: line-through;
display: inline-block;
margin-left: 5px;
font-weight: 500;
}
@media (max-width: 991px) {
.wpo-shop-single-section .product-details .price .old {
font-size: 20px;
font-size: 1.33333rem;
}
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-details .price .old {
font-size: 18px;
font-size: 1.2rem;
}
}
.wpo-shop-single-section .product-details .product-rt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.wpo-shop-single-section .product-details .product-rt .rating {
margin-right: 10px;
}
.wpo-shop-single-section .product-details .product-rt .rating i {
color: #f9d322;
}
.wpo-shop-single-section .product-details p {
margin-bottom: 1.3em;
}
.wpo-shop-single-section .product-details ul {
list-style: none;
}
.wpo-shop-single-section .product-details ul li {
padding-left: 20px;
position: relative;
margin-bottom: 10px;
}
.wpo-shop-single-section .product-details ul li:before {
position: absolute;
left: 0;
top: 6px;
width: 8px;
height: 8px;
background: #ED6B37;
content: "";
border-radius: 50%;
}
.wpo-shop-single-section .product-details .product-option {
margin-top: 30px;
}
.wpo-shop-single-section .product-details .tg-btm {
margin-top: 25px;
}
.wpo-shop-single-section .product-details .tg-btm p {
margin-bottom: 0px;
}
.wpo-shop-single-section .product-details .tg-btm p span {
font-weight: 600;
color: #16182F;
margin-right: 5px;
}
.wpo-shop-single-section .product-details .product-option .product-row button:after {
display: none;
}
.wpo-shop-single-section .product-details .product-option .product-row > div {
height: 35px;
display: inline-block;
}
.wpo-shop-single-section .product-details .product-option .product-row > div + div {
margin-left: 15px;
}
.wpo-shop-single-section .product-details .product-option .product-row > div + div .theme-btn, .wpo-shop-single-section .product-details .product-option .product-row > div + div .view-cart-btn {
border-radius: 0;
border-width: 1px;
height: 40px;
padding: 0 18px;
}
.wpo-shop-single-section .product-details .product-option .product-row > div:first-child {
width: 85px;
}
.wpo-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover, .wpo-shop-single-section .product-details .product-option .product-row > div:last-child .view-cart-btn:hover {
background: #ED6B37;
border-color: #ED6B37;
color: #fff;
}
.wpo-shop-single-section .product-details .product-option .theme-btn, .wpo-shop-single-section .product-details .product-option .view-cart-btn {
background-color: transparent;
color: #fff;
font-size: 14px;
font-size: 0.93333rem;
padding: 0 20px;
height: 35px;
line-height: 32px;
outline: 0;
border: 2px solid #e6e6e6;
border-radius: 0;
}
.wpo-shop-single-section .product-details .product-option .theme-btn:hover, .wpo-shop-single-section .product-details .product-option .view-cart-btn:hover {
background-color: #ED6B37;
color: #fff;
border-color: #ED6B37;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-details .product-option .theme-btn, .wpo-shop-single-section .product-details .product-option .view-cart-btn {
font-size: 14px;
font-size: 0.93333rem;
}
}
.wpo-shop-single-section .product-details .product-option .theme-btn:before, .wpo-shop-single-section .product-details .product-option .view-cart-btn:before {
display: none;
}
.wpo-shop-single-section .product-details .product-option .heart-btn i {
font-size: 15px;
font-size: 1rem;
color: #fff;
}
.wpo-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn, .wpo-shop-single-section .product-details .product-option .product-row > div:last-child .view-cart-btn {
background-color: #fff;
font-size: 18px;
font-size: 1.2rem;
color: #525252;
border: 1px solid #e6e6e6;
}
.wpo-shop-single-section .product-details #product-count {
border-radius: 0;
border: 1px solid #e6e6e6;
}
.wpo-shop-single-section .product-details #product-count:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
border-radius: 0;
border-color: #e6e6e6;
display: block;
padding: 1px 4px;
font-size: 10px;
}
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
background-color: #ED6B37;
color: #fff;
}
.wpo-shop-single-section .product-info {
margin-top: 75px;
/*** tabs ***/
/*** client rv ***/
/*** review form ***/
}
@media (max-width: 991px) {
.wpo-shop-single-section .product-info {
margin-top: 40px;
}
}
.wpo-shop-single-section .product-info h4 {
font-size: 18px;
font-size: 1.2rem;
margin: 0;
line-height: 1.7em;
font-weight: 600;
margin-bottom: 10px;
}
.wpo-shop-single-section .product-info p {
margin-bottom: 1.3em;
}
.wpo-shop-single-section .product-info .tab-pane p:last-child {
margin-bottom: 0;
}
.wpo-shop-single-section .product-info .nav-tabs {
font-family: "Futura PT";
border: 0;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-info .nav-tabs {
margin-bottom: 20px;
}
}
.wpo-shop-single-section .product-info .nav-tabs li {
margin-right: 1px;
}
.wpo-shop-single-section .product-info .nav-tabs li a.active {
border: 0;
outline: 0;
}
.wpo-shop-single-section .product-info .nav-tabs a {
font-size: 15px;
font-size: 1rem;
color: #525252;
border: 0;
border-radius: 0;
margin: 0;
display: block;
padding: 12px 20px 11px;
font-family: "Nunito Sans", sans-serif;
position: relative;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-info .nav-tabs a {
font-size: 14px;
font-size: 0.93333rem;
font-weight: normal;
padding: 10px 10px 8px;
text-transform: none;
}
}
.wpo-shop-single-section .product-info .nav-tabs a:before {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 3px;
background: #ED6B37;
border-radius: 4px;
content: "";
opacity: 0;
visibility: hidden;
}
.wpo-shop-single-section .product-info .nav-tabs a:hover:before,
.wpo-shop-single-section .product-info .nav-tabs a.active:before {
opacity: 1;
visibility: visible;
}
.wpo-shop-single-section .product-info .nav-tabs .active,
.wpo-shop-single-section .product-info .nav-tabs li:hover {
border-color: #ED6B37;
}
.wpo-shop-single-section .product-info .tab-content {
border-top: 1px solid rgba(237, 107, 55, 0.3);
padding-top: 30px;
margin-top: -1px;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-info .tab-content {
border: 0;
padding: 0;
margin: 0;
}
}
.wpo-shop-single-section .product-info .client-rv {
overflow: hidden;
margin-bottom: 30px;
}
.wpo-shop-single-section .product-info .client-rv:last-child {
margin-bottom: 0;
}
.wpo-shop-single-section .product-info .client-rv .client-pic {
width: 100px;
float: left;
}
.wpo-shop-single-section .product-info .client-rv .client-pic img {
border-radius: 50%;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-info .client-rv .client-pic {
width: 100%;
float: none;
margin-bottom: 10px;
}
}
.wpo-shop-single-section .product-info .client-rv .details {
width: calc(100% - 130px);
float: right;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-info .client-rv .details {
width: 100%;
float: none;
}
}
.wpo-shop-single-section .product-info .client-rv .name-rating .product-rt {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-info .client-rv .name-rating-time {
padding-bottom: 3px;
}
}
.wpo-shop-single-section .product-info .client-rv .name-rating-time > div,
.wpo-shop-single-section .product-info .client-rv .name-rating > div {
display: inline-block;
font-size: 14px;
font-size: 0.93333rem;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-info .client-rv .name-rating-time > div,
.wpo-shop-single-section .product-info .client-rv .name-rating > div {
font-size: 12px;
font-size: 0.8rem;
display: block;
}
}
.wpo-shop-single-section .product-info .client-rv .rating {
font-size: 12px;
padding-left: 12px;
}
.wpo-shop-single-section .product-info .client-rv .rating i {
color: #ED6B37;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-info .client-rv .rating {
padding-left: 0;
margin: 4px 0 7px;
}
}
.wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
float: right;
color: #b3b3b3;
text-transform: uppercase;
}
@media (max-width: 767px) {
.wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
float: none;
}
}
.wpo-shop-single-section .product-info .client-rv .review-body {
padding-top: 12px;
}
.wpo-shop-single-section .product-info .review-form {
margin-top: 45px;
}
.wpo-shop-single-section .product-info .review-form h4 {
font-size: 30px;
font-weight: 600;
text-transform: capitalize;
}
.wpo-shop-single-section .product-info .review-form p {
margin-bottom: 1.73em;
}
.wpo-shop-single-section .product-info .review-form .give-rat-sec {
margin-bottom: 10px;
}
.wpo-shop-single-section .product-info .review-form .give-rat-sec p {
margin-bottom: 0;
}
.wpo-shop-single-section .product-info .review-form .give-rating {
display: inline-block;
position: relative;
height: 50px;
line-height: 50px;
font-size: 30px;
margin-bottom: 10px;
}
.wpo-shop-single-section .product-info .review-form .give-rating label {
position: absolute;
top: 0;
left: 0;
height: 100%;
cursor: pointer;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:last-child {
position: static;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(1) {
z-index: 5;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
z-index: 4;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
z-index: 3;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
z-index: 2;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
z-index: 1;
}
.wpo-shop-single-section .product-info .review-form .give-rating label input {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.wpo-shop-single-section .product-info .review-form .give-rating label .icon {
float: left;
color: transparent;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:last-child .icon {
color: #ddd;
}
.wpo-shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked ~ .icon,
.wpo-shop-single-section .product-info .review-form .give-rating:hover label:hover input ~ .icon {
color: #FFD400;
}
.wpo-shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked) ~ .icon:last-child {
color: #ddd;
text-shadow: 0 0 5px #FFD400;
}
.wpo-shop-single-section .product-info .review-form form input,
.wpo-shop-single-section .product-info .review-form form textarea {
background: transparent;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
height: 50px;
border: 1px solid #efefef;
}
.wpo-shop-single-section .product-info .review-form form input:focus,
.wpo-shop-single-section .product-info .review-form form textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.wpo-shop-single-section .product-info .review-form form textarea {
height: 130px;
}
.wpo-shop-single-section .product-info .review-form form > div {
margin-bottom: 27px;
}
.wpo-shop-single-section .product-info .review-form form > div:last-child {
margin-bottom: 0;
}
.wpo-shop-single-section .product-info .review-form form .theme-btn-s4 {
background-color: transparent;
color: #908f8f;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpo-shop-single-section .product-info .review-form form .theme-btn-s4:hover {
background-color: #ED6B37;
color: #fff;
}
@media screen and (min-width: 767px) {
.wpo-shop-single-section .product-info .review-form form .theme-btn-s4 {
font-size: 15px;
font-size: 1rem;
padding: 0 20px;
}
}
.wpo-shop-single-section .slider-nav .slick-slide:focus {
outline: none;
}
/*=====================================================
9. wpo-service-single
======================================================*/
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
font-weight: 600;
font-size: 35px;
line-height: 130.5%;
margin-bottom: 20px;
text-transform: capitalize;
}
@media (max-width: 767px) {
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
font-size: 25px;
}
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item {
margin-bottom: 40px;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .wpo-service-single-main-img {
margin-bottom: 30px;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .wpo-service-single-main-img img {
width: 100%;
}
.wpo-service-single-area .wpo-service-single-wrap .list-widget {
max-width: 590px;
}
.wpo-service-single-area .wpo-service-single-wrap .list-widget ul {
list-style: none;
}
.wpo-service-single-area .wpo-service-single-wrap .list-widget ul li {
padding: 10px 0;
padding-left: 35px;
position: relative;
}
.wpo-service-single-area .wpo-service-single-wrap .list-widget ul li:before {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 25px;
height: 25px;
line-height: 25px;
border-radius: 50%;
background: rgba(237, 107, 55, 0.1);
content: "\e64c";
font-family: "themify";
text-align: center;
color: #ED6B37;
font-size: 14px;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-p-details-img {
margin-bottom: 10px;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area {
padding-bottom: 0;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
padding: 20px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(20, 33, 43, 0.1);
box-shadow: 0px 0px 20px 0px rgba(20, 33, 43, 0.1);
}
@media (max-width: 1200px) {
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
padding: 20px 10px;
}
}
@media (max-width: 991px) {
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
margin-bottom: 20px;
}
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
font-weight: 600;
font-size: 20px;
margin-bottom: 12px;
margin-top: 10px;
}
@media (max-width: 1400px) {
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
font-size: 19px;
margin-bottom: 10px;
}
}
@media (max-width: 1200px) {
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
font-size: 17px;
margin-bottom: 10px;
}
}
@media (max-width: 991px) {
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
font-size: 22px;
}
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item p {
margin-bottom: 5px;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item .fi:before {
font-size: 40px;
color: #ED6B37;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area {
padding: 30px;
-webkit-box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
box-shadow: 0px 2px 8px 2px rgba(22, 14, 71, 0.1);
border-radius: 20px;
background: #fff;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-title {
margin-bottom: 30px;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-title h2 {
font-weight: 600;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .col {
margin-bottom: 30px;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control {
height: 50px;
border: 0;
border-bottom: 1px solid #DDDDDD;
border-radius: 0;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area textarea.form-control {
height: 120px;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area select.form-control {
background: transparent url(/images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .submit-area button {
border-radius: 6px;
}
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .errorMessage {
font-size: 14px;
color: red;
margin-top: 3px;
}
/*===============================
13. wpo-checkout-page-style
================================*/
body .container {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.check-form-area,
.cartStatus {
padding: 40px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
@media (max-width: 767px) {
.check-form-area,
.cartStatus {
padding: 20px;
}
}
.check-form-area table tr:last-child td,
.cartStatus table tr:last-child td {
border-bottom: 0;
}
.check-form-area table .MuiTableCell-body,
.cartStatus table .MuiTableCell-body {
padding-left: 0;
}
.checkoutWrapper .checkoutCard {
margin-bottom: 20px;
}
.checkoutWrapper .checkoutCard button.collapseBtn {
color: #272424;
height: 50px;
font-size: 13px;
letter-spacing: 0;
display: block;
text-align: left;
text-transform: capitalize;
font-weight: 600;
border: 1px solid #dedddd;
border-radius: 0;
background: #fff;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.03);
padding: 0 15px;
}
.checkoutWrapper .checkoutCard button.collapseBtn i {
float: right;
margin-top: 4px;
color: #8e8d8a;
}
.checkoutWrapper .checkoutCard .chCardBody {
padding: 15px;
border: 1px solid #f9f9f9;
}
.checkoutWrapper .checkoutCard .chCardBody .formSelect div {
background: transparent;
height: 27px;
padding: 0;
line-height: 30px;
text-transform: capitalize;
font-weight: 400;
letter-spacing: 0;
color: #555;
font-size: 13px;
}
.checkoutWrapper .checkoutCard .chCardBody .checkBox span {
font-size: 14px;
letter-spacing: 0;
}
.checkoutWrapper .checkoutCard .chCardBody .note > div {
margin-top: 30px;
}
.checkoutWrapper .checkoutCard .chCardBody .note textarea {
height: 100px !important;
padding: 0;
}
.checkoutWrapper .checkoutCard .chCardBody .paymentMethod {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.checkoutWrapper .checkoutCard .chCardBody .paymentMethod label span {
font-size: 13px;
font-weight: 500;
}
.checkoutWrapper .checkoutCard .chCardBody label {
font-size: 14px;
letter-spacing: 0;
font-weight: 500;
-webkit-transform: scale(1);
transform: scale(1);
}
.checkoutWrapper .checkoutCard .chCardBody input,
.checkoutWrapper .checkoutCard .chCardBody textarea {
height: 25px;
background: transparent;
padding-left: 10px;
font-weight: 500;
letter-spacing: 0;
color: #444444;
font-size: 13px;
}
.checkoutWrapper .checkoutCard .chCardBody p {
font-size: 14px;
font-weight: 500;
color: #555555;
}
.checkoutWrapper .cuponWrap .cuponForm {
margin-top: 10px;
}
.checkoutWrapper .cuponWrap .cuponForm button {
margin-top: 10px;
padding: 8px 25px;
background-color: #333;
color: #fff;
}
.checkoutWrapper .cuponWrap .cuponForm button:hover {
background-color: #b83806;
color: #fff;
}
.checkoutWrapper .cardType {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 -5px 20px;
}
.checkoutWrapper .cardType .cardItem {
margin: 5px;
-ms-flex-preferred-size: calc(100% * (1 / 4) - 10px);
flex-basis: calc(100% * (1 / 4) - 10px);
text-align: center;
border: 1px solid #ddd;
padding: 18px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
}
.checkoutWrapper .cardType .cardItem.active {
background: #f9f9f9;
}
.checkoutWrapper .cardType a {
width: 100%;
text-align: center;
padding: 10px;
border-radius: 3px;
}
.ml-15 {
margin-left: 15px;
}
.formFooter button {
padding: 8px 25px;
background-color: #333;
color: #fff;
}
.formFooter button:hover {
background-color: #b83806;
color: #fff;
}
.loginWrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 100vh;
padding: 80px 0;
background: #f9f9f9;
}
.loginWrapper .loginForm {
width: 500px;
max-width: 90%;
margin: auto;
background: #fff;
padding: 70px 50px;
border-radius: 10px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 445px) {
.loginWrapper .loginForm {
padding: 70px 15px;
}
}
.loginWrapper .loginForm > h2 {
text-align: center;
margin-bottom: 20px;
}
.loginWrapper .loginForm > p {
font-size: 13px;
margin-bottom: 30px;
text-align: center;
font-weight: 500;
color: #666666;
}
.loginWrapper .loginForm form .inputOutline label {
font-size: 16px;
background: #fff;
padding: 0 10px 0 0;
}
.loginWrapper .loginForm form .inputOutline input {
font-size: 13px;
letter-spacing: 0;
}
.loginWrapper .loginForm form .inputOutline input::-webkit-input-placeholder {
color: #888888;
opacity: 1;
}
.loginWrapper .loginForm form .inputOutline input::-moz-placeholder {
color: #888888;
opacity: 1;
}
.loginWrapper .loginForm form .inputOutline input:-ms-input-placeholder {
color: #888888;
opacity: 1;
}
.loginWrapper .loginForm form .inputOutline input:-moz-placeholder {
color: #888888;
opacity: 1;
}
.loginWrapper .loginForm form .errorMessage {
color: red;
}
.loginWrapper .loginForm .formAction {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.loginWrapper .loginForm .formAction label span {
font-size: 14px;
}
.loginWrapper .loginForm .formAction label span svg {
width: 1.2em;
height: 1.2em;
}
.loginWrapper .loginForm .formAction a {
display: block;
letter-spacing: 0;
font-size: 13px;
font-weight: 500;
color: #246fea;
cursor: pointer;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.loginWrapper .loginForm .formFooter {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.loginWrapper .loginForm .loginWithSocial {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 320px;
margin: 20px auto 0;
}
@media (max-width: 445px) {
.loginWrapper .loginForm .loginWithSocial {
width: 185px;
}
}
.loginWrapper .loginForm .loginWithSocial button {
min-width: unset;
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
display: block;
text-align: center;
background: #3b5998;
margin: 5px;
color: #fff;
border-radius: 3px;
font-size: 14px;
padding: 4px 9px;
}
.loginWrapper .loginForm .loginWithSocial button.facebook {
background: #3b5998;
}
.loginWrapper .loginForm .loginWithSocial button.twitter {
background: #55acee;
}
.loginWrapper .loginForm .loginWithSocial button.linkedin {
background: #0077B5;
}
.loginWrapper .loginForm .noteHelp {
text-align: center;
margin-top: 20px;
font-size: 13px;
letter-spacing: 0;
font-weight: 500;
}
.loginWrapper .loginForm .noteHelp a {
display: inline-block;
color: #0077b5;
margin-left: 10px;
font-size: 13px;
font-weight: 500;
cursor: pointer;
}
.btn-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 15px;
}
.btn-area .admin {
border-right: 1px solid #c2b133;
padding-right: 10px;
}
.btn-area .vendor {
border-right: 1px solid #c2b133;
padding-right: 10px;
}
.btn-area .auth-btn {
margin: 0 5px;
color: #c2b133;
line-height: 16px;
cursor: pointer;
font-size: 15px;
}
@media (max-width: 445px) {
.btn-area .auth-btn {
font-size: 12px;
}
}
.chCardBody {
padding: 20px;
}
.cart-recived-section .order-top {
padding: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 767px) {
.cart-recived-section .order-top {
padding: 20px;
}
}
.cart-recived-section .order-top h2 span {
display: block;
font-size: 18px;
color: #888;
margin-top: 10px;
font-weight: 500;
margin-bottom: 10px;
}
.cart-recived-section .cartStatus {
padding: 40px;
-webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
margin-top: 40px;
}
@media (max-width: 767px) {
.cart-recived-section .cartStatus {
padding: 20px;
}
}
.cart-recived-section .cartStatus .cartTotals img {
width: 80px;
height: 80px;
-o-object-fit: cover;
object-fit: cover;
margin-right: 10px;
}
.cart-recived-section .cartStatus .cartTotals tr:last-child td {
border-bottom: 0;
}
.cart-recived-section .cartStatus .MuiTableCell-body {
padding-left: 0;
}
.cBtnTheme {
background: #ED6B37;
background-color: #ED6B37 !important;
color: #fff !important;
}
.Toastify__toast-body {
font-size: 16px;
}
/*===========================
9. wpo-cart-page
===========================*/
.cart-area, .cart-area-s2 {
padding-top: 50px;
}
@media (max-width: 1199px) {
.cart-area .cart-wrapper table, .cart-area-s2 .cart-wrapper table {
width: 1022px;
}
}
@media (max-width: 1199px) {
.cart-area .cart-wrapper form, .cart-area-s2 .cart-wrapper form {
overflow: scroll;
overflow-y: hidden;
}
}
.cart-area .cart-wrap thead, .cart-area-s2 .cart-wrap thead {
border: 1px solid #D9D9D9;
background: #FFF8EE;
}
.cart-area .cart-wrap th.images, .cart-area-s2 .cart-wrap th.images {
width: 40%;
text-align: start;
height: 70px;
font-weight: 600;
font-size: 18px;
color: #233D50;
padding-left: 60px;
}
.cart-area .cart-wrap th.ptice, .cart-area-s2 .cart-wrap th.ptice {
width: 20%;
height: 70px;
font-weight: 600;
font-size: 18px;
color: #233D50;
text-align: center;
}
.cart-area .cart-wrap th.stock, .cart-area-s2 .cart-wrap th.stock {
width: 20%;
height: 70px;
font-weight: 600;
font-size: 18px;
color: #233D50;
text-align: center;
}
.cart-area .cart-wrap th.remove, .cart-area-s2 .cart-wrap th.remove {
width: 20%;
height: 70px;
font-weight: 600;
font-size: 18px;
color: #233D50;
text-align: center;
}
.cart-area .cart-wrap th.remove-b, .cart-area-s2 .cart-wrap th.remove-b {
width: 20%;
height: 70px;
font-weight: 600;
font-size: 18px;
color: #233D50;
padding-right: 60px;
text-align: center;
}
.cart-area .cart-wrap tbody, .cart-area-s2 .cart-wrap tbody {
border: 1px solid #D9D9D9;
border-top: 1px solid transparent;
border-bottom: 1px transparent;
}
.cart-area .cart-wrap tbody .wishlist-item, .cart-area-s2 .cart-wrap tbody .wishlist-item {
height: 200px;
border-bottom: 1px solid #D9D9D9;
}
.cart-area .cart-area form, .cart-area-s2 .cart-area form {
text-align: center;
background: #fff;
}
.cart-area td.product-item-wish, .cart-area-s2 td.product-item-wish {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
margin-top: 50px;
}
.cart-area td.product-item-wish .check-box, .cart-area-s2 td.product-item-wish .check-box {
padding-left: 30px;
padding-right: 40px;
}
.cart-area td.product-item-wish .check-box .myproject-checkbox, .cart-area-s2 td.product-item-wish .check-box .myproject-checkbox {
height: 25px;
width: 25px;
accent-color: #ED6B37;
border: 2px solid #D9D9D9;
color: #fff;
}
.cart-area td.product-item-wish .images, .cart-area-s2 td.product-item-wish .images {
width: 100px;
height: 90px;
background: #F3F3F3;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cart-area td.product-item-wish .images img, .cart-area-s2 td.product-item-wish .images img {
width: 100%;
}
.cart-area td.product-item-wish .product, .cart-area-s2 td.product-item-wish .product {
padding-left: 20px;
}
.cart-area td.product-item-wish .product ul .first-cart, .cart-area-s2 td.product-item-wish .product ul .first-cart {
font-family: "Nunito Sans", sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 23px;
color: #233D50;
}
.cart-area td.product-item-wish .product ul li .rating-product i, .cart-area-s2 td.product-item-wish .product ul li .rating-product i {
font-size: 13px;
background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
background: linear-gradient(180deg, #FED700 0%, #F78914 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.cart-area td.product-item-wish .product ul li .rating-product span, .cart-area-s2 td.product-item-wish .product ul li .rating-product span {
font-family: "Nunito Sans", sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 19px;
color: #BFC4DC;
padding-left: 10px;
}
.cart-area tbody tr td.ptice, .cart-area-s2 tbody tr td.ptice {
width: 20%;
text-align: center;
font-weight: 700;
font-size: 18px;
color: #233D50;
}
.cart-area tbody tr td.stock, .cart-area-s2 tbody tr td.stock {
width: 20%;
text-align: center;
}
.cart-area tbody tr td.stock .In, .cart-area-s2 tbody tr td.stock .In {
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #6F6F6F;
background: #EDF5E1;
border-radius: 5px;
padding: 6px 15px;
}
.cart-area tbody tr td.stock .Out, .cart-area-s2 tbody tr td.stock .Out {
font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #6F6F6F;
border-radius: 5px;
padding: 6px 15px;
color: #EF488E;
background: #F5E1ED;
}
.cart-area tbody tr td.add-wish, .cart-area-s2 tbody tr td.add-wish {
width: 20%;
text-align: center;
}
.cart-area tbody tr td.action, .cart-area-s2 tbody tr td.action {
width: 20%;
text-align: center;
}
.cart-area .add-wish, .cart-area-s2 .add-wish {
padding-right: 60px;
}
.cart-area .add-wish .theme-btn-s2, .cart-area-s2 .add-wish .theme-btn-s2 {
padding: 10px 28px;
}
.cart-area .cart-wrap .action, .cart-area-s2 .cart-wrap .action {
padding-right: 60px;
}
.cart-area .cart-wrap .action button, .cart-area-s2 .cart-wrap .action button {
display: block;
width: 40px;
height: 38px;
line-height: 45px;
color: #000;
font-size: 14px;
margin: 0 auto;
background: none;
border: 0;
}
.cart-area .cart-wrap .action button.theme-btn-s2, .cart-area-s2 .cart-wrap .action button.theme-btn-s2 {
background: #F8E9D8;
width: auto;
height: unset;
padding: 0px 25px;
color: #fff;
font-size: 16px;
}
@media (max-width: 1199px) {
.cart-area .cart-wrap .action button.theme-btn-s2, .cart-area-s2 .cart-wrap .action button.theme-btn-s2 {
padding: 0px 15px;
}
}
.cart-area .cart-wrap .action button.theme-btn-s2:hover, .cart-area-s2 .cart-wrap .action button.theme-btn-s2:hover {
color: #BFC4DC;
}
.cart-area .cart-wrap .action button .fi::before, .cart-area-s2 .cart-wrap .action button .fi::before {
font-size: 25px;
}
.cart-area .cart-wrap .action li.c-btn, .cart-area-s2 .cart-wrap .action li.c-btn {
margin-right: 10px;
}
.cart-area .cart-wrap .action li.c-btn a, .cart-area-s2 .cart-wrap .action li.c-btn a {
background-color: #ED6B37;
}
.cart-area .order-wrap, .cart-area-s2 .order-wrap {
padding: 0;
}
/* cart-area-s2 */
.cart-area {
/* cart-action */
}
@media (max-width: 1199px) {
.cart-area .cart-wrapper table {
width: 1022px;
}
}
@media (max-width: 1199px) {
.cart-area .cart-wrapper .cart-item {
overflow: scroll;
overflow-y: hidden;
}
}
.cart-area .cart-wrap th.images {
width: 50%;
}
.cart-area .cart-wrap th.ptice {
width: 15%;
}
.cart-area .cart-wrap th.stock {
width: 15%;
}
.cart-area .cart-wrap th.ptice {
width: 15%;
}
.cart-area .cart-wrap th.remove {
width: 15%;
padding-right: 30px;
}
.cart-area .cart-wrap tbody .wishlist-item {
height: 200px;
}
.cart-area td.product-item-wish {
margin-top: 55px;
}
.cart-area tbody tr td.ptice {
width: 10%;
}
.cart-area tbody tr td.stock {
width: 10%;
}
.cart-area tbody tr td.add-wish {
width: 10%;
}
.cart-area tbody tr td.action {
width: 10%;
}
.cart-area tbody tr td.ptice {
font-weight: 600;
font-size: 20px;
}
.cart-area .cart-wrap .action {
padding-right: 30px;
}
.cart-area .td-quantity {
text-align: center;
}
.cart-area .td-quantity .quantity {
top: 0;
position: relative;
display: inline-block;
}
.cart-area .td-quantity .quantity .qtybutton {
position: absolute;
top: 0;
right: 0;
height: 25px;
width: 25px;
text-align: center;
line-height: 25px;
font-size: 20px;
cursor: pointer;
border-left: 1px solid #C9C9C9;
border-radius: 0;
}
.cart-area .td-quantity .quantity .text-value {
font-weight: 400;
font-size: 18px;
line-height: 30px;
color: #6F6F6F;
text-align: left;
padding-left: 20px;
}
.cart-area .td-quantity .quantity .dec.qtybutton {
left: auto;
top: 25px;
border-top: 1px solid #C9C9C9;
}
.cart-area .td-quantity .quantity input {
height: 50px;
width: 100px;
border: 1px solid #C9C9C9;
padding: 0;
padding-left: 5px;
}
@media (max-width: 768px) {
.cart-area .td-quantity .quantity input {
margin-top: 0;
}
}
.cart-area .cart-action {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 30px;
width: 100%;
}
@media (max-width: 767px) {
.cart-area .cart-action {
display: block;
}
}
.cart-area .apply-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cart-area .apply-area .form-control {
border: 1px solid #D9D9D9;
height: 50px;
width: 265px;
border-radius: 5px;
font-weight: 400;
font-size: 18px;
color: #BFC4DC;
}
@media (max-width: 575px) {
.cart-area .apply-area .form-control {
width: 180px;
}
}
.cart-area .apply-area .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.cart-area .apply-area .theme-btn, .cart-area .apply-area .view-cart-btn {
border-radius: 5px;
border: 0px;
padding: 0;
height: 50px;
width: 130px;
margin-left: 20px;
}
@media (max-width: 991px) {
.cart-area .apply-area .theme-btn, .cart-area .apply-area .view-cart-btn {
font-size: 20px;
}
}
@media (max-width: 767px) {
.cart-area .apply-area .theme-btn, .cart-area .apply-area .view-cart-btn {
margin-top: 0;
font-size: 16px;
}
}
@media (max-width: 575px) {
.cart-area .apply-area .theme-btn, .cart-area .apply-area .view-cart-btn {
margin-left: 10px;
}
}
.cart-area .apply-area .theme-btn::before, .cart-area .apply-area .view-cart-btn::before {
background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%);
border-radius: 5px;
}
.cart-area .theme-btn-s2 {
border-radius: 5px;
padding: 0;
height: 50px;
width: 195px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 991px) {
.cart-area .theme-btn-s2 {
font-size: 20px;
}
}
@media (max-width: 767px) {
.cart-area .theme-btn-s2 {
margin-top: 20px;
width: 150px;
font-size: 16px;
}
}
.cart-area .theme-btn-s2 .fi {
font-size: 20px;
line-height: 26px;
margin-right: 20px;
margin-top: 8px;
}
@media (max-width: 767px) {
.cart-area .theme-btn-s2 .fi {
font-size: 16px;
}
}
.cart-area .theme-btn-s2::before {
border-radius: 5px;
}
/* cart-total-wrap */
.cart-total-wrap {
padding: 30px;
border: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
.cart-total-wrap {
margin-top: 30px;
}
}
@media (max-width: 399px) {
.cart-total-wrap {
padding: 30px 15px;
}
}
.cart-total-wrap h3 {
position: relative;
text-align: center;
margin-bottom: 60px;
font-weight: 500;
font-size: 25px;
border-bottom: 2px solid #F1E2CC;
padding-bottom: 15px;
}
.cart-total-wrap h3::before {
position: absolute;
content: "";
bottom: -3px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 2px;
width: 100px;
background: -webkit-gradient(linear, left top, left bottom, from(#FED700), to(#F78914));
background: linear-gradient(180deg, #FED700 0%, #F78914 100%);
}
.cart-total-wrap .sub-total {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 1px solid #D9D9D9;
font-family: "Nunito Sans", sans-serif;
font-weight: 600;
font-size: 18px;
color: #16182F;
padding-bottom: 15px;
}
.cart-total-wrap .sub-total h4 {
margin-bottom: 0;
font-weight: 500;
}
.cart-total-wrap .sub-total span {
font-family: "Nunito Sans", sans-serif;
font-weight: 700;
font-size: 20px;
color: #16182F;
}
.cart-total-wrap .shipping-option {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
}
.cart-total-wrap .shipping-option span {
font-family: "Nunito Sans", sans-serif;
font-weight: 700;
font-size: 20px;
color: #16182F;
}
@media (max-width: 1190px) {
.cart-total-wrap .shipping-option span {
font-size: 17px;
}
}
.cart-total-wrap .shipping-option ul {
margin-left: 20px;
}
.cart-total-wrap .shipping-option ul .free {
padding-top: 7px;
}
.cart-total-wrap .shipping-option ul .free input {
background: transparent;
border-radius: 100%;
height: 16px;
width: 16px;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
border: 3px solid #FFF;
-webkit-box-shadow: 0 0 0 1px #ED6B37;
box-shadow: 0 0 0 1px #ED6B37;
margin-right: 10px;
}
.cart-total-wrap .shipping-option ul .free input:checked {
background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%);
}
.cart-total-wrap .shipping-option ul .free label {
font-family: "Nunito Sans", sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 23px;
color: #16182F;
}
.cart-total-wrap .shipping-option ul .free label span {
font-family: "Nunito Sans", sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 23px;
color: #16182F;
font-style: normal;
}
.cart-total-wrap .shipping-option ul .free span {
font-style: italic;
font-weight: 400;
font-size: 15px;
color: #6F6F6F;
}
.cart-total-wrap .total {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-family: "Nunito Sans", sans-serif;
font-weight: 500;
font-size: 18px;
color: #16182F;
padding-bottom: 15px;
}
.cart-total-wrap .total h4 {
margin-bottom: 0;
font-weight: 500;
}
.cart-total-wrap .total span {
font-family: "Nunito Sans", sans-serif;
font-weight: 700;
font-size: 20px;
color: #16182F;
}
.cart-total-wrap .theme-btn-s2 {
width: 100%;
border-radius: 5px;
}
@media (max-width: 991px) {
.cart-total-wrap .theme-btn-s2 {
font-size: 20px;
}
}
.cart-total-wrap .theme-btn-s2::before {
background: -webkit-gradient(linear, left top, left bottom, from(#95CD2F), to(#63911F));
background: linear-gradient(180deg, #95CD2F 0%, #63911F 100%);
border-radius: 5px;
}
.cart-prodact {
padding-top: 120px;
}
.cart-prodact h2 {
font-size: 35px;
line-height: 45px;
color: #000000;
display: inline-block;
margin-bottom: 60px;
}
.cart-prodact .theme-btn-s2 {
height: auto;
width: auto;
display: inline-block;
padding: 12px 50px;
border: 0;
border-radius: 5px;
}
.calculate-shipping-form {
position: relative;
}
.countries-wrapper {
display: none;
position: absolute;
top: 0;
left: 0;
background: #fff;
z-index: 9;
}
.countries-wrapper ul {
overflow: hidden;
overflow-y: scroll;
max-height: 215px;
}
.countries-wrapper ul li {
font-weight: 400;
font-size: 17px;
color: #6F6F6F;
height: 40px;
}
.calculate-shipping-form {
display: none;
}
/*--------------------------------------------------------------
16. wpo-faq-page
--------------------------------------------------------------*/
.wpo-faq-section {
padding: 80px 0;
}
.wpo-faq-section .wpo-section-title {
text-align: center;
}
.wpo-faq-section .wpo-section-title h2 {
display: inline-block;
}
.wpo-faq-section .MuiAccordion-root {
border: 0;
border: 1px solid #e1e1e1;
padding: 15px 20px;
margin-bottom: 20px;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpo-faq-section .MuiAccordion-root .MuiButtonBase-root {
position: relative;
}
.wpo-faq-section .MuiAccordion-root .MuiButtonBase-root::after {
background: none;
font-family: "themify";
content: "\e622";
font-size: 15px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
font-weight: 700;
position: absolute;
right: 0px;
top: 12px;
}
.wpo-faq-section .MuiAccordion-root .MuiButtonBase-root.Mui-expanded::after {
content: "\e61a";
}
.wpo-faq-section .MuiAccordion-root .accordion-body {
padding-left: 0;
padding-right: 0;
}
.wpo-faq-section .MuiAccordion-root .accordion-collapse {
border: 0;
}
.wpo-faq-section .accordion-button {
background: transparent;
}
/*-----------------------------------------------------
#4.1 faq section
------------------------------------------------------*/
.question-area {
background: #fafafa;
padding: 80px 0;
}
@media (max-width: 991px) {
.question-area {
padding-top: 80px;
}
}
@media (max-width: 767px) {
.question-area {
padding-top: 60px;
}
}
.question-area .wpo-section-title {
text-align: center;
}
.question-area .wpo-section-title h2 {
display: inline-block;
}
.question-touch {
max-width: 570px;
margin: auto;
-webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
padding: 50px;
text-align: center;
padding-top: 60px;
background: #fff;
border-radius: 5px;
}
@media (max-width: 590px) {
.question-touch {
padding: 15px;
}
}
@media (max-width: 991px) {
.faq-pb {
margin-top: 15px;
}
}
.question-touch h2 {
font-size: 30px;
font-weight: 700;
text-align: center;
margin-top: 0;
margin-bottom: 35px;
}
.question-touch .half-col {
width: 100%;
}
.question-touch .half-col p {
text-align: left;
color: red;
font-size: 14px;
}
.question-touch input,
.question-touch textarea {
width: 100%;
height: 50px;
border: none;
outline: none;
background: none;
border-radius: 0;
border-bottom: 1px solid #ddd;
border-top: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 22px;
}
.question-touch input:focus,
.question-touch textarea:focus {
outline: none;
background: none;
border-radius: 0;
border-bottom: 1px solid #eeeeee;
-webkit-box-shadow: none;
box-shadow: none;
}
.question-touch textarea {
height: 160px;
}
.question-touch ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #888;
font-size: 14px;
}
.question-touch ::-moz-placeholder {
/* Firefox 19+ */
color: #888;
font-size: 14px;
}
.question-touch :-ms-input-placeholder {
/* IE 10+ */
color: #888;
font-size: 14px;
}
.question-touch :-moz-placeholder {
/* Firefox 18- */
color: #888;
font-size: 14px;
}
.question-touch .theme-btn, .question-touch .view-cart-btn {
padding: 17px 40px;
border: none;
background: #ED6B37;
color: #fff;
-webkit-transition: all 0.3s;
transition: all 0.3s;
outline: none;
}
.question-touch .theme-btn::before, .question-touch .view-cart-btn::before {
display: none;
position: unset;
}
/*======================================
16. wpo-donation-page-area
=======================================*/
.wpo-donate-header {
text-align: center;
margin-bottom: 50px;
}
.wpo-donate-header h2 {
font-weight: 700;
text-transform: capitalize;
margin-bottom: 0;
}
.wpo-donations-amount,
.wpo-donations-details,
.wpo-doanation-payment {
padding: 30px;
border: 1px solid #ebebeb;
margin-bottom: 40px;
}
.wpo-donations-amount h2,
.wpo-donations-details h2,
.wpo-doanation-payment h2 {
font-size: 25px;
font-weight: 600;
position: relative;
text-transform: capitalize;
margin-bottom: 30px;
margin-top: 0;
}
.wpo-donations-amount input,
.wpo-donations-details input,
.wpo-donations-details textarea {
background: transparent;
width: 100%;
height: 50px;
border: 0;
border: 1px solid #ebebeb;
padding-left: 15px;
border-radius: 0;
-webkit-box-shadow: none !important;
box-shadow: none !important;
color: #525252;
border-radius: 5px;
margin-bottom: 30px;
}
.wpo-donations-details textarea {
height: 135px;
}
.wpo-donations-details .form-group .error {
margin-bottom: 20px;
}
.wpo-donations-amount input:focus,
.wpo-donations-details input:focus,
.wpo-donations-details textarea:focus {
border-color: #ED6B37;
}
.payment-name ul li input {
margin-right: 0;
position: absolute;
z-index: -1;
opacity: 0;
}
.wpo-payment-select ul {
list-style: none;
}
.payment-name ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 30px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wpo-payment-area form {
overflow: unset !important;
}
.payment-name ul li {
width: 100px;
height: 60px;
text-align: center;
line-height: 60px;
margin-bottom: 5px;
}
.payment-name ul {
list-style: none;
}
.payment-name ul li input {
margin-right: 0;
}
.payment-name ul li {
margin-right: 15px;
}
.wpo-payment-area h2 {
padding-bottom: 40px;
margin-bottom: 0;
}
.wpo-payment-select ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wpo-payment-select ul li {
margin-right: 10px;
font-size: 15px;
font-weight: 500;
color: #5B5B5B;
}
.wpo-payment-select ul li input {
margin-right: 5px;
}
.wpo-payment-select label {
font-size: 18px;
font-weight: 600;
}
.wpo-payment-area h2 {
font-size: 20px;
color: #878787;
font-weight: 700;
}
.wpo-payment-area h2 span {
font-size: 30px;
color: #ff493c;
}
.wpo-payment-area {
width: 100%;
}
.payment-name ul li input {
margin-right: 0;
position: absolute;
z-index: -1;
}
.payment-name ul li input:checked ~ label {
background: #fcebbd;
}
.payment-name label {
width: 100%;
border: 1px solid transparent;
cursor: pointer;
}
.payment-name .visa label {
border: 1px solid #0057A0;
}
.payment-name .mas label {
border: 1px solid #CC0000;
}
.payment-name .ski label {
border: 1px solid #691A5F;
}
.payment-name .pay label {
border: 1px solid #019CDE;
}
.wpo-payment-option {
padding: 0 15px;
}
.payment-name.active {
display: block;
}
.wpo-payment-option.active .payment-name {
display: none !important;
}
.wpo-payment-area .form-style input {
width: 100%;
margin-bottom: 15px;
padding-left: 20px;
height: 40px;
background: #fff;
border-radius: 2px;
border: none;
border: 1px solid #ebebeb;
}
.wpo-payment-area .form-style input:focus {
border: 1px solid #ED6B37;
}
.wpo-payment-area .contact-form {
margin-top: 40px;
}
#Donations .theme-btn, #Donations .view-cart-btn {
border: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#Donations .submit-area {
text-align: center;
}
/*--------------------------------------------------------------
14. wpo-blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
/*** format-standard ***/
/*** format-gallery ***/
/*** format-quote ***/
/*** format-video ***/
}
.wpo-blog-pg-section .wpo-blog-content .post {
margin-bottom: 70px;
}
@media (max-width: 991px) {
.wpo-blog-pg-section .wpo-blog-content .post {
margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.wpo-blog-pg-section .wpo-blog-content .post {
margin-bottom: 40px;
}
}
.wpo-blog-pg-section .entry-meta {
list-style: none;
overflow: hidden;
margin: 35px 0;
}
@media (max-width: 767px) {
.wpo-blog-pg-section .entry-meta {
margin: 25px 0;
}
}
.wpo-blog-pg-section .entry-meta ul {
list-style: none;
}
.wpo-blog-pg-section .entry-meta ul li {
font-weight: 500;
font-size: 16px;
font-size: 1.06667rem;
float: left;
text-transform: uppercase;
}
.wpo-blog-pg-section .entry-meta ul li a {
color: #636893;
}
.wpo-blog-pg-section .entry-meta ul li a:hover {
color: #ED6B37;
}
.wpo-blog-pg-section .entry-meta ul li i {
position: relative;
margin-right: 3px;
}
.wpo-blog-pg-section .entry-meta ul li i:before {
font-size: 13px;
}
.wpo-blog-pg-section .entry-meta ul li + li {
margin-left: 20px;
padding-left: 20px;
position: relative;
}
.wpo-blog-pg-section .entry-meta ul li + li:before {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 7px;
height: 7px;
content: "";
background: #ED6B37;
border-radius: 50%;
}
@media (max-width: 440px) {
.wpo-blog-pg-section .entry-meta ul li + li:before {
display: none;
}
}
@media (max-width: 440px) {
.wpo-blog-pg-section .entry-meta ul li + li {
margin-left: 0;
padding-left: 0;
}
}
@media (max-width: 767px) {
.wpo-blog-pg-section .entry-meta ul li {
font-size: 12px;
font-size: 0.8rem;
}
}
@media (max-width: 440px) {
.wpo-blog-pg-section .entry-meta ul li {
float: none;
display: block;
margin-bottom: 5px;
}
}
.wpo-blog-pg-section .post h3 {
font-size: 34px;
font-size: 2.26667rem;
line-height: 1.2em;
font-weight: 600;
margin: -0.27em 0 0.7em;
font-family: "Futura PT";
}
@media (max-width: 991px) {
.wpo-blog-pg-section .post h3 {
font-size: 25px;
font-size: 1.66667rem;
}
}
@media (max-width: 767px) {
.wpo-blog-pg-section .post h3 {
font-size: 22px;
font-size: 1.46667rem;
}
}
.wpo-blog-pg-section .post h3 a {
color: #16182F;
}
.wpo-blog-pg-section .post h3 a:hover {
color: #ED6B37;
}
.wpo-blog-pg-section .post p {
margin-bottom: 1.5em;
}
@media (max-width: 991px) {
.wpo-blog-pg-section .post p {
font-size: 16px;
font-size: 1.06667rem;
}
}
.wpo-blog-pg-section .post a.read-more {
color: #525252;
text-transform: capitalize;
font-size: 16px;
}
.wpo-blog-pg-section .post a.read-more:hover {
color: #ED6B37;
}
.wpo-blog-pg-section .entry-media img {
width: 100%;
}
.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
background-color: #F9F9F9;
padding: 25px 35px 45px;
}
@media (max-width: 767px) {
.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
padding: 25px 20px 45px;
}
}
.wpo-blog-pg-section .format-standard {
position: relative;
}
.wpo-blog-pg-section .format-standard:before {
position: absolute;
right: 20px;
top: 10px;
content: "\f101";
font-family: "flaticon_politian";
font-size: 90px;
line-height: 80px;
color: #f1f1f1;
}
.wpo-blog-pg-section .format-gallery {
position: relative;
}
.wpo-blog-pg-section .format-gallery .owl-controls {
width: 100%;
margin: 0;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
background: #ED6B37;
color: #fff;
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
background: #fff;
width: 50px;
height: 50px;
line-height: 58px;
padding: 0;
margin: 0;
border-radius: 50%;
color: #ED6B37;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: 0;
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
font-size: 20px;
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
left: 15px;
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
right: 15px;
}
.wpo-blog-pg-section .format-quote {
text-align: center;
padding: 80px 60px;
position: relative;
}
@media (max-width: 767px) {
.wpo-blog-pg-section .format-quote {
padding: 40px 20px;
}
}
.wpo-blog-pg-section .format-quote p {
margin-bottom: 0;
}
.wpo-blog-pg-section .format-quote:before {
font-family: "Flaticon";
content: "\f120";
font-size: 250px;
font-size: 16.66667rem;
color: #ecf3fb;
margin-left: 0;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
position: relative;
}
.wpo-blog-pg-section .format-video .video-holder {
position: relative;
text-align: center;
}
.wpo-blog-pg-section .format-video .video-holder:before {
content: "";
background-color: #163967;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
opacity: 0.5;
}
.wpo-blog-pg-section .format-video .video-holder:hover:before {
opacity: 0.8;
}
.wpo-blog-pg-section .format-video .video-holder button.btn-wrap {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 63px;
height: 63px;
line-height: 63px;
background: #fff;
border-radius: 50%;
z-index: 1;
border: 0;
}
.wpo-blog-pg-section .format-video .video-holder button.btn-wrap:after {
position: absolute;
left: -12px;
top: -12px;
width: 140%;
height: 140%;
background: rgba(255, 255, 255, 0.3);
content: "";
-webkit-animation: spineer 2s infinite;
animation: spineer 2s infinite;
border-radius: 50%;
z-index: -1;
}
.wpo-blog-pg-section .format-video .video-holder .fi:before {
font-size: 20px;
font-size: 1.33333rem;
color: #ED6B37;
}
@media screen and (min-width: 1200px) {
.blog-pg-left-sidebar .blog-sidebar {
padding-right: 45px;
padding-left: 0;
}
}
@media screen and (min-width: 1200px) {
.blog-pg-fullwidth .wpo-blog-content {
padding: 0;
}
}
@-webkit-keyframes save-the-date-pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(0.95, 0.95, 0.95);
transform: scale3d(0.95, 0.95, 0.95);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes save-the-date-pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(0.95, 0.95, 0.95);
transform: scale3d(0.95, 0.95, 0.95);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@media screen and (min-width: 992px) {
.order-lg-1 .blog-sidebar {
padding-left: 0;
padding-right: 25px;
}
}
/*--------------------------------------------------------------
15. wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
/*** tag-share ***/
/*** author-box ***/
/*** more-posts ***/
/*** comments area ***/
/*** comment-respond ***/
}
.wpo-blog-single-section .entry-meta {
list-style: none;
overflow: hidden;
margin: 35px 0;
}
@media (max-width: 767px) {
.wpo-blog-single-section .entry-meta {
margin: 25px 0;
}
}
.wpo-blog-single-section .entry-meta ul {
list-style: none;
}
.wpo-blog-single-section .entry-meta ul li {
font-weight: 500;
font-size: 16px;
font-size: 1.06667rem;
float: left;
text-transform: uppercase;
}
.wpo-blog-single-section .entry-meta ul li a {
color: #636893;
}
.wpo-blog-single-section .entry-meta ul li a:hover {
color: #ED6B37;
}
.wpo-blog-single-section .entry-meta ul li i {
position: relative;
top: 0;
margin-right: 3px;
}
.wpo-blog-single-section .entry-meta ul li i.fi:before {
font-size: 13px;
}
.wpo-blog-single-section .entry-meta ul li + li {
margin-left: 20px;
padding-left: 20px;
position: relative;
}
.wpo-blog-single-section .entry-meta ul li + li:before {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 7px;
height: 7px;
content: "";
background: #ED6B37;
border-radius: 50%;
}
@media (max-width: 440px) {
.wpo-blog-single-section .entry-meta ul li + li:before {
display: none;
}
}
@media (max-width: 440px) {
.wpo-blog-single-section .entry-meta ul li + li {
margin-left: 0;
padding-left: 0;
}
}
@media (max-width: 767px) {
.wpo-blog-single-section .entry-meta ul li {
font-size: 12px;
font-size: 0.8rem;
}
}
@media (max-width: 440px) {
.wpo-blog-single-section .entry-meta ul li {
float: none;
display: block;
margin-bottom: 5px;
}
}
.wpo-blog-single-section .entry-media img {
width: 100%;
}
.wpo-blog-single-section .post h2 {
font-size: 35px;
font-size: 2.33333rem;
margin: -0.22em 0 0.7em;
line-height: 1.3em;
font-family: "Futura PT";
}
@media (max-width: 991px) {
.wpo-blog-single-section .post h2 {
font-size: 30px;
font-size: 2rem;
}
}
@media (max-width: 767px) {
.wpo-blog-single-section .post h2 {
font-size: 25px;
font-size: 1.66667rem;
}
}
.wpo-blog-single-section .post p {
margin-bottom: 1.5em;
}
.wpo-blog-single-section .post h3 {
font-size: 24px;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.3em;
margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
.wpo-blog-single-section .post h3 {
font-size: 22px;
font-size: 1.46667rem;
}
}
@media (max-width: 767px) {
.wpo-blog-single-section .post h3 {
font-size: 20px;
font-size: 1.33333rem;
}
}
.wpo-blog-single-section .post blockquote {
background-color: #F9F9F9;
color: #233d62;
font-size: 20px;
line-height: 1.6em;
padding: 65px;
margin-top: 60px;
margin-bottom: 40px;
border: 0;
text-align: center;
position: relative;
text-decoration: underline;
}
@media (max-width: 767px) {
.wpo-blog-single-section .post blockquote {
padding: 55px 25px;
}
}
.wpo-blog-single-section .post blockquote:before {
content: "\f101";
font-family: "flaticon_politian";
font-size: 25px;
font-size: 1.66667rem;
color: rgba(255, 255, 255, 0.5);
position: absolute;
left: 50%;
top: -30px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 60px;
height: 60px;
line-height: 60px;
border: 2px solid #F9F9F9;
background: #fff;
color: #ED6B37;
border-radius: 50%;
}
.wpo-blog-single-section .post .gallery {
overflow: hidden;
margin: 40px -7.5px 0;
}
.wpo-blog-single-section .post .gallery > div {
width: calc(50% - 15px);
float: left;
margin: 0 7.5px 15px;
}
.wpo-blog-single-section .post .gallery img {
width: 100%;
}
.wpo-blog-single-section .tag-share,
.wpo-blog-single-section .tag-share-s2 {
border-bottom: 1px solid #ebebeb;
margin: 75px 0 0;
padding-bottom: 30px;
color: #16182F;
}
@media (max-width: 767px) {
.wpo-blog-single-section .tag-share,
.wpo-blog-single-section .tag-share-s2 {
margin-top: 40px;
}
}
.wpo-blog-single-section .tag-share ul,
.wpo-blog-single-section .tag-share-s2 ul {
list-style: none;
display: inline-block;
overflow: hidden;
}
.wpo-blog-single-section .tag-share ul li,
.wpo-blog-single-section .tag-share-s2 ul li {
float: left;
}
@media (max-width: 767px) {
.wpo-blog-single-section .tag-share ul li,
.wpo-blog-single-section .tag-share-s2 ul li {
margin: 2px;
}
}
.wpo-blog-single-section .tag-share ul > li + li,
.wpo-blog-single-section .tag-share-s2 ul > li + li {
margin-left: 10px;
}
@media (max-width: 767px) {
.wpo-blog-single-section .tag-share ul > li + li,
.wpo-blog-single-section .tag-share-s2 ul > li + li {
margin: 2px;
}
}
.wpo-blog-single-section .tag-share .tag,
.wpo-blog-single-section .tag-share-s2 .tag {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wpo-blog-single-section .tag-share .tag > span,
.wpo-blog-single-section .tag-share-s2 .tag > span {
font-family: "Futura PT";
color: #16182F;
font-weight: 600;
display: inline-block;
padding-right: 15px;
text-transform: uppercase;
}
.wpo-blog-single-section .tag-share .tag ul,
.wpo-blog-single-section .tag-share-s2 .tag ul {
list-style: none;
position: relative;
}
.wpo-blog-single-section .tag-share .tag li,
.wpo-blog-single-section .tag-share-s2 .tag li {
position: relative;
}
.wpo-blog-single-section .tag-share .tag a,
.wpo-blog-single-section .tag-share-s2 .tag a {
font-size: 14px;
font-size: 0.93333rem;
display: inline-block;
padding: 5px 18px;
color: #16182F;
background: #F9F9F9;
border-radius: 5px;
text-transform: uppercase;
}
@media (max-width: 767px) {
.wpo-blog-single-section .tag-share .tag a,
.wpo-blog-single-section .tag-share-s2 .tag a {
font-size: 13px;
font-size: 0.86667rem;
}
}
.wpo-blog-single-section .tag-share .tag a:hover,
.wpo-blog-single-section .tag-share-s2 .tag a:hover {
color: #ED6B37;
}
.wpo-blog-single-section .tag-share-s2 {
margin: 0;
margin-top: 30px;
border-bottom: 0;
}
.wpo-blog-single-section .tag-share-s2 .tag a {
padding: 0;
font-size: 16px;
font-size: 1.06667rem;
text-transform: capitalize;
background: none;
text-decoration: underline;
color: #525252;
}
.wpo-blog-single-section .author-box {
margin: 35px 0 60px;
}
.wpo-blog-single-section .author-box .author-avatar {
float: left;
}
@media (max-width: 767px) {
.wpo-blog-single-section .author-box .author-avatar {
float: none;
}
}
.wpo-blog-single-section .author-box .author-avatar img {
border-radius: 50%;
}
.wpo-blog-single-section .author-box .author-content {
display: block;
overflow: hidden;
padding-left: 25px;
}
@media (max-width: 767px) {
.wpo-blog-single-section .author-box .author-content {
padding: 0;
margin: 15px 0 0 0;
}
}
.wpo-blog-single-section .author-box .author-content p {
margin-bottom: 20px;
}
.wpo-blog-single-section .author-box .author-name {
font-family: "Futura PT";
font-size: 24px;
font-size: 1.6rem;
font-weight: 600;
display: inline-block;
margin-bottom: 10px;
color: #16182F;
}
.wpo-blog-single-section .author-box .social-link {
display: inline-block;
list-style: none;
}
.wpo-blog-single-section .author-box .social-link li {
float: left;
margin-right: 12px;
}
.wpo-blog-single-section .author-box .social-link a {
display: block;
font-size: 13px;
font-size: 0.86667rem;
color: #16182F;
}
.wpo-blog-single-section .author-box .social-link a:hover {
color: #ED6B37;
}
.wpo-blog-single-section .more-posts {
overflow: hidden;
border: 1px solid #DDDDDD;
padding: 0 25px;
}
.wpo-blog-single-section .more-posts > div {
width: 50%;
float: left;
}
@media (max-width: 767px) {
.wpo-blog-single-section .more-posts > div {
width: 100%;
float: none;
}
}
.wpo-blog-single-section .more-posts > div > a {
display: inline-block;
}
.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
padding: 40px 0;
}
@media (max-width: 767px) {
.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
padding: 25px 15px !important;
}
}
.wpo-blog-single-section .more-posts .next-post {
text-align: right;
border-left: 1px solid #DDDDDD;
padding-left: 15px;
padding-right: 5px;
}
@media (max-width: 767px) {
.wpo-blog-single-section .more-posts .next-post {
border-left: 0;
text-align: left;
border-top: 1px solid #DDDDDD;
}
}
.wpo-blog-single-section .more-posts .next-post .post-control-link {
padding-right: 25px;
position: relative;
}
@media (max-width: 767px) {
.wpo-blog-single-section .more-posts .next-post .post-control-link {
padding-right: 0;
}
}
.wpo-blog-single-section .more-posts .next-post .post-control-link:before {
font-family: "themify";
content: "\e628";
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 767px) {
.wpo-blog-single-section .more-posts .next-post .post-control-link:before {
display: none;
}
}
.wpo-blog-single-section .more-posts .previous-post {
padding-right: 15px;
padding-left: 5px;
}
.wpo-blog-single-section .more-posts .previous-post .post-control-link {
padding-left: 25px;
position: relative;
}
@media (max-width: 767px) {
.wpo-blog-single-section .more-posts .previous-post .post-control-link {
padding-left: 0;
}
}
.wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
font-family: "themify";
content: "\e629";
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 767px) {
.wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
display: none;
}
}
.wpo-blog-single-section .more-posts .previous-post > a > span,
.wpo-blog-single-section .more-posts .next-post > a > span {
display: block;
}
.wpo-blog-single-section .more-posts .post-control-link {
font-size: 14px;
font-size: 0.93333rem;
color: #525252;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
}
.wpo-blog-single-section .more-posts .post-name {
font-size: 16px;
font-size: 1.06667rem;
color: #16182F;
margin: 0.7em 0 0;
}
@media (max-width: 991px) {
.wpo-blog-single-section .more-posts .post-name {
font-size: 16px;
font-size: 1.06667rem;
}
}
.wpo-blog-single-section .more-posts a:hover .post-control-link {
color: #ED6B37;
}
.wpo-blog-single-section .comments-area {
margin-top: 70px;
}
.wpo-blog-single-section .comments-area li > div {
border-bottom: 1px solid #e4effb;
padding: 35px;
}
@media (max-width: 991px) {
.wpo-blog-single-section .comments-area li > div {
padding: 35px 25px;
}
}
.wpo-blog-single-section .comments-area ol {
list-style-type: none;
padding-left: 0;
}
.wpo-blog-single-section .comments-area ol ul {
padding-left: 30px;
list-style-type: none;
}
.wpo-blog-single-section .comments-area ol > li:last-child div {
border-bottom: 0;
}
.wpo-blog-single-section .comments-area .comments-title {
font-size: 22px;
font-size: 1.46667rem;
font-weight: 500;
font-family: "Nunito Sans", sans-serif;
margin: 0 0 1em;
text-transform: uppercase;
letter-spacing: 3px;
}
@media (max-width: 991px) {
.wpo-blog-single-section .comments-area .comments-title {
font-size: 20px;
font-size: 1.33333rem;
}
}
.wpo-blog-single-section .comments-area li > div {
position: relative;
}
.wpo-blog-single-section .comments-area .comment-theme {
position: absolute;
left: 35px;
}
@media (max-width: 767px) {
.wpo-blog-single-section .comments-area .comment-theme {
position: static;
}
}
.wpo-blog-single-section .comments-area .comment-theme img {
border-radius: 50%;
}
.wpo-blog-single-section .comments-area .comment-main-area {
padding-left: 100px;
}
@media (max-width: 767px) {
.wpo-blog-single-section .comments-area .comment-main-area {
padding-left: 0;
margin-top: 25px;
}
}
.wpo-blog-single-section .comments-area .comment-main-area p {
margin-bottom: 20px;
}
.wpo-blog-single-section .comments-area .comments-meta h4 {
font-family: "Futura PT";
font-size: 20px;
font-size: 1.33333rem;
color: #16182F;
font-weight: 600;
margin: 0 0 1em;
}
.wpo-blog-single-section .comments-area .comments-meta h4 span {
font-size: 15px;
font-size: 1rem;
color: #525252;
font-weight: normal;
text-transform: none;
display: inline-block;
padding-left: 5px;
font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 767px) {
.wpo-blog-single-section .comments-area .comments-meta h4 span {
padding-left: 0;
}
}
.wpo-blog-single-section .comments-area .comment-reply-link {
font-family: "Futura PT";
font-size: 13px;
font-size: 0.86667rem;
font-weight: 600;
color: #16182F;
text-align: center;
border-radius: 50px;
display: inline-block;
font-family: "Nunito Sans", sans-serif;
text-decoration: underline;
text-transform: uppercase;
letter-spacing: 1px;
}
.wpo-blog-single-section .comments-area .comment-reply-link:hover {
color: #ED6B37;
}
.wpo-blog-single-section .comment-respond {
margin-top: 70px;
}
.wpo-blog-single-section .comment-respond .comment-reply-title {
font-size: 22px;
font-size: 1.46667rem;
margin: 0 0 1.5em;
text-transform: uppercase;
letter-spacing: 2px;
}
@media (max-width: 991px) {
.wpo-blog-single-section .comment-respond .comment-reply-title {
font-size: 20px;
font-size: 1.33333rem;
}
}
.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
background-color: #fff;
width: 100%;
height: 55px;
border: 1px solid #a4adbe;
padding: 6px 15px;
margin-bottom: 15px;
outline: 0;
border-radius: 30px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #ED6B37;
}
@media (max-width: 991px) {
.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
height: 40px;
}
}
.wpo-blog-single-section .comment-respond form textarea {
height: 220px;
padding: 15px;
}
@media (max-width: 991px) {
.wpo-blog-single-section .comment-respond form textarea {
height: 150px;
}
}
.wpo-blog-single-section .comment-respond .form-inputs {
overflow: hidden;
}
.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
width: 49%;
float: left;
}
@media (max-width: 767px) {
.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
width: 100%;
float: none;
}
}
.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
width: 49%;
float: right;
}
@media (max-width: 767px) {
.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
width: 100%;
float: none;
}
}
.wpo-blog-single-section .comment-respond .form-submit input {
font-family: "Futura PT";
max-width: 180px;
background-color: #1e2845;
color: #fff;
margin-bottom: 0;
border: 0;
outline: 0;
text-transform: uppercase;
font-size: 15px;
letter-spacing: 2px;
border-radius: 30px;
}
.wpo-blog-single-section .comment-respond .form-submit input:hover {
background-color: #16182F;
}
@media screen and (min-width: 1200px) {
.wpo-blog-single-left-sidebar-section .blog-sidebar {
padding-right: 45px;
padding-left: 0;
}
}
/*--------------------------------------------------------------
19. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section {
padding-bottom: 0px;
}
.wpo-contact-pg-section .wpo-contact-title {
max-width: 440px;
margin: 0 auto;
text-align: center;
margin-bottom: 50px;
}
@media (max-width: 767px) {
.wpo-contact-pg-section .wpo-contact-title {
margin-bottom: 30px;
}
}
.wpo-contact-pg-section .wpo-contact-title h2 {
font-size: 35px;
font-size: 2.33333rem;
font-weight: 600;
margin-bottom: 20px;
}
@media (max-width: 575px) {
.wpo-contact-pg-section .wpo-contact-title h2 {
font-size: 25px;
font-size: 1.66667rem;
}
}
.wpo-contact-pg-section .form-field {
margin-bottom: 30px;
}
.wpo-contact-pg-section .errorMessage {
color: red;
font-size: 14px;
margin-top: 5px;
}
.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
background: transparent;
width: 100%;
height: 50px;
border: 1px solid transparent;
border-radius: 0px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding-left: 25px;
border: 1px solid #ebebeb;
}
@media (max-width: 991px) {
.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
height: 45px;
}
}
.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
border-color: #ED6B37;
background: transparent;
}
.wpo-contact-pg-section form textarea {
height: 180px;
padding-top: 15px;
}
.wpo-contact-pg-section form {
margin: 0 -15px;
overflow: hidden;
}
.wpo-contact-pg-section form ::-webkit-input-placeholder {
font-style: 15px;
font-style: normal;
color: #9d9c9c;
}
.wpo-contact-pg-section form :-moz-placeholder {
font-style: 15px;
font-style: normal;
color: #9d9c9c;
}
.wpo-contact-pg-section form ::-moz-placeholder {
font-style: 15px;
font-style: normal;
color: #9d9c9c;
}
.wpo-contact-pg-section form :-ms-input-placeholder {
font-style: 15px;
font-style: normal;
color: #9d9c9c;
}
.wpo-contact-pg-section form select {
display: inline-block;
color: #a9a9a9;
cursor: pointer;
opacity: 1;
padding: 6px 25px;
font-size: 15px;
font-size: 1rem;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
-moz-appearance: none;
background: transparent url(/images/select-icon2.png) no-repeat calc(100% - 15px) center;
position: relative;
}
.wpo-contact-pg-section form select:focus {
background: transparent url(/images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.wpo-contact-pg-section form .submit-area {
text-align: center;
width: 100%;
margin-bottom: 10px;
margin-left: 0;
}
@media (max-width: 767px) {
.wpo-contact-pg-section form .submit-area {
margin-bottom: 0;
}
}
.wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn {
border-radius: 0px;
font-family: "Nunito Sans", sans-serif;
font-size: 16px;
}
.wpo-contact-pg-section form .submit-area .theme-btn:after, .wpo-contact-pg-section form .submit-area .view-cart-btn:after {
border-radius: 0px;
}
.wpo-contact-pg-section form > div {
margin: 0 15px 25px;
}
@media (max-width: 600px) {
.wpo-contact-pg-section form > div {
width: calc(100% - 25px);
}
}
.wpo-contact-pg-section form .fullwidth {
width: calc(100% - 25px);
float: none;
clear: both;
}
.wpo-contact-pg-section .office-info {
padding-bottom: 100px;
}
@media (max-width: 767px) {
.wpo-contact-pg-section .office-info {
padding-bottom: 60px;
}
}
@media (max-width: 1200px) {
.wpo-contact-pg-section .office-info .col .office-info-item {
margin-bottom: 30px;
}
}
@media (max-width: 1200px) {
.wpo-contact-pg-section .office-info .col:last-child .office-info-item {
margin-bottom: 0px;
}
}
.wpo-contact-pg-section .office-info .office-info-item {
text-align: center;
-webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
padding: 40px;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
width: 85px;
height: 85px;
background: #f5f5f5;
line-height: 85px;
text-align: center;
margin: 0 auto;
border-radius: 50%;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
font-size: 35px;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
font-size: 30px;
font-weight: 500;
margin: 20px 0;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
margin-bottom: 0;
}
.wpo-contact-pg-section .wpo-contact-form-area {
padding: 50px;
background: #fff;
-webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
margin-bottom: -125px;
position: relative;
z-index: 99;
}
@media (max-width: 767px) {
.wpo-contact-pg-section .wpo-contact-form-area {
padding: 30px;
padding-top: 50px;
}
}
.wpo-contact-map-section .wpo-contact-map {
height: 550px;
}
.wpo-contact-map-section iframe {
width: 100%;
height: 100%;
border: 0;
outline: 0;
}
.wpo-contact-map-section h2.hidden {
display: none;
}
/*--------------------------------------------------------------
21. error-404-section
--------------------------------------------------------------*/
.error-404-section {
text-align: center;
}
.error-404-section .error-message {
margin-top: 70px;
padding: 0 200px;
}
@media (max-width: 991px) {
.error-404-section .error-message {
margin-top: 50px;
padding: 0 100px;
}
}
@media (max-width: 767px) {
.error-404-section .error-message {
padding: 0;
}
}
.error-404-section .error-message h3 {
font-size: 30px;
font-size: 2rem;
margin: 0 0 0.8em;
}
.error-404-section .error-message p {
margin-bottom: 1.8em;
}
/*--------------------------------------------------------------
22. wpo-terms-section
--------------------------------------------------------------*/
.wpo-terms-section h4 {
font-size: 30px;
margin-bottom: 30px;
}
.wpo-terms-section .wpo-terms-wrap .wpo-terms-img img {
width: 100%;
}
.wpo-terms-section .wpo-terms-wrap .wpo-terms-text {
padding-top: 30px;
margin-bottom: 30px;
}
.wpo-terms-section .wpo-terms-wrap .wpo-terms-text h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 20px;
}
@media (max-width: 991px) {
.wpo-terms-section .wpo-terms-wrap .wpo-terms-text h2 {
font-size: 30px;
}
}
@media (max-width: 767px) {
.wpo-terms-section .wpo-terms-wrap .wpo-terms-text h2 {
font-size: 25px;
}
}
.wpo-terms-section .wpo-terms-wrap .wpo-terms-text ul {
list-style: none;
margin-top: 20px;
margin-bottom: 40px;
}
.wpo-terms-section .wpo-terms-wrap .wpo-terms-text ul li {
padding: 10px;
position: relative;
padding-left: 20px;
}
.wpo-terms-section .wpo-terms-wrap .wpo-terms-text ul li:before {
position: absolute;
left: 0;
top: 50%;
width: 8px;
height: 8px;
background: #ED6B37;
content: "";
border-radius: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.wpo-terms-section .wpo-terms-wrap .wpo-terms-text .t-sub {
padding: 20px 0;
}
.wpo-terms-section .wpo-terms-wrap .wpo-terms-text .t-sub .wpo-p-details-img {
margin-bottom: 20px;
}
.wpo-terms-section .wpo-faq-section {
margin-top: 40px;
}
.wpo-terms-section .wpo-faq-section {
margin-top: 30px;
}
.wpo-terms-section .MuiAccordion-root {
border: 0;
border: 1px solid #F9F9F9;
padding: 10px 20px;
margin-bottom: 20px;
background: #F9F9F9;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpo-terms-section .MuiAccordion-root .accordion-body {
padding-left: 0;
padding-right: 0;
border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.wpo-terms-section .MuiAccordion-root .accordion-body p {
color: #525252;
}
.wpo-terms-section .MuiAccordion-root:before {
display: none;
}
.wpo-terms-section .MuiAccordion-root .MuiButtonBase-root {
position: relative;
}
.wpo-terms-section .MuiAccordion-root .MuiButtonBase-root::after {
background: none;
font-family: "themify";
content: "\e622";
font-size: 15px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
font-weight: 700;
position: absolute;
right: 0px;
top: 12px;
}
.wpo-terms-section .MuiAccordion-root .MuiButtonBase-root.Mui-expanded::after {
content: "\e61a";
}
.wpo-terms-section .accordion-button {
background: transparent;
}
.wpo-terms-section .accordion-button:not(.collapsed) {
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.13);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.13);
}
/*--------------------------------------------------------------
23. volunteer page
--------------------------------------------------------------*/
.volunteer-area {
padding: 120px 0 45px;
}
.volunteer-wrap {
padding-bottom: 120px;
}
.volunter-img {
padding: 30px;
}
.volunter-img img {
width: 100%;
}
.volunteer-img-wrap {
-webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
}
.volunteer-contact-form form input,
.volunteer-contact-form form select,
.volunteer-contact-form form label,
.volunteer-contact-form form textarea {
border: 1px solid #d0d4df;
padding-left: 15px;
height: 50px;
width: 100%;
}
.volunteer-contact-form form label {
line-height: 50px;
font-weight: 400;
font-size: 14px;
}
.volunteer-contact-form form .errorMessage {
font-size: 15px;
margin-top: 5px;
color: red;
}
.volunteer-contact-form form label.error {
height: 15px;
border: 0;
line-height: 10px;
padding-left: 0;
}
.volunteer-contact-form .form-group-in input {
opacity: 0;
visibility: hidden;
position: absolute;
}
.volunteer-contact-form form textarea {
height: 100px;
}
.volunteer-contact-form .form-group-in {
position: relative;
}
.volunteer-contact-form .form-group-in i {
position: absolute;
right: 30px;
top: 17px;
font-size: 20px;
}
.volunteer-contact-form .form-group {
margin-bottom: 30px;
}
.volunteer-contact-form {
max-width: 760px;
margin: auto;
padding: 50px 40px;
background: #fff;
margin-top: -295px;
position: relative;
z-index: 1;
}
.volunteer-contact-form:after {
position: absolute;
left: 0px;
bottom: 0;
width: 100%;
height: 100%;
content: "";
background: #fff;
z-index: -1;
}
.volunteer-contact-form:before {
position: absolute;
left: -7px;
bottom: -8px;
width: 102%;
height: 48%;
content: "";
background: #ffc4ad;
z-index: -1;
}
.volunteer-contact-form h2 {
margin-top: 0;
font-size: 36px;
text-align: center;
margin-bottom: 40px;
}
@media (max-width: 1200px) {
.volunteer-contact-form {
max-width: 635px;
margin-top: -210px;
}
.volunteer-contact-form:before {
height: 62%;
width: 103%;
}
}
@media (max-width: 767px) {
.volunteer-contact-form {
margin-top: 0px;
padding: 14px 16px;
-webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
margin-top: 50px;
padding-top: 30px;
}
.volunteer-contact-form h2 {
font-size: 23px;
}
.volunteer-area {
padding: 70px 0 0;
}
}
.volunteer-contact-form .submit-area {
text-align: center;
}
/*# sourceMappingURL=style.css.map */