@charset "UTF-8";
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
-webkit-backface-visibility: hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
} .vbox-overlay{
background: #fdfdfd;
background: rgba(0,0,0,0.85); 
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 9999;
opacity: 0;
overflow-x: hidden;
overflow-y: auto;
}  .vbox-preloader{
position:fixed; 
width:32px; 
height:32px;
left:50%; 
top:50%; 
margin-left:-16px; 
margin-top:-16px;
background-image: url(//drkharahomeopath.clinic/wp-content/themes/echofy/venobox/preload-circle.png);
text-indent: -100px;
overflow: hidden;
-webkit-animation: playload 1.4s steps(18) infinite;
-moz-animation: playload 1.4s steps(18) infinite;
-ms-animation: playload 1.4s steps(18) infinite;
-o-animation: playload 1.4s steps(18) infinite;
animation: playload 1.4s steps(18) infinite;
}
@-webkit-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-moz-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-ms-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@-o-keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}
@keyframes playload {
from { background-position:    0px; }
to { background-position: -576px; }
}       .vbox-close{
cursor: pointer;
position: fixed;
top: -1px;
right: 0;
width: 46px;
height: 40px;
padding: 10px 20px 10px 0;
display: block;
background: url(//drkharahomeopath.clinic/wp-content/themes/echofy/venobox/close.gif) no-repeat #161617;
background-position:10px center;
color: #fff;
text-indent: -100px;
overflow: hidden;
}
.vbox-next, .vbox-prev{
box-sizing: content-box;
cursor: pointer;
position: fixed;
top: 50%;
color: #fff;
width: 30px;
height: 170px;
margin-top: -85px;
text-indent: -100px;
border: solid transparent; overflow: hidden;
}
.vbox-prev{
left: 0;
border-width: 0 30px 0 10px;
background: url(//drkharahomeopath.clinic/wp-content/themes/echofy/venobox/prev.gif) center center no-repeat;
}
.vbox-next{
right: 0;
border-width: 0 10px 0 30px;
background: url(//drkharahomeopath.clinic/wp-content/themes/echofy/venobox/next.gif) center center no-repeat;
}
.vbox-title{
width: 100%;
height: 40px;
float: left;
text-align: center;
line-height: 28px;
font-size: 12px;
color: #fff;
padding: 6px 40px;
overflow: hidden;
background: #161617;
position: fixed;
display: none;
top: -1px;
left: 0;
}
.vbox-num{
cursor: pointer;
position: fixed;
top: -1px;
left: 0;
height: 40px;
display: block;
color: #fff;
overflow: hidden;
line-height: 28px;
font-size: 12px;
padding: 6px 10px;
background: #161617;
display: none;
} .vbox-inline{
width: 420px;
height: 315px;
padding: 10px;
background: #fff;
text-align: left;
margin: 0 auto;
overflow: auto;
} .venoframe{
border: none;
width: 960px;
height: 720px;
}
@media (max-width: 992px) {
.venoframe{
width: 640px;
height: 480px;
}
}
@media (max-width: 767px) {
.venoframe{
width: 420px;
height: 315px;
}
}
@media (max-width: 460px) {
.vbox-inline{
width: 100%;
}
.venoframe{
width: 100%;
height: 260px;
}
} .vbox-open{
overflow: hidden;
}
.vbox-container{
position: relative;
background: #000;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
.vbox-content{
text-align: center;
float: left;
width: 100%;
position: relative;
overflow: hidden;
}
.vbox-container img{
max-width: 100%;
height: auto;
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
} .cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.cd-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
.cd-words-wrapper b.is-visible {
position: relative;
}
.no-js .cd-words-wrapper b {
opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
opacity: 1;
} .cd-headline.rotate-1 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-1 b {
opacity: 0;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-animation: cd-rotate-1-in 1.2s;
-moz-animation: cd-rotate-1-in 1.2s;
animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-animation: cd-rotate-1-out 1.2s;
-moz-animation: cd-rotate-1-out 1.2s;
animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
opacity: 1;
}
}
@-moz-keyframes cd-rotate-1-in {
0% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
35% {
-moz-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
-moz-transform: rotateX(120deg);
-ms-transform: rotateX(120deg);
-o-transform: rotateX(120deg);
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
-moz-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
-o-transform: rotateX(360deg);
transform: rotateX(360deg);
opacity: 1;
}
}
@-webkit-keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
}
@-moz-keyframes cd-rotate-1-out {
0% {
-moz-transform: rotateX(0deg);
opacity: 1;
}
35% {
-moz-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
}
@keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
-moz-transform: rotateX(-40deg);
-ms-transform: rotateX(-40deg);
-o-transform: rotateX(-40deg);
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
} .cd-headline.type .cd-words-wrapper {
vertical-align: top;
overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
color: #0d0d0d;
}
.cd-headline.type b {
visibility: hidden;
}
.cd-headline.type b.is-visible {
visibility: visible;
}
.cd-headline.type i {
position: absolute;
visibility: hidden;
}
.cd-headline.type i.in {
position: relative;
visibility: visible;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
-moz-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
-o-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
-moz-transform: translateY(-50%) scale(0.9);
-ms-transform: translateY(-50%) scale(0.9);
-o-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
-moz-transform: translateY(-50%) scale(0);
-ms-transform: translateY(-50%) scale(0);
-o-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
} .cd-headline.rotate-2 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
opacity: 0;
}
.cd-headline.rotate-2 i {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
opacity: 1;
}
.cd-headline.rotate-2 i.in {
-webkit-animation: cd-rotate-2-in 0.4s forwards;
-moz-animation: cd-rotate-2-in 0.4s forwards;
animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
-webkit-animation: cd-rotate-2-out 0.4s forwards;
-moz-animation: cd-rotate-2-out 0.4s forwards;
animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
-webkit-transform: translateZ(20px);
-moz-transform: translateZ(20px);
-ms-transform: translateZ(20px);
-o-transform: translateZ(20px);
transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
}
}
@-moz-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
-moz-transform: translateZ(-20px) rotateX(-10deg);
-ms-transform: translateZ(-20px) rotateX(-10deg);
-o-transform: translateZ(-20px) rotateX(-10deg);
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
-moz-transform: translateZ(-20px) rotateX(0deg);
-ms-transform: translateZ(-20px) rotateX(0deg);
-o-transform: translateZ(-20px) rotateX(0deg);
transform: translateZ(-20px) rotateX(0deg);
}
}
@-webkit-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
}
}
@-moz-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-90deg);
}
}
@keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
-moz-transform: translateZ(-20px) rotateX(0);
-ms-transform: translateZ(-20px) rotateX(0);
-o-transform: translateZ(-20px) rotateX(0);
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
-moz-transform: translateZ(-20px) rotateX(-100deg);
-ms-transform: translateZ(-20px) rotateX(-100deg);
-o-transform: translateZ(-20px) rotateX(-100deg);
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
-moz-transform: translateZ(-20px) rotateX(-90deg);
-ms-transform: translateZ(-20px) rotateX(-90deg);
-o-transform: translateZ(-20px) rotateX(-90deg);
transform: translateZ(-20px) rotateX(-90deg);
}
} .cd-headline.loading-bar span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0;
background: #0096a7;
z-index: 2;
-webkit-transition: width 0.3s -0.1s;
-moz-transition: width 0.3s -0.1s;
transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
width: 100%;
-webkit-transition: width 3s;
-moz-transition: width 3s;
transition: width 3s;
}
.cd-headline.loading-bar b {
top: .2em;
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
opacity: 1;
top: 0;
} .cd-headline.slide span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.slide b {
opacity: 0;
top: .2em;
}
.cd-headline.slide b.is-visible {
top: 0;
opacity: 1;
-webkit-animation: slide-in 0.6s;
-moz-animation: slide-in 0.6s;
animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
-webkit-animation: slide-out 0.6s;
-moz-animation: slide-out 0.6s;
animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slide-in {
0% {
opacity: 0;
-moz-transform: translateY(-100%);
}
60% {
opacity: 1;
-moz-transform: translateY(20%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
-o-transform: translateY(20%);
transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
}
}
@-moz-keyframes slide-out {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
60% {
opacity: 0;
-moz-transform: translateY(120%);
}
100% {
opacity: 0;
-moz-transform: translateY(100%);
}
}
@keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
-moz-transform: translateY(120%);
-ms-transform: translateY(120%);
-o-transform: translateY(120%);
transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
} .cd-headline.clip span {
display: inline-block;
padding: 0;
}
.cd-headline.clip .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 5px;
background-color: #fff;
}
.cd-headline.clip b {
opacity: 0;
}
.cd-headline.clip b.is-visible {
opacity: 1;
} .cd-headline.zoom .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.zoom b {
opacity: 0;
}
.cd-headline.zoom b.is-visible {
opacity: 1;
-webkit-animation: zoom-in 0.8s;
-moz-animation: zoom-in 0.8s;
animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
-webkit-animation: zoom-out 0.8s;
-moz-animation: zoom-out 0.8s;
animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
}
}
@-moz-keyframes zoom-in {
0% {
opacity: 0;
-moz-transform: translateZ(100px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-o-transform: translateZ(100px);
transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
}
}
@-moz-keyframes zoom-out {
0% {
opacity: 1;
-moz-transform: translateZ(0);
}
100% {
opacity: 0;
-moz-transform: translateZ(-100px);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
-moz-transform: translateZ(-100px);
-ms-transform: translateZ(-100px);
-o-transform: translateZ(-100px);
transform: translateZ(-100px);
}
} .cd-headline.rotate-3 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-3 b {
opacity: 0;
}
.cd-headline.rotate-3 i {
display: inline-block;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
-webkit-animation: cd-rotate-3-in 0.6s forwards;
-moz-animation: cd-rotate-3-in 0.6s forwards;
animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
-webkit-animation: cd-rotate-3-out 0.6s forwards;
-moz-animation: cd-rotate-3-out 0.6s forwards;
animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
}
}
@-moz-keyframes cd-rotate-3-in {
0% {
-moz-transform: rotateY(180deg);
}
100% {
-moz-transform: rotateY(0deg);
}
}
@keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@-webkit-keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
}
}
@-moz-keyframes cd-rotate-3-out {
0% {
-moz-transform: rotateY(0);
}
100% {
-moz-transform: rotateY(-180deg);
}
}
@keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
} .cd-headline.scale b {
opacity: 0;
}
.cd-headline.scale i {
display: inline-block;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.is-visible .cd-headline.scale i {
opacity: 1;
}
.cd-headline.scale i.in {
-webkit-animation: scale-up 0.6s forwards;
-moz-animation: scale-up 0.6s forwards;
animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
-webkit-animation: scale-down 0.6s forwards;
-moz-animation: scale-down 0.6s forwards;
animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
opacity: 1;
}
@-webkit-keyframes scale-up {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale-up {
0% {
-moz-transform: scale(0);
opacity: 0;
}
60% {
-moz-transform: scale(1.2);
opacity: 1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-up {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes scale-down {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
opacity: 0;
}
}
@-moz-keyframes scale-down {
0% {
-moz-transform: scale(1);
opacity: 1;
}
60% {
-moz-transform: scale(0);
opacity: 0;
}
}
@keyframes scale-down {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
} .cd-headline.push b {
opacity: 0;
}
.cd-headline.push b.is-visible {
opacity: 1;
-webkit-animation: push-in 0.6s;
-moz-animation: push-in 0.6s;
animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
-webkit-animation: push-out 0.6s;
-moz-animation: push-out 0.6s;
animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes push-in {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
60% {
opacity: 1;
-moz-transform: translateX(10%);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
-o-transform: translateX(10%);
transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
}
}
@-moz-keyframes push-out {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
60% {
opacity: 0;
-moz-transform: translateX(110%);
}
100% {
opacity: 0;
-moz-transform: translateX(100%);
}
}
@keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
-moz-transform: translateX(110%);
-ms-transform: translateX(110%);
-o-transform: translateX(110%);
transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
}.slick-slider
{
position: relative;
display: block;
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
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
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;
position:relative;
}
[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;
} .slider_shape {
position: absolute;
top: 0;
animation: moveLeftBounce 4s linear infinite;
right: 67px;
z-index: -1;
}
.slider_shape2 {
position: absolute;
bottom: 133px;
left: 0;
z-index: -1;
}
.slick_shape {
position: absolute;
left: -120px;
top: 0;
animation: moveLeftBounce 3s linear infinite;
z-index: -1;
opacity: .5;
}
.slick_shape2 {
position: absolute;
left: 46%;
top: 21%;
transform: translate(-50%, -50%);
z-index: -1;
}
.dreamit-slick-slider .slider_shape3 {
display: inline-block;
position: absolute;
left: 76%;
bottom: 16px;
z-index: 22;
}
.slick_shape3 {
position: absolute;
left: 85px;
top: 310px;
z-index: -1;
}
.slick_shape4 {
position: absolute;
left: 165px;
bottom: 101px;
}
.slick_shape5 {
position: absolute;
bottom: 135px;
right: 21px;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@font-face{font-family:'FontAwesome';src:url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/fontawesome-webfont3295.eot?v=4.5.0);src:url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/fontawesome-webfont3295.woff2?v=4.5.0) format('woff2'),url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/fontawesome-webfont3295.woff?v=4.5.0) format('woff'),url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/fontawesome-webfont3295.ttf?v=4.5.0) format('truetype'),url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/fontawesome-webfont3295.svg?v=4.5.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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-echofy: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-trechofy: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: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-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-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"}@font-face {
font-family: 'themify';
src:url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/themify.eot?-fvbane);
src:url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/themify.woff?-fvbane) format('woff'),
url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/themify.ttf?-fvbane) format('truetype'),
url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/fonts/themify.svg?-fvbane#themify) 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";
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
body {
line-height: 1;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
html{
overflow-y: scroll;
font-size: 15px;
} body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
body {
font-size: 16px;
line-height: 26px;
color: #868681;
font-weight: 400;
text-align: left;
font-family: 'Albert Sans', sans-serif;
}
p {
margin-bottom: 1.25em;
}
h1, h2, h3, h4, h5, h6 {
color: #001819;
font-family: 'Albert Sans', sans-serif;
font-style: normal;
margin-bottom: 0;
margin-top: 11px;
line-height: 1.2;
font-weight: 700;
-webkit-transition: .5s;
transition: .5s;
font-size: 36px;
}
h1 {
margin-top: 0;
font-size: 3.052em;
}
h2 {
font-size: 2.441em;
}
h3 {
font-size: 1.953em;
}
h4 {
font-size: 1.563em;
}
h5 {
font-size: 1.25em;
}
h6 {
font-size: 1.15em;
}
small, .text_small {
font-size: 0.8em;
}
strong, b{
font-weight: 500;
}
a {
text-decoration: none ;
color: #6d6d6d;
transition: .5s;
} .form-control {
border-color: #ebebeb; height: calc(2.5em + .75rem + 2px);
}
.form-control:focus {
outline: none;
box-shadow: none;
border-color: #79B900;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value{
color: #b1b1b1 !important;
}
input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value{ color: #b1b1b1;
}
input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value{ color: #b1b1b1;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value{
color: #b1b1b1;
}
.section-heading h2 span{
font-weight: 400;
font-size: 2rem;
}
button.wpcf7-submit.btn.solid-btn {
background: #79B900;
color: #fff;
padding: 13px 30px;
border-radius: 7px;
transition: .5s;
border-radius: 5px;
margin-top: 20px;
font-weight: 500;
}
.wp-block-post-comments-form {
box-sizing: border-box;
margin-bottom: 10px;
}
ul.wp-block-rss li {
margin: 18px 0;
}
ul.wp-block-rss {
list-style: square;
}.widget {
margin-bottom: 40px;
overflow: hidden;
text-align: left;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
padding: 35px 40px 35px;
background: #F6F6EE;
border-radius: 7px;
position: relative;
}
.single-give-area .widget{
position: relative;
z-index: 2;
}
.single-give-area .widget:after{
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url(https://wp.ditsolution.net/echofy-multi/wp-content/uploads/2024/01/hand.jpg.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: -1;
}
h5.widget-title.mb-3 {
font-size: 25px;
margin: 0 0 0;
}
.blog-left-side > div {
margin-bottom: 30px;
}
.blog-left-side > div:last-child {
margin-bottom: 0px;
}
.blog-left-side h2 {
margin-bottom: 10px;
font-size: 24px;
margin: 0 0 10px;
}
.blog-left-side a{
color:#686868;
}
.blog-left-side .content {
padding: 0;
}
.blog-left-side .push-bottom-large {
margin-bottom: 0;
}
.blog-left-side > div:last-child {
margin-bottom: 0px;
}
.blog-left-side > aside:last-child {
margin-bottom: 0px !important;
}
.blog-left-side .sub-menu li a:hover,
.blog-left-side .nav .children li a:hover {
background: transparent;
color: #79B900 ;
} .sb_instagram_header {
display: none;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
background: #062a4d;
border-radius: 0;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
background: #79B900;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
outline: 0;
box-shadow: inset 0 0 10px 20px #79B900;
} .search {
position: relative;
}
.wp-block-search__input {
padding: 12px;
flex-grow: 1;
margin-left: 0;
margin-right: 0;
min-width: 3em;
border: 1px solid #ddd;
text-decoration: unset!important;
background: #fff;
outline: 0;
border-radius: 5px;
}
.wp-block-search__button {
margin-left: .625em;
word-break: normal;
background: #79B900;
color: #fff;
font-weight: 500;
border: 0;
border-radius: 5px;
}
.search input {
background: #fff none repeat scroll 0 0;
height: 54px;
position: relative;
width: 100%;
border: 1px solid #ced4da;
color: #686868;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
border-radius: 5px;
outline: 0;
}
.search input[type="text"] {} .search input::-ms-input-placeholder,
.search input::-webkit-placeholder,
.search input::-moz-placeholder {
color: #858585;
font-size: 14px;
}
.search button {
background: transparent none repeat scroll 0 0;
border: 0 none;
color: #686868;
font-size: 18px;
padding: 1px 15px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 100%;
width: 53px;
}
.search button i {}
.search input[type="text"] {
padding-left: 10px;
} .blog-left-side .widget h4 {
display: block;
margin-bottom: 20px;
}
.blog-left-side .widget h4.widget-title {
display: block;
padding-bottom: 10px;
margin-bottom: 20px;
position: relative;
}
.blog-left-side .widget ul {
list-style: none;
}
.blog-left-side .widget ul li {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
padding: 6px 0;
position: relative;
}
.blog-left-side .widget ul.children {
margin-top: 5px;
padding-left: 10px;
}
.blog-left-side .widget ul li {
position: relative;
border-bottom: 1px solid #F6F6EE;
}
.blog-left-side .widget ul ul {
padding-left: 10px;
margin-top: 10px;
}
.blog-left-side .widget ul li:last-child {
margin-bottom: 0;
border: 0;
padding-bottom: 0;
}
.blog-left-side .widget ul li a {
color: #686868;
font-weight: 400;
}
.blog-left-side .widget ul li a:hover{
color: #79B900;
}
.widget ul.children{
margin-top:5px;
padding-left:10px;
}
.blog-left-side .cat-item a {
display: inline-block;
}
.blog-left-side .cat-item {
display: block;
border-radius: 6px;
margin: 5px  0;
} .blog-left-side .widget select {
width: 100%;
height: 40px;
background: #fff;
border: 1px solid #ddd;
padding-left: 13px;
outline: 0;
}
.widget .screen-reader-text {
display: none;
}
.textwidget select{
width:100%;
} #wp-calendar {
width: 100%;
}
#wp-calendar caption {
font-size: 16px;
font-weight: normal;
margin-bottom: 10px;
text-align: center;
}
#wp-calendar {
font-size: 13px;
}
#wp-calendar {
border: 0px solid #e5e5e5;
margin-bottom: 20px;
overflow: auto;
vertical-align: top;
width: 100%;
margin: 0;
color:#333333;
}
table#wp-calendar td {
border: 1px solid #e5e5e5;
color: #444444;
padding: 5px 6px;
text-align: center;
vertical-align: top;
font-size: 14px;
}
#wp-calendar th, #wp-calendar td {
padding: 8px;
}
table#wp-calendar th {
border: 1px solid #e5e5e5;
color: #333333;
font-size: 13px;
font-weight: 700;
padding: 5px 6px;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
}
table#wp-calendar td#today{
color:#fff ;
background-color:#00438B;
}
table#wp-calendar td#today a{
color:#fff;
} .tagcloud a {
color: #868681;
display: inline-block;
font-size: 15px !important;
margin: 0 0px 12px 0;
padding: 3px 13px;
text-align: center;
text-transform: capitalize;
background: #fff;
border: none;
border-radius: 4px;
line-height: 1.4;
border: 1px solid #ddd;
}
.widget_categories ul li:hover:before,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.r-post-content h3:hover,
.r-post-content h3 a:hover {
color: #79B900;
}
.tagcloud a:hover {
background: #79B900;
border-color: transparent;
color: #fff;
}
.wp-block-archives li a,.wp-block-categories li a{color: #707070}
.wp-block-archives select {
height: 40px;
width: 200px;
border: 1px solid #ddd;
padding: 0 10px;
}
.single-blog-content .wp-block-latest-comments{padding-left: 0}
.recent-post-text span i {
color: #f8f9fe;
margin-right: 5px;
font-size: 14px;
}
.blog-left-side .widget.widget_text .wp-caption {
margin-bottom: 0px;
} .footer-middle .widget {
margin-bottom: 30px;
box-shadow: none;
padding: 0;
background: transparent;
}
.footer-middle .widget p {
color: #fff;
font-size: 14px;
overflow: hidden;
} .footer-bottom {
border-top: 1px solid transparent !important;
}
.footer-middle .widget ul li {
display: block;
margin-bottom: 0 !important;
padding: 5px 0 !important;
} .recent-post-item {
clear: both;
overflow: hidden;
margin-bottom: 27px;
border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
padding-bottom: 2px;
}
.recent-post-image {
float: left;
overflow: hidden;
margin-right: 15px;
height: 80px;
width: 80px;
}
.recent-post-image img {
border-radius: 4px;
}
.recent-post-image a {
display: inline-block;
margin-top: 0;
}
.recent-post-text h4 {
overflow: hidden;
margin: 0;
}
.blog-left-side .widget .recent-post-text h4 {
margin-bottom: 0px;
margin-top: -5px;
line-height: 18px;
}
.recent-post-text h4 a {
color: #686868;
font-size: 1rem;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 400;
}
.recent-post-text h4 a:hover {
color: #79B900;
}
.recent-post-item:last-child{
border-bottom:0;
padding-bottom:0;
margin-bottom: 0;
}
.recent-post-text .rcomment i {
margin-right: 5px;
}
.recent-post-text .rcomment {
text-transform: capitalize;
font-size: 13px;
color: #9e9e9e;
}
.widget .mc4wp-form-fields .solid-btn {
width: 38%;
}
.widget .mc4wp-form-fields {
position: relative;
width: 100%;
margin: auto;
}
.resent-post .recent-post-text h4 a {
color: #fff;
font-family: 'Fira Sans';
font-weight: 500;
transition: .5s;
line-height: 24px;
font-size: 16px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
} input[type="email"] {
position: relative;
background: transparent;
width: 100%;
height: 60px;
border: 1px solid #ffffff47;
border-radius: 30px;
padding: 0 25px;
outline: 0;
color: #fff;
}
form#mc4wp-form-1 {
position: relative;
}
.mc4wp-form-fields {
position: relative;
}
.mc4wp-form-fields p {
margin: 0;
position: relative;
color: #fff;
}
input[type="email"]::placeholder {
font-size: 16px;
color: #fff!important;
}
p.mailchimp-form button {
transition: all 0.4s ease 0s;
z-index: 1;
background-color: #79B900;
width: 100%;
padding: 16px 0;
border: transparent;
margin-top: 16px;
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
border-radius: 30px;
}
p.mailchimp-form button:hover {
background: #79B900;
color: #fff;
} .form_two input[type="email"]{
background: rgba(255,255,255,0.10196078431372549);
color: #fff;
border-radius: 5px; 
}
.form_two p.mailchimp-form button {
border-radius: 0 5px 5px 0;
}
.form_two input[type="email"]::placeholder {
color: #a8a8b3!important;
} .footer-middle table#wp-calendar th {
border: 1px solid #fff;
color: #fff;
}
.footer-middle table#wp-calendar td {
border: 1px solid #e5e5e5;
color: #fff;
}
.footer-middle #wp-calendar caption {
font-size: 15px;
color: #fff;
}
.footer-middle .wp-calendar-nav-prev a {
color: #fff;
}
.footer-bottom-content-copy {
text-align: right;
}
.footer-bottom-content-copy p {
color: #FFf;
margin: 0;
}
.footer-bottom-content-copy span {
color: #79B900;
}
.rpwwt-post-title {
font-family: 'Albert Sans', sans-serif;
line-height: 1.3;
display: block;
}
.blog-left-side .widget .rpwwt-widget ul li a {
color: #232323;
font-weight: 600;
color: #101010;
text-decoration: none;
transition: .3s;
font-size: 18px;
}
.blog-left-side .widget .rpwwt-widget ul li a:hover{
color:#79B900;
}
.rpwwt-widget ul li img {
margin-right: 15px;
}.sticky .echofy-single-blog {
border: 1px solid #49af45;
}
.post_reply ul,
.post_reply ol {
padding-left: 20px;
}
.blog-content ul {
list-style-type: square;
padding-left: 18px;
}
.blockquote p {
font-size: 19px;
margin-bottom: 14px;
}
.wp-block-button {
margin: 0 0 20px 0;
}
.echofy-single-blog-content .wp-block-cover .wp-block-cover-text {
color: #fff;
}
table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
th {
font-weight: bold;
text-transform: uppercase; }
td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
caption,
th,
td {
font-weight: normal;
text-align: center;
}
blockquote {
padding: 41px 29px 42px 122px;
transition: all 0.3s ease-in-out;
font-weight: 600;
color: #333;
margin: 30px 0 31px !important;
background: #f7f6ee;
text-align: left;
font-size: 21px;
line-height: 1.6;
border-radius: 5px;
margin: 0;
position: relative;
z-index: 2;
}
blockquote:after {
position: absolute;
content: "";
top: 48px;
left: 39px;
height: 46px;
width: 65px;
background: url(https://wp.ditsolution.net/echofy/wp-content/uploads/2024/04/testi-quote-6.png);
background-repeat: no-repeat;
z-index: -1;
}
blockquote p {
line-height: 1.5em;
font-size: 19px;
line-height: 30px;
color: #001819;
font-weight: 400;
font-style: italic;
font-family: "Albert Sans";
}
blockquote blockquote {
margin-right: 0;
}
blockquote cite, blockquote small {
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
font-weight: 500;
display: block;
margin-top: 19px;
padding-left: 58px;
position: relative;
font-style: inherit;
}
blockquote cite:before {
position: absolute;
content: "";
left: 0;
top: 9px;
height: 1px;
width: 50px;
background: #79B900;
}
cite a {
font-weight: 500;
font-size: 15px;
color: #49af45;
}
blockquote em,
blockquote i {
font-style: normal;
padding-bottom: 0;
display: inline-block;
}
.echofy-single-blog-details ul li {
list-style: none;
margin-bottom: 14px;
font-size: 17px;
position: relative;
}
.echofy-single-blog-details figure.wp-block-gallery.has-nested-images {
align-items: normal;
margin-top: 48px;
margin-bottom: 32px;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
font-size: 1.5em;
font-style: italic;
line-height: 1.6;
margin: 0;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
margin-bottom: 1em;
padding: 40px 1em;
}
blockquote p {
margin: 0;
}
small {
font-size: smaller;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl {
margin: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 20px;
}
address {
font-style: italic;
margin: 0 0 24px;
}
i,
cite,
em,
var,
address,
dfn {
font-style: italic;
}
em {
font-style: italic;
font-weight: bold;
}
a:hover {
color: #79B900;
text-decoration: none;
}
a{
text-decoration: none;
}
tt,
samp {
color: #666;
}
code {
background: transparent;
}
kbd {
padding: 2px 12px;
display: inline-block;
}
.form-control {
border: 0;
border-radius: 6px;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border: 1px solid #ddd;
width: 100%;
height: 50px;
padding-left: 25px;
background: #f7f4f4;
border-radius: 10px;
color: #232323;
border: 1px solid rgba(35, 35, 35, 0.12);
transition: 0.5s;
}
textarea.form-control {
height: 230px;
padding: 20px;
}
.wp-block-embed {
margin-bottom: 1em;
overflow: hidden;
}
.echofy-single-blog-details h1,
.echofy-single-blog-details h2,
.echofy-single-blog-details h3,
.echofy-single-blog-details h4,
.echofy-single-blog-details h5,
.echofy-single-blog-details h6 {
margin-bottom: 18px !important;
} img.size-full,
img.size-large,
img.wp-post-image {
max-width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
max-width: 100%;
}
.post-password-form input {
margin-top: 12px;
} .alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
margin: 0.4em 1.4em 1.4em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
margin: 0.4em 0 1.4em 1.4em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.4em;
}
.wp-block-archives-dropdown {
margin-bottom: 5px;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
margin-bottom: 1.2em;
} .wp-caption {
margin-bottom: 1.6em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
color: #707070;
color: rgba(51, 51, 51, 0.7);
line-height: 1.5;
padding: 0.5em 0;
font-size: 14px;
} .gallery {
margin-bottom: 1.6em;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.post-password-form input[type="submit"] {
border: none;
padding: 6px 20px;
background: #49af45;
color: #fff;
}
iframe {
width: 100%;
}
.post-password-form input[type="password"] {
border: 1px solid #ddd;
width: 100%;
height: 40px;
padding: 0 15px;
outline: 0;
}
.site-title {
font-size: 26px;
margin: 0;
color: #000;
margin-bottom: 30px;
margin-top: 30px;
}
.site-title a {
font-weight: 700;
color: #000;
text-transform: capitalize;
transition: 0.3s;
}
.site-title a:hover {
color: #49af45;
}
.site-description {
margin: 0;
color: #616161;
padding-bottom: 0;
}
.bypostauthor {
color: #707070;
}
.wp-block-cover.alignleft {
margin-right: 10px;
}
.wp-block-button.alignleft {
margin-right: 10px;
}
.wp-block-gallery.alignleft {
margin-right: 10px;
}
.has-large-font-size {
font-size: 36px;
line-height: 1.3;
}
.wp-block-media-text {
margin-top: 15px;
}
.inner-post-pagination a,
.inner-post-pagination span.post-page-numbers {
border: 2px solid #ddd;
display: inline-block;
min-width: 35px;
text-align: center;
margin-left: 2px;
height: 33px;
line-height: 30px;
margin-right: 3px;
color: #707070;
}
.inner-post-pagination span.current {
border: 2px solid #49af45;
color: #49af45;
}
.inner-post-pagination a:hover,
.inner-post-pagination span.post-page-numbers:hover {
border: 2px solid #49af45;
color: #49af45;
}
.wp-block-table.is-style-stripes td {
border-color: transparent;
padding: 5px 13px;
}
.single-blog-content table,
.single-blog-content th,
.single-blog-content td {
border: 1px solid #d1d1d1;
}
.single-blog-content table th {
padding: 12px 12px;
font-size: 15px;
border-color: #ddd;
text-align: center;
font-weight: 400;
}
.comment-list table,
.comment-list th,
.comment-list td {
border: 1px solid #d1d1d1;
}
.comment-list table th {
padding: 12px 12px;
font-size: 15px;
border-color: #ddd;
text-align: center;
font-weight: 400;
}
.post-password-form label {
width: 100%;
}
.echofy-blog-social {
display: none;
}
.tags li {
display: inline-block;
color: #686868;
margin: 0 3px;
}
.tags li a {
color: #6d6d6d;
text-transform: capitalize;
position: relative;
}
.tags li{
position:relative;
}
.tags li:before {
position: absolute;
content: ",";
right: -11px;
top: 0px;
width: 10px;
height: 10px;
}
.tags li:last-child:before {
display:none;
}
.comment_forms_inner label {
margin-bottom: 15px;
}
.wp-block-group.has-background {
padding: 30px;
}
.wp-block-group.has-background p {
margin: 0px;
}
.wp-block-group.has-border-color {
margin-top: 30px;
margin-bottom: 30px;
border: 1px solid #ddd;
}
.wp-block-group.has-border-color p {
margin: 0;
}
.wp-block-query-pagination-numbers .current,
.wp-block-query-pagination-numbers .dots,
.wp-block-query-pagination-numbers a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 48px;
width: 45px;
text-align: center;
color: var(--conliz-black);
border: 1px solid #e1e1e1;
font-weight: 600;
font-size: 16px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
margin-right: 8px;
margin-bottom: 8px;
display: inline-block;
line-height: 46px;
}
.wp-block-query-pagination-numbers .current,
.wp-block-query-pagination-numbers .dots:hover,
.wp-block-query-pagination-numbers a:hover {
border-color:#79B900;
color:#79B900;
}
.wp-block-query-pagination-next {
color: #6d6d6d;
}
.wp-block-post-template.is-layout-flow {
padding: 0;
}
nav.wp-block-query-pagination.is-layout-flex {
margin-top: 15px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
border: 1px solid #ddd !important;
padding: 5px !important;
border-radius: 4px;
}
.wp-block-tag-cloud a {
font-size: 18px !important;
color: #6d6d6d;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
transition: all 500ms ease;
}
.widget .wp-block-tag-cloud a {
font-size: 15px !important;
color: #6d6d6d;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
border: 1px solid #dad7d7;
display: inline-block;
padding: 0 8px 0 8px;
line-height: 30px;
margin-bottom: 10px;
border-radius: 3px;
}
.widget .wp-block-tag-cloud a:hover {
color: #49af45;
border-color: #49af45;
}
.wp-block-tag-cloud a {
display: inline-block;
margin-right: 10px;
}
.wp-block-button__link {
color: #fff;
background-color: #32373c;
border-radius: 9999px;
box-shadow: none;
text-decoration: none;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
font-size: 1.125em;
}
.wp-block-button__link:hover {
background: #49af45 !important;
border-color: transparent !important;
}
.wp-block-button__link:hover {
background: #49af45 !important;
border-color: transparent !important;
color: #fff;
}
.is-style-outline .wp-block-button__link:hover {
color: #49af45;
background-color: transparent !important;
border-color: #49af45 !important;
}
.wp-block-columns {
margin: 30px 0;
}
.wp-block-column.has-background {
padding: 20px 20px 5px;
}
:where(.wp-block-columns.has-background) {
padding: 1.25em 2.375em;
}
.wp-block-columns.has-pale-pink-background-color.has-background.is-layout-flex {
padding: 20px 20px 5px;
}
.is-layout-flex {
flex-wrap: wrap;
align-items: center;
}
.wp-container-12.wp-container-12 {
flex-wrap: nowrap;
justify-content: left !important;
}
.wp-container-13.wp-container-13 {
flex-direction: unset !important;
align-items: flex-start;
}
.wp-block-cover {
margin-bottom: 32px;
}
a.wp-block-file__button.wp-element-button {
padding: 7px 15px;
}
.wp-block-media-text {
margin-bottom: 30px;
}
pre {
background: #eee;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
.wp-block-image img {
height: auto;
max-width: 100%;
vertical-align: bottom;
margin-bottom: 10px;
}
.echofy-single-blog-details-inner .wp-block-button.is-style-squared a {
border-radius: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: auto !important;
margin-right: auto !important;
max-width: 60%;
}
.single-blog-content p {
line-height: 1.5em;
}
.wp-block-archives-list li,
.blog-left-side .widget.widget_archive li {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
line-height: 36px;
font-size: 16px;
text-transform: capitalize;
transition: all 0.3s ease;
z-index: 1;
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
width: 100%;
height: 60px;
background-color: #f2eeeb;
border: 1px solid #ddd;
outline: none;
color: #6d6d6d;
font-size: 16px;
font-weight: 500;
padding-left: 30px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border-radius: 5px;
margin-bottom: 10px;
}
.wp-calendar-nav-next {
float: right;
}
.wp-calendar-nav-prev {
float: left;
}
.wp-calendar-nav {
margin: 10px 0;
}
.echofy-single-blog-content ul li > ul {
padding-left: 15px;
}
.echofy-single-blog-content ol li > ul {
padding-left: 15px;
}
.echofy-single-blog-content ul li > ol {
padding-left: 15px;
}
p.comment-form-cookies-echofyt {
display: none;
}
.wp-block-file__button {
padding: 6px 15px;
}
.wp-block-file__button:hover {
background: #f00;
color: #fff;
}
iframe {
width: 100%;
}
.logged-out.has-login-form.wp-block-loginout label {
display: block;
}
.blog-left-side .widget input[type="email"],
.blog-left-side .widget input[type="search"],
.blog-left-side .widget input[type="password"],
.blog-left-side .widget input[type="text"] {
width: 100%;
display: block;
height: 58px;
background-color: #fff;
border: 1px solid #e7e7e7;
padding-left: 30px;
padding-right: 30px;
color: #090909;
outline: none;
border-radius: 4px;
}
.blog-left-side .widget #loginform .login-submit .button {
padding: 12px 20px;
color: #fff;
font-size: 16px;
background-color: #49af45;
text-transform: uppercase;
transition: all 500ms ease;
border-radius: 4px;
border: 0;
}
.blog-left-side .widget #loginform .login-submit .button:hover {
background-color: #10102e;
}
.admin-bar .scroll-to-fixed-fixed .echofy_nav_area {
margin-top: 30px;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
display: block;
}html, body {
}
img {
max-width: 100%;
}
.box.wrapper {
max-width: 1200px;
margin: auto;
background: #fff;
-webkit-box-shadow: 0px 0px 5px #ddd;
box-shadow: 0px 0px 5px #ddd;
}
.template-home-wrapper {
overflow: hidden;
}
.fix {
overflow: hidden;
}
.clear_both {
clear: both;
}
fff .lead{
font-weight:400;
}
.form-group {
margin-bottom: 20px;
}  .em40_header_area_main.hdisplay_none {
display: none;
}
.echofy-header-top {
background: #001819;
padding: 18px 0 18px;
border-bottom: 1px solid rgba(255,255,255,0.15);
} 
.top-address p {
margin-bottom: 0;
font-size: 12px;
display:inline-block;
}
.top-address p span, .top-address p a {
margin-right: 20px;
}
.top-address p span i, .top-address p a i {
font-size: 15px;
color: #074b62;
margin-right: 10px;
}
.top-address p a {
display: inline-block;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .top-address span {
color: #fff;
padding: 0 0 0 10px;
position: relative;
z-index: 1;
}
.top-address img {
position: relative;
top: 5px;
}
.top-right-menu {
float: right;
}
.top-right-menu ul.social-icons {
margin: 0;
padding: 0;
display: inline-block;
}
.top-right-menu span {
display: inline-block;
font-size: 15px;
font-weight: 500;
display: inline-block;
color: #fff;
position: relative;
z-index: 1;
margin: 0;
}
.top-right-menu span:before {
position: absolute;
content: "";
left: -45px;
top: 13px;
height: 2px;
width: 35px;
background: #074b62;
}
.top-right-menu ul.social-icons li {
display: inline-block;
margin-left: 5px;
position: relative;
}
.top-right-menu ul.social-icons li a {
font-size: 15px;
color: #1773ea;
font-size: 14px;
font-weight: 400;
margin: 0 10px;
display: inline-block;
width: 26px;
height: 26px;
line-height: 29px;
border-radius: 50%;
background: #ffff;
text-align: center;
}
.top-right-menu ul.social-icons li:nth-child(2) a{
color:#03A4EC;
}
.top-right-menu ul.social-icons li:nth-child(3) a{
color:#F75E3E;
}
.top-right-menu ul.social-icons li:nth-child(4) a{
color:#DD4E85;
}
.top-right-menu ul.social-icons li a:last-child{
margin-right:0;
}
.top-address p a, .top-address p span {
color: #fff;
font-size: 14px;
font-weight: 400;
}
.top-right-menu .social-icons li a:hover, .top-right-menu .social-icons li a i:hover {
color: #074b62;
}
.top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
margin-right: 0px;
margin-left: 12px;
}
.right_menu_button {
text-align: right;
}
.login_button {
font-size: 12px;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
display: inline-block;
padding: 0px 17px;
margin-left: 10px;
font-weight: 500;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
line-height: 24px;
}
.login_button.active, .login_button:hover {
background: #333;
border-color: #333;
color: #fff;
}
.header-support {
margin-top: 11px;
margin-left: 14px;
display:inline-block;
}
.header-support a {
color: #fff;
font-weight: 500;
background: #074b62;
padding: 8px 21px;
border-radius: 30px;
display: inline-block;
position: relative;
z-index: 1;
}
.header-support a:before{
position:absolute;
left:0;
top:0;
height:100%;
width:0%;
content:"";
background:#161a33;
border-radius:30px;
z-index:-1;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.header-support a:hover::before{
width:100%;
}
.header-support b {
font-weight: 400;
font-size: 17px;
color: #565872;
}
.header-support i {
margin-right: 12px;
display: inline-block;
} .top-right-menu ul .sub-menu {
position: absolute;
left: 0px;
top: 100%;
visibility: hidden;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
border-top: 1px solid #f00;
width: 150px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
text-align: left;
background: #fff;
z-index: 1;
}
.top-right-menu ul.social-icons li:hover .sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.top-right-menu ul .sub-menu li {
padding: 5px 0px 0px 5px;
}
.top-right-menu ul .sub-menu li a {
font-size: 12px;
}
.top-right-menu ul .sub-menu ul {
display: none;
}
.top-welcome p {
padding: 0px;
margin: 0px;
}
.top-address a {
margin-right: 5px;
color: #43342c;
}
.top-address.em-login a+a {
margin-right: 0;
}
.top-address.em-login p a i, .top-address.em-login p a i {
margin-right: 5px;
}
.top-address.em-login a+a:before {
content: "|";
margin-right: 12px;
}  .text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.top-address a:hover{
color:#fff;
} .top-address.menu_18 span {
background: #fff;
padding: 8px 15px 9px;
display: inline-block;
color: #333;
}
.top-right-menu ul.social-icons.menu_18, .top-right-menu ul.social-icons.menu_19 {
padding: 7px 0;
}
.em-login.menu_18, .em-quearys-top.menu_19 {
padding: 7px 0;
} .em-top-quearys-area {
position: relative;
display: inline-block;
}
.em-header-quearys {
list-style: none;
}
.em-quearys-menu i {
border-radius: 3px;
display: inline-block;
height: 30px;
text-align: center;
width: 30px;
line-height: 30px;
font-size: 13px;
cursor: pointer;
color: #fff;
margin-top: 0px;
background: #074b62;
}
.heading_style_3 .hbg2 .em-quearys-menu i {
color: #333;
}
.em-quearys-inner {
position: absolute;
right: 15px;
top: 36px;
z-index: 999;
display: none;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.em-quearys-form {
background-color: #f5f5f5;
width: 363px;
float: right;
border-radius: 30px;
}
.top-form-control {
position: relative;
}
.em-quearys-inner::before {
position: absolute;
right: 1px;
top: -11px;
width: 47px;
height: 47px;
text-align: center;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 8px solid #074b62;
content: " ";
}
.top-form-control input {
background: #f4f6f9;
color: #555555;
font-size: 13px;
font-weight: 300;
height: 55px;
padding: 0 40px 0 25px;
width: 100%;
border: none;
-webkit-transition: 1s;
-o-transition: 1s;
transition: 1s;
border-radius: 30px;
}
.top-form-control button.top-quearys-style {
position: absolute;
right: 0;
top: 50%;
background: 0 0;
font-size: 16px;
border: none;
color: #074b62;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 100%;
background: #074b62;
width: 58px;
border-radius: 0 30px 30px 0;
text-align: center;
}
.top-quearys-style i {
font-size: 18px;
color: #fff;
}
.em-s-hidden {
display: none !important;
} .top-right-menu.litop {
float: left;
} .mobile_menu_logo.text-center {
padding: 20px 0;
}
.tr_search .em-quearys-menu i {
color: #fff;
} .top-right-address p {
margin-bottom: 0;
font-size: 12px;
display: inline-block;
}
.top-right-address .social-icons {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
position: relative;
}
.top-right-address .social-icons li {
display: inline-block;
margin-left: 17px;
color: #fff;
font-size: 14px;
} .echofy-main-menu {
position: relative;
}
.mean-container{
overflow:hidden;
}
.mean-container .mean-bar {
padding: 0;
}
.mean-container .mean-nav {
background: #074b62 none repeat scroll 0 0;
float: none;
}
.mean-container .mean-nav>ul>li:first-child {
border-top: 0px solid #fff;
}
.main_menu_div {
position: relative;
}
.echofy_nav_area {
background: #fff none repeat scroll 0 0;
}
.scroll-to-fixed-fixed .echofy_nav_area {
box-shadow: 0 0 3px rgba(0,0,0,0.10);
}
.echofy-nav-menus {
text-align: right;
}
.echofy_menu {
text-align: right;
display: inline-block;
}
.echofy-main-menu.main.menu .echofy_menu {
text-align: right;
}
.container-fluid .echofy_menu {
text-align: center;
}
.echofy-main-menu{
text-align:right;
} .logo {
text-align: left;
}
.logo a {
font-size: 23px;
font-weight: 600;
display: inline-block;
}
.logo a.retina-logo {
display: none;
} .echofy_menu ul {
list-style: none;
text-align:right;
display:inline-block;
}
.transprent-menu .echofy_menu ul {
list-style: none;
text-align: center;
}
.echofy_menu > ul > li {
display: inline-block;
position: relative;
}
.echofy_menu > ul > li > a {
display: block;
margin: 35px 15px;
-webkit-transition: .5s;
transition: .5s;
color: #232323;
font-weight: 500;
}
.echofy_menu > ul > li > a:hover {
color: #074b62;
text-decoration: none;
}
.echofy_menu ul li:last-child a {
margin-right: 0px;
}
.echofy_menu > ul > li.current > a, .echofy_menu > ul > li:hover > a {
color: #074b62;
}
.transprent-menu .echofy_menu > ul > li > a {
color: #fff;
font-size: 17px;
display: block;
margin: 35px 13px;
transition: .5s;
}
.transprent-menu .echofy_menu > ul > li > a:hover {
color: #074b62;
} .echofy-main-menu.transprent-menu.style-two .trp_nav_area {
padding: 0 64px;
border-bottom: 1px solid rgba(255,255,255,0.10196078431372549);
}
.echofy-main-menu.transprent-menu.style-two .echofy_menu>ul>li>a {
color: #fff;
margin: 30px 15px;
}
.transprent-menu.style-two .hbg2 {
background: #101210;
box-shadow: none;
}
.echofy-main-menu.transprent-menu.style-two a.dtbtn {
background: rgba(16,18,16,0); 
border: 1px solid rgba(255,255,255,0.3);
}
.echofy-main-menu.transprent-menu.style-two .logo a.retina-logo {
display: block;
} .echofy-main-menu.style-two .row.header-bg {
background: #fff;
border-radius: 5px; padding: 0 18px;
box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
z-index: 1;
text-align: right;
}
.echofy-main-menu.style-two .hbg2 {
background-color: transparent;
box-shadow:none;
}
.echofy-main-menu.style-two .trp_nav_area {
border:0;
} .trp_nav_area {
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color: transparent;
padding: 0 64px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
border-bottom: 1px solid rgba(255,255,255,0.15);
}
.hbg2 {
background: rgba(0, 0, 0, .7);
padding: 0px 50px;
}
.trp_nav_area.full-width {
padding: 37px 100px 37px 100px;
}
.trp_nav_area.full-width.hbg2 {
padding: 7px 20px 10px;
} #sticky-header {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 999;
transition: .5s;
padding: 18px 0 9px;
} .sticky-nav {
left: 0;
margin: auto;
position: fixed !important;
top: 0;
width: 100%;
box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
z-index: 9999;
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
transition: .5s !important;
} .transprent-menu.menu4 {
position: relative;
}
.transprent-menu .echofy_nav_area {
left: 0;
right: 0;
top: 0;
z-index: 9999;
background-color: transparent;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: absolute;
}
.echofy_nav_area.postfix {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.echofy_nav_area.prefix, .hbg2 {
-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.heading_style_3.tr_btn .prefix .echofy_menu > ul > li > a:hover, .heading_style_3.tr_btn .hbg2 .echofy_menu > ul > li.current a {
color: #074b62;
}
.heading_style_3 .prefix .echofy_menu > ul > li > a:hover, .heading_style_3 .hbg2 .echofy_menu > ul > li.current a {
color: #074b62;
}
.heading_style_3 .echofy_nav_area.prefix .em-quearys-top.msin-menu-search .em-quearys-menu i {
color: #fff;
}
.tr_white_btn .hbg2 {
background:#074b62 !important;
}
.tr_white_btn .hbg2 .echofy_menu > ul > li > a {
color: #fff !important;
} .logo-left {
}
.logo-right .logo {
text-align: right;
}
.logo-right .echofy_menu > ul {
text-align: left;
}
.logo-right .echofy_menu > ul > li:first-child a {
padding-left: 0px;
}
.logo-right .echofy_menu > ul > li:last-child a {
padding-right: auto;
}
.search_button {
text-align: right;
} .logo-top .logo {
text-align: center;
}
.logo-top .echofy_menu > ul {
text-align: center;
}
.logo-top >.echofy_menu > ul>li:last-child a {
padding-right: auto;
} .echofy_menu ul .sub-menu {
position: absolute;
left: 0;
top: 130%;
width: 275px;
text-align: left;
background: #fff;
margin: 0;
z-index: 1;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
transition: .5s;
visibility: hidden;
border-top: 2px solid #074b62;
opacity: 0;
z-index: 22;
}
.echofy_menu ul li:hover >.sub-menu {
visibility: visible;
top: 100%;
opacity: 1;
}
.echofy_menu ul .sub-menu li {
position: relative;
}
.echofy_menu ul .sub-menu li a {
display: block;
padding: 12px 20px;
margin: 0;
line-height: 1.3;
letter-spacing: normal;
font-size: 17px;
font-weight: 500;
text-transform: capitalize;
-webkit-transition: .1s;
transition: .1s;
visibility: inherit !important;
color: #211e3b !important;
}
.echofy_menu ul .sub-menu li:hover>a, .echofy_menu ul .sub-menu .sub-menu li:hover>a, .echofy_menu ul .sub-menu .sub-menu .sub-menu li:hover >a, .echofy_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
color:#074b62;
}
.echofy_menu ul .sub-menu li {
position: relative;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s;
}
.echofy_menu ul .sub-menu li:hover>a,
.echofy_menu ul .sub-menu .sub-menu li:hover>a, 
.echofy_menu ul .sub-menu .sub-menu .sub-menu li:hover>a, 
.echofy_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
background: #074b62;
color: #fff !important;
text-decoration: none;
}
.transprent-menu .trp_nav_area.hbg2 .echofy_menu > ul > li > a{
color: #fff;
}
.transprent-menu .trp_nav_area.hbg2 .logo a.retina-logo {
display: block;
}
.transprent-menu .trp_nav_area.hbg2 .logo a {
margin-top: 15px;
display: none;
} .echofy_menu ul .sub-menu .sub-menu {
left:100%;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.echofy_menu ul .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .echofy_menu ul .sub-menu .sub-menu li {
position: relative;
}
.echofy_menu ul .sub-menu .sub-menu .sub-menu {
right: 100%;
left: auto;
top: 130%;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
}
.echofy_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .echofy_menu ul .sub-menu .sub-menu .sub-menu li {
position: relative;
}
.echofy_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
.echofy_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
top: 0%;
} .logged-in .transprent-menu .echofy_nav_area.prefix {
top: 32px;
}
.logged-in .trp_nav_area.hbg2 {
top: 32px;
} .top-address.em-quearys-top.text-right {
float: right;
}
nav.echofy_menu.main-search-menu {
float: right;
}
.echofy_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
display: inline-block;
}
.em-quearys-top.msin-menu-search .em-quearys-menu i {
margin-left: 20px;
margin-top: 6px;
}
.em-quearys-top.msin-menu-search .em-quearys-inner {
top: 61px;
background: #fff;
padding: 20px;
border-top: 3px solid #074b62;
}
nav.echofy_menu.main-search-menu { text-align: center;
} .echofy-main-menu .menu-item-has-children>a:after {
margin-left: 5px;
content: "\f107";
font-family: FontAwesome;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
font-size: 13px;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.echofy-main-menu .menu-item-has-children .menu-item-has-children>a:after {
margin-left: 8px;
content: "\f105";
} .donate-btn-header {
display: inline-block;
margin-left: 15px;
}
a.dtbtn {
font-size: 16px;
padding: 9px 30px;
font-weight: 500;
color: #fff;
background: #074b62;
border-radius: 30px;
display: inline-block;
position: relative;
z-index: 1;
transition: .5s;
border: 2px solid #074b62;
}
a.dtbtn:before {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 5px;
background: #84c4d8;
transform: scale(0);
transition: .5s;
border-radius: 30px;
}
a.dtbtn:hover:before {
transform: scale(1);
} .echofy-blog-area, .echofy-blog-index {
background: #fff;
padding: 124px 0 90px;
}
.echofy-blog-area.echofy-blog-archive.ptb-100 {
padding: 118px 0 120px;
}
.echofy-blog-index.blog-area.echofy-blog-area.blog-grid-item {
padding: 119px 0 118px;
}
.echofy-single-blog {
margin-bottom: 30px;
text-align: left;
-webkit-transition: all .3s ease-in-out 0s;
-o-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
text-align: left;
border: 1px solid #e6e9f0;
border-radius: 0 0 10px 10px;
}
.echofy-single-blog {
text-align: left;
border-radius: 5px;
}
.echofy-blog-thumb {
position: relative;
}
.echofy-blog-thumb img {
vertical-align: middle;
height: auto;
}
.echofy-blog-content-area {
padding: 25px 31px 31px;
position: relative;
overflow: hidden;
}
.blog-page-title h2 {
font-size: 1.5625rem;
}
.blog-page-title h2, .blog-page-title h2 a {
font-size: 24px;
color: initial;
text-decoration: none;
margin: 0 0 10px;
transition: .3s;
letter-spacing: 0px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.single-blog-content {
overflow: hidden;
}
.echofy-single-blog.blog-grid .echofy-blog-thumb img {
height: 250px;
width: 100%;
border-radius: 5px 5px 0 0;
}
.blog-page-title h2:hover, .blog-page-title h2 a:hover{
color:#074b62;
}
.echofy-blog-meta-top {
padding-top: 5px;
position: absolute;
left: 20px;
top: 20px;
}
.echofy-blog-meta-top li {
display: inline-block;
margin-right: 10px;
}
.echofy-blog-meta-left a, 
.echofy-blog-meta-left time, 
.echofy-blog-meta-left span {
margin-right: 0;
transition: .3s;
color: #495057;
font-size: 16px;
text-decoration: none;
text-transform: capitalize;
color: #686868;
font-weight: 400;
background: transparent;
display: inline-block;
padding: 0;
border-radius: 0;
margin-right: 14px;
font-size: 15px;
padding: 8px 20px;
background: #f6f6f6;
margin-right: 10px;
border-radius: 3px;
}
.echofy-blog-meta-left a:hover, 
.echofy-blog-meta-left time:hover, 
.echofy-blog-meta-left span:hover {
color: #074b62;
}
.echofy-blog-index.blog-area.echofy-blog-area .echofy-blog-meta-left a, 
.echofy-blog-index.blog-area.echofy-blog-area .echofy-blog-meta-left time, 
.echofy-blog-index.blog-area.echofy-blog-area .echofy-blog-meta-left span {
margin-right: 0;
transition: .3s;
color: #495057;
font-size: 16px;
text-decoration: none;
text-transform: capitalize;
color: #686868;
font-weight: 400;
background: transparent;
display: inline-block;
padding: 0;
border-radius: 0;
margin-right: 14px;
}
.echofy-blog-meta-left a:last-child:before{
display:none;
}
.echofy-blog-meta-top li a {
display: inline-block;
padding: 0;
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
color: #ffff;
padding-top: 2px;
background: #074b62;
padding: 6px 16px;
border-radius: 30px;
border-radius: 4px;
}
.blog-content-bottom-meta img {
width: 30px;
border-radius: 100%;
}
.blog-readmore a {
background: #074b62;
color: #fff;
display: inline-block;
padding: 11px 24px;
border-radius: 5px;
font-weight: 500;
margin-top: 14px;
z-index: 1;
position: relative;
transition: .5s;
}
.blog-readmore a:hover{
color:#fff;
}
.blog-readmore a:before {
position: absolute;
content: "";
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #10102E;
border-radius: 5px;
transform: scale(0);
transition: .5s;
}
.blog-readmore a:hover:before {
transform: scale(1);
}
.blog-author {
border-top: 1px solid #e6e9f0;
padding: 18px 31px 18px;
}
.blog-author a {
margin-right: 18px;
color: #232323;
}
.blog-author i {
display: inline-block;
color: #074b62;
font-size: 14px;
margin-right: 6px;
} .custom_container{
max-width: 1320px;
margin: 0 auto;
padding: 0 15px;
}
.blog-grid .echofy-blog-meta-left a, .blog-grid.echofy-blog-meta-left time, .blog-grid .echofy-blog-meta-left span {
margin-right: 13px;
}
.echofy-blog-index.blog-area.echofy-blog-area .blog-grid .echofy-blog-meta-left i {
margin-right: 12px;
} .blog-left-side {
position: sticky;
top: 60px;
}
.echofy-single-blog-details-inner {
background: #fff;
padding: 0px 35px 12px;
border-radius: 0 0 10px 10px;
overflow: hidden;
border: 1px solid rgba(30,30,30,0.15);
}
.echofy-single-blog-details-inner .blog_details_title .title {
font-size: 30px;
font-weight: 700;
margin: 0 0 0;
}
.single-blog-title {
font-size: 1.5625rem;
font-family: montserrat;
color: initial;
text-decoration: none;
color: #333;
margin: 0px 0 11px;
}
.echofy-single-blog-details-inner .echofy-blog-meta-left {
margin-bottom: 18px;
border: 0;
padding: 0;
padding: 30px 0 28px;
border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}
.echofy-blog-meta-left ul {
display: inline-block;
}
.echofy-single-blog-details-inner .echofy-blog-meta-left i {
background: #f6f6f6;
padding: 13px;
}
.echofy-single-blog-details-inner .echofy-blog-meta-left a {
color: inherit;
}
.echofy-blog-social {
padding-top: 40px;
text-align: left;
border-top: 1px solid #e6e6e6;
margin-top: 40px;
}
.echofy-single-icon-inner {
text-align: left;
}
.echofy-single-icon-inner a i {
border: 1px solid #e6e6e6;
color: #565872;
display: inline-block;
font-size: 15px;
height: 40px;
line-height: 41px;
margin: 0 9px 0 0;
text-align: center;
width: 40px;
border-radius: 5px;
}
.echofy-single-icon-inner a i:hover {
background: #074b62;
border-color: #074b62;
color: #fff;
}
a.detail-link i {
margin-left: 0px;
}
.echofy-single-blog--thumb img {
vertical-align: middle;
}
.echofy-blog-meta-left i {
color: #074b62;
margin-right: 8px;
font-size: 15px;
}
.echofy-single-blog-details ul {
padding-left: 0;
list-style: none;
}
.echofy-single-blog-details ol {
padding-left: 19px;
}
.post-details-footer {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 0;
padding-top: 8px;
padding-bottom: 0;
}
.post-details-category a {
font-size: 15px !important;
color: var(--conliz-black);
color: #6d6d6d;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
border: 1px solid #dad7d7;
display: inline-block;
padding: 0 8px 0 8px;
font-weight: 400;
line-height: 30px;
margin-bottom: 10px;
margin-right: 10px;
text-transform: capitalize;
border-radius:3px;
}
.post-details-category a:hover{
color:#074b62;
border-color:#074b62;
}
.post-tags .tags a:hover{
color:#074b62;
}
.post-tags .tags,
.post-details-category .post-categories {
list-style: none;
display: inline-block;
}
.post-tags h4,
.post-details-category h4 {
display: inline-block;
font-size: 17px;
font-weight: 500;
margin-right: 5px;
}
.post-details-category .post-categories li{
display:inline-block;
} .next-prev-post {
overflow: hidden;
padding: 45px;
border: 1px solid #ddd;
border-radius: 10px;
margin: 30px 0;
}
.nav-previous {
display: inline-block;
float: left;
}
.nav-next {
float: right;
}
.nav-previous a, .nav-next a {
display: inline-block;
border: 1px solid #ddd;
padding: 12px 30px;
border-radius: 6px;
color: #666;
font-weight: 400;
transition:.5s;
}
.nav-previous a:hover, .nav-next a:hover {
color: #fff;
background:#074b62;
border-color:#074b62;
}
.nav-previous a i{
margin-right:5px;
}
.nav-next a i{
margin-left:5px;
} .author-bio {
padding: 28px 45px 21px;
border-radius: 10px;
border: 1px solid #ddd;
margin-top: 50px;
}
.author-img {
overflow: hidden;
margin-right: 25px;
}
.author-img img {
border-radius:100%;
}
.author-text h3 {
font-size: 20px;
color: #232323;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 10px;
}
.author-text h3 a{
color:inherit;
}  .comments {
padding-bottom: 5px;
}
.post_comment {
margin: 20px 0 10px 0;
padding: 0 10px;
}
.commment_title h3 {
margin-bottom: 20px;
position: relative;
margin-top: 0;
font-size: 1.25em;
font-size: 25px;
}
.commment_title small{
font-size: 60%;
}
.post_replay_inner {
word-wrap: break-word;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
}
.mgl-30 {
margin-left: 30px;
}
.post_reply_thumb {
}
.post_reply_thumb img {
border-radius: 50%;
}
.post_replay {
margin-top: 30px;
}
.post_reply {
padding-left: 15px;
width: 100%;
position: relative;
}
.post_reply div.st {
font-size: 18px;
font-weight: 400;
}
.post_reply div.st a {
color: #222;
font-size: 15px;
display: inline-block;
padding-bottom: 7px;
text-transform: capitalize;
font-weight: 500;
}
.reply_date {
overflow: hidden;
margin-bottom: 15px;
}
.reply_date span.span_left {
font-size: 13px;
color: #777;
display: block;
}
.reply_date span.span_right {
float: none;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
position: absolute;
top: 0;
right: 0;
background: #074b62;
padding: 5px 13px;
transition: .3s;
border-radius: 3px;
color: #fff;
}
.reply_date span.span_right:hover{
background:#074b62;
}
.post_reply p {
}
.comments-area {
background: #F6F6EE;
margin: 30px 0;
padding: 50px 45px 55px;
border-radius: 10px;
}
.comment-list .comment .comment{
margin-left: 85px;
}
.comment-list .comment .comment .post_comment{
border-bottom:transparent;
}
.comments-area .children {
margin-left: 90px;
}
.post_comment .post_comment {
margin-left: 15px;
} .comment-form-cookies-echofyt input[type="checkbox"], .comment-form-cookies-echofyt input[type="radio"] {
margin: 4px 0 0;
margin-top: 1px;
line-height: normal;
margin-right: 10px;
}
.comment_field input[type="text"] {
}
.comment_field input[type="email"] {
}
.em-theme-main-page .commment_title h3 {
margin-top: 0px;
}
.logged-in-as {
margin-bottom: 10px;
margin-top: 25px;
}
.logged-in-as a {
color: #333;
}
.logged-in-as a:hover{
color:#074b62;
}
a.comment-edit-link {
margin-bottom: 12px;
display: inline-block;
}
.em-theme-main-page .comments-area {
margin-top: 40px;
clear: both;
}
.comments-area button {
background: #074b62;
color: #fff;
padding: 13px 30px;
border-radius: 7px;
transition: .5s;
border-radius: 30px;
margin-top: 20px;
}
.comments-area button i {
margin-left: 5px;
font-size: 11px;
}
.em-theme-main-page .comments-area{
display: none;
} .paginations {
text-align: center;
margin-top: 20px;
}
.page-numbers li {
display: inline-block;
text-align: center;
}
.paginations a, .page-numbers span.current {
width: 44px;
height: 44px;
line-height: 44px;
display: inline-block;
font-size: 16px;
font-weight: 500;
margin: 0 5px 0 0;
color: #6d6d6d;
background: #fff;
border-radius: 3px;
text-decoration: none;
border: 1px solid #ddd;
}
.page-numbers li {
display: inline-block;
}
.paginations a:hover, .paginations a.current, .page-numbers span.current {
background: #074b62;
border-color: #074b62;
color: #fff;
} .breadcumb-area {
padding: 242px 0 146px;
background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.7)), url(https://html.dreamitsolution.net/echofy-demo/assets/images/resource/braitcam.png) no-repeat center/cover;
position: relative;
background-image: url(https://wp.ditsolution.net/echofy/wp-content/uploads/2024/01/05_Service-Details-1.jpg);
background-size: cover;
}
.breadcrumb_tran_header .breadcumb-area {
padding: 191px 0 110px;
}
.breadcumb-inner {
word-wrap: break-word;
text-align: center;
}
.breadcumb-inner h2 {
font-size: 50px;
color: #fff;
margin: 0 0 15px;
}
.breadcumb-inner ul {
text-align: left;
position: relative;
left: 0;
display: inline-block;
font-weight: 500;
color: #101210;
font-size: 16px;
color: #ffffff;
font-weight: 500;
font-family: "Albert Sans";
}
.breadcumb-inner li {
display: inline-block;
margin: 0 6px;
color: #fff;
text-transform: capitalize;
font-size: 15px;
}
.breadcumb-inner li:nth-last-child(-n+1) {
color: #fff;
}
.breadcumb-inner li a {
color: #fff;
text-transform: capitalize;
}
.brpt {
text-align: center;
}
.brpt h2 {
font-size: 46px;
margin-bottom: 0;
margin-top: 0;
color: #ffffff;
font-weight: 800;
margin-bottom: 16px;
}
.lcase {
text-transform: lowercase;
}
.ucase {
text-transform: uppercase;
}
.ccase {
text-transform: capitalize;
}
.pimgs img {
width: 100%;
}
.portfolio_details .pimgs img {
width: 100%;
height: 450px;
object-fit: cover;
}
.portfolio_details .port_dtl_social a:hover {
color: #001819;
} .not-found-area {
background-color: #f9f9f9;
background-position: center top;
background-repeat: repeat;
background-size: cover;
padding: 0 0 16px;
}
.not-found {
display: table;
width: 100%;
text-align: center;
background: #fff;
margin: 70px 0;
padding: 120px 0;
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.not-found-inner {
display: table-cell;
vertical-align: middle;
}
.not-found-inner {
font-size: 30px;
}
.not-found-inner h2 {
color: #074b62;
display: inline-block;
font-size: 160px;
font-weight: 700;
line-height: 1.2;
padding: 15px 0;
}
.not-found-inner p {
font-size: 30px;
}
.not-found-inner a {
color: #fff;
font-size: 24px;
margin-top: 40px;
display: inline-block;
background: #074b62;
box-shadow: 0 0 4px rgba(0,0,0,.15);
padding: 10px 40px;
}
.not-found-inner a:hover{
background:#074b62;
color:#fff;
} .echofy-search-page {
padding-bottom: 100px;
}
.search-error .search input {
padding: 20px 0;
}
.search-error .search input[type="text"] {
padding-left: 10px;
}
.search-error .search button {
top: 48%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.search-error > p {
font-size: 18px;
margin: 14px 0 20px;
}
.search-error > h3 {
display: block;
font-size: 60px;
color: #074b62;
}
.search-error .search input {
height: 54px;
border: 1px solid #ddd;
}
.mobile_menu_logo a {
font-size: 23px;
font-weight: 600;
text-transform: uppercase;
} .cursor {
position: fixed;
top: 0;
left: 0;
width: 60px;
height: 60px;
background: transparent;
border: 2px solid #074b62 !important;
mix-blend-mode: difference;
border-radius: 50%;
pointer-events: none;
transform: translate(-50%, -50%);
z-index: 1000;
transition: .15s;
}
.cursor2 {
position: fixed;
top: 0;
left: 0;
width: 5px;
height: 5px;
background: #fff;
mix-blend-mode: difference;
border-radius: 50%;
pointer-events: none;
transform: translate(-5px, 0px);
z-index: 1000;
transition: .1s;
}
.grow,
.grow-small {
transform: scale(2);
background: #074b62;
mix-blend-mode: difference;
border: none;
transition: .5s;
opacity: 0;
}
.grow-small {
transform: scale(2);
} .footer-middle {
padding: 148px 0 5px;
position: relative;
background: #074b62;
}
.footer-middle:before {
left: 0;
width: 100%;
position: absolute;
height: 90px;
top: 0px;
background: url(//drkharahomeopath.clinic/wp-content/themes/echofy/assets/images/footer-top-shape.svg);
content: "";
background-repeat: no-repeat;
background-size: cover;
} .footer-logo img {
margin-bottom: 1rem;
width: 120px;
}
.footer-logo p {
margin: 0;
}
.footer-sociala-icon {
display: inline-block;
float: left;
font-size: 14px;
color: #fff;
margin-right: 10px;
overflow: hidden;
}
.footer-sociala-info p {
margin: 0 0 11px;
font-size: 14px;
opacity: 0.8;
} .footer-middle .widget ul li {
display: block;
margin-bottom: 10px;
color: #fff;
}
.footer-middle .widget ul li a {
font-size: 14px;
line-height: 19px;
color: #fff;
opacity: 0.8;
text-decoration: none;
}
.footer-middle .widget ul li a:before {
position: absolute;
left: 0;
top: 0;
font-size: 15px;
color: #686868;
content: "\e65d";
font-family: themify;
display:none;
}
.footer-middle #menu-footer-menu li {
display:inline-block;
}
.footer-middle #menu-footer-menu li a {
margin-right: 10px;
}
.menu-social-menu-container ul li {
display: inline-block !important;
}
.menu-social-menu-container ul li a {
font-size: 15px;
color: #fff;
margin-right: 16px;
}
.footer-middle .widget-title {
color: #fff;
}
.footer-middle .widget.about_us {
margin-bottom: 15px;
} .footer-bottom {
background: #F6F6EE;
padding: 23px 0 22px;
border-top: 1px solid #ddd; }
.copy-right-text p {
margin: 0;
padding: 0;
margin-top: 0;
}
.footer-menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.footer-menu ul li {
display: inline-block;
}
.footer-menu ul .menu-item {
margin-left: 10px;
}
.footer-menu ul .menu-item a {
color: #686868;
padding: 0;
display: block;
text-transform: capitalize;
margin-left: 10px;
transition: .3s;
font-size: 14px;
}
.footer-menu ul .menu-item a:hover{
color:#074b62;
}
.footer-menu .social-icon {
display: block;
margin-left: 26px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
text-align: center;
color: #074b62;
opacity: 0.8;
font-size: 18px;
}
.footer-menu .social-icon:hover {
opacity: 1;
}
.footer-menu ul li:last-child a {
padding-right: 0px;
}
.footer_style_3 .footer-menu ul li:first-child a {
padding-left: 0px;
}
.footer-menu ul ul {
display: none;
}
.copy-right-text a {
color: #074b62;
}
.copyright-social ul li {
font-size: 16px;
display: inline;
}
.copyright-social ul li a {
color: #f8f9fe;
font-size: 14px;
}
.copyright-social ul .policy:after {
content: "/";
color: #f8f9fe;
padding-left: 10px;
padding-right: 10px;
}
.menu-footer-menu-container {
display: none;
} #scrollUp {
bottom: 30px;
color: #fff;
font-size: 34px;
height: 60px;
line-height: 55px;
right: 30px;
text-align: center;
width: 60px;
border-radius: 100%;
background: #074b62;
transition: .3s;
}
#scrollUp:hover{
background:#074b62;
}
#scrollUp i {
color: #fff;
}
.mc4wp-alert.mc4wp-success {
color: #fff; 
} .sidebar {
display: inline-block;
position: relative;
left: 20px;
top: 0px;
width: 40px;
height: 40px;
line-height: 53px;
border-radius: 50%;
}
.sidebar {
left: 20px;
}
.nav-btn.navSidebar-button {
left: 0;
}
.nav-btn.navSidebar-button {
display: inline-block;
color: #fff;
font-size: 25px;
cursor: pointer;
position: relative;
top: -2px;
left: -22px;
}
.nav-btn.navSidebar-button i {
font-size: 15px;
width: 32px;
line-height: 35px;
height: 32px;
border-radius: 50px;
text-align: center;
background: #efefef;
display: inline-block;
color: #232323;
position: relative;
z-index: 1;
margin-left: 15px;
transition: .5s;
cursor: pointer;
}
.nav-btn.navSidebar-button i:after {
position: absolute;
content: "";
z-index: -1;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #074b62;
border-radius: 50%;
transition: .5s;
transform: scale(0);
}
.nav-btn.navSidebar-button:hover i:after{
transform: scale(1); 
}
.nav-btn.navSidebar-button:hover i{
color:#fff;
}
.nav-btn.navSidebar-button {
display: inline-block;
color: #fff;
font-size: 30px;
cursor: pointer;
position: relative;
top: 1px;
}
span.icon.flaticon-menu-2 i {
font-size: 20px;
color: #000000;
}
.sidebar-title h2 {
font-size: 26px;
margin-top: 15px;
font-weight: 600;
margin-bottom: 21px;
}
.sidebar-contact-info h2 {
font-size: 26px;
margin-bottom: 25px;
font-weight: 600;
}
.sidebar-content-inner {
margin-top: 40px;
}
.sidebar-contact-info ul li {
list-style: none;
margin-bottom: 15px;
font-weight: 400;
font-size: 15px;
}
.sidebar-contact-info ul li i {
color: #fff;
width: 32px;
height: 32px;
line-height: 32px;
background: #074b62;
display: inline-block;
text-align: center;
border-radius: 50%;
margin-right: 10px;
}
.sidebar-social-icon {
margin-top: 38px;
}
.sidebar-social-icon ul li {
list-style: none;
display: inline;
}
.sidebar-social-icon ul li a {
color: #fff;
width: 40px;
height: 40px;
line-height: 40px;
background: #0a0a0a;
display: inline-block;
text-align: center;
border-radius: 50%;
margin-right: 10px;
position: relative;
z-index: 1;
}
.sidebar-social-icon ul li a:hover {
background: #074b62;
color: #fff;
} .navSidebar-button span {
display: block;
border-top: 2px solid #0a0a0a;
margin: 4px 3px;
width: 22px;
}
.navSidebar-button span.line3 {
width: 10px;
transition: .5s;
}
.sidebar:hover .navSidebar-button span.line3{
width:22px;
}
.xs-sidebar-group .dt-overlay { top: 0;
position: fixed;
z-index: 9999;
height: 100%;
opacity: 0;
width: 100%;
visibility: hidden;
-webkit-transition: all 0.4s ease-in 0.8s;
-o-transition: all 0.4s ease-in 0.8s;
transition: all 0.4s ease-in 0.8s;
right: 0;
left: 0;
}
.sidebar-logo .main_sticky_l {
display: none;
}
.sidebar-info-contents {
margin-top: 40px;
}
.rpwwt-widget ul li {
margin: 0 0 0px !important;
}
.xs-sidebar-group .widget-top {
position: absolute;
top: 20px;
right: 25px;
color: #fff;
opacity: 1;
font-size: 20px;
background: #074b62;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
}
.widget-top:hover .bar-close {
transform: rotate(180deg);
color: #181818;
}
.xs-sidebar-group .widget-top .bar-close {
display: inline-block;
transition: .5s;
color: #fff;
}
.dt-sidebar-widget {
position: fixed;
right: -100%;
top: 0;
bottom: 0;
width: 100%;
max-width: 360px;
z-index: 999999;
overflow: hidden;
-webkit-overflow-scrolling: touch;
background-color: #272727;
-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
-o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
visibility: hidden;
opacity: 0;
}
.xs-sidebar-group.isActive .dt-overlay {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.8s ease-out 0s;
-o-transition: all 0.8s ease-out 0s;
transition: all 0.8s ease-out 0s;
}
.xs-sidebar-group.isActive .dt-sidebar-widget {
opacity: 1;
visibility: visible;
right: 0;
-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
-o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
background: #fff;
}
.sidebar-textwidget {
padding: 40px;
}
.close-side-widget {
color: #edc701;
font-size: rem(15px);
display: block;
}
.sidebar-container {
position: relative;
top: 150px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in 0.3s;
-o-transition: all 0.3s ease-in 0.3s;
transition: all 0.3s ease-in 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
}
.xs-sidebar-group.isActive .sidebar-container {
top: 0px;
opacity: 1;
visibility: visible;
-webkit-transition: all 1s ease-out 1.2s;
-o-transition: all 1s ease-out 1.2s;
transition: all 1s ease-out 1.2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.dt-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.5;
z-index: 0;
} .close {
} .single-give-area {
padding: 118px 0 118px;
position: relative;
}
.container{
max-width: 1320px;
padding: 0 15px;
margin: auto;
}
.single-give_forms .give_forms {
margin: 0;
max-width: 1320px!important;
}
.single-give-area .donate_give_sidebar{
position: sticky;
top: 100px;
}
.single-give-area .organiz-content h4 {
color: #FFFFFF;
font-size: 18px;
font-weight: 500;
margin: 29px 0px 13px 0px;
}
.single-give-area .organiz-content h2 {
color: #FFFFFF;
font-size: 24px;
font-weight: 600;
margin: 0px 0px 13px 0px;
}
.single-give-area span.icon i {
display: inline-block;
color: #074b62;
margin-right: 7px;
}
.single-give-area span.icon {
color: #fff;
}
.single-give-area .dreamit-button.style2 .button {
margin-top: 55px;
margin-bottom: 17px;
}
.single-give-area .organizer-thumb {
margin-top: 25px;
position: relative;
}
.single-give-area .organizer-thumb:after {
position: absolute;
content: "";
top: -10px;
left: -10px;
width: 90px;
height: 90px;
border-radius: 45px;
background-color: rgba(255,255,255,0);
border: 2px solid #074b62;
-webkit-animation: ripple 1.6s ease-out infinite;
-moz-animation: ripple 1.6s ease-out infinite;
}
.single-give-area .give-btn {
background: #074b62;
border: 1px solid #ccc;
color: #fff;
cursor: pointer;
font-size: 1em;
line-height: 1.2em;
padding: 14px 32px;
border-radius: 5px;
float: right;
}
.single-give-area .row.bg {
padding: 67px 28px 29px;
background: #fff;
border: 1px solid #e8eae9;
margin-bottom: 32px;
border-radius: 5px;
}
.single-give-area .give__progress {
height: 7px;
background-color: #e8eae9;
position: relative;
overflow: visible;
z-index: 1;
border-radius: 15px;
margin-bottom: 12px;
}
.single-give-area .give__progress .give__progress-bar {
-webkit-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-ms-transition: width 1s ease-in-out;
height: 7px;
background: #074b62;
position: relative;
display: block;
width: 0;
border-radius: 15px;
}
.single-give-area .give__progress .give__progress-bar .percentage {
position: absolute;
bottom: 100%;
left: 100%;
z-index: 1;
padding: 6px 0px;
color: #1b3434;
margin-bottom: 10px;
line-height: 0;
font-weight: 600;
font-size: 14px;
}
.causes-one__goals span b {
font-size: 14px;
color: #6f7775;
font-weight: 400;
padding-right: 5px;
}
.causes-one__goals span {
font-size: 15px;
color: #1b3434;
font-weight: 600;
}
[id*="give-form"] .give-form-title {
margin: 0 0 15px;
padding: 0;
display: none;
}
.single-give-area .donations-detials-title h2 {
font-size: 30px;
font-weight: 700;
padding: 0px 0 20px;
display: inline-block;
}
.donation-description p {
font-weight: 500;
}
.icon_list {
margin-top: 31px;
}
.single-give-area .icon_list ul li {
display: block;
list-style: none;
padding: 0 0 8px;
font-weight: 500;
color: #1b3434;
}
.single-give-area .icon_list ul li i {
color: #074b62;
font-size: 18px;
padding-right: 6px;
}
.single-give-area .donors-recent-main-area h2 {
padding: 35px 0 34px;
font-size: 24px;
font-weight: 700;
}
.single-give-area .donors-recent-content {
padding: 30px 50px 20px;
background: #1b2b2b;
border-radius: 4px;
}
.single-give-area .donors-recent-content ul {
display: flex;
align-items: center;
justify-content: space-between;
}
.single-give-area .donors-recent-content ul li {
list-style: none;
text-align: center;
}
.single-give-area .donors-recent-content ul li .donar-title h5 {
font-size: 16px;
font-weight: 600;
color: #fff;
padding: 5px 0 0;
margin-bottom: -3px;
}
.single-give-area .donors-recent-content ul li .donar-title span {
font-size: 14px;
font-weight: 600;
color: #074b62;
margin-top: 3px;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
border-radius: 5px;
}@media (min-width: 1280px) and (max-width: 1439px) {
}
@media (min-width: 1366px) and (max-width: 1820px) {
.single-slick.style-two .single_image {
right: 0;
transform: translate(-15%, -50%);
}
.slick_shape5 {
right: -163px;
}
.slider_shape2 {
left: -173px;
}
.hero_area .hero_thumb {
right: 80px;
}
.home-five .nav-link {
padding: 24px 90px;
}
}
@media (min-width: 1200px) and (max-width: 1365px) {
.echofy_menu > ul > li > a {
margin: 35px 10px;
}
.home-five .nav-link {
padding: 24px 88px;
}
.dreamit-button.style6 .button {
padding: 16px 35px;
}
.blog_style_four .blog-page-title_adn h2 a {
font-size: 20px;
}
.home-5.single-about-box {
right: 6px;
}
.section-title.style8 .section-title.t_left h3 {
font-size: 44px;
}
.section-title.style7 .section-title.t_left .subtitle-bg-title {
font-size: 115px;
line-height: 120px;
}
.team.style6 {
margin: 0;
}
.team.style6 .team-btn {
right: -10px;
}
.team.style6 .social-icons1.active {
right: 15px;
}
.single-counter.style5 span {
font-size: 70px;
}
.blog_style_six .single_blog_adn .blog-page-title_adn h2 a {
font-size: 23px;
} 
} @media (min-width: 1170px) and (max-width: 1365px) {
.home-5.single-about-box {
right: 0;
}
.dreamit-button.style6 .button {
font-size: 15px;
padding: 14px 33px;
}
.home-five .nav-link {
padding: 24px 84px;
}
.hero_area .hero_content h1 {
font-size: 70px;
}
.blog-post.style1 h3.title a {
font-size: 22px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 60px;
}
.dreamit-slick-slider .hero-text-wrap p {
font-size: 16px;
}
.echofy_menu {
text-align: left;
}
.transprent-menu .echofy_menu > ul > li > a {
margin: 35px 10px !important;
}
.transprent-menu .echofy_menu > ul > li > a {
margin: 35px 10px;
}
.donate-btn-header {
margin-left: 10px;
}
a.dtbtn {
padding: 7px 15px;
font-size: 15px;
}
.echofy_menu > ul > li > a {
margin: 35px 10px;
}
.slider_shape2 img {
width: 73%;
}
.dreamit-slick-slider .slider_shape3 {
display: none;
}
.slick_shape5 {
bottom: 88px;
right: -103px;
}
.slick_shape5 img {
width: 76%;
}
.single-slick.style-two .single_image {
right: 0;
transform: translate(-5%, -50%);
}
.single-slick.style-two .single_image h2 {
left: -71%;
bottom: 240px;
}
.single-slick.style-two .slick_shape5 img {
width: 99%;
}
.dreamit-slick-slider .hero-text-wrap h1 span {
font-size: 60px;
}
.dreamit-slick-slider .hero-text-wrap h1 span:before {
width: 30%;
height: 98%;
}
.dreamit-slick-slider .hero-text-wrap h1 span:after {
top: 69px;
width: 100%;
}
.dreamit-slick-slider .hero-text-wrap h1:before {
right: 9%;
}
.hero_contact {
display: none;
}
.section-title.style1 h3.title {
font-size: 41px;
}
.hero_area.style_two .hero_content {
position: relative;
z-index: 22;
}
.single-counter.style_two .counter-content h6 {
font-size: 18px;
}
.marquee.style2 .marquee-block h3 {
font-size: 65px;
}
.hero_area .hero_thumb {
right: -10px;
}
.hero_area .hero_thumb img{
width:90%;
}
.hero_area.style_two .hero_thumb {
right: -92px;
}
} @media (min-width: 1170px) and (max-width: 1199px) {
.icon-box.style-three .title h2 {
font-size: 20px;
display: inline-block;
margin: 0 0 8px;
font-weight: 600;
}
.section-title.style8 .section-title.t_left h3 {
line-height: 42px;
font-size: 42px;
}
.section-title.style7 .section-title.t_left .subtitle-bg-title {
font-size: 110px;
line-height: 128px;
}
.team.style6 {
margin: 0;
}
.team.style6 .team-btn {
right: -10px;
height: 45px;
width: 45px;
line-height: 45px;
font-size: 16px;
}
.team.style6 .social-icons1.active {
right: 15px;
}
.single-counter.style5 span {
font-size: 65px;
}
.blog_style_six .single_blog_adn .blog-page-title_adn h2 a {
font-size: 21px;
} 
.icon-box.style-three .description p {
font-size: 16px;
}
.team.style6 .bio .name {
font-size: 22px;
}
} @media (min-width: 992px) and (max-width: 1169px) {
.zoo2 .nav-link {
font-size: 18px;
padding: 16px 67px;
}
.home-five .nav-link {
font-size: 18px;
padding: 16px 67px;
}
.hero_area.style_three .hero_content h1 {
font-size: 55px;
line-height: 65px;
}
.home-five .nav-link {
font-size: 18px;
padding: 18px 67px;
}
.echofy_menu.main-search-menu>ul, .em-quearys-top.msin-menu-search {
display: none;
}
.donate-btn-header {
margin-left: 3px;
}
.nav-btn.navSidebar-button i {
margin-left: 0;
}
.work-process.style1 .shape_image {
display: none;
}
.hero_area .hero_content h1 {
font-size: 65px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 64px;
}
.dreamit-slick-slider .hero-text-wrap p {
font-size: 16px;
margin: 14px auto 0;
}
.dreamit-slick-slider .slider-buttons {
margin-left: 0;
}
.dreamit-slick-slider .slick_content {
padding-left: 0;
}
.case-study.style2 .cases-study-content {
padding: 20px 23px 0px;
}
.service_box.style1 {
margin-bottom: 0;
}
.service-box.style3 {
margin-bottom: 20px;
}
.team.style2 {
margin-bottom: 0;
}
.team.style2 .image img {
width: 100%;
}
.slick_shape3 {
display:none;
}
.echofy_menu {
text-align: left;
}
.transprent-menu .echofy_menu > ul > li > a {
margin: 35px 4px;
}
.echofy_menu > ul > li > a {
margin: 35px 5px;
}
.slider_shape2 {
display: none;
}
.slick_shape5 {
display: none;
}
.slider_shape {
display: none;
}
.hero_area.style_two .hero_content h1 {
font-size: 70px;
line-height: 80px;
}
.dreamit-slick-slider .hero-text-wrap h1 span {
font-size: 62px;
padding: 0;
}
.dreamit-slick-slider .hero-text-wrap h1 span:before {
width: 26%;
height: 100%;
}
.single-slick .hero-text-wrap {
padding-right: 0;
}
.dreamit-slick-slider .hero-text-wrap h1 span:before,
.dreamit-slick-slider .hero-text-wrap h1 span:after{
display: none;
}
.section-title .title {
font-size: 30px;
}
.single-slick.style-two .single_image {
right: -1px;
transform: translate(17%, -50%);
}
.single-slick.style-two .single_image img {
width: 80%;
}
.single-slick.style-two .single_image h2 {
left: -77%;
bottom: 207px;
} .service-box.style5 {
margin-bottom: 0;
}
.icon-box.style7 {
padding: 40px 19px 40px;
}
.icon-box.style7 .icon {
margin-right: 13px;
}
.echofy-main-menu.transprent-menu.style-two .echofy_menu>ul>li>a {
margin: 30px 3px;
}
.em-top-quearys-area {
display: none;
}
a.dtbtn {
font-size: 14px;
padding: 10px 7px;
}
.hero_contact {
display: none;
}
.hero_area.style_two .hero_thumb {
display: none;
}
.hero_area .hero_content p {
width: 61%;
}
.single-counter.style_two {
display: block;
}
.single-counter.style_two .counter-content h6 {
display: block;
}
.single-counter.style_two .icon {
margin-bottom: 30px;
}
.service_item.style_four .service_content {
width: 70%;
}
.blog-post.style1 .post-item .blog_post_inner_content {
padding: 27px 22px 9px;
}
.service-box.style3 .content {
padding: 32px 22px 24px;
}
.icon-box.style5 {
display: block;
}
.icon-box.style5 .icon-box-content {
padding: 18px 13px 0 0;
}
.service_carousel.style1 .owl-nav {
display: none;
}
.service_carousel.style2 .owl-nav {
display: none;
}
.blog-post.style1 h3.title a {
font-size: 19px;
}
.marquee.style2 .marquee-block h3 {
font-size: 60px;
}
.hero_area.style_two .shape_image {
display: none;
}
.testimonial.style1 .testimonial-item {
padding: 37px 20px 42px 25px;
}
.testimonial.style1 .single_img {
display: none;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap h1 {
font-size: 60px;
}
.hero_area .hero_thumb {
display:none;
}
.icon-box.style5 .icon-box-icon {
margin-right: 15px;
}
.hero_area.style_two .hero_thumb {
right: -92px;
}
.solar .section-title.style4 h3.solar:before {
display:none;
}
.single-counter.style4 h2 {
left: 0;
}
.section-title.style8 .section-title.t_left h3 {
font-size: 40px;
line-height: 40px;
}
.section-title.style7 .section-title.t_left .subtitle-bg-title {
font-size: 110px;
line-height: 120px;
}
.service_list.style-2 .service-text-content:before {
width: 360px;
height: 445px;
left: -73%;
}
.service_list.style-2 .service-list-number:before {
display:none;
}
.service_list.style-2 .service-list-title {
right: -16%;
}
.service_list.style-2.active .service-list-title, 
.service_list.style-2:hover .service-list-title {
right: -20%;
}
.icon-box.style12 {
display: block;
padding: 34px 12px 33px 31px;
}
.icon-box.style12 .img-icon {
margin-bottom: 20px;
}
.service-box.style9 h3.title a {
font-size: 19px;
}
.single_project.style_1 a.btn.btn-gradient.btn-md.btn-animated-none {
right: -21%;
}
.char .section-title.style8 .section-title.t_center .description {
width: 60%;
}
} @media (min-width: 840px) and (max-width: 850px) {
}
@media (min-width: 768px) and (max-width: 991px) {
.dreamit-button.style6 .button {
font-size: 15px;
padding: 14px 40px;
}
.em-blog-content-area_adn {
padding: 27px 25px 41px;
top: -40px;
}
.blog_style_four .blog-page-title_adn h2 a {
font-size: 19px;
line-height: 26px;
}
.section-title.style5 h3 {
font-size: 40px;
line-height: 40px;
}
.home-five .event-titel h4 {
font-size: 22px;
}
.home-five .nav-link {
font-size: 18px;
padding: 17px 39px;
}
.zoo2 .nav-link {
font-size: 18px;
padding: 17px 39px;
}
.hero_area.style_three .hero_content h1 {
font-size: 50px;
line-height: 65px;
}
.hero_area.style_two {
height: 800px;
}
.hero_area.style_two .hero_content h1 {
font-size: 70px;
line-height: 80px;
}
.hero_area .hero_content h1 {
font-size: 65px;
line-height: 75px;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 60px;
}
.dreamit-slick-slider .hero-text-wrap {
width: 100%;
}
.dreamit-slick-slider .slider-buttons {
margin-left: 0;
}
.dreamit-slick-slider .slick_content {
padding-left: 0;
}
.dreamit-slick-slider .slider-single-image img {
width: 62%;
}
.dreamit-slick-slider .slider-video-icon {
left: 27%;
top: 31%;
}
.service_box.style1 {
margin-bottom: 0;
}
.service-box.style3 {
margin-bottom: 20px;
}
.team.style2 {
margin-bottom: 0;
}
.team.style2 .image img {
width: 100%;
}
.slick_shape3 {
display:none;
}
.mobile_menu_logo.text-center {
text-align: center;
display: flex;
justify-content: center;
}
.single-slick {
min-height: 600px !important;
}
.dreamit-custom-title h4::before {
display:none;
}
.service .service-box.style3 {
margin: 0;
}
.echofy-header-top {
display: none;
}
.portfolio_info {
padding-left: 0; 
padding-top: 0; 
}
.portfolio_info h2 {
font-size: 20px;
padding-bottom: 9px;
}
.portfolio_info ul li {
padding: 5px 0;
font-size: 14px;
}
.slider_shape2 {
display: none;
}
.slick_shape5 {
display: none;
}
.slider_shape {
display: none;
}
.single-slick .hero-text-wrap {
padding-right: 0;
}
.dreamit-slick-slider .hero-text-wrap h1 span:before,
.dreamit-slick-slider .hero-text-wrap h1 span:after{
display: none;
}
.dreamit-slick-slider .hero-text-wrap h1 span {
font-size: 60px;
padding: 0;
}
.dreamit-slick-slider .hero-text-wrap p {
font-size: 16px;
margin: 14px auto 0;
}
.dreamit-slick-slider .hero-text-wrap h1:before {
display: none;
}
.section-title .title {
font-size: 25px;
}
.icon-box.style3 .icon-box-content .title {
font-size: 15px;
}
.section-title.center .description {
width: 49%;
}
.single-slick.style-two .single_image {
display: none;
}
.single-slick.style-two .hero-text-wrap p {
width: 82%;
}
.slick_shape4.bounce-animate2 {
display: none;
}
.testimonial.style2 .testimonial-item .reviews_rating {
display: none;
}
.service-box.style5 {
margin-bottom: 0;
}
.my-accordion a {
font-size: 18px;
}
.blog-grid .blog-page-title h2, .blog-grid .blog-page-title h2 a {
font-size: 21px;
}
.hero_contact {
display: none;
}
.testimonial.style1 .owl-dots {
display: none;
}
.hero_area .hero_content p {
width: 77%;
}
.work-process.style1 {
padding: 0 25px;
}
.hero_area.style_two .hero_thumb {
display: none;
}
.blog-post.style1 h3.title a {
font-size: 20px;
}
.single-counter.style_two {
display: block;
}
.single-counter.style_two .counter-content h6 {
display: block;
}
.single-counter.style_two .icon {
margin-bottom: 30px;
}
.service_carousel.style1 .owl-nav {
display: none;
}
.service_carousel.style2 .owl-nav {
display: none;
}
.marquee.style2 .marquee-block h3 {
font-size: 55px;
}
.hero_area.style_two .shape_image {
display: none;
}
.testimonial.style1 .testimonial-item {
display: block;
}
.testimonial.style1 .testimonial-item .author {
margin-bottom: 20px;
}
.echofy-single-blog.blog-grid .echofy-blog-thumb img {
height: inherit;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap h1 {
font-size: 52px;
}
.hero_area .hero_thumb {
display:none;
}
.icon-box.style5 .icon-box-icon {
margin-right: 15px;
}
.hero_area.style_two .hero_content p {
width: 60%;
}
.solar .section-title.style4 h3.solar:before {
display:none;
}
.single-counter.style4 h2 {
left: 0;
}
.section-title.style7 .section-title.t_left .subtitle-bg-title {
font-size: 110px;
line-height: 120px;
}
.section-title.style8 .section-title.t_left h3 {
font-size: 40px;
line-height: 40px;
}
.marquee-block h3 img {
-webkit-animation: rotatemetwo 12s linear infinite;
animation: rotatemetwo 12s linear infinite;
}
.marquee-block {
-webkit-animation: scroll 45s linear infinite;
animation: scroll 45s linear infinite;
}
.portfolio-filter .case-item .prot_content {
padding: 0 20px 0 20px;
}
.portfolio-filter .case-item .prot_content h4 a {
font-size: 22px;
}
.single-counter.style5 span {
font-size: 60px;
}
.blog_style_six .single_blog_adn .blog-page-title_adn h2 a {
font-size: 22px;
}
.wildlife-award-img-animation{
animation: award_shape 15s linear infinite;
}
.service_list.style-2 .service-text-content:before {
width: 290px;
height: 315px;
left: -72%;
}
.service_list.style-2 .service-list-title h2 {
font-size: 20px;
}
.service_list.style-2 .service-list-number h4:before {
height: 70px;
width: 70px;
line-height: 70px;
top: 3px;
left: 5px;
}
.service_list.style-2.active .service-text-content .service-list-number h4:before, 
.service_list.style-2:hover .service-text-content .service-list-number h4:before {
width: 120px;
background-color: #79ba00;
border-radius: 40px;
}
.service_list.style-2.active .service-list-title, 
.service_list.style-2:hover .service-list-title {
right: -20%;
}
.service_list.style-2 .service-list-title {
right: -12%;
}
.service_list.style-2.four {
padding: 0 0 10px 0;
}
.service_list.style-2.four .service-text-content:before {
bottom: 40px;
}
.service_list.style-2.three .service-text-content:before {
top: -170px;
}
.service_list.style-2.two .service-text-content:before {
top: -70px;
}
.service_list.style-2 .service-text-content:before {
top: 30px;
}
.icon-box.style12 {
display: block;
padding: 34px 12px 33px 31px;
}
.icon-box.style12 .img-icon {
margin-bottom: 20px;
}
.single_project.style_1 .single_service {
display: block;
}
.single_project.style_1 {
padding: 30px 30px 24px;
}
.single_project.style_1 .service_content {
padding: 0 0 20px;
}
.single_project.style_1 .inner_cotent {
position: relative;
padding: 8px 0 0;
}
.char .section-title.style8 .section-title.t_center .description {
width: 60%;
}
.section-title.style6.zoo .description {
margin: 20px 0px 0 0;
}
} @media (min-width: 576px) and (max-width: 767px) {
.zoo2 .single-event {
margin-bottom: 40px;
}
.zoo2 .single-event:hover {
height: 470px;
}
.zoo2 .event-desc-box {
padding: 27px 51px 0 14px;
}
.zoo2 .nav-link {
font-size: 18px;
padding: 22px 70px;
margin: 0 0 20px 0;
}
.home-five .single-event {
margin-bottom: 40px;
}
.home-five .single-event:hover {
height: 470px;
}
.home-five .event-desc-box {
padding: 27px 51px 0 14px;
}
.hero_area.style_three .hero_content h4 {
font-size: 20px;
}
.home-five .event-titel h4 {
font-size: 20px;
}
.home-five .nav-link {
font-size: 18px;
padding: 22px 70px;
margin: 0 0 20px 0;
}
.dreamit-button.style6 .button {
font-size: 15px;
padding: 14px 25px;
}
.section-title.style5 h3 {
font-size: 35px;
line-height: 35px;
}
.home-5.single-about-box {
right: 0;
}
.hero_area.style_three {
height: 725px;
}
.hero_area.style_three .hero_content a.btn.btn-gradient {
font-size: 15px;
padding: 14px 30px;
}
.hero_area.style_three .hero_content p {
width: 70%;
}
.hero_area.style_three .hero_content h1 {
font-size: 40px;
line-height: 55px;
}
.breadcumb-area {
padding: 200px 0 146px;
}
.hero_area.style_two {
height: 750px;
}
.copy-right-text p {
text-align: center;
margin-bottom:20px; 
}
.footer-menu .social-icon a {
margin: 0 10px;
}
.footer-menu ul {
text-align:center !important;
}
blockquote {
padding: 20px;
}
.dreamit-slick-slider .slider-single-image {
display: none;
}
.dreamit-slick-slider .slider-buttons {
margin-left: 0;
}
.dreamit-slick-slider .slick_content {
padding-left: 0;
}
.dreamit-slick-slider .hero-text-wrap {
width: 100%;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 60px;
}
.single-slick.style-two .hero-text-wrap h1 {
font-size: 49px;
}
.single-slick.style-two .hero-text-wrap h1 span {
font-size: 49px;
}
.single-slick.style-two .hero-text-wrap p {
width: 78%;
}
.service_box.style1 {
margin-bottom: 0;
}
.service-box.style3 {
margin-bottom: 20px;
}
.team.style2 {
margin-bottom: 0;
}
.team.style2 .image img {
width: 100%;
}
.dreamit-button.style3 .dreamit-button a {
margin-left: 0;
}
.brpt h2 {
font-size: 35px;
}
.slick_shape3 {
display:none;
}
.dreamit-slick-slider .hero-text-wrap p {
width: 84%;
}
.owl-theme .owl-nav.disabled+.owl-dots {
display: none;
}
.mobile_menu_logo.text-center {
text-align: center;
display: flex;
justify-content: center;
}
.single-slick {
min-height: 680px !important;
}
.footer-bottom-content-copy {
text-align: left;
}
.testimonial.style1 .owl-dots {
display:none;
}
.echofy-header-top {
display: none;
}
.single-slick .hero-text-wrap {
padding-right: 0;
}
.dreamit-slick-slider .hero-text-wrap h1 span:before,
.dreamit-slick-slider .hero-text-wrap h1 span:after{
display: none;
}
.dreamit-slick-slider .hero-text-wrap h1 span {
font-size: 60px;
padding: 0;
}
.dreamit-slick-slider .hero-text-wrap p {
font-size: 17px;
margin: 14px auto 0;
}
.dreamit-slick-slider .hero-text-wrap h1:before {
display: none;
}
.slider_shape2 {
display: none;
}
.slick_shape5 {
display: none;
}
.slider_shape {
display: none;
}
.single-slick.style-two .single_image {
display: none;
}
.single-slick.style-two .hero-text-wrap p {
width: 82%;
}
.slick_shape4.bounce-animate2 {
display: none;
}
.case-grid .case-item:nth-child(1) {
grid-column: 4/1;
grid-row: 1/2;
}
.case-grid .case-item:nth-child(2) {
grid-column: 4/1;
}
.case-grid .case-item:nth-child(3) {
grid-column: 4/1;
}
.case-grid .case-item:nth-child(4) {
grid-column: 4/1;
}
.case-grid .case-item:nth-child(5) {
grid-column: 4/1;
}
.section-title.center .description {
width: 65%;
}
.section-title .title {
font-size: 30px;
}
.service-box.style5 {
margin-bottom: 0;
}
.my-accordion a {
font-size: 18px;
}
.hero_contact {
display: none;
}
.hero_area .hero_content h1 {
font-size: 60px;
line-height: 70px;
}
.hero_area .hero_content p {
width: 100%;
}
.dreamit_owl_carousel .owl-dots {
display: none;
}
.section-title.style1 h3.title {
font-size: 38px;
}
.icon-box.style1 .icon-box-content .description p {
width: 100%;
}
.single-counter.style_two {
display: block;
text-align: center;
}
.single-counter.style_two .counter-content h6 {
display: block;
}
.single-counter.style_two .icon {
margin-bottom: 30px;
}
.hero_area.style_two .hero_thumb {
display: none;
}
.hero_area.style_two .hero_content h1 {
font-size: 60px;
line-height: 70px;
}
.icon-box.style5 {
display: block;
}
.icon-box.style5 .icon-box-content {
padding: 18px 13px 0 0;
}
.service-box.style3 ul.features li {
display: block;
}
.service_carousel.style1 .owl-nav {
display: none;
}
.service_carousel.style2 .owl-nav {
display: none;
}
.center_title h3.title {
text-align: center;
}
.single-causes.style_1 .causes-content {
padding: 18px 20px 24px;
}
.single-causes.style_1 .causes-content h2 a {
font-size: 19px;
}
.marquee.style2 .marquee-block h3 {
font-size: 49px;
}
.single-give-area .give-btn {
float: left;
margin-top: 19px;
}
.breadcumb-inner ul {
text-align: center;
}
.single-give-area .donations-detials-title h2 {
font-size: 24px;
}
.work-process.style1 .shape_image {
display: none;
}
.hero_area.style_two .shape_image {
display: none;
}
.blog-post.style1 .post-thumb img {
height: inherit;
}
.echofy-single-blog.blog-grid .echofy-blog-thumb img {
height: inherit;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap h1 {
font-size: 52px;
}
.icon-box.style5 .icon-box-icon {
margin-right: 15px;
}
.hero_area .hero_thumb {
display:none;
}
.dreamit-slick-slider .hero-text-wrap h4 {
padding: 0 0 10px 0;
}
.hero_area.style_two .hero_content p {
width: 80%;
}
.solar .section-title.style4 h3.solar:before {
display:none;
}
.single-counter.style4 h2 {
left: 0;
}
.section-title.style7 .section-title.t_left .subtitle-bg-title {
font-size: 100px;
line-height: 125px;
}
.section-title.style8 .section-title.t_left h3 {
font-size: 38px;
line-height: 38px;
}
.marquee-block h3 img {
-webkit-animation: rotatemetwo 12s linear infinite;
animation: rotatemetwo 12s linear infinite;
}
.marquee-block {
-webkit-animation: scroll 45s linear infinite;
animation: scroll 45s linear infinite;
}
.portfolio-filter .case-item .prot_content {
padding: 0 20px 0 20px;
}
.portfolio-filter .case-item .prot_content h4 a {
font-size: 22px;
}
.single-counter.style5 span {
font-size: 60px;
}
.blog_style_six .single_blog_adn .blog-page-title_adn h2 a {
font-size: 22px;
}
.wildlife-award-img-animation{
animation: award_shape 18s linear infinite;
}
.service_list.style-2 .service-text-content:before {
width: 230px;
height: 280px;
left: -70%;
}
.service_list.style-2 .service-list-title h2 {
font-size: 20px;
}
.service_list.style-2 .service-list-number h4:before {
height: 60px;
width: 60px;
line-height: 06px;
top: 5px;
left:8px;
}
.service_list.style-2.active .service-text-content .service-list-number h4:before, 
.service_list.style-2:hover .service-text-content .service-list-number h4:before {
width: 100px;
}
.service_list.style-2.active .service-list-title, 
.service_list.style-2:hover .service-list-title {
right: -17%;
}
.service_list.style-2 .service-list-title {
right: -10%;
}
.service_list.style-2.four {
padding: 0 0 10px 0;
}
.service_list.style-2.four .service-text-content:before {
bottom: 40px;
}
.service_list.style-2.three .service-text-content:before {
top: -170px;
}
.service_list.style-2.two .service-text-content:before {
top: -70px;
}
.service_list.style-2 .service-text-content:before {
top: 30px;
}
.icon-box.style12 {
display: block;
padding: 34px 12px 33px 31px;
}
.icon-box.style12 .img-icon {
margin-bottom: 20px;
}
.single_project.style_1 .single_service {
display: block;
}
.single_project.style_1 {
padding: 30px 30px 24px;
}
.single_project.style_1 .service_content {
padding: 0 0 20px;
}
.single_project.style_1 .inner_cotent {
position: relative;
padding: 8px 0 0;
}
.single_project.style_1 a.btn.btn-gradient.btn-md.btn-animated-none {
right: -13%;
}
.char .section-title.style8 .section-title.t_center .description {
width: 60%;
}
.section-title.style6.zoo .description {
margin: 20px 0px 0 0;
}
} @media (min-width: 320px) and (max-width: 575px) {
.home5-donation-list ul li a {
margin: 0 0 15px 0;
}
.testimonial.style5 .single_img {
display:none;
}
.testimonial.style5 .testimonial-item .quote {
font-size: 17px;
}
.testimonial.style5 .testimonial-item .quote:after {
display:none;
}
.testimonial.style5 .testimonial-item .quote:before {
display:none;
}
.testimonial.style5 .testimonial-item .bio {
padding: 14px 14px 34px 28px;
}
.em-blog-content-area_adn {
padding: 27px 20px 41px;
top: -35px;
}
.blog_style_four .blog-page-title_adn h2 a {
font-size: 20px;
}
.home-five .single-event {
margin-bottom: 40px;
}
.home-five .single-event:hover {
height: 470px;
}
.hero_area.style_three .hero_content h4 {
font-size: 20px;
}
.home-five .event-titel h4 {
font-size: 18px;
}
.home-five .nav-link {
font-size: 17px;
padding: 22px 70px;
margin: 0 0 20px 0;
}
.dreamit-button.style6 .button {
font-size: 15px;
padding: 13px 20px;
}
.section-title.style5 h3 {
font-size: 28px;
line-height: 35px;
}
.home-5.single-about-box {
display: none;
}
.hero_area.style_three {
height: 700px;
}
.hero_area.style_three .hero_content a.btn.btn-gradient {
font-size: 15px;
padding: 14px 30px;
}
.hero_area.style_three .hero_content p {
width: 70%;
}
.hero_area.style_three .hero_content h1 {
font-size: 35px;
line-height: 45px;
}
.comment-list .comment .comment {
margin-left: 0;
}
.dreamit-slick-slider .slick_content {
padding-left: 0;
}
.dreamit-slick-slider .slider-buttons {
margin-left: 0;
}
.comments-area {
padding: 40px 25px;
}
button {
font-size: 13px;
}
.footer-bottom-content-copy {
text-align: left!important;
}
.section-title .title {
font-size: 19px;
}
.blog-post.style1 .blog_post_user {
padding: 17px 18px 17px;
}
.blog-post.style1 h3.title a {
font-size: 18px;
}
.dreamit-slick-slider .slider-single-image {
display: none;
}
.dreamit-slick-slider .hero-text-wrap {
width: 100%;
}
.dreamit-slick-slider .hero-text-wrap h1 {
font-size: 36px;
}
.dreamit-slick-slider .hero-text-wrap p {
font-size: 14px;
}
.slider-buttons{
display: block!important;
}
.dreamit-slick-slider .call-button {
margin-left: 0;
}
.dreamit-custom-title h4:before,
.dreamit-custom-title h4:after{
display:none;
}
.single-slick.style-two .hero-text-wrap h1 {
font-size: 33px;
}
.single-slick.style-two .hero-text-wrap p {
width: 100%;
font-size: 16px;
}
.service_box.style1 {
padding: 45px 44px 49px 29px;
margin-bottom: 0px;
}
.service-box.style3 {
margin-bottom: 20px;
}
.dreamit-button.style3 .dreamit-button a {
margin-left: 0;
}
.testimonial.style1 .testimonial-item {
padding: 28px 25px 42px;
display: block;
text-align: center;
}
.testimonial.style1 .testimonial-item .author img {
margin-right: 0;
}
.testimonial.style1 .testimonial-item .bio .name {
font-size: 20px;
}
.testimonial.style1 .single_img {
display: none;
}
.dreamit-button .button {
font-size: 16px;
padding: 11px 41px;
}
.blog-post.style1 .categories a {
padding: 2px 15px 0;
font-size: 14px;
}
.service_item.style_two h2.title a {
font-size: 22px;
}
.team.style1 .bio .name {
font-size: 22px;
}
p.mailchimp-form button {
padding: 12px 0;
font-size: 14px;
}
input[type="email"] {
height: 50px;
font-size: 15px;
}
.case-study.style2 .cases-study-content {
padding: 20px 21px 0px;
}
.case-study.style2 h2.title a {
font-size: 17px;
}
.work-process.style1 {
padding: 0 14px;
}
.team.style2 {
margin-bottom: 0;
}
.team.style2 .image img {
width: 100%;
}
.form-area.style-two .buttons input {
width: 100%;
}
.icon-box.style7 {
display: block!important;
}
.icon-box.style7 .icon {
margin-bottom: 20px;
}
.brpt h2 {
font-size: 30px;
}
.icon-box.style8 {
display: block;
}
.icon-box.style8 .img-icon {
margin-bottom: 25px;
}
.slick_shape3 {
display:none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
display: none;
}
.section-title.style2 .subtitle {
left: 0;
}
.testimonial.style1 .owl-dots {
display:none;
}
.portfolio-filter .single-content .video-icon {
right: 20px;
}
.mobile_menu_logo.text-center {
text-align: center;
display: flex;
justify-content: center;
}
.single-slick {
min-height: 680px !important;
}
.slider_shape {
display: none !important;
}
.footer-bottom-content-copy {
text-align: left;
}
.service .service-box.style3 {
margin: 0;
}
.single-slick .hero-text-wrap {
padding-right: 0;
}
.dreamit-slick-slider .hero-text-wrap h1 span:before,
.dreamit-slick-slider .hero-text-wrap h1 span:after{
display: none;
}
.dreamit-slick-slider .hero-text-wrap h1 span {
font-size: 36px;
padding: 0;
}
.dreamit-slick-slider .hero-text-wrap p {
font-size: 15px;
margin: 19px auto 0;
width: 100%;
}
.dreamit-slick-slider .hero-text-wrap h1:before {
display: none;
}
.slider_shape2 {
display: none;
}
.slick_shape5 {
display: none;
}
.slider_shape {
display: none;
}
.service-box.style2 .content {
padding: 30px 16px 28px;
}
.section-title.center .description {
width: 95%;
}
.testimonial.style1 .testimonial-item .author .bio .name {
font-size: 19px;
}
.testimonial.style1 .testimonial-item .reviews_rating {
display: none;
}
.single-slick.style-two .single_image {
display: none;
}
.single-slick.style-two .hero-text-wrap p {
width: 84%;
}
.slick_shape4.bounce-animate2 {
display: none;
}
.single-slick.style-two .hero-text-wrap h1 span {
font-size: 33px;
}
.case-grid .case-item:nth-child(1) {
grid-column: 4/1;
grid-row: 1/2;
}
.case-grid .case-item:nth-child(2) {
grid-column: 4/1;
}
.case-grid .case-item:nth-child(3) {
grid-column: 4/1;
}
.case-grid .case-item:nth-child(4) {
grid-column: 4/1;
}
.case-grid .case-item:nth-child(5) {
grid-column: 4/1;
}
.service-box.style3 .icon {
float: inherit;
}
.service-box.style3 .icon img {
width: inherit;
}
.service-box.style3 .title {
font-size: 19px;
}
.service-box.style3 .service-btn {
display: none;
}
.service-box.style3 p.description {
width: 100%;
}
.service-box.style4 .title {
font-size: 20px;
}
.testimonial.style2 .testimonial-item .author .bio .name {
font-size: 19px;
}
.testimonial.style2 .testimonial-item .reviews_rating {
display: none;
}
.service-box.style5 {
margin-bottom: 0;
}
.testimonial.style3 .testimonial-item p.quote {
font-size: 14px;
line-height: 27px;
}
.service-box.style5.style6 {
padding: 40px 27px 22px;
}
.testimonial.style1.style2 .testimonial-item {
padding: 26px 23px 26px 24px;
}
.service-box.style7 .service-btn {
left: 0;
bottom: 24px;
width: 87%;
margin: auto;
right: 0;
}
.my-accordion a {
font-size: 16px;
}
.service-box.style8 .title {
font-size: 20px;
}
.service-box.style2 .service-box-title h3 {
font-size: 21px;
}
.service-box.style3 .icon {
margin-bottom: 16px;
}
.echofy-blog-meta-left a, .echofy-blog-meta-left time, .echofy-blog-meta-left span {
padding: 8px 15px;
margin-bottom: 10px;
}
.hero_contact {
display: none;
}
.hero_area .hero_content h1 {
font-size: 35px;
line-height: 45px;
}
.hero_area .hero_content h3 {
font-size: 15px;
}
.hero_area .hero_content p {
font-size: 15px;
width: 97%;
}
.hero_area .hero_content a.btn.btn-gradient {
margin-bottom: 30px;
}
.dreamit_owl_carousel .owl-dots {
display: none;
}
.section-title.style1 h3.title {
font-size: 21px;
line-height: 30px;
}
.icon-box.style1 {
display: block;
text-align: center;
}
.icon-box.style1 .icon-box-icon {
margin-bottom: 30px;
}
.service_item.style_one {
margin: 0 0;
text-align: center;
}
.service_item.style_one h2.title:before {
left: 0;
right: 0;
margin: auto;
}
.service_item.style_one .service_content {
padding: 35px 14px 10px;
}
.service_item.style_two .service_content {
padding: 30px 17px 28px;
width: 92%;
}
.work-process.style1 .shape_image {
display: none;
}
.testimonial.style1 .testimonial-item .author {
display: block;
}
.testimonial.style1 .testimonial-item .quote {
font-size: 16px;
line-height: 23px;
}
.blog-post.style1 .post-item .blog_post_inner_content {
padding: 27px 13px 9px;
}
.single-counter.style_two {
display: block;
}
.single-counter.style_two .counter-content h6 {
display: block;
}
.single-counter.style_two .icon {
margin-bottom: 30px;
margin-right: 0;
}
.hero_area.style_two .hero_thumb {
display: none;
}
.hero_area.style_two .hero_content h1 {
font-size: 34px;
line-height: 40px;
}
.icon-box.style-three {
display: block;
text-align: center;
}
.icon-box.style-three .img-icon {
margin-right: 0;
}
.icon-box.style-three .icon-box-icon {
margin-bottom: 18px;
}
.service_item.style_three .service_content {
padding: 54px 19px 23px;
}
.service_item.style_three {
margin: 0 0;
}
.single-counter.style_two {
text-align: center;
}
.service_item.style_four .service_content {
padding: 30px 15px 17px;
width: 94%;
left: 2px;
}
.service_item.style_four .room-details-button a {
right: 17px;
}
.my-accordion li p {
padding: 18px 20px 22px;
}
.marquee.style2 .marquee-block h3 {
font-size: 40px;
}
.icon-box.style5 {
display: block;
}
.icon-box.style5 .icon-box-content {
padding: 18px 13px 0 0;
}
.service-box.style3 ul.features li {
display: block;
}
.icon-box.style6 {
padding: 28px 14px 32px;
}
.icon-box.style6 .description p {
font-size: 18px;
line-height: 26px;
padding-left: 9px;
}
.icon-box.style6 .description p:before {
display: none;
}
.service-box.style3 .content {
padding: 32px 22px 24px;
}
.service_carousel.style1 .owl-nav {
display: none;
}
.service_carousel.style2 .owl-nav {
display: none;
}
.center_title h3.title {
text-align: center;
}
.single-causes.style_1 .causes-content {
padding: 18px 20px 24px;
}
.single-causes.style_1 .causes-content h2 a {
font-size: 19px;
}
.testimonial.style1.style2 .owl-nav {
display: none;
}
.blog-post.style1 p.description {
font-size: 15px;
}
.breadcumb-inner h2 {
font-size: 23px;
}
.echofy-single-blog-details .single-blog-content h3 {
font-size: 18px;
}
.echofy-single-blog-details .echofy-single-blog-details-inner {
padding: 0 19px 12px;
}
blockquote {
padding: 35px 29px 31px 13px;
}
.single-give-area .give-btn {
float: left;
margin-top: 19px;
}
.breadcumb-inner ul {
text-align: center;
}
.single-give-area .donations-detials-title h2 {
font-size: 24px;
}
.widget {
padding: 35px 22px 35px;
}
.work-process.style1 .shape_image {
display: none;
}
.hero_area.style_two .shape_image {
display: none;
}
.blog-post.style1 .post-thumb img {
height: inherit;
}
.echofy-single-blog.blog-grid .blog-page-title h2 a {
font-size: 17px;
}
.echofy-single-blog.blog-grid .echofy-blog-thumb img {
height: inherit;
}
.hero_area {
height: 720px;
}
.hero_area .hero_content a.btn.btn-gradient {
font-size: 15px;
padding: 11px 40px;
}
.hero_area.style_two {
height: 650px;
}
.marquee.style2 .marquee-block {
-webkit-animation: scroll2 80s linear infinite;
animation: scroll2 80s linear infinite;
}
.breadcumb-area {
padding: 150px 0 146px;
}
.dreamit-slick-slider .single-slick.three .hero-text-wrap h1 {
font-size: 34px;
}
.icon-box.style5 .icon-box-icon {
margin-right: 15px;
}
.dreamit-slick-slider .hero-text-wrap h4 {
padding: 0 0 10px 0;
}
.hero_area .hero_thumb {
display:none;
}
.hero_area.style_two .hero_content p {
width: 100%;
font-size: 16px;
}
.seven .icon-box.style1 {
display: inline;
gap: 26px;
padding: 0;
border-radius: 5px;
margin-right: 15px;
position: relative;
z-index: 1;
align-items: center;
}
.solar .section-title.style4 h3.solar:before {
display:none;
}
.single-counter.style4 h2 {
left: 0;
}
.section-title.style7 .section-title.t_left .subtitle-bg-title {
font-size: 60px;
line-height: 60px;
top: -22px;
}
.section-title.style8 .section-title.t_left h3 {
font-size: 28px;
line-height: 36px;
padding: 0;
}
.marquee-block h3 img {
-webkit-animation: rotatemetwo 18s linear infinite;
animation: rotatemetwo 18s linear infinite;
}
.marquee-block {
-webkit-animation: scroll 60s linear infinite;
animation: scroll 60s linear infinite;
}
.portfolio-filter .case-item .prot_content {
padding: 0 20px 0 20px;
}
.portfolio-filter .case-item .prot_content h4 a {
font-size: 20px;
}
.single-counter.style5 span {
font-size: 50px;
}
.blog_style_six .single_blog_adn .blog-page-title_adn h2 a {
font-size: 19px;
}
.wildlife-award-img-animation{
animation: award_shape 25s linear infinite;
}
.icon-box.style11 {
display: block;
padding: 0;
border-radius: 0;
margin-right: 0;
position: relative;
z-index: 1;
transition: 0.4s;
text-align: center;
}
.icon-box.style11 .icon-box-icon {
padding: 0 0 35px 0;
}
.icon-box.style11 .icon-box-content .description p {
margin: 0 auto;
}
.section-title.style7 .section-title.t_left h5 {
padding: 0;
}
.section-title.style7 .section-title.t_left h5:before {
display:none;
}
.dreamit-button.style-11 .dreamit-button .button {
width: 170px;
height: 52px;
font-size: 15px;
line-height: 52px;
}
.dreamit-button.style-11 .dreamit-button .button i {
right: -52px;
height: 52px;
width: 52px;
line-height: 52px;
}
.team.style6 .content {
padding: 15px 0 20px 15px;
}
.team.style6 .bio .name {
font-size: 20px;
}
.team.style6 .team-btn {
height: 45px;
width: 45px;
line-height: 45px;
right: 0;
font-size: 14px;
}
.team.style6 .social-icons1.active {
right: 20px;
}
.service_list.style-2 .service-text-content:before {
display:none;
}
.service_list.style-2 .service-list-title h2 {
font-size: 16px;
}
.service_list.style-2 .service-list-number h4:before {
height: 50px;
width: 50px;
line-height: 50px;
top: 0;
left: 2px;
}
.service_list.style-2.active .service-text-content .service-list-number h4:before, 
.service_list.style-2:hover .service-text-content .service-list-number h4:before {
width: 70px;
}
.service_list.style-2.active .service-list-title, 
.service_list.style-2:hover .service-list-title {
right: -17%;
}
.service_list.style-2 .service-list-title {
right: -10%;
}
.service_list.style-2.four {
padding: 0 0 10px 0;
}
.service_list.style-2.four .service-text-content:before {
display:none;
}
.service_list.style-2.three .service-text-content:before {
display:none;
}
.service_list.style-2.two .service-text-content:before {
display:none;
}
.service_list.style-2 .service-text-content:before {
display:none;
}
.service_list.style-2 .image {
width: 0;
}
.service_list.style-2 .service-text-content {
width: 100%;
left: 0;
}
.service_list.style-2 .service-list-number h4 {
font-size: 18px;
height: 50px;
width: 50px;
line-height: 50px;
}
.icon-box.style12 {
display: block;
padding: 34px 12px 33px 31px;
}
.icon-box.style12 .img-icon {
margin-bottom: 20px;
}
.single_project.style_1 .single_service {
display: block;
}
.single_project.style_1 {
padding: 30px 30px 24px;
}
.single_project.style_1 .service_content {
padding: 0 0 20px;
}
.single_project.style_1 .inner_cotent {
position: relative;
padding: 8px 0 0;
}
.single_project.style_1 a.btn.btn-gradient.btn-md.btn-animated-none {
right: -37%;
top: 77%;
}
.icon-box.style13 {
display: block;
}
.icon-box.style13 .icon-box-icon {
margin-bottom: 20px;
}
.section-title.style4 h3 {
font-size: 20px;
line-height: 23px;
}
.testimonial-item.style_8 {
padding: 30px 26px 30px;
}
.testimonial-item.style_8 .testi-content {
display: block;
}
.char .section-title.style8 .section-title.t_center .description {
width: 60%;
}
.section-title.style4 .subtitle {
font-size: 16px;
}
.section-title.style6.zoo .description {
margin: 20px 0px 0 0;
}
}