@charset "UTF-8";

.porto-sicon-description p, .porto-sicon-description div, .info-circle-text p, .info-circle-text div, .timeline-header > div p, .timeline-header > div div, .porto-u-list-desc p, .porto-u-list-desc div, .porto-btn-text, span.middle-text p, span.middle-text div {
font-family: inherit;
font-weight: inherit;
font-size: inherit;
font-style: inherit;
line-height: inherit;
color: inherit;
}
.porto-btn-ctn-center, .porto-btn-ctn-left, .porto-btn-ctn-right, .porto-map-wrapper.porto-adjust-bottom-margin, .info-wrapper.porto-adjust-bottom-margin, .porto-u-list-icon-wrapper.porto-adjust-bottom-margin {
margin-bottom: 35px;
} #banner-wrapper .porto-block, #content-top .porto-block, #content-bottom .porto-block {
overflow: hidden;
}
.porto-portfolio {
position: relative;
}
.call-to-action-in-footer {
position: relative;
padding: 60px 0;
}
.call-to-action-in-footer .vc_cta3-container {
margin-bottom: 0;
}
.call-to-action-in-footer:before {
content: "";
display: block;
position: absolute;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid var(--porto-body-bg);
height: 20px;
width: 20px;
top: -5px;
left: 50%;
margin-left: -20px;
}
.porto-modal-trigger {
cursor: pointer;
} [data-plugin-animated-letters], [data-plugin-animated-words] {
opacity: 0;
visibility: hidden;
}
[data-plugin-animated-letters].initialized, [data-plugin-animated-words].initialized {
opacity: 1;
visibility: visible;
}
[data-plugin-animated-letters] .animated.letter, [data-plugin-animated-words] .animated-words-item {
display: inline-block;
} @keyframes typeWriterFlash {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.letters-wrapper + .typeWriter:last-child {
position: relative;
padding-right: 4px;
}
.letters-wrapper + .typeWriter:last-child:after {
content: "";
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 2px;
background: #212121;
animation-name: typeWriterFlash;
animation-iteration-count: infinite;
animation-duration: 600ms;
}
.porto-focus-slider {
cursor: pointer;
} .row.vc_column-gap-1 {
--bs-gutter-x: 1px;
}
.row.vc_column-gap-2 {
--bs-gutter-x: 2px;
}
.row.vc_column-gap-3 {
--bs-gutter-x: 3px;
}
.row.vc_column-gap-4 {
--bs-gutter-x: 4px;
}
.row.vc_column-gap-5 {
--bs-gutter-x: 5px;
}
.row.vc_column-gap-10 {
--bs-gutter-x: 10px;
}
.row.vc_column-gap-15 {
--bs-gutter-x: 15px;
}
.row.vc_column-gap-20 {
--bs-gutter-x: 20px;
}
.row.vc_column-gap-25 {
--bs-gutter-x: 25px;
}
.row.vc_column-gap-30 {
--bs-gutter-x: 30px;
}
.row.vc_column-gap-35 {
--bs-gutter-x: 35px;
}
.row[class*="vc_column-gap-"] {
margin-left: calc(var(--bs-gutter-x) / -2);
margin-right: calc(var(--bs-gutter-x) / -2);
}
.container-fluid .top-row {
margin-left: calc(var(--porto-fluid-spacing) * -1);
margin-right: calc(var(--porto-fluid-spacing) * -1);
}
.container-fluid .top-row[class*="vc_column-gap-"] {
padding-left: calc(var(--porto-fluid-spacing) - calc( var(--bs-gutter-x) / 2));
padding-right: calc(var(--porto-fluid-spacing) - calc( var(--bs-gutter-x) / 2));
}
.vc_column_container > .vc_column-inner {
padding: 0;
}
.vc_row .vc_column_container > .wpb_wrapper.vc_column-inner {
padding-top: 0;
} body .wpb_alert {
padding: 15px;
}
body .wpb_alert .messagebox_text {
background-image: none;
padding-right: 0;
}
body .vc_message_box-icon > * {
transform: translate(-50%, -50%);
}
.vc_message_box .alert-link {
font-weight: bold;
} body .wpb_gallery .wpb_flexslider .flex-control-nav {
bottom: -50px;
} .wpb_content_element.wpb_flickr_widget {
margin-bottom: 15px;
}  .wpb_gallery .theme-default .nivoSlider {
box-shadow: none;
}
.wpb_gallery .theme-default .nivo-controlNav {
padding-top: 20px;
}
.wpb_gallery.nav-right .nivo-controlNav {
float: left;
}
.wpb_gallery.nav-left .nivo-controlNav {
float: right;
} .toggle {
padding: 0 0 10px 0;
position: relative;
clear: both;
}
.toggle > input {
cursor: pointer;
height: 45px;
margin: 0;
opacity: 0;
position: absolute;
width: 100%;
z-index: 2;
}
.toggle > label {
transition: 0.15s ease-out;
padding: 12px 15px 12px 20px;
border-right: 3px solid var(--porto-primary-color);
display: block;
font-size: 1.1em;
min-height: 20px;
position: relative;
cursor: pointer;
font-weight: 600;
background: var(--porto-title-bgc);
}
.toggle > label:-moz-selection {
background: none;
}
.toggle > label:selection {
background: none;
}
.toggle > label:before {
content: "";
position: absolute;
font-size: 8px;
top: calc(50% + .25em);
left: 14px;
border-top: 1px solid;
border-right: 1px solid;
border-color: inherit;
width: 1em;
height: 1em;
transition: transform 0.3s, top 0.3s;
-webkit-backface-visibility: hidden;
transform: translate3d(0, -50%, 0) rotate(-45deg);
transform-origin: center;
text-align: center;
}
.toggle > label:hover {
background: var(--porto-widget-bgc);
}
.toggle > label + p {
color: #999;
display: block;
overflow: hidden;
padding-right: 30px;
text-overflow: ellipsis;
white-space: nowrap;
height: 25px;
}
.toggle > label i {
margin-left: 7px;
position: relative;
top: -1px;
}
.toggle > label i.icon-image {
display: inline-block;
max-width: 20px;
}
.toggle > .toggle-content {
display: none;
padding: 10px 0;
}
.toggle > .toggle-content > p:last-child {
margin-bottom: 0;
}
.toggle.active > label {
background: var(--porto-gray-1);
}
.toggle.active > label:before {
top: calc(50% - .75em);
transform: rotate(135deg);
border-color: #fff;
}
.toggle.active > p {
white-space: normal;
}
.toggle > p.preview-active {
height: auto;
white-space: normal;
}
.toggle-sm .toggle > label {
font-size: 0.9em;
padding: 6px 10px 6px 20px;
}
.toggle-sm .toggle > .toggle-content > p {
font-size: 0.9em;
}
.toggle-lg .toggle > label {
font-size: 1.1em;
padding: 16px 20px 16px 20px;
}
.toggle-lg .toggle > .toggle-content > p {
font-size: 1.1em;
}
.toggle-simple .toggle .toggle-content {
padding-right: 0;
}
.toggle-simple .toggle > label {
border-radius: 0;
border: 0;
background: transparent;
padding-right: 32px;
margin-bottom: -10px;
font-size: 1em;
font-weight: 600;
color: var(--porto-heading-color);
}
.toggle-simple .toggle > label:after {
content: "";
position: absolute;
right: 0;
display: block;
width: 24px;
height: 24px;
top: 50%;
margin-top: -12px;
z-index: 1;
background-color: var(--porto-primary-color);
}
.toggle-simple .toggle > label:before {
border: 0;
left: auto;
right: 9px;
margin-top: auto;
margin-bottom: auto;
top: 0;
bottom: 0;
height: 22px;
font-size: 14px;
font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
font-weight: 900;
content: "";
z-index: 2;
color: #FFF;
font-size: 8px;
width: auto;
transform: none;
}
.toggle-simple .toggle.active > label {
background: transparent;
color: var(--porto-heading-color);
}
.toggle-simple .toggle.active > label:before {
content: "";
}
section.toggle label {
color: var(--porto-primary-color);
}
section.toggle.active label {
background-color: var(--porto-primary-color);
border-color: var(--porto-primary-color);
color: var(--porto-primary-color-inverse);
}  .toggle-primary .toggle label {
color: var(--porto-primary-color);
}
.toggle-primary .toggle.active > label, .toggle-primary.toggle-simple .toggle > label:after {
background-color: var(--porto-primary-color);
}
.toggle-primary .toggle.active > label {
color: var(--porto-primary-color-inverse, #FFF);
}
.toggle-primary .toggle.active > label {
border-color: var(--porto-primary-color);
}
.toggle-primary .toggle label {
border-left-color: var(--porto-primary-color);
border-right-color: var(--porto-primary-color);
}
.toggle-primary.toggle-simple .toggle > label {
background: transparent;
color: var(--porto-h3-color, var(--porto-heading-color));
}
.toggle-secondary .toggle label {
color: var(--porto-secondary-color);
}
.toggle-secondary .toggle.active > label, .toggle-secondary.toggle-simple .toggle > label:after {
background-color: var(--porto-secondary-color);
}
.toggle-secondary .toggle.active > label {
color: var(--porto-secondary-color-inverse, #FFF);
}
.toggle-secondary .toggle.active > label {
border-color: var(--porto-secondary-color);
}
.toggle-secondary .toggle label {
border-left-color: var(--porto-secondary-color);
border-right-color: var(--porto-secondary-color);
}
.toggle-secondary.toggle-simple .toggle > label {
background: transparent;
color: var(--porto-h3-color, var(--porto-heading-color));
}
.toggle-tertiary .toggle label {
color: var(--porto-tertiary-color);
}
.toggle-tertiary .toggle.active > label, .toggle-tertiary.toggle-simple .toggle > label:after {
background-color: var(--porto-tertiary-color);
}
.toggle-tertiary .toggle.active > label {
color: var(--porto-tertiary-color-inverse, #FFF);
}
.toggle-tertiary .toggle.active > label {
border-color: var(--porto-tertiary-color);
}
.toggle-tertiary .toggle label {
border-left-color: var(--porto-tertiary-color);
border-right-color: var(--porto-tertiary-color);
}
.toggle-tertiary.toggle-simple .toggle > label {
background: transparent;
color: var(--porto-h3-color, var(--porto-heading-color));
}
.toggle-quaternary .toggle label {
color: var(--porto-quaternary-color);
}
.toggle-quaternary .toggle.active > label, .toggle-quaternary.toggle-simple .toggle > label:after {
background-color: var(--porto-quaternary-color);
}
.toggle-quaternary .toggle.active > label {
color: var(--porto-quaternary-color-inverse, #FFF);
}
.toggle-quaternary .toggle.active > label {
border-color: var(--porto-quaternary-color);
}
.toggle-quaternary .toggle label {
border-left-color: var(--porto-quaternary-color);
border-right-color: var(--porto-quaternary-color);
}
.toggle-quaternary.toggle-simple .toggle > label {
background: transparent;
color: var(--porto-h3-color, var(--porto-heading-color));
}
.toggle-dark .toggle label {
color: var(--porto-dark-color);
}
.toggle-dark .toggle.active > label, .toggle-dark.toggle-simple .toggle > label:after {
background-color: var(--porto-dark-color);
}
.toggle-dark .toggle.active > label {
color: var(--porto-dark-color-inverse, #FFF);
}
.toggle-dark .toggle.active > label {
border-color: var(--porto-dark-color);
}
.toggle-dark .toggle label {
border-left-color: var(--porto-dark-color);
border-right-color: var(--porto-dark-color);
}
.toggle-dark.toggle-simple .toggle > label {
background: transparent;
color: var(--porto-h3-color, var(--porto-heading-color));
}
.toggle-light .toggle label {
color: var(--porto-light-color);
}
.toggle-light .toggle.active > label, .toggle-light.toggle-simple .toggle > label:after {
background-color: var(--porto-light-color);
}
.toggle-light .toggle.active > label {
color: var(--porto-light-color-inverse, #212529);
}
.toggle-light .toggle.active > label {
border-color: var(--porto-light-color);
}
.toggle-light .toggle label {
border-left-color: var(--porto-light-color);
border-right-color: var(--porto-light-color);
}
.toggle-light.toggle-simple .toggle > label {
background: transparent;
color: var(--porto-h3-color, var(--porto-heading-color));
} .porto-grid-container {
position: relative;
}
.porto-grid-container .porto-grid-item {
float: right;
max-width: 100%;
}
.porto-grid-container .porto-grid-item > .wpb_single_image {
margin-bottom: 0;
}
.porto-grid-container .porto-grid-item > .wpb_single_image .vc_single_image-wrapper:hover {
background: #000;
transition: opacity 0.35s;
}
.porto-grid-container .porto-grid-item > .wpb_single_image a {
display: block;
}
.porto-grid-container .porto-grid-item > .wpb_single_image .vc_single_image-wrapper {
width: 100%;
display: block;
}
.porto-grid-container .porto-grid-item > .wpb_single_image img {
width: 100%;
transition: opacity 0.35s;
}
.porto-grid-container .porto-grid-item > .wpb_single_image img:hover {
opacity: 0.9;
}
.porto-preset-layout .porto-grid-item > *, .porto-preset-layout .vc_porto_grid_item > *, .porto-preset-layout .porto-ultimate-content-box-container, .porto-preset-layout .porto-ultimate-content-box, .porto-preset-layout .porto-ibanner, .porto-preset-layout .porto-ibanner > img, .porto-preset-layout .elementor-section, .porto-preset-layout .porto-grid-item > .elementor-widget-wrap > .elementor-widget-image, .porto-preset-layout .porto-grid-item > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget-image {
height: 100%;
margin-bottom: 0;
}
.porto-preset-layout .porto-grid-item > .elementor-widget-wrap > .elementor-widget-image *, .porto-preset-layout .porto-grid-item > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget-image * {
height: 100%;
object-fit: cover;
} .testimonial {
margin-bottom: 20px;
}
.slick-slider .testimonial {
margin-bottom: 0;
}
.testimonial blockquote {
border: 0;
background: var(--porto-primary-light-5);
color: var(--porto-primary-color-inverse);
margin: 0;
padding: 2.5rem 4rem 2.5rem 4.5rem;
position: relative;
}
.testimonial blockquote:before {
right: 20px;
top: 20px;
content: "”";
font-size: 80px;
font-style: normal;
line-height: 1;
position: absolute;
}
.testimonial blockquote p {
font-size: 1.2em;
line-height: 1.5;
margin-bottom: 0;
color: inherit;
}
.testimonial .testimonial-arrow-down {
border-right: 11px solid transparent;
border-left: 11px solid transparent;
border-top: 8px solid var(--porto-primary-light-5);
height: 0;
margin: 0 40px 0 0;
width: 0;
}
.testimonial .testimonial-arrow-down.reversed {
border-top: none;
border-bottom: 8px solid var(--porto-primary-light-5);
}
.testimonial .testimonial-author {
display: flex;
margin: 12px 0 0 0;
}
.testimonial .testimonial-author .testimonial-author-thumbnail {
width: auto;
}
.testimonial .testimonial-author img {
max-width: 25px;
}
.testimonial .testimonial-author strong {
display: block;
margin-bottom: 2px;
font-size: 1rem;
font-weight: 700;
color: var(--porto-heading-color);
}
.testimonial .testimonial-author span {
color: #666;
display: block;
font-size: 0.8rem;
font-weight: 600;
}
.testimonial .testimonial-author p {
color: #999;
margin-right: 0.75rem;
text-align: right;
line-height: 1.2;
} .testimonial.testimonial-style-2 {
text-align: center;
}
.testimonial.testimonial-style-2 blockquote {
background: transparent !important;
padding: 20px;
color: var(--porto-body-color);
}
.testimonial.testimonial-style-2 blockquote:before {
display: none;
}
.testimonial.testimonial-style-2 .testimonial-arrow-down {
display: none;
}
.testimonial.testimonial-style-2 .testimonial-author {
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
margin: 6px 0 0;
}
.testimonial.testimonial-style-2 .testimonial-author img {
margin: 0 auto 10px;
max-width: 60px;
}
.testimonial.testimonial-style-2 .testimonial-author p {
text-align: center;
padding: 0;
margin: 0;
} .testimonial.testimonial-style-3 blockquote {
background: var(--porto-gray-3);
padding: 12px 30px;
color: var(--porto-body-color);
}
.testimonial.testimonial-style-3 blockquote:before {
top: 5px;
right: 9px;
font-size: 35px;
}
.testimonial.testimonial-style-3 blockquote:after {
font-size: 35px;
bottom: -5px;
}
.testimonial.testimonial-style-3 blockquote p {
font-family: var(--porto-body-ff), sans-serif;
font-size: 1em;
font-style: normal;
}
.testimonial.testimonial-style-3 .testimonial-author {
margin-right: 8px;
}
.testimonial.testimonial-style-3 .testimonial-author img {
max-width: 55px;
}
.testimonial.testimonial-style-3 .testimonial-arrow-down {
border-top: 10px solid var(--porto-gray-3);
margin-right: 20px;
} .testimonial.testimonial-style-4 {
padding: 7px;
border: 1px solid var(--porto-gray-bg);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
border-left-color: var(--porto-gray-5);
border-right-color: var(--porto-gray-5);
}
.testimonial.testimonial-style-4 blockquote {
background: transparent !important;
padding: 12px 30px;
color: var(--porto-body-color);
}
.testimonial.testimonial-style-4 blockquote:before {
top: 5px;
right: 9px;
font-size: 35px;
}
.testimonial.testimonial-style-4 blockquote:after {
font-size: 35px;
bottom: -5px;
}
.testimonial.testimonial-style-4 blockquote p {
font-family: var(--porto-body-ff), sans-serif;
font-size: 1em;
font-style: normal;
}
.testimonial.testimonial-style-4 .testimonial-arrow-down {
display: none;
}
.testimonial.testimonial-style-4 .testimonial-author {
margin-right: 30px;
margin-bottom: 15px;
-ms-flex-align: center;
align-items: center;
}
.testimonial.testimonial-style-4 .testimonial-author img {
max-width: 55px;
}
.testimonial.testimonial-style-4 .testimonial-author p {
margin-bottom: 0;
} .testimonial.testimonial-style-5 {
text-align: center;
}
.testimonial.testimonial-style-5 blockquote {
background: transparent !important;
padding: 6px 20px;
color: var(--porto-body-color);
}
.testimonial.testimonial-style-5 blockquote:before {
display: none;
}
.testimonial.testimonial-style-5 blockquote p {
font-family: var(--porto-body-ff), sans-serif;
font-size: 1.2em;
font-style: normal;
}
.testimonial.testimonial-style-5 .testimonial-arrow-down {
display: none;
}
.testimonial.testimonial-style-5 .testimonial-author {
display: block;
padding: 15px 0 0;
margin: 12px 0 0;
border-top: 1px solid var(--porto-gray-3);
}
.testimonial.testimonial-style-5 .testimonial-author img {
margin: 0 auto 10px;
}
.testimonial.testimonial-style-5 .testimonial-author p {
text-align: center;
padding: 0;
margin: 0;
} .testimonial.testimonial-style-6 {
text-align: center;
}
.testimonial.testimonial-style-6 blockquote {
background: transparent !important;
border: 0;
padding: 0 10%;
color: var(--porto-body-color);
}
.testimonial.testimonial-style-6 blockquote:before {
display: none;
}
.testimonial.testimonial-style-6 blockquote i.fa-quote-left {
font-size: 34px;
position: relative;
right: -5px;
}
.testimonial.testimonial-style-6 blockquote p {
font-size: 24px;
line-height: 30px;
}
.testimonial.testimonial-style-6 blockquote span {
font-size: 16px;
line-height: 20px;
color: #999;
position: relative;
right: -5px;
}
.testimonial.testimonial-style-6 .testimonial-arrow-down {
display: none;
}
.testimonial.testimonial-style-6 .testimonial-author {
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
margin: 6px 0 0;
}
.testimonial.testimonial-style-6 .testimonial-author img {
margin: 15px auto 10px;
}
.testimonial.testimonial-style-6 .testimonial-author p {
text-align: center;
padding: 0;
margin: 0;
} .testimonial.testimonial-with-quotes {
text-align: center;
}
.testimonial.testimonial-with-quotes blockquote {
background: transparent !important;
color: var(--porto-body-color);
}
.testimonial.testimonial-with-quotes blockquote:before, .testimonial.testimonial-with-quotes blockquote:after {
display: block !important;
right: 10px;
top: 0;
content: "”";
font-size: 80px;
font-style: normal;
line-height: 1;
position: absolute;
}
@media (max-width: 575px) {
.testimonial.testimonial-with-quotes blockquote:before, .testimonial.testimonial-with-quotes blockquote:after {
display: none !important;
}
}
.testimonial.testimonial-with-quotes blockquote:after {
content: "“";
right: auto;
left: 10px;
top: auto;
bottom: -0.5em;
}
.testimonial.testimonial-with-quotes blockquote p {
padding: 0 40px;
}
@media (max-width: 575px) {
.testimonial.testimonial-with-quotes blockquote p {
padding: 0;
}
}
.testimonial.testimonial-with-quotes img {
margin: 15px auto 10px;
width: 60px;
}
.testimonial.testimonial-with-quotes .testimonial-author p {
margin: 0 auto;
text-align: center;
}
.testimonial.testimonial-with-quotes.testimonial-light blockquote {
color: #fff;
}
.testimonial.testimonial-with-quotes.testimonial-light .testimonial-author span, .testimonial.testimonial-with-quotes.testimonial-light .testimonial-author strong {
opacity: 0.6;
color: #FFF;
}
.testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
content: none;
}
.testimonial.testimonial-transparent-background blockquote {
background: transparent !important;
}
.testimonial.testimonial-alternarive-font blockquote p {
font-family: Georgia, serif !important;
font-style: italic;
font-size: 1.2em;
}
.testimonial-no-borders.testimonial {
border-width: 0;
box-shadow: none;
} .testimonial.testimonial-advance {
text-align: right;
}
.testimonial.testimonial-advance blockquote {
padding-right: 0;
padding-right: 1rem;
}
.testimonial.testimonial-advance blockquote:before {
line-height: 0.75;
right: 0;
}
.testimonial.testimonial-advance blockquote p {
padding: 0;
}
.testimonial.testimonial-advance .testimonial-author p {
text-align: inherit;
}
.custom-rounded-image {
border-radius: 100%;
}
.vc_parallax blockquote p {
line-height: 1.6;
}  html .testimonial-primary blockquote {
background-color: var(--porto-primary-light-5);
}
html .testimonial-primary .testimonial-arrow-down {
border-top-color: var(--porto-primary-light-5);
}
html .testimonial-secondary blockquote {
background-color: var(--porto-secondary-light-5);
}
html .testimonial-secondary .testimonial-arrow-down {
border-top-color: var(--porto-secondary-light-5);
}
html .testimonial-tertiary blockquote {
background-color: var(--porto-tertiary-light-5);
}
html .testimonial-tertiary .testimonial-arrow-down {
border-top-color: var(--porto-tertiary-light-5);
}
html .testimonial-quaternary blockquote {
background-color: var(--porto-quaternary-light-5);
}
html .testimonial-quaternary .testimonial-arrow-down {
border-top-color: var(--porto-quaternary-light-5);
}
html .testimonial-dark blockquote {
background-color: var(--porto-dark-light-5);
}
html .testimonial-dark .testimonial-arrow-down {
border-top-color: var(--porto-dark-light-5);
}
html .testimonial-light blockquote {
background-color: var(--porto-light-light-5);
}
html .testimonial-light .testimonial-arrow-down {
border-top-color: var(--porto-light-light-5);
}  .thumb-info-social-icons a.thumb-info-social-links-secondary {
background-color: var(--porto-secondary-color);
color: var(--porto-secondary-color-inverse, #FFF);
}
.thumb-info-social-icons a.thumb-info-social-links-tertiary {
background-color: var(--porto-tertiary-color);
color: var(--porto-tertiary-color-inverse, #FFF);
}
.thumb-info-social-icons a.thumb-info-social-links-quaternary {
background-color: var(--porto-quaternary-color);
color: var(--porto-quaternary-color-inverse, #FFF);
}
.thumb-info-social-icons a.thumb-info-social-links-dark {
background-color: var(--porto-dark-color);
color: var(--porto-dark-color-inverse, #FFF);
}
.thumb-info-social-icons a.thumb-info-social-links-light {
background-color: var(--porto-light-color);
color: var(--porto-light-color-inverse, #212529);
} .porto_countdown {
width: 100%;
height: auto;
display: block;
line-height: 1;
margin-bottom: 35px;
text-align: center;
}
.porto_countdown:after {
content: "";
display: table;
clear: both;
}
.porto_countdown .porto_countdown-row {
display: block;
margin: 0 auto;
}
.porto_countdown .porto_countdown-section {
display: inline-block;
margin-bottom: 15px;
}
.porto_countdown .porto_countdown-section .porto_countdown-amount {
min-width: 1em;
max-width: 100%;
min-height: 1em;
line-height: 1em;
padding: 0;
margin: 0 auto;
box-sizing: content-box;
}
.porto_countdown .porto_countdown-section .porto_countdown-period {
padding: 0 4px;
}
.porto_countdown.porto-cd-s1 .porto_countdown-section {
padding: 0 7px;
}
.porto_countdown.porto-cd-s1 .porto_countdown-section .porto_countdown-amount {
display: inline-block;
}
.porto_countdown.porto-cd-s2 .porto_countdown-section {
padding: 0 15px;
}
.porto_countdown.porto-cd-s2 .porto_countdown-section .porto_countdown-amount {
text-align: center;
display: block;
}
.porto_countdown.porto-cd-s2 .porto_countdown-section .porto_countdown-period {
margin-top: 7px;
width: 100%;
display: block;
}
.countdown-label + .porto_countdown-div {
display: inline-block;
}
.vc_btn3 {
display: inline-block;
}
.vc_btn3-container {
margin-bottom: 20px;
}
.vc_general.vc_btn3 {
border: 1px solid transparent;
}
.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
border-color: #ccc;
color: #666;
background-color: transparent;
}
.vc_btn3-block {
display: block;
width: 100%;
}
.vc_btn3-container.vc_btn3-inline {
vertical-align: baseline;
display: inline-block;
}
.vc_btn3.vc_btn3-size-lg {
border-radius: 6px;
}
.vc_btn3.vc_btn3-icon-left .vc_btn3-icon, .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
display: inline-block;
position: static;
font-size: inherit;
height: auto;
transform: none;
line-height: 1;
vertical-align: middle;
}
.vc_general.vc_btn3 .vc_btn3-placeholder {
display: none;
}
.vc_btn3.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
padding-left: 7px;
}
.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
padding-right: 7px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty), .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right, .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding-left: 16px;
padding-right: 16px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
padding-left: 7px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
padding-right: 7px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline {
padding: 0.45rem 1rem;
border-width: 3px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline.vc_btn3-icon-right {
padding-left: 14px;
padding-right: 14px;
}
.vc_btn3.vc_btn3-size-lg.vc_btn3-style-3d {
padding: 8px 16px 7px;
margin-bottom: 5px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty), .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right, .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding-left: 12px;
padding-right: 12px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
padding-left: 5px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
padding-right: 5px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
padding: 0.483rem 0.933rem;
border-width: 2px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-right {
padding-left: 10px;
padding-right: 10px;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-style-3d {
padding: 7px 14px 6px;
margin-bottom: 5px;
}
.vc_btn3.vc_btn3-size-sm {
border-radius: 3px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty), .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right, .vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding-left: 10px;
padding-right: 10px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
padding-left: 3px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
padding-right: 3px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline {
padding: 0.25rem 0.65rem;
border-width: 2px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline.vc_btn3-icon-right {
padding-left: 9px;
padding-right: 9px;
}
.vc_btn3.vc_btn3-size-sm.vc_btn3-style-3d {
padding: 4px 10px 3px;
margin-bottom: 2px;
}
.vc_btn3.vc_btn3-size-xs {
padding: 0.2rem 0.5rem;
border-radius: 2px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left, .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty), .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right, .vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
padding-left: 5px;
padding-right: 5px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
padding-left: 3px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
padding-right: 3px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline {
padding: 0.2rem 0.5rem;
border-width: 1px;
}
.vc_btn3.vc_btn3-size-xs.vc_btn3-style-3d {
line-height: 1.42857143;
padding: 3px 0.5rem 2px;
margin-bottom: 1px;
}
.vc_btn3-shape-rounded {
border-radius: 0.25rem;
}
.vc_btn3-shape-rounded.btn-lg, .vc_btn3-shape-rounded.vc_btn3-size-lg {
border-radius: 0.3rem;
}
.vc_btn3-shape-rounded.btn-xs, .vc_btn3-shape-rounded.vc_btn3-size-xs {
border-radius: 0.2rem;
}
.btn-rounded {
border-radius: 0.25rem;
}
.vc_btn3.vc_label {
display: inline;
cursor: inherit;
}
.vc_btn3.vc_label i {
transition: transform 0.25s linear;
}
.vc_btn3.vc_label.hover-icon-zoom:hover i {
transform: scale(1.15, 1.15);
}
.vc_btn3.vc_label.hover-icon-up:hover i {
transform: translateY(-4px);
}
.vc_btn3.vc_label.hover-icon-left:hover i {
transform: translateX(-6px);
}
.vc_btn3.vc_label.hover-icon-right:hover i {
transform: translateX(6px);
}
.vc_btn3.vc_label.hover-icon-pulse-left-right:hover i {
animation: btnArrowEffect1 ease-out 0.3s;
}
.vc_btn3.vc_label.hover-icon-pulse-infnite:hover i {
left: auto !important;
animation: navItemArrow 0.6s linear infinite;
}
.vc_btn3.vc_label.vc_btn3-size-lg, .vc_btn3.vc_label.vc_btn3-size-md, .vc_btn3.vc_label.vc_btn3-size-sm, .vc_btn3.vc_label.vc_btn3-size-xs {
padding: 0.2em 0.6em 0.3em;
line-height: 1;
text-align: center;
vertical-align: baseline;
}
.vc_btn3.vc_label.vc_btn3-shape-rounded {
border-radius: 0.25em;
}
.vc_btn3.vc_label.vc_btn3-size-lg {
font-size: 1em;
}
.vc_btn3.vc_label.vc_btn3-size-lg.vc_btn3-style-outline {
border-width: 2px;
}
.vc_btn3.vc_label.vc_btn3-size-md {
font-size: 0.75em;
}
.vc_btn3.vc_label.vc_btn3-size-md.vc_btn3-style-outline {
border-width: 1px;
}
.vc_btn3.vc_label.vc_btn3-size-sm {
font-size: 0.7em;
}
.vc_btn3.vc_label.vc_btn3-size-xs {
font-size: 0.6em;
}
.vc_btn3.vc_btn3-shape-square {
border-radius: 0 !important;
}
.vc_btn3.vc_btn3-shape-round {
border-radius: 2em !important;
}
.vc_btn3-container.vc_btn3-center {
text-align: center;
}
.vc_btn3-container.vc_btn3-left {
text-align: right;
}
.vc_btn3-container.vc_btn3-right {
text-align: left;
}
.vc_btn3-container.show-arrow {
position: relative;
} .vc_general.vc_cta3 {
padding: 32px 55px;
}
.vc_general.vc_cta3 .dir-arrow {
position: absolute;
top: -35px;
right: 70%;
}
.vc_general.vc_cta3.vc_cta3-style-custom {
border: 1px solid var(--porto-gray-2);
}
.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat {
color: var(--porto-body-color);
}
.vc_general.vc_cta3.vc_cta3-shape-rounded {
border-radius: 10px;
}
.vc_general.vc_cta3 h2 {
font-size: 1.8em;
font-weight: 400;
line-height: 30px;
}
.vc_general.vc_cta3 h2, .vc_general.vc_cta3 h4 {
margin: 0 0 9px;
color: var(--porto-dark-color);
}
.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h2, .vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header h4 {
color: var(--porto-dark-color);
}
.vc_general.vc_cta3 p {
font-size: 1.2em;
}
@media (min-width: 768px) {
.vc_cta3_content-container {
display: table;
width: 100%;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
width: 75%;
padding-left: 25px;
padding-right: 0;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions, .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions {
width: 25%;
}
.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
width: 75%;
padding-right: 25px;
padding-left: 0;
}
}
@media (max-width: 767px) {
.vc_general.vc_cta3 .dir-arrow {
display: none;
}
.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions, .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
padding-top: 30px;
}
.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions > div:last-child, .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions > div:last-child {
margin-bottom: 0;
}
} .vc_custom_heading.heading-m-none > *, .vc_custom_heading.m-b-none > * {
margin-bottom: 0;
}
.vc_custom_heading.big h1 {
font-size: 4.2em;
line-height: 54px;
}
.vc_custom_heading.short h1 {
margin-bottom: 15px;
}
.vc_custom_heading.short h2 {
margin-bottom: 15px;
}
.vc_custom_heading.short h3, .vc_custom_heading.short h4, .vc_custom_heading.short h5, .vc_custom_heading.short h6 {
margin-bottom: 9px;
}
.vc_custom_heading.shorter h1, .vc_custom_heading.shorter h2, .vc_custom_heading.shorter h3, .vc_custom_heading.shorter h4, .vc_custom_heading.shorter h5, .vc_custom_heading.shorter h6 {
margin-bottom: 0;
}
.vc_custom_heading.tall h1, .vc_custom_heading.tall h2, .vc_custom_heading.tall h3, .vc_custom_heading.tall h4, .vc_custom_heading.tall h5, .vc_custom_heading.tall h6 {
margin-bottom: 33px;
}
.vc_custom_heading.taller h1, .vc_custom_heading.taller h2, .vc_custom_heading.taller h3, .vc_custom_heading.taller h4, .vc_custom_heading.taller h5, .vc_custom_heading.taller h6 {
margin-bottom: 44px;
}
.vc_custom_heading.spaced h1, .vc_custom_heading.spaced h2, .vc_custom_heading.spaced h3, .vc_custom_heading.spaced h4, .vc_custom_heading.spaced h5, .vc_custom_heading.spaced h6 {
margin-top: 33px;
}
.vc_custom_heading.more-spaced h1, .vc_custom_heading.more-spaced h2, .vc_custom_heading.more-spaced h3, .vc_custom_heading.more-spaced h4, .vc_custom_heading.more-spaced h5, .vc_custom_heading.more-spaced h6 {
margin-top: 44px;
}
.vc_custom_heading em {
font-family: var(--porto-alt-ff, var(--porto-body-ff)), sans-serif;
color: var(--porto-primary-color);
}
.vc_custom_heading .heading-tag {
font-family: inherit;
}   .section-video {
-webkit-transform: translate3d(0, 0, 0);
background-position: 50% 50%;
background-repeat: no-repeat;
padding: 50px 0;
position: relative;
overflow: hidden;
min-width: 100%;
}
.section-video > div:first-child {
padding: 0;
}
.section-video.skrollable {
position: absolute;
right: 0;
top: 0;
padding: 0;
}
.section-video video {
max-width: none;
}
.section-video .container {
position: relative;
z-index: 3;
}
.section-video .video-overlay {
background: transparent url(https://iifom.com/wp-content/themes/porto/images/video-overlay.png) repeat 0 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.section-video.video-overlay-dark .video-overlay {
background-image: url(https://iifom.com/wp-content/themes/porto/images/video-overlay-dark.png);
}
html.boxed .section-video > div:first-child {
z-index: 0 !important;
}
html.boxed .section-video > div:first-child video {
z-index: 0 !important;
} .vc_separator h4 {
margin-top: 0;
font-size: 1.1429em;
font-weight: 700;
text-transform: uppercase;
}
.vc_text_separator {
margin-bottom: 25px;
border: none;
}
.vc_text_separator h1, .vc_text_separator h2, .vc_text_separator h3, .vc_text_separator h4, .vc_text_separator h5, .vc_text_separator h6, .vc_text_separator p, .vc_text_separator div {
margin-top: 0;
margin-bottom: 0;
}
.vc_text_separator div {
top: auto;
background-color: transparent;
}
.vc_text_separator .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
padding: 0;
}
.vc_text_separator .vc_icon_element:not(.vc_icon_element-have-style) + h4 {
margin-right: -0.5em;
padding-left: 1em;
}
.vc_separator.vc_separator_align_left h1, .vc_separator.vc_separator_align_left h2 {
padding: 0 0 0 15px;
}
.vc_separator.vc_separator_align_left h3, .vc_separator.vc_separator_align_left h4 {
padding: 0 0 0 12px;
}
.vc_separator.vc_separator_align_left h5, .vc_separator.vc_separator_align_left h6, .vc_separator.vc_separator_align_left p, .vc_separator.vc_separator_align_left div {
padding: 0 0 0 10px;
}
.vc_separator.vc_separator_align_right h1, .vc_separator.vc_separator_align_right h2 {
padding: 0 15px 0 0;
}
.vc_separator.vc_separator_align_right h3, .vc_separator.vc_separator_align_right h4 {
padding: 0 12px 0 0;
}
.vc_separator.vc_separator_align_right h5, .vc_separator.vc_separator_align_right h6, .vc_separator.vc_separator_align_right p, .vc_separator.vc_separator_align_right div {
padding: 0 10px 0 0;
}
.vc_separator.vc_separator_align_center h1, .vc_separator.vc_separator_align_center h2 {
padding: 0 15px;
}
.vc_separator.vc_separator_align_center h3, .vc_separator.vc_separator_align_center h4 {
padding: 0 12px;
}
.vc_separator.vc_separator_align_center h5, .vc_separator.vc_separator_align_center h6, .vc_separator.vc_separator_align_center p, .vc_separator.vc_separator_align_center div {
padding: 0 10px;
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line {
border: none;
background: var(--porto-normal-bc);
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed {
background: none;
position: relative;
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.dashed:after, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.dashed:after {
content: "";
display: block;
height: 0;
position: absolute;
top: 50%;
margin-top: -1px;
width: 100%;
border: 1px dashed var(--porto-normal-bc);
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.solid, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.solid {
background: var(--porto-normal-bc);
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern {
background: none;
position: relative;
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern:after, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern:after {
background: transparent url(https://iifom.com/wp-content/themes/porto/images/patterns/worn_dots.png) repeat 0 0;
content: "";
display: block;
height: 15px;
position: absolute;
top: 50%;
margin-top: -7px;
width: 100%;
}
.vc_separator .vc_sep_holder.vc_sep_holder_l .vc_sep_line.pattern.pattern-2:after, .vc_separator .vc_sep_holder.vc_sep_holder_r .vc_sep_line.pattern.pattern-2:after {
background-image: url(https://iifom.com/wp-content/themes/porto/images/patterns/az_subtle.png);
} div.wpb_single_image .vc_single_image-wrapper.vc_box_border, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border {
padding: 4px;
}
div.wpb_single_image .vc_single_image-wrapper.vc_box_border img, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline img, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img {
border-width: 0;
}
div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
padding: 4px;
}
div.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle img, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img {
border-width: 0;
}
div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img {
margin-bottom: -4px;
}
div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border, div.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle {
background: var(--porto-normal-bg);
}
div.wpb_single_image .vc_single_image-wrapper.vc_box_outline.vc_box_border_grey, div.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle.vc_box_border_grey {
background: var(--porto-normal-bg);
border-color: var(--porto-gray-5);
}
div.wpb_single_image .porto-vc-zoom {
display: inline-block;
position: relative;
max-width: 100%;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon {
position: relative;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon img {
position: relative;
z-index: 1;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:before {
transition: 0.2s;
background: rgba(0, 0, 0, 0.65);
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
z-index: 2;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:after {
transition: 0.2s;
font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
font-weight: 900;
color: #fff;
content: "";
font-size: 30px;
height: 30px;
position: absolute;
top: 30%;
margin-top: -15px;
display: block;
text-align: center;
width: 100%;
opacity: 0;
z-index: 3;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:before {
opacity: 1;
}
div.wpb_single_image .porto-vc-zoom.porto-vc-zoom-hover-icon:hover:after {
top: 50%;
opacity: 1;
}
div.wpb_single_image .porto-vc-zoom .zoom-icon {
background: var(--porto-primary-color);
color: #fff;
border-radius: 100%;
width: 30px;
height: 30px;
position: absolute;
padding: 0;
line-height: 28px;
display: block;
bottom: 8px;
left: 8px;
text-align: center;
}
div.wpb_single_image .porto-vc-zoom .zoom-icon:hover {
background-color: var(--porto-primary-light-5);
}
div.wpb_single_image .porto-vc-zoom .zoom-icon:before {
font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
font-weight: 900;
content: "";
}
div.wpb_single_image .vc_figure {
max-width: 100%;
}
div.wpb_single_image .vc_figure .vc_single_image-wrapper {
margin-bottom: 0;
}
div.wpb_single_image .vc_figure .vc_figure-caption {
margin-top: 0.5em;
}
div.wpb_single_image.vc_box_border, div.wpb_single_image.vc_box_outline, div.wpb_single_image.vc_box_shadow_border {
padding: 4px;
}
div.wpb_single_image.vc_box_border img, div.wpb_single_image.vc_box_outline img, div.wpb_single_image.vc_box_shadow_border img {
border-width: 0;
}
.porto-carousel .vc_single_image-wrapper.vc_box_border, .porto-carousel .vc_single_image-wrapper.vc_box_outline, .porto-carousel .vc_single_image-wrapper.vc_box_shadow_border, .porto-carousel .vc_single_image-wrapper.vc_box_border_circle, .porto-carousel .vc_single_image-wrapper.vc_box_outline_circle, .porto-carousel .vc_single_image-wrapper.vc_box_shadow_border_circle {
margin: 2px;
}
.wpb_single_image.vc_align_right {
text-align: left;
}
.wpb_single_image.vc_align_left {
text-align: right;
} .wpb_text_column.featured {
font-size: 1.25rem;
line-height: 1.8rem;
}
.wpb_text_column.short {
margin-bottom: 0;
}
.wpb_text_column.tall {
margin-bottom: 20px;
}
.wpb_text_column.taller {
margin-bottom: 40px;
}
.wpb_text_column .alternative-font {
display: inline-block;
margin-top: -15px;
position: relative;
top: 3px;
margin-bottom: -6px;
}
.lead, .wpb_text_column.lead, .wpb_text_column.lead p {
line-height: 1.8rem;
letter-spacing: -0.05em;
}  html .blockquote-primary {
border-color: var(--porto-primary-color) !important;
}
html .blockquote-secondary {
border-color: var(--porto-secondary-color) !important;
}
html .blockquote-tertiary {
border-color: var(--porto-tertiary-color) !important;
}
html .blockquote-quaternary {
border-color: var(--porto-quaternary-color) !important;
}
html .blockquote-dark {
border-color: var(--porto-dark-color) !important;
}
html .blockquote-light {
border-color: var(--porto-light-color) !important;
}
.inline-block {
display: inline-block;
}