.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.single-ova_por .ova-wrapp {
overflow: hidden;
}
.wrap-portfolio {
max-width: 1270px;
padding: 0 10px;
margin: 0 auto;
}
@media (max-width: 767px) {
.wrap-portfolio {
padding: 0 5px;
}
}
.wrap-portfolio .archive-por {
padding: 0 5px;
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por {
padding: 0 15px;
}
}
.wrap-portfolio .archive-por ul.list-cat-por {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 60px;
}
.wrap-portfolio .archive-por ul.list-cat-por li.active a {
color: #fff;
}
.wrap-portfolio .archive-por ul.list-cat-por li a {
font-size: 17px;
height: 40px;
line-height: 40px;
letter-spacing: 0.2px;
font-weight: 400;
color: #42516d;
padding: 0 15px;
display: inline-block;
transition: 0.3s;
}
.wrap-portfolio .archive-por ul.list-cat-por li a:hover {
color: #fff;
}
.wrap-portfolio .archive-por .content-por {
margin: 0 -15px;
}
.wrap-portfolio .archive-por .content-por .ovapor-item {
padding: 0 15px;
margin-bottom: 30px;
}
.wrap-portfolio .archive-por .content-por .ovapor-item > a {
display: block;
position: relative;
}
.wrap-portfolio .archive-por .content-por .ovapor-item > a:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
background: #202b5d;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
transition: 0.4s;
}
.wrap-portfolio .archive-por .content-por .ovapor-item:hover > a:before {
opacity: 0.2;
}
.wrap-portfolio .archive-por .content-por.two_column .ovapor-item {
width: 100%;
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.two_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.three_column .ovapor-item {
width: 33.33%;
}
@media (max-width: 991px) {
.wrap-portfolio .archive-por .content-por.three_column .ovapor-item {
width: 50%;
}
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.three_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.four_column .ovapor-item {
width: 25%;
}
@media (max-width: 1024px) {
.wrap-portfolio .archive-por .content-por.four_column .ovapor-item {
width: 33.33%;
}
}
@media (max-width: 991px) {
.wrap-portfolio .archive-por .content-por.four_column .ovapor-item {
width: 50%;
}
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.four_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item {
position: relative;
overflow: hidden;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover .content-item {
top: calc(100% - 150px);
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover > a:after {
height: 100%;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover > a:before {
display: none;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover .content-item .readmore a {
background: #fff;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover .content-item .readmore a svg {
color: #404040;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item:hover .content-item .readmore a:hover svg {
color: #fff;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item > a {
display: inline-block;
z-index: 2;
transition: 0.3s;
position: relative;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item > a:after {
content: '';
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
z-index: 1;
transition: 0.2s;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .number-gallery {
display: inline-flex;
background: rgba(0, 0, 0, 0.3);
color: #fff;
padding: 1px 15px 1px 15px;
border-radius: 50px;
position: absolute;
top: 15px;
right: 30px;
z-index: 2;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .number-gallery span {
font-size: 15px;
line-height: 24px;
font-weight: 600;
display: inline-block;
margin-left: 6px;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .number-gallery svg {
width: 18px;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item {
position: absolute;
top: calc(100% - 75px);
left: 15px;
margin-left: 25px;
transition: 0.4s;
z-index: 2;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .category {
margin-bottom: 1px;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .category span, .wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .category a {
font-size: 16px;
line-height: 24px;
color: #ccc;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .title {
margin: 0;
font-size: 24px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 19px;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .title a {
font-size: 24px;
line-height: 1.2;
font-weight: 700;
color: #fff;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .readmore {
padding-top: 2px;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .readmore a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
border-radius: 50%;
}
.wrap-portfolio .archive-por .content-por.grid-portfolio .ovapor-item .content-item .readmore a svg {
width: 26px;
color: #fff;
height: 26px;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio {
margin: 0;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio.three_column .ovapor-item {
width: calc(33.33% - 20px);
}
@media (max-width: 991px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.three_column .ovapor-item {
width: calc(50% - 15px);
}
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.three_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.classic-portfolio.four_column .ovapor-item {
width: calc(25% - 22.5px);
}
@media (max-width: 1024px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.four_column .ovapor-item {
width: calc(33.33% - 20px);
}
}
@media (max-width: 991px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.four_column .ovapor-item {
width: calc(50% - 15px);
}
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.four_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.classic-portfolio.two_column .ovapor-item {
width: calc(50% - 15px);
}
@media (max-width: 767px) {
.wrap-portfolio .archive-por .content-por.classic-portfolio.two_column .ovapor-item {
width: 100%;
}
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item {
position: relative;
overflow: hidden;
margin-bottom: 30px;
padding-left: 0px;
padding-right: 0px;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .ovapor-item-sub-content {
transition: 0.4s;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .ovapor-item-sub-content > a {
display: block;
position: relative;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .ovapor-item-sub-content > a:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
background: #202b5d;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
transition: 0.4s;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item:hover {
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item:hover .ovapor-item-sub-content > a:before {
opacity: 0.2;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .number-gallery {
display: inline-flex;
background: rgba(0, 0, 0, 0.3);
color: #fff;
padding: 1px 15px 1px 15px;
border-radius: 50px;
position: absolute;
top: 15px;
right: 30px;
z-index: 2;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .number-gallery span {
font-size: 15px;
line-height: 24px;
font-weight: 600;
display: inline-block;
margin-left: 6px;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .number-gallery svg {
width: 18px;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item {
margin: 17px 0 0 25px;
padding: 0 0 10px 0;
z-index: 2;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .category {
margin-bottom: 1px;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .category span, .wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .category a {
font-size: 16px;
line-height: 24px;
color: #62718d;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .title {
margin: 0;
font-size: 24px;
line-height: 1.2;
font-weight: 500;
margin-bottom: 19px;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .title a {
font-size: 24px;
line-height: 1.2;
font-weight: 500;
color: #202b5d;
}
.wrap-portfolio .archive-por .content-por.classic-portfolio .ovapor-item .content-item .readmore {
display: none;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item {
position: relative;
overflow: hidden;
margin-bottom: 35px;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item:hover .number-gallery {
opacity: 1;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item:hover .content-item {
bottom: 20px;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .number-gallery {
opacity: 0;
transition: 0.4s;
display: inline-flex;
background: rgba(0, 0, 0, 0.3);
color: #fff;
padding: 1px 15px 1px 15px;
border-radius: 50px;
position: absolute;
top: 15px;
right: 30px;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .number-gallery span {
font-size: 15px;
line-height: 24px;
font-weight: 600;
display: inline-block;
margin-left: 6px;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .number-gallery svg {
width: 18px;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item {
margin: 0px 15px 0px 15px;
padding: 17px 20px 0 20px;
background: #fff;
position: absolute;
bottom: -100%;
left: 20px;
right: 20px;
transition: 0.4s;
z-index: 2;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .category {
margin-bottom: 1px;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .category span, .wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .category a {
font-size: 16px;
line-height: 24px;
color: #62718d;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .title {
margin: 0;
font-size: 24px;
line-height: 1.2;
font-weight: 500;
margin-bottom: 19px;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .title a {
font-size: 24px;
line-height: 1.2;
font-weight: 500;
color: #202b5d;
}
.wrap-portfolio .archive-por .content-por.modern-portfolio .ovapor-item .content-item .readmore {
display: none;
}
.wrap-portfolio .archive-por .ova_more_por {
text-align: center;
}
.wrap-portfolio .archive-por .ova_more_por .ova-load-more-por {
display: inline-block;
height: 60px;
line-height: 60px;
padding: 0px 40px;
font-size: 17px;
color: #fff;
-webkit-transition: all .3s;
transition: all .3s;
cursor: pointer;
display: inline-block;
font-weight: 600;
letter-spacing: 0.2px;
margin: 35px 0 110px 0;
}
.wrap-portfolio .archive-por .ova_more_por .ova-load-more-por:hover {
background: #06163A;
}
.wrap-portfolio .archive-por .ova_more_por .ova-loader {
display: none;
border: 3px solid #f3f3f3;
border-top: 3px solid;
border-radius: 50%;
width: 30px;
height: 30px;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 0 auto;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.wrap-portfolio .archive-por .ova-nodata {
text-align: center;
display: none;
}
.wrap-portfolio .archive-por .ova-nodata span {
display: inline-block;
height: 60px;
line-height: 60px;
padding: 0px 40px;
font-size: 17px;
color: #fff;
-webkit-transition: all .3s;
transition: all .3s;
cursor: pointer;
display: inline-block;
font-weight: 600;
letter-spacing: 0.2px;
margin: 35px 0 110px 0;
}
.wrap-portfolio .archive-por .ova-nodata span:hover {
background: #06163A;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por {
padding-left: 15px;
padding-right: 15px;
}
}
.wrap-portfolio .single-por.type1 .por-gallery {
grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
.wrap-portfolio .single-por.type1 .por-gallery {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.wrap-portfolio .single-por.type1 .por-gallery {
grid-template-columns: 1fr;
}
}
.wrap-portfolio .single-por.type1 .wrap-content-por {
display: flex;
flex-wrap: wrap;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .content {
flex: 0 0 calc(100% - 320px);
padding-right: 80px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por.type1 .wrap-content-por .content {
flex: 0 0 100%;
padding-right: 0;
}
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por {
flex: 0 0 320px;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por .content-info {
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
padding: 27px 30px 21px 30px;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por .content-info > div {
margin-bottom: 19px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por {
flex: 0 0 100%;
}
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por label {
display: block;
font-size: 17px;
line-height: 26px;
color: #202b5d;
font-weight: 500;
margin: 0 0 1px 0;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por a, .wrap-portfolio .single-por.type1 .wrap-content-por .info-por span {
font-size: 17px;
line-height: 26px;
color: #62718d;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por .share_social {
padding: 0 0 0 0;
border-bottom: none;
border-top: none;
text-align: left;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por .share_social .ova_label {
font-size: 17px !important;
line-height: 26px;
color: #202b5d;
font-weight: 500;
margin-bottom: 14px !important;
}
.wrap-portfolio .single-por.type1 .wrap-content-por .info-por .share_social a {
color: #fff;
}
.wrap-portfolio .single-por.type1 .single-foot-por .ova-next-pre-post {
margin-top: 110px;
position: relative;
padding-top: 30px;
}
.wrap-portfolio .single-por.type1 .single-foot-por .ova-next-pre-post:after {
content: '';
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
width: 5000px;
height: 1px;
background: #eeeeee;
}
.wrap-portfolio .single-por.type2 .por-gallery {
grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
.wrap-portfolio .single-por.type2 .por-gallery {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.wrap-portfolio .single-por.type2 .por-gallery {
grid-template-columns: 1fr;
}
}
.wrap-portfolio .single-por.type2 .info-por {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 45px;
margin-top: -6px;
}
.wrap-portfolio .single-por.type2 .info-por label {
font-size: 17px;
line-height: 26px;
font-weight: 400;
color: #202b5d;
}
.wrap-portfolio .single-por.type2 .info-por span, .wrap-portfolio .single-por.type2 .info-por a {
font-size: 17px;
line-height: 26px;
font-weight: 400;
color: #62718d;
}
.wrap-portfolio .single-por.type2 .info-por > div:not(:last-child) {
margin-right: 37px;
}
.wrap-portfolio .single-por.type2 .single-foot-por .share_social {
border: none;
}
.wrap-portfolio .single-por.type2 .single-foot-por .ova-next-pre-post {
position: relative;
padding-top: 30px;
margin-top: 0;
}
.wrap-portfolio .single-por.type2 .single-foot-por .ova-next-pre-post:after {
content: '';
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
width: 5000px;
height: 1px;
background: #eeeeee;
}
.wrap-portfolio .single-por.type3 .wrap-content-por {
display: flex;
flex-wrap: wrap;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .por-gallery-share {
flex: 0 0 calc(100% - 320px);
padding-right: 75px;
}
@media (max-width: 991px) {
.wrap-portfolio .single-por.type3 .wrap-content-por .por-gallery-share {
flex: 0 0 100%;
padding-right: 0;
}
}
.wrap-portfolio .single-por.type3 .wrap-content-por .por-gallery-share .por-gallery {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por.type3 .wrap-content-por .por-gallery-share .por-gallery {
grid-template-columns: 1fr;
}
}
.wrap-portfolio .single-por.type3 .wrap-content-por .por-gallery-share .share_social {
border-top: none;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info {
flex: 0 0 320px;
}
@media (max-width: 991px) {
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info {
flex: 0 0 100%;
}
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por {
flex: 0 0 320px;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por > div {
margin-bottom: 19px;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por label {
display: block;
font-size: 17px;
line-height: 26px;
color: #202b5d;
font-weight: 500;
margin: 0 0 1px 0;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por a, .wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por span {
font-size: 17px;
line-height: 26px;
color: #62718d;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por .share_social {
padding: 0 0 0 0;
border-bottom: none;
border-top: none;
text-align: left;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por .share_social .ova_label {
font-size: 17px !important;
line-height: 26px;
color: #202b5d;
font-weight: 500;
margin-bottom: 14px !important;
}
.wrap-portfolio .single-por.type3 .wrap-content-por .content-info .info-por .share_social a {
color: #fff;
}
.wrap-portfolio .single-por.type3 .single-foot-por .share_social {
padding: 45px 0 0 0;
border: none;
}
.wrap-portfolio .single-por.type3 .single-foot-por .ova-next-pre-post {
margin-top: 80px;
position: relative;
padding-top: 30px;
}
.wrap-portfolio .single-por.type3 .single-foot-por .ova-next-pre-post:after {
content: '';
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
width: 5000px;
height: 1px;
background: #eeeeee;
}
.wrap-portfolio .single-por .por-gallery {
display: grid;
grid-gap: 30px;
margin-bottom: 80px;
}
.wrap-portfolio .single-por .por-gallery .item-gallery a {
display: block;
position: relative;
}
.wrap-portfolio .single-por .por-gallery .item-gallery a:hover:after {
background: rgba(32, 43, 93, 0.2);
}
.wrap-portfolio .single-por .por-gallery .item-gallery a:after {
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
background: rgba(32, 43, 93, 0);
transition: 0.4s;
}
.wrap-portfolio .single-por .single-foot-por .share_social {
border-top: none;
padding: 75px 0 95px 0;
border-bottom: 1px solid #eeeeee;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 30px;
margin-bottom: 110px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post {
flex-direction: column;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next {
display: flex;
flex: 0 0 calc(50% - 25px);
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next {
flex: 0 0 100%;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre:hover .num-1 .icon i, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next:hover .num-1 .icon i {
color: #fff;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-1, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 {
margin-right: 20px;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-1 .icon, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 .icon {
display: inline-block;
width: 50px;
height: 50px;
border: 2px solid #eaeaea;
border-radius: 50%;
position: relative;
transition: 0.4s;
vertical-align: middle;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-1 .icon i, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 .icon i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: inline-block;
line-height: 1;
color: #62718d;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-1 .icon i:before, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 .icon i:before {
transition: 0.4s;
margin: 0px;
font-size: 28px;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-2 span.text-label, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-2 span.text-label {
font-size: 17px;
line-height: 22px;
letter-spacing: 0.2px;
font-weight: 400;
margin-bottom: 4px;
display: inline-block;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre .num-2 .title, .wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-2 .title {
display: block;
font-size: 20px;
line-height: 24px;
font-weight: 600;
color: #202b5d;
margin-top: -3px;
word-break: break-word;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .ova-slash {
display: inline-block;
flex: 0 0 50px;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .ova-slash {
display: none;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .ova-slash span {
width: 7px;
height: 7px;
border-radius: 50%;
background: #bcbfce;
display: inline-block;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .ova-slash span:not(:last-child) {
margin-right: 6px;
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre {
padding-right: 15px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .pre {
padding-right: 0px;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next {
flex-direction: row-reverse;
padding-left: 15px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next {
flex-direction: row;
margin-top: 60px;
padding-left: 0px;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 {
margin: 0px;
margin-left: 20px;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-1 {
margin-left: 0px;
margin-right: 20px;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-2 {
text-align: right;
}
@media (max-width: 767px) {
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post .next .num-2 {
text-align: left;
}
}
.wrap-portfolio .single-por .single-foot-por .ova-next-pre-post a {
display: flex;
align-items: center;
}
.wrap-related-por {
background: #f6f6f6;
padding: 74px 0 110px 0;
margin-top: -80px;
}
.wrap-related-por .related-por-inner {
max-width: 1270px;
margin: 0 auto;
padding: 0px 10px;
}
@media (max-width: 767px) {
.wrap-related-por .related-por-inner {
padding: 0 20px;
}
}
.wrap-related-por .title-related {
margin: 0;
font-size: 30px;
line-height: 1.2;
font-weight: 700;
letter-spacing: 0.2px;
color: #202b5d;
text-align: center;
margin-bottom: 32px;
}
.wrap-related-por .related-por {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 30px;
}
@media (max-width: 991px) {
.wrap-related-por .related-por {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.wrap-related-por .related-por {
grid-template-columns: 1fr;
}
}
.wrap-related-por .related-por .ovapor-item {
position: relative;
overflow: hidden;
}
.wrap-related-por .related-por .ovapor-item:hover .content-item {
top: calc(100% - 150px);
}
.wrap-related-por .related-por .ovapor-item:hover > a:after {
height: 100%;
}
.wrap-related-por .related-por .ovapor-item:hover > a:before {
display: none;
}
.wrap-related-por .related-por .ovapor-item:hover .content-item .readmore a {
background: #fff;
}
.wrap-related-por .related-por .ovapor-item:hover .content-item .readmore a svg {
color: #404040;
}
.wrap-related-por .related-por .ovapor-item:hover .content-item .readmore a:hover svg {
color: #fff;
}
.wrap-related-por .related-por .ovapor-item > a {
display: inline-block;
z-index: 2;
transition: 0.3s;
position: relative;
}
.wrap-related-por .related-por .ovapor-item > a:after {
content: '';
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
z-index: 1;
transition: 0.2s;
}
.wrap-related-por .related-por .ovapor-item .number-gallery {
display: inline-flex;
background: rgba(0, 0, 0, 0.3);
color: #fff;
padding: 1px 15px 1px 15px;
border-radius: 50px;
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
}
.wrap-related-por .related-por .ovapor-item .number-gallery span {
font-size: 15px;
line-height: 24px;
font-weight: 600;
display: inline-block;
margin-left: 6px;
}
.wrap-related-por .related-por .ovapor-item .number-gallery svg {
width: 18px;
}
.wrap-related-por .related-por .ovapor-item .content-item {
position: absolute;
top: calc(100% - 75px);
left: 15px;
margin-left: 10px;
transition: 0.4s;
z-index: 2;
}
.wrap-related-por .related-por .ovapor-item .content-item .category {
margin-bottom: 1px;
}
.wrap-related-por .related-por .ovapor-item .content-item .category span, .wrap-related-por .related-por .ovapor-item .content-item .category a {
font-size: 16px;
line-height: 24px;
color: #ccc;
}
.wrap-related-por .related-por .ovapor-item .content-item .title {
margin: 0;
font-size: 24px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 19px;
}
.wrap-related-por .related-por .ovapor-item .content-item .title a {
font-size: 24px;
line-height: 1.2;
font-weight: 700;
color: #fff;
}
.wrap-related-por .related-por .ovapor-item .content-item .readmore a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
border-radius: 50%;
}
.wrap-related-por .related-por .ovapor-item .content-item .readmore a:hover {
background: #06163A;
}
.wrap-related-por .related-por .ovapor-item .content-item .readmore a svg {
width: 26px;
color: #fff;
height: 26px;
}
.ova_por_slide.por_element .ovapor-item {
position: relative;
overflow: hidden;
}
.ova_por_slide.por_element .ovapor-item:hover .content-item {
top: calc(100% - 150px);
}
.ova_por_slide.por_element .ovapor-item:hover > a:before {
display: none;
}
.ova_por_slide.por_element .ovapor-item:hover > a:after {
height: 100%;
}
.ova_por_slide.por_element .ovapor-item > a {
display: block;
position: relative;
z-index: 1;
}
.ova_por_slide.por_element .ovapor-item > a:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
background: #202b5d;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
}
.ova_por_slide.por_element .ovapor-item > a:after {
content: '';
width: 100%;
height: 50%;
position: absolute;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8));
z-index: 1;
}
.ova_por_slide.por_element .ovapor-item .number-gallery {
display: inline-flex;
background: rgba(0, 0, 0, 0.3);
color: #fff;
padding: 1px 15px 1px 15px;
border-radius: 50px;
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
}
.ova_por_slide.por_element .ovapor-item .number-gallery span {
font-size: 15px;
line-height: 24px;
font-weight: 600;
display: inline-block;
margin-left: 6px;
}
.ova_por_slide.por_element .ovapor-item .number-gallery svg {
width: 18px;
}
.ova_por_slide.por_element .ovapor-item .content-item {
position: absolute;
top: calc(100% - 75px);
left: 15px;
margin-left: 10px;
transition: 0.4s;
z-index: 3;
}
.ova_por_slide.por_element .ovapor-item .content-item .category {
margin-bottom: 1px;
}
.ova_por_slide.por_element .ovapor-item .content-item .category span, .ova_por_slide.por_element .ovapor-item .content-item .category a {
font-size: 16px;
line-height: 24px;
color: #ccc;
}
.ova_por_slide.por_element .ovapor-item .content-item .title {
margin: 0;
font-size: 24px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 19px;
}
.ova_por_slide.por_element .ovapor-item .content-item .title a {
font-size: 24px;
line-height: 1.2;
font-weight: 700;
color: #fff;
}
.ova_por_slide.por_element .ovapor-item .content-item .readmore {
padding-top: 2px;
}
.ova_por_slide.por_element .ovapor-item .content-item .readmore a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
border-radius: 50%;
background: #fff;
}
.ova_por_slide.por_element .ovapor-item .content-item .readmore a svg {
width: 26px;
color: #404040;
height: 26px;
}
.ova_por_slide.por_element .ovapor-item .content-item .readmore a:hover svg {
color: #fff;
}
.ova_por_slide.por_element .owl-dots {
text-align: center;
margin-top: 62px;
}
.ova_por_slide.por_element .owl-dots .owl-dot {
outline: none;
}
.ova_por_slide.por_element .owl-dots .owl-dot span {
width: 6px;
height: 6px;
margin: 5px;
background: #d1d1d6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
}
.ova_por_slide.por_element .owl-dots .owl-dot.active span {
width: 12px;
border-radius: 5px;
opacity: 1;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.is-menu a,.is-menu a:focus,.is-menu a:hover,.is-menu:hover>a{background:0 0!important;outline:0}.is-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);color:#000;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}.is-menu,form .is-link-container{position:relative}.is-menu a{line-height:1}.is-menu a::after,.is-menu a::before{display:none!important}.is-menu.default form{max-width:310px}.is-menu.is-dropdown form{display:none;min-width:310px;max-width:100%;position:absolute;right:0;top:100%;z-index:9}.is-menu.full-width-menu form,.is-menu.sliding form{min-width:0!important;overflow:hidden;position:absolute;right:0;top:25%;width:0;z-index:99;padding:0;margin:0}.is-menu.full-width-menu form:not(.is-search-form) input[type=search],.is-menu.full-width-menu form:not(.is-search-form) input[type=text],.is-menu.is-dropdown form:not(.is-search-form) input[type=search],.is-menu.is-dropdown form:not(.is-search-form) input[type=text],.is-menu.sliding form:not(.is-search-form) input[type=search],.is-menu.sliding form:not(.is-search-form) input[type=text],.is-popup-search-form form:not(.is-search-form) input[type=search],.is-popup-search-form form:not(.is-search-form) input[type=text]{background:#fff;color:#000}.is-menu.is-first form{right:auto;left:0}.is-menu.full-width-menu.open .search-close,.is-menu.full-width-menu:not(.open) form,.is-menu.is-dropdown form[style="display: block;"]+.search-close,.is-menu.sliding.open .search-close,.is-menu.sliding:not(.open) form,form:hover+.is-link-container,form:hover>.is-link-container{display:block}.is-form-style-2 .is-search-submit,.is-link-container,.is-menu form .screen-reader-text,.search-close{display:none}.is-menu form label{margin:0;padding:0}.is-menu-wrapper{display:none;position:absolute;right:5px;top:5px;width:auto;z-index:9999}.popup-search-close,.search-close{cursor:pointer;width:20px;height:20px}.is-menu-wrapper.is-expanded{width:100%}.admin-bar .is-menu-wrapper{top:51px}.is-menu-wrapper .is-menu{float:right}.is-menu-wrapper .is-menu form{right:0;left:auto}.gsc-cse-search-menu{max-width:310px;float:right}.gsc-cse-search-menu .cse .gsc-control-cse,.gsc-cse-search-menu .gsc-control-cse{padding:0}.is-menu .search-icon-path{fill:#848484}.search-close{position:absolute;right:-22px;top:33%;z-index:99999}.is-menu.is-first .search-close{right:auto;left:-22px}.is-menu.is-dropdown .search-close{top:calc(100% + 7px)}.popup-search-close{z-index:99999;float:right;position:relative;margin:20px 20px 0 0}#is-popup-wrapper{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(4,4,4,.91);z-index:999999}.is-popup-search-form form{width:80%;margin:20% auto 0}.is-popup-search-form form.is-ajax-search{margin:10% auto 0}.popup-search-close:after,.search-close:after{border-left:2px solid #848484;content:'';height:20px;left:9px;position:absolute;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.popup-search-close:before,.search-close:before{border-left:2px solid #848484;content:'';height:20px;left:9px;position:absolute;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.is-highlight{background-color:#ffffb9;color:#222}@media screen and (max-width:910px){.is-menu form{left:0;min-width:50%;right:auto}.is-menu.default form{max-width:100%}.is-menu.full-width-menu.active-search{position:relative}.is-menu-wrapper{display:block}}.is-form-style label,.is-menu.full-width-menu.is-first button.is-search-submit,.is-menu.sliding.is-first button.is-search-submit{display:inline-block!important}form .is-link-container div{position:absolute;width:200px;bottom:-25px;left:5px;z-index:99999;height:auto;line-height:14px;padding:10px 15px}form .is-link-container a{text-decoration:none;font-size:14px;font-weight:100;font-family:arial;box-shadow:none}form .is-link-container a:hover{text-decoration:underline}form .is-link-container a.is-customize-link{margin-left:15px}.is-form-style label{padding:0;vertical-align:middle;margin:0;width:100%;line-height:1}.is-form-style{line-height:1;position:relative;padding:0!important}.is-form-style.is-form-style-3 label{width:calc(100% - 36px)!important}.is-form-style input.is-search-input{background:#fff;background-image:none!important;color:#333;padding:0 12px;margin:0;outline:0!important;font-size:14px!important;height:36px;min-height:0;line-height:1;border-radius:0;border:1px solid #ccc!important;font-family:arial;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-webkit-border-radius:0}.is-form-style input.is-search-input::-ms-clear{display:none;width:0;height:0}.is-form-style input.is-search-input::-ms-reveal{display:none;width:0;height:0}.is-form-style input.is-search-input::-webkit-search-cancel-button,.is-form-style input.is-search-input::-webkit-search-decoration,.is-form-style input.is-search-input::-webkit-search-results-button,.is-form-style input.is-search-input::-webkit-search-results-decoration{display:none}.is-form-style.is-form-style-3 input.is-search-input{border-right:0!important}.is-form-style button.is-search-submit{background:0 0;border:0;box-shadow:none!important;opacity:1;padding:0!important;margin:0;line-height:0;outline:0;vertical-align:middle;width:36px;height:36px}.is-menu.full-width-menu.is-first button.is-search-submit:not([style="display: inline-block;"]),.is-menu.sliding.is-first button.is-search-submit:not([style="display: inline-block;"]){visibility:hidden}.is-form-style .is-search-submit path{fill:#555}.is-form-style input.is-search-submit{text-decoration:none;position:absolute;top:0;right:0;padding:0 10px!important;width:auto}.is-search-icon{width:36px;padding-top:6px!important}.is-search-icon svg{width:22px;display:inline}.is-form-style input.is-search-submit,.is-search-icon{display:inline-block!important;color:#666;background:#ededed;box-shadow:none!important;outline:0;margin:0;font-size:14px!important;border:1px solid #ccc;border-radius:0;line-height:1;height:36px;text-transform:capitalize;vertical-align:middle;-webkit-transition:background-color .1s ease-in-out;-moz-transition:background-color .1s ease-in-out;-o-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.is-search-icon:hover,form.is-form-style input.is-search-submit:hover{background:#dcdcdc}.spu-box,
.spu-box *{
box-sizing: border-box;
}
.wppopups-whole{
position: relative;
width: 100%;
left: 0;
top: 0;
z-index: 999998;
display: flex;
align-items: center;
justify-content: center;
}
.spu-bg{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
z-index: 99999;
}
.spu-box:before,
.spu-box:after {
content:"";
display:table;
}
.spu-box:after {
clear:both;
}
.spu-box {
zoom:1;
}
.spu-box {
position:fixed;
z-index: 999999;
width: 100%;
max-height: 100vh;
}
.spu-box img{
max-width: 100%;
height: auto;
}
.spu-box img.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .spu-box.spu-position-top-left{
top: 0; left: 0; bottom: auto; right: auto;
}
.spu-box.spu-position-top-right{
top: 0; right: 0; bottom: auto; left: auto;
}
.spu-box.spu-position-top-center{
top: 0; right: auto; bottom: auto; left: auto;
}
.spu-box.spu-position-bottom-left{
bottom: 0; left: 0; top: auto; right: auto;
}
.spu-box.spu-position-bottom-right{
bottom: 0; right: 0; top: auto; left: auto;
}
.spu-box.spu-position-bottom-center{
top: auto; right: auto; bottom: 0; left: auto;
}
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
margin: 0;
width: 100% !important;
max-width: 100% !important;
position: fixed;
}
.spu-box.spu-position-top-bar{
top: 0;
}
.spu-box.spu-position-bottom-bar{
bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-fields-container,
.spu-box.spu-position-top-bar .spu-content .spu-fields-container{
padding: 0;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100% !important;
}
.spu-box.spu-position-bottom-bar .spu-content > *,
.spu-box.spu-position-top-bar .spu-content > *{
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-form,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-top-bar .spu-content .spu-optin-form {
display: inline-flex;
margin-bottom: 0;
}
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr{
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr ,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr {
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields .spu-fields ,
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields .spu-fields {
min-width: 250px;
}
.spu-box.spu-position-bottom-bar .spu-content button.spu-fields.spu-submit ,
.spu-box.spu-position-top-bar .spu-content button.spu-fields.spu-submit {
width: 120px;
margin-left: 20px;
} .spu-close{
position:absolute;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
line-height: .5;
text-decoration: none;
cursor: pointer;
z-index: 9999;
}
html .spu-box a.spu-close {
text-decoration: none;
}
.spu-close-top_right{
right:8px;
top:5px;
}
.spu-close-top_left{
left:8px;
top:5px;
}
.spu-close-bottom_right{
right:8px;
bottom:5px;
}
.spu-close-bottom_left{
left:8px;
bottom:5px;
}
.spu-close:hover,
.spu-close:focus {
text-decoration: none;
display: block;
} p.spu-powered {
position: absolute;
bottom: -55px;
width: 100%;
text-align: center;
color: #fff;
left: 0px;
}
p.spu-powered a{
color: #ccc;
text-decoration: underline;
}
.spu-box.spu-scrollable p.spu-powered {
display: none;
} .spu-addon-container {
text-align: center;
margin: 36px 32px 44px;
}
.spu-addon-container:after {
clear: both;
content: " ";
display: table;
}
.spu-addon-title {
font-size: 24px;
}
.spu-addon-msg {
font-size: 17px;
}
.spu-input-text {
background-color: #fff;
width: 49%;
height: 44px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0;
vertical-align: middle;
}
.spu-button {
display: block;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 0 0 1px;
font-size: 15px;
padding: 10px 12px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
text-decoration: none;
margin: 0;
height: auto;
width: 35%;
border: 0;  
}
.spu-button-bg {
width: 100% !important;
}
.spu-inline {
display: inline-block !important;
}
.spu-errors {
color: red;
text-align: center;
margin-top: 20px;
} .spu-optin-form .spu-helper-fields{
display: none;
}
.spu-fields-container{
padding: 36px 32px 44px;
position: relative;
}
.spu-fields.spu-name,
.spu-fields.spu-email{
background-color: #fff;
width: 100%;
height: 48px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0 0 20px 0;
vertical-align: middle;
display: block;
}
.spu-fields.spu-submit{
background: #50bbe8;
border: 1px solid #429bc0;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 -0 0 1px;
width: 24%;
color: #fff;
font-size: 16px;
padding: 10px 6px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
display: inline;
margin: 0;
height: auto;
}
.spu-fields.spu-submit i{
display: none;
}
.spu-optin-fields {
display: block;
}
.spu-optin-fields.spu-inline-fields {
display: flex;
margin-bottom: 20px;
}
.spu-optin-fields.spu-inline-fields .spu-fields{
margin-bottom: 0px;
}
.spu-optin-fields.spu-inline-fields .spu-fields.spu-name {
margin-right: 20px;
}
.spu-fields.spu-email{
margin-right: 0;
}
.spu-fields.spu-submit {
width: 100%;
max-width: 100%;
}
.spu-fields.spu-submit span{
transition: all 1s;
opacity:1;
}
.spu-fields.spu-submit svg{
display:none;
margin:0 auto;
transition: all 1s;
}
.spu-fields.spu-submit svg path,
.spu-fields.spu-submit svg rect{
fill: #fff;
}
.spu-fields.spu-submit.spu-sending span{
display: none;
opacity: 0;
}
.spu-fields.spu-submit.spu-sending svg{
display: block;
opacity: 1;
}
.optin-errors {
color: red;
text-align: center;
margin-top: 20px;
} span.spu-timer {
position: absolute;
bottom: 0px;
left: 0px;
font-size: 12px;
position: absolute;
width: 100%;
text-align: right;
padding: 0 10px;
}
@media all and (max-width: 568px){
.spu-box{
max-width: 90vw !important;
}
.spu-box.spu-position-fullscreen,
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
max-width: 100vw !important;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
flex-flow: column;
}
.pop-up-text2{
margin-bottom: 25px !important;
}
}