@charset "UTF-8";
.cbp-spmenu {
background: rgba(0, 0, 0, 0.8);
position: fixed;
}
.cbp-spmenu-vertical {
width: 100%;
height: 100vh;
overflow-y: auto;
top: 0;
z-index: 99;
}
.cbp-spmenu-left {
left: -100%;
}
.cbp-spmenu-left.cbp-spmenu-open {
left: 0px;
}
.cbp-spmenu, .cbp-spmenu-push {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}.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(//www.etccollege.edu.au/wp-content/themes/etccollege/html/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%}:root {
--bluefont: #1e4580;
--bluefontlist: rgb(45, 85, 145);
--bluefonthover: rgba(30, 69, 128, 0.8);
--orangefont: #ff8e43;
--owldots: #d4d4d4;
--bgcolor: #f2f2f2;
--white: #fff;
--fw: 0.072916667vw;
--dimblue: rgba(4, 0, 255, 0.603);
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
color: #fff;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #d6d6d6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
background: var(--orangefont);
color: #fff;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #d6d6d6;
display: block;
transition: opacity 0.2s ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: var(--orangefont);
}
button:focus {
outline: none;
outline: none;
}
 @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-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.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-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(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.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(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
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 heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.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.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
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(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) 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(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) 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(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-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-duration: 0.75s;
animation-duration: 0.75s;
-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-animation-duration: 0.75s;
animation-duration: 0.75s;
-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);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@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);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
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-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@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: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.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(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.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.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.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.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.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.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.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.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 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;
}
.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.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
.animated {
-webkit-animation-duration: 1ms !important;
animation-duration: 1ms !important;
-webkit-transition-duration: 1ms !important;
transition-duration: 1ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
}
}:root {
--w: #fff;
--b: #000;
--blue: #01abcf;
--orange: #fe4d1b;
--border: #e5e1e2;
--vw: 0.056916667vw;
--trans: 0.5s ease;
}
html {
-webkit-tap-highlight-color: transparent;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
line-height: 1.5;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-weight: 300;
font-size: calc(Var(--vw) * 16);
font-family: "poppins";
-webkit-transition: var(--trans);
transition: var(--trans);
}
body.hide {
overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6, a, p, span, ol, ul, li {
margin: 0;
padding: 0;
-webkit-transition: var(--trans);
transition: var(--trans);
}
a {
text-decoration: none;
line-height: 1;
color: var(--b);
}
.bannerbg {
background: url(//www.etccollege.edu.au/wp-content/themes/etccollege/html/img/banner1.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.img_fluid {
max-width: 100%;
display: block;
-webkit-transition: var(--trans);
transition: var(--trans);
height: auto;
}
.img_fluid.w100 {
width: 100%;
height: auto;
}
.flex, .banner_slider.owl-theme .owl-nav .owl-prev, .banner_slider.owl-theme .owl-nav .owl-next, .description ul li, .btn_holder, .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next, .contact_form_item_box .contact_form_item .contact_form .form_group .contact_form_title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.flex.center, .banner_slider.owl-theme .owl-nav .owl-prev, .banner_slider.owl-theme .owl-nav .owl-next, .description ul li.center, .center.btn_holder, .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next, .contact_form_item_box .contact_form_item .contact_form .form_group .center.contact_form_title {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.flex.end, .description ul li.end, .end.btn_holder, .owl-theme .owl-nav .end.owl-prev, .owl-theme .owl-nav .end.owl-next, .contact_form_item_box .contact_form_item .contact_form .form_group .end.contact_form_title {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.container {
width: 70%;
margin: auto;
}
.img_icon, .img_icon span {
display: block;
width: 100%;
height: 100%;
}
.grid-3{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: calc(var(--vw)*30);
}
.col_black {
color: var(--b);
}
.col_blue {
color: var(--blue);
}
.col_white {
color: var(--w);
}
.bold {
font-weight: 600;
}
.caps {
text-transform: uppercase;
}
.line_hover, .header_contact_item ul li .contact_text a, .description ul li a, .copyright_box .copyright_text a {
position: relative;
z-index: 1;
}
.line_hover::before, .header_contact_item ul li .contact_text a::before, .description ul li a::before, .copyright_box .copyright_text a::before {
position: absolute;
content: "";
bottom: calc(var(--vw) * -3);
left: 0;
width: 0;
height: calc(Var(--vw) * 1);
background: var(--w);
-webkit-transition: var(--trans);
transition: var(--trans);
z-index: -1;
}
.coursebox_wrapper{
padding: calc(var(--vw)*30) calc(var(--vw)*25);
-webkit-box-shadow: 0 0 calc(var(--vw) * 15) calc(Var(--vw) * 1) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 15) calc(Var(--vw) * 1) rgba(0, 0, 0, 0.1);
background: #fff;
margin-top: calc(var(--vw)*-35);
z-index: 1;
border-radius: calc(var(--vw)*5);
transition: 0.5s ease all;
-webkit-transition: 0.5s ease all;
-moz-transition: 0.5s ease all;
} .enrolment_main {
border-bottom: 1px dashed #ddd;
overflow:hidden;
padding: 25px 0px;
}
.enrolment_main_txt {
width: 100%; 
float:left;
box-sizing:border-box;	
}
.enrolment_main_txt h3 {
font-size: 24px;
font-weight: bold;
padding:0px !important;
}
.enrolment_main_txt p {
font-size: 14px;
font-weight: normal;
padding:0px !important;
}
.enrolment_main_img {
float:left;
width:100%;
box-sizing:border-box;
margin: 25px 0px 0px;
}
.enrol_txt {
margin: 0px 0px 30px;
}
.enrol_txt p {
margin: 0px 0px 18px !important;
} .course_slider_item_new {
width: 50% !important;
float:left;
box-sizing: border-box;
padding: 20px !important;
}
.course_slider_item_new div.title {
padding: 20px 0px !important;
} .page_content_main {
width: 70%;
float:left;
padding-right:15px !important;
box-sizing: border-box;
}
.page_sidebar {
width: 30%;
float: right;
padding-left:15px !important;
box-sizing: border-box;
}
.banner_slider_text_box h2 {
font-size:42px !important;
}
.banner_slider_text_box h1 {
font-size: 62px !important;
} .coursebox_wrapper h4 a{
display: block;
text-align: center;
}
.coursebox_wrapper:hover{
transform: scale(1.1);	
transition: 0.5s ease all;
-webkit-transition: 0.5s ease all;
-moz-transition: 0.5s ease all;
}
.line_hover.black::before, .header_contact_item ul li .contact_text a.black::before, .description ul li a::before, .copyright_box .copyright_text a.black::before {
background: var(--b);
}
.line_hover:hover::before, .header_contact_item ul li .contact_text a:hover::before, .description ul li a:hover::before, .copyright_box .copyright_text a:hover::before {
width: 100%;
} .initial-hide {
display: none;
}
.none {
display: none;
}
.form-width-700 {
max-width: 900px;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 30px;
}
.form-width-700 h4 {
padding: 20px;
color: var(--bluebg);
text-align: center;
font-size: 24px;
}
.form-width-700 p {
padding: 0px 20px 20px 20px;
text-align: center;
margin: 0;
font-size: calc(var(--vw)*14);
}
.border-bottom-grey {
border-bottom: 1px solid #d9d9d9;
}
.online_form {
padding: 20px;
}
.online_form h5 {
color: var(--bluebg);
font-size: 18px;
}
.online_form p {
padding: 0;
margin-bottom: 15px;
text-align: left;
font-size: calc(var(--vw)*14);
}
.online_form a{
color: var(--bluebg);
font-weight: 500;
}
.form-width-500 h4 {
color: var(--bluebg);
text-align: center;
padding: 20px 0px;
border-bottom: 1px solid #d9d9d9;
font-size: 18px;
}
.grid-4 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 15px;
}
.shadow {
-webkit-box-shadow: 0 0 calc(var(--vw) * 15) calc(Var(--vw) * 1) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 15) calc(Var(--vw) * 1) rgba(0, 0, 0, 0.1);
}
.text-left{
text-align: left;
}
.online_form_control {
all: unset;
width: 100%;
font-size: 14px;
line-height: 22px;
background: #fff;
padding: 8px 25px;
color: #4e4948;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
resize: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #cacaca;
}
.grid-2{
display: grid;
grid-template-columns: 1fr 1fr;
} 
.gap15{
grid-gap: 15px;
}
.course_div {
padding: 15px 20px;
text-align: center;
border-radius: 3px;
border: 1px solid #d9d9d9;
background: #f9f9f9;
cursor: pointer;
font-size: calc(var(--vw)*14);
}
.course_div.greenbg {
background: var(--orange);
color: var(--white);
}
.btn_orange_btn{
background: var(--orange);
color: var(--w)!important;
}
.btn.btn_orange_btn:hover{
background: var(--blue);
border-color: var(--blue);
color: var(--w);
cursor: pointer;
} .inline-block {
display: inline-block !important;
}
.btn {
display: inline-block;
position: relative;
outline: none;
-webkit-transition: var(--trans);
transition: var(--trans);
line-height: 1;
padding: calc(var(--vw) * 10) calc(var(--vw) * 20);
border-radius: calc(var(--vw) * 50);
border: 2px solid var(--orange);
color: var(--orange);
font-weight: 600;
font-size: calc(var(--vw) * 14);
overflow: hidden;
z-index: 1;
}
.btn::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 0;
height: 100%;
background: var(--orange);
z-index: -1;
-webkit-transition: var(--trans);
transition: var(--trans);
}
.btn.btn_orange {
background: var(--orange);
color: var(--w);
}
.btn.btn_orange::before {
background: var(--w);
}
.btn.btn_orange:hover {
color: var(--orange);
}
.btn.btn_icon {
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1fr;
grid-template-columns: auto 1fr;
grid-gap: calc(var(--vw) * 15);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.btn.btn_icon .img_icon {
width: calc(var(--vw) * 15);
height: calc(var(--vw) * 15);
}
.btn.btn_icon .img_icon span {
background: var(--orange);
}
.btn.btn_icon:hover .img_icon span {
background: var(--w);
}
.btn:hover {
color: var(--w);
}
.btn:hover::before {
width: 100%;
}
.header_contact_section {
background: rgb(2,68,82);
background: linear-gradient(90deg, rgba(2,68,82,1) 0%, rgba(1,79,96,1) 50%, rgba(1,171,207,1) 100%);  padding: calc(var(--vw) * 10) 0;
position: relative;
z-index: 100;
}
.header_contact_item ul li {
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1fr;
grid-template-columns: auto 1fr;
grid-gap: calc(var(--vw) * 10);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: calc(var(--vw) * 30);
}
.header_contact_item ul li:last-child {
margin-right: 0;
}
.header_contact_item ul li .header_contact_icon {
width: calc(var(--vw) * 22);
height: calc(var(--vw) * 22);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: var(--vw) solid var(--border);
padding: calc(var(--vw) * 4);
}
.header_contact_item ul li .header_contact_icon .img_icon span {
background: var(--w);
}
.header_contact_item ul li .contact_text a {
color: var(--w);
}
.header_contact_item ul li .contact_text span {
line-height: 1;
padding: 0 calc(var(--vw) * 15);
}
.header_box_section {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 100;
padding: calc(var(--vw) * 15) 0;
background: var(--w);
overflow: hidden;
-webkit-transition-delay: 1s;
transition-delay: 1s;
}
.header_box_section.active {
-webkit-box-shadow: 0 0 calc(var(--vw) * 15) calc(Var(--vw) * 1) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 15) calc(Var(--vw) * 1) rgba(0, 0, 0, 0.1);
}
.shadow{
box-shadow: 0 0 calc(var(--vw)*20) calc(var(--vw)*3) rgba(0, 0, 0, 0.3);
}
.about_img{
border-radius: calc(var(--vw)*5);
}
.header_box_section:hover {
overflow: visible;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.header_box {
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1fr;
grid-template-columns: auto 1fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header_box .header_logo a {
display: block;
}
.header_box .header_logo a img { width: auto;
}
.header_box .header_menu ul li {
display: block;
margin-right: calc(var(--vw) * 20);
}
.header_box .header_menu ul li:last-child {
margin-right: 0;
}
.header_box .header_menu ul li a {
display: block;
font-weight: 600; font-size: calc(var(--vw)*14);
}
.header_box .header_menu ul li a:hover, .header_box .header_menu ul li a.active {
color: var(--orange);
}
.header_box .header_menu ul li.dropdown {
position: relative;
}
.header_box .header_menu ul li.dropdown a.dropdown {
position: relative;
z-index: 1;
margin-right: calc(var(--vw) * 15);
}
.header_box .header_menu ul li.dropdown a.dropdown:after {
position: absolute;
content: "";
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: calc(100% + calc(var(--vw) * 5));
width: calc(var(--vw) * 10);
height: calc(var(--vw) * 10);
background: var(--b);
-webkit-mask: url(//www.etccollege.edu.au/wp-content/themes/etccollege/html/img/arrow_down.svg) center center no-repeat;
-webkit-mask-size: contain;
-webkit-transition: var(--trans);
transition: var(--trans);
z-index: -1;
} .header_box .header_menu ul li.dropdown ul li.dropdown a.dropdown {
position: relative;
z-index: 1;
margin-right: calc(var(--vw) * 15);
}
.header_box .header_menu ul li.dropdown ul li.dropdown a.dropdown:after {
position: absolute;
content: "";
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: calc(100% + calc(var(--vw) * 0));
width: calc(var(--vw) * 10);
height: calc(var(--vw) * 10);
background: var(--b);
-webkit-mask: url(//www.etccollege.edu.au/wp-content/themes/etccollege/html/img/arrow_down.svg) center center no-repeat;
-webkit-mask-size: contain;
-webkit-transition: var(--trans);
transition: var(--trans);
z-index: -1;
}
.header_box .header_menu ul li.dropdown ul li.dropdown a.dropdown:hover::after {
background: var(--orange);
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
} .header_box .header_menu ul li.dropdown ul li.dropdown ul{
position: absolute;
opacity: 0;
visibility: hidden;
top: 0%;
left: 100%;
padding: calc(var(--vw) * 10) 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: calc(var(--vw) * 5);
-webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
background: var(--w);
-webkit-transform: translateY(calc(var(--vw) * 50));
transform: translateY(calc(var(--vw) * 50));
}
.header_box .header_menu ul li.dropdown ul li ul li{
display: block;
border-bottom: var(--vw) solid #7c7c7c;
margin-right: 0;
}
.header_box .header_menu ul li.dropdown ul li ul li:last-child {
border-bottom: none;
}
.header_box .header_menu ul li.dropdown ul li ul li a {
display: block;
padding: calc(var(--vw) * 15) calc(var(--vw) * 25);
min-width: calc(var(--vw) * 250);
color: var(--b) !important;
line-height: 1.5;
font-weight: normal;
}
.header_box .header_menu ul li.dropdown ul li ul li a:hover {
background: var(--orange);
color: var(--w) !important;
}
.header_box .header_menu ul li.dropdown ul li.dropdown.active a.dropdown {
color: var(--orange);
}
.header_box .header_menu ul li.dropdown ul li.dropdown.active a.dropdown::after {
background: var(--orange);
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.header_box .header_menu ul li.dropdown ul li.dropdown.active ul {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}  .header_box .header_menu ul li.dropdown a.dropdown:hover::after {
background: var(--orange);
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.header_box .header_menu ul li.dropdown ul {
position: absolute;
opacity: 0;
visibility: hidden;
top: 200%;
padding: calc(var(--vw) * 10) 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: calc(var(--vw) * 5);
-webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
background: var(--w);
-webkit-transform: translateY(calc(var(--vw) * 50));
transform: translateY(calc(var(--vw) * 50));
}
.header_box .header_menu ul li.dropdown ul li {
display: block;
border-bottom: var(--vw) solid #7c7c7c;
margin-right: 0;
}
.header_box .header_menu ul li.dropdown ul li:last-child {
border-bottom: none;
}
.header_box .header_menu ul li.dropdown ul li a {
display: block;
padding: calc(var(--vw) * 15) calc(var(--vw) * 25);
min-width: calc(var(--vw) * 250);
color: var(--b) !important;
line-height: 1.5;
font-weight: normal;
}
.header_box .header_menu ul li.dropdown ul li a:hover {
background: var(--orange);
color: var(--w) !important;
}
.header_box .header_menu ul li.dropdown.active a.dropdown {
color: var(--orange);
}
.header_box .header_menu ul li.dropdown.active a.dropdown::after {
background: var(--orange);
-webkit-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.header_box .header_menu ul li.dropdown.active ul {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.header_box .header_btn {
margin-left: calc(var(--vw) * 30);
}
.header_box .header_menu_bar {
display: none;
}
.title {
line-height: 1.3;
font-weight: 600;
}
.title a {
line-height: 1.3;
}
h1 {
font-size: calc(var(--vw) * 72);
}
h2 {
font-size: calc(var(--vw) * 52);
}
.banner_slider_box {
min-width: 100%;
max-width: 100%;
}
.banner_slider .banner_slider_item {
overflow: hidden;
display: -ms-grid;
display: grid;
}
.mt-30{
margin-top: calc(var(--vw)*30);
}
.banner_slider .banner_slider_item .banner_slider_img_box {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-area: 1 / 1 / span 1 / span 1;
position: relative;
z-index: 1;
}
.banner_slider .banner_slider_item .banner_slider_img_box .banner_slider_img {
height: 77vh;
position: relative;
z-index: 1;
}
.banner_slider .banner_slider_item .banner_slider_img_box .banner_slider_img .banner_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: -1;
}
.banner_slider .banner_slider_item .banner_slider_text_box {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-area: 1 / 1 / span 1 / span 1;
position: relative;
z-index: 2;
}
.banner_slider .banner_slider_item .banner_slider_text_box .banner_slider_text .title {
-webkit-transform: translateX(calc(var(--vw) * -200));
transform: translateX(calc(var(--vw) * -200));
-webkit-transition: 1.5s ease;
transition: 1.5s ease;
}
.banner_slider .banner_slider_item .banner_slider_text_box .banner_slider_text .btn_holder {
-webkit-transform: translateX(calc(var(--vw) * -300));
transform: translateX(calc(var(--vw) * -300));
-webkit-transition: 1s;
transition: 1s;
margin-top: calc(var(--vw) * 20);
}
.banner_slider .owl-item.active .banner_slider_text_box .banner_slider_text .title, .banner_slider .owl-item.active .banner_slider_text_box .banner_slider_text .btn_holder {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.banner_slider.owl-theme .owl-nav {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 15%;
margin: 0 !important;
display: -ms-grid;
display: grid;
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
-ms-grid-columns: 1fr !important;
grid-template-columns: 1fr !important;
grid-gap: calc(var(--vw) * 15);
}
.banner_slider.owl-theme .owl-nav .owl-prev, .banner_slider.owl-theme .owl-nav .owl-next {
width: calc(var(--vw) * 40);
height: calc(var(--vw) * 40);
background: var(--w) !important;
margin: 0 !important;
border-radius: 0;
border: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: calc(var(--vw) * 8) !important;
-webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
-webkit-transition: var(--trans);
transition: var(--trans);
}
.banner_slider.owl-theme .owl-nav .owl-prev .arrow, .banner_slider.owl-theme .owl-nav .owl-next .arrow {
-webkit-mask: url(//www.etccollege.edu.au/wp-content/themes/etccollege/html/img/arrow.svg) center center no-repeat;
-webkit-mask-size: contain;
background: var(--blue);
display: block;
width: 100%;
height: 100%;
-webkit-transition: var(--trans);
transition: var(--trans);
}
.banner_slider.owl-theme .owl-nav .owl-prev:hover, .banner_slider.owl-theme .owl-nav .owl-next:hover {
background: var(--blue) !important;
}
.banner_slider.owl-theme .owl-nav .owl-prev:hover .arrow, .banner_slider.owl-theme .owl-nav .owl-next:hover .arrow {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.banner_slider.owl-theme .owl-nav .owl-prev {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.item_box {
display: -ms-grid;
display: grid;
grid-gap: calc(var(--vw) * 40);
-ms-grid-columns: 5fr 3fr;
grid-template-columns: 5fr 3fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.rev_item_box {
display: -ms-grid;
display: grid;
grid-gap: calc(var(--vw) * 40);
-ms-grid-columns: 3fr 5fr;
grid-template-columns: 3fr 5fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.text_box {
display: -ms-grid;
display: grid;
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
grid-gap: calc(var(--vw) * 20);
}
.text_box.center {
place-items: center;
text-align: center;
}
.text_box.g50 {
grid-gap: calc(var(--vw) * 50);
}
h3 {
font-size: calc(var(--vw) * 32);
}
.course_single_section h3{
color: var(--orange);
}
.description p, .description ul, .description .title {
margin-top: calc(Var(--vw) * 15);
}
.description p:first-child, .description ul:first-child, .description .title:first-child {
margin-top: 0;
}
.anchor_color a{
color: var(--blue);
}
.description .title {
margin-top: calc(var(--vw) * 30);
}
.description ul li { display: list-item;
margin-left: 25px;
margin-bottom: calc(var(--vw) * 8);
}
ol{
margin-left: 25px;
}
.description ul li:last-child {
margin-bottom: 0;
}
.description ul li span {
line-height: 1;
}
.description ul li span.line {
padding: 0 calc(var(--vw) * 8);
}
.description ul li span.spantitle {
padding-right: calc(var(--vw) * 5);
}
.description ul.dot li {
position: relative;
z-index: 1;
padding-left: calc(var(--vw) * 15);
}
.description ul.dot li::before {
position: absolute;
content: "";
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
width: calc(var(--vw) * 8);
height: calc(var(--vw) * 8);
background: var(--orange);
border-radius: 100%;
}
.btn_holder a, .btn_holder .btn {
margin-right: calc(var(--vw) * 30);
}
.btn_holder a:last-child, .btn_holder .btn:last-child {
margin-right: 0;
}
.img_box {
background: var(--orange);
display: block;
overflow: hidden;
}
.img_box img, .img_box .img_item {
-webkit-transition: var(--trans);
transition: var(--trans);
}
.img_box:hover img, .img_box:hover .img_item {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0.85;
}
.line_below {
padding-top: calc(var(--vw) * 5);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.line_below.center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.owl-nav{
display: none !important;
}
.line_below .line {
width: calc(var(--vw) * 15);
height: calc(var(--vw) * 15);
background: var(--blue);
border: calc(var(--vw) * 2) solid var(--border);
border-radius: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
z-index: 1;
}
.line_below .line::before, .line_below .line::after {
position: absolute;
content: "";
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: calc(var(--vw) * 2);
background: inherit;
width: calc(var(--vw) * 80);
z-index: -1;
}
.line_below .line::before {
left: 100%;
}
.line_below .line::after {
right: 100%;
height: 0;
}
.line_below .line.white::before, .line_below .line.white::after {
background: var(--w);
}
.line_below .line.two::after {
height: calc(var(--vw) * 2);
}
.about_us_section {
padding: calc(var(--vw) * 75) 0;
}
.dim_bg {
background: #f7f7f7;
}
.row_box {
display: -ms-grid;
display: grid;
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
grid-gap: calc(var(--vw) * 50);
}
.row_box.center {
place-items: center;
text-align: center;
}
h6 {
font-size: calc(var(--vw) * 16);
}
.course_section {
padding: calc(var(--vw) * 75) 0;
}
.course_slider_box {
min-width: 100%;
max-width: 100%;
}
.course_slider_box .course_slider {
-webkit-filter: drop-shadow(0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.075));
filter: drop-shadow(0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.075));
}
.course_slider_box.col {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: calc(var(--vw) * 30);
-webkit-filter: drop-shadow(0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.075));
filter: drop-shadow(0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.075));
}
.course_slider_box .course_slider_item {
background: var(--w);
border-radius: calc(var(--vw) * 4);
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: calc(var(--vw) * 5);
}
.course_slider_box .course_slider_item .course_slider_img_box {
padding-bottom: calc(var(--vw) * 2);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: var(--vw) solid #28617e;
}
.course_slider_box .course_slider_item .course_slider_img_box a {
display: block;
width: 100%;
height: calc(var(--vw) * 180);
}
.course_slider_box .course_slider_item .course_slider_img_box a img{
height: calc(var(--vw) * 180);
}
.course_slider_box .course_slider_item .course_slider_text_box {
padding: calc(Var(--vw) * 25) calc(var(--vw) * 10);
}
.course_slider_box .course_slider_item .course_slider_text_box .text_box .title a:hover {
color: var(--orange);
}
.owl-theme .owl-nav {
margin: 0 !important;
display: -ms-inline-grid;
display: inline-grid;
-ms-grid-columns: auto auto;
grid-template-columns: auto auto;
grid-gap: calc(var(--vw) * 10);
position: absolute;
top: -25%;
right: 0;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
width: calc(var(--vw) * 50);
height: calc(var(--vw) * 35);
border-radius: 0 calc(var(--vw) * 30) calc(var(--vw) * 30) 0;
background: var(--orange) !important;
margin: 0 !important;
-webkit-transition: var(--trans);
transition: var(--trans);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.owl-theme .owl-nav .owl-prev .arrow.two, .owl-theme .owl-nav .owl-next .arrow.two {
-webkit-mask: url(//www.etccollege.edu.au/wp-content/themes/etccollege/html/img/arrow_go.svg) center center no-repeat;
-webkit-mask-size: contain;
background: var(--w);
display: block;
width: 70%;
height: 70%;
-webkit-transition: var(--trans);
transition: var(--trans);
}
.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
background: var(--w) !important;
-webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
}
.owl-theme .owl-nav .owl-prev:hover .arrow.two, .owl-theme .owl-nav .owl-next:hover .arrow.two {
background: var(--orange);
}
.owl-theme .owl-nav .owl-prev {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.testimonial_section {
padding: calc(var(--vw) * 75) 0 calc(var(--vw) * 130);
position: relative;
z-index: 1;
}
.testimonial_section::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: calc(var(--vw) * 302);
background: rgb(2,68,82);
background: linear-gradient(90deg, rgba(2,68,82,1) 0%, rgba(1,79,96,1) 50%, rgba(1,171,207,1) 100%);  z-index: -1;
}
.testimonial_slider_box {
min-width: 100%;
max-width: 100%;
}
.testimonial_slider_box .testimonial_slider {
-webkit-filter: drop-shadow(0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.15));
filter: drop-shadow(0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.15));
width: 90%;
margin: auto;
}
.testimonial_slider_box .testimonial_slider.owl-theme .owl-nav {
top: calc(100% + calc(var(--vw) * 30));
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
.testimonial_slider_box .testimonial_slider .testimonial_slider_item {
border-radius: calc(var(--vw) * 5);
background: var(--w);
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
padding: calc(var(--vw) * 25);
display: -ms-grid;
display: grid;
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
grid-gap: calc(var(--vw) * 15);
}
.testimonial_slider_box .testimonial_slider .testimonial_slider_item::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 56%;
background: #f7f7f7;
z-index: -1;
}
.testimonial_slider_box .testimonial_slider .testimonial_slider_item .testimonial_text_box {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: calc(var(--vw) * 30);
position: relative;
z-index: 1;
}
.testimonial_slider_box .testimonial_slider .testimonial_slider_item .testimonial_text_box::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: calc(var(--vw) * 20);
height: calc(var(--vw) * 20);
-webkit-mask: url(//www.etccollege.edu.au/wp-content/themes/etccollege/html/img/quote.svg) center center no-repeat;
-webkit-mask-size: contain;
background: var(--orange);
z-index: -1;
}
.testimonial_slider_box .testimonial_slider .testimonial_slider_item .testimonial_text_box .description {
text-align: left;
}
.testimonial_slider_box .testimonial_slider .testimonial_slider_item .testimonial_details {
display: -ms-grid;
display: grid;
-ms-grid-columns: auto 1fr;
grid-template-columns: auto 1fr;
grid-gap: calc(var(--vw) * 15);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.testimonial_slider_box .testimonial_slider .testimonial_slider_item .testimonial_details .testimonial_img {
display: block;
width: calc(var(--vw) * 60);
height: calc(var(--vw) * 60);
background: var(--border);
border-radius: 100%;
overflow: hidden;
}
h5 {
font-size: calc(var(--vw) * 20);
}
.footer_section {
padding-top: calc(var(--vw) * 75);
background: #252527;
}
.footer_box {
display: -ms-grid;
display: grid;
-ms-grid-columns: 5fr 10fr;
grid-template-columns: 5fr 10fr;
border-bottom: var(--vw) solid #7c7c7c;
}
.footer_box .footer_logo_box {
padding-right: calc(var(--vw) * 50);
border-right: var(--vw) solid #7c7c7c;
}
.footer_box .footer_logo_box .text_box {
grid-gap: calc(var(--vw) * 30);
}
.footer_box .footer_logo_box .text_box .description {
font-size: calc(var(--vw) * 12);
}
.footer_box .footer_logo_box .text_box .footer_social_icon ul li {
display: block;
margin-right: calc(var(--vw) * 12);
}
.footer_box .footer_logo_box .text_box .footer_social_icon ul li:last-child {
margin-right: 0;
}
.footer_box .footer_logo_box .text_box .footer_social_icon ul li a {
display: block;
width: calc(var(--vw) * 40);
height: calc(var(--vw) * 40);
border-radius: 100%;
border: var(--vw) solid #7c7c7e;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: calc(var(--vw) * 10);
}
.footer_box .footer_logo_box .text_box .footer_social_icon ul li a span {
display: block;
width: 100%;
height: 100%;
background: #7c7c7e;
}
.footer_box .footer_logo_box .text_box .footer_social_icon ul li a:hover {
background: var(--blue);
border-color: var(--blue);
}
.footer_box .footer_logo_box .text_box .footer_social_icon ul li a:hover span {
background: var(--w);
}
.footer_box .footer_item_box {
padding: 0 0 calc(var(--vw) * 50) calc(var(--vw) * 50);
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 2fr 2fr;
grid-template-columns: 1fr 2fr 2fr;
grid-gap: calc(var(--vw) * 30);
}
.footer_box .footer_item_box .footer_item .text_box ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: calc(Var(--vw) * 20);
}
.footer_box .footer_item_box .footer_item .text_box ul li:last-child {
margin-bottom: 0;
}
.footer_box .footer_item_box .footer_item .text_box ul li .title {
margin-right: calc(var(--vw) * 5);
}
.footer_box .footer_item_box .footer_item .text_box ul li a, .footer_box .footer_item_box .footer_item .text_box ul li span {
display: block;
font-size: calc(var(--vw) * 12);
color: rgba(255, 255, 255, 0.8);
line-height: 1.5;
margin-right: calc(var(--vw) * 5);
}
.footer_box .footer_item_box .footer_item .text_box ul li a:last-child, .footer_box .footer_item_box .footer_item .text_box ul li span:last-child {
margin-right: 0;
}
.footer_box .footer_item_box .footer_item .text_box ul li a:hover, .footer_box .footer_item_box .footer_item .text_box ul li span:hover {
color: white;
}
.copyrigth_section {
padding: calc(Var(--vw) * 20) 0;
background: #252527;
}
.copyright_box {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: calc(var(--vw) * 30);
}
.copyright_box .copyright_text span, .copyright_box .copyright_text span a {
color: rgba(255, 255, 255, 0.8);
font-size: calc(var(--vw) * 12);
}
.copyright_box .copyright_text a:hover {
color: var(--w);
}
.to_top {
position: fixed;
bottom: calc(var(--vw) * 10);
right: calc(var(--vw) * 15);
display: block;
width: calc(var(--vw) * 40);
height: calc(var(--vw) * 40);
background: var(--orange);
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: calc(var(--vw) * 12);
border-radius: calc(var(--vw) * 5);
-webkit-transform: translate(75px, 75px);
transform: translate(75px, 75px);
-webkit-transition: var(--trans);
transition: var(--trans);
z-index: 10;
cursor: pointer;
}
.to_top.active {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.to_top span {
display: block;
width: 100%;
height: 100%;
background: var(--w);
filter: invert(1);
}
.menu_bar_box .menu_bar {
display: -ms-grid;
display: grid;
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
-webkit-transition: var(--trans);
transition: var(--trans);
}
.menu_bar_box .menu_bar.active span {
background: var(--orange);
}
.menu_bar_box .menu_bar.active span.one, .menu_bar_box .menu_bar.active span.four {
opacity: 0;
}
.menu_bar_box .menu_bar.active span.two {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu_bar_box .menu_bar.active span.three {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.menu_bar_box .menu_bar span {
display: block;
width: calc(var(--vw) * 35);
height: calc(Var(--vw) * 10);
border-radius: calc(var(--vw) * 30);
background: var(--blue);
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1 / span 1;
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2 / span 1;
}
.menu_bar_box .menu_bar span.one {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1 / span 1;
margin-bottom: calc(var(--vw) * 5);
}
.menu_bar_box .menu_bar span.four {
-ms-grid-row: 3;
-ms-grid-row-span: 1;
grid-row: 3 / span 1;
margin-top: calc(var(--vw) * 5);
}
.inside_banner_section {
position: relative;
z-index: 1;
}
.inside_banner_section .banner_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: -1;
}
.inside_banner_section .banner_center {
padding: calc(var(--vw) * 125) 0;
grid-gap: calc(var(--vw) * 5);
}
.inside_banner_section .banner_center .page_link span, .inside_banner_section .banner_center .page_link p {
color: rgba(255, 255, 255, 0.8);
}
.inside_banner_section .banner_center .page_link span {
color: rgba(255, 255, 255, 0.8);
padding: 0 calc(var(--vw) * 5);
}
.inside_banner_section .banner_center .page_link a {
color: rgba(255, 255, 255, 0.8);
}
.inside_banner_section .banner_center .page_link a:hover {
color: var(--w);
}
.course_single_section {
padding: calc(var(--vw) * 75) 0;
}
.contact_us_section {
padding: calc(var(--vw) * 75) 0;
}
.contact_us_box {
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: calc(var(--vw) * 30);
}
.contact_us_box .contact_us_item .text_box {
grid-gap: calc(var(--vw) * 25);
}
.contact_us_box .contact_us_item .text_box .contact_us_img {
display: block;
width: calc(var(--vw) * 70);
height: calc(var(--vw) * 70);
background: var(--w);
border-radius: calc(var(--vw) * 10);
-webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: calc(var(--vw) * 15);
}
.contact_us_box .contact_us_item .text_box .contact_us_img span {
display: block;
width: 100%;
height: 100%;
background: var(--blue);
}
.contact_us_box .contact_us_item .text_box .contact_us_btn {
margin-top: calc(var(--vw) * 15);
}
.contact_us_box .contact_us_item .text_box .contact_us_btn a {
display: inline-block;
min-width: calc(var(--vw) * 180);
font-weight: 600;
color: var(--blue);
-webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
padding: calc(var(--vw) * 15) calc(var(--vw) * 25);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: calc(var(--vw) * 30);
overflow: hidden;
position: relative;
z-index: 1;
}
.contact_us_box .contact_us_item .text_box .contact_us_btn a::before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 0;
height: 100%;
background: var(--blue);
-webkit-transition: var(--trans);
transition: var(--trans);
z-index: -1;
}
.contact_us_box .contact_us_item .text_box .contact_us_btn a:hover {
color: var(--w);
}
.contact_us_box .contact_us_item .text_box .contact_us_btn a:hover::before {
width: 100%;
}
.contact_form_section {
padding: calc(var(--vw) * 75) 0;
background: #fafbff;
}
.contact_form_item_box {
width: 100%;
display: -ms-grid;
display: grid;
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
grid-gap: calc(var(--vw) * 20);
}
.contact_form_item_box .contact_form_item {
background: var(--w);
padding: calc(var(--vw) * 15);
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.1);
}
.contact_form_item_box .contact_form_item .contact_map {
position: relative;
z-index: 1;
overflow: hidden;
height: calc(var(--vw) * 400);
}
.contact_form_item_box .contact_form_item .contact_map iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.contact_form_item_box .contact_form_item .contact_form {
padding: calc(var(--vw) * 30) calc(var(--vw) * 50);
background: #fefaf9;
display: -ms-grid;
display: grid;
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: calc(var(--vw) * 20);
}
.contact_form_item_box .contact_form_item .contact_form .form_group {
display: -ms-grid;
display: grid;
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
grid-gap: calc(var(--vw) * 10);
}
.contact_form_item_box .contact_form_item .contact_form .form_group.col3 {
-ms-grid-column: 1;
-ms-grid-column-span: 3;
grid-column: 1 / span 3;
}
.contact_form_item_box .contact_form_item .contact_form .form_group .contact_input_box {
width: 100%;
}
.contact_form_item_box .contact_form_item .contact_form .form_group .contact_input_box .form_control {
display: block;
width: 100%;
border: none;
outline: none;
padding: calc(var(--vw) * 12) calc(var(--vw) * 15);
background: var(--w);
-webkit-box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.05);
box-shadow: 0 0 calc(var(--vw) * 10) rgba(0, 0, 0, 0.05);
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: calc(var(--vw) * 14);
font-family: "poppins";
font-weight: 400;
resize: none;
}
.contact_form_item_box .contact_form_item .contact_form .form_group .contact_input_box.btn_holder {
margin-top: calc(var(--vw) * 15);
}
.contact_form_item_box .contact_form_item .contact_form .form_group .contact_input_box.btn_holder .btn:hover {
background: var(--blue);
border-color: var(--blue);
color: var(--w);
}
.mobile_menu_box {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background: var(--w);
padding: calc(var(--vw) * 50);
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
box-shadow: 0 0 calc(var(--vw) * 15) rgba(0, 0, 0, 0.1);
}
.mobile_menu_box .mobile_menu_holder {
display: -ms-grid;
display: grid;
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
grid-gap: calc(var(--vw) * 50);
margin-top: calc(var(--vw) * 90);
}
.mobile_menu_box .mobile_menu_holder .mobile_menu_item ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: calc(var(--vw) * 20);
}
.mobile_menu_box .mobile_menu_holder .mobile_menu_item ul li:last-child {
margin-bottom: 0;
}
.mobile_menu_box .mobile_menu_holder .mobile_menu_item ul li a {
display: block;
padding: calc(var(--vw) * 15) calc(var(--vw) * 30);
width: -webkit-fill-available;
width: -moz-available;
width: stretch;
background: var(--orange);
color: var(--w);
font-weight: 600;
font-size: calc(var(--vw) * 24);
}
.mobile_menu_box .mobile_menu_holder .mobile_menu_item ul li.dropdown ul {
display: none;
}
@media (max-width: 1600px) {
:root {
--vw: 0.072916667vw;
}
.container {
width: 90%;
}
.header_box .header_logo a img {
height: calc(var(--vw) * 80);
}
.course_slider_box .course_slider_item .course_slider_img_box a img {
height: calc(var(--vw) * 180);
}
}
@media (max-width: 1400px){
.header_box .header_menu ul li a{
font-size: calc(var(--vw)*12);
}
}
@media (max-width: 992px) {
.banner_slider .banner_slider_item .banner_slider_img_box .banner_slider_img {
height: 40vh;
}
.coursebox_wrapper {
margin-bottom: calc(var(--vw)*20);
}
}
@media (max-width: 786px) {
:root {
--vw: 0.152916667vw;
}
.course_slider_box .course_slider_item .course_slider_img_box a img {
height: calc(var(--vw) * 130);
}
.grid-3{
grid-template-columns: 1fr;
}
.container {
width: 85%;
}
.header_contact_section {
display: none;
}
.header_item_box {
display: none;
}
.header_menu_bar {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.header_box .header_logo a img {
height: calc(var(--vw) * 80);
}
.banner_slider .banner_slider_item .banner_slider_img_box .banner_slider_img {
height: calc(var(--vw) * 450);
}
.banner_slider_text {
width: 80%;
}
.item_box {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.rev_item_box{
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.mr1 {
-ms-grid-row: 1;
-ms-grid-row-span: 1;
grid-row: 1 / span 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1 / span 1;
}
.mr2 {
-ms-grid-row: 2;
-ms-grid-row-span: 1;
grid-row: 2 / span 1;
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1 / span 1;
}
.course_slider_box.col {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.course_slider_box .course_slider_item .course_slider_img_box a {
height: calc(var(--vw) * 130);
}
.testimonial_slider_box .testimonial_slider {
width: 100%;
}
.footer_box {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.footer_box .footer_logo_box {
padding-right: 0;
border-right: none;
padding-bottom: calc(var(--vw) * 50);
border-bottom: var(--vw) solid #7c7c7c;
}
.footer_box .footer_item_box {
padding: calc(var(--vw) * 50) 0;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}
.copyright_box {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
place-items: center;
text-align: center;
grid-gap: calc(var(--vw) * 10);
}
.banner_slider.owl-theme .owl-nav {
right: 7.5%;
}
.contact_us_box {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: calc(var(--vw) * 50);
}
.contact_us_box .contact_us_item:last-child {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1 / span 2;
}
.contact_form_item_box .contact_form_item .contact_form {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
padding: calc(var(--vw) * 30);
}
.contact_form_item_box .contact_form_item .contact_form .form_group.col3 {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1 / span 2;
}
.contact_form_item_box .contact_form_item .contact_map {
height: calc(var(--vw) * 300);
}
.mobile_menu_box {
width: 65%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item {
display: block;
}
.cbp-spmenu {
background: #fff;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
background: #fff;
}
#mega-menu-wrap-max_mega_menu_1 {
background: #fff;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
height: auto;
padding: 5px 10px 5px 10px;
margin: 10px 0px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
background: #00b7df;
color: #fff;
font-family: inherit;
font-size: 16px;
padding: 5px 10px 5px 10px;
border-bottom: 1px solid #fff;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu {
width: 100%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
background: var(--blue);
color: #fff;
}
.inside_banner_section .banner_center {
padding: calc(var(--vw) * 80) 0;
}
}
@media (max-width: 567px) {
:root {
--vw: 0.202916667vw;
}
.course_slider_box .course_slider_item .course_slider_img_box a img {
height: calc(var(--vw) * 200);
}
.container {
width: 85%;
}
.mobile_container_top_menu{
width: 85%;	
}
.banner_slider_text {
width: 100%;
display: -ms-grid;
display: grid;
grid-auto-rows: -webkit-min-content;
grid-auto-rows: min-content;
place-items: center;
text-align: center;
}
h1 {
font-size: calc(var(--vw) * 42);
}
h2 {
font-size: calc(var(--vw) * 34);
}
h3 {
font-size: calc(var(--vw) * 26);
}
.banner_slider .banner_slider_item .banner_slider_img_box .banner_slider_img {
height: calc(var(--vw) * 400);
}
.banner_slider.owl-theme .owl-nav {
top: 85%;
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
-ms-grid-columns: auto auto !important;
grid-template-columns: auto auto !important;
}
.course_slider_box.col {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.course_slider_box .course_slider_item .course_slider_img_box a {
height: calc(var(--vw) * 200);
}
.owl-theme .owl-nav {
top: calc(100% + calc(var(--vw) * 20));
right: 50%;
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
.course_section {
padding: calc(var(--vw) * 75) 0 calc(var(--vw) * 100);
}
.footer_box .footer_item_box {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.contact_us_box {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.contact_us_box .contact_us_item:last-child {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1 / span 1;
}
.contact_form_item_box .contact_form_item .contact_form {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
}
.contact_form_item_box .contact_form_item .contact_form .form_group.col3 {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1 / span 1;
}
.contact_form_item_box .contact_form_item .contact_map {
height: calc(var(--vw) * 250);
}
.mobile_menu_box {
width: 100%;
}
.inside_banner_section .banner_center {
padding: calc(var(--vw) * 80) 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item {
display: block;
}
.cbp-spmenu {
background: #fff;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
background: #fff;
}
#mega-menu-wrap-max_mega_menu_1 {
background: #fff;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
height: auto;
padding: 5px 10px 5px 10px;
margin: 10px 0px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
background: #00b7df;
color: #fff;
font-family: inherit;
font-size: 16px;
padding: 5px 10px 5px 10px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu {
width: 100%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
background: var(--blue);
color: #fff;
}
.banner_slider_text_box h1 {
font-size: 25px !important;
}
.banner_slider_text_box h2 {
font-size:20px !important;
}
}@font-face {
font-family: "Inter var";
font-weight: 100 900; font-style: normal;
font-display: swap;
src: url(//www.etccollege.edu.au/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2) format("woff2");
}
@font-face {
font-family: "Inter var";
font-weight: 100 900; font-style: italic;
font-display: swap;
src: url(//www.etccollege.edu.au/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
}