.mobx-holder {
position: fixed;
overflow: hidden;
z-index: 99999;
width: 100%;
height: 100%;
left: 0;
top: 0;
visibility: hidden;
opacity: 0;
will-change: opacity, visibility;
box-sizing: border-box;
-ms-touch-action: none;
touch-action: none;
pointer-events: none;
-webkit-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
font-family: Arial, Helvetica, sans-serif;
-webkit-transition: opacity .4s ease; transition: opacity .4s ease, visibility .4s ease;
}
.mobx-holder:-webkit-full-screen {
background-color: transparent;
}
.mobx-holder * {
box-sizing: border-box;
}
.mobx-holder svg {
pointer-events: none;
}
.mobx-open {
pointer-events: auto;
visibility: visible;
opacity: 1;
}
.mobx-rtl {
direction: rtl;
}
.mobx-slider {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 1;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-ms-touch-action: none;
touch-action: none;
-webkit-transition: opacity 0.45s ease;
transition: opacity 0.45s ease;
}
.mobx-hide {
opacity: 0;
-webkit-transition: none;
transition: none;
}
.mobx-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
will-change: opacity;
transform: translateZ(0);
background-color: rgba(0,0,0,0.9);;
}
.mobx-ui:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
will-change: opacity;
background: rgba(0,0,0,0.4);
-webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}
.mobx-open-tooltip .mobx-ui:after {
opacity: 1;
visibility: visible;	
} .mobx-video:before,
.mobx-video:after,
.mobx-thumb-video:after,
.mobx-ui button,
.mobx-share-tooltip *:after {
background-image: url(//actofhumanity.org/wp-content/themes/avante/icons/modulobox.svg);
background-repeat: no-repeat;
background-color: transparent;
} .mobx-top-bar {
position: absolute;
left: 0;
top: 0;
width: 100%;
will-change: transform;
background-color: rgba(0,0,0,0.4);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
}
.mobx-idle .mobx-top-bar,
.mobx-will-close .mobx-top-bar,
.mobx-holder:not(.mobx-open) .mobx-top-bar {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .mobx-bottom-bar {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
will-change: transform;
background-color: rgba(0,0,0,0.4);
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
}
.mobx-panzoom .mobx-bottom-bar,
.mobx-will-close .mobx-bottom-bar,
.mobx-holder:not(.mobx-open) .mobx-bottom-bar {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .mobx-caption {
position: relative;
display: block;
width: 100%;
padding: 0;
margin: 0;
pointer-events: none;
}
.mobx-caption-inner {
max-width: 420px;
margin: 0 auto;
pointer-events: auto;
cursor: default;
}
.mobx-title {
position: relative;
display: block;
margin: 0;
padding: 14px 10px 12px;
font-size: 13px;
line-height: 18px;
font-weight: normal;
text-align: center;
color: #eeeeee;
}
.mobx-desc {
position: relative;
display: block;
margin: 0;
padding: 14px 10px 12px;
font-size: 12px;
line-height: 16px;
font-weight: normal;
text-align: center;
color: #bbbbbb;
}
.mobx-title + .mobx-desc {
margin: -6px 0 0 0;
padding: 0 10px 10px;
} .mobx-item,
.mobx-item-inner {
position: absolute;
display: block;
overflow: hidden;
left: 0;
top: 0;
bottom: 0;
width: 100%;
text-align: center;
touch-action: none;
transform: translate3d(0,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: center;
transform-origin: center;
}
.mobx-img,
.mobx-panzoom .mobx-item {
cursor: move; cursor: grab;
cursor: -webkit-grab;
}
.mobx-dragging .mobx-item * {
cursor: grabbing;
cursor: -webkit-grabbing;
}
.mobx-img,
.mobx-html,
.mobx-video,
.mobx-iframe,
.mobx-error {
position: absolute;
display: block;
height: 0;
width: 0;
max-width: none;
padding: 0;
margin: 0;
opacity: 0;
will-change: opacity;
visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translate3d(0,0,0);
-webkit-transition: opacity 0.35s ease;
transition: opacity 0.35s ease;
}
.mobx-media-loaded {
opacity: 1;
visibility: visible;
}
.mobx-error,
.mobx-html-inner {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.mobx-error {
width: 100%;
height: auto;
padding: 20px 60px;
color: #bbbbbb;
pointer-events: none;
text-align: center;
}
.mobx-html {
pointer-events: none;
}
.mobx-html-inner {
position: relative;
display: inline-block;
overflow: auto;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
margin: 0 auto;
pointer-events: auto;
} .mobx-video {
cursor: pointer;
background: rgba(255,255,255,0.1);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.mobx-video.mobx-playing {
background: none;
background-image: none !important;
}
.mobx-video:before,
.mobx-video:after {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 80px;
height: 80px;
padding: 0;
margin: -44px 0 0 -44px;
border: 4px solid #fff;
border-radius: 100%;
background-size: 175px;
background-position: 28px -414px;
box-sizing: content-box;
}
.mobx-video.mobx-loading:before {
border-color: transparent;
}
.mobx-video:after {
opacity: 0;
visibility: hidden;
background-image: none;
background-color: transparent;
border-color: transparent;
border-left-color: #fff;
}
.mobx-video.mobx-loading:after {
opacity: 1;
visibility: visible;
-webkit-animation: mobx-load 1.1s infinite linear;
animation: mobx-load 1.1s infinite linear;	
}
.mobx-video.mobx-playing:before,
.mobx-video.mobx-playing:after {
opacity: 0;
}
.mobx-video video,
.mobx-video iframe,
.mobx-video .mejs-video {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
opacity: 0;
background: rgba(255,255,255,0.065);
pointer-events: none;
-webkit-transition: opacity 0.35s ease-in-out;
transition: opacity 0.35s ease-in-out;
}
.mobx-video iframe {
background: none;
}
.mobx-video.mobx-playing video,
.mobx-video.mobx-playing .mejs-video,
.mobx-video.mobx-playing iframe {
opacity: 1;
pointer-events: auto;
} .mobx-fullscreen video::-webkit-media-controls-fullscreen-button,
.mobx-fullscreen .mejs-fullscreen-button {
display: none;
} :-webkit-full-screen-ancestor:not(iframe) {
will-change: auto !important;
} .mobx-counter {
position: relative;
display: inline-block;
float: left;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #ffffff;
opacity: 0.75;
margin: 0 10px;
letter-spacing: 0.6px;
}
.mobx-rtl .mobx-counter {
float: right;
} .mobx-timer {
position: relative;
display: inline-block;
float: left;
width: 24px;
height: 24px;
margin: 10px 0 10px 5px;
opacity: 0;
will-change: opacity;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.mobx-rtl .mobx-timer {
float: right;
}
.mobx-autoplay .mobx-timer {
opacity: 1;
} .mobx-loader {
position: absolute;
width: 30px;
height: 30px;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
outline: 1px solid transparent;
border-radius: 50%;
border-width: 3px;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-color: rgba(255,255,255,.2);
border-left: 3px solid #fff;
-webkit-animation: mobx-load 1.1s infinite linear;
animation: mobx-load 1.1s infinite linear;
}
@-webkit-keyframes mobx-load {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes mobx-load {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .mobx-share-tooltip {
position: absolute;
display: block;
z-index: 2;
width: 120px;
top: 50px;
opacity: 0;
visibility: hidden;
background: #ffffff;
will-change: transform;
-webkit-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: -webkit-transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.mobx-share-tooltip:before {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
top: -12px;
right: 14px;
border: 6px solid transparent;
border-bottom-color: #f9fafb;
}
.mobx-share-tooltip[data-position="left"]:before {
left: 14px;
right: auto;
}
.mobx-open-tooltip .mobx-share-tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.mobx-share-tooltip span {
display: block;
width: 100%;
height: 40px;
padding: 10px;
color: #777777;
font-size: 14px;
line-height: 22px;
text-align: center; 
background: #f9fafb;
box-shadow: inset 0 -2px 8px rgba(0,0,0,0.03);
} .mobx-ui button,
.mobx-share-tooltip *:after {
position: relative;
display: inline-block;
width: 40px;
height: 40px;
padding: 0;
cursor: pointer;
box-shadow: none;
border: none;
outline: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-appearance: none;
-webkit-transition: opacity 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out;
}
.mobx-ui button:hover,
.mobx-share-tooltip button:hover:after {
opacity: 1;
}
.mobx-share-tooltip button:after {
position: absolute;
content: "";
top: 0;
left: 0;
opacity: 0;
}
.mobx-share-tooltip button {
float: left;
}
.mobx-rtl .mobx-share-tooltip button {
float: right;
}
.mobx-top-bar button {
float: right;
margin: 2px;
opacity: 0.75;
}
.mobx-rtl .mobx-top-bar button {
float: left;
}
button.mobx-prev,
button.mobx-next {
position: absolute;
left: 0;
top: 50%;
width: 44px;
height: 32px;
margin: 0 6px;
opacity: 0.75;
background-color: rgba(0,0,0,0.4);
will-change: transform;
-webkit-transform: translateX(0) translateY(-50%);
transform: translateX(0) translateY(-50%);
-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
button.mobx-next {
left: auto;
right: 0;
}
.mobx-idle .mobx-prev,
.mobx-will-close .mobx-prev,
.mobx-holder:not(.mobx-open) .mobx-prev {
-webkit-transform: translateX(-120%) translateY(-50%);
transform: translateX(-120%) translateY(-50%);
}
.mobx-idle .mobx-next,
.mobx-will-close .mobx-next,
.mobx-holder:not(.mobx-open) .mobx-next {
-webkit-transform: translateX(120%) translateY(-50%);
transform: translateX(120%) translateY(-50%);
}
.mobx-holder[data-zoom="false"] .mobx-zoom,
.mobx-holder[data-zoom="false"] .mobx-zoom:hover,
.mobx-holder[data-download="false"] .mobx-download,
.mobx-holder[data-download="false"] .mobx-download:hover {
opacity: 0.45;
cursor: default;
}
.mobx-prev {
left: 0;
background-position: 10px 4px;
}
.mobx-next {
right: 0;
background-position: 10px -40px;
}
.mobx-close {
background-position: 12px -76px;
}
.mobx-zoom {
background-position: 12px -120px;
}
.mobx-panzoom .mobx-zoom {
background-position: 12px -164px;
}
.mobx-play {
background-position: 12px -208px;
}
.mobx-autoplay .mobx-play {
background-position: 12px -252px;
}
.mobx-download {
background-position: 12px -296px;
}
.mobx-share {
background-position: 12px -340px;
}
.mobx-fullscreen {
background-position: 12px -384px;
}
.mobx-fullscreen .mobx-fullscreen {
background-position: 12px -428px;
}
.mobx-facebook {
background-position: -32px -472px;	
}
.mobx-facebook:after {
background-color: #3b5998;
background-position: 12px -472px;	
}
.mobx-twitter {
background-position: -32px -516px;
}
.mobx-twitter:after {
background-color: #1da1f2;
background-position: 12px -516px;	
}
.mobx-googleplus {
background-position: -32px -560px;
}
.mobx-googleplus:after {
background-color: #dd4b39;
background-position: 12px -560px;	
}
.mobx-pinterest {
background-position: -32px -604px;
}
.mobx-pinterest:after {
background-color: #bd081c;
background-position: 12px -604px;	
}
.mobx-linkedin {
background-position: -32px -648px;
}
.mobx-linkedin:after {
background-color: #0077b5;
background-position: 12px -648px;	
}
.mobx-reddit {
background-position: -32px -692px;
}
.mobx-reddit:after {
background-color: #ff4500;
background-position: 12px -692px;	
}
.mobx-tumblr {
background-position: -32px -736px;
}
.mobx-tumblr:after {
background-color: #35465c;
background-position: 12px -736px;	
}
.mobx-blogger {
background-position: -32px -780px;
}
.mobx-blogger:after {
background-color: #f57d00;
background-position: 12px -780px;	
}
.mobx-buffer {
background-position: -32px -824px;
}
.mobx-buffer:after {
background-color: #323b43;
background-position: 12px -824px;	
}
.mobx-digg {
background-position: -34px -868px;
}
.mobx-digg:after {
background-color: #005be2;
background-position: 10px -868px;	
}
.mobx-stumbleupon {
background-position: -32px -912px;
}
.mobx-stumbleupon:after {
background-color: #eb4924;
background-position: 12px -912px;	
}
.mobx-evernote {
background-position: -32px -956px;
}
.mobx-evernote:after {
background-color: #2dbe60;
background-position: 12px -956px;	
} .mobx-thumbs-holder,
.mobx-thumbs-inner {
position: absolute;
display: block;
left: 0;
right: 0;
bottom: 0;
padding: 0;
margin: 0 auto;
}
.mobx-thumbs-holder {
position: relative;	
}
.mobx-thumb {
position: absolute;
margin: 0;
will-change: left;
background-color: rgb(25, 25, 25);
outline: 0 solid transparent;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-transition: background-color 0.25s ease;
transition: background-color 0.25s ease;
}
.mobx-thumb:hover {
background-color: rgb(50, 50, 50);
}
.mobx-thumb:after {
content: "";
position: absolute;
pointer-events: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.0001;
-webkit-transform: translateZ(0);
transform: translateZ(0);
border: 2px solid #ffffff;
}
.mobx-active-thumb:after {
opacity: 0.9999;
}
.mobx-thumb-bg {
position: absolute;
overflow: hidden;
left: 0;
right: 0;
top: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
will-change: opacity, visibility;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.mobx-thumb-loaded {
visibility: visible;
opacity: 0.5;
}
.mobx-thumb-bg:hover,
.mobx-active-thumb .mobx-thumb-loaded {
opacity: 1;
}
.mobx-thumbs-holder {
cursor: move;
cursor: grab;
cursor: -webkit-grab;
}
.mobx-dragging .mobx-thumbs-holder {
cursor: grabbing;
cursor: -webkit-grabbing;
}
.mobx-thumb-video:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: 50%;
width: 40px;
height: 40px;
margin: -20px auto 0 auto;
background-position: 12px -208px;
} @media screen and (max-height: 800px) {
.mobx-video:before,
.mobx-video:after {
width: 60px;
height: 60px;
margin: -34px 0 0 -34px;
background-size: 125px;
background-position: 22px -294px;
}
}
@media screen and (max-height: 360px) {
.mobx-video:before,
.mobx-video:after {
width: 40px;
height: 40px;
margin: -24px 0 0 -24px;
background-size: initial;
background-position: 14px -208px;
border-width: 3px;
}
}
@media screen and (max-width: 400px) {
.mobx-timer {
margin: 10px 0;
}
.mobx-top-bar button {
margin: 2px 0;
}
}
@media screen and (max-width: 360px) {
.mobx-counter {
margin: 0 6px 0 4px;
}
.mobx-top-bar button {
width: 34px;
}	
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)   and (max-width: 380px),
only screen and (   min--moz-device-pixel-ratio: 2)   and (max-width: 380px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 380px),
only screen and (        min-device-pixel-ratio: 2)   and (max-width: 380px) { 
.mobx-top-bar button {
width: 40px;
}
} body.lightbox-white .mobx-overlay {
background-color: #ffffff;
}
body.lightbox-white .mobx-top-bar {
background: #222222;
}
body.lightbox-white .mobx-bottom-bar {
background: transparent;
}
body.lightbox-white .mobx-thumb {
background-color: #ffffff;
}
body.lightbox-white .mobx-title {
color: #222;
}
body.lightbox-white .mobx-desc {
color: #222;
}#wrapper {
padding-top: 75px;
}
.top-menu-bar .standard-wrapper {
height: 83px;
}
#logo-wrapper {
text-align: left;
border: 0;
padding: 0;
float: left;
width: 100%;
height: 100%;
}
#logo-wrapper .logo-container {
display: table;
padding: 0;
height: 100%;
}
.top-menu-bar.scroll #logo-wrapper {
display: block;
}
#nav-wrapper {
border-top: 0 !important;
}
.logo-container {
display: block;
float: left;
width: auto;
height: auto;
}
html[data-menu=leftalign] #menu-wrapper {
width: auto;
float: left;
height: 100%;
padding: 0;
margin-left: 60px;
}
html[data-menu=leftalign] #logo_right_wrapper #logo-right-wrapper {
position: relative;
display: table-cell;
vertical-align: middle;
right: 0;
top: 0;
}
html[data-menu=leftalign] #logo_right_wrapper {
width: auto;
float: right;
height: 100%;
padding: 0;
display: table;
} @media only screen and (min-width: 768px) and (max-width: 960px) {
html[data-menu=leftalign] #logo-wrapper {
padding: 0;
}
html[data-menu=leftalign] .logo-container {
margin-top: 0px;
}
} @media only screen and (max-width: 767px) {
html[data-menu=leftalign] .top-menu-bar .standard-wrapper {
padding: 0;
}
html[data-menu=leftalign] #nav-wrapper,
html[data-menu=leftalign] #menu-wrapper {
display: block;
}
}@font-face {
font-family: 'themify';
src:url(//actofhumanity.org/wp-content/themes/avante/fonts/themify.eot);
src:url(//actofhumanity.org/wp-content/themes/avante/fonts/themify.eot) format('embedded-opentype'),
url(//actofhumanity.org/wp-content/themes/avante/fonts/themify.woff) format('woff'),
url(//actofhumanity.org/wp-content/themes/avante/fonts/themify.ttf) format('truetype'),
url(//actofhumanity.org/wp-content/themes/avante/fonts/themify.svg) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{-js-display:flex;display:-webkit-flex;display:-ms-flexbox;display:flex;pointer-events:none;position:absolute}.tooltipster-box{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;border-color:#000}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;transition-property:all;left:0!important;opacity:0}@-webkit-keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{-webkit-animation:tooltipster-fading .4s;animation:tooltipster-fading .4s}@-webkit-keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.tooltipster-update-rotate{-webkit-animation:tooltipster-rotating .6s;animation:tooltipster-rotating .6s}@-webkit-keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}.tooltipster-update-scale{-webkit-animation:tooltipster-scaling .6s;animation:tooltipster-scaling .6s}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:-2px;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:-2px;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:-2px;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:-2px;height:10px;margin-left:-9px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.eot);
src: url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.eot?#iefix) format('embedded-opentype'), 
url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.woff) format('woff'), 
url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.ttf) format('truetype'), 
url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px !important;
left: auto !important;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next, 
html[dir='rtl'] .slick-next, 
body.rtl .slick-next
{
right: auto !important;
left: -25px !important;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}@font-face {
font-weight: normal;
font-style: normal;
font-family: 'feathericons';
src:url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.eot?-8is7zf);
src:url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.eot?#iefix-8is7zf) format('embedded-opentype'),
url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.woff?-8is7zf) format('woff'),
url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.ttf?-8is7zf) format('truetype'),
url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/fonts/feathericons/feathericons.svg?-8is7zf#feathericons) format('svg');
}
.exad-ihe-grid {
position: relative;
margin: 0 auto;
padding: 0;
max-width: 1000px;
list-style: none;
text-align: center;
} .exad-ihe-grid figure.exad-ihe-figure {
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%; width: 100%;
background: #3085a3;
text-align: center; }
.exad-ihe-grid figure.exad-ihe-figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
opacity: 0.8;
width: 100%;
}
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption::before,
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption::after {
pointer-events: none;
}
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption,
.exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .exad-ihe-grid figure.exad-ihe-figure figcaption.exad-ihe-figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.exad-ihe-grid figure.exad-ihe-figure .exad-ihe-title {
word-spacing: -0.15em;
font-weight: 300;
}
.exad-ihe-grid figure.exad-ihe-figure .exad-ihe-title span {
font-weight: 800;
}
.exad-ihe-grid figure.exad-ihe-figure .exad-ihe-title,
.exad-ihe-grid figure.exad-ihe-figure p {
margin: 0;
}
.exad-ihe-grid figure.exad-ihe-figure p {
letter-spacing: 1px;
font-size: 68.5%;
}    figure.exad-ihe-figure.effect-lily img {
max-width: none;
width: -webkit-calc(100% + 50px);
width: calc(100% + 50px);
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px,0, 0);
transform: translate3d(-40px,0,0);
}
figure.exad-ihe-figure.effect-lily figcaption.exad-ihe-figcaption {
text-align: left;
}
figure.exad-ihe-figure.effect-lily figcaption.exad-ihe-figcaption > div {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
height: 50%;
}
figure.exad-ihe-figure.effect-lily .exad-ihe-title,
figure.exad-ihe-figure.effect-lily p {
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
}
figure.exad-ihe-figure.effect-lily .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-lily p {
color: rgba(255,255,255,0.8);
opacity: 0;
-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
transition: opacity 0.2s, transform 0.35s;
}
figure.exad-ihe-figure.effect-lily:hover img,
figure.exad-ihe-figure.effect-lily:hover p {
opacity: 1;
}
figure.exad-ihe-figure.effect-lily:hover img,
figure.exad-ihe-figure.effect-lily:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-lily:hover p {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-lily:hover p {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}   figure.exad-ihe-figure.effect-sadie figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
content: '';
opacity: 0;
-webkit-transform: translate3d(0,50%,0);
transform: translate3d(0,50%,0);
}
figure.exad-ihe-figure.effect-sadie .exad-ihe-title {
position: absolute;
top: 50%;
left: 0;
width: 100%;
color: #484c61;
-webkit-transition: -webkit-transform 0.35s, color 0.35s;
transition: transform 0.35s, color 0.35s;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
}
figure.exad-ihe-figure.effect-sadie figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-sadie p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-sadie p {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
opacity: 0;
-webkit-transform: translate3d(0,10px,0);
transform: translate3d(0,10px,0);
}
figure.exad-ihe-figure.effect-sadie:hover .exad-ihe-title {
color: #fff;
-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.exad-ihe-figure.effect-sadie:hover figcaption.exad-ihe-figcaption::before ,
figure.exad-ihe-figure.effect-sadie:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-roxy {
background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}
figure.exad-ihe-figure.effect-roxy img {
max-width: none;
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50px,0,0);
transform: translate3d(-50px,0,0);
}
figure.exad-ihe-figure.effect-roxy figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-20px,0,0);
transform: translate3d(-20px,0,0);
}
figure.exad-ihe-figure.effect-roxy figcaption.exad-ihe-figcaption {
padding: 3em;
text-align: left;
}
figure.exad-ihe-figure.effect-roxy .exad-ihe-title {
padding: 30% 0 10px 0;
}
figure.exad-ihe-figure.effect-roxy p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
}
figure.exad-ihe-figure.effect-roxy:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-roxy:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-roxy:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-bubba {
background: #9e5406;
}
figure.exad-ihe-figure.effect-bubba img {
opacity: 0.7;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-bubba:hover img {
opacity: 0.4;
}
figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::after {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
}
figure.exad-ihe-figure.effect-bubba figcaption.exad-ihe-figcaption::after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
}
figure.exad-ihe-figure.effect-bubba .exad-ihe-title {
padding-top: 30%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,-20px,0);
transform: translate3d(0,-20px,0);
}
figure.exad-ihe-figure.effect-bubba p {
padding: 20px 2.5em;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.exad-ihe-figure.effect-bubba:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-bubba:hover figcaption.exad-ihe-figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.exad-ihe-figure.effect-bubba:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-bubba:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-romeo img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.4,1.4,1);
transform: scale3d(1.4,1.4,1);
}
figure.exad-ihe-figure.effect-romeo:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: translate3d(1,1,1);
}
figure.exad-ihe-figure.effect-romeo figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-romeo figcaption.exad-ihe-figcaption::after {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
height: 1px;
background: #fff;
content: '';
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
figure.exad-ihe-figure.effect-romeo:hover figcaption.exad-ihe-figcaption::before {
opacity: 0.5;
-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
transform: translate3d(-50%,-50%,0) rotate(45deg);
}
figure.exad-ihe-figure.effect-romeo:hover figcaption.exad-ihe-figcaption::after {
opacity: 0.5;
-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
figure.exad-ihe-figure.effect-romeo .exad-ihe-title,
figure.exad-ihe-figure.effect-romeo p {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-romeo .exad-ihe-title {
-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}
figure.exad-ihe-figure.effect-romeo p {
padding: 0.25em 2em;
-webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}
figure.exad-ihe-figure.effect-romeo:hover .exad-ihe-title {
-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}
figure.exad-ihe-figure.effect-romeo:hover p {
-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}   figure.exad-ihe-figure.effect-layla {
background: #18a367;
} figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption {
padding: 3em;
}
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::after {
position: absolute;
content: '';
opacity: 0;
}
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::before {
top: 50px;
right: 30px;
bottom: 50px;
left: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0,1);
transform: scale(0,1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::after {
top: 30px;
right: 50px;
bottom: 30px;
left: 50px;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1,0);
transform: scale(1,0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
figure.exad-ihe-figure.effect-layla .exad-ihe-title {
padding-top: 26%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-layla p {
padding: 0.5em 2em;
text-transform: none;
opacity: 0;
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}
figure.exad-ihe-figure.effect-layla img,
figure.exad-ihe-figure.effect-layla .exad-ihe-title {
-webkit-transform: translate3d(0,-30px,0);
transform: translate3d(0,-30px,0);
}
figure.exad-ihe-figure.effect-layla img,
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-layla figcaption.exad-ihe-figcaption::after,
figure.exad-ihe-figure.effect-layla p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-layla:hover img {
opacity: 0.7;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-layla:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-layla:hover figcaption.exad-ihe-figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.exad-ihe-figure.effect-layla:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-layla:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-layla:hover figcaption.exad-ihe-figcaption::after,
figure.exad-ihe-figure.effect-layla:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-layla:hover p,
figure.exad-ihe-figure.effect-layla:hover img {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}   figure.exad-ihe-figure.effect-honey {
background: #4a3753;
}
figure.exad-ihe-figure.effect-honey img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-honey:hover img {
opacity: 0.5;
}
figure.exad-ihe-figure.effect-honey figcaption.exad-ihe-figcaption::before {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
background: #fff;
content: '';
-webkit-transform: translate3d(0,10px,0);
transform: translate3d(0,10px,0);
}
figure.exad-ihe-figure.effect-honey .exad-ihe-title {
position: absolute;
bottom: 0;
left: 0;
padding: 1em 1.5em;
width: 100%;
text-align: left;
-webkit-transform: translate3d(0,-30px,0);
transform: translate3d(0,-30px,0);
}
figure.exad-ihe-figure.effect-honey .exad-ihe-title i {
font-style: normal;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,-30px,0);
transform: translate3d(0,-30px,0);
}
figure.exad-ihe-figure.effect-honey figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-honey .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-honey:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-honey:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-honey:hover .exad-ihe-title i {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-oscar {
background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}
figure.exad-ihe-figure.effect-oscar img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-oscar figcaption.exad-ihe-figcaption {
padding: 3em;
background-color: rgba(58,52,42,0.7);
-webkit-transition: background-color 0.35s;
transition: background-color 0.35s;
}
figure.exad-ihe-figure.effect-oscar figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
}
figure.exad-ihe-figure.effect-oscar .exad-ihe-title {
margin: 20% 0 10px 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
figure.exad-ihe-figure.effect-oscar figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-oscar p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(0);
transform: scale(0);
}
figure.exad-ihe-figure.effect-oscar:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-oscar:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-oscar:hover p {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.exad-ihe-figure.effect-oscar:hover figcaption.exad-ihe-figcaption {
background-color: rgba(58,52,42,0);
}
figure.exad-ihe-figure.effect-oscar:hover img {
opacity: 0.4;
}   figure.exad-ihe-figure.effect-marley figcaption.exad-ihe-figcaption {
text-align: right;
}
figure.exad-ihe-figure.effect-marley .exad-ihe-title,
figure.exad-ihe-figure.effect-marley p {
position: absolute;
right: 30px;
left: 30px;
padding: 10px 0;
}
figure.exad-ihe-figure.effect-marley p {
bottom: 30px;
line-height: 1.5;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
figure.exad-ihe-figure.effect-marley .exad-ihe-title {
top: 30px;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.exad-ihe-figure.effect-marley:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-marley .exad-ihe-title::after {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 4px;
background: #fff;
content: '';
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
}
figure.exad-ihe-figure.effect-marley .exad-ihe-title::after,
figure.exad-ihe-figure.effect-marley p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-marley:hover .exad-ihe-title::after,
figure.exad-ihe-figure.effect-marley:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-ruby {
background-color: #17819c;
}
figure.exad-ihe-figure.effect-ruby img {
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
figure.exad-ihe-figure.effect-ruby:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.exad-ihe-figure.effect-ruby .exad-ihe-title {
margin-top: 20%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.exad-ihe-figure.effect-ruby p {
margin: 1em 0 0;
padding: 3em;
border: 1px solid #fff;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,20px,0) scale(1.1);
transform: translate3d(0,20px,0) scale(1.1);
} 
figure.exad-ihe-figure.effect-ruby:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-ruby:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
}   figure.exad-ihe-figure.effect-milo {
background: #2e5d5a;
}
figure.exad-ihe-figure.effect-milo img {
max-width: none;
width: -webkit-calc(100% + 60px);
width: calc(100% + 60px);
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-30px,0,0) scale(1.12);
transform: translate3d(-30px,0,0) scale(1.12);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-milo:hover img {
opacity: 0.5;
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
}
figure.exad-ihe-figure.effect-milo .exad-ihe-title {
position: absolute;
right: 0;
bottom: 0;
padding: 1em 1.2em;
}
figure.exad-ihe-figure.effect-milo p {
padding: 0 10px 0 0;
width: 50%;
border-right: 1px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-40px,0,0);
transform: translate3d(-40px,0,0);
}
figure.exad-ihe-figure.effect-milo:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-dexter {
background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}
figure.exad-ihe-figure.effect-dexter img {
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-dexter:hover img {
opacity: 0.4;
}
figure.exad-ihe-figure.effect-dexter figcaption.exad-ihe-figcaption::after {
position: absolute;
right: 30px;
bottom: 30px;
left: 30px;
height: -webkit-calc(50% - 30px);
height: calc(50% - 30px);
border: 7px solid #fff;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
}
figure.exad-ihe-figure.effect-dexter:hover figcaption.exad-ihe-figcaption::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-dexter figcaption.exad-ihe-figcaption {
padding: 3em;
text-align: left;
}
figure.exad-ihe-figure.effect-dexter p {
position: absolute;
right: 60px;
bottom: 60px;
left: 60px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,-100px,0);
transform: translate3d(0,-100px,0);
}
figure.exad-ihe-figure.effect-dexter:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-sarah {
background: #42b078;
}
figure.exad-ihe-figure.effect-sarah img {
max-width: none;
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-sarah:hover img {
opacity: 0.4;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-sarah figcaption.exad-ihe-figcaption {
text-align: left;
}
figure.exad-ihe-figure.effect-sarah .exad-ihe-title {
position: relative;
overflow: hidden;
padding: 0.5em 0;
}
figure.exad-ihe-figure.effect-sarah .exad-ihe-title::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: #fff;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}
figure.exad-ihe-figure.effect-sarah:hover .exad-ihe-title::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-sarah p {
padding: 1em 0;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
figure.exad-ihe-figure.effect-sarah:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-zoe figcaption.exad-ihe-figcaption {
top: auto;
bottom: 0;
padding: 1em;
height: 3.75em;
background: #fff;
color: #3c4a50;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
figure.exad-ihe-figure.effect-zoe .exad-ihe-title {
float: left;
}
figure.exad-ihe-figure.effect-zoe p.icon-links a {
float: right;
color: #3c4a50;
font-size: 1.4em;
}
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:hover,
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:focus {
color: #252d31;
}
figure.exad-ihe-figure.effect-zoe p.description {
position: absolute;
bottom: 8em;
padding: 2em;
color: #fff;
text-transform: none;
font-size: 90%;
opacity: 0; -webkit-transition: opacity 0.35s;
transition: opacity 0.35s; }
figure.exad-ihe-figure.effect-zoe .exad-ihe-title,
figure.exad-ihe-figure.effect-zoe p.icon-links a {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,200%,0);
transform: translate3d(0,200%,0);
}
figure.exad-ihe-figure.effect-zoe p.icon-links a span::before {
display: inline-block;
padding: 8px 10px;
font-family: 'feathericons'; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-eye::before {
content: '\e000';
}
.icon-paper-clip::before {
content: '\e001';
}
.icon-heart::before {
content: '\e024';
}
figure.exad-ihe-figure.effect-zoe .exad-ihe-title {
display: inline-block;
}
figure.exad-ihe-figure.effect-zoe:hover p.description {
opacity: 1;
}
figure.exad-ihe-figure.effect-zoe:hover figcaption.exad-ihe-figcaption,
figure.exad-ihe-figure.effect-zoe:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-zoe:hover .exad-ihe-title {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:nth-child(3) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:nth-child(2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
figure.exad-ihe-figure.effect-zoe:hover p.icon-links a:first-child {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}   figure.exad-ihe-figure.effect-chico img {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.12);
transform: scale(1.12);
}
figure.exad-ihe-figure.effect-chico:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.exad-ihe-figure.effect-chico figcaption.exad-ihe-figcaption {
padding: 3em;
}
figure.exad-ihe-figure.effect-chico figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 1px solid #fff;
content: '';
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
figure.exad-ihe-figure.effect-chico figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-chico p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-chico .exad-ihe-title {
padding: 20% 0 20px 0;
}
figure.exad-ihe-figure.effect-chico p {
margin: 0 auto;
max-width: 200px;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
figure.exad-ihe-figure.effect-chico:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-chico:hover p {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
@media screen and (max-width: 50em) {
.exad-ihe-grid figure.exad-ihe-figure {
display: inline-block;
float: none;
margin: 10px auto;
width: 100%;
}
} .exad-ihe-grid {
position: relative;
clear: both;
margin: 0 auto;
padding: 0;
max-width: 1000px;
list-style: none;
text-align: center;
}    figure.exad-ihe-figure.effect-julia {
background: #2f3238;
}
figure.exad-ihe-figure.effect-julia img {
max-width: none;
object-fit: cover; -webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-julia figcaption.exad-ihe-figcaption {
text-align: left;
}
figure.exad-ihe-figure.effect-julia .exad-ihe-title {
position: relative;
padding: 0.5em 0;
}
figure.exad-ihe-figure.effect-julia p {
display: inline-block;
margin: 0 0 0.25em;
padding: 0.4em 1em;
background: rgba(255,255,255,0.9);
color: #2f3238;
text-transform: none;
font-weight: 500;
font-size: 75%;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-360px,0,0);
transform: translate3d(-360px,0,0);
}
figure.exad-ihe-figure.effect-julia p:first-child {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
figure.exad-ihe-figure.effect-julia p:nth-of-type(2) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.exad-ihe-figure.effect-julia p:nth-of-type(3) {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.exad-ihe-figure.effect-julia:hover p:first-child {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.exad-ihe-figure.effect-julia:hover p:nth-of-type(2) {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.exad-ihe-figure.effect-julia:hover p:nth-of-type(3) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.exad-ihe-figure.effect-julia:hover img {
opacity: 0.4;
-webkit-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);
}
figure.exad-ihe-figure.effect-julia:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-goliath {
background: #df4e4e;
}
figure.exad-ihe-figure.effect-goliath img,
figure.exad-ihe-figure.effect-goliath .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-goliath img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-goliath .exad-ihe-title,
figure.exad-ihe-figure.effect-goliath p {
position: absolute;
bottom: 0;
left: 0;
padding: 30px;
}
figure.exad-ihe-figure.effect-goliath p {
text-transform: none;
font-size: 90%;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,50px,0);
transform: translate3d(0,50px,0);
}
figure.exad-ihe-figure.effect-goliath:hover img {
-webkit-transform: translate3d(0,-80px,0);
transform: translate3d(0,-80px,0);
}
figure.exad-ihe-figure.effect-goliath:hover .exad-ihe-title {
-webkit-transform: translate3d(0,-100px,0);
transform: translate3d(0,-100px,0);
}
figure.exad-ihe-figure.effect-goliath:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-hera {
background: #303fa9;
}
figure.exad-ihe-figure.effect-hera .exad-ihe-title {
font-size: 158.75%;
}
figure.exad-ihe-figure.effect-hera .exad-ihe-title,
figure.exad-ihe-figure.effect-hera p {
position: absolute;
top: 50%;
left: 50%;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
}
figure.exad-ihe-figure.effect-hera figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 50%;
left: 50%;
width: 200px;
height: 200px;
border: 2px solid #fff;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
}
figure.exad-ihe-figure.effect-hera p {
width: 100px;
text-transform: none;
font-size: 121%;
line-height: 2;
}
figure.exad-ihe-figure.effect-hera p a {
color: #fff;
}
figure.exad-ihe-figure.effect-hera p a:hover,
figure.exad-ihe-figure.effect-hera p a:focus {
opacity: 0.6;
}
figure.exad-ihe-figure.effect-hera p a i {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-hera p a:first-child i {
-webkit-transform: translate3d(-60px,-60px,0);
transform: translate3d(-60px,-60px,0);
}
figure.exad-ihe-figure.effect-hera p a:nth-child(2) i {
-webkit-transform: translate3d(60px,-60px,0);
transform: translate3d(60px,-60px,0);
}
figure.exad-ihe-figure.effect-hera p a:nth-child(3) i {
-webkit-transform: translate3d(-60px,60px,0);
transform: translate3d(-60px,60px,0);
}
figure.exad-ihe-figure.effect-hera p a:nth-child(4) i {
-webkit-transform: translate3d(60px,60px,0);
transform: translate3d(60px,60px,0);
}
figure.exad-ihe-figure.effect-hera:hover figcaption.exad-ihe-figcaption::before {
opacity: 1;
-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-hera:hover .exad-ihe-title {
opacity: 0;
-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}
figure.exad-ihe-figure.effect-hera:hover p i:empty {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0); opacity: 1;
}   figure.exad-ihe-figure.effect-winston {
background: #162633;
text-align: left;
}
figure.exad-ihe-figure.effect-winston img {
-webkit-transition: opacity 0.45s;
transition: opacity 0.45s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-winston figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/img/triangle.svg) no-repeat center center;
background-size: 100% 100%;
content: '';
-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
transition: opacity 0.45s, transform 0.45s;
-webkit-transform: rotate3d(0,0,1,45deg);
transform: rotate3d(0,0,1,45deg);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
figure.exad-ihe-figure.effect-winston .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.exad-ihe-figure.effect-winston p {
position: absolute;
right: 0;
bottom: 0;
padding: 0 1.5em 7% 0;
}
figure.exad-ihe-figure.effect-winston a {
margin: 0 10px;
color: #5d504f;
font-size: 170%;
}
figure.exad-ihe-figure.effect-winston a:hover,
figure.exad-ihe-figure.effect-winston a:focus {
color: #cc6055;
}
figure.exad-ihe-figure.effect-winston p a i {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,50px,0);
transform: translate3d(0,50px,0);
}
figure.exad-ihe-figure.effect-winston:hover img {
opacity: 0.6;
}
figure.exad-ihe-figure.effect-winston:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-winston:hover figcaption.exad-ihe-figcaption::before {
opacity: 0.7;
-webkit-transform: rotate3d(0,0,1,20deg);
transform: rotate3d(0,0,1,20deg);
}
figure.exad-ihe-figure.effect-winston:hover p i {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-winston:hover p a:nth-child(3) i {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.exad-ihe-figure.effect-winston:hover p a:nth-child(2) i {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.exad-ihe-figure.effect-winston:hover p a:first-child i {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}   figure.exad-ihe-figure.effect-selena {
background: #fff;
}
figure.exad-ihe-figure.effect-selena img {
opacity: 0.95;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.exad-ihe-figure.effect-selena:hover img {
-webkit-transform: scale3d(0.95,0.95,1);
transform: scale3d(0.95,0.95,1);
}
figure.exad-ihe-figure.effect-selena .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.exad-ihe-figure.effect-selena p {
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
transform: perspective(1000px) rotate3d(1,0,0,90deg);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
figure.exad-ihe-figure.effect-selena:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-selena:hover p {
opacity: 1;
-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
transform: perspective(1000px) rotate3d(1,0,0,0);
}   figure.exad-ihe-figure.effect-terry {
background: #34495e;
}
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption {
padding: 1em;
}
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::after {
position: absolute;
width: 200%;
height: 200%;
border-style: solid;
border-color: #101010;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::before {
right: 0;
bottom: 0;
border-width: 0 70px 60px 0;
-webkit-transform: translate3d(70px,60px,0);
transform: translate3d(70px,60px,0);
}
figure.exad-ihe-figure.effect-terry figcaption.exad-ihe-figcaption::after {
top: 0;
left: 0;
border-width: 15px 0 0 15px;
-webkit-transform: translate3d(-15px,-15px,0);
transform: translate3d(-15px,-15px,0);
}
figure.exad-ihe-figure.effect-terry img,
figure.exad-ihe-figure.effect-terry p a {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-terry img {
opacity: 0.85;
}
figure.exad-ihe-figure.effect-terry .exad-ihe-title {
position: absolute;
bottom: 0;
left: 0;
padding: 0.4em 10px;
width: 50%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
@media screen and (max-width: 920px) {
figure.exad-ihe-figure.effect-terry .exad-ihe-title {
padding: 0.75em 10px;
font-size: 120%;
}
}
figure.exad-ihe-figure.effect-terry p {
float: right;
clear: both;
text-align: left;
text-transform: none;
font-size: 111%;
}
figure.exad-ihe-figure.effect-terry p a {
display: block;
margin-bottom: 1em;
color: #fff;
opacity: 0;
-webkit-transform: translate3d(90px,0,0);
transform: translate3d(90px,0,0);
}
figure.exad-ihe-figure.effect-terry p a:hover,
figure.exad-ihe-figure.effect-terry p a:focus {
color: #f3cf3f;
}
figure.exad-ihe-figure.effect-terry:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-terry:hover figcaption.exad-ihe-figcaption::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-terry:hover img {
opacity: 0.6;
}
figure.exad-ihe-figure.effect-terry:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-terry:hover p a {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-terry:hover p a {
opacity: 1;
}
figure.exad-ihe-figure.effect-terry:hover p a:first-child {
-webkit-transition-delay: 0.025s;
transition-delay: 0.025s;
}
figure.exad-ihe-figure.effect-terry:hover p a:nth-child(2) {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.exad-ihe-figure.effect-terry:hover p a:nth-child(3) {
-webkit-transition-delay: 0.075s;
transition-delay: 0.075s;
}
figure.exad-ihe-figure.effect-terry:hover p a:nth-child(4) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}   figure.exad-ihe-figure.effect-phoebe {
background: #675983;
}
figure.exad-ihe-figure.effect-phoebe img {
opacity: 0.85;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-phoebe:hover img {
opacity: 0.6;
}
figure.exad-ihe-figure.effect-phoebe figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/vendor/img/triangle2.svg) no-repeat center center;
background-size: 100% 100%;
content: '';
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(5,2.5,1);
transform: scale3d(5,2.5,1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.exad-ihe-figure.effect-phoebe:hover figcaption.exad-ihe-figcaption::before {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-phoebe .exad-ihe-title {
margin-top: 1em;
-webkit-transition: transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,40px,0);
transform: translate3d(0,40px,0);
}
figure.exad-ihe-figure.effect-phoebe:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-phoebe p a {
color: #fff;
font-size: 140%;
opacity: 0;
position: relative;
display: inline-block;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-phoebe p a:first-child {
-webkit-transform: translate3d(-60px,-60px,0);
transform: translate3d(-60px,-60px,0);
}
figure.exad-ihe-figure.effect-phoebe p a:nth-child(2) {
-webkit-transform: translate3d(0,60px,0);
transform: translate3d(0,60px,0);
}
figure.exad-ihe-figure.effect-phoebe p a:nth-child(3) {
-webkit-transform: translate3d(60px,-60px,0);
transform: translate3d(60px,-60px,0);
}
figure.exad-ihe-figure.effect-phoebe:hover p a {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-apollo {
background: #3498db;
}
figure.exad-ihe-figure.effect-apollo img {
opacity: 0.95;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
figure.exad-ihe-figure.effect-apollo figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
content: '';
-webkit-transition: -webkit-transform 0.6s;
transition: transform 0.6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.exad-ihe-figure.effect-apollo p {
position: absolute;
right: 0;
bottom: 0;
margin: 3em;
padding: 0 1em;
max-width: 150px;
border-right: 4px solid #fff;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-apollo .exad-ihe-title {
text-align: left;
}
figure.exad-ihe-figure.effect-apollo:hover img {
opacity: 0.6;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-apollo:hover figcaption.exad-ihe-figcaption::before {
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.exad-ihe-figure.effect-apollo:hover p {
opacity: 1;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}   figure.exad-ihe-figure.effect-kira {
background: #fff;
text-align: left;
}
figure.exad-ihe-figure.effect-kira img {
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-kira figcaption.exad-ihe-figcaption {
z-index: 1;
}
figure.exad-ihe-figure.effect-kira p {
padding: 2.25em 0.5em;
font-weight: 600;	
font-size: 100%;
line-height: 1.5;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}
figure.exad-ihe-figure.effect-kira p a {
margin: 0 0.5em;
color: #101010;
}
figure.exad-ihe-figure.effect-kira p a:hover,
figure.exad-ihe-figure.effect-kira p a:focus {
opacity: 0.6;
}
figure.exad-ihe-figure.effect-kira figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 0;
right: 2em;
left: 2em;
z-index: -1;
height: 3.5em;
background: #fff;
content: '';
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
transform: translate3d(0,4em,0) scale3d(1,0.023,1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
figure.exad-ihe-figure.effect-kira:hover img {
opacity: 0.5;
}
figure.exad-ihe-figure.effect-kira:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-kira:hover figcaption.exad-ihe-figcaption::before {
opacity: 0.7;
-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
transform: translate3d(0,5em,0) scale3d(1,1,1);
}   figure.exad-ihe-figure.effect-steve {
z-index: auto;
overflow: visible;
background: #000;
}
figure.exad-ihe-figure.effect-steve:before,
figure.exad-ihe-figure.effect-steve .exad-ihe-title:before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: #000;
content: '';
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-steve:before {
box-shadow: 0 3px 30px rgba(0,0,0,0.8);
opacity: 0;
}
figure.exad-ihe-figure.effect-steve figcaption.exad-ihe-figcaption {
z-index: 1;
}
figure.exad-ihe-figure.effect-steve img {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: perspective(1000px) translate3d(0,0,0);
transform: perspective(1000px) translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-steve .exad-ihe-title,
figure.exad-ihe-figure.effect-steve p {
background: #fff;
color: #2d434e;
}
figure.exad-ihe-figure.effect-steve .exad-ihe-title {
position: relative;
margin-top: 2em;
padding: 0.25em;
}
figure.exad-ihe-figure.effect-steve .exad-ihe-title:before {
box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
figure.exad-ihe-figure.effect-steve p {
margin-top: 1em;
padding: 0.5em;
font-weight: 800;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(0.9,0.9,1);
transform: scale3d(0.9,0.9,1);
}
figure.exad-ihe-figure.effect-steve:hover:before {
opacity: 1;
}
figure.exad-ihe-figure.effect-steve:hover img {
-webkit-transform: perspective(1000px) translate3d(0,0,21px);
transform: perspective(1000px) translate3d(0,0,21px);
}
figure.exad-ihe-figure.effect-steve:hover .exad-ihe-title:before {
opacity: 0;
}
figure.exad-ihe-figure.effect-steve:hover p {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}   figure.exad-ihe-figure.effect-moses {
background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}
figure.exad-ihe-figure.effect-moses img {
opacity: 0.85;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-moses .exad-ihe-title,
figure.exad-ihe-figure.effect-moses p {
padding: 20px;
width: 50%;
height: 50%;
border: 2px solid #fff;
}
figure.exad-ihe-figure.effect-moses .exad-ihe-title {
padding: 20px;
width: 50%;
height: 50%;
text-align: left;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(10px,10px,0);
transform: translate3d(10px,10px,0);
}
figure.exad-ihe-figure.effect-moses p {
float: right;
padding: 20px;
text-align: right;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
figure.exad-ihe-figure.effect-moses:hover .exad-ihe-title {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-moses:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-moses:hover img {
opacity: 0.6;
}   figure.exad-ihe-figure.effect-jazz {
background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}
figure.exad-ihe-figure.effect-jazz img {
opacity: 0.9;
}
figure.exad-ihe-figure.effect-jazz figcaption.exad-ihe-figcaption::after,
figure.exad-ihe-figure.effect-jazz img,
figure.exad-ihe-figure.effect-jazz p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-jazz figcaption.exad-ihe-figcaption::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
content: '';
opacity: 0;
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.exad-ihe-figure.effect-jazz .exad-ihe-title,
figure.exad-ihe-figure.effect-jazz p {
opacity: 1;
-webkit-transform: scale3d(0.8,0.8,1);
transform: scale3d(0.8,0.8,1);
}
figure.exad-ihe-figure.effect-jazz .exad-ihe-title {
padding-top: 26%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-jazz p {
padding: 0.5em 2em;
text-transform: none;
font-size: 0.85em;
opacity: 0;
}
figure.exad-ihe-figure.effect-jazz:hover img {
opacity: 0.7;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
figure.exad-ihe-figure.effect-jazz:hover figcaption.exad-ihe-figcaption::after {
opacity: 1;
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-jazz:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-jazz:hover p {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}   figure.exad-ihe-figure.effect-ming {
background: #030c17;
}
figure.exad-ihe-figure.effect-ming img {
opacity: 0.9;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.exad-ihe-figure.effect-ming figcaption.exad-ihe-figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
border: 2px solid #fff;
box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.4,1.4,1);
transform: scale3d(1.4,1.4,1);
}
figure.exad-ihe-figure.effect-ming .exad-ihe-title {
margin: 20% 0 10px 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
figure.exad-ihe-figure.effect-ming p {
padding: 1em;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
figure.exad-ihe-figure.effect-ming:hover .exad-ihe-title {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
figure.exad-ihe-figure.effect-ming:hover figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-ming:hover p {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-ming:hover figcaption.exad-ihe-figcaption {
background-color: rgba(58,52,42,0);
}
figure.exad-ihe-figure.effect-ming:hover img {
opacity: 0.4;
}   figure.exad-ihe-figure.effect-lexi {
background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
background: linear-gradient(-45deg, #000 0%,#fff 100%);
}
figure.exad-ihe-figure.effect-lexi img {
margin: -10px 0 0 -10px;
max-width: none;
width: -webkit-calc(100% + 10px);
width: calc(100% + 10px);
opacity: 0.9;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(10px,10px,0);
transform: translate3d(10px,10px,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
figure.exad-ihe-figure.effect-lexi figcaption.exad-ihe-figcaption::before,
figure.exad-ihe-figure.effect-lexi p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-lexi figcaption.exad-ihe-figcaption::before {
position: absolute;
right: -100px;
bottom: -100px;
width: 300px;
height: 300px;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
content: '';
opacity: 0;
-webkit-transform: scale3d(0.5,0.5,1);
transform: scale3d(0.5,0.5,1);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
figure.exad-ihe-figure.effect-lexi:hover img {
opacity: 0.6;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.exad-ihe-figure.effect-lexi .exad-ihe-title {
text-align: left;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(5px,5px,0);
transform: translate3d(5px,5px,0);
}
figure.exad-ihe-figure.effect-lexi p {
position: absolute;
right: 0;
bottom: 0;
padding: 0 1.5em 1.5em 0;
width: 140px;
text-align: right;
opacity: 0;
-webkit-transform: translate3d(20px,20px,0);
transform: translate3d(20px,20px,0);
}
figure.exad-ihe-figure.effect-lexi:hover figcaption.exad-ihe-figcaption::before {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
figure.exad-ihe-figure.effect-lexi:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-lexi:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}   figure.exad-ihe-figure.effect-duke {
background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}
figure.exad-ihe-figure.effect-duke img,
figure.exad-ihe-figure.effect-duke p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.exad-ihe-figure.effect-duke:hover img {
opacity: 0.1;
-webkit-transform: scale3d(2,2,1);
transform: scale3d(2,2,1);
}
figure.exad-ihe-figure.effect-duke .exad-ihe-title {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: scale3d(0.8,0.8,1);
transform: scale3d(0.8,0.8,1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
figure.exad-ihe-figure.effect-duke p {
position: absolute;
bottom: 0;
left: 0;
margin: 20px;
padding: 30px;
border: 2px solid #fff;
text-transform: none;
font-size: 90%;
opacity: 0;
-webkit-transform: scale3d(0.8,0.8,1);
transform: scale3d(0.8,0.8,1);
-webkit-transform-origin: 50% -100%;
transform-origin: 50% -100%;
}
figure.exad-ihe-figure.effect-duke:hover .exad-ihe-title,
figure.exad-ihe-figure.effect-duke:hover p {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
} @media screen and (max-width: 50em) {
.exad-ihe-grid figure.exad-ihe-figure {
display: inline-block;
float: none;
margin: 10px auto;
width: 100%;
}
} .exad-ihe-wrapper [class^="imghvr-"],
.exad-ihe-wrapper [class*=" imghvr-"] {
position: relative;
display: inline-block;
margin: 0;
max-width: 100%;
background-color: #2266a5;
color: #fff;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.exad-ihe-wrapper [class^="imghvr-"] > img,
.exad-ihe-wrapper [class*=" imghvr-"] > img {
vertical-align: top;
max-width: 100%;
}
.exad-ihe-wrapper [class^="imghvr-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption {
background-color: #135796;
padding: 30px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
color: #ffffff;
}
.exad-ihe-wrapper [class^="imghvr-"] figcaption h1,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h2,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h3,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h4,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h5,
.exad-ihe-wrapper [class^="imghvr-"] figcaption h6,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h1,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h2,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h3,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h4,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h5,
.exad-ihe-wrapper [class*=" imghvr-"] figcaption h6 {
color: #ffffff;
}
.exad-ihe-wrapper [class^="imghvr-"] a,
.exad-ihe-wrapper [class*=" imghvr-"] a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.exad-ihe-wrapper [class^="imghvr-"],
.exad-ihe-wrapper [class*=" imghvr-"],
.exad-ihe-wrapper [class^="imghvr-"]:before,
.exad-ihe-wrapper [class^="imghvr-"]:after,
.exad-ihe-wrapper [class*=" imghvr-"]:before,
.exad-ihe-wrapper [class*=" imghvr-"]:after,
.exad-ihe-wrapper [class^="imghvr-"] *,
.exad-ihe-wrapper [class*=" imghvr-"] *,
.exad-ihe-wrapper [class^="imghvr-"] *:before,
.exad-ihe-wrapper [class^="imghvr-"] *:after,
.exad-ihe-wrapper [class*=" imghvr-"] *:before,
.exad-ihe-wrapper [class*=" imghvr-"] *:after {
box-sizing: border-box;
transition: all 0.35s ease;
} .exad-ihe-wrapper [class^="imghvr-fade"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-fade"] figcaption {
opacity: 0;
}
.exad-ihe-wrapper [class^="imghvr-fade"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-fade"]:hover figcaption {
opacity: 1;
}
.exad-ihe-wrapper [class^="imghvr-fade"]:hover > img,
.exad-ihe-wrapper [class^="imghvr-fade"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-fade"]:hover > img,
.exad-ihe-wrapper [class*=" imghvr-fade"]:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}  .exad-ihe-wrapper .imghvr-fade-in-up figcaption {
-webkit-transform: translate(0, 15%);
transform: translate(0, 15%);
} .exad-ihe-wrapper .imghvr-fade-in-down figcaption {
-webkit-transform: translate(0, -15%);
transform: translate(0, -15%);
} .exad-ihe-wrapper .imghvr-fade-in-left figcaption {
-webkit-transform: translate(-15%, 0);
transform: translate(-15%, 0);
} .exad-ihe-wrapper .imghvr-fade-in-right figcaption {
-webkit-transform: translate(15%, 0);
transform: translate(15%, 0);
} .exad-ihe-wrapper [class^="imghvr-push-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-push-"]:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .exad-ihe-wrapper .imghvr-push-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.exad-ihe-wrapper .imghvr-push-up:hover > img {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .exad-ihe-wrapper .imghvr-push-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.exad-ihe-wrapper .imghvr-push-down:hover > img {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .exad-ihe-wrapper .imghvr-push-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.exad-ihe-wrapper .imghvr-push-left:hover > img {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .exad-ihe-wrapper .imghvr-push-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.exad-ihe-wrapper .imghvr-push-right:hover > img {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .exad-ihe-wrapper [class^="imghvr-slide-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-slide-"]:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .exad-ihe-wrapper .imghvr-slide-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .exad-ihe-wrapper .imghvr-slide-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .exad-ihe-wrapper .imghvr-slide-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .exad-ihe-wrapper .imghvr-slide-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .exad-ihe-wrapper .imghvr-slide-top-left figcaption {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .exad-ihe-wrapper .imghvr-slide-top-right figcaption {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .exad-ihe-wrapper .imghvr-slide-bottom-left figcaption {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .exad-ihe-wrapper .imghvr-slide-bottom-right figcaption {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} .exad-ihe-wrapper [class^="imghvr-reveal-"]:before,
.exad-ihe-wrapper [class*=" imghvr-reveal-"]:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: #135796;
}
.exad-ihe-wrapper [class^="imghvr-reveal-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-reveal-"] figcaption {
opacity: 0;
}
.exad-ihe-wrapper [class^="imghvr-reveal-"]:hover:before,
.exad-ihe-wrapper [class*=" imghvr-reveal-"]:hover:before {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.exad-ihe-wrapper [class^="imghvr-reveal-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-reveal-"]:hover figcaption {
opacity: 1;
transition-delay: 0.21s;
} .exad-ihe-wrapper .imghvr-reveal-up:before {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .exad-ihe-wrapper .imghvr-reveal-down:before {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .exad-ihe-wrapper .imghvr-reveal-left:before {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .exad-ihe-wrapper .imghvr-reveal-right:before {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} .exad-ihe-wrapper .imghvr-reveal-top-left:before {
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
} .exad-ihe-wrapper .imghvr-reveal-top-right:before {
-webkit-transform: translate(100%, -100%);
transform: translate(100%, -100%);
} .exad-ihe-wrapper .imghvr-reveal-bottom-left:before {
-webkit-transform: translate(-100%, 100%);
transform: translate(-100%, 100%);
} .exad-ihe-wrapper .imghvr-reveal-bottom-right:before {
-webkit-transform: translate(100%, 100%);
transform: translate(100%, 100%);
} .exad-ihe-wrapper [class^="imghvr-hinge-"],
.exad-ihe-wrapper [class*=" imghvr-hinge-"] {
-webkit-perspective: 50em;
perspective: 50em;
}
.exad-ihe-wrapper [class^="imghvr-hinge-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-hinge-"] figcaption {
opacity: 0;
z-index: 1;
}
.exad-ihe-wrapper [class^="imghvr-hinge-"]:hover img,
.exad-ihe-wrapper [class*=" imghvr-hinge-"]:hover img {
opacity: 0;
}
.exad-ihe-wrapper [class^="imghvr-hinge-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-hinge-"]:hover figcaption {
opacity: 1;
transition-delay: 0.21s;
} .exad-ihe-wrapper .imghvr-hinge-up img {
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.exad-ihe-wrapper .imghvr-hinge-up figcaption {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.exad-ihe-wrapper .imghvr-hinge-up:hover > img {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.exad-ihe-wrapper .imghvr-hinge-up:hover figcaption {
-webkit-transform: rotateX(0);
transform: rotateX(0);
} .exad-ihe-wrapper .imghvr-hinge-down img {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.exad-ihe-wrapper .imghvr-hinge-down figcaption {
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% -50%;
transform-origin: 50% -50%;
}
.exad-ihe-wrapper .imghvr-hinge-down:hover > img {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
opacity: 0;
}
.exad-ihe-wrapper .imghvr-hinge-down:hover figcaption {
-webkit-transform: rotateX(0);
transform: rotateX(0);
} .exad-ihe-wrapper .imghvr-hinge-left img {
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.exad-ihe-wrapper .imghvr-hinge-left figcaption {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.exad-ihe-wrapper .imghvr-hinge-left:hover > img {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
}
.exad-ihe-wrapper .imghvr-hinge-left:hover figcaption {
-webkit-transform: rotateY(0);
transform: rotateY(0);
} .exad-ihe-wrapper .imghvr-hinge-right img {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.exad-ihe-wrapper .imghvr-hinge-right figcaption {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.exad-ihe-wrapper .imghvr-hinge-right:hover > img {
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.exad-ihe-wrapper .imghvr-hinge-right:hover figcaption {
-webkit-transform: rotateY(0);
transform: rotateY(0);
} .exad-ihe-wrapper [class^="imghvr-flip-"],
.exad-ihe-wrapper [class*=" imghvr-flip-"] {
-webkit-perspective: 50em;
perspective: 50em;
}
.exad-ihe-wrapper [class^="imghvr-flip-"] img,
.exad-ihe-wrapper [class*=" imghvr-flip-"] img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.exad-ihe-wrapper [class^="imghvr-flip-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-flip-"] figcaption {
opacity: 0;
}
.exad-ihe-wrapper [class^="imghvr-flip-"]:hover > img,
.exad-ihe-wrapper [class*=" imghvr-flip-"]:hover > img {
opacity: 0;
}
.exad-ihe-wrapper [class^="imghvr-flip-"]:hover figcaption,
.exad-ihe-wrapper [class*=" imghvr-flip-"]:hover figcaption {
opacity: 1;
transition-delay: 0.14s;
} .exad-ihe-wrapper .imghvr-flip-horiz figcaption {
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.exad-ihe-wrapper .imghvr-flip-horiz:hover img {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.exad-ihe-wrapper .imghvr-flip-horiz:hover figcaption {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
} .exad-ihe-wrapper .imghvr-flip-vert figcaption {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.exad-ihe-wrapper .imghvr-flip-vert:hover > img {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.exad-ihe-wrapper .imghvr-flip-vert:hover figcaption {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
} .exad-ihe-wrapper .imghvr-flip-diag-1 figcaption {
-webkit-transform: rotate3d(1, -1, 0, 100deg);
transform: rotate3d(1, -1, 0, 100deg);
}
.exad-ihe-wrapper .imghvr-flip-diag-1:hover > img {
-webkit-transform: rotate3d(-1, 1, 0, 100deg);
transform: rotate3d(-1, 1, 0, 100deg);
}
.exad-ihe-wrapper .imghvr-flip-diag-1:hover figcaption {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
} .exad-ihe-wrapper .imghvr-flip-diag-2 figcaption {
-webkit-transform: rotate3d(1, 1, 0, 100deg);
transform: rotate3d(1, 1, 0, 100deg);
}
.exad-ihe-wrapper .imghvr-flip-diag-2:hover > img {
-webkit-transform: rotate3d(-1, -1, 0, 100deg);
transform: rotate3d(-1, -1, 0, 100deg);
}
.exad-ihe-wrapper .imghvr-flip-diag-2:hover figcaption {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
} .exad-ihe-wrapper [class^="imghvr-shutter-out-"]:before,
.exad-ihe-wrapper [class*=" imghvr-shutter-out-"]:before {
background: #135796;
position: absolute;
content: "";
transition-delay: 0.105s;
}
.exad-ihe-wrapper [class^="imghvr-shutter-out-"] figcaption,
.exad-ihe-wrapper [class*=" imghvr-shutter-out-"] figcaption {
opacity: 0;
transition-delay: 0s;
}
[class^="imghvr-shutter-out-"]:hover:before,
[class*=" imghvr-shutter-out-"]:hover:before {
transition-delay: 0s;
}
[class^="imghvr-shutter-out-"]:hover figcaption,
[class*=" imghvr-shutter-out-"]:hover figcaption {
opacity: 1;
transition-delay: 0.105s;
} .imghvr-shutter-out-horiz:before {
left: 50%;
right: 50%;
top: 0;
bottom: 0;
}
.imghvr-shutter-out-horiz:hover:before {
left: 0;
right: 0;
} .imghvr-shutter-out-vert:before {
top: 50%;
bottom: 50%;
left: 0;
right: 0;
}
.imghvr-shutter-out-vert:hover:before {
top: 0;
bottom: 0;
} .imghvr-shutter-out-diag-1:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
top: -35%;
bottom: -35%;
} .imghvr-shutter-out-diag-2:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.imghvr-shutter-out-diag-2:hover:before {
top: -35%;
bottom: -35%;
} [class^="imghvr-shutter-in-"]:after, [class^="imghvr-shutter-in-"]:before,
[class*=" imghvr-shutter-in-"]:after,
[class*=" imghvr-shutter-in-"]:before {
background: #135796;
position: absolute;
content: "";
}
[class^="imghvr-shutter-in-"]:after,
[class*=" imghvr-shutter-in-"]:after {
top: 0;
left: 0;
}
[class^="imghvr-shutter-in-"]:before,
[class*=" imghvr-shutter-in-"]:before {
right: 0;
bottom: 0;
}
[class^="imghvr-shutter-in-"] figcaption,
[class*=" imghvr-shutter-in-"] figcaption {
opacity: 0;
z-index: 1;
}
[class^="imghvr-shutter-in-"]:hover figcaption,
[class*=" imghvr-shutter-in-"]:hover figcaption {
opacity: 1;
transition-delay: 0.21s;
} .imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
width: 0;
height: 100%;
}
.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
width: 50%;
} .imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
height: 0;
width: 100%;
}
.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
height: 50%;
} .imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
width: 0;
height: 100%;
opacity: 0.75;
}
.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
width: 100%;
} .imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
height: 0;
width: 100%;
opacity: 0.75;
}
.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
height: 100%;
} .imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
width: 200%;
height: 200%;
transition: all 0.6s ease;
opacity: 0.75;
}
.imghvr-shutter-in-out-diag-1:after {
-webkit-transform: skew(-45deg) translateX(-150%);
transform: skew(-45deg) translateX(-150%);
}
.imghvr-shutter-in-out-diag-1:before {
-webkit-transform: skew(-45deg) translateX(150%);
transform: skew(-45deg) translateX(150%);
}
.imghvr-shutter-in-out-diag-1:hover:after {
-webkit-transform: skew(-45deg) translateX(-50%);
transform: skew(-45deg) translateX(-50%);
}
.imghvr-shutter-in-out-diag-1:hover:before {
-webkit-transform: skew(-45deg) translateX(50%);
transform: skew(-45deg) translateX(50%);
} .imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
width: 200%;
height: 200%;
transition: all 0.6s ease;
opacity: 0.75;
}
.imghvr-shutter-in-out-diag-2:after {
-webkit-transform: skew(45deg) translateX(-100%);
transform: skew(45deg) translateX(-100%);
}
.imghvr-shutter-in-out-diag-2:before {
-webkit-transform: skew(45deg) translateX(100%);
transform: skew(45deg) translateX(100%);
}
.imghvr-shutter-in-out-diag-2:hover:after {
-webkit-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
}
.imghvr-shutter-in-out-diag-2:hover:before {
-webkit-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
} [class^='imghvr-switch-'] > img,
[class^='imghvr-switch-'] figcaption,
[class*=' imghvr-switch-'] > img,
[class*=' imghvr-switch-'] figcaption {
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
[class^='imghvr-switch-']:hover figcaption,
[class*=' imghvr-switch-']:hover figcaption {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .imghvr-switch-up figcaption {
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.imghvr-switch-up:hover > img {
-webkit-transform: translateY(100%);
transform: translateY(100%);
} .imghvr-switch-down figcaption {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.imghvr-switch-down:hover > img {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
} .imghvr-switch-left figcaption {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.imghvr-switch-left:hover > img {
-webkit-transform: translateX(100%);
transform: translateX(100%);
} .imghvr-switch-right figcaption {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.imghvr-switch-right:hover > img {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
} [class^='imghvr-pivot-in'] figcaption,
[class*=' imghvr-pivot-in'] figcaption {
background-color: #135796;
}
[class^='imghvr-pivot-in']:hover figcaption,
[class*=' imghvr-pivot-in']:hover figcaption {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
} .imghvr-pivot-in-top-left figcaption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
} .imghvr-pivot-in-top-right figcaption {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
} .imghvr-pivot-in-bottom-left figcaption {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
} .imghvr-pivot-in-bottom-right figcaption {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
} [class^='imghvr-pivot-out'] > img,
[class*=' imghvr-pivot-out'] > img {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
[class^='imghvr-pivot-out'] figcaption,
[class*=' imghvr-pivot-out'] figcaption {
background-color: #135796;
z-index: -1;
} .imghvr-pivot-out-top-left > img {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.imghvr-pivot-out-top-left:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
} .imghvr-pivot-out-top-right > img {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.imghvr-pivot-out-top-right:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .imghvr-pivot-out-bottom-left > img {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.imghvr-pivot-out-bottom-left:hover > img {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
} .imghvr-pivot-out-bottom-right > img {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.imghvr-pivot-out-bottom-right:hover > img {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
} [class^="imghvr-fold"],
[class*=" imghvr-fold"] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^="imghvr-fold"] img,
[class*=" imghvr-fold"] img {
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
[class^="imghvr-fold"] figcaption,
[class*=" imghvr-fold"] figcaption {
z-index: 1;
opacity: 0;
}
[class^="imghvr-fold"]:hover > img,
[class*=" imghvr-fold"]:hover > img {
opacity: 0;
transition-delay: 0;
}
[class^="imghvr-fold"]:hover figcaption,
[class*=" imghvr-fold"]:hover figcaption {
-webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
opacity: 1;
transition-delay: 0.21s;
} .imghvr-fold-up > img {
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-fold-up figcaption {
-webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-fold-up:hover > img {
-webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
transform: rotateX(90deg) scale(0.6) translateY(50%);
} .imghvr-fold-down > img {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.imghvr-fold-down figcaption {
-webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.imghvr-fold-down:hover > img {
-webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
transform: rotateX(-90deg) scale(0.6) translateY(-50%);
} .imghvr-fold-left > img {
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.imghvr-fold-left figcaption {
-webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-fold-left:hover > img {
-webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
transform: rotateY(-90deg) scale(0.6) translateX(50%);
} .imghvr-fold-right > img {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.imghvr-fold-right figcaption {
-webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.imghvr-fold-right:hover > img {
-webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
transform: rotateY(90deg) scale(0.6) translateX(-50%);
} .imghvr-zoom-in figcaption {
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.imghvr-zoom-in:hover figcaption {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
} [class^="imghvr-zoom-out"] figcaption,
[class*=" imghvr-zoom-out"] figcaption {
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
[class^="imghvr-zoom-out"]:hover figcaption, [class^="imghvr-zoom-out"].hover figcaption,
[class*=" imghvr-zoom-out"]:hover figcaption,
[class*=" imghvr-zoom-out"].hover figcaption {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
transition-delay: 0.35s;
} .imghvr-zoom-out:hover > img {
-webkit-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
} .imghvr-zoom-out-up:hover > img, .imghvr-zoom-out-up.hover > img {
-webkit-animation: imghvr-zoom-out-up 0.4025s linear;
animation: imghvr-zoom-out-up 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
} .imghvr-zoom-out-down:hover > img, .imghvr-zoom-out-down.hover > img {
-webkit-animation: imghvr-zoom-out-down 0.4025s linear;
animation: imghvr-zoom-out-down 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-down {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-down {
50% {
-webkit-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
} .imghvr-zoom-out-left:hover > img, .imghvr-zoom-out-left.hover > img {
-webkit-animation: imghvr-zoom-out-left 0.4025s linear;
animation: imghvr-zoom-out-left 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-left {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-left {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
} .imghvr-zoom-out-right:hover > img, .imghvr-zoom-out-right.hover > img {
-webkit-animation: imghvr-zoom-out-right 0.4025s linear;
animation: imghvr-zoom-out-right 0.4025s linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes imghvr-zoom-out-right {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
}
@keyframes imghvr-zoom-out-right {
50% {
-webkit-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
} .imghvr-zoom-out-flip-horiz {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-zoom-out-flip-horiz figcaption {
opacity: 0;
-webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.imghvr-zoom-out-flip-horiz:hover > img, .imghvr-zoom-out-flip-horiz.hover > img {
-webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
transform: rotateX(-100deg) translateY(50%) scale(0.5);
opacity: 0;
transition-delay: 0;
}
.imghvr-zoom-out-flip-horiz:hover figcaption, .imghvr-zoom-out-flip-horiz.hover figcaption {
-webkit-transform: rotateX(0) translateY(0%) scale(1);
transform: rotateX(0) translateY(0%) scale(1);
opacity: 1;
transition-delay: 0.35s;
} .imghvr-zoom-out-flip-vert {
-webkit-perspective: 50em;
perspective: 50em;
}
.imghvr-zoom-out-flip-vert figcaption {
opacity: 0;
-webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.imghvr-zoom-out-flip-vert:hover > img, .imghvr-zoom-out-flip-vert.hover > img {
-webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
transform: rotateY(-100deg) translateX(50%) scale(0.5);
opacity: 0;
transition-delay: 0;
}
.imghvr-zoom-out-flip-vert:hover figcaption, .imghvr-zoom-out-flip-vert.hover figcaption {
-webkit-transform: rotateY(0) translate(0, 0) scale(1);
transform: rotateY(0) translate(0, 0) scale(1);
opacity: 1;
transition-delay: 0.35s;
} .imghvr-blur figcaption {
opacity: 0;
}
.imghvr-blur:hover > img {
-webkit-filter: blur(30px);
filter: blur(30px);
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
.imghvr-blur:hover figcaption {
opacity: 1;
transition-delay: 0.21s;
} [class^='imghvr-fall-away-'],
[class*=' imghvr-fall-away-'] {
-webkit-perspective: 50em;
perspective: 50em;
}
[class^='imghvr-fall-away-'] img,
[class*=' imghvr-fall-away-'] img {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
transition: all 0.455s ease-in;
}
[class^='imghvr-fall-away-'] figcaption,
[class*=' imghvr-fall-away-'] figcaption {
opacity: 0;
background-color: #135796;
}
[class^='imghvr-fall-away-']:hover img,
[class*=' imghvr-fall-away-']:hover img {
opacity: 0;
}
[class^='imghvr-fall-away-']:hover figcaption,
[class*=' imghvr-fall-away-']:hover figcaption {
opacity: 1;
transition-delay: 0.455s;
} .imghvr-fall-away-horiz:hover img {
-webkit-transform: rotateX(-360deg) scale(0.2);
transform: rotateX(-360deg) scale(0.2);
} .imghvr-fall-away-vert:hover img {
-webkit-transform: rotateY(-360deg) scale(0.2);
transform: rotateY(-360deg) scale(0.2);
} .imghvr-fall-away-cc:hover img {
-webkit-transform: rotate(360deg) scale(0.2);
transform: rotate(360deg) scale(0.2);
} .imghvr-fall-away-ccc:hover img {
-webkit-transform: rotate(-360deg) scale(0.2);
transform: rotate(-360deg) scale(0.2);
}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;transform:translateY(-50%)}.elementor-swiper-button svg{fill:hsla(0,0%,93.3%,.9);height:1em;width:1em}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-container-cube .elementor-swiper-button{transform:translate3d(0,-50%,1px)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.exclusive-addons-elementor{-webkit-font-smoothing: antialiased}.exclusive-addons-elementor h1:not(.site-title):before, .exclusive-addons-elementor h2:before{content: none;background: none;height: auto;margin: 0}.elementor-widget-exad-image-hover-effect .elementor-widget-container{min-height: 1px}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title{position: relative;display: flex;overflow: hidden}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-accordion-heading{width: 100%;font-size: 15px}.exad-accordion-single-item .exad-accordion-heading{font-weight: 600}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title:hover{cursor: pointer}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-inactive-icon{position: relative;margin-left: 15px}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title span.exad-tab-title-icon{position: relative}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-icon svg,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-inactive-icon svg,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title span.exad-tab-title-icon svg,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-icon i,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-inactive-icon i,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title span.exad-tab-title-icon i{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 20px}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title.active .exad-inactive-icon,.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-icon{display: none}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title.active .exad-active-icon{display: block}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content{display: none}.exad-accordion-items .exad-accordion-single-item .exad-accordion-title .exad-active-inactive-icon{width: 70px;margin-left: auto}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper{display: flex}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-text{width: 60%}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-image{width: 40%}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes.image-position-left .exad-accordion-text{order: 2}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes.image-position-left .exad-accordion-image{order: 1}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper .exad-accordion-button a{display: inline-block}@media only screen and (max-width: 767px){.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper{flex-direction: column}.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-text,.exad-accordion-items .exad-accordion-single-item .exad-accordion-content .exad-accordion-content-wrapper.has-image-yes .exad-accordion-image{width: 100%}}.exad-alert .exad-alert-element{display: flex;align-items: center;text-align: center;border-radius: 40px;position: relative}.exad-alert .exad-alert-element:not(:last-child){margin-bottom: 20px}.exad-alert .exad-alert-element .exad-alert-element-icon{width: 50px;text-align: left}.exad-alert .exad-alert-element .exad-alert-element-icon span{font-size: 24px}.exad-alert .exad-alert-element .exad-alert-element-content{width: calc( 100% - 50px );text-align: left}.exad-alert .exad-alert-element .exad-alert-element-content h5{margin: 0 0 10px 0;font-size: 20px}.exad-alert .exad-alert-element .exad-alert-element-content p{margin: 0;font-size: 16px}.exad-alert .exad-alert-element .exad-alert-element-dismiss-icon{position: absolute;top: 50%;transform: translateY(-50%);line-height: 0}.exad-alert .exad-alert-element .exad-alert-element-dismiss-icon svg{width: 16px;height: 16px;cursor: pointer}.exad-alert .exad-alert-element .exad-alert-element-dismiss-icon svg path{fill: #A1A5B5}.exad-alert-element-dismiss-button{display: inline-block}.exad-alert-element-dismiss-button .exad-alert-element-dismiss-done,.exad-alert-element-dismiss-button .exad-alert-element-dismiss-cancel{text-decoration: none;display: inline-block;transition: all .3s ease;border-radius: 5px;margin-right: 10px;font-size: 15px}.exad-alert-element-dismiss-button button{border: none}@media only screen and (max-width: 767px){.exad-alert .exad-alert-element{flex-direction: column}body .exad-alert .exad-alert-element .exad-alert-element-icon,body .exad-alert .exad-alert-element .exad-alert-element-content{width: 100% !important}}.morphext > .animated{display: inline-block}.exad-animated-text-align-left{text-align: left}.exad-animated-text-align-center{text-align: center}.exad-animated-text-align-right{text-align: right}.exad-typed-strings{margin: 0}.exad-animated-text-pre-heading,.exad-animated-text-animated-heading,.exad-animated-text-post-heading{font-size: 30px;font-weight: 600}.exad-button-wrapper .exad-button-action{text-align: center;display: inline-block;text-decoration: none;position: relative;z-index: 1;overflow: hidden}.exad-button-wrapper{margin: 0 auto;display: flex}.exad-button-wrapper.exad-button-fixed-height-yes .exad-button-action{position: relative}.exad-button-wrapper.exad-button-fixed-height-yes .exad-button-action span{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1}.exad-button-wrapper .exad-button-action svg{height:20px;width:20px}.exad-button-icon-wrapper{display: inline-block;vertical-align:middle}.exad-button-icon-wrapper i{display: block}.exad-button-wrapper.exad-button-incon-before-text .exad-button-action .exad-button-icon-wrapper{margin-right: 10px}.exad-button-wrapper.exad-button-incon-after-text .exad-button-action .exad-button-icon-wrapper{margin-left: 10px}.exad-button-wrapper.effect-1 .exad-button-action::before{position: absolute;content: '';height: 100%;width: 0;background: #fff;top: 0;left: 0;z-index: -1;transition: all .3s ease}.exad-button-wrapper.effect-1 .exad-button-action:hover::before{width: 100%}.exad-button-wrapper.effect-2 .exad-button-action:before, .exad-button-wrapper.effect-2 .exad-button-action:after{content: '';height: 50%;width: 0;position: absolute;transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index: -1}.exad-button-wrapper.effect-2 .exad-button-action:before{top: 0;left: 0;right: auto}.exad-button-wrapper.effect-2 .exad-button-action:after{bottom: 0;right: 0;left: auto}.exad-button-wrapper.effect-2 .exad-button-action:hover{color: #fff;-webkit-box-shadow: none;box-shadow: none}.exad-button-wrapper.effect-2 .exad-button-action:hover:before, .exad-button-wrapper.effect-2 .exad-button-action:hover:after{width: 100%}.exad-button-wrapper.effect-3 .exad-button-action::before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;z-index: -1;-webkit-transform: scale(0);transform: scale(0);opacity: 0;transition: all .3s ease;-webkit-transform-origin: center center;transform-origin: center center}.exad-button-wrapper.effect-3 .exad-button-action:hover{color: #000000}.exad-button-wrapper.effect-3 .exad-button-action:hover::before{-webkit-transform: scale(1);transform: scale(1);opacity: 1}.exad-button-wrapper.effect-4 .exad-button-action{transition: all .5s ease}.exad-button-wrapper.effect-4 .exad-button-action::before, .exad-button-wrapper.effect-4 .exad-button-action::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;transition: all .3s;-webkit-transform: translate(0, -100%);transform: translate(0, -100%);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)}.exad-button-wrapper.effect-4 .exad-button-action::before{background: #c4c4c4}.exad-button-wrapper.effect-4 .exad-button-action::after{transition-delay: 0.2s}.exad-button-wrapper.effect-4 .exad-button-action:hover{letter-spacing: 3px}.exad-button-wrapper.effect-4 .exad-button-action:hover::before{-webkit-transform: translate(0, 0);transform: translate(0, 0)}.exad-button-wrapper.effect-4 .exad-button-action:hover::after{-webkit-transform: translate(0, 0);transform: translate(0, 0)}.exad-button-wrapper.effect-5 .exad-button-action::before{position: absolute;content: '';top: 50%;bottom: 50%;left: 0;right: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-button-wrapper.effect-5 .exad-button-action:hover{color: #000000}.exad-button-wrapper.effect-5 .exad-button-action:hover::before{top: 0;bottom: 0;opacity: 1}.exad-button-wrapper.effect-6 .exad-button-action{display: inline-block;text-decoration: none;position: relative;z-index: 1;border: 1px solid #8868fe}.exad-button-wrapper.effect-6 .exad-button-action:hover{-webkit-animation: pulse 0.5s cubic-bezier(0.66, 0, 0, 1);animation: pulse 0.5s cubic-bezier(0.66, 0, 0, 1)}@keyframes pulse{0%{box-shadow: 0 0 0 0px #A9FBD7}50%{box-shadow: 0 0 0 20px #A9FBD7}100%{box-shadow: 0 0 0 0px #A9FBD7}}.exad-button-wrapper.effect-7 .exad-button-action::before{position: absolute;content: '';top: 0;left: 0;-webkit-transform: translateY(100%);transform: translateY(100%);transition: all 0.3s ease;height: 100%;width: 100%;z-index: -1}.exad-button-wrapper.effect-7 .exad-button-action:hover{color: #fff}.exad-button-wrapper.effect-7 .exad-button-action:hover::before{-webkit-transform: translateY(0);transform: translateY(0)}.exad-button-wrapper.effect-7 .exad-button-action:hover span i{-webkit-transform: translate(0, 0);transform: translate(0, 0)}.exad-button-wrapper.effect-8 .exad-button-action span.effect-8-position{position: absolute;content: '';display: block;border-radius: 50%;height: 0;width: 0;transition: width 0.3s ease-in-out,height 0.3s ease-in-out;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: -1}.exad-button-wrapper.effect-8 .exad-button-action:hover{color: #fff}.exad-button-wrapper.effect-8 .exad-button-action:hover span.effect-8-position{height: 350%;width: 350%}.exad-button-wrapper.effect-9 .exad-button-action{transition: all .3s ease;border: 1px solid #8868fe}.exad-button-wrapper.effect-9 .exad-button-action:hover{letter-spacing: 5px}.exad-button-wrapper.effect-10 .exad-button-action{transition: all .3s ease}.exad-button-wrapper.effect-10 .exad-button-action::before{position: absolute;content: '';left: 50%;right: 50%;top: 0;bottom: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-button-wrapper.effect-10 .exad-button-action:hover{color: #fff}.exad-button-wrapper.effect-10 .exad-button-action:hover::before{left: 0;right: 0;opacity: 1}.exad-button-wrapper.effect-11 .exad-button-action{padding: 20px 0;display: inline-block;color: #fff;text-transform: uppercase;text-decoration: none;position: relative;transition: all .3s ease}.exad-button-wrapper.effect-11 .exad-button-action:hover{-webkit-animation: anim 0.3s forwards;animation: anim 0.3s forwards}@keyframes anim{60%{-webkit-transform: scale3d(0.8, 0.8, 1);transform: scale3d(0.8, 0.8, 1)}85%{-webkit-transform: scale3d(1.1, 1.1, 1);transform: scale3d(1.1, 1.1, 1)}100%{-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1)}}.exad-button-wrapper.effect-12 .exad-button-action{padding: 20px 0;display: inline-block;text-transform: uppercase;text-decoration: none;position: relative;transition: all .3s ease;border-radius: 0}.exad-button-wrapper.effect-12 .exad-button-action::before, .exad-button-wrapper.effect-12 .exad-button-action::after{position: absolute;content: '';height: 2px;width: 0;transition: all .4s ease}.exad-button-wrapper.effect-12 .exad-button-action::before{top: 0;left: 0}.exad-button-wrapper.effect-12 .exad-button-action::after{bottom: 0;right: 0;top: inherit;left: inherit}.exad-button-wrapper.effect-12 .exad-button-action:hover{background: #fff}.exad-button-wrapper.effect-12 .exad-button-action:hover::before, .exad-button-wrapper.effect-12 .exad-button-action:hover::after{width: 100%;transition: all .7s ease}h1.exad-call-to-action-title{font-weight: 600;margin-bottom: 20px;font-size: 40px}ul.exad-call-to-action-buttons{margin: 0;padding: 0;list-style: none}.exad-call-to-action-buttons li,.exad-call-to-action-buttons li a{display: inline-block}.exad-call-to-action.skin-vertical p.exad-call-to-action-subtitle{margin-bottom: 50px;font-size: 16px}.exad-call-to-action.skin-horizontal .exad-call-to-action-content{display: -webkit-box;display: flex;-webkit-box-align: center;align-items: center}.exad-call-to-action.skin-horizontal .exad-call-to-action-content .exad-call-to-action-header{width: 70%}.exad-call-to-action.skin-horizontal .exad-call-to-action-content .exad-call-to-action-footer{-webkit-box-flex: 1;flex: 1;text-align: right}.exad-call-to-action-icon i{font-size: 40px;display: inline-block}@media only screen and (max-width: 493px){.exad-call-to-action-buttons li{display: flex}a.exad-call-to-action-secondary-btn{margin-top: 20px}}@media only screen and (max-width: 767px){.exad-call-to-action.skin-horizontal .exad-call-to-action-content{flex-direction: column;align-items: flex-start}.exad-call-to-action.skin-horizontal .exad-call-to-action-content .exad-call-to-action-header{width: 100%}}.exad-call-to-action-primary-btn, .exad-call-to-action-secondary-btn{position: relative;overflow: hidden;z-index: 1}.exad-call-to-action-primary-btn span, .exad-call-to-action-secondary-btn span{display: block}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-primary-btn::before{position: absolute;content: '';height: 100%;width: 0;top: 0;left: 0;z-index: -1;transition: all .3s ease}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-primary-btn:hover::before{width: 100%}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:before, .exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:after{content: '';height: 50%;width: 0;position: absolute;transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index: -1}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:before{top: 0;left: 0;right: auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:after{bottom: 0;right: 0;left: auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:hover:before, .exad-call-to-action-buttons.effect-2 .exad-call-to-action-primary-btn:hover:after{width: 100%}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-primary-btn::before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;z-index: -1;-webkit-transform: scale(0);transform: scale(0);opacity: 0;transition: all .3s ease;-webkit-transform-origin: center center;transform-origin: center center}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-primary-btn:hover::before{-webkit-transform: scale(1);transform: scale(1);opacity: 1}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-primary-btn::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0;z-index: -1;transition: all .3s}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-primary-btn:hover::before{height: 100%}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-primary-btn::before{position: absolute;content: '';top: 50%;bottom: 50%;left: 0;right: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-primary-btn:hover::before{top: 0;bottom: 0;opacity: 1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-primary-btn::before{position: absolute;content: '';top: 0;left: 0;transition: all 0.3s ease;height: 0;width: 100%;z-index: -1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-primary-btn:hover::before{height: 100%}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-primary-btn{transition: all .3s ease}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-primary-btn:hover{letter-spacing: 5px}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-primary-btn{transition: all .3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-primary-btn::before{position: absolute;content: '';left: 50%;right: 50%;top: 0;bottom: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-primary-btn:hover::before{left: 0;right: 0;opacity: 1}.exad-call-to-action-buttons.effect-9 .exad-call-to-action-primary-btn:hover{-webkit-animation: anim 0.3s forwards;animation: anim 0.3s forwards}@keyframes anim{60%{-webkit-transform: scale3d(0.8, 0.8, 1);transform: scale3d(0.8, 0.8, 1)}85%{-webkit-transform: scale3d(1.1, 1.1, 1);transform: scale3d(1.1, 1.1, 1)}100%{-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1)}}.exad-call-to-action-buttons.effect-10 .exad-call-to-action-primary-btn{transition: all .3s ease}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-secondary-btn::before{position: absolute;content: '';height: 100%;width: 0;top: 0;left: 0;z-index: -1;transition: all .3s ease}.exad-call-to-action-buttons.effect-1 .exad-call-to-action-secondary-btn:hover::before{width: 100%}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:before, .exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:after{content: '';height: 50%;width: 0;position: absolute;transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);z-index: -1}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:before{top: 0;left: 0;right: auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:after{bottom: 0;right: 0;left: auto}.exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:hover:before, .exad-call-to-action-buttons.effect-2 .exad-call-to-action-secondary-btn:hover:after{width: 100%}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-secondary-btn::before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;z-index: -1;-webkit-transform: scale(0);transform: scale(0);opacity: 0;transition: all .3s ease;-webkit-transform-origin: center center;transform-origin: center center}.exad-call-to-action-buttons.effect-3 .exad-call-to-action-secondary-btn:hover::before{-webkit-transform: scale(1);transform: scale(1);opacity: 1}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-secondary-btn::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0;z-index: -1;transition: all .3s}.exad-call-to-action-buttons.effect-4 .exad-call-to-action-secondary-btn:hover::before{height: 100%}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-secondary-btn::before{position: absolute;content: '';top: 50%;bottom: 50%;left: 0;right: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-call-to-action-buttons.effect-5 .exad-call-to-action-secondary-btn:hover::before{top: 0;bottom: 0;opacity: 1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-secondary-btn::before{position: absolute;content: '';top: 0;left: 0;transition: all 0.3s ease;height: 0;width: 100%;z-index: -1}.exad-call-to-action-buttons.effect-6 .exad-call-to-action-secondary-btn:hover::before{height: 100%}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-secondary-btn{transition: all .3s ease}.exad-call-to-action-buttons.effect-7 .exad-call-to-action-secondary-btn:hover{letter-spacing: 5px}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-secondary-btn{transition: all .3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-secondary-btn::before{position: absolute;content: '';left: 50%;right: 50%;top: 0;bottom: 0;z-index: -1;opacity: 0;transition: all .3s ease}.exad-call-to-action-buttons.effect-8 .exad-call-to-action-secondary-btn:hover::before{left: 0;right: 0;opacity: 1}.exad-call-to-action-buttons.effect-9 .exad-call-to-action-secondary-btn:hover{-webkit-animation: anim 0.3s forwards;animation: anim 0.3s forwards}@keyframes anim{60%{-webkit-transform: scale3d(0.8, 0.8, 1);transform: scale3d(0.8, 0.8, 1)}85%{-webkit-transform: scale3d(1.1, 1.1, 1);transform: scale3d(1.1, 1.1, 1)}100%{-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1)}}.exad-call-to-action-buttons.effect-10 .exad-call-to-action-secondary-btn{transition: all .3s ease}.exad-card-description{margin: 0 auto}.exad-card-tag{margin: 0}.exad-card.default{position: relative}.exad-card.default .exad-card-thumb img{display: block}.exad-card.default .exad-card-body .exad-card-title,.exad-card.text_on_image .exad-card-body .exad-card-title{display: inline-block;text-decoration: none;position: relative;transition: all .4s ease;font-size: 20px;font-weight: bold}.exad-card.default .exad-card-body .exad-card-title::before,.exad-card.text_on_image .exad-card-body .exad-card-title::before{position: absolute;content: '';height: 3px;width: 25px;top: 50%;transform: translateY(-50%);left: 0;transition: all .3s ease;opacity: 0}.exad-card.default .exad-card-body .exad-card-title:hover::before,.exad-card.text_on_image .exad-card-body .exad-card-title:hover::before{opacity: 1;left: -30px}.exad-card .exad-card-body .exad-card-action{display: table;border-radius: 4px;transition: all .4s ease;color: #132c47;text-decoration: none}.exad-card.left .exad-card-action{margin-right: auto}.exad-card.center .exad-card-action{margin-right: auto;margin-left: auto}.exad-card.right .exad-card-action{margin-left: auto}.exad-card.text_on_image{position: relative;overflow: hidden}.exad-card.text_on_image::before{position: absolute;content: '';top: 0;left: 0;width: 100%;height: 5px;-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: left center;transform-origin: left center;transition: all .2s ease;z-index: 1}.exad-card.text_on_image:hover::before{-webkit-transform: scaleX(1);transform: scaleX(1)}.exad-card.text_on_image .exad-card-thumb{position: relative}.exad-card-thumb{overflow: hidden}.exad-card.left .exad-card-thumb{margin-right: auto}.exad-card.center .exad-card-thumb{margin-left: auto;margin-right: auto}.exad-card.right .exad-card-thumb{margin-left: auto}.exad-card .exad-card-thumb img{height: 100%;width: 100%;object-fit: cover;-o-object-fit: cover}.exad-card.text_on_image .exad-card-thumb img{width: 100%}.exad-card.text_on_image .exad-card-thumb::after{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient(to top, rgba(0, 0, 0, 0.99) 0%, rgba(128, 128, 128, 0.1) 50%, rgba(255, 255, 255, 0.1) 100%)}.exad-card.text_on_image .exad-card-body{position: absolute;left: 0;bottom: 0;right: 0}.exad-card.yes .exad-card-thumb img{transform: scale(1);transition: all .3s ease}.exad-card:hover.yes .exad-card-thumb img{transform: scale(1.15)}.exad-card{position: relative}.exad-card-badge{position: absolute}.exad-contact-form-7 .wpcf7{width: 100%}.exad-contact-form{display: flex;flex-wrap: wrap;position: relative;margin-bottom: 30px}.exad-contact-form .exad-contact-form-title{display: block;width: 100%;margin-bottom: 30px;font-size: 30px;color: #132c47;font-weight: 500}.exad-contact-form .exad-contact-form-input-group{width: 100%;margin-bottom: 20px;position: relative}@media (max-width: 575px){.exad-contact-form .exad-contact-form-input-group{width: 100%}}.exad-contact-form-7 input[type="text"], .exad-contact-form-7 input[type="email"], .exad-contact-form-7 input[type="url"], .exad-contact-form-7 input[type="password"], .exad-contact-form-7 input[type="search"], .exad-contact-form-7 input[type="number"], .exad-contact-form-7 input[type="tel"], .exad-contact-form-7 input[type="range"], .exad-contact-form-7 input[type="date"], .exad-contact-form-7 input[type="month"], .exad-contact-form-7 input[type="week"], .exad-contact-form-7 input[type="time"], .exad-contact-form-7 input[type="datetime"], .exad-contact-form-7 input[type="datetime-local"], .exad-contact-form-7 input[type="color"], .exad-contact-form-7 textarea{width: 100%;border: none}.exad-contact-form-7 label{display: block}.exad-contact-form-7 textarea{height: auto}.exad-contact-form .exad-contact-form-input-group label{display: inline-block;position: relative;margin-right: 20px;margin-top: 20px;padding: 0 0 0 25px}.exad-contact-form .exad-contact-form-input-group label input{opacity: 0;height: 0;width: 0;position: absolute;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.exad-contact-form .exad-contact-form-input-group label input:checked ~ .checkmark:after{display: block}.exad-contact-form .exad-contact-form-input-group label input:checked ~ .checkmark{background-color: #4ce2bd;border: none}.exad-contact-form .exad-contact-form-input-group label .checkmark{position: absolute;top: 0;left: 0;height: 18px;width: 18px;background-color: #fff;border: 1px solid #e3e6ec}.exad-contact-form .exad-contact-form-input-group label .checkmark::after{content: "\e90e";font-family: eicons;position: absolute;display: none;color: #fff;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 12px}.exad-contact-form-7 .wpcf7-form input[type="submit"]{transition: all .4s ease;display: flex}.exad-contact-form-7 .exad-cf7-column{display: grid;grid-auto-flow: column;grid-column-gap: 15px}.exad-contact-form .exad-contact-form-input-action i{margin-left: 10px}.exad-contact-form.two{display: flex;flex-wrap: wrap}.exad-contact-form-7 br{display: none}.exad-corona-wrapper.exad-col-1, .exad-corona-wrapper.exad-col-2, .exad-corona-wrapper.exad-col-3, .exad-corona-wrapper.exad-col-4, .exad-corona-wrapper.exad-col-5, .exad-corona-wrapper.exad-col-6{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-corona-wrapper .exad-corona-col{padding: 0px 10px 20px 10px}.exad-corona-wrapper.exad-col-1 .exad-corona-col{flex: 0 0 100%;max-width: 100%}.exad-corona-wrapper.exad-col-2 .exad-corona-col{flex: 0 0 50%;max-width: 50%}.exad-corona-wrapper.exad-col-3 .exad-corona-col{flex: 0 0 33.333333%;max-width: 33.333333%}.exad-corona-wrapper.exad-col-4 .exad-corona-col{flex: 0 0 25%;max-width: 25%}.exad-corona-wrapper.exad-col-5 .exad-corona-col{flex: 0 0 20%;max-width: 20%}.exad-corona-content-horizontal{display: flex;flex-direction: row}.exad-corona-content-vertical{display: flex;flex-direction: column}.exad-corona-wrapper.exad-col-6 .exad-corona-col{flex: 0 0 16.66666%;max-width: 16.666666%}@media (max-width: 991px){.exad-corona-wrapper.exad-col-4 .exad-corona-col,.exad-corona-wrapper.exad-col-5 .exad-corona-col,.exad-corona-wrapper.exad-col-6 .exad-corona-col{flex: 0 0 33.333333%;max-width: 33.333333%}}@media (max-width: 767px){.exad-corona-wrapper.exad-col-1 .exad-corona-col, .exad-corona-wrapper.exad-col-2 .exad-corona-col,.exad-corona-wrapper.exad-col-3 .exad-corona-col,.exad-corona-wrapper.exad-col-4 .exad-corona-col,.exad-corona-wrapper.exad-col-5 .exad-corona-col,.exad-corona-wrapper.exad-col-6 .exad-corona-col{flex: 0 0 100%;max-width: 100%;padding: 0 10px 20px 10px}}.flag-row{width: 80px}.flag img{width: 35px;height: auto}.exad-corona-search-form{width: 350px;height: 50px;margin-bottom: 20px;position: relative}.exad-corona-search-icon{position: absolute;top: 50%;transform: translateY(-50%);left: 20px}.exad-corona-search-form input{height: 100%;width: 100%}.exad-data-table .exad-data-table-row td,.exad-data-table .exad-corona-table-heading th{padding: 15px}.exad-corona-table-heading.yes th{position: sticky;position: -webkit-sticky;top: -2px}.admin-bar .exad-corona-table-heading.yes th{position: sticky;position: -webkit-sticky;top: 30px}.exad-covid-continent-btn{transition: all .3s ease;display: inline-block}.exad-covid-continent-btn:focus{outline: 0}.exad-corona-heading.inline{display: flex;justify-content: space-between}.exad-corona-heading.inline .exad-corona-last-update{order: 2}@media (max-width: 769px){.exad-corona-table{overflow-x: scroll}}.exad-corona-table.yes{overflow-y: scroll!important}.admin-bar .exad-corona-table.yes .exad-corona-table-heading.yes th{top: 0}.exad-countdown-description{text-align: center;margin-bottom: 90px;position: relative;z-index: 2}.exad-countdown-description h2{font-size: 40px;color: #0a1724;font-weight: 500;margin-bottom: 23px;position: relative}.exad-countdown-description p{margin-bottom: 0;padding: 0 300px}.exad-countdown-description{color: #fff}.exad-countdown-description h2{color: #fff}.exad-countdown{display: flex;flex-wrap: wrap;position: relative;z-index: 2}.exad-countdown .exad-countdown-container{width: calc((100% / 4) - 23px);margin-right: 30px;text-align: center}.exad-countdown-content-container.yes .exad-countdown{justify-content: center}.exad-countdown-content-container.yes .exad-countdown .exad-countdown-container{position: relative}.exad-countdown-content-container.yes .exad-countdown-timer-wrapper{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-countdown .exad-countdown-container:last-child{margin-right: 0px}.exad-countdown .exad-countdown-container .exad-countdown-timer-wrapper > span{display: block}.exad-countdown .exad-countdown-count{line-height: 1}.exad-countdown .exad-countdown-count{position: relative}.exad-countdown.exad-countdown-divider .exad-countdown-container{position: relative}.exad-countdown.exad-countdown-divider .exad-countdown-container::after{content: ":";font-weight: 100;position: absolute;right: 0;top: 10%;color: #ffffff;font-size: 70px}.exad-countdown.exad-countdown-divider .exad-countdown-container:last-child::after{display: none}.exad-countdown .exad-countdown-count{font-size: 80px;color: #000;text-align: center}.exad-countdown .exad-countdown-title{color: #0a1724;text-align: center}.exad-coundown-bg > svg{position: absolute;bottom: 0;left: 0;pointer-events: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}.exad-coundown-bg > svg > path{fill: rgba(255, 255, 255, 0.078)}.exad-countdoen-watermark{font-size: 200px;color: inherit;position: absolute;top: 0;left: 0;width: 100%;display: block;font-weight: 700}.exad-countdown-offer-limitation-title{font-size: 20px;font-weight: 400;color: #fff;margin-bottom: 38px;position: relative;z-index: 2}.exad-countdown .message{text-align: center;font-size: 30px;font-weight: 700;width: 100%;margin-bottom: 0}.exad-countdown-banner{padding: 194px 0}.exad-countdown-banner .exad-countdown-description{margin-bottom: 117px}@media (max-width: 1200px){.exad-countdown-description p{padding: 0 150px}}@media (max-width: 991px){.exad-countdown-description p{padding: 0 20px}.exad-coundown-bg > svg,.exad-countdoen-watermark{display: none}}@media (max-width: 767px){.exad-countdown .exad-countdown-container{width: calc((100% / 2) - 20px);margin-right: 10px;margin-left: 10px;margin-bottom: 20px;padding: 23px 10px}.exad-countdown .exad-countdown-container.gradient-version, .exad-countdown .exad-countdown-container.image-version, .exad-countdown .exad-countdown-container.modern{padding-left: 15px;padding-right: 15px}.exad-countdown .exad-countdown-container{width: calc((100% / 2) - 20px);margin-right: 10px;margin-left: 10px}.exad-countdown .exad-countdown-count{font-size: 40px}.exad-countdown.exad-countdown-divider .exad-countdown-container::after{top: 0}.exad-countdown.exad-countdown-divider .exad-countdown-container:nth-child(2)::after{display: none}}@media (max-width: 480px){.exad-countdown .exad-countdown-container{width: calc(100% - 20px)}.exad-countdown.exad-countdown-divider .exad-countdown-container::after{display: none}}@media (max-width: 400px){.exad-countdown-banner{padding: 97px 0}.exad-countdown-banner .exad-countdown-description{margin-bottom: 58.5px}.exad-countdown-description.two p{padding-right: 0px}}.exad-dual-button{display: table}.exad-dual-button.exad-dual-button-align-left{margin-right: auto}.exad-dual-button.exad-dual-button-align-center{margin-left: auto;margin-right: auto}.exad-dual-button.exad-dual-button-align-right{margin-left: auto}.exad-dual-button-action{display: inline-block;text-decoration: none}.exad-dual-button-primary{position: relative}.exad-dual-button-connector{position: absolute;top: 50%;right: 0;transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);-webkit-transform: translate(50%, -50%);z-index: 10}.exad-dual-button-connector span{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%)}.exad-dual-button-primary.effect-1, .exad-dual-button-secondary.effect-1,.exad-dual-button-primary.effect-2, .exad-dual-button-secondary.effect-2,.exad-dual-button-primary.effect-3, .exad-dual-button-secondary.effect-3,.exad-dual-button-primary.effect-4, .exad-dual-button-secondary.effect-4,.exad-dual-button-primary.effect-6, .exad-dual-button-secondary.effect-6{position: relative;transition: all .3s ease}.exad-dual-button-primary.effect-1::before, .exad-dual-button-secondary.effect-1::before{position: absolute;content: '';height: 100%;width: 0;top: 0;left: 0;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-dual-button-primary.effect-1:hover, .exad-dual-button-secondary.effect-1:hover{z-index: 1}.exad-dual-button-primary.effect-1:hover::before, .exad-dual-button-secondary.effect-1:hover::before{width: 100%;z-index: -1}.exad-dual-button-primary.effect-2::before, .exad-dual-button-secondary.effect-2::before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;-webkit-transform: scale(0);transform: scale(0);opacity: 0;-webkit-transition: all .3s ease;transition: all .3s ease;-webkit-transform-origin: center center;transform-origin: center center}.exad-dual-button-primary.effect-2:hover, .exad-dual-button-secondary.effect-2:hover{z-index: 1}.exad-dual-button-primary.effect-2:hover::before, .exad-dual-button-secondary.effect-2:hover::before{-webkit-transform: scale(1);transform: scale(1);opacity: 1;z-index: -1}.exad-dual-button-primary.effect-3::before, .exad-dual-button-secondary.effect-3::before{position: absolute;content: '';height: 0;width: 100%;bottom: 0;left: 0;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-dual-button-primary.effect-3:hover, .exad-dual-button-secondary.effect-3:hover{z-index: 1}.exad-dual-button-primary.effect-3:hover::before, .exad-dual-button-secondary.effect-3:hover::before{height: 100%;z-index: -1}.exad-dual-button-primary.effect-4::before, .exad-dual-button-secondary.effect-4::before{position: absolute;content: '';top: 50%;bottom: 50%;left: 0;right: 0;opacity: 0;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-dual-button-primary.effect-4:hover, .exad-dual-button-secondary.effect-4:hover{z-index: 1}.exad-dual-button-primary.effect-4:hover::before, .exad-dual-button-secondary.effect-4:hover::before{top: 0;bottom: 0;opacity: 1;z-index: -1}.exad-dual-button-primary.effect-5, .exad-dual-button-secondary.effect-5{-webkit-transition: all .3s ease;transition: all .3s ease}.exad-dual-button-primary.effect-6::before, .exad-dual-button-secondary.effect-6::before{position: absolute;content: '';height: 100%;width: 0;top: 0;right: 0;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-dual-button-primary.effect-6:hover, .exad-dual-button-secondary.effect-6:hover{z-index: 1}.exad-dual-button-primary.effect-6:hover::before, .exad-dual-button-secondary.effect-6:hover::before{width: 100%;z-index: -1}.exad-dual-heading .exad-dual-heading-wrapper{padding: 5px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-description{line-height: 26px;margin: 30px 0 0 0;padding: 10px;font-weight: 400}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-icon{display: inline-block}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-icon i{font-size: 36px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title{font-size: 36px;margin-top: 10px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title{font-size: 30px;color: #132c47;text-transform: uppercase;font-weight: bold;text-decoration: none}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title .first-heading,.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title .second-heading{padding: 15px 10px}.exad-dual-heading .exad-dual-heading-wrapper .exad-dual-heading-title span{color: #132c47}.exad-facebook-feed-wrapper .exad-facebook-meta{display: flex;align-items: center}.exad-facebook-feed-wrapper .exad-facebook-author{display: flex;align-items: center}.exad-facebook-feed-wrapper .exad-facebook-author .exad-facebook-avatar{width: 50px;border-radius: 50%}.exad-facebook-feed-wrapper .exad-facebook-likes{margin-right: 15px}.exad-facebook-feed-wrapper .exad-facebook-feed-item{position: relative;display: flex}.exad-facebook-feed-wrapper.exad-layout-2 .exad-facebook-feed-item .exad-facebook-feed-feature-image,.exad-facebook-feed-wrapper.exad-layout-3 .exad-facebook-feed-item .exad-facebook-feed-feature-image{flex-direction: row}.exad-facebook-feed-wrapper.exad-layout-3 .exad-facebook-feed-item .exad-facebook-feed-feature-image{order: 2}.exad-facebook-feed-wrapper .exad-facebook-feed-item .exad-facebook-feed-feature-image img{width: 100%;height: 100%;object-fit: cover;-o-object-fit: cover}.exad-facebook-feed-wrapper{display: grid}.exad-facebook-footer-wrapper{position: absolute;bottom: 0;width: 100%;left: 0}.exad-facebook-author-name{display: block}@media(max-width: 575px){.exad-filterable-items.exad-filterable-menu-container-align-left,.exad-filterable-items.exad-filterable-menu-container-align-right{display: block !important}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-controls,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-controls,.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-menu-container,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-menu-container{width: 100% !important}}.exad-filterable-items.exad-filterable-menu-container-align-left,.exad-filterable-items.exad-filterable-menu-container-align-right{display: flex}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-menu-container,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-menu-container{width: 20%;display: flex;flex-direction: column}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-menu-container{order: 0}.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-menu-container{order: 1}.exad-filterable-items.exad-filterable-menu-container-align-left .exad-filterable-controls,.exad-filterable-items.exad-filterable-menu-container-align-right .exad-filterable-controls{width: 80%}.exad-filterable-items .exad-filterable-content-wrapper{position: relative;overflow: hidden}.exad-filterable-items .exad-filterable-image .exad-filterable-thumbnail-holder{position: absolute;top: 0;left: 0;width: 100.1%;height: 100.1%;background-position: center;background-size: cover;z-index: 0;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;will-change: transform;overflow: hidden}.exad-filterable-items .exad-filterable-image{position: relative;background-color: #eeeeee;padding-bottom: 80%}.exad-filterable-menu .filter-item{background: none;border: none;cursor: pointer;outline: none;transition: all .3s ease;text-transform: capitalize;display: inline-block}.exad-filterable-items .filterable-post-container{display: flex;flex-wrap: wrap}.exad-filterable-items .filterable-post-container .exad-filterable-item{position: relative;overflow: hidden}.exad-filterable-items .filterable-post-container .exad-filterable-item img{width: 100%;display: block}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay{position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(114, 76, 255, 0.8);transition: all .3s ease}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content{position: absolute;top: 0;left: 0;right: 0;bottom: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content .exad-fg-icons{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content .exad-filterable-item-content{position: absolute;right: 0;bottom: 0;left: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content a{height: 60px;width: 60px;margin-right: 10px;position: relative;cursor: pointer;display: inline-block;transition: all .3s ease;border-radius: 100%}.exad-filterable-items .exad-filterable-item-content.below-image{display: flex;flex-direction: column}.exad-filterable-items .exad-filterable-item-content h2{margin: 10px 0px 10px 0px;font-size: 20px}.exad-filterable-items .exad-filterable-item-content p{margin: 10px 0px 10px 0px}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay .exad-filterable-item-overlay-content a i{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-zoom-in{-webkit-transform: scale(0);transform: scale(0)}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-zoom-in{-webkit-transform: scale(1);transform: scale(1)}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-left{-webkit-transform: translateX(-100%);transform: translateX(-100%);opacity: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-left{-webkit-transform: translateX(0%);transform: translateX(0%);opacity: 1}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-right{-webkit-transform: translateX(100%);transform: translateX(100%);opacity: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-right{-webkit-transform: translateX(0%);transform: translateX(0%);opacity: 1}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-top{-webkit-transform: translateY(-100%);transform: translateY(-100%);opacity: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-top{-webkit-transform: translateY(0%);transform: translateY(0%);opacity: 1}.exad-filterable-items .filterable-post-container .exad-filterable-item .exad-filterable-item-overlay.exad-slide-bottom{-webkit-transform: translateY(100%);transform: translateY(100%);opacity: 0}.exad-filterable-items .filterable-post-container .exad-filterable-item:hover .exad-filterable-item-overlay.exad-slide-bottom{-webkit-transform: translateY(0%);transform: translateY(0%);opacity: 1}.exad-filterable-items .exad-row-wrapper .exad-post-grid-container .exad-post-grid-thumbnail:before{display: none}.exad-flip-box{-webkit-perspective: 1000px;perspective: 1000px;background-color: transparent}.exad-flip-box-front-overlay, .exad-flip-box-back-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0}.exad-flip-box-front-content, .exad-flip-box-back-content{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%}.exad-flip-box:hover .left-to-right{-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}.exad-flip-box:hover .left-to-right .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .right-to-left{-webkit-transform: rotateY(-180deg);transform: rotateY(-180deg)}.exad-flip-box:hover .right-to-left .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .top-to-bottom{-webkit-transform: rotateX(-180deg);transform: rotateX(-180deg)}.exad-flip-box:hover .top-to-bottom .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .bottom-to-top{-webkit-transform: rotateX(180deg);transform: rotateX(180deg)}.exad-flip-box:hover .bottom-to-top .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .top-to-bottom-angle{-webkit-transform: rotate3d(1, 1, 0, -180deg);transform: rotate3d(1, 1, 0, -180deg)}.exad-flip-box:hover .top-to-bottom-angle .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .bottom-to-top-angle{-webkit-transform: rotate3d(1, 1, 0, 180deg);transform: rotate3d(1, 1, 0, 180deg)}.exad-flip-box:hover .bottom-to-top-angle .exad-flip-box-front{opacity: 0}.exad-flip-box:hover .exad-flip-box-inner.fade-in-out .exad-flip-box-front{opacity: 0;-webkit-transform: scale(0.5);transform: scale(0.5);z-index: 2}.exad-flip-box:hover .exad-flip-box-inner.fade-in-out .exad-flip-box-back{opacity: 1;-webkit-transform: scale(1);transform: scale(1);z-index: 3}@media only screen and (max-width: 1023px){.exad-flip-box.efb-hovered .left-to-right{-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}.exad-flip-box.efb-hovered .left-to-right .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .right-to-left{-webkit-transform: rotateY(-180deg);transform: rotateY(-180deg)}.exad-flip-box.efb-hovered .right-to-left .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .top-to-bottom{-webkit-transform: rotateX(-180deg);transform: rotateX(-180deg)}.exad-flip-box.efb-hovered .top-to-bottom .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .bottom-to-top{-webkit-transform: rotateX(180deg);transform: rotateX(180deg)}.exad-flip-box.efb-hovered .bottom-to-top .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .top-to-bottom-angle{-webkit-transform: rotate3d(1, 1, 0, -180deg);transform: rotate3d(1, 1, 0, -180deg)}.exad-flip-box.efb-hovered .top-to-bottom-angle .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .bottom-to-top-angle{-webkit-transform: rotate3d(1, 1, 0, 180deg);transform: rotate3d(1, 1, 0, 180deg)}.exad-flip-box.efb-hovered .bottom-to-top-angle .exad-flip-box-front{opacity: 0}.exad-flip-box.efb-hovered .exad-flip-box-inner.fade-in-out .exad-flip-box-front{opacity: 0;-webkit-transform: scale(0.5);transform: scale(0.5);z-index: 2}.exad-flip-box.efb-hovered .exad-flip-box-inner.fade-in-out .exad-flip-box-back{opacity: 1;-webkit-transform: scale(1);transform: scale(1);z-index: 3}}.exad-flip-box .exad-flip-box-inner{position: relative;transition: -webkit-transform 1s cubic-bezier(.17,.67,.47,1.18);transition: transform 1s cubic-bezier(.17,.67,.47,1.18);transition: transform 1s, -webkit-transform 1s cubic-bezier(.17,.67,.47,1.18);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;width: 100%;height: 100%}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front{transition: all .5s cubic-bezier(.17,.67,.47,1.18)}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-title{font-size: 30px}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back{position: absolute;top: 0;left: 0;width: 100%}.exad-flip-box .exad-flip-box-front .exad-flip-box-front-image i{font-size: 50px}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-action{text-decoration: none;transition: all .4s ease;display: inline-block;font-weight: 400}.exad-flip-box .exad-flip-box-inner .exad-flip-box-back a.exad-flip-box-back-action:hover{cursor: pointer}.exad-flip-box .exad-flip-box-inner.left-to-right .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}.exad-flip-box .exad-flip-box-inner.right-to-left .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}.exad-flip-box .exad-flip-box-inner.top-to-bottom .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotateX(180deg);transform: rotateX(180deg)}.exad-flip-box .exad-flip-box-inner.bottom-to-top .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotateX(-180deg);transform: rotateX(-180deg)}.exad-flip-box .exad-flip-box-inner.top-to-bottom-angle .exad-flip-box-front{-webkit-backface-visibility: hidden;backface-visibility: hidden}.exad-flip-box .exad-flip-box-inner.top-to-bottom-angle .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotate3d(1, 1, 0, 180deg);transform: rotate3d(1, 1, 0, 180deg)}.exad-flip-box .exad-flip-box-inner.bottom-to-top-angle .exad-flip-box-front{-webkit-backface-visibility: hidden;backface-visibility: hidden}.exad-flip-box .exad-flip-box-inner.bottom-to-top-angle .exad-flip-box-back{-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: rotate3d(1, 1, 0, -180deg);transform: rotate3d(1, 1, 0, -180deg)}.exad-flip-box .exad-flip-box-inner.fade-in-out .exad-flip-box-front{transition: all .8s cubic-bezier(.17,.67,.47,1.18);-webkit-transform: scale(1);transform: scale(1)}.exad-flip-box .exad-flip-box-inner.fade-in-out .exad-flip-box-back{position: absolute;top: 0;left: 0;opacity: 0;-webkit-transform: scale(0.5);transform: scale(0.5);transition: all .8s cubic-bezier(.17,.67,.47,1.18)}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-front{-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);-webkit-transform: rotateY(0);transform: rotateY(0);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-backface-visibility: hidden;backface-visibility: hidden;min-height: 280px;background: #ffffff}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-front .exad-flip-box-front-content{-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);transform: translateY(-50%) translateZ(60px) scale(0.94);top: 50%;position: absolute;left: 0;width: 100%;-webkit-perspective: inherit;perspective: inherit}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-back{position: absolute;top: 0;left: 0;-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);-webkit-transform: rotateY(180deg);transform: rotateY(180deg);-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-backface-visibility: hidden;backface-visibility: hidden;min-height: 280px;height: auto;width: 100%;background: #ffffff}.exad-flip-box .exad-flip-box-inner.three-d-flip .exad-flip-box-back .exad-flip-box-back-content{-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);transform: translateY(-50%) translateZ(60px) scale(0.94);top: 50%;position: absolute;left: 0;width: 100%;-webkit-perspective: inherit;perspective: inherit}.exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-front, .exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-back{-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32);transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.3, 1.32)}.exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-front{-webkit-transform: rotateY(-180deg);transform: rotateY(-180deg);-webkit-transform-style: preserve-3d;transform-style: preserve-3d}.exad-flip-box .exad-flip-box-inner.three-d-flip:hover .exad-flip-box-back{-webkit-transform: rotateY(0);transform: rotateY(0);-webkit-transform-style: preserve-3d;transform-style: preserve-3d}.exad-flip-box .exad-flip-box-inner.fade .exad-flip-box-back{opacity: 0;transition: all 0.5s ease}.exad-flip-box .exad-flip-box-inner.fade:hover .exad-flip-box-front{opacity: 0}.exad-flip-box .exad-flip-box-inner.fade:hover .exad-flip-box-back{opacity: 1}.exad-flip-box-front.left .exad-flip-box-front-image, .exad-flip-box-back.left .exad-flip-box-back-image{margin-right: auto}.exad-flip-box-front.center .exad-flip-box-front-image, .exad-flip-box-back.center .exad-flip-box-back-image{margin-left: auto;margin-right: auto}.exad-flip-box-front.right .exad-flip-box-front-image, .exad-flip-box-back.right .exad-flip-box-back-image{margin-left: auto}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image,.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image{position: relative}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image i,.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image svg,.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image i, .exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image svg{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-flip-box .exad-flip-box-inner .exad-flip-box-front .exad-flip-box-front-image img,.exad-flip-box .exad-flip-box-inner .exad-flip-box-back .exad-flip-box-back-image img{width: 100%;height: 100%;object-fit: cover;-o-object-fit: cover}@font-face{font-family: 'Exclusive Icons';src:url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.eot?1gib8x);src:url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.eot?1gib8x#iefix) format('embedded-opentype'),url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.ttf?1gib8x) format('truetype'),url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.woff?1gib8x) format('woff'),url(//actofhumanity.org/wp-content/plugins/exclusive-addons-for-elementor/assets/fonts/exad-logo.svg?1gib8x#exad-logo) format('svg');font-weight: normal;font-style: normal;font-display: block}.exad{font-family: 'Exclusive Icons' !important;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}.exad-logo:after{content: "\e900";color: #fff}.exad-gallery-items{text-align: center}.exad-gallery-items .exad-gallery-content-wrapper{position: relative;overflow: hidden}.exad-gallery-items .exad-gallery-image .exad-gallery-thumbnail-holder{position: absolute;top: 0;left: 0;width: 100.1%;height: 100.1%;background-position: center;background-size: cover;z-index: 0;-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;will-change: transform;overflow: hidden}.exad-gallery-items .exad-gallery-image{position: relative;background-color: #eeeeee;padding-bottom: 80%}.exad-gallery-menu{display: block}.exad-gallery-menu .filter-item{background: none;border: none;cursor: pointer;outline: none;transition: all .3s ease;text-transform: capitalize}.exad-gallery-items .exad-gallery-element{display: flex;flex-wrap: wrap}.exad-gallery-items .exad-gallery-element .exad-gallery-item{position: relative;overflow: hidden}@media (max-width: 991px){.exad-gallery-items .exad-gallery-element .exad-gallery-item{width: 50%}}@media (max-width: 575px){.exad-gallery-items .exad-gallery-element .exad-gallery-item{width: 100%}}.exad-gallery-items .exad-gallery-element .exad-gallery-item img{width: 100%;display: block}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay{position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(114, 76, 255, 0.8);transition: all .3s ease}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content{position: absolute;top: 0;left: 0;right: 0;bottom: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content .exad-fg-icons{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content .exad-gallery-item-content{position: absolute;right: 0;bottom: 0;left: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content a{height: 60px;width: 60px;margin-right: 10px;position: relative;cursor: pointer;display: inline-block;transition: all .3s ease;border-radius: 100%}.exad-gallery-items .exad-gallery-item-content.below-image{display: flex;flex-direction: column}.exad-gallery-items .exad-gallery-item-content h2{margin: 10px 0px 10px 0px;font-size: 20px}.exad-gallery-items .exad-gallery-item-content p{margin: 10px 0px 10px 0px}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content a svg,.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay .exad-gallery-item-overlay-content a i{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-zoom-in{-webkit-transform: scale(0);transform: scale(0)}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-zoom-in{-webkit-transform: scale(1);transform: scale(1)}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-left{-webkit-transform: translateX(-100%);transform: translateX(-100%);opacity: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-left{-webkit-transform: translateX(0%);transform: translateX(0%);opacity: 1}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-right{-webkit-transform: translateX(100%);transform: translateX(100%);opacity: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-right{-webkit-transform: translateX(0%);transform: translateX(0%);opacity: 1}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-top{-webkit-transform: translateY(-100%);transform: translateY(-100%);opacity: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-top{-webkit-transform: translateY(0%);transform: translateY(0%);opacity: 1}.exad-gallery-items .exad-gallery-element .exad-gallery-item .exad-gallery-item-overlay.exad-slide-bottom{-webkit-transform: translateY(100%);transform: translateY(100%);opacity: 0}.exad-gallery-items .exad-gallery-element .exad-gallery-item:hover .exad-gallery-item-overlay.exad-slide-bottom{-webkit-transform: translateY(0%);transform: translateY(0%);opacity: 1}.exad-gallery-element .exad-gallery-item.exad-col-1{width: 100%}.exad-gallery-element .exad-gallery-item.exad-col-2{width: 50%}.exad-gallery-element .exad-gallery-item.exad-col-3{width: 33.3333333333333%}.exad-gallery-element .exad-gallery-item.exad-col-4{width: 25%}@media only screen and (max-width: 991px){.exad-gallery-element .exad-gallery-item.exad-col-1,.exad-gallery-element .exad-gallery-item.exad-col-2,.exad-gallery-element .exad-gallery-item.exad-col-3,.exad-gallery-element .exad-gallery-item.exad-col-4{width: 50%}}@media only screen and (max-width: 767px){.exad-gallery-element .exad-gallery-item.exad-col-1,.exad-gallery-element .exad-gallery-item.exad-col-2,.exad-gallery-element .exad-gallery-item.exad-col-3,.exad-gallery-element .exad-gallery-item.exad-col-4{width: 100%}}.exad-google-reviews-carousel-wrapper .exad-google-reviews-carousel-quote{font-size: 16px}.exad-carousel-nav-next i,.exad-google-reviews-carousel-wrapper .exad-carousel-nav-prev i{transition: 0.3s ease;color: #b1b1b1;line-height: 58px}.exad-google-reviews-carousel-basic:before{position: absolute;content: '"';font-family: Roboto, sans-serif;color: #f3f3f4;font-size: 400px;right: 100px;top: 50px;line-height: 400px;font-weight: 700}.exad-google-reviews-carousel-circle{margin: 0 -15px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-ratings{padding-left: 0;margin-bottom: 0;list-style: none;margin-bottom: 30px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-ratings li{display: inline-block;font-size: 20px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-ratings li.exad-google-reviews-carousel-ratings-active i{color: #ff8e4a}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-inner{background: #fff;outline: 0;margin: 0 15px;padding: 40px 30px;text-align: center}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image{position: relative;z-index: 1;width: 122px;height: 122px;margin: 0 auto;margin-bottom: 45px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image img{position: absolute;width: 100px;height: 100px;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 50%}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg{position: absolute;width: 123px;height: 123px;z-index: -1}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg:first-child{left: 7px;bottom: 7px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg:nth-child(2){top: 7px;left: 7px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg:nth-child(3){right: 4px;top: 0}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg.violate{fill: #826eff}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg.orange{fill: #ff6a47}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-image svg.cyan{fill: #3ad8f4}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-name{font-size: 18px;font-family: Roboto, sans-serif;margin-bottom: 5px}.exad-google-reviews-carousel-circle .exad-google-reviews-carousel-designation{font-size: 14px}.exad-google-reviews-carousel-circle .exad-carousel-nav-next,.exad-google-reviews-carousel-circle .exad-carousel-nav-prev{position: absolute;z-index: 2;width: 60px;height: 60px;background: #fff;text-align: center;border-radius: 50%;border: 1px solid #e5e5e5;opacity: 0.7;transition: 0.3s ease;cursor: pointer;top: 50%;transform: translateY(-50%)}.exad-google-reviews-carousel-circle .exad-carousel-nav-next:hover,.exad-google-reviews-carousel-circle .exad-carousel-nav-prev:hover{box-shadow: 0 15px 39px 0 rgba(9, 24, 33, 0.06);opacity: 1}.exad-google-reviews-carousel-circle .exad-carousel-nav-prev{left: -80px}.exad-google-reviews-carousel-circle .exad-carousel-nav-next{right: -80px}.exad-google-reviews-carousel-single{margin: 0}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-item{margin: 0 56px 100px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner{display: flex;align-items: center}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner .exad-google-reviews-carousel-inner-left{flex-basis: 40%}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner .exad-google-reviews-carousel-inner-right{flex-basis: 58%;margin-left: 2%}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-name{font-size: 22px;font-family: Roboto, sans-serif;margin-bottom: 5px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-designation{font-size: 16px;display: inline-block;margin-bottom: 25px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-quote{margin-bottom: 25px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-ratings{padding-left: 0;margin-bottom: 0;list-style: none}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-ratings li{display: inline-block;font-size: 20px}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-ratings li.exad-google-reviews-carousel-ratings-active i{color: #806bff}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-image{box-shadow: 0 40px 81px 0 rgba(9, 24, 33, 0.14)}.exad-google-reviews-carousel-single .exad-google-reviews-carousel-image img{width: 100%}.exad-google-reviews-carousel-single .exad-carousel-nav-next,.exad-google-reviews-carousel-single .exad-carousel-nav-prev{position: absolute;display: block;width: 60px;height: 60px;cursor: pointer;background: #fff;text-align: center;border-radius: 50%;font-size: 25px;transition: 0.3s ease;margin-right: 20px;border: 1px solid #e5e5e5;bottom: 20px;z-index: 1}.exad-google-reviews-carousel-single .exad-carousel-nav-next:hover,.exad-google-reviews-carousel-single .exad-carousel-nav-prev:hover{color: #fff;box-shadow: 0 19px 27px 0 rgba(56, 218, 232, 0.25);background: #806bff}.exad-google-reviews-carousel-single .exad-carousel-nav-prev{left: 56px}.exad-google-reviews-carousel-single .exad-carousel-nav-next{left: 126px}@media only screen and (max-width: 630px){.exad-google-reviews-carousel-single .exad-google-reviews-carousel-inner{flex-direction: column;align-items: flex-start}}@media only screen and (max-width: 400px){.exad-google-reviews-carousel-basic{padding: 50px}.exad-google-reviews-carousel-basic .exad-google-reviews-carousel-name{font-size: 18px}.exad-google-reviews-carousel-basic .exad-google-reviews-carousel-designation{font-size: 14px}.exad-google-reviews-carousel-basic .exad-carousel-nav-next,.exad-google-reviews-carousel-basic .exad-carousel-nav-prev{bottom: 0}.exad-google-reviews-carousel-basic .exad-carousel-nav-next{right: 25px}.exad-google-reviews-carousel-basic .exad-carousel-nav-prev{right: 90px}}.exad-google-reviews-ratings{margin: 0;padding: 0}.exad-google-reviews-ratings li{list-style: none;display: inline-block}.exad-google-reviews-thumb img{height: 100% !important;width: 100%;display: block;object-fit: cover}.exad-google-reviews-thumb{background: #ffffff}.exad-google-reviews-wrapper{border-radius: 10px 10px 10px 10px;padding: 20px 20px 20px 20px}.exad-google-reviews-wrapper.exad-google-reviews-align-center{text-align: center}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-thumb{margin-left: auto;margin-right: auto}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom{text-align: center}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-thumb{margin-left: auto;margin-right: auto}.exad-google-reviews-wrapper.exad-google-reviews-align-right{text-align: right}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-thumb{margin-left: auto}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb,.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb,.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb,.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb{border-radius: 50% 50% 50% 50%;margin-bottom: 0px}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-reviewer-wrapper,.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper{display: flex;align-items: center}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer{padding-left: 20px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer{padding-right: 20px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper{justify-content: flex-end}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-thumb{order: 2}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer{order: 1}.exad-google-reviews-description{margin: 0}.exad-google-reviews-name{margin: 0;font-size: 22px;transition: all .3s ease}.exad-google-reviews-designation{margin: 0;display: block;font-size: 14px}.exad-google-reviews-content-wrapper-arrow::before{position: absolute;content: "\e92a";font-family: eicons;transform: translateX(-50%);font-size: 25px;line-height: 1}.exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{transform: translateX(-50%) rotate(180deg)}.exad-google-reviews-wrapper{transition: all .3s ease}.exad-google-reviews-content-wrapper-arrow{position: relative;z-index: 1}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{left: 50%;bottom: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{left: 50%;bottom: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{left: 40px;bottom: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-wrapper-inner.layout-1 .exad-google-reviews-content-wrapper-arrow::before{right: 25px;bottom: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-center .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{left: 50%;top: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-bottom .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{left: 50%;top: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-left .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{left: 40px;top: -15px}.exad-google-reviews-wrapper.exad-google-reviews-align-right .exad-google-reviews-wrapper-inner.layout-2 .exad-google-reviews-content-wrapper-arrow::before{right: 25px;top: -15px}.exad-google-reviews-wrapper.exad-google-reviews-image-aside{display: flex;align-items: center}.exad-google-reviews-wrapper.exad-google-reviews-transition-top-yes:hover{transform: translateY(-10px)}.exad-google-reviews-wrapper.exad-google-reviews-transition-top-yes{transform: translateY(0px);-webkit-transition: all .3s ease;transition: all .3s ease}.exad-google-reviews-carousel-wrapper.exad-google-reviews-carousel-dots-center .exad-swiper-pagination{margin-left: auto;margin-right: auto;text-align: center;position: absolute;width: 100%}.exad-google-reviews-carousel-wrapper.exad-google-reviews-carousel-dots-right .exad-swiper-pagination{margin-left: auto;text-align: right;position: absolute;width: 100%}.exad-google-reviews-carousel-wrapper.exad-google-reviews-carousel-dots-left .exad-swiper-pagination{margin-right: auto;text-align: left;position: absolute;width: 100%}.exad-google-reviews-wrapper .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer .exad-author-name{line-height: 24px}.exad-google-reviews-wrapper .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer .exad-author-name a{margin: 0;font-size: 20px;line-height: 20px;transition: all .3s ease}.exad-google-reviews-wrapper .exad-google-reviews-reviewer-wrapper .exad-google-reviews-reviewer .exad-google-reviews-date{margin: 0;display: block;font-size: 14px}.exad-google-review-transition-top-yes{transform: translateY(0);transition: all .3s ease}.exad-google-reviews-carousel-wrapper .exad-google-review-transition-top-yes:hover{transform: translateY(-10px)}.exad-google-reviews-carousel-wrapper .exad-dots-container .exad-swiper-pagination .swiper-pagination-bullet{transition: all 0.3s}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:before, .exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:after, .exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:before, .exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:after{content: " ";display: block;background: white;position: absolute;z-index: 30}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:before, .exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:after{width: 3px;height: 9999px;left: 50%;margin-left: -1.5px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:before, .exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:after{width: 9999px;height: 3px;top: 50%;margin-top: -1.5px}.exad-image-comparision .twentytwenty-before-label, .exad-image-comparision .twentytwenty-after-label, .exad-image-comparision .twentytwenty-overlay{position: absolute;top: 0;width: 100%;height: 100%}.exad-image-comparision .twentytwenty-before-label, .exad-image-comparision .twentytwenty-after-label, .exad-image-comparision .twentytwenty-overlay{-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;transition-duration: 0.5s}.exad-image-comparision .twentytwenty-before-label, .exad-image-comparision .twentytwenty-after-label{-webkit-transition-property: opacity;-moz-transition-property: opacity;transition-property: opacity}.exad-image-comparision .twentytwenty-before-label:before, .exad-image-comparision .twentytwenty-after-label:before{color: white;font-size: 13px;letter-spacing: 0.1em}.exad-image-comparision .twentytwenty-before-label:before, .exad-image-comparision .twentytwenty-after-label:before{position: absolute;background: rgba(255, 255, 255, 0.2);line-height: 38px;padding: 0 20px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-before-label:before, .exad-image-comparision .twentytwenty-horizontal .twentytwenty-after-label:before{top: 50%;margin-top: -19px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-before-label:before, .exad-image-comparision .twentytwenty-vertical .twentytwenty-after-label:before{left: 50%;margin-left: -45px;text-align: center}.exad-image-comparision .twentytwenty-left-arrow, .exad-image-comparision .twentytwenty-right-arrow, .exad-image-comparision .twentytwenty-up-arrow, .exad-image-comparision .twentytwenty-down-arrow{width: 0;height: 0;border: 6px inset transparent;position: absolute}.exad-image-comparision .twentytwenty-left-arrow, .exad-image-comparision .twentytwenty-right-arrow{top: 50%;margin-top: -6px}.exad-image-comparision .twentytwenty-up-arrow, .exad-image-comparision .twentytwenty-down-arrow{left: 50%;margin-left: -6px}.exad-image-comparision .twentytwenty-container{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;z-index: 0;overflow: hidden;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none}.exad-image-comparision .twentytwenty-container img{max-width: 100%;position: absolute;top: 0;display: block}.exad-image-comparision .twentytwenty-container.active .twentytwenty-overlay, .exad-image-comparision .twentytwenty-container.active :hover.twentytwenty-overlay{background: rgba(0, 0, 0, 0)}.exad-image-comparision .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,.exad-image-comparision .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,.exad-image-comparision .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,.exad-image-comparision .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label{opacity: 0}.exad-image-comparision .twentytwenty-container *{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box}.exad-image-comparision .twentytwenty-before-label{opacity: 0}.exad-image-comparision .twentytwenty-before-label:before{content: attr(data-content)}.exad-image-comparision .twentytwenty-after-label{opacity: 0}.exad-image-comparision .twentytwenty-after-label:before{content: attr(data-content)}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-before-label:before{left: 10px}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-after-label:before{right: 10px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-before-label:before{top: 10px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-after-label:before{bottom: 10px}.exad-image-comparision .twentytwenty-overlay{-webkit-transition-property: background;-moz-transition-property: background;transition-property: background;background: rgba(0, 0, 0, 0);z-index: 25}.exad-image-comparision .twentytwenty-overlay:hover{background: rgba(0, 0, 0, 0.5)}.exad-image-comparision .twentytwenty-overlay:hover .twentytwenty-after-label{opacity: 1}.exad-image-comparision .twentytwenty-overlay:hover .twentytwenty-before-label{opacity: 1}.exad-image-comparision .twentytwenty-before{z-index: 20}.exad-image-comparision .twentytwenty-after{z-index: 10}.exad-image-comparision .twentytwenty-handle{height: 38px;width: 38px;position: absolute;left: 50%;top: 50%;margin-left: -22px;margin-top: -22px;border: 3px solid white;-webkit-border-radius: 1000px;-moz-border-radius: 1000px;border-radius: 1000px;z-index: 40;cursor: pointer}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:before{bottom: 50%;margin-bottom: 22px}.exad-image-comparision .twentytwenty-horizontal .twentytwenty-handle:after{top: 50%;margin-top: 22px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:before{left: 50%;margin-left: 22px}.exad-image-comparision .twentytwenty-vertical .twentytwenty-handle:after{right: 50%;margin-right: 22px}.exad-image-comparision .twentytwenty-left-arrow{border-right: 6px solid white;left: 50%;margin-left: -16px}.exad-image-comparision .twentytwenty-right-arrow{border-left: 6px solid white;right: 50%;margin-right: -16px}.exad-image-comparision .twentytwenty-up-arrow{border-bottom: 6px solid white;top: 50%;margin-top: -16px}.exad-image-comparision .twentytwenty-down-arrow{border-top: 6px solid white;bottom: 50%;margin-bottom: -16px}.exad-image-magnify{width: 100%;position: relative;cursor: none}.exad-magnify-large{position: absolute;z-index: 1;display: none}.exad-magnify-small > img{display: block;z-index: -1}.exad-infobox-align-left{text-align: left}.exad-infobox-align-center{text-align: center}.exad-infobox-align-right{text-align: right}.exad-infobox-align-left .exad-infobox-icon{margin-right: auto;text-align: left}.exad-infobox-align-center .exad-infobox-icon{margin: 0 auto;text-align: center}.exad-infobox-align-right .exad-infobox-icon{margin-left: auto;text-align: right}.exad-infobox-item{position: relative}.simple-transition:hover{transform: translateY(-10px)}.simple-transition{transform: translateY(0px);-webkit-transition: all .3s ease;transition: all .3s ease}.zoom-transition{position: relative;-webkit-transition: all .3s ease;transition: all .3s ease;z-index: 1}.zoom-transition::before{content: '';position: absolute;-webkit-transform-origin: center center;transform-origin: center center;top: 0;left: 0;width: 100%;height: 100%;-webkit-transition: .3s ease;transition: .3s ease;z-index: -1;-webkit-transform: scale(0);transform: scale(0)}.zoom-transition:hover::before{-webkit-transform: scale(1);transform: scale(1)}.exad-infobox .exad-infobox-item{padding: 30px;transition: all 0.3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon{border-radius: 50%;position: relative;z-index: 1;transition: all .3s ease}.exad-infobox .exad-infobox-item .exad-infobox-icon.style_1{-webkit-animation: clip-1 10s linear infinite alternate forwards;animation: clip-1 10s linear infinite alternate forwards}.exad-infobox .exad-infobox-item .exad-infobox-icon.style_2{-webkit-animation: clip-2 10s linear infinite alternate forwards;animation: clip-2 10s linear infinite alternate forwards}.exad-infobox .exad-infobox-item .exad-infobox-icon.style_3{-webkit-animation: clip-3 10s linear infinite alternate forwards;animation: clip-3 10s linear infinite alternate forwards}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon::before{content: '';position: absolute;width: 100%;height: 100%;border-radius: 50%;left: 0;top: 0;z-index: -1;-webkit-transform: scale(0);transform: scale(0);-webkit-transform-origin: center center;transform-origin: center center;transition: .3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon i{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);transition: all .3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon svg{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);transition: all .3s ease}.exad-infobox .exad-infobox-item.exad-infobox-enable-box-yes .exad-infobox-icon img{height: 40px;width: 40px;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.exad-infobox-content a{display: block}.exad-infobox-content-title{font-size: 30px;line-height: 1.5;font-weight: 600;transition: all .3s ease}.exad-infobox-content-description{font-size: 16px}.exad-infobox .exad-infobox-item .exad-infobox-content .exad-infobox-content-description{line-height: 1.5}.exad-infobox .exad-infobox-item:hover .exad-infobox-icon::before{-webkit-transform: scale(1);transform: scale(1)}.exad-infobox-icon-position-left, .exad-infobox-icon-position-right{display: flex;align-items: center;transition: .3s ease}.exad-infobox-icon-position-left .exad-infobox-content, .exad-infobox-icon-position-right .exad-infobox-content{flex-basis: calc(100% - 100px)}.exad-infobox-icon-position-right .exad-infobox-content{order: 1}.exad-infobox-icon-position-right .exad-infobox-icon{order: 2}@keyframes clip-1{0%, 100%{border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%}14%{border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%}28%{border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%}42%{border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%}56%{border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%}70%{border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%}84%{border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%}}@keyframes clip-2{0%, 100%{border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%}25%{border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%}50%{border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%}75%{border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%}}@keyframes clip-3{0%, 100%{border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;}20%{border-radius: 45% 55% 62% 38% / 53% 51% 49% 47%}40%{border-radius: 45% 55% 49% 51% / 36% 51% 49% 64%}60%{border-radius: 60% 40% 57% 43% / 47% 62% 38% 53%}80%{border-radius: 60% 40% 32% 68% / 38% 36% 64% 62%}}.exad-list-group-wrapper{margin: 0;padding: 0;list-style: none}.exad-list-group .exad-list-group-wrapper.layout_1{display: flex;flex-direction: column}.exad-list-group .exad-list-group-wrapper.layout_2{display: flex;flex-direction: row}.exad-list-group .exad-list-group-wrapper .exad-list-group-item, .exad-list-group .exad-list-group-wrapper .exad-list-group-item a{position: relative;line-height: 1;display: flex}.exad-list-group .exad-list-group-wrapper .exad-list-group-item.exad-icon-center, .exad-list-group .exad-list-group-wrapper .exad-list-group-item.exad-icon-center a{flex-direction: column}.exad-list-group .exad-list-group-wrapper .exad-list-group-item.exad-icon-right .exad-list-group-icon{order: 2}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon .exad-list-group-icon-image img{width: 100%;height:100%;object-fit: cover}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon .exad-list-group-icon-image{display: flex}.exad-list-group .exad-list-group-wrapper.layout_1 .exad-list-group-item:after{position: absolute;bottom: 0;width: 100%;content: '';left: 0}.exad-list-group .exad-list-group-wrapper.layout_2 .exad-list-group-item:after{position: absolute;right: 0;height: 100%;content: '';top: 0}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes{position: relative}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes svg,.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes i,.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes .exad-list-group-icon-image,.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes .exad-list-group-icon-number{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-list-group .exad-list-group-wrapper .exad-list-group-item .exad-list-group-icon.yes .exad-list-group-icon-number{line-height: 0}@media (max-width: 768px){.exad-list-group .exad-list-group-wrapper.layout_2{flex-direction: column}}.exad-logo-box .exad-logo-item{position: relative;border-radius: 2px;transition: all .3s ease;cursor: pointer;text-align: center}.exad-logo-box.exad-logo-left .exad-logo-item{text-align: left}.exad-logo-box.exad-logo-left .exad-logo-item.exad-logo-item-max-height-yes{justify-content: flex-start}.exad-logo-box.exad-logo-center .exad-logo-item{text-align: center}.exad-logo-box.exad-logo-center .exad-logo-item.exad-logo-item-max-height-yes{justify-content: center}.exad-logo-box.exad-logo-right .exad-logo-item{text-align: right}.exad-logo-box.exad-logo-right .exad-logo-item.exad-logo-item-max-height-yes{justify-content: flex-end}.exad-logo-box .exad-logo-item img{vertical-align: middle}.exad-logo-item.exad-logo-item-max-height-yes{display: flex;align-items: center}.exad-logo-carousel-element{visibility:hidden;opacity:0;transition: opacity .3s}.exad-logo-carousel-element.slick-initialized{visibility:visible;opacity:1}.exad-logo-carousel-element .exad-logo-carousel-item{display:none }.exad-logo-carousel-element .exad-logo-carousel-item:first-child{display:block;visibility:hidden}.exad-logo-carousel-element.slick-initialized .exad-logo-carousel-item{display:block;visibility:visible}.exad-logo-carousel .slick-dots{width: auto;display: table;margin: 0 auto;padding: 0;position: absolute}.exad-logo-carousel .slick-dots li{list-style: none;display: inline-block;padding: inherit;outline: none;border: 0}.exad-logo-carousel .slick-dots li button{padding: inherit;outline: none;border: 0;text-indent: -9999px}.exad-logo-carousel-left img{margin-right: auto}.exad-logo-carousel-center img{margin-left: auto;margin-right: auto}.exad-logo-carousel-right img{margin-left: auto}.exad-logo-carousel-prev,.exad-logo-carousel-next{position: absolute;text-align: center;cursor: pointer;transition: all .3s ease}.exad-logo-carousel-prev i, .exad-logo-carousel-element .exad-logo-carousel-next i{top: 50%;position: absolute;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 20px}.exad-logo-carousel-element .exad-logo-carousel-prev:hover, .exad-logo-carousel-element .exad-logo-carousel-next:hover{background: #fff}.exad-logo-carousel-element .exad-logo-carousel-prev:hover i, .exad-logo-carousel-element .exad-logo-carousel-next:hover i{color: #000000}.exad-logo-carousel-element .exad-logo-carousel-prev{z-index: 1;top: 50%;left: -80px;-webkit-transform: translateY(-50%);transform: translateY(-50%)}.exad-logo-carousel-element .exad-logo-carousel-next{z-index: 1;top: 50%;right: -80px;-webkit-transform: translateY(-50%);transform: translateY(-50%)}.exad-logo-carousel .slick-dots{width: auto;display: table;margin: 0 auto;padding: 0;left: 50%;transform: translateX(-50%)}.exad-logo-carousel-element.exad-logo-carousel-max-height-yes .exad-logo-carousel-item{display: flex;align-items: center}.exad-carousel-item .exad-carousel-nav-prev,.exad-carousel-item .exad-carousel-nav-next{position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);height: 60px;width: 60px;background: transparent;border-radius: 50%;text-align: center;cursor: pointer;transition: all .3s ease;z-index: 1}.exad-carousel-item .exad-carousel-nav-prev i,.exad-carousel-item .exad-carousel-nav-next i{top: 50%;position: absolute;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);font-size: 20px}.exad-carousel-item .exad-carousel-nav-prev:hover,.exad-carousel-item .exad-carousel-nav-next:hover{color: #0a1724}.exad-carousel-item .exad-carousel-nav-prev{left: -70px}.exad-carousel-item .exad-carousel-nav-next{right: -70px}.exad-exclusive-heading .exad-exclusive-heading-title a{text-decoration: none;display: inline-block}.exad-exclusive-heading .exad-exclusive-heading-title{margin: 0 auto}.exad-exclusive-heading .exad-exclusive-heading-description{line-height: 26px;margin: 0}.exad-heading-icon-box-yes .exad-heading-icon{position: relative}.exad-heading-icon-box-yes .exad-heading-icon i,.exad-heading-icon-box-yes .exad-heading-icon svg{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}.exad-exclusive-heading.parallax .exad-exclusive-heading-wrapper .exad-exclusive-heading-title{-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent}.exad-exclusive-heading.separator .exad-exclusive-heading-wrapper .exad-exclusive-heading-title{position: relative}.exad-heading-text-background .exad-exclusive-heading-title{position: relative;z-index: 1}.exad-heading-text-background .exad-exclusive-heading-title::after{position: absolute;content: attr(data-content);top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;z-index: -1;letter-spacing: 3px;line-height: 50px}.exad-heading-image-gradient .exad-exclusive-heading-title{-webkit-background-clip: text;-webkit-text-fill-color: transparent}.exad-heading-icon{display: inline-block}.exad-modal-button .exad-modal-image-action{display: inline-block;text-decoration: none;transition: all .3s ease;position: relative;text-align: center;z-index: 1;overflow: hidden}.exad-modal-button .exad-modal-image-action:before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;-webkit-transform: scale(0);transform: scale(0);opacity: 0;-webkit-transition: all .3s ease;transition: all .3s ease;-webkit-transform-origin: center center;transform-origin: center center}.exad-modal-button .exad-modal-image-action:hover::before{-webkit-transform: scale(1);transform: scale(1);opacity: 1;z-index: -1}.top-to-middle{-webkit-transform: translate(-50%, -60%);transform: translate(-50%, -60%);-webkit-transition: all .3s ease;transition: all .3s ease}.exad-modal-item.modal-vimeo.bottom-to-middle{-webkit-transform: translate(-50%, -30%);transform: translate(-50%, -30%);-webkit-transition: all .3s ease;transition: all .3s ease}.exad-modal-item.active.modal-vimeo.bottom-to-middle{z-index: 9999;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.exad-modal-item.modal-vimeo.right-to-middle{-webkit-transition: all .3s ease;transition: all .3s ease;-webkit-transform: translate(-30%, -50%);transform: translate(-30%, -50%)}.exad-modal-item.active.modal-vimeo.right-to-middle{-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 9999}.exad-modal-item.modal-vimeo.left-to-middle{-webkit-transform: translate(-70%, -50%);transform: translate(-70%, -50%);-webkit-transition: all .3s ease;transition: all .3s ease}.exad-modal-item.active.modal-vimeo.left-to-middle{z-index: 9999;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}.exad-modal-item.modal-vimeo.zoom-in{-webkit-transform: translate(-50%, -50%) scale(0.5);transform: translate(-50%, -50%) scale(0.5);-webkit-transform-origin: center center;transform-origin: center center;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-modal-item.active.modal-vimeo.zoom-in{z-index: 9999;-webkit-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1)}.exad-modal-item.modal-vimeo.zoom-out{-webkit-transform: translate(-50%, -50%) scale(1.5);transform: translate(-50%, -50%) scale(1.5);-webkit-transform-origin: center center;transform-origin: center center;-webkit-transition: all .3s ease;transition: all .3s ease}.exad-modal-item.active.modal-vimeo.zoom-out{z-index: 9999;display: block;-webkit-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1)}.exad-modal-item.modal-vimeo.left-rotate{opacity: 0;-webkit-transition: all .8s ease;transition: all .8s ease;-webkit-perspective: 1000;perspective: 1000;-webkit-transform: translate(-50%, -50%) rotateX(90deg);transform: translate(-50%, -50%) rotateX(90deg);-webkit-transform-origin: center center;transform-origin: center center}.exad-modal-item.active.modal-vimeo.left-rotate{opacity: 1;z-index: 9999;-webkit-transform: translate(-50%, -50%) rotateX(0);transform: translate(-50%, -50%) rotateX(0)}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn{position: absolute;top: -40px;right: -40px;cursor: pointer;height: 40px;width: 40px;border-radius: 50%}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn span{display: block;height: 100%;width: 100%;position: absolute}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn span::before{content: '';position: absolute;height: 2px;width: 20px;background: #fff;transform: translate(-50%,-50%) rotate(45deg);top: 50%;left: 50%}.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn span::after{content: '';position: absolute;height: 20px;width: 2px;background: #fff;transform: translate(-50%,-50%) rotate(45deg);top: 50%;left: 50%}.exad-modal-overlay{position: fixed;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;z-index: -1;background: rgba(0, 0, 0, 0.5);transition: all 0.3s ease;display: none}.exad-modal-overlay.active{opacity: 1;z-index: 1000;display: block;transition: all 0.3s ease}.exad-modal-prevent-page-scroll{overflow:hidden !important}.exad-modal-item.image-gallery .exad-modal-element{display: flex;flex-wrap: wrap}.exad-modal-item.image-gallery .exad-modal-element.column-one .exad-modal-element-card{width: 100%}.exad-modal-item.image-gallery .exad-modal-element.column-two .exad-modal-element-card{width: 50%}.exad-modal-item.image-gallery .exad-modal-element.column-three .exad-modal-element-card{width: 33.33%}.exad-modal-item.image-gallery .exad-modal-element.column-four .exad-modal-element-card{width: 25%}.exad-modal-item.image-gallery .exad-modal-element.column-five .exad-modal-element-card{width: 20%}.exad-modal-item.image-gallery .exad-modal-element.column-six .exad-modal-element-card{width: 16.66%}.exad-modal-item{position: fixed !important;top: 50%;left: 50%;-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%)}.exad-modal-item.modal-vimeo{opacity: 0;-webkit-transform: translate(-50%, -60%);transform: translate(-50%, -60%);height: auto;-webkit-transition: all .3s ease;transition: all .3s ease;visibility: hidden}@media (max-width: 991px){.exad-modal-item.modal-vimeo{height: 100%}.exad-modal-item.modal-vimeo::-webkit-scrollbar{display: none}}.exad-modal-item.modal-vimeo .exad-modal-content .exad-modal-element img{display: block;max-width: 100%;height: auto}.exad-modal-item.modal-vimeo .exad-modal-content .exad-modal-element .exad-modal-element-card .exad-modal-element-card-body p{margin: 0}.exad-modal-item.modal-vimeo-img-fluid .exad-modal-content .exad-modal-element img,.exad-modal-item.modal-vimeo .exad-modal-content .exad-modal-element .exad-modal-element-card img{display: block;width: 100%}.exad-modal-item.modal-vimeo .exad-modal-content{position: relative}.exad-modal-item .exad-modal-content .exad-modal-element iframe{display: block;height: 100%;width: 100%}.exad-modal-item.active.modal-vimeo{opacity: 1;z-index: 16777221 !important;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);visibility: visible}.exad-modal-button.exad-modal-btn-fixed-width-yes .exad-modal-image-action{position: relative}.exad-modal-button.exad-modal-btn-fixed-width-yes .exad-modal-image-action span{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1}.exad-modal-wrapper .exad-modal-item.exad-content-overflow-x-{overflow-x: hidden}.exad-modal-wrapper .exad-modal-item.exad-content-overflow-y-{overflow-y: scroll}.exad-news-ticker{display: block;width: 100%;box-sizing: border-box;position: relative;overflow: hidden;font-size: 14px}.exad-news-ticker *{box-sizing: border-box}.exad-news-ticker.bn-fixed-top{position: fixed;left: 0;right: 0;top: 0}.exad-news-ticker.bn-fixed-bottom{position: fixed;left: 0;right: 0;bottom: 0}.exad-news-ticker .exad-bn-label{left: 0;top: 0;bottom: 0;height: 100%;position: absolute;text-align: center;z-index: 3;white-space: nowrap;display: flex;width: auto;user-select: none;justify-content: center;align-items: center}.exad-news-ticker .exad-bn-label{padding: 0 15px;color: #FFF}.exad-news-ticker .exad-bn-label,.exad-news-ticker .exad-bn-label.yes-small:after{}.exad-news-ticker .exad-bn-label.yes-small:after{position: absolute;content: '';top: 50%;right: -5px;transform: translateY(-50%) rotate(45deg);width: 10px;height: 10px;z-index: -1}.exad-news-ticker .exad-nt-news{position: absolute;left: 0;top: 0;bottom: 0;height: 100%;right: 0;overflow: hidden}.exad-news-ticker .exad-nt-news ul{display: block;height: 100%;list-style: none;padding: 0;margin: 0;width: 100%}.exad-news-ticker .exad-nt-news ul li{list-style: none;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;text-decoration: none;-webkit-transition: color .2s linear;-moz-transition: color .2s linear;-o-transition: color .2s linear;transition: color .2s linear;position: absolute;width: 100%;display: none;color: #333;padding: 0 15px;margin: 0;line-height: inherit}.exad-news-ticker .exad-nt-news ul li a{white-space: nowrap;text-overflow: ellipsis;text-decoration: none;color: #333;position: relative;display: block;overflow: hidden}.exad-news-ticker .exad-nt-news ul li a:hover{color: #069}.exad-news-ticker .bn-loader-text{padding: 0 10px}.exad-news-ticker .bn-seperator{display: inline-block;float: left;margin-right: 15px;width: 30px;height: 40px;background-position: center;background-size: contain;background-repeat: no-repeat;position: relative}.exad-news-ticker .bn-seperator.exad-nt-news-dot{margin-right: 0}.exad-news-ticker .bn-seperator.exad-nt-news-dot:after{content: '';position: absolute;width: 8px;height: 8px;background: #333;border-radius: 50%;top: 50%;margin-top: -4px;left: 50%;margin-left: -4px}.exad-news-ticker .bn-prefix{color: #d65d7a;margin-right: 15px;padding-left: 10px}.exad-news-ticker .bn-positive{color: #0b8457;font-weight: bold}.exad-news-ticker .bn-negative{color: #dc2f2f;font-weight: bold}.exad-news-ticker .exad-nt-controls{width: auto;right: 0;top: 0;bottom: 0;height: 100%;background-color: #ffffff;padding: 0 0 0 20px;position: absolute;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;display: flex;justify-content: center;align-items: center}.exad-news-ticker.bn-direction-rtl .exad-nt-controls{flex-direction: row-reverse}.exad-news-ticker.bn-direction-rtl .exad-bn-label.yes-small:after{right: calc( 100% - 5px )}.exad-news-ticker .exad-nt-controls button{width: 30px;padding: 0;border: inherit;height: 30px;cursor: pointer;text-align: center;outline: none;border-radius: 0;width: 30px;border: 0}.exad-news-ticker .bn-arrow{margin: 0;display: inline-block;height: 8px;position: relative;width: 8px;top: -2px}.exad-news-ticker .bn-arrow::after{border-bottom-style: solid;border-bottom-width: 2px;border-right-style: solid;border-right-width: 2px;content: '';display: inline-block;height: 8px;left: 0;position: absolute;top: 0;width: 8px}.exad-news-ticker .bn-arrow.bn-next{-moz-transform: rotate(315deg);-ms-transform: rotate(315deg);-webkit-transform: rotate(315deg);transform: rotate(315deg);left:-3px}.exad-news-ticker .bn-arrow.bn-prev{-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-webkit-transform: rotate(135deg);transform: rotate(135deg);left: 3px}.exad-news-ticker .bn-play{position: relative;background: #999999;width: 0;height: 12px;display: inline-block;margin-left: -5px}.exad-news-ticker .bn-play::after{left: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(136, 183, 213, 0);border-left-color: #999999;border-width: 8px;margin-top: -8px}.exad-news-ticker .bn-pause{position: relative;width: 0;height: 14px;display: inline-block;top: 1px;left:-1px}.exad-news-ticker .bn-pause::before{position: absolute;content: "";width: 2px;height: 100%;left: 3px}.exad-news-ticker .bn-pause::after{position: absolute;content: "";width: 2px;height: 100%;left: -3px}.exad-news-ticker.bn-direction-rtl{direction: rtl}.exad-news-ticker.bn-direction-rtl .exad-bn-label{left: auto;right: 0}.exad-news-ticker.bn-direction-rtl .exad-nt-controls{right: auto;left: 0}.exad-news-ticker.bn-direction-rtl .bn-seperator{margin-left: 15px;margin-right: 0;float: right}.exad-news-ticker.bn-direction-rtl .bn-prefix{margin-left: 15px;margin-right: 0;padding-left: 0;padding-right: 10px}.exad-news-ticker.bn-direction-rtl .exad-nt-controls button{border-left: none}.exad-news-ticker.bn-effect-scroll .exad-nt-news ul li{display: list-item;float: left;position: relative;width: auto}.exad-news-ticker.bn-effect-scroll .exad-nt-news ul li a:focus{outline: none}.exad-news-ticker.bn-effect-scroll.bn-direction-rtl .exad-nt-news ul li{float: right}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail{position: relative;z-index: 0}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail ul.exad-post-grid-category{margin: 0;padding: 0;list-style: none}.exad-post-grid-container .exad-post-grid-body{position: relative}.exad-post-grid-container .exad-post-grid-body ul.exad-post-grid-category.cat-pos-bottom-left{transform: translateY(-50%);top: 0;position: absolute}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail ul.exad-post-grid-category.postion-top-right{position: absolute;top: 20px;right: 20px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-thumbnail ul.exad-post-grid-category li{display: inline-block}.exad-post-grid-container ul.exad-post-grid-category li:not(:last-child){margin-right: 8px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body{z-index: 9}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category,.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-data{margin: 0;padding: 0}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category{margin-bottom: 20px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li{display: inline-block;list-style: none}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body li{margin-left: 0px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-data li{display: flex;align-items: center;justify-content: center}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-data{display: flex;align-items: center}.exad-post-grid-container .exad-post-data.show-avatar-yes li.exad-post-date{margin-top: -3px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-author-avatar img{border-radius: 100%;margin-right: 12px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li:not(:last-child){margin-right: 5px}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li:hover:nth-child(2n-1){opacity: 0.7}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-category li:hover:nth-child(2n){opacity: 0.7}.exad-post-grid-container .exad-post-grid-body h3{margin: 15px 0 5px 0}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-title{display: block;text-decoration: none;-ms-word-wrap: break-word;word-wrap: break-word;transition: all .3s ease}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-title:hover{color: #FF6F51}.exad-row-wrapper .exad-post-grid-body .exad-post-data li{color: #848484}.exad-row-wrapper .exad-post-grid-three .exad-post-grid-body .exad-post-grid-action{display: inline-block;text-decoration: none;transition: all .3s ease}.exad-row-wrapper.exad-col-6{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper.exad-col-6 .exad-col{flex: 0 0 16.66666%;max-width: 16.666666%;padding: 0 10px}.exad-row-wrapper .exad-post-grid-body .exad-post-grid-read-time{display: inline-block}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment{margin: 0;padding: 0;list-style: none}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment li{display: inline-block}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment li:not(:last-child){padding-right: 20px}.exad-row-wrapper .exad-post-grid-body ul.exad-post-grid-time-comment li i.fa.fa-comment-o{padding-right: 10px}.exad-post-grid-container .exad-post-grid-body .exad-post-footer a{display: inline-block;transition: all .3s ease}.exad-post-grid-container.image-position-left,.exad-post-grid-container.image-position-right{display: flex}.exad-post-grid-container.image-position-left .exad-post-grid-thumbnail,.exad-post-grid-container.image-position-right .exad-post-grid-thumbnail{z-index: 999}.exad-post-grid-container.image-position-left > figure,.exad-post-grid-container.image-position-left > div,.exad-post-grid-container.image-position-right > figure,.exad-post-grid-container.image-position-right > div{flex-direction: column}.exad-post-grid-container.image-position-left > figure,.exad-post-grid-container.image-position-right > figure{width: 40%}.exad-post-grid-container.image-position-left > div,.exad-post-grid-container.image-position-right > div{width: 60%}.exad-post-grid-container.image-position-left > figure img,.exad-post-grid-container.image-position-right > figure img{height: 100%;object-fit: cover;width: 100%}.exad-post-grid-container.image-position-right > figure{order: 2}.exad-post-grid-container.image-position-right > div{order: 1}.exad-post-grid-container.image-position-top .exad-post-grid-thumbnail a{display: flex}nav.exad-post-pagination{display: flex;width: 100%;align-items: center;justify-content: center}nav.exad-post-pagination ul{margin: 0;padding: 0;list-style: none}nav.exad-post-pagination ul li{display: inline-block}@media (max-width: 767px){.exad-row-wrapper.exad-col-6 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}.exad-row-wrapper{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper .exad-col{padding: 0 10px}.exad-row-wrapper.exad-col-5{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper.exad-col-5 .exad-col{flex: 0 0 20%;max-width: 20%;padding: 0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-5 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}.exad-row-wrapper.exad-col-4{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper.exad-col-4 .exad-col{flex: 0 0 25%;max-width: 25%;padding: 0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-4 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}.exad-row-wrapper.exad-col-3{display: flex;margin: 0 -10px;flex-wrap: wrap}.exad-row-wrapper.exad-col-3 .exad-col{flex: 0 0 33.333333%;max-width: 33.333333%;padding: 0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-3 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}.exad-row-wrapper.exad-col-2{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper.exad-col-2 .exad-col{flex: 0 0 50%;max-width: 50%;padding: 0 10px}@media (max-width: 767px){.exad-row-wrapper.exad-col-2 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}.exad-row-wrapper.exad-col-1{display: flex;flex-wrap: wrap;margin: 0 -10px}.exad-row-wrapper.exad-col-1 .exad-col{width: 100%;flex: 0 0 100%;max-width: 100%;padding: 0 15px 25px}@media (max-width: 767px){.exad-row-wrapper.exad-col-1 .exad-col{flex: 0 0 100%;max-width: 100%;padding: 10px 10px}}@media (max-width: 480px){.exad-post-grid-container.image-position-left, .exad-post-grid-container.image-position-right{flex-direction: column}.exad-post-grid-container.image-position-left > figure, .exad-post-grid-container.image-position-right > figure,.exad-post-grid-container.image-position-left > div, .exad-post-grid-container.image-position-right > div{width: 100%}}.exad-post-grid-description{line-height: 1.8}.exad-post-grid-container.image-position-top .exad-post-grid-thumbnail a img{object-fit: cover;-o-object-fit: cover;width: 100%}.exad-post-grid-load-btn{text-align: center}.exad-post-grid-paginate-btn{text-align: center;display: inline-block;text-decoration: none;transition: all .3s ease}.exad-post-grid-container ul.exad-post-grid-category li a{display: block}.exad-post-grid.exad-post-grid-featured-post-yes article.exad-post-grid-three:first-child{flex: 100%;max-width: 100%}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container{display: flex}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-thumbnail{width: 50%}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-thumbnail a{height: 100%}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-thumbnail a img{height: 100%;object-fit: cover;-o-object-fit: cover}.exad-post-grid.exad-post-grid-featured-post-yes.layout_one article.exad-post-grid-three:first-child .exad-post-grid-container .exad-post-grid-body{width: 50%}.exad-post-grid .exad-row-wrapper .exad-post-grid-container .exad-post-grid-thumbnail::before{display: none}.exad-post-timeline{margin-bottom: 35px}.exad-post-timeline .exad-post-timeline-item{display: flex;align-items: center;position: relative}.exad-post-timeline .exad-post-timeline-item::before{position: absolute;content: '';background: #e3e5e8;width: 3px;height: calc( 100% 100px);left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);top: 0}.exad-post-timeline .exad-post-timeline-item:not(:last-child){margin-bottom: 100px}.exad-post-timeline .exad-post-timeline-item:last-child::before{height: 100%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);height: 60px;width: 60px;text-align: center;border-radius: 50%;z-index: 1}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon i{font-size: 24px;line-height: 60px;color: #D1C1FF}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::before{position: absolute;content: '';width: 60px;height: 2px;background: transparent;border: 1px dashed #e3e3e3;top: 30px;left: -70px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::after{position: absolute;content: '';width: 60px;background: transparent;border: 1px dashed #e3e3e3;top: 30px;right: -70px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content{flex-basis: 35%;overflow: hidden}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content img{width: 100%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date{flex-basis: 20%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date h4{font-size: 20px;margin: 6px auto}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date p{font-size: 15px;margin: 0;color: #8a8d91}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content-text{padding: 25px 30px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content-text h4{font-size: 20px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content-text p{color: #8a8d91;margin-bottom: 0;font-size: 15px;line-height: 24px}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-content{position: relative}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-date{margin-left: 30%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{order: 2;margin-left: 30%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-date{order: 1;margin-left: 15%;text-align: right}@media only screen and (max-width: 1350px){.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::before{width: 40px;left: -50px}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::after{width: 40px;right: -50px}}@media only screen and (max-width: 992px){.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::before{display: none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon::after{display: none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content{flex-basis: 40%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date{flex-basis: 30%}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-date{margin-left: 20%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{margin-left: 20%}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-date{margin-left: 10%}}@media only screen and (max-width: 552px){.exad-post-timeline .exad-post-timeline-item::before{display: none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-icon{display: none}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-content{flex-basis: 100%}.exad-post-timeline .exad-post-timeline-item .exad-post-timeline-date{flex-basis: 100%}.exad-post-timeline .exad-post-timeline-item{flex-direction: column}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{margin-left: 0}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-content{order: 1}.exad-post-timeline .exad-post-timeline-item:nth-child(odd) .exad-post-timeline-date{margin-left: 0;margin-top: 10px}.exad-post-timeline .exad-post-timeline-item:nth-child(even) .exad-post-timeline-date{margin-left: 0;text-align: left;margin-top: 10px}.exad-post-timeline .exad-post-timeline-item:not(:last-child){margin-bottom: 50px}}.exad-pricing-list-wrapper.border_bottom .exad-pricing-list-item:last-child{border-bottom: none !important}.exad-pricing-list-item.yes{display: flex}.exad-pricing-list-item-thumbnail{overflow: hidden}.exad-pricing-list-item-thumbnail img{height: 100% !important;width: 100%;object-fit: cover;-o-object-fit: cover}.exad-pricing-title{display: flex;align-items: center}.exad-pricing-title .exad-pricing-list-item-price{margin-left: auto}.exad-pricing-list-item-content-title{display: flex;font-size: 20px;font-weight: bold}.exad-pricing-list-item-content-description{margin: 0}.exad-pricing-list-item-price span{display: block;font-size: 20px;line-height: 20px}.exad-pricing-list-item-content-action{display: inline-block;transition: all .3s ease}.exad-pricing-list-item-content-conntector{border-bottom: 1px dashed;height: 1px;flex-grow: 1;align-self: center;margin: 0 15px}.left{text-align: left}.left .exad-pricing-table-features li{justify-content: flex-start}.left .price-box{margin-right: auto}.center{text-align: center}.center.exad-pricing-table-features li{justify-content: center}.center .price-box{margin: 0 auto}.right{text-align: right}.right .exad-pricing-table-features li{justify-content: flex-end}.right .price-box{margin-left: auto}.exad-pricing-table-header{position: relative;z-index: -1}.exad-pricing-table-header .exad-pricing-table-header-curved svg{position: absolute;left: 0;bottom: 0;z-index: 1;width: 100%}.exad-pricing-table-title{margin: 0 0 16px 0;font-size: 20px;font-weight: 400}.exad-pricing-table-subtitle{margin: 0 0 10px 0}.price-box{position: relative}.exad-pricing-table-price{position: relative}.exad-pricing-table-price.exad-discount-price-yes{display: inline-flex;align-items: flex-end}.exad-pricing-table-price.exad-discount-price-yes .exad-pricing-table-regular-price{text-decoration: line-through;font-size: 20px;color: #e5e5e5;line-height: 2.1em}.exad-pricing-table-price svg{position: absolute}.exad-pricing-table-wrapper .exad-pricing-table-price p.exad-pricing-table-new-price{font-size: 48px;font-weight: 600;letter-spacing: -3.2px}.exad-pricing-table-wrapper .exad-pricing-table-price span.exad-price-period{font-size: 20px;font-weight: 600;letter-spacing: 0px}.exad-pricing-table-price p{margin: 0}.price-box p{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);margin: 0;width: 100%}.exad-pricing-table-features{margin: 0;padding: 0}.exad-pricing-table-features li{list-style: none;display: flex;align-items: center;justify-content: center;margin-left: 0px}.list-border-bottom li:not(:last-child){border-bottom: 1px solid #ff5985}.exad-pricing-table-features li .exad-pricing-li-icon{margin-right: 7px}.exad-pricing-table-action{text-decoration: none;-webkit-transition: all .3s ease;transition: all .3s ease;z-index: 1;display: inline-block}.exad-pricing-table-badge-wrapper{position: relative;overflow: hidden;z-index: 1;transition: all .3s ease}.exad-pricing-table-wrapper{transition: all .3s ease}.exad-pricing-table-wrapper.transition_top{transition: all .3s ease;transform: translateY(0);-webkit-transform: translateY(0)}.exad-pricing-table-wrapper.transition_top:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px)}.exad-pricing-table-wrapper.transition_bottom{transition: all .3s ease;transform: translateY(0);-webkit-transform: translateY(0)}.exad-pricing-table-wrapper.transition_bottom:hover{transform: translateY(10px);-webkit-transform: translateY(10px)}.exad-pricing-table-wrapper.transition_zoom{transition: all .3s ease;transform: scale(1);-webkit-transform: scale(1)}.exad-pricing-table-wrapper.transition_zoom:hover{transform: scale(1.02);-webkit-transform: scale(1.02)}.exad-pricing-table-wrapper .text-badge{position: absolute;top: 0;right: 0;background: #13c83a;padding: 13px 50px;width: 160px;text-align: center;-webkit-transform: rotate(45deg) translate(40px, -22px);transform: rotate(45deg) translate(40px, -22px);color: #ffffff;font-size: 12px;font-weight: bold;z-index: 2}.exad-pricing-table-wrapper .icon-badge{position: absolute;padding: 15px 10px;border-radius: 0 0 40px 40px;background: #13c83a;right: 30px;top: 0;z-index: 2}.exad-pricing-table-promo-label{display: block}.exad-pricing-table-currency{position: relative}.exad-pricing-table-price-subtitle{display: block}.ldBar{position:relative}.ldBar.label-center > .ldBar-label{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-shadow:0 0 3px #ffffff}.exad-progress-bar .ldBar-label:after{content:"%";display:inline;position: absolute}.ldBar.no-percent .ldBar-label:after{content:""}[class*="exad-progress-bar-"].line{position: relative}[class*="exad-progress-bar-"].line .ldBar-label{position: absolute;top: -12px;right: 0}[class*="exad-progress-bar-"].line-bubble{position: relative}[class*="exad-progress-bar-"].line-bubble .ldBar-label{position: absolute;left: 0;top: 0%;width: 50px;height: 50px;-webkit-transform: translate(-50%, 25%);transform: translate(-50%, 25%);background-color: #ccc;line-height: 27px}[class*="exad-progress-bar-"].circle{position: relative}[class*="exad-progress-bar-"].circle .ldBar-label{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}[class*="exad-progress-bar-"].circle h3{position: absolute;bottom: -20px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%)}[class*="exad-progress-bar-"].fan{position: relative}[class*="exad-progress-bar-"].fan svg{margin-top: -40%}[class*="exad-progress-bar-"].fan h3{position: absolute;bottom: -20px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%)}[class*="exad-progress-bar-"].fan .ldBar-label{position: absolute;left: 50%;-webkit-transform: translate(-50%, -20%);transform: translate(-50%, -20%);font-size: 30px;bottom: 7%}[class*="exad-progress-bar-"].fan .left-title{position: absolute;left: 0;bottom: -10px}[class*="exad-progress-bar-"].fan .right-title{position: absolute;bottom: -10px;right: 0}.exad-progress-bar svg:not(:root){overflow: hidden;height: inherit}.exad-progress-bar-title{font-size: 16px;font-weight: 600}.exad-sticky-section-yes{position: sticky !important}.exad-column-sticky .inner-wrapper-sticky{width: 100%}.exad-advance-tab-nav{margin: 0;padding: 0}.exad-advance-tab-nav li{list-style: none;transition: all .3s ease;position: relative;cursor: pointer}.exad-advance-tab-nav li span.exad-tab-title{font-size: 16px}.exad-tab-horizontal > .exad-advance-tab-nav{display: flex}.exad-tab-horizontal.exad-tab-align-left > .exad-advance-tab-nav{justify-content: flex-start}.exad-tab-horizontal.exad-tab-align-center > .exad-advance-tab-nav{justify-content: center}.exad-tab-horizontal.exad-tab-align-right > .exad-advance-tab-nav{justify-content: flex-end}.exad-tab-horizontal-full-width > .exad-advance-tab-nav{display: flex}.exad-tab-align-left > .exad-advance-tab-nav li{text-align: left}.exad-tab-align-center > .exad-advance-tab-nav li{text-align: center}.exad-tab-align-right > .exad-advance-tab-nav li{text-align: right}.exad-tab-align-left > .exad-advance-tab-nav{text-align: left}.exad-tab-align-center > .exad-advance-tab-nav{text-align: center}.exad-tab-align-right > .exad-advance-tab-nav{text-align: right}.exad-tab-horizontal-full-width > .exad-advance-tab-nav li{flex: 1}.exad-tab-vertical{display: flex}.exad-tab-vertical > .exad-advance-tab-nav li{display: flex;align-items: center}.exad-advance-tab > .exad-advance-tab-content.active{display: block}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left,.exad-advance-tab .exad-advance-tab-content.active.exad-tab-image-right{display: flex;width: 100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-element{width: 100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-element{width: 70%}.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-right .exad-advance-tab-content-element{width: 100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-thumb,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-thumb{width: 30%}.exad-advance-tab > .exad-advance-tab-content.active .exad-advance-tab-content-thumb{width: 30%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element{order: 2}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-thumb{order: 1}.exad-advance-tab > .exad-advance-tab-content{display: none}.exad-tab-btn{text-decoration: none;transition: all .3s ease;display: inline-block}.exad-advance-tab-content-title{margin: 0 0 20px 0}.exad-advance-tab-content-description{margin: 0 0 20px 0}.exad-tab-triangle-right.active{position: relative;z-index: 1}.exad-tab-triangle-bottom.active{position: relative;z-index: 1}.exad-tab-triangle-right.active::before{position: absolute;content: '';height: 20px;width: 15px;top: 50%;right: -4px;transform: translateY(-50%) rotate(45deg);z-index: -1}.exad-tab-triangle-bottom.active::before{position: absolute;content: '';height: 20px;width: 15px;left: 50%;bottom: -8px;transform: translateX(-50%) rotate(45deg);z-index: -1}@media ( max-width: 575px ){.exad-tab-vertical{flex-direction: column}.exad-tab-vertical > .exad-advance-tab-nav li{width: 100% !important;justify-content: center}.exad-tab-triangle-right.active:before{display: none}}@media ( max-width: 767px ){.exad-tab-horizontal-full-width > .exad-advance-tab-nav{overflow-x: scroll}.exad-tab-horizontal > .exad-advance-tab-nav{overflow-x: scroll}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right{flex-direction: column}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-element{width: 100%}.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-left .exad-advance-tab-content-element,.exad-advance-tab > .exad-advance-tab-content.exad-tab-image-has-no.exad-tab-image-right .exad-advance-tab-content-element{width: 100%}.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-left .exad-advance-tab-content-thumb,.exad-advance-tab > .exad-advance-tab-content.active.exad-tab-image-right .exad-advance-tab-content-thumb{width: 100%}.exad-advance-tab > .exad-advance-tab-content.active .exad-advance-tab-content-thumb{width: 100%}.exad-advance-tab-content-thumb{margin-top: 20px}}.exad-left{text-align: left}.exad-left .exad-team-member-thumb{margin-right: auto}.exad-center{text-align: center}.exad-center .exad-team-member-thumb{margin: 0 auto}.exad-team-member-thumb.style_1{-webkit-animation: clip-1 10s linear infinite alternate forwards;animation: clip-1 10s linear infinite alternate forwards;overflow: hidden}.exad-team-member-thumb.style_2{-webkit-animation: clip-2 10s linear infinite alternate forwards;animation: clip-2 10s linear infinite alternate forwards;overflow: hidden}.exad-team-member-thumb.style_3{-webkit-animation: clip-3 10s linear infinite alternate forwards;animation: clip-3 10s linear infinite alternate forwards;overflow: hidden}.exad-right{text-align: right}.exad-right .exad-team-member-thumb{margin-left: auto}.exad-top-background{clear: both}.exad-team-item .exad-team-member.exad-position-left,.exad-team-item .exad-team-member.exad-position-right{display: flex}.exad-position-left .exad-team-member-thumb{width: 40%}.exad-position-left .exad-team-member-content{width: 60%}.exad-position-right .exad-team-member-thumb{width: 40%;order: 2}.exad-position-right .exad-team-member-content{width: 60%;order: 1}.exad-team-item .exad-team-member.exad-position-left .exad-team-member-thumb img,.exad-team-item .exad-team-member.exad-position-right .exad-team-member-thumb img{height: 100%;object-fit: cover}.elementor .exad-team-member-thumb img{height: 100%;width: 100%}.exad-team-member-cta{text-decoration: none;display: inline-block;transition: all .3s ease}.exad-team-member-social{margin: 0;padding: 0}.exad-team-member-social li{list-style: none;display: inline-block}.exad-team-member-social li a{display: block;position: relative;transition: all .3s ease;text-decoration: none}.exad-team-member-social li a i{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}.exad-team-member-thumb img{display: block;object-fit: cover;-o-object-fit: cover}.exad-team-member-content{position: relative;z-index: 8}.exad-team-member-name{margin: 0 0 20px 0}.exad-team-member-designation{margin: 0 0 20px 0;display: block}.exad-team-member-about{margin: 0 0 20px 0;line-height: 1.5em}@media (max-width: 480px){.exad-team-item .exad-team-member.exad-position-left, .exad-team-item .exad-team-member.exad-position-right{flex-direction: column}.exad-team-item .exad-team-member.exad-position-left .exad-team-member-thumb img, .exad-team-item .exad-team-member.exad-position-right .exad-team-member-thumb img,.exad-position-left .exad-team-member-thumb,.exad-position-left .exad-team-member-content,.exad-position-right .exad-team-member-thumb,.exad-position-right .exad-team-member-content{width: 100%}}@keyframes clip-1{0%, 100%{border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%}14%{border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%}28%{border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%}42%{border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%}56%{border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%}70%{border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%}84%{border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%}}@keyframes clip-2{0%, 100%{border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%}25%{border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%}50%{border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%}75%{border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%}}@keyframes clip-3{0%, 100%{border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;}20%{border-radius: 45% 55% 62% 38% / 53% 51% 49% 47%}40%{border-radius: 45% 55% 49% 51% / 36% 51% 49% 64%}60%{border-radius: 60% 40% 57% 43% / 47% 62% 38% 53%}80%{border-radius: 60% 40% 32% 68% / 38% 36% 64% 62%}}.exad-testimonial-ratings{margin: 0;padding: 0}.exad-testimonial-ratings li{list-style: none;display: inline-block}.exad-testimonial-thumb img{height: 100% !important;width: 100%;display: block;object-fit: cover}.exad-testimonial-thumb{background: #ffffff}.exad-testimonial-wrapper.exad-testimonial-align-center{text-align: center}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-thumb{margin-left: auto;margin-right: auto}.exad-testimonial-wrapper.exad-testimonial-align-bottom{text-align: center}.exad-testimonial-wrapper.exad-testimonial-align-bottom .exad-testimonial-thumb{margin-left: auto;margin-right: auto}.exad-testimonial-wrapper.exad-testimonial-align-right{text-align: right}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-thumb{margin-left: auto}.exad-testimonial-wrapper.exad-testimonial-align-left .exad-testimonial-reviewer-wrapper,.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper{display: flex;align-items: center}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper{justify-content: flex-end}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper .exad-testimonial-thumb{order: 2}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-reviewer-wrapper .exad-testimonial-reviewer{order: 1}.exad-testimonial-description{margin: 0}.exad-testimonial-name{margin: 0;transition: all .3s ease}.exad-testimonial-designation{margin: 0;display: block;font-size: 14px;font-weight: 600}.exad-testimonial-content-wrapper-arrow::before{position: absolute;content: "\e92a";font-family: eicons;transform: translateX(-50%);font-size: 25px;line-height: 1}.exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{transform: translateX(-50%) rotate(180deg)}.exad-testimonial-wrapper{transition: all .3s ease}.exad-testimonial-content-wrapper-arrow{position: relative;z-index: 1}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{left: 50%;bottom: -15px}.exad-testimonial-wrapper.exad-testimonial-align-bottom .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{left: 50%;bottom: -15px}.exad-testimonial-wrapper.exad-testimonial-align-left .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{left: 40px;bottom: -15px}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-wrapper-inner.layout-1 .exad-testimonial-content-wrapper-arrow::before{right: 25px;bottom: -15px}.exad-testimonial-wrapper.exad-testimonial-align-center .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{left: 50%;top: -15px}.exad-testimonial-wrapper.exad-testimonial-align-bottom .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{left: 50%;top: -15px}.exad-testimonial-wrapper.exad-testimonial-align-left .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{left: 40px;top: -15px}.exad-testimonial-wrapper.exad-testimonial-align-right .exad-testimonial-wrapper-inner.layout-2 .exad-testimonial-content-wrapper-arrow::before{right: 25px;top: -15px}.exad-testimonial-wrapper.exad-testimonial-image-aside{display: flex;align-items: center}.exad-testimonial-wrapper.exad-testimonial-transition-top-yes:hover{transform: translateY(-10px)}.exad-testimonial-wrapper.exad-testimonial-transition-top-yes{transform: translateY(0px);-webkit-transition: all .3s ease;transition: all .3s ease}.exad-tooltip{transition: all .3s ease}.exad-tooltip .exad-tooltip-item{position: relative}.exad-tooltip .exad-tooltip-content-text{line-height: 0.5}.exad-tooltip-align-left{display: flex;width: 100%;justify-content: flex-start}.exad-tooltip-align-center{display: flex;width: 100%;justify-content: center}.exad-tooltip-align-right{display: flex;width: 100%;justify-content: flex-end}.exad-tooltip .exad-tooltip-item .exad-tooltip-content{cursor: pointer;line-height: 0.6;font-size: 16px;text-align: center;transition: all .3s ease}.exad-tooltip .exad-tooltip-item .exad-tooltip-content a img{margin: 0 auto}.exad-tooltip .exad-tooltip-item .exad-tooltip-text{position: absolute;min-width: 150px;padding: 10px;visibility: hidden;opacity: 0;transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);border-radius: 3px;font-weight: 300;font-size: 16px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);z-index: 4}.exad-tooltip .exad-tooltip-item .exad-tooltip-text:after{content: "";display: block;position: absolute;width: 0;height: 0;border-style: solid}.exad-tooltip .exad-tooltip-item .exad-tooltip-content:hover{box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.13)}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0);visibility: visible;opacity: 1}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-text{top: 50%;right: calc(100% 1em);-webkit-transform: translate3d(-15px, -50%, 0);transform: translate3d(-15px, -50%, 0)}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-text:after{top: 50%;right: -0.5em;-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0);border-width: 0.5em 0 0.5em 0.5em;border-color: transparent transparent transparent #f9f9f9}.exad-tooltip .exad-tooltip-item.tooltip-bottom .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);visibility: visible;opacity: 1}.exad-tooltip .exad-tooltip-item.tooltip-bottom .exad-tooltip-text{top: calc(100% 1em);left: 50%;-webkit-transform: translate3d(-50%, 15px, 0);transform: translate3d(-50%, 15px, 0);text-align: center}.exad-tooltip .exad-tooltip-item.tooltip-bottom .exad-tooltip-text:after{top: -0.5em;left: 50%;-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);border-width: 0 0.5em 0.5em 0.5em;border-color: transparent transparent #f9f9f9 transparent}.exad-tooltip .exad-tooltip-item.tooltip-top .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);visibility: visible;opacity: 1}.exad-tooltip .exad-tooltip-item.tooltip-top .exad-tooltip-text{bottom: calc(100% 1em);left: 50%;-webkit-transform: translate3d(-50%, -15px, 0);transform: translate3d(-50%, -15px, 0);text-align: center}.exad-tooltip .exad-tooltip-item.tooltip-top .exad-tooltip-text:after{bottom: -0.5em;left: 50%;-webkit-transform: translate3d(-50%, 0, 0);transform: translate3d(-50%, 0, 0);border-width: 0.5em 0.5em 0 0.5em}.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0);visibility: visible;opacity: 1}.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-text{top: 50%;left: calc(100% 1em);-webkit-transform: translate3d(15px, -50%, 0);transform: translate3d(15px, -50%, 0);text-align: center}.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-text:after{top: 50%;left: -0.5em;-webkit-transform: translate3d(0, -50%, 0);transform: translate3d(0, -50%, 0);border-width: 0.5em 0.5em 0.5em 0;border-color: transparent #fff transparent transparent}@media ( max-width: 767px ){.exad-tooltip .exad-tooltip-item.tooltip-right .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(-405%, -50%, 0);transform: translate3d(-45%, -50%, 0)}.exad-tooltip .exad-tooltip-item.tooltip-left .exad-tooltip-content:hover ~ .exad-tooltip-text{-webkit-transform: translate3d(50%, -50%, 0);transform: translate3d(50%, -50%, 0);visibility: visible;opacity: 1}}@-webkit-keyframes spinReturn {0% {-webkit-transform: rotate(0deg);}25% {-webkit-transform: rotate(225deg);}50% {-webkit-transform: rotate(180deg);}75% {-webkit-transform: rotate(405deg);}100% {-webkit-transform: rotate(360deg);}}@keyframes spinReturn {0% {transform: rotate(0deg);}25% {transform: rotate(225deg);}50% {transform: rotate(180deg);}75% {transform: rotate(405deg);}100% {transform: rotate(360deg);}}@-webkit-keyframes lightUp {0% {opacity: 0.2;}40% {opacity: 1;}60% {opacity: 0.2;}100% {opacity: 0.2;}}@keyframes lightUp {0% {opacity: 0.2;}40% {opacity: 1;}60% {opacity: 0.2;}100% {opacity: 0.2;}}@-webkit-keyframes wave {0% {-webkit-transform: scaleY(1);}40% {-webkit-transform: scaleY(0.1);}80% {-webkit-transform: scaleY(1);}100% {-webkit-transform: scaleY(1);}}@keyframes wave {0% {transform: scaleY(1);}40% {transform: scaleY(0.1);}80% {transform: scaleY(1);}100% {transform: scaleY(1);}}@-webkit-keyframes drawframeTop {0% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}12.5% {-webkit-transform: scaleX(0);transform-origin: 100% 0%;}50% {-webkit-transform: scaleX(0);transform-origin: 0% 0%;}62.5% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}100% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}}@keyframes drawframeTop {0% {transform: scaleX(1);transform-origin: 100% 0%;}12.5% {transform: scaleX(0);transform-origin: 100% 0%;}50% {transform: scaleX(0);transform-origin: 0% 0%;}62.5% {transform: scaleX(1);transform-origin: 0% 0%;}100% {transform: scaleX(1);transform-origin: 100% 0%;}}@-webkit-keyframes drawframeBottom {0% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}12.5% {-webkit-transform: scaleX(0);transform-origin: 0% 0%;}50% {-webkit-transform: scaleX(0);transform-origin: 100% 0%;}62.5% {-webkit-transform: scaleX(1);transform-origin: 100% 0%;}100% {-webkit-transform: scaleX(1);transform-origin: 0% 0%;}}@keyframes drawframeBottom {0% {transform: scaleX(1);transform-origin: 0% 0%;}12.5% {transform: scaleX(0);transform-origin: 0% 0%;}50% {transform: scaleX(0);transform-origin: 100% 0%;}62.5% {transform: scaleX(1);transform-origin: 100% 0%;}100% {transform: scaleX(1);transform-origin: 0% 0%;}}@-webkit-keyframes drawframeRight {0% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}12.5% {-webkit-transform: scaleY(0);transform-origin: 0% 100%;}50% {-webkit-transform: scaleY(0);transform-origin: 0% 0%;}62.5% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}100% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}}@keyframes drawframeRight {0% {transform: scaleY(1);transform-origin: 0% 100%;}12.5% {transform: scaleY(0);transform-origin: 0% 100%;}50% {transform: scaleY(0);transform-origin: 0% 0%;}62.5% {transform: scaleY(1);transform-origin: 0% 0%;}100% {transform: scaleY(1);transform-origin: 0% 100%;}}@-webkit-keyframes drawframeLeft {0% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}12.5% {-webkit-transform: scaleY(0);transform-origin: 0% 0%;}50% {-webkit-transform: scaleY(0);transform-origin: 0% 100%;}62.5% {-webkit-transform: scaleY(1);transform-origin: 0% 100%;}100% {-webkit-transform: scaleY(1);transform-origin: 0% 0%;}}@keyframes drawframeLeft {0% {transform: scaleY(1);transform-origin: 0% 0%;}12.5% {transform: scaleY(0);transform-origin: 0% 0%;}50% {transform: scaleY(0);transform-origin: 0% 100%;}62.5% {transform: scaleY(1);transform-origin: 0% 100%;}100% {transform: scaleY(1);transform-origin: 0% 0%;}}@-webkit-keyframes imgLoading {0% {height: 0%;opacity: 1;}95% {height: 100%;opacity: 1;}100% {height: 100%;opacity: 0;}}@keyframes imgLoading {0% {height: 0%;opacity: 1;}95% {height: 100%;opacity: 1;}100% {height: 100%;opacity: 0;}}@-webkit-keyframes beat {0% {transform: scale(0);opacity: 0;}80% {transform: scale(1);opacity: 0.7;}100% {transform: scale(1);opacity: 0;}}@keyframes beat {0% {transform: scale(0);opacity: 0;}80% {transform: scale(1);opacity: 0.7;}100% {transform: scale(1);opacity: 0;}}html, body {opacity: 1 !important;}#loftloader-wrapper {position: fixed;top: 0;left: 0;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);z-index: 999999;width: 100%;height: 100%;background: transparent !important;}.loaded #loftloader-wrapper {-webkit-transform: translateX(-200vw);-ms-transform: translateX(-200vw);transform: translateX(-200vw);pointer-events: none;opacity: 0;transition: opacity 0.0001s 1s, transform 0.0001s 2s;}.loaded #loftloader-wrapper.slide-vertical {-webkit-transform: translate(-100%, 0);-ms-transform: translate(-100%, 0);transform: translate(-100%, 0);}.loaded #loftloader-wrapper #loader, .loaded #loftloader-wrapper .loader-close-button {opacity: 0;transition: all 0.3s ease-out;}#loftloader-wrapper .loader-inner {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);z-index: 1001;text-align: center;transition: all 0s;font-size: 0;}#loftloader-wrapper .loader-inner #loader {position: relative;z-index: 1002;top: auto;left: auto;display: inline-block;margin: 0 auto;padding: 0;border: none;border-radius: 0;background: none !important;color: #248acc;}#loftloader-wrapper .loader-section {position: fixed;z-index: 999;width: 50%;height: 100%;background: #000;opacity: 0.95;transition: all 0s;will-change: transform;}#loftloader-wrapper .loader-section.section-fade {top: 0;left: 0;width: 100%;will-change: opacity;}.loaded #loftloader-wrapper .loader-section.section-fade {opacity: 0 !important;transition: opacity 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}#loftloader-wrapper .loader-section.end-no-animation {top: 0;left: 0;width: 100%;will-change: opacity;}.loaded #loftloader-wrapper .loader-section.end-no-animation, .loaded #loftloader-wrapper .loader-section.end-no-animation ~ * {opacity: 0;transition: all 0s 0s;}#loftloader-wrapper .loader-section.section-slide-up {top: 0;left: 0;width: 100%;}.loaded #loftloader-wrapper .loader-section.section-slide-up {-webkit-transform: translateY(-100vh);-ms-transform: translateY(-100vh);transform: translateY(-100vh);transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}#loftloader-wrapper .loader-section.section-left, #loftloader-wrapper .loader-section.section-right {top: 0;}#loftloader-wrapper .loader-section.section-left {left: 0;}.loaded #loftloader-wrapper .loader-section.section-left {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateX(-50vw);-ms-transform: translateX(-50vw);transform: translateX(-50vw);}#loftloader-wrapper .loader-section.section-right {right: 0;}.loaded #loftloader-wrapper .loader-section.section-right {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateX(50vw);-ms-transform: translateX(50vw);transform: translateX(50vw);}#loftloader-wrapper .loader-section.section-up, #loftloader-wrapper .loader-section.section-down {left: 0;width: 100%;height: 50%;}#loftloader-wrapper .loader-section.section-up {top: 0;}.loaded #loftloader-wrapper .loader-section.section-up {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateY(-50vh);-ms-transform: translateY(-50vh);transform: translateY(-50vh);}#loftloader-wrapper .loader-section.section-down {bottom: 0;}.loaded #loftloader-wrapper .loader-section.section-down {transition: transform 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);-webkit-transform: translateY(50vh);-ms-transform: translateY(50vh);transform: translateY(50vh);}#loftloader-wrapper.pl-sun #loader {width: 50px;height: 50px;}#loftloader-wrapper.pl-sun #loader span {position: absolute;top: 0;left: 0;display: block;width: 50px;height: 50px;background: currentColor;opacity: 0.9;transform-origin: 50% 50%;-webkit-animation: spinReturn 4s ease infinite;animation: spinReturn 4s ease infinite;}#loftloader-wrapper.pl-sun #loader span:before {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;background: inherit;opacity: 0.9;content: "";transform-origin: 50% 50%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}#loftloader-wrapper.pl-circles #loader {width: 100px;height: 60px;}#loftloader-wrapper.pl-circles #loader span, #loftloader-wrapper.pl-circles #loader:before, #loftloader-wrapper.pl-circles #loader:after {position: absolute;display: block;width: 10px;height: 10px;border-radius: 50%;background: currentColor;opacity: 0.2;}#loftloader-wrapper.pl-circles #loader span {top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-animation: lightUp 1.5s linear infinite 0.5s;animation: lightUp 1.5s linear infinite 0.5s;}#loftloader-wrapper.pl-circles #loader:before, #loftloader-wrapper.pl-circles #loader:after {content: "";top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}#loftloader-wrapper.pl-circles #loader:before {left: 0;-webkit-animation: lightUp 1.5s linear infinite;animation: lightUp 1.5s linear infinite;}#loftloader-wrapper.pl-circles #loader:after {right: 0;-webkit-animation: lightUp 1.5s linear infinite 1s;animation: lightUp 1.5s linear infinite 1s;}#loftloader-wrapper.pl-wave #loader {width: 60px;height: 30px;}#loftloader-wrapper.pl-wave #loader span, #loftloader-wrapper.pl-wave #loader:before, #loftloader-wrapper.pl-wave #loader:after {position: relative;display: inline-block;width: 6px;height: 100%;background: currentColor;}#loftloader-wrapper.pl-wave #loader span {margin: 0 16px;-webkit-animation: wave 0.9s linear infinite 0.3s;animation: wave 0.9s linear infinite 0.3s;}#loftloader-wrapper.pl-wave #loader:before, #loftloader-wrapper.pl-wave #loader:after {content: "";}#loftloader-wrapper.pl-wave #loader:before {-webkit-animation: wave 0.9s linear infinite;animation: wave 0.9s linear infinite;}#loftloader-wrapper.pl-wave #loader:after {-webkit-animation: wave 0.9s linear infinite 0.6s;animation: wave 0.9s linear infinite 0.6s;}#loftloader-wrapper.pl-square #loader {width: 50px;height: 50px;transform-origin: 50% 50%;-webkit-animation: spinReturn 4s ease infinite;animation: spinReturn 4s ease infinite;}#loftloader-wrapper.pl-square #loader span {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;border: 4px solid currentColor;box-sizing: border-box;transform-origin: 50% 50%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}#loftloader-wrapper.pl-frame #loader {width: 80px;height: 80px;max-width: 90vw;}#loftloader-wrapper.pl-frame #loader:before, #loftloader-wrapper.pl-frame #loader:after {position: absolute;width: 100%;height: 4px;background: currentColor;content: "";}#loftloader-wrapper.pl-frame #loader:before {top: 0;right: 0;left: auto;-webkit-animation: drawframeTop 4s linear infinite;animation: drawframeTop 4s linear infinite;}#loftloader-wrapper.pl-frame #loader:after {right: auto;bottom: 0;left: 0;-webkit-animation: drawframeBottom 4s linear infinite 1s;animation: drawframeBottom 4s linear infinite 1s;}#loftloader-wrapper.pl-frame #loader span {position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;}#loftloader-wrapper.pl-frame #loader span:before, #loftloader-wrapper.pl-frame #loader span:after {position: absolute;width: 4px;height: 100%;background: currentColor;content: "";}#loftloader-wrapper.pl-frame #loader span:before {top: auto;right: 0;bottom: 0;-webkit-animation: drawframeRight 4s linear infinite 0.5s;animation: drawframeRight 4s linear infinite 0.5s;}#loftloader-wrapper.pl-frame #loader span:after {top: 0;bottom: auto;left: 0;-webkit-animation: drawframeLeft 4s linear infinite 1.5s;animation: drawframeLeft 4s linear infinite 1.5s;}#loftloader-wrapper.pl-frame #loader img {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: block;max-width: 80%;max-height: 80%;}#loftloader-wrapper.pl-imgloading #loader {width: auto;height: auto;max-width: 90vw;}#loftloader-wrapper.pl-imgloading #loader img {position: relative;z-index: 1;display: block;width: 100%;height: auto;margin: 0 auto;}#loftloader-wrapper.pl-imgloading #loader img {opacity: 0.3;}#loftloader-wrapper.pl-imgloading #loader .imgloading-container {position: absolute;bottom: 0;left: 0;z-index: 3;display: block;width: 100%;height: 0%;transition: 0s;overflow: hidden;-webkit-animation: imgLoading 6s linear infinite;animation: imgLoading 6s linear infinite;will-change: height, opacity;transform-origin: 0 100%;}#loftloader-wrapper.pl-imgloading #loader span {position: absolute;bottom: 0;left: 0;z-index: 3;display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center bottom;transition: 0s;}#loftloader-wrapper.pl-beating #loader {width: 60px;height: 60px;}#loftloader-wrapper.pl-beating #loader span, #loftloader-wrapper.pl-beating #loader:before {position: absolute;top: 0;left: 0;display: block;width: 60px;height: 60px;border-radius: 50%;background: currentColor;box-shadow: 0 0 50px;opacity: 0;}#loftloader-wrapper.pl-beating #loader span {-webkit-animation: beat 1.5s linear infinite;animation: beat 1.5s linear infinite;}#loftloader-wrapper.pl-beating #loader:before {content: "";-webkit-animation: beat 1.5s linear infinite 1s;animation: beat 1.5s linear infinite 1s;}.loader-close-button {position: fixed;top: 10px;right: 10px;z-index: 99999;box-sizing: border-box;padding: 5px 30px 5px 5px;width: auto;min-width: 35px;height: 35px;background: rgba(0, 0, 0, 0.3);border-radius: 999px;color: #FFF;font-size: 12px;line-height: 25px;cursor: pointer;}.loader-close-button:hover {background: rgba(0, 0, 0, 0.7);}.loader-close-button:before, .loader-close-button:after {position: absolute;top: 16px;right: 9px;display: block;width: 18px;height: 2px;background: #FFF;transform-origin: 50% 50%;content: "";}.loader-close-button:before {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}.loader-close-button:after {-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg);}.loader-close-button .screen-reader-text {position: absolute !important;padding: 0;margin: -1px;width: 1px;height: 1px;border: 0;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);overflow: hidden;word-wrap: normal !important;}.loader-close-button .close-des {padding: 0 5px;font-size: 12px;}@font-face{font-family:'FontAwesome';src:url(//actofhumanity.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//actofhumanity.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//actofhumanity.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//actofhumanity.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//actofhumanity.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//actofhumanity.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.custombox-content,.custombox-overlay{position:fixed;overflow:hidden;top:0;width:100%;height:100%}.custombox-overlay{z-index:9997;opacity:0;transition-delay:0s;transition-timing-function:linear;transition-property:opacity}.custombox-content{z-index:9999;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:stretch;align-content:stretch}.custombox-lock{overflow:hidden}.custombox-reference{display:none}.custombox-content{overflow-y:auto}.custombox-content>*{max-width:100%;max-height:95%}.custombox-fullscreen.custombox-content{-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch}.custombox-fullscreen.custombox-content>*{width:100%;max-height:100%}.custombox-y-top{-ms-flex-align:baseline;align-items:baseline}.custombox-x-left{-ms-flex-align:start;align-items:flex-start}.custombox-y-center{-ms-flex-align:center;align-items:center}.custombox-y-bottom{-ms-flex-align:end;align-items:flex-end}.custombox-x-center{-ms-flex-pack:center;justify-content:center}.custombox-x-right{-ms-flex-pack:end;justify-content:flex-end}.custombox-perspective,.custombox-perspective body{perspective:600px;height:100%;overflow:hidden}.custombox-perspective .custombox-container{overflow:hidden;height:100%}@keyframes paoc-fadeIn{from{transform:scale(.7);transition-property:all}to{transform:scale(1);opacity:1}}@keyframes fadeOut{from{transform:scale(1);opacity:1}to{transform:scale(.7);transition-property:all}}.custombox-fadein.custombox-content{opacity:0}.custombox-fadein.custombox-content.custombox-open{animation-name:paoc-fadeIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-fadein.custombox-content.custombox-close{animation-name:fadeOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes slideInTop{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideOutTop{from{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes slideInBottom{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideOutBottom{from{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slideInLeft{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOutLeft{from{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOutRight{from{transform:translateX(0)}to{transform:translateX(100%)}}.custombox-contentscale.custombox-content,.custombox-letmein.custombox-content,.custombox-makeway.custombox-content,.custombox-push.custombox-content,.custombox-slide.custombox-content,.custombox-slip.custombox-content{-ms-transform:translateX(-100%);transform:translateX(-100%)}.custombox-contentscale.custombox-content.custombox-open.custombox-top,.custombox-letmein.custombox-content.custombox-open.custombox-top,.custombox-makeway.custombox-content.custombox-open.custombox-top,.custombox-push.custombox-content.custombox-open.custombox-top,.custombox-slide.custombox-content.custombox-open.custombox-top,.custombox-slip.custombox-content.custombox-open.custombox-top{animation-name:slideInTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-open.custombox-bottom,.custombox-letmein.custombox-content.custombox-open.custombox-bottom,.custombox-makeway.custombox-content.custombox-open.custombox-bottom,.custombox-push.custombox-content.custombox-open.custombox-bottom,.custombox-slide.custombox-content.custombox-open.custombox-bottom,.custombox-slip.custombox-content.custombox-open.custombox-bottom{animation-name:slideInBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-open.custombox-left,.custombox-letmein.custombox-content.custombox-open.custombox-left,.custombox-makeway.custombox-content.custombox-open.custombox-left,.custombox-push.custombox-content.custombox-open.custombox-left,.custombox-slide.custombox-content.custombox-open.custombox-left,.custombox-slip.custombox-content.custombox-open.custombox-left{animation-name:slideInLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-open.custombox-right,.custombox-letmein.custombox-content.custombox-open.custombox-right,.custombox-makeway.custombox-content.custombox-open.custombox-right,.custombox-push.custombox-content.custombox-open.custombox-right,.custombox-slide.custombox-content.custombox-open.custombox-right,.custombox-slip.custombox-content.custombox-open.custombox-right{animation-name:slideInRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-top,.custombox-letmein.custombox-content.custombox-close.custombox-top,.custombox-makeway.custombox-content.custombox-close.custombox-top,.custombox-push.custombox-content.custombox-close.custombox-top,.custombox-slide.custombox-content.custombox-close.custombox-top,.custombox-slip.custombox-content.custombox-close.custombox-top{animation-name:slideOutTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-bottom,.custombox-letmein.custombox-content.custombox-close.custombox-bottom,.custombox-makeway.custombox-content.custombox-close.custombox-bottom,.custombox-push.custombox-content.custombox-close.custombox-bottom,.custombox-slide.custombox-content.custombox-close.custombox-bottom,.custombox-slip.custombox-content.custombox-close.custombox-bottom{animation-name:slideOutBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-left,.custombox-letmein.custombox-content.custombox-close.custombox-left,.custombox-makeway.custombox-content.custombox-close.custombox-left,.custombox-push.custombox-content.custombox-close.custombox-left,.custombox-slide.custombox-content.custombox-close.custombox-left,.custombox-slip.custombox-content.custombox-close.custombox-left{animation-name:slideOutLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-content.custombox-close.custombox-right,.custombox-letmein.custombox-content.custombox-close.custombox-right,.custombox-makeway.custombox-content.custombox-close.custombox-right,.custombox-push.custombox-content.custombox-close.custombox-right,.custombox-slide.custombox-content.custombox-close.custombox-right,.custombox-slip.custombox-content.custombox-close.custombox-right{animation-name:slideOutRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes newspaperIn{from{transform:scale(0) rotate(720deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}@keyframes newspaperOut{from{transform:scale(1) rotate(0);opacity:1}to{transform:scale(0) rotate(720deg);opacity:0}}.custombox-newspaper.custombox-content{opacity:0}.custombox-newspaper.custombox-content.custombox-open{animation-name:newspaperIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-newspaper.custombox-content.custombox-close{animation-name:newspaperOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes fallIn{from{transform-style:preserve-3d;transform:translateZ(600px) rotateX(20deg);opacity:0}to{transition-timing-function:ease-in;transition-property:all;transform:translateZ(0) rotateX(0);opacity:1}}@keyframes fallOut{from{transition-timing-function:ease-in;transition-property:all;transform:translateZ(0) rotateX(0);opacity:1}to{transform-style:preserve-3d;transform:translateZ(600px) rotateX(20deg);opacity:0}}.custombox-fall.custombox-content{opacity:0}.custombox-fall.custombox-content.custombox-open{animation-name:fallIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-fall.custombox-content.custombox-close{animation-name:fallOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes sidefallIn{from{transform-style:preserve-3d;transform:translate(30%) translateZ(600px) rotate(10deg);opacity:0}to{transition-timing-function:ease-in;transition-property:all;transform:translate(0) translateZ(0) rotate(0);opacity:1}}@keyframes sidefallOut{from{transition-timing-function:ease-in;transition-property:all;transform:translate(0) translateZ(0) rotate(0);opacity:1}to{transform-style:preserve-3d;transform:translate(30%) translateZ(600px) rotate(10deg);opacity:0}}.custombox-sidefall.custombox-content{opacity:0}.custombox-sidefall.custombox-content.custombox-open{animation-name:sidefallIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-sidefall.custombox-content.custombox-close{animation-name:sidefallOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes blurInTop{from{transform:translateY(-5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutTop{from{transform:translateY(0);opacity:1}to{transform:translateY(-5%);opacity:0}}@keyframes blurInBottom{from{transform:translateY(5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutBottom{from{transform:translateY(0);opacity:1}to{transform:translateY(5%);opacity:0}}@keyframes blurInRight{from{transform:translateX(5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutRight{from{transform:translateY(0);opacity:1}to{transform:translateX(5%);opacity:0}}@keyframes blurInLeft{from{transform:translateX(-5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes blurOutLeft{from{transform:translateY(0);opacity:1}to{transform:translateX(-5%);opacity:0}}@keyframes blurInContainer{from{filter:blur(0)}to{filter:blur(3px)}}@keyframes blurOutContainer{from{filter:blur(3px)}to{filter:blur(0)}}.custombox-blur.custombox-content{opacity:0}.custombox-blur.custombox-content.custombox-open.custombox-top{animation-name:blurInTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-open.custombox-bottom{animation-name:blurInBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-open.custombox-left{animation-name:blurInLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-open.custombox-right{animation-name:blurInRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-top{animation-name:blurOutTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-bottom{animation-name:blurOutBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-right{animation-name:blurOutRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-content.custombox-close.custombox-left{animation-name:blurOutLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-container{animation-name:blurOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-blur.custombox-container.custombox-open{animation-name:blurInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes flipInTop{from{transform-style:preserve-3d;transform:rotateX(-70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutTop{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateX(-70deg)}}@keyframes flipInBottom{from{transform-style:preserve-3d;transform:rotateX(70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutBottom{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateX(70deg)}}@keyframes flipInRight{from{transform-style:preserve-3d;transform:rotateY(70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutRight{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateY(70deg)}}@keyframes flipInLeft{from{transform-style:preserve-3d;transform:rotateY(-70deg)}to{transform:rotateY(0);opacity:1}}@keyframes flipOutLeft{from{transform:rotateY(0);opacity:1}to{transform-style:preserve-3d;transform:rotateY(-70deg)}}.custombox-flip.custombox-content{opacity:0}.custombox-flip.custombox-content.custombox-open.custombox-top{animation-name:flipInTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-open.custombox-bottom{animation-name:flipInBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-open.custombox-right{animation-name:flipInRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-open.custombox-left{animation-name:flipInLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-top{animation-name:flipOutTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-bottom{animation-name:flipOutBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-right{animation-name:flipOutRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flip.custombox-content.custombox-close.custombox-left{animation-name:flipOutLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes signIn{from{transform-style:preserve-3d;transform:rotateX(-60deg);transform-origin:50% 0;transition-property:all}to{transform:rotateX(0);opacity:1}}@keyframes signOut{from{transform:rotateX(0);opacity:1}to{transform-style:preserve-3d;transform:rotateX(-60deg);transform-origin:50% 0;transition-property:all}}.custombox-sign{perspective:1300px}.custombox-sign.custombox-content{opacity:0}.custombox-sign.custombox-content.custombox-open{animation-name:signIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-sign.custombox-content.custombox-close{animation-name:signOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes superscaledIn{from{transform:scale(2)}to{transform:scale(1);opacity:1}}@keyframes superscaledOut{from{transform:scale(1);opacity:1}to{transform:scale(2)}}.custombox-superscaled.custombox-content{opacity:0}.custombox-superscaled.custombox-content.custombox-open{animation-name:superscaledIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-superscaled.custombox-content.custombox-close{animation-name:superscaledOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes slitIn{0%{transform:translateZ(-3000px) rotateY(90deg)}50%{transform:translateZ(-250px) rotateY(89deg);opacity:1;animation-timing-function:ease-out}100%{transform:translateZ(0) rotateY(0);opacity:1}}@keyframes slitOut{0%{transform:translateZ(0) rotateY(0);opacity:1}50%{transform:translateZ(-250px) rotateY(89deg);opacity:1;animation-timing-function:ease-out}100%{transform:translateZ(-3000px) rotateY(90deg)}}.custombox-slit.custombox-content{opacity:0;transform-style:preserve-3d}.custombox-slit.custombox-content.custombox-open{animation-name:slitIn;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slit.custombox-content.custombox-close{animation-name:slitOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes rotateIn{from{transform-style:preserve-3d;transform:translateY(0) rotateX(90deg);transform-origin:0 100%;opacity:0;transition-timing-function:ease-out;transition-property:all}to{transform:translateY(0) rotateX(0);opacity:1}}@keyframes rotateOut{from{transform:translateY(0) rotateX(0);opacity:1}to{transform-style:preserve-3d;transform:translateY(0) rotateX(90deg);transform-origin:0 100%;opacity:0;transition-timing-function:ease-out;transition-property:all}}.custombox-rotate{perspective:2300px}.custombox-rotate.custombox-content{-ms-transform:translateY(-100%);transform:translateY(-100%)}.custombox-rotate.custombox-content.custombox-open{animation-name:rotateIn;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-rotate.custombox-content.custombox-close{animation-name:rotateOut;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes letmeinBottomOverlay{to{transform:rotateX(-2deg);transform-origin:50% 0;transform-style:preserve-3d}}@keyframes letmeinOutBottomOverlay{from{transform:rotateX(-2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}@keyframes letmeinLeftOverlay{to{transform:rotateY(-2deg);transform-origin:50% 0;transform-style:preserve-3d}}@keyframes letmeinOutLeftOverlay{from{transform:rotateY(-2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}@keyframes letmeinRightOverlay{to{transform:rotateY(2deg);transform-origin:50% 0;transform-style:preserve-3d}}@keyframes letmeinOutRightOverlay{from{transform:rotateY(2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}@keyframes letmeinTopOverlay{to{transform:rotateX(2deg);transform-origin:0 50%;transform-style:preserve-3d}}@keyframes letmeinOutTopOverlay{from{transform:rotateX(2deg);transform-origin:50% 0;transform-style:preserve-3d}to{opacity:0}}.custombox-letmein.custombox-overlay.custombox-open.custombox-top{animation-name:letmeinTopOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-open.custombox-bottom{animation-name:letmeinBottomOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-open.custombox-left{animation-name:letmeinLeftOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-open.custombox-right{animation-name:letmeinRightOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-top{animation-name:letmeinOutTopOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-bottom{animation-name:letmeinOutBottomOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-left{animation-name:letmeinOutLeftOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-letmein.custombox-overlay.custombox-close.custombox-right{animation-name:letmeinOutRightOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes makewayInContainer{50%{transform:translateZ(-50px) rotateY(5deg);animation-timing-function:ease-out}100%{transform:translateZ(-200px)}}@keyframes makewayOutContainer{0%{transform:translateZ(-200px)}50%{transform:translateZ(-50px) rotateY(5deg);animation-timing-function:ease-out}100%{opacity:0}}@keyframes makewayInTop{from{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes makewayOutTop{from{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes makewayInBottom{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes makewayOutBottom{from{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes makewayInLeft{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes makewayOutLeft{from{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes makewayInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes makewayOutRight{from{transform:translateX(0)}to{transform:translateX(100%)}}.custombox-makeway.custombox-overlay{transform-style:preserve-3d;-ms-transform-origin:0 50%;transform-origin:0 50%}.custombox-makeway.custombox-overlay.custombox-open{animation-name:makewayInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-makeway.custombox-overlay.custombox-close{animation-name:makewayOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-makeway.custombox-container{transform-style:preserve-3d;-ms-transform-origin:0 50%;transform-origin:0 50%}.custombox-makeway.custombox-container.custombox-open{animation-name:makewayInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-makeway.custombox-container.custombox-close{animation-name:makewayOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes slipTopOverlay{50%{transform:rotateX(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutTopOverlay{50%{transform:rotateX(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipRightOverlay{50%{transform:rotateY(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutRightOverlay{50%{transform:rotateY(10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipBottomOverlay{50%{transform:rotateX(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutBottomOverlay{50%{transform:rotateX(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipLeftOverlay{50%{transform:rotateY(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}@keyframes slipOutLeftOverlay{50%{transform:rotateY(-10deg);transform-origin:50% 100%;transform-style:preserve-3d}}.custombox-slip.custombox-overlay.custombox-open.custombox-top{animation-name:slipTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-open.custombox-bottom{animation-name:slipBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-open.custombox-left{animation-name:slipLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-open.custombox-right{animation-name:slipRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-top{animation-name:slipOutTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-bottom{animation-name:slipOutBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-left{animation-name:slipOutLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-overlay.custombox-close.custombox-right{animation-name:slipOutRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-top{animation-name:slipTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-bottom{animation-name:slipBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-left{animation-name:slipLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-open.custombox-right{animation-name:slipRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-top{animation-name:slipOutTopOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-bottom{animation-name:slipOutBottomOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-left{animation-name:slipOutLeftOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slip.custombox-container.custombox-close.custombox-right{animation-name:slipOutRightOverlay;animation-timing-function:ease-in-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes cornerInOverlay{from{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility}to{transform:translateY(0);transition-property:opacity,transform}}@keyframes cornerOutOverlay{from{transform:translateY(0);transition-property:opacity,transform}to{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility;opacity:0}}@keyframes cornerInContent{from{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility}to{transform:translateY(0);transition-property:opacity,transform;opacity:1}}@keyframes cornerOutContent{from{transform:translateY(0);transition-property:opacity,transform;opacity:1}to{transform:translateY(150px) translateX(150px);transition-property:opacity,transform,visibility;opacity:0}}.custombox-corner.custombox-overlay.custombox-open{animation-name:cornerInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-corner.custombox-overlay.custombox-close{animation-name:cornerOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-corner.custombox-content.custombox-open{animation-name:cornerInContent;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-corner.custombox-content.custombox-close{animation-name:cornerOutContent;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content,.custombox-slidetogether.custombox-overlay{-ms-transform:translateX(-100%);transform:translateX(-100%)}.custombox-slidetogether.custombox-content.custombox-open.custombox-top,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-top{animation-name:slideInTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-open.custombox-bottom,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-bottom{animation-name:slideInBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-open.custombox-left,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-left{animation-name:slideInLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-open.custombox-right,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-right{animation-name:slideInRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-top,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-top{animation-name:slideOutTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-bottom,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-bottom{animation-name:slideOutBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-left,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-left{animation-name:slideOutLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-slidetogether.custombox-content.custombox-close.custombox-right,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-right{animation-name:slideOutRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes scaleInOverlay{from{transform:scale(.9);transition:transform;opacity:0}to{transform:scale(1);transition:transform}}@keyframes scaleOutOverlay{from{transform:scale(1);transition:transform}to{transform:scale(.9);transition:transform;opacity:0;opacity:0}}.custombox-scale.custombox-overlay.custombox-open{animation-name:scaleInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-scale.custombox-overlay.custombox-close{animation-name:scaleOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-scale.custombox-content.custombox-open{animation-name:scaleInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-scale.custombox-content.custombox-close{animation-name:scaleOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes doorInOverlay{from{position:fixed;bottom:0;left:50%;right:50%;width:0}to{width:100%;left:0;right:0;transition-property:width}}@keyframes doorOutOverlay{from{width:100%;left:0;right:0;transition-property:width}to{position:fixed;bottom:0;left:50%;right:50%;width:0}}.custombox-door.custombox-overlay.custombox-open{animation-name:doorInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-door.custombox-overlay.custombox-close{animation-name:doorOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-door.custombox-content.custombox-open{animation-name:doorInOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-door.custombox-content.custombox-close{animation-name:doorOutOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes pushInLeftOverlay{from{transform:translateX(-100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutLeftOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateX(-100%)}}@keyframes pushInRightOverlay{from{transform:translateX(100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutRightOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateX(100%)}}@keyframes pushInTopOverlay{from{transform:translateY(-100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutTopOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateY(-100%)}}@keyframes pushInBottomOverlay{from{transform:translateY(100%)}to{transform:translateX(0) translateY(0)}}@keyframes pushOutBottomOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateY(100%)}}@keyframes pushOutTopOverlay{from{transform:translateX(0) translateY(0)}to{transform:translateY(-100%)}}@keyframes pushInLeftContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateX(100%)}}@keyframes pushOutLeftContainer{from{transform:translateX(100%)}to{overflow-x:hidden;transition-property:transform}}@keyframes pushInRightContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateX(-100%)}}@keyframes pushOutRightContainer{from{transform:translateX(-100%)}to{overflow-x:hidden;transition-property:transform}}@keyframes pushInTopContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateY(100%)}}@keyframes pushOutTopContainer{from{transform:translateY(100%)}to{overflow-x:hidden;transition-property:transform}}@keyframes pushInBottomContainer{from{overflow-x:hidden;transition-property:transform}to{transform:translateY(-100%)}}@keyframes pushOutBottomContainer{from{transform:translateY(-100%)}to{overflow-x:hidden;transition-property:transform}}.custombox-push.custombox-overlay{transition-property:transform}.custombox-push.custombox-overlay.custombox-open.custombox-top{animation-name:pushInTopOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-open.custombox-bottom{animation-name:pushInBottomOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-open.custombox-left{animation-name:pushInLeftOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-open.custombox-right{animation-name:pushInRightOverlay;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-top{animation-name:pushOutTopOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-bottom{animation-name:pushOutBottomOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-left{animation-name:pushOutLeftOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-overlay.custombox-close.custombox-right{animation-name:pushOutRightOverlay;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-top{animation-name:pushInTopContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-bottom{animation-name:pushInBottomContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-left{animation-name:pushInLeftContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-open.custombox-right{animation-name:pushInRightContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-top{animation-name:pushOutTopContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-bottom{animation-name:pushOutBottomContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-left{animation-name:pushOutLeftContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-push.custombox-container.custombox-close.custombox-right{animation-name:pushOutRightContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes contentscaleInContainer{from{transition:transform}to{transform:scale(.8)}}@keyframes contentscaleOutContainer{from{transform:scale(.8)}to{transition:transform}}.custombox-contentscale.custombox-overlay{-ms-transform:translateX(-100%);transform:translateX(-100%)}.custombox-contentscale.custombox-overlay.custombox-open.custombox-top{animation-name:slideInTop;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-open.custombox-bottom{animation-name:slideInBottom;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-open.custombox-left{animation-name:slideInLeft;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-open.custombox-right{animation-name:slideInRight;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-top{animation-name:slideOutTop;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-bottom{animation-name:slideOutBottom;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-left{animation-name:slideOutLeft;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-overlay.custombox-close.custombox-right{animation-name:slideOutRight;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-container.custombox-open{animation-name:contentscaleInContainer;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-contentscale.custombox-container.custombox-close{animation-name:contentscaleOutContainer;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes swellOpen{0%{opacity:0;transform:translate3d(calc(-100vw - 50%),0,0)}50%{opacity:1;transform:translate3d(100px,0,0)}100%{opacity:1;transform:translate3d(0,0,0)}}@keyframes swellClose{0%{opacity:1;transform:translate3d(0,0,0)}50%{opacity:1;transform:translate3d(-100px,0,0) scale3d(1.1,1.1,1)}100%{opacity:0;transform:translate3d(calc(100vw + 50%),0,0)}}.custombox-swell.custombox-content{opacity:0}.custombox-swell.custombox-content.custombox-open{animation-name:swellOpen;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-swell.custombox-content.custombox-close{animation-name:swellClose;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes rotatedownOpen{0%{opacity:0;transform:rotate3d(0,0,1,-45deg)}100%{opacity:1;transform:rotate3d(0,0,1,0deg)}}@keyframes rotatedownClose{0%{opacity:1}100%{opacity:0;transform:rotate3d(0,0,1,45deg)}}@keyframes rotatedownElem{0%{opacity:0;transform:translate3d(0,-150px,0) rotate3d(0,0,1,-20deg)}100%{opacity:1;transform:translate3d(0,0,0) rotate3d(0,0,1,0deg)}}.custombox-rotatedown.custombox-content{opacity:0;animation-timing-function:cubic-bezier(.7,0,.3,1);-ms-transform-origin:-150% 50%;transform-origin:-150% 50%}.custombox-rotatedown.custombox-content.custombox-open{animation-name:rotatedownOpen;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-rotatedown.custombox-content.custombox-close{animation-name:rotatedownClose;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes flashOpen{0%{opacity:0;transform:translate3d(-400px,0,0) scale3d(1.4,0,1)}100%{opacity:1;transform:translate3d(0,0,0) scale3d(1,1,1)}}@keyframes flashClose{0%{opacity:1;transform:translate3d(0,0,0) scale3d(1,1,1)}20%{opacity:1;transform:translate3d(0,0,0) scale3d(1,1,1)}100%{opacity:0;transform:translate3d(-400px,0,0) scale3d(1.4,0,1)}}.custombox-flash.custombox-content{opacity:0;animation-timing-function:cubic-bezier(.7,0,.3,1)}.custombox-flash.custombox-content.custombox-open{animation-name:flashOpen;animation-timing-function:ease-in;animation-fill-mode:forwards;backface-visibility:hidden}.custombox-flash.custombox-content.custombox-close{animation-name:flashClose;animation-timing-function:ease-out;animation-fill-mode:forwards;backface-visibility:hidden}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.custombox-loader{display:none;border-style:solid;border-width:5px;border-radius:50%;width:40px;height:40px;animation-name:spin;animation-timing-function:linear;animation-iteration-count:infinite;position:fixed;top:50%;left:50%;margin:-25px 0 0 -25px;z-index:9998} .paoc-clearfix:before, .paoc-clearfix:after{content: ""; display: table;}
.paoc-clearfix::after{clear: both;}
.paoc-clear{clear: both;}
.paoc-hide{display:none;}
.paoc-center{text-align: center;}
.paoc-left{text-align: left;}
.paoc-padding-20{padding: 20px;}
.paoc-padding-30{padding: 30px;}
.paoc-lr-padding{padding-left: 15px; padding-right: 15px;}
.paoc-wrap,
.paoc-wrap *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none;}
.paoc-cb-popup-body{display: none; background-color: #FFF; max-width: 800px; width: 100%; position: relative; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); line-height: normal;}
.paoc-popup-overlay.custombox-open.custombox-overlay{opacity: 1; z-index: 100000;}
.custombox-open.custombox-content{z-index: 100002;}
.custombox-content>*{max-height: inherit !important;}
.paoc-popup iframe{width: 100%;}
.paoc-popup img{max-width: 100%; height: auto;}
.paoc-iframe-wrap{position: relative; overflow: hidden; padding-top: 56.25%;}
.paoc-iframe-wrap iframe{position: absolute; left: 0; top: 0; border: 0; height: 100%;}
.paoc-image-popup{ padding: 10px 0; }
.paoc-popup-inr-wrap{position: relative;}
.paoc-popup-inr{width: 100%; color: #333; -ms-flex-preferred-size: 100%; flex-basis: 100%;}
.paoc-popup-mheading{font-size: 26px; color: #000000; line-height:normal; font-weight: 700;}
.paoc-popup-sheading{font-size: 20px; color: #333333; line-height:normal; font-weight: 500;}
.paoc-popup-content,
.paoc-secondary-con,
.paoc-popup-content p,
.paoc-secondary-con p{color: #444444;}
.paoc-cus-close-txt{font-size: 12px; text-decoration: underline;}
.paoc-cus-close-txt span{cursor: pointer;}
.paoc-popup-snote{font-size: 12px;}
.paoc-popup-margin{margin-bottom: 15px;}
.paoc-popup .paoc-popup-margin:last-child{margin-bottom: 0;}
.paoc-cb-popup.custombox-content{overflow-y: hidden;}
.paoc-cb-popup-complete.custombox-content{overflow-y: auto;}
.paoc-cb-popup-body .paoc-popup-content p,
.paoc-cb-popup-body .paoc-secondary-con p{margin-bottom: 15px;}
.paoc-cb-popup-body .paoc-popup-content p:last-child,
.paoc-cb-popup-body .paoc-secondary-con p:last-child{margin-bottom: 0;}
.paoc-close-popup{position: absolute; top: -10px; right: -10px; width: 35px; height: 35px; font-size: 0; cursor: pointer; text-decoration: none; text-align: center; line-height: 29px; fill: #fff; border-radius: 50px; background-color: rgb(0, 0, 0); border: 3px solid #fff; outline: none !important;}
.paoc-close-popup svg{display: inline-block; vertical-align: middle; height: 19px; width: 19px;}
.paoc-close-popup:hover{background-color: #000000;}
.paoc-popup textarea{resize: vertical;} body.custombox-lock{height: auto;}
.custombox-overlay:empty{display: block;}
.pac-container{z-index: 100003;}
.paoc-popup .nf-form-cont{text-align: left;}
.paoc-popup .nf-form-hp{display: none;}
.flatpickr-calendar.open,
body div#ui-datepicker-div[style]{z-index: 999999 !important;} .paoc-popup-btn{display: inline-block; padding: 8px 20px; text-align:center; background:#e91e63; color:#fff; border-radius: 3px;}
.paoc-popup-btn:hover,
.paoc-popup-btn:focus,
.paoc-popup-btn:active{background:#555; color:#fff;}
.popupaoc-black{background-color: #252525;}
.popupaoc-black:hover, .popupaoc-black:focus{background-color: #000;}
a.popupaoc-black{color: #fff  !important;}
.popupaoc-white{background-color: #fff;}
.popupaoc-white:hover, .popupaoc-white:focus{background-color: #f1f1f1;}
a.popupaoc-white{color: #8799a3  !important;}
.popupaoc-grey{background-color: #8799a3;}
.popupaoc-grey:hover, .popupaoc-gray:focus{background-color: #73848d;}
a.popupaoc-grey{color: #fff  !important;}
.popupaoc-azure{background-color: #0081ff;}
.popupaoc-azure:hover, .popupaoc-azure:focus{background-color: #0374e3;}
a.popupaoc-azure{color: #fff  !important;}
.popupaoc-moderate-green{background-color: #8dc63f;}
.popupaoc-moderate-green:hover, .popupaoc-moderate-green:focus{background-color: #78b623;}
a.popupaoc-moderate-green{color: #fff  !important;}
.popupaoc-soft-red{background-color: #f04e4e;}
.popupaoc-soft-red:hover, .popupaoc-soft-red:focus{background-color: #dd3131;}
a.popupaoc-soft-red{color: #fff  !important;}
.popupaoc-red{background-color: #fe0000;}
.popupaoc-red:hover, .popupaoc-red:focus{background-color: #df0303;}
a.popupaoc-red{color: #fff  !important;}
.popupaoc-green{background-color: #39b54a;}
.popupaoc-green:hover, .popupaoc-green:focus{background-color: #23a535;}
a.popupaoc-green{color: #fff  !important;}
.popupaoc-bright-yellow{background-color: #fefb30;}
.popupaoc-bright-yellow:hover, .popupaoc-bright-yellow:focus{background-color: #e2df22;}
a.popupaoc-bright-yellow{color: #000  !important;}
.popupaoc-cyan{background-color: #1cbbb4;}
.popupaoc-cyan:hover, .popupaoc-cyan:focus{background-color: #10a19b;}
a.popupaoc-cyan{color: #fff  !important;}
.popupaoc-orange{background-color: #ff9700;}
.popupaoc-orange:hover, .popupaoc-orange:focus{background-color: #e68903;}
a.popupaoc-orange{color: #fff  !important;}
.popupaoc-moderate-violet{background-color: #6739b6;}
.popupaoc-moderate-violet:hover, .popupaoc-moderate-violet:focus{background-color: #5e2eb0;}
a.popupaoc-moderate-violet{color: #fff  !important;}
.popupaoc-dark-magenta{background-color: #9c26b0;}
.popupaoc-dark-magenta:hover, .popupaoc-dark-magenta:focus{background-color: #911ea5;}
a.popupaoc-dark-magenta{color: #fff  !important;}
.popupaoc-moderate-blue{background-color: #5674b9;}
.popupaoc-moderate-blue:hover, .popupaoc-moderate-blue:focus{background-color: #435f9f;}
a.popupaoc-moderate-blue{color: #fff  !important;}
.popupaoc-blue{background-color: #00f;}
.popupaoc-blue:hover, .popupaoc-blue:focus{background-color: #0101e1;}
a.popupaoc-blue{color: #fff  !important;}
.popupaoc-magenta{background-color: #f0f;}
.popupaoc-magenta:hover, .popupaoc-magenta:focus{background-color: #e201e2;}
a.popupaoc-magenta{color: #fff  !important;}
.popupaoc-lime{background-color: #bfff00;}
.popupaoc-lime:hover, .popupaoc-lime:focus{background-color: #a8e003;}
a.popupaoc-lime{color: #000  !important;}
.popupaoc-pink{background-color: #ff0056;}
.popupaoc-pink:hover, .popupaoc-pink:focus{background-color: #dd044d;}
a.popupaoc-pink{color: #fff  !important;}
.popupaoc-vivid-yellow{background-color: #fecb16;}
.popupaoc-vivid-yellow:hover, .popupaoc-vivid-yellow:focus{background-color: #dfb10e;}
a.popupaoc-vivid-yellow{color: #000  !important;}
.popupaoc-lime-green{background-color: #7bcba7;}
.popupaoc-lime-green:hover, .popupaoc-lime-green:focus{background-color: #67ac8d;}
a.popupaoc-lime-green{color: #000  !important;}
.popupaoc-yellow{background-color: #e8ff00;}
.popupaoc-yellow:hover, .popupaoc-yellow:focus{background-color: #c7da05;}
a.popupaoc-yellow{color: #000  !important;} .paoc-credit-wrp{position: absolute; left: 0; right: 0; padding: 3px 0; line-height: 0; text-align: center;}
.paoc-credit-wrp .paoc-credit-inr-wrp{display: inline-block; padding: 3px 6px; background-color:  #fff; border-radius: 3px; box-shadow: 0 0 0px 2px #d5d5d5;}
.paoc-credit-wrp .paoc-credit-link{display: inline-block !important; color: #333 !important; outline: 0 !important; text-decoration: none !important; border: 0 !important; font-size: 13px !important;}
.paoc-credit-wrp .paoc-credit-link span{vertical-align: middle;}
.paoc-credit-wrp .paoc-credit-copyright-logo{display: inline-block; line-height: normal; margin-left: 3px;}
.paoc-credit-copyright-logo img{display: inline-block; vertical-align: middle; box-shadow: none; outline: none; padding: 0; margin: 0; border-radius: 0;}
.paoc-popup-fullscreen:not(.paoc-inline-popup) .paoc-credit-wrp{position: fixed; left: 5px; bottom: 0; right: unset;}  .paoc-popup-left-center .paoc-cb-popup-body{margin: auto 0;}
.paoc-popup-left-bottom .paoc-cb-popup-body{margin: auto 0 0 0;}
.paoc-popup-center-center .paoc-cb-popup-body{margin: auto;}
.paoc-popup-center-bottom .paoc-cb-popup-body{margin: auto auto 0;}
.paoc-popup-right-center .paoc-cb-popup-body{margin: auto 0;}
.paoc-popup-right-bottom .paoc-cb-popup-body{margin: auto 0 0 auto;}  .paoc-hide-overlay.custombox-content{max-width: 800px; width: 100%; max-height: 100vh; height: auto;}
.admin-bar .paoc-hide-overlay.paoc-cb-popup.custombox-content.custombox-y-top{top: 32px;}
.paoc-hide-overlay.paoc-cb-bar-popup{max-width: 100%;}
.paoc-hide-overlay .paoc-cb-popup-body{box-shadow: 0px 2px 1px 1px #ececec; margin: unset;}
.paoc-hide-overlay.paoc-cb-popup-complete.custombox-content{overflow-y: hidden;}
.paoc-hide-overlay.paoc-popup-left-center{bottom: 0; left: 0;}
.paoc-hide-overlay.paoc-popup-left-bottom{top: unset; bottom: 0; left: 0;}
.paoc-hide-overlay.paoc-popup-center-top{left: 0; right: 0; margin: 0 auto;}
.paoc-hide-overlay.paoc-popup-center-center{bottom: 0; left: 0; right: 0; margin: auto;}
.paoc-hide-overlay.paoc-popup-center-bottom{top: unset; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.paoc-hide-overlay.paoc-popup-right-top{right: 0;}
.paoc-hide-overlay.paoc-popup-right-center{right: 0; bottom: 0;}
.paoc-hide-overlay.paoc-popup-right-bottom{right: 0; bottom: 0; top: unset;}
.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-left-center,
.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-right-center{margin: auto 0; height: -webkit-max-content; height: -moz-max-content; height: max-content;}
.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-center-center{height: -webkit-max-content; height: -moz-max-content; height: max-content;}
.paoc-hide-overlay .paoc-close-popup{top: 0; right: 0;}
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-top,
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-center{-webkit-transform: translateY(-120%);transform: translateY(-120%);}
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-bottom{-webkit-transform: translateY(100%);transform: translateY(100%);}
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-top,
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-center,
.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-bottom{-webkit-transform: translateX(100%);transform: translateX(100%);}  .paoc-popup .paoc-popup-inr-wrap{max-height: inherit; overflow-y: auto;}  .custombox-fullscreen.paoc-cb-popup .paoc-cb-popup-body{height: 100%; overflow-y: auto;}
.custombox-fullscreen .paoc-popup-fullscreen .paoc-popup-inr-wrap{height: 100%;}
.paoc-popup-fullscreen.paoc-cb-popup-body{max-width: 100%;}
.paoc-popup-fullscreen .paoc-close-popup{top: 0; right: 0;}  .paoc-design-1 .paoc-popup-con-bg{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; overflow-y: auto;}
.paoc-design-1 .paoc-popup-inr{margin: auto;}
.paoc-popup-fullscreen.paoc-design-1 .paoc-popup-con-bg{height: 100%;}  @media only screen and (max-width: 640px) { .paoc-padding-30{padding: 30px 15px;}
} @media only screen and (max-width: 720px) {
.paoc-cb-popup-body,
.paoc-hide-overlay.custombox-content{width: 95%; max-width: 95% !important;}
.paoc-hide-overlay .paoc-cb-popup-body{width: 100%; max-width: 100% !important;}
}@media only screen and (min-width: 1200px) {
#page-content-wrapper:not(.wide),
.standard-wrapper,
.footer-main-container-wrapper,
#footer ul.sidebar-widget,
#page-content-wrapper.wide:not(.photoframe) .standard-wrapper,
.ppb_popup.one.contain,
#blog_promo_link_wrapper,
#menu-wrapper,
.above-top-menu-bar .page-content-wrapper:not(.wide) {
max-width: 1425px;
width: 100%;
box-sizing: border-box;
margin: auto;
padding: 0 90px;
}
body.tg-single-course-3 .standard-wrapper,
body.tg-single-course-4 #single-course-meta.standard-wrapper,
body.tg-single-course-1 #single-course-meta.standard-wrapper,
body.tg-single-course-1 #single-course-header .standard-wrapper {
padding: 0;
}
#page-content-wrapper.blog-wrapper {
padding: 0;
width: calc(100% - 180px);
margin-bottom: 60px;
margin-top: 60px;
max-width: 1245px;
}
#footer ul.sidebar-widget {
padding-top: 60px;
padding-bottom: 60px;
}
#page-content-wrapper.wide.nomargin,
.page-content-wrapper.wide.nomargin {
margin-top: 0;
}
#page-content-wrapper.wide:not(.photoframe),
.page-content-wrapper.wide:not(.photoframe),
#page-content-wrapper.wide:not(.split),
.page-content-wrapper.wide:not(.split) {
width: 100%;
max-width: 100%;
padding: 0;
}
.footer-main-container-wrapper {
padding-top: 30px;
padding-bottom: 20px;
}
#page-content-wrapper.fullwidth,
.page-content-wrapper.fullwidth {
width: 100%;
padding: 0;
max-width: 100%;
}
.mobile-menu-wrapper .page-content-wrapper {
padding: 0 !important;
}
#logo-wrapper .social-profile-wrapper {
left: 90px;
}
#logo-right-wrapper {
right: 90px;
}
} @media only screen and (min-width: 960px) and (max-width: 1024px) {
body {
line-height: 1.6;
}
#page-content-wrapper:not(.wide),
.page-content-wrapper:not(.wide) {
width: calc(100% - 90px);
}
#page-header.hasbg {
max-height: 450px;
}
blockquote {
font-size: 22px;
}
#option_btn {
top: 100px;
}
.mobile-main-nav,
#side-sub-menu {
margin: 0;
padding: 0;
}
.mobile-menu-wrapper {
padding: 60px;
}
body.js-nav #wrapper {
transform: translateZ(0px) translateX(300px) rotateY(0deg);
}
body.js-nav #wrapper {
left: 90px;
}
#page-header h1 {
font-size: 42px;
}
.post-header.grid h6 {
font-size: 20px;
}
.team_grid_desc h5 {
font-size: 18px;
}
.gallery_archive_info_content h1 {
font-size: 30px;
}
.post-caption h1 {
font-size: 30px;
}
.post-header h5 {
font-size: 24px;
}
.social_share_button_wrapper ul {
border: 0;
padding-left: 0;
}
.portfolio_post-wrapper {
padding: 0 30px 0 30px;
box-sizing: border-box;
}
.standard-wrapper {
box-sizing: border-box;
}
.parallax:not(.inner_box) {
z-index: 0;
}
body.single-post .post-content-wrapper h1 {
font-size: 24px;
}
body.elementor-fullscreen #perspective {
overflow: hidden;
}
#menu-border-wrapper {
height: auto;
display: none;
}
#mobile-nav-icon {
display: inline-block !important;
}
#wrapper {
transition: transform 0.2s;
}
body.elementor-fullscreen:not(.elementor-overflow) #perspective {
overflow: hidden;
}
#page-header.hasbg .page-title-wrapper .page-title-inner .page-title-content {
width: 100%;
}
#searchform input[type="text"] {
width: 50%;
}
#option_btn,
#option_wrapper {
display: none;
}
body.footer-reveal #footer-wrapper {
position: relative;
}
#learn-press-course {
width: 100%;
}
.standard-wrapper {
width: 100%;
}
body.learnpress-page.profile #learn-press-profile-content {
width: calc(100% - 240px);
}
body.single.single-post #page-header h1 {
font-size: 40px;
}
.main-menu-wrapper .top-menu-bar {
padding: 0 20px 0 20px;
}
.course-template-2 #single-course-bgimage .single-course.standard-wrapper {
padding: 0 30px 0 30px;
}
body.tg-single-course-2 .single-course_sidebar .single-course_info_wrapper .single-course_price_wrapper .origin-price {
font-size: 36px;
}
body.tg-single-course-2 .single-course_sidebar .single-course_info_wrapper .single-course_price_wrapper .price {
font-size: 16px;
}
.course-template-2 #single-course-bgimage .single-course.standard-wrapper .single-course-title {
width: 60%;
}
#page-header .page-title-wrapper {
box-sizing: border-box;
padding: 0 40px 0 40px;
}
} @media only screen and (min-width: 768px) and (max-width: 960px) {
body {
font-size: 13px;
overflow-x: hidden;
}
.mobile-main-nav,
#side-sub-menu {
margin: 0;
padding: 0;
}
.mobile-menu-wrapper {
padding: 50px;
}
body.js-nav #wrapper {
left: 0px;
}
body.js-nav #wrapper {
transform: translateZ(0px) translateX(400px) rotateY(0deg);
}
#wrapper {
padding-top: 75px;
}
.top-menu-bar {
width: 100%;
padding: 0;
}
#logo-wrapper {
padding: 20px 0 20px 0;
}
.footer_before_widget .footer_logo.logo-wrapper img {
max-height: none;
margin-top: 0;
margin: auto;
}
#logo-wrapper {
border: 0;
}
body.leftmenu .main-menu-wrapper {
display: block;
}
.standard-wrapper {
width: 100%;
box-sizing: border-box;
}
.page-content-wrapper .inner {
width: 100%;
padding: 0;
box-sizing: border-box;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 22px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
h7 {
font-size: 12px;
}
#page-header h1 {
font-size: 26px;
}
#page-content-wrapper .inner .sidebar-content.fullwidth,
.gallery_mansory_wrapper {
width: 100%;
box-sizing: border-box;
padding: 0;
}
#page-content-wrapper .inner .sidebar-content.fullwidth img,
.page-content-wrapper img {
max-width: 100%;
height: auto;
}
#page-content-wrapper .inner .sidebar-content.fullwidth#blog-grid-wrapper,
#page-content-wrapper .inner .sidebar-content.fullwidth#galleries_grid_wrapper {
width: 00%;
}
#menu-wrapper {
width: 100%;
}
#page-content-wrapper,
.page-content-wrapper,
#page-header .page-title-wrapper {
width: 100%;
}
.footer-main-container {
width: 100%;
padding-bottom: 0;
}
#menu-border-wrapper {
height: auto;
display: none;
}
.portfolio_header h6 {
width: 89%;
}
#page-content-wrapper .inner .sidebar-content,
.page-content-wrapper .inner .sidebar-content {
width: 68%;
border: 0;
}
#page-content-wrapper .inner .sidebar-content.fullwidth.portfolio4_content-wrapper {
width: 760px;
}
.portfolio_header h6 {
font-size: 16px;
}
#page-content-wrapper .inner .sidebar-wrapper {
width: 220px;
margin: 0;
}
#page-content-wrapper .inner .sidebar-wrapper .sidebar .content {
margin: 0;
}
#page-content-wrapper .inner .sidebar-wrapper .sidebar {
width: 100%;
}
.social-profile-wrapper ul li img {
width: 22px;
}
div.home_header {
font-size: 70px;
letter-spacing: -2px;
line-height: 80px;
margin-left: 40px;
margin-right: 40px;
}
#page-content-wrapper .inner {
width: 100%;
}
#page-content-wrapper .sidebar .content .posts.blog li img,
#page-content-wrapper .posts.blog li img {
width: 50px;
height: auto;
}
#footer {
width: 100%;
box-sizing: border-box;
}
#footer ul.sidebar-widget {
width: 100%;
margin: auto;
padding: 40px 30px 40px 30px;
}
#page-content-wrapper:not(.wide),
.page-content-wrapper:not(.wide) {
width: 100%;
margin-top: 0;
padding: 0 30px 0 30px;
box-sizing: border-box;
}
#page-content-wrapper.wide,
.mobile-menu-wrapper .mobile-menu-content>div {
padding: 0;
}
#page-content-wrapper .sidebar .content .posts.blog {
float: left;
margin-bottom: 20px;
width: 100%;
}
.comment {
width: 720px;
}
.comment .right {
width: 82%;
}
ul.children div.comment .right {
width: 78%;
}
#content-wrapper ul.children ul.children {
width: 77%;
}
#menu-wrapper .nav ul,
#menu-wrapper div .nav {
display: none;
}
.social-profile-wrapper {
float: none;
margin: auto;
width: auto;
}
.footer-main-container-wrapper .social-profile-wrapper {
margin-right: 10px;
}
.above-top-menu-bar .social-profile-wrapper ul {
margin-top: 0;
}
#page-content-wrapper .inner .sidebar-content.fullwidth#blog-grid-wrapper {
width: 100%;
}
#page-content-wrapper .inner .sidebar-content.fullwidth .post-wrapper.grid-layout .post-featured-image img {
width: 100% !important;
height: auto !important;
}
#page-content-wrapper .inner .sidebar-content {
margin-right: 0;
margin-top: 0;
padding-right: 10px;
padding-top: 0;
}
#page-content-wrapper .inner .sidebar-content.left-sidebar {
margin-right: 0;
padding-top: 0;
padding-left: 30px;
}
#page-content-wrapper .inner .sidebar-wrapper,
#page-content-wrapper .inner .sidebar-wrapper.left-sidebar {
width: 28%;
margin-right: 0;
padding-left: 10px;
padding-top: 0;
margin-right: 0;
}
.page-content-wrapper .inner .sidebar-wrapper {
width: 30%;
}
#page-content-wrapper .inner .sidebar-wrapper.left-sidebar {
padding-left: 0;
margin-right: 0;
}
#page-content-wrapper .inner .sidebar-content.fullwidth .post-wrapper .post-featured-image img,
#page-content-wrapper .inner .sidebar-content .post-wrapper .post-featured-image img {
max-width: 100%;
height: auto;
}
.post-content-wrapper {
width: 100%;
}
.comment .right {
width: 54%;
}
ul.children div.comment .right {
width: 62%;
}
#page-content-wrapper .sidebar .content .sidebar-widget li ul.flickr li img {
width: 62px;
height: auto;
}
.page_control {
left: 46%;
}
#footer ul.sidebar-widget li ul.posts.blog li img {
width: 50px;
}
.post-circle-thumb {
width: 60px;
height: 60px;
margin-right: 15px;
}
.testimonial_slider_wrapper {
font-size: 16px;
}
#footer .sidebar-widget.four>li {
width: 46%;
margin-right: 3%;
margin-bottom: 3%;
}
#footer .sidebar-widget.four>li:nth-child(2),
#footer .sidebar-widget.four>li:nth-child(4) {
width: 46%;
margin-right: 0;
float: right;
}
#footer .sidebar-widget.four>li:nth-child(3) {
clear: both;
}
.portfolio_desc.team h5 {
font-size: 20px;
}
.portfolio_desc h6,
.portfolio_desc h5 {
font-size: 18px;
}
.slider_wrapper .flexslider img {
max-width: 100% !important;
height: auto;
}
h1.product_title {
font-size: 26px;
}
p.price ins span.amount,
p.price span.amount {
font-size: 20px;
}
.post-featured-image.small img.thumbnail_gallery {
max-width: 143px !important;
}
.team_wrapper .one-half,
.team_wrapper .one-half.last,
.testimonial_wrapper .one-half,
.testimonial_wrapper .one-half.last {
width: 100%;
margin-right: 0;
margin-bottom: 4%;
clear: both;
}
.one.withbg,
.one.withbg[data-mouse="mouse_pos"],
.one.withbg[data-type="background"] {
background-attachment: scroll !important;
background-size: cover !important;
background-position: center top !important;
}
#page-header.hasbg h1.withtopbar,
h1.hasbg.withtopbar,
#page-header.hasbg.notransparent h1.withtopbar {
margin-top: 160px !important;
}
.one-half_bg.nopadding {
padding: 0 !important;
}
.one-half_bg,
.one-third_bg,
.two_third_bg {
padding: 0;
}
a.button.fullwidth.ppb .title {
font-size: 26px;
}
#copyright {
float: none;
width: 100%;
margin-bottom: 0;
text-align: center;
clear: both;
margin-top: 10px;
}
.menu-footer-menu-container {
width: 100%;
text-align: center;
}
#footer-menu {
float: none;
width: 100%;
text-align: center;
}
#footer-menu li {
float: none;
display: inline-block;
}
input[type="submit"].medium,
input[type="button"].medium,
a.button.medium {
padding: .3em 1.2em .3em 1.2em;
}
#page-content-wrapper .inner .sidebar-content,
.page-content-wrapper .inner .sidebar-content {
margin-right: 0;
}
#page-content-wrapper .inner .sidebar-content.left-sidebar {
border: 0;
padding-left: 0;
padding-right: 0;
}
.ppb_content {
width: 100%;
}
.sidebar-content.three_cols.gallery .element {
width: 100%;
margin-right: 0;
}
#page-content-wrapper .inner #blog-grid-wrapper.sidebar-content {
padding: 0;
}
#page-content-wrapper .inner #blog-grid-wrapper.sidebar-content.left-sidebar {
padding-left: 0;
}
.post-header.grid h6 {
font-size: 18px;
}
#page-content-wrapper .posts.blog li,
.page-content-wrapper .posts.blog li {
width: 100%;
float: none;
margin-right: 0;
}
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-author,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-email,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-url {
width: 27.6%;
}
.post-featured-image.team {
border-radius: 0;
}
.post-header h5,
.post_quote_title {
font-size: 24px;
}
#autocomplete {
margin-top: 11px;
}
.post-header.search {
width: 80%;
}
#searchform input[type="text"] {
width: 50%;
}
.one-half .page-content-wrapper .inner,
.one-third .page-content-wrapper .inner,
.one_fourth .page-content-wrapper .inner,
.one_fifth .page-content-wrapper .inner,
.two_third .page-content-wrapper .inner {
max-width: 100%;
width: 100%;
padding: 0;
}
#page-header h1 {
font-size: 24px;
}
.one-half_bg {
padding: 40px !important;
}
.one-third_bg.team_photo {
width: 33.3%;
}
.two_third_bg.team {
width: 66.6%;
padding: 20px;
}
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-author,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-email,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-url {
width: 100%;
box-sizing: border-box;
}
.three_cols.gallery .element .portfolio_title h5 {
font-size: 16px;
}
.three_cols.gallery .element .portfolio_title .post-detail {
font-size: 12px;
}
.top-menu-bar.scroll #logo-wrapper {
display: block;
}
#mobile-nav-icon {
display: inline-block !important;
}
.image_classic_frame {
margin-bottom: 20px;
}
.one-third.gallery3 .gallery_archive_desc h4,
.one_fourth.gallery4 .gallery_archive_desc h4 {
font-size: 14px;
}
.standard-wrapper {
width: 100%;
}
.sidebar-content:not(.fullwidth) .standard-wrapper {
padding: 0;
}
.post-caption h1 {
font-size: 24px;
}
.four_cols.gallery .element .portfolio_title h5 {
font-size: 14px;
}
.post-featured-image.fadeIn,
.post-featured-image.grid.fadeIn {
opacity: 1;
}
.fullwidth-comment-wrapper .comment .right {
width: 78%;
}
#nav-wrapper {
border: 0;
}
.three_cols.gallery.wide .element.double_size {
width: 66.65%;
}
#menu-wrapper .nav ul li a,
#menu-wrapper div .nav li>a,
html[data-menu=center-menu-logo] body #logo-right-wrapper {
padding-top: 0;
}
.social_share_button_wrapper ul {
border: 0;
padding-left: 0;
}
.parallax {
z-index: 0;
}
.portfolio_post-wrapper {
margin-bottom: 0;
}
body.single-portfolios .portfolio_post-wrapper {
margin-bottom: 30px;
}
#go-to-top {
bottom: 15px;
}
#logo_normal.logo-container {
left: 0;
}
.footer-main-container-wrapper {
width: 100%;
padding-top: 40px;
padding-bottom: 20px;
}
.above-top-menu-bar .page-content-wrapper {
width: 100%;
padding: 0 30px 0 30px;
box-sizing: border-box;
}
body #page-header h1 {
font-size: 32px;
}
#page-header.hasbg {
height: 450px;
}
blockquote {
font-size: 20px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 48.5%;
}
.woocommerce ul.products li.product:nth-child(2n),
.woocommerce-page ul.products li.product:nth-child(2n),
.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
.woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
margin-right: 0 !important;
}
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
width: 50%;
padding: 0 10px 0 10px;
box-sizing: border-box;
float: left;
}
body.admin-bar #btn-close-mobile-menu {
top: 46px;
}
#page-content-wrapper .posts.blog li a,
.page-content-wrapper .posts.blog li a,
#footer ul.sidebar-widget li ul.posts.blog li a {
letter-spacing: 0;
}
#page-content-wrapper .inner .sidebar-content.fullwidth.blog_f {
width: 100%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: 48%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
padding: 10px 20px 9px 20px !important;
}
#page-content-wrapper.blog-wrapper.hasbg {
padding-top: 30px;
padding-bottom: 30px;
}
body.centeralign .logo-container .logo-wrapper:not(.hidden) {
margin-top: 0;
}
body.leftmenu .mobile-menu-wrapper {
left: -10px;
-webkit-transition: -webkit-transform 200ms ease;
-moz-transition: transform 200ms ease;
-o-transition: -o-transform 200ms ease;
transition: transform 200ms ease;
-webkit-transform: translate(-400px, 0px);
-moz-transform: translate(-400px, 0px);
transform: translate(-400px, 0px);
}
body.leftmenu #wrapper {
width: 100%;
transform-origin: 50% 50% 50%;
left: 0;
padding-top: initial !important;
}
body.leftmenu .tg_fullscreen_gallery_wrapper,
body.leftmenu .tg_parallax_slide_container,
body.leftmenu .tg_parallax_slide_background,
body.leftmenu .tg_animated_frame_slider_wrapper.slideshow,
body.leftmenu .tg_room_slider_wrapper,
body.leftmenu .tg_popout_slide_container.slider,
body.leftmenu .tg_transitions_slide_container {
width: 100%;
left: 0;
}
body.leftmenu .icon-scroll {
left: 50%;
}
body.leftmenu .tg_room_slider_wrapper .slide {
width: 50%;
margin: 7vh 0 0 20vw;
}
body.leftmenu .tg_skewed_slide_container .slider-page__content {
padding: 0 32% 0 32%;
}
body.leftmenu .tg_clip_path_slide_container .slide__content {
left: calc(5%);
bottom: 30px;
}
body.leftmenu #page-content-wrapper .inner .sidebar-content .tg_split_slick_slide_container .slideshow .slider .item img {
left: 50%;
min-width: 101%;
}
body.leftmenu .tg_split_slick_slide_container .slideshow-text {
left: 50%;
}
body.footer-reveal #footer-wrapper {
position: relative;
}
#wrapper {
transition: transform 0.2s;
}
#page-header.hasbg .page-title-wrapper .page-title-inner .page-title-content {
width: 100%;
padding: 0 20px 0 20px;
box-sizing: border-box;
}
#option_btn,
#option_wrapper {
display: none;
}
#learn-press-course {
width: 100%;
}
.single-course-title {
width: 60%;
}
.single-course-join {
width: 40%;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
display: none;
}
body.learnpress-page.checkout .learn-press-checkout-comment,
body.learnpress-page.checkout #learn-press-payment,
body.learnpress-page.checkout #learn-press-order-review {
width: 100%;
float: none;
clear: both;
}
body.learnpress-page.checkout #learn-press-order-review {
margin-bottom: 20px;
}
body.learnpress-page.profile #learn-press-profile-content {
width: calc(100% - 230px);
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav a,
body.learnpress-page.profile .lp-tab-sections li a,
body.learnpress-page.profile .lp-tab-sections li span,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span {
padding: 5px 25px 5px 25px;
}
body.single.single-post #page-header h1 {
font-size: 40px;
}
.main-menu-wrapper .top-menu-bar {
padding: 0 20px 0 20px;
}
.course-template-2 #single-course-bgimage .single-course.standard-wrapper {
padding: 0 30px 0 30px;
}
body.tg-single-course-2 .single-course_sidebar .single-course_info_wrapper .single-course_price_wrapper .origin-price {
font-size: 30px;
}
body.tg-single-course-2 .single-course_sidebar .single-course_info_wrapper .single-course_price_wrapper .price {
font-size: 16px;
}
.course-template-2 #single-course-bgimage .single-course.standard-wrapper .single-course-title {
width: 64%;
}
body.tg-single-course-3 .single-course-title {
width: 100%;
}
body.tg-single-course-3 .video-grid-wrapper {
width: 100%;
margin-bottom: 30px;
}
body.tg-single-course-3 .single-course-include {
width: 100%;
}
body.tg-single-course-3 .single-course_price_wrapper {
float: left;
width: 50%;
margin-bottom: 20px;
}
body.tg-single-course-3 .single-course-join {
float: right;
width: 50%;
text-align: right;
margin-bottom: 20px;
margin-top: 10px;
}
body.tg-single-course-3 .single-course-include .single-course-include_list li {
display: inline-block;
width: 49%;
}
body.single-lp-course .course-reviews-list li .review-author,
body.single-lp-course .course-reviews-list li .review-text {
display: block;
width: 100%;
}
#page-header .page-title-wrapper {
box-sizing: border-box;
padding: 0 40px 0 40px;
}
body.learnpress-page.profile .profile-description {
width: 100%;
font-size: 16px;
}
} @media only screen and (max-width: 767px) {
body {
-webkit-text-size-adjust: none;
}
body {
font-size: 13px;
}
.logo-container {
display: block;
}
.logo-wrapper img {
max-width: 250px;
height: auto;
margin-top: 0px;
display: inline-block;
}
.footer_before_widget .footer_logo.logo-wrapper img {
max-height: none;
margin-top: 0;
margin: auto;
}
.top-menu-bar {
width: 100%;
padding: 0 30px 15px 30px;
}
body.elementor-page .top-menu-bar {
padding: 0 20px 15px 20px;
}
.top-menu-bar {
padding-bottom: 0 !important;
}
#top_contact_hours,
#top_contact_number {
display: none;
}
.mobile-menu-wrapper {
width: 270px;
}
.standard-wrapper {
width: 100%;
padding: 0 30px 0 30px;
box-sizing: border-box;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
h7 {
font-size: 17px;
}
.post-header.grid h6,
.post_quote_title.grid {
font-size: 18px;
}
#page-header h1 {
font-size: 28px !important;
}
#page-header .page-title-wrapper {
width: 100%;
margin: auto;
}
#page-header {
padding-left: 20px;
padding-right: 20px;
padding-top: 40px;
padding-bottom: 40px;
box-sizing: border-box;
margin-bottom: 30px;
float: left;
}
#page-content-wrapper .inner .inner-wrapper {
padding: 0;
}
#page-content-wrapper .inner .sidebar-content.fullwidth {
width: 100%;
margin-top: 15px;
margin-bottom: 0;
}
#page-content-wrapper .inner .sidebar-content img {
max-width: 100%;
height: auto;
}
body #page-content-wrapper:not(.wide),
body .page-content-wrapper:not(.wide) {
width: 100%;
margin-top: 0;
padding: 0 30px 0 30px;
box-sizing: border-box;
}
#page-content-wrapper.wide,
.page-content-wrapper.wide {
padding: 0;
}
#page-content-wrapper .inner {
width: 100%;
padding: 0;
}
#page-content-wrapper .inner #page_main_content {
margin-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
#page-content-wrapper .inner {
width: 100%;
margin: auto;
}
#page-content-wrapper .inner .sidebar-content {
width: 100%;
margin-top: 0;
padding-bottom: 0;
float: none;
border: 0 !important;
}
#page-content-wrapper .inner .sidebar-content.fullwidth {
width: 100%;
margin-top: 0;
}
#page-content-wrapper .inner #page-header.sidebar-content.fullwidth {
padding-bottom: 20px;
}
#page-content-wrapper .inner .sidebar-content.fullwidth img {
max-width: 100%;
height: auto !important;
}
#page-content-wrapper .inner .sidebar-wrapper {
width: 100%;
margin-left: 0;
margin-bottom: 0;
margin-top: 25px;
padding-top: 0;
}
#page-content-wrapper .inner .sidebar-wrapper .sidebar .content {
margin: 0;
}
#page-content-wrapper .inner .sidebar-content.fullwidth#blog-grid-wrapper,
#page-content-wrapper .inner .sidebar-content.fullwidth#galleries_grid_wrapper {
width: 100%;
}
.portfolio_header h6 {
width: 31%;
font-size: 12px;
}
#page-content-wrapper .inner .sidebar-content img {
max-width: 100%;
height: auto;
}
.fullwidth-comment-wrapper .comment .right {
width: 66%;
margin-left: 15px;
}
.fullwidth-comment-wrapper ul.children div.comment .right {
width: 64%;
padding: 0;
}
ul.children div.comment ul.children div.comment .right {
width: 50%;
}
#content-wrapper ul.children ul.children {
width: 100%;
}
ul.children .comment {
margin-left: 0;
}
#content-wrapper ul.children {
border: 0;
}
#content-wrapper ul.children ul.children {
margin-left: -16px;
}
.comment_wrapper #respond {
margin-left: 20px;
}
.comment_wrapper ul.children #respond {
margin-left: -55px;
}
#menu-wrapper {
width: 100%;
}
#menu-border-wrapper,
#menu-border-wrapper_right {
height: auto;
display: none;
}
.one-half.gallery2,
.one-half.portfolio2,
.one-half.gallery2 .mask,
.one-half.gallery2.filterable {
width: 100%;
height: auto;
}
.one-half.gallery2 .mask {
width: 100%;
height: 100% !important;
}
.one-half.portfolio2 {
margin-bottom: 5%;
margin-right: 5%;
}
.one-half.gallery2 .mask .button.circle {
margin-top: 30%;
}
.one-half.gallery2 img.blur_effect,
.one-half.portfolio2 img.blur_effect {
width: 100%;
height: auto;
}
.one-half.gallery2:hover .mask .mask_circle {
width: 32px;
height: 32px;
margin-top: 22%;
}
.one-half.gallery2 .mask .mask_circle i {
font-size: 30px;
line-height: 34px;
}
.one-third.gallery3,
.one-third.portfolio3,
.one-third.gallery3 .mask,
.one-third.gallery3.filterable {
width: 100%;
height: auto;
}
.one-third.gallery3 .button.circle img {
width: 30px !important;
height: 30px !important;
}
.one-third.gallery3 .mask {
width: 100%;
height: 100% !important;
}
.one-third.gallery3 img.blur_effect,
.one-third.portfolio3 img.blur_effect {
width: 100%;
height: auto;
}
.one-third.gallery3 h5 {
font-size: 14px !important;
}
.one-third.gallery3:hover .mask .mask_circle {
width: 32px;
height: 32px;
margin-top: 22%;
}
.one-third.gallery3 .mask .mask_circle i {
font-size: 30px;
line-height: 34px;
}
.one_fourth,
.one_fourth.last {
width: 100%;
margin-right: 0;
margin-bottom: 2%;
clear: both;
}
.one_fourth.gallery4,
.one_fourth.portfolio4,
.one_fourth.gallery4 .mask,
.one_fourth.gallery4.filterable {
width: 100%;
height: auto;
}
.one_fourth.gallery4 img.blur_effect,
.one_fourth.portfolio4 img.blur_effect {
width: 100%;
height: auto;
}
.one_fourth.gallery4 .mask {
width: 100%;
height: 100% !important;
}
.one_fourth.gallery4.portfolio_type h6 {
margin-top: 34%;
}
.one_fourth.gallery4:hover .mask .mask_circle {
width: 32px;
height: 32px;
margin-top: 22%;
}
.one_fourth.gallery4 .mask .mask_circle i {
font-size: 30px;
line-height: 34px;
}
.one-third.portfolio3_wrapper,
.one_fourth.portfolio4_wrapper {
width: 100%;
clear: both;
}
.post-header {
width: 100%;
}
.post-header h5 {
font-size: 20px;
letter-spacing: -1px;
}
blockquote {
width: 100%;
font-size: 18px;
}
blockquote:before {
font-size: 2.0em;
}
#respond {
margin-bottom: 0;
width: 100%;
}
.post-wrapper {
width: 100%;
;
margin-top: 0;
}
#page-content-wrapper .inner .sidebar-wrapper .sidebar {
width: 100%;
}
#footer {
width: 100%;
}
#footer ul.sidebar-widget {
margin-left: 10px;
}
#footer ul.sidebar-widget {
width: 100%;
float: none;
margin: auto;
padding: 40px 30px 0 30px;
box-sizing: border-box;
}
#footer .sidebar-widget.four>li,
#footer .sidebar-widget.three>li,
#footer .sidebar-widget.two>li,
#footer .sidebar-widget.one>li,
#footer .sidebar-widget.four>li:nth-child(4),
#footer .sidebar-widget.three>li:nth-child(3),
#footer .sidebar-widget.two>li:nth-child(2) {
width: 100%;
}
.footer-main-container {
margin-bottom: 0;
}
#copyright {
width: 100%;
}
.social-profile-wrapper,
.social-profile-wrapper.shortcode {
float: none;
margin: auto;
width: auto;
}
.social-profile-wrapper ul {
margin-top: 15px;
}
.social-profile-wrapper ul,
.social-profile-wrapper ul li {
display: inline-table;
}
.footer-main-container-wrapper {
width: 100%;
}
#copyright {
float: left;
width: 100%;
padding: 0 30px 0 30px;
box-sizing: border-box;
}
.one-third,
.one-third.last {
width: 100%;
margin-bottom: 3%;
margin-right: 0;
}
.two_third,
.two_third.last {
width: 100%;
margin-bottom: 3%;
}
#footer .sidebar-widget.four>li {
margin-bottom: 20px;
}
.post-content-wrapper {
width: 100%;
}
ul.children div.comment .right {
width: 86%;
}
.page_control {
left: 39%;
bottom: 65px;
}
.one.fullwidth .page-content-wrapper {
padding: 0;
}
.page-content-wrapper.nopadding {
padding: 0 !important;
}
#page-content-wrapper .inner .sidebar-content.fullwidth.portfolio4_content-wrapper,
.page-content-wrapper.portfolio4_content-wrapper {
width: 100% !important;
}
.one_fourth,
.one_fourth.last {
width: 100%;
margin-right: 0;
}
.post-featured-image img {
max-width: 100% !important;
height: auto;
}
body.page-template-blog-g-php .post.type-post,
body.error404 .post.type-post,
body.search .hentry,
body.page-template-galleries-php .galleries.type-galleries,
body.tax-gallerycat .galleries.type-galleries {
width: 100%;
}
#blog-grid-wrapper .post.type-post {
width: 100% !important;
margin-left: 0;
}
#page-content-wrapper .inner .sidebar-wrapper.left-sidebar {
width: 100%;
padding-top: 0;
margin-right: 0;
margin-top: 30px;
margin-bottom: 25px;
}
.post-header.full {
width: 96%;
}
#page-content-wrapper .inner .sidebar-content.fullwidth#blog-grid-wrapper {
width: 100%;
}
#blog-grid-wrapper {
width: 100%;
}
.one-half,
.one-half.last {
width: 100%;
clear: both;
margin-bottom: 20px;
}
#blog-grid-wrapper {
padding-top: 20px;
}
.post-featured-image {
margin-bottom: 20px;
}
#page-content-wrapper .posts.blog li {
width: 100%;
}
body.single .post.type-post {
float: none;
padding-top: 30px;
}
.post-header h6 {
font-size: 16px;
}
.alert_box_msg {
max-width: 80% !important;
}
.social-profile-wrapper.shortcode ul li {
margin: 5px;
}
.one_fifth {
width: 100%;
float: none;
}
.footer-main-container-wrapper .social-profile-wrapper ul {
margin-top: 0;
}
.above-top-menu-bar .page-content-wrapper {
margin: 0;
margin: auto;
}
.above-top-menu-bar .top-contact-info {
width: 100%;
float: none;
margin: auto;
text-align: center;
border: 0;
}
.above-top-menu-bar .top-contact-info span {
border: 0;
}
.above-top-menu-bar .social-profile-wrapper {
display: none;
}
.one.withsmallpadding:not(.withbg):not(.fullwidth),
.one.withpadding:not(.withbg):not(.fullwidth) {
padding: 30px 0 30px 0 !important;
box-sizing: border-box;
clear: both;
margin: 0 !important;
}
.one.withpadding:not(.withbg):not(.fullwidth).parallax_content {
padding: 30px 0 30px 0 !important;
box-sizing: border-box;
}
.footer-main-container-wrapper .social-profile-wrapper {
width: 100%;
text-align: center;
float: none;
margin: 0 0 10px 0;
}
.footer-main-container-wrapper .social-profile-wrapper ul li {
float: none;
display: inline-block;
margin: 0 5px 0 5px;
}
.comment .right {
width: 100%;
margin-left: 0;
padding: 0 0 15px 0;
}
body.search .post-header {
width: 72%;
}
h1.product_title {
font-size: 28px;
}
.post-featured-image.small img.thumbnail_gallery {
max-width: 140px !important;
}
.one.withbg {
background-attachment: scroll !important;
background-size: cover !important;
background-position: center top !important;
background: #000;
}
.three_cols.gallery .element,
.four_cols.gallery .element,
#photo_wall_wrapper .wall_entry,
.photo_wall_wrapper .wall_entry,
#photo_wall_wrapper .wall_entry.three_cols,
#photo_wall_wrapper .wall_entry.four_cols,
.photo_wall_wrapper .wall_entry.four_cols {
width: 100%;
margin-right: 0%;
}
.page-content-wrapper .inner,
.standard-wrapper {
width: 100%;
}
.one-half_bg,
.one-third_bg,
.two_third_bg,
.one_fourth_bg,
.one_fifth_bg {
width: 100%;
padding: 30px !important;
}
.one-half_bg.nopadding,
.two_third_bg>div,
.one-half_bg>div,
.one-third_bg>div,
.one_fourth_bg>div {
padding: 0 !important;
}
.one .page-content-wrapper.withbg {
max-height: 300px;
}
#page-content-wrapper .inner .sidebar-content,
.page-content-wrapper .inner .sidebar-content,
#page-content-wrapper .inner .sidebar-content.portfolio {
width: 100%;
margin-right: 0;
border: 0;
margin-bottom: 30px;
float: left;
padding-right: 0;
}
#page-content-wrapper .inner .sidebar-content.left-sidebar,
.page-content-wrapper .inner .sidebar-content.left-sidebar {
width: 100%;
float: none;
padding: 0;
clear: both;
}
#page-content-wrapper .inner .sidebar-wrapper,
.page-content-wrapper .inner .sidebar-wrapper,
#page-content-wrapper .inner .sidebar-wrapper.left-sidebar,
.page-content-wrapper .inner .sidebar-wrapper.left-sidebar {
width: 100%;
float: left;
margin-top: 20px;
clear: both;
}
#page-content-wrapper .inner .sidebar-wrapper.left-sidebar,
.page-content-wrapper .inner .sidebar-wrapper.left-sidebar {
margin-top: 0;
}
#page-content-wrapper .inner #blog-grid-wrapper.sidebar-content,
#blog-grid-wrapper.sidebar-content:not(.fullwidth) .post.type-post {
width: 100%;
margin-right: 0;
}
.post_share_bubble {
left: 30px;
}
.photo_wall_wrapper.shortcode,
#photo_wall_wrapper .wall_entry,
.photo_wall_wrapper .wall_entry.withmargin {
width: 100%;
margin: 0;
}
.one-third_bg.team_photo {
padding-bottom: 0!important;
}
#page-content-wrapper .inner .sidebar-content.fullwidth img,
.page-content-wrapper img {
max-width: 100%;
height: auto;
}
#footer-menu {
float: left;
width: 100%;
padding: 0 30px 0 30px;
box-sizing: border-box;
}
#footer-menu li:first-child {
margin-left: 0;
}
#page-content-wrapper .inner .sidebar-content.fullwidth#blog-grid-wrapper,
.page-content-wrapper .inner .sidebar-content.fullwidth.blog-grid-wrapper {
width: 100%;
}
#page-content-wrapper .inner #blog-grid-wrapper.sidebar-content.left-sidebar {
padding-left: 0;
}
#footer_before_widget_text {
width: 85%;
}
#go-to-top {
right: 10px;
}
#page-header.hasbg .post-detail,
#page-header.hasbg .post-detail a,
#page-header.hasbg .post-detail a:hover,
#page-header.hasbg .post-detail a:active,
.page-tagline {
font-size: 11px;
}
.post-type-icon i {
line-height: 38px;
}
#searchform input[type="text"] {
width: 71%;
}
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-author,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-email,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-url {
width: 100%;
box-sizing: border-box;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
width: 100%;
margin: 0 0 30px 0;
}
.woocommerce .related ul.products li.product,
.woocommerce .related ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul li.product {
width: 100% !important;
margin: 0 0 30px 0;
}
.woocommerce table.cart td.actions .coupon .input-text#coupon_code {
width: 48%;
}
#logo-wrapper .social-profile-wrapper {
display: none;
}
.top-menu-bar.hasbg #logo-wrapper {
border: 0;
text-align: left;
padding: 15px 0 15px 0;
}
.three_cols.gallery .element .portfolio_title .image_caption,
.two-cols.gallery .element .portfolio_title .image_caption,
.four_cols.gallery .element .portfolio_title .image_caption,
.five_cols.gallery .element .portfolio_title .image_caption {
transform: translateY(0px);
opacity: 1;
}
.two-cols.gallery.wide .element,
.three_cols.gallery.wide .element,
.two-cols.gallery .element,
.four_cols.gallery.wide .element,
.five_cols.gallery.wide .element {
width: 100%;
margin-right: 0;
}
.two-cols.gallery.wide .element,
.three_cols.gallery.wide .element,
.four_cols.gallery.wide .element,
.five_cols.gallery.wide .element {
margin-bottom: 0;
}
.footer_photostream li {
width: 25%;
}
.post-excerpt {
width: 100%;
}
.top-menu-bar.scroll #logo-wrapper {
display: block !important;
}
.portfolio_desc {
margin-bottom: 15px;
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
-webkit-appearance: none;
}
.page-tagline,
.post-header .post-detail,
.post-detail {
font-size: 11px;
}
.five_cols.gallery .element .portfolio_title h5 {
font-size: 16px;
}
.textwidget img {
text-align: center;
}
.mobile-menu-wrapper {
width: 270px;
padding: 30px;
}
.mobile-main-nav li.menu-item-has-children>a:after {
left: 240px;
}
body.js-nav #overlay-background {
visibility: visible;
opacity: 1;
}
#mobile-nav-icon {
display: inline-block !important;
}
.standard-wrapper {
width: 100%;
padding: 0 20px 0 20px;
float: left;
}
.standard-wrapper:empty {
padding: 0;
}
.main-menu-wrapper .standard-wrapper {
padding: 0 10px 0 10px;
}
.five_cols.gallery .element {
width: 100%;
}
.one {
width: 100% !important;
overflow: hidden;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
float: left;
}
.post-caption {
margin-bottom: 20px;
}
#option_btn,
#option_wrapper {
display: none;
}
#logo_normal.logo-container,
#logo_transparent.logo-container {
left: 0;
top: 5px;
position: relative;
}
#menu-wrapper .nav ul li a,
#menu-wrapper div .nav li>a,
html[data-menu=center-menu-logo] #logo-right-wrapper {
padding-top: 3px !important;
}
#mobile-nav-icon {
border-top-width: 2px;
}
.parallax {
z-index: 0;
clear: both;
}
.parallax_scroll {
position: relative !important;
}
#wrapper {
padding-top: 69px;
}
.menu-footer-menu-container {
float: left;
}
.main-menu-wrapper.nofixed {
display: block;
}
.portfolio_mixed_filter_wrapper.contained,
.portfolio_mixed_filter_wrapper.three_cols.gallery .element.double_size,
.portfolio_mixed_filter_wrapper.three_cols.gallery .element {
width: 100%;
box-sizing: border-box;
}
.social_share_button_wrapper .social_post_view,
.social_share_button_wrapper .social_post_share_count {
margin: 0 10px 0 10px;
}
.social_share_button_wrapper ul {
padding-left: 0;
border: 0;
}
#page-header.hasbg .page-title-wrapper .page-title-inner {
box-shadow: 0 0 0;
}
.floatright {
float: left;
}
#page-content-wrapper .inner .sidebar-content ul.products {
padding: 20px;
}
body.single-product #page-content-wrapper .inner .sidebar-content.fullwidth {
padding-top: 0;
}
#about-the-author .author-detail {
width: 100%;
text-align: center;
}
#about-the-author .gravatar {
margin: auto;
float: none;
margin-bottom: 20px;
}
.author-content .author_label {
float: none;
}
body.single-post #page-content-wrapper,
body.single-attachment #page-content-wrapper {
margin-top: 30px;
clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
clear: both;
}
#page-header.hasbg {
max-height: 450px;
}
.grid.gallery .element .grid.gallery2,
.grid.gallery .element .grid.gallery3,
.grid.gallery .element .grid.gallery4,
.sidebar-content:not(.fullwidth) .grid.gallery .element .grid.gallery2,
.sidebar-content:not(.fullwidth) .grid.gallery .element .grid.gallery3,
.grid.gallery.portrait .element .grid.gallery4 {
min-height: 300px;
}
body.single-post #page-header .page-title-wrapper {
width: 100%;
}
html[data-menu=leftalign] #logo-right-wrapper {
top: 0;
}
#rsvp.button.ghost,
.woocommerce #rsvp.button.ghost {
margin-right: 10px;
}
#page-content-wrapper p.woocommerce-result-count {
padding-bottom: 0;
}
.woocommerce .woocommerce-ordering {
margin-bottom: 30px;
}
.woocommerce .star-rating {
float: none;
clear: both;
margin-bottom: 5px;
}
.woocommerce #review_form #respond p.stars {
margin-top: -7px;
}
body.admin-bar #btn-close-mobile-menu {
top: 46px;
}
body.admin-bar .main-menu-wrapper {
padding-top: 46px;
}
div.wpcf7 .ajax-loader {
display: block;
}
.page-title-wrapper .standard-wrapper {
padding: 0;
}
#page-header.hasbg .page-title-wrapper .page-title-inner {
width: 100%;
}
#page-header.hasbg .page-title-wrapper .standard-wrapper {
padding: 0 30px 0 30px;
}
#blog-grid-wrapper.sidebar-content:not(.fullwidth) .post.type-post,
.post.type-post.grid-layout {
width: 100%;
margin-top: 20px;
}
body.admin-bar .frame_top {
top: 46px;
}
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price {
font-size: 1.3em !important;
}
#page-content-wrapper .inner .sidebar-content.fullwidth.blog_f {
width: 100%;
}
body.js-nav #wrapper {
left: -30px;
}
body.js-nav #wrapper {
transform: translateZ(0px) translateX(300px) rotateY(0deg);
}
#side-sub-menu {
margin: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
width: 100%;
margin-right: 0;
}
.menu-client-wrapper {
display: none;
}
#page-header.hasbg {
z-index: 3 !important;
margin: 0;
}
.post-navigation.previous .navigation-anchor {
margin-left: -53px;
}
.post-navigation.next .navigation-anchor {
margin-right: -35px;
}
body.centeralign .logo-container .logo-wrapper:not(.hidden) {
margin-top: 0;
}
body.leftmenu .mobile-menu-wrapper {
left: -10px;
-webkit-transition: -webkit-transform 200ms ease;
-moz-transition: transform 200ms ease;
-o-transition: -o-transform 200ms ease;
transition: transform 200ms ease;
-webkit-transform: translate(-400px, 0px);
-moz-transform: translate(-400px, 0px);
transform: translate(-400px, 0px);
}
body.leftmenu #wrapper {
width: 100%;
transform-origin: 50% 50% 50%;
left: 0;
padding-top: initial !important;
}
body.leftmenu .tg_fullscreen_gallery_wrapper,
body.leftmenu .tg_parallax_slide_container,
body.leftmenu .tg_parallax_slide_background,
body.leftmenu .tg_animated_frame_slider_wrapper.slideshow,
body.leftmenu .tg_room_slider_wrapper,
body.leftmenu .tg_popout_slide_container.slider,
body.leftmenu .tg_transitions_slide_container {
width: 100%;
left: 0;
}
body.leftmenu .icon-scroll {
left: 50%;
}
body.leftmenu .tg_room_slider_wrapper .slide {
width: 50%;
margin: 7vh 0 0 20vw;
}
body.leftmenu .tg_skewed_slide_container .slider-page__content {
padding: 0 32% 0 32%;
}
body.leftmenu .tg_clip_path_slide_container .slide__content {
left: calc(5%);
bottom: 30px;
}
body.leftmenu #page-content-wrapper .inner .sidebar-content .tg_split_slick_slide_container .slideshow .slider .item img {
left: 50%;
min-width: 101%;
}
body.leftmenu .tg_split_slick_slide_container .slideshow-text {
left: 50%;
}
body.leftmenu .logo-container {
display: none;
}
body.leftmenu .main-menu-wrapper {
display: block;
}
body.leftmenu #footer-wrapper {
width: 100%;
margin-left: 0;
}
body.leftmenu .logo-container {
display: block;
}
body.footer-reveal #footer-wrapper {
position: relative;
}
body.single-post #page-content-wrapper .inner .sidebar-content,
body.single-post #page-content-wrapper .inner .sidebar-wrapper .sidebar {
box-sizing: border-box;
}
.post-navigation.previous .navigation-anchor {
margin-left: -42px;
}
.post-navigation.next .navigation-anchor {
margin-right: -28px;
}
#wrapper {
transition: transform 0.2s;
}
#page-header.hasbg .page-title-wrapper .page-title-inner .page-title-content {
width: 100%;
}
body.single-post #page-content-wrapper .inner .sidebar-content,
body.home.blog #page-content-wrapper .inner .sidebar-content {
padding: 0 20px 0 20px;
box-sizing: border-box;
}
body.footer-reveal #wrapper {
margin-bottom: 0 !important;
}
body.home.blog .type-post:last-child {
margin-bottom: 0 !important;
}
.woocommerce div.product div.summary {
margin-top: 20px;
}
.woocommerce div.product div.images {
margin-bottom: 20px;
margin-top: 0;
}
body.single #page-content-wrapper .inner .sidebar-wrapper .sidebar {
margin-bottom: 0;
}
body.error404 #page-content-wrapper:not(.wide),
body.error404 .page-content-wrapper:not(.wide) {
padding: 0 20px 0 20px !important;
}
#learn-press-course {
width: 100%;
clear: both;
padding: 0 20px 0 20px;
box-sizing: border-box;
}
.single-course-title,
.single-course-join {
width: 100%;
float: none;
text-align: left;
}
#single-course-header {
padding: 40px 0 60px 0;
}
#single-course-meta {
margin: 60px 0 0 0;
}
#single-course-meta ul.single-course-meta-data {
display: block;
padding: 20px;
}
#single-course-meta ul.single-course-meta-data li {
margin: 1.3611rem 0;
display: flex;
padding: 0;
justify-content: left;
}
#single-course-meta ul.single-course-meta-data li.single-course-meta-data-separator {
display: none;
}
#single-course-meta ul.single-course-meta-data li .single-course-meta-data-icon {
font-size: 1.5rem;
}
#single-course-meta ul.single-course-meta-data li .single-course-meta-data-text {
display: block;
}
.single-course-title h1 {
font-size: 28px;
}
body .course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
display: none;
}
body #course-item-content-header .form-button.lp-button-back button,
body.learnpress-page .lp-button {
padding: 6px 20px 4px 20px;
}
body #course-item-content-header .form-button.lp-button-back {
position: fixed;
bottom: 10px;
right: 0px;
}
body #course-item-content-header .course-title {
display: none;
}
body.learnpress-page.checkout .learn-press-checkout-comment,
body.learnpress-page.checkout #learn-press-payment,
body.learnpress-page.checkout #learn-press-order-review {
width: 100%;
float: none;
clear: both;
}
body.learnpress-page.checkout #learn-press-order-review {
margin-bottom: 20px;
}
body #page-content-wrapper:not(.wide),
body .page-content-wrapper:not(.wide) {
padding: 0 20px 0 20px;
}
body #learn-press-profile-nav .learn-press-tabs,
body #learn-press-profile-nav .tabs>li:hover a {
background: #f9f9f9;
}
body #learn-press-profile-nav .learn-press-tabs li a {
color: #222;
}
body #learn-press-profile-nav .learn-press-tabs li a:hover {
color: #fff;
}
body.learnpress-page.profile #learn-press-profile-content {
float: none;
width: 100%;
}
body.learnpress-page.profile #learn-press-profile-header {
float: left;
width: 50%;
}
#learn-press-profile-header .lp-profile-avatar {
left: 0;
z-index: 0;
}
body.learnpress-page.profile #learn-press-profile-nav:before {
background: transparent;
}
#learn-press-profile-nav:hover .learn-press-tabs {
z-index: 9;
}
body ul.learn-press-courses .course .course-thumbnail img {
width: 100%;
}
body.learnpress-page.profile #learn-press-profile-nav .tabs>li.active ul li a,
body.learnpress-page.profile #learn-press-profile-nav .tabs>li.active ul li a:hover {
background: #f9f9f9;
color: #222;
}
#page-content-wrapper ul.learn-press-nav-tabs .course-nav a,
body.learnpress-page.profile .lp-tab-sections li a,
body.learnpress-page.profile .lp-tab-sections li span,
body.learnpress-page.profile .lp-tab-sections .section-tab.active span {
padding: 5px 20px 5px 15px;
}
body #learn-press-profile-header .lp-profile-avatar {
left: 0;
}
body.woocommerce-checkout .woocommerce #order_review,
body.woocommerce-checkout .woocommerce .col2-set,
body.woocommerce-checkout.woocommerce-page .col2-set,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
width: 100%;
float: none;
padding: 0 20px 0 20px;
box-sizing: border-box;
}
body.woocommerce-checkout .woocommerce #order_review,
body.woocommerce-checkout .woocommerce .col2-set,
body.woocommerce-checkout.woocommerce-page .col2-set,
.woocommerce-checkout #payment div.form-row {
padding: 0;
}
.woocommerce table.shop_table {
margin-bottom: 40px;
}
body.single-post #page-content-wrapper.blog-wrapper {
padding: 10px;
}
body.single-post #page-header:not(.hasbg) {
padding-bottom: 40px;
}
.mc4wp-form-fields {
text-align: center;
}
body.tg-single-course-2 .single-course_sidebar {
margin-top: 0 !important;
width: 100%;
}
body.tg-single-course-2 #learn-press-course .course-landing-summary {
padding: 0;
width: 100%;
}
.course-template-2 #single-course-bgimage .single-course.standard-wrapper .single-course-title {
width: 100%;
}
body.single-lp-course #learn-press-course {
padding: 0;
}
body.tg-single-course-2 #page-content-wrapper #learn-press-course ul.learn-press-nav-tabs {
margin-top: 50px;
}
#single-course-bgimage {
height: 400px;
}
body.tg-single-course-3 .single-course-title {
width: 100%;
margin-bottom: 0;
}
body.tg-single-course-3 .single-course-title h1 {
font-size: 26px;
}
body.tg-single-course-3 .video-grid-wrapper {
width: 100%;
margin-bottom: 30px;
}
body.tg-single-course-3 .single-course-include {
width: 100%;
}
body.tg-single-course-3 .single-course_price_wrapper {
float: none;
width: 100%;
margin-bottom: 0;
}
body.tg-single-course-3 .single-course-join {
float: none;
width: 100%;
text-align: left;
margin-bottom: 20px;
margin-top: 0;
}
body.tg-single-course-3 #single-course-header .standard-wrapper {
padding: 0 !important;
}
body.tg-single-course-4 #single-course-header .standard-wrapper {
width: 100%;
}
body.tg-single-course-4 #single-course-meta {
padding: 0;
}
body.tg-single-course-3 .single-course-include .single-course-include_list li {
display: inline-block;
width: 49%;
}
body.single-lp-course .course-reviews-list li .review-author,
body.single-lp-course .course-reviews-list li .review-text {
display: block;
width: 100%;
}
body.learnpress-page.profile .profile-description {
width: 100%;
font-size: 16px;
}
ul.learn-press-nav-tabs .course-nav {
margin: 5px 0 5px 0 !important;
}
.single-course_price_wrapper .price {
font-size: 24px;
}
.single-course-title {
margin-bottom: 20px;
}
#single-course-header .standard-wrapper {
padding: 0;
}
body.tg-single-course-4 #single-course-header {
margin-top: 10px;
}
body.theme-avante.profile .learn-press-form-login {
width: 100%;
float: none;
margin-bottom: 40px;
}
body.theme-avante.profile .learn-press-form-register {
width: 100%;
float: none;
}
body.learnpress-page.checkout #learn-press-checkout-login,
body.learnpress-page.checkout #learn-press-checkout-register {
width: 100%;
margin: 0;
margin-bottom: 40px;
}
body.single-product div.product.type-product {
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
padding-right: 0;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
body {
-webkit-text-size-adjust: none;
}
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-author,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-email,
#page-content-wrapper .inner .sidebar-content #commentform p.comment-form-url {
width: 25.8%;
}
#page-header.hasbg .page-title-wrapper .page-title-inner {
padding: 25px;
bottom: 10px;
}
}
@media screen and (max-width: 667px) and (orientation:landscape) {
body {
-webkit-text-size-adjust: none;
}
}