.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;
}.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;
}
}