@charset "UTF-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-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 {
0%, 100% {
-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 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);
}
100% {
-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);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -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);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -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);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100px, 0, 0);
transform: translate3d(-100px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100px, 0, 0);
transform: translate3d(-100px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-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 {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-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 {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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;
}
100% {
-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;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(.8, .8, .8);
transform: scale3d(.8, .8, .8);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.8, .8, .8);
transform: scale3d(.8, .8, .8);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@keyframes blink{
0% {opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@keyframes loader {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(180deg);
}
50% {
transform: rotate(180deg);
}
75% {
transform: rotate(360deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loader-inner {
0% {
height: 0%;
}
25% {
height: 0%;
}
50% {
height: 100%;
}
75% {
height: 100%;
}
100% {
height: 0%;
}
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }

:root{
--primary-color				: #121212;
--secondary-color			: #F5F7F8;
--text-color				: #666666;
--accent-color				: #FCDE70;
--accent-secondary-color	: #1B4B36;
--white-color				: #FFFFFF;
--divider-color				: #66666624;
--dark-divider-color		: #FFFFFF24;
--error-color				: rgb(230, 87, 87);
--default-font				: "DM Sans", serif;
--accent-font				: "Onest", serif;
}   body{
position: relative;
font-family: var(--default-font);
font-size: 18px;
font-weight: 400;
line-height: 1em;
color: var(--text-color);
background: var(--black-color);
}
::-webkit-scrollbar-track{
background-color: var(--secondary-color);
border-left: 1px solid var(--secondary-color);
}
::-webkit-scrollbar{
width: 7px;
background-color: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
background: #ffbd3c;
}
::selection{
color: var(--primary-color);
background-color: var(--secondary-color);
filter: invert(1);
}
p{
line-height: 1.6em;
margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6{
margin :0;
font-family: var(--accent-font);
font-weight: 500;
line-height: 1.1em;
color: var(--primary-color);
}
figure{
margin: 0;
}
.nav-wrapper {
width: 300px;
margin: 100px auto;
text-align: center;
}
.sl-nav {
display: inline;
float: right;
}
.temap {
padding-top: 5px;
font-size: 14px;
line-height: 1.4;
}
.sl-nav {
display: inline;
float: right;
}
.temap {
padding-top: 5px;
font-size: 14px;
line-height: 1.4;
}
.sl-nav ul {
z-index:999999;
margin:0;
padding:0;
list-style: none;
position: relative;
display: inline-block;
}
.sl-nav li {
padding-bottom:10px;
}
.sl-nav li ul {
display: none;
}
.sl-nav li:hover ul {
position: absolute;
top:29px;
right:-15px;
display: block;
background: #fff;
width: 150px;
padding-top: 0px;
z-index: 1;
border-radius:5px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
position: absolute;
top: 15px;
right: -10px;
z-index:10;
height: 14px;
overflow:hidden;
width: 30px;
background: transparent;
}
.sl-nav li:hover .triangle:after {
content: '';
display: block;
z-index: 20;
width: 15px;
transform: rotate(45deg) translateY(0px) translatex(10px);
height: 15px;
background: #fff;
border-radius:2px 0px 0px 0px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
position: relative;
text-align: left;
background: transparent;
padding: 15px 15px;
padding-bottom:0;
z-index: 2;
font-size: 15px;
color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
padding-bottom: 15px;
}
.sl-nav li ul li span {
padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
color: #146c78;
}
.sl-flag {
display: inline-block;
box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
width: 15px;
height: 15px;
background: #aaa;
border-radius: 50%;
position: relative;
top: 2px;
overflow: hidden;
}
.flag-de {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==);
background-size: cover;
background-position: center center;
}
.flag-usa {
background-size: cover;
background-position: center center;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=);
}
.flag-ru {
background-size: cover;
background-position: center center;
background: url(//megamak.net/wp-content/themes/megamak/images/ru.svg);
}
.flag-bg {
background-size: cover;
background-position: center center;
background: url(//megamak.net/wp-content/themes/megamak/images/bg.svg);
}
.flag-tr {
background-size: cover;
background-position: center center;
background: url(//megamak.net/wp-content/themes/megamak/images/tr.svg);
}
img{
max-width: 100%;
}
a{
text-decoration: none !important;
}
a:hover{
text-decoration: none;
outline: 0;
}
a:focus{
text-decoration: none;
outline: 0;
}
html,
body{
width: 100%;
overflow-x: clip;
}
.container{
max-width: 1300px;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
padding-right: 15px;
padding-left: 15px;
}
.image-anime{
position: relative;
overflow: hidden;
}
.control {
font-family: arial;
display: block;
position: relative;
padding-left: 28px;
margin-bottom: 9px;
padding-top: 3px;
cursor: pointer;
font-size: 15px;
}
.control input {
position: absolute;
z-index: -1;
opacity: 0;
}
.control_indicator {
position: absolute;
top: 2px;
left: 0;
height: 20px;
width: 20px;
background: #e6e6e6;
border: 0px solid #000000;
border-radius: undefinedpx;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
background: #cccccc;
}
.control input:checked ~ .control_indicator {
background: #00344e;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
background: #e6e6e6;
opacity: 0.6;
pointer-events: none;
}
.control_indicator:after {
box-sizing: unset;
content: '';
position: absolute;
display: none;
}
.control input:checked ~ .control_indicator:after {
display: block;
}
.control-radio .control_indicator {
border-radius: 35%;
}
.control-radio .control_indicator:after {
left: 6px;
top: 6px;
height: 8px;
width: 8px;
border-radius: 50%;
background: #ffffff;
transition: background 250ms;
}
.control-radio input:disabled ~ .control_indicator:after {
background: #7b7b7b;
}
.image-anime:after{
content: "";
position: absolute;
width: 200%;
height: 0%;
left: 50%;
top: 50%;
background-color: rgba(255,255,255,.3);
transform: translate(-50%,-50%) rotate(-45deg);
z-index: 1;
}
.image-anime:hover:after{
height: 250%;
transition: all 600ms linear;
background-color: transparent;
}
.reveal{
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
visibility: hidden;
overflow: hidden;
}
.reveal img{
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform-origin: left;
transform-origin: left;
}
.row{
margin-right: -15px;
margin-left: -15px;
}
.row > *{
padding-right: 15px;
padding-left: 15px;
}
.row.no-gutters{
margin-right: 0px;
margin-left: 0px;
}
.row.no-gutters > *{
padding-right: 0px;
padding-left: 0px;
}
.btn-default{
position: relative;
display: inline-block;
background: #00344e;
border-radius: 12px;
font-family: var(--accent-font);
font-size: 16px;
font-weight: 500;
line-height: 1em;
text-transform: capitalize;
color: #fff;
border: none;
padding: 17px 54px 17px 20px;
transition: all 0.5s ease-in-out;
overflow: hidden;
z-index: 0;
}
.btn-default:hover{
background: transparent;
color: var(--white-color);
}
.btn-default::before{
content: '';
position: absolute;
top: 50%;
right: 0;
width: 24px;
height: 24px;
background-image: url(//megamak.net/wp-content/themes/megamak/images/arrow-accent-secondary.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
transform: translate(-20px, -50%);
transition: all 0.4s ease-in-out;
}
.btn-default:hover::before{
transform: translate(-17px, -50%);
filter: brightness(0) invert(1);
}
.btn-default::after{
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: -15%;
right: 0;
width: 0;
height: 106%;
background:#14417a;
transform: skew(30deg);
transition: all 0.4s ease-in-out;
z-index: -1;
}
.btn-default:hover:after{
width: 100%;
transform: skew(0deg);
left: 0;
}
.btn-default.btn-highlighted{
background: #00344e;
color:#fff;
}
.btn-default.btn-highlighted:hover{
background: transparent;
color: var(--primary-color);
}
.btn-default.btn-highlighted::before{
background: url(//megamak.net/wp-content/themes/megamak/images/arrow-accent.svg);
}
.btn-default.btn-highlighted:hover::before{
filter: brightness(2) invert(1);
}
.btn-default.btn-highlighted::after{
background: #ffbd3c;
}
.readmore-btn{
position: relative;
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
color: #00344e;
padding-right: 32px;
transition: all 0.3s ease-in-out;
}
.readmore-btn:hover{
color: #ffbd3c;
}
.readmore-btn:after{
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translate(-2px, -50%);
background: url(//megamak.net/wp-content/themes/megamak/images/arrow-accent-secondary.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
width: 24px;
height: 24px;
transition: all 0.3s ease-in-out;
}
.readmore-btn:hover:after{
transform: translate(0, -50%);
background: url(//megamak.net/wp-content/themes/megamak/images/arrow-accent.svg);
}
.cb-cursor:before{
background: #ffbd3c;
}
.preloader{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
background: #00344e;
display: flex;
align-items: center;
justify-content: center;
}
.loading-container,
.loading{
height: 100px;
position: relative;
width: 100px;
border-radius: 100%;
}
.loading-container{
margin: 40px auto;
}
.loading{
border: 1px solid transparent;
border-color: transparent #ffbd3c transparent #ffbd3c;
animation: rotate-loading 1.5s linear 0s infinite normal;
transform-origin: 50% 50%;
}
.loading-container:hover .loading,
.loading-container .loading{
transition: all 0.5s ease-in-out;
}
#loading-icon{
position: absolute;
top: 50%;
left: 50%;
max-width: 66px;
transform: translate(-50%, -50%);
}
@keyframes rotate-loading{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
.bg-section{
width: 100%;
max-width: 1800px;
margin: 0 auto;
background-color: var(--secondary-color);
border-radius: 30px;
}
.bg-section.dark-section{
background-color: #074082;
}
.section-row{
margin-bottom: 80px;
}
.section-row .section-title{
margin-bottom: 0;
}
.section-row .section-title.section-title-center{
width: 100%;
max-width: 640px;
text-align: center;
margin: 0 auto;
}
.section-title{
margin-bottom: 40px;
}
.section-title h3{
display: inline-block;
position: relative;
font-size: 14px;
font-weight: 500;
line-height: 1.6em;
letter-spacing: 0.05em;
color: #a8a8a8;
padding-left: 8px;
margin-bottom: 10px;
}
.bg-section.dark-section .section-title h3{
color: #fff;
}
.bg-section.dark-section .section-title h3::before{
background:#00344e;
}
.section-title h1{
font-size: 78px;
font-weight: 600;
letter-spacing: -0.02em;
margin-bottom: 0;
}
.text1{
font-size: 15px;
}
.section-title h2{
font-size: 44px;
font-weight: 600;
letter-spacing: -0.02em;
margin-bottom: 0;
}
.section-title h1 span,
.section-title h2 span{
color: #ffbd3c;
}
.section-title p{
margin-top: 20px;
margin-bottom: 0;
}
.section-title-content p{
margin: 0;
}
.bg-section.dark-section .section-title-content p,
.bg-section.dark-section .section-title p,
.bg-section.dark-section .section-title h2,
.bg-section.dark-section .section-title h1{
color: var(--white-color);
}
.section-btn{
text-align: right;
}
.section-content-btn .section-btn{
text-align: left;
margin-top: 30px;
}
.help-block.with-errors ul{
margin: 0;
text-align: left;
}
.help-block.with-errors ul li{
color: var(--error-color);
font-weight: 500;
font-size: 14px;
}   .topbar{
position: relative;
padding: 15px 0;
}
.topbar::before{
content: '';
display: block;
position: absolute;
bottom: 0;
right: 0;
left: 0;
background: #E3E3E3;
width: 100%;
max-width: calc(1300px - 30px);
height: 1px;
margin: 0 auto;
}
.topbar-contact-info ul{
display: flex;
list-style: none;
padding: 0;
margin: 0;
gap: 30px;
}
.topbar-contact-info ul li{
display: inline-block;
line-height: normal;
color: var(--text-color);
}
.topbar-contact-info ul li a{
display: flex;
color: inherit;
transition: all 0.3s ease-in-out;
}
.topbar-contact-info ul li a:hover{
color: #00344e;
}
.topbar-contact-info ul li img{
width: 100%;
max-width: 20px;
margin-right: 10px;
transition: all 0.3s ease-in-out;
}
.topbar-contact-info ul li a:hover img{
filter: brightness(0) invert(1);
}
.topbar-social-links{
text-align: right;
}
.topbar-social-links ul{
margin: 0;
padding: 0;
list-style: none;
}
.topbar-social-links ul li{
display: inline-block;
line-height: normal;
border-right: 1px solid var(--divider-color);
margin-right: 15px;
padding-right: 15px;
}
.topbar-social-links ul li:last-child{
border-right: none;
margin-right: 0px;
padding-right: 0px;
}
.topbar-social-links ul li a{
color: inherit;
}
.topbar-social-links ul li a i{
font-size: 18px;
color: #00344e;
transition: all 0.3s ease-in-out;
}
.topbar-social-links ul li a:hover i{
color: #000;
}
header.main-header{
position: relative;
z-index: 100;
}
header.main-header .header-sticky{
position: relative;
top: 0;
z-index: 100;
}
header.main-header .header-sticky.hide{
transform: translateY(-100%);
transition: transform 0.3s ease-in-out;
border-radius: 0;
}
header.main-header .header-sticky.active{
position: fixed;
top: 0;
left: 0;
right: 0;
border-radius: 0;
transform: translateY(0);
background: var(--white-color);
border-bottom: 1px solid var(--divider-color);
}
.navbar{
padding: 20px 0;
align-items: center;
}
.navbar-brand{
padding: 0;
margin: 0;
}
.main-menu .nav-menu-wrapper{
flex: 1;
text-align: right;
margin: 0 40px;
}
.main-menu .nav-menu-wrapper > ul{
align-items: center;
display: inline-flex;
}
.main-menu ul li{
margin: 0;
position: relative;
}
.main-menu ul li a{
font-family: var(--accent-font);
font-size: 16px;
font-weight: 500;
line-height: 1em;
padding: 17px 15px !important;
color: var(--text-color);
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
.main-menu ul li.submenu > a:after{
content: '\f107';
font-family: 'FontAwesome';
font-weight: 900;
font-size: 14px;
margin-left: 8px;
}
.main-menu ul li a:hover,
.main-menu ul li a:focus{
color: #00344e;
}
.main-menu ul ul{
visibility: hidden;
opacity: 0;
transform: scaleY(0.8);
transform-origin: top;
padding: 0;
margin: 0;
list-style: none;
width: 315px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
position: absolute;
left: 0;
top: 63px;
background: #ffbd3c;
transition: all 0.3s ease-in-out;
text-align: left;
}
.main-menu ul li.submenu:first-child ul{
width: 235px;
}
.main-menu ul ul ul{
left: 100%;
top: 0;
text-align: left;
}
.main-menu ul li:hover > ul{
visibility: visible;
opacity: 1;
transform: scaleY(1);
padding: 5px 0;
}
.main-menu ul li.submenu ul li.submenu > a:after{
content: '\f105';
float: right;
}
.main-menu ul ul li{
margin: 0;
padding: 0;
}
.main-menu ul ul li a{
color: #fff;
padding: 15px 20px !important;
transition: all 0.3s ease-in-out;
}
.main-menu ul li:hover > ul{
visibility: visible;
opacity: 1;
transform: scaleY(1);
}
.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
color: var(--primary-color);
background-color: transparent;
}
.header-contact-btn{
display: flex;
align-items: center;
gap: 25px;
}
.header-contact-now{
font-family: var(--accent-font);
font-weight: 500;
line-height: normal;
color: var(--text-color);
transition: all 0.3s ease-in-out;
font-size:16px;
}
.header-contact-now:hover{
color: #00344e;
}
.header-contact-now img{
margin-right: 6px;
}
.main-menu ul li.highlighted-menu{
display: none;
}
.responsive-menu,
.navbar-toggle{
display: none;
}
.responsive-menu{
top: 0;
position: relative;
}
.slicknav_btn{
background: #ffbd3c !important;
padding: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 38px !important;
height: 38px !important;
margin: 0 !important;
border-radius: 8px !important;
}
.slicknav_icon .slicknav_icon-bar{
display: block;
width: 100%;
height: 3px;
width: 22px;
background-color: #00344e;
border-radius: 6px;
margin: 4px auto !important;
transition: all 0.1s ease-in-out;
}
.slicknav_icon .slicknav_icon-bar:first-child{
margin-top: 0 !important;
}
.slicknav_icon .slicknav_icon-bar:last-child{
margin-bottom: 0 !important;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
transform: rotate(-45deg) translate(-5px, 5px);
background-color: #00344e;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
opacity: 0;
}
.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
transform: rotate(45deg) translate(-5px, -5px);
background-color: #00344e;
}
.slicknav_menu{
position: absolute !important;
width: 100% !important;
padding: 0 !important;
background: #ffbd3c !important;
}
.slicknav_menu ul{
margin: 5px 0;
}
.slicknav_menu ul ul{
margin: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav li a{
position: relative;
font-family: var(--accent-font);
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
padding: 8px 20px;
color: #00344e;
line-height: normal;
margin: 0;
border-radius: 0 !important;
transition: all 0.3s ease-in-out;
}
.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
background-color: transparent;
color: var(--primary-color);
}
.slicknav_menu ul ul li a{
padding: 8px 20px 8px 30px;
}
.slicknav_arrow{
font-size: 0 !important;
}
.slicknav_arrow:after{
content: '\f107';
font-family: 'FontAwesome';
font-weight: 900;
font-size: 12px;
margin-left: 8px;
color: #00344e;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-out;
}
.slicknav_open > a .slicknav_arrow:after{
transform: translateY(-50%) rotate(-180deg);
color: var(--primary-color);
}   .hero{
position: relative;
background-image: url(//megamak.net/wp-content/themes/megamak/images/hero-bg-shape.png); 
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
.hero.hero-bg-image{
background: url(//megamak.net/wp-content/themes/megamak/images/hero-bg.jpg) no-repeat;
background-position: center center;
background-size: cover;
padding: 150px 0;
overflow: hidden;
}
.hero.hero-bg-image::before{
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(90deg, var(--primary-color), transparent);
width: 100%;
height: 100%;
z-index: 1;
}
.hero.hero-video .hero-bg-video{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.hero.hero-video .hero-bg-video video{
width: 100%;
height: 100%;
object-fit: cover;
}
.hero.hero-bg-image.hero-slider-layout{
background: none;
padding: 0;
}
.hero.hero-bg-image.hero-slider-layout .hero-slide{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/image1.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 200px 0;
}
.hero.hero-bg-image.hero-slider-layout .hero-slide.slide-2{
background: url(//megamak.net/wp-content/themes/megamak/images/image2.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.hero.hero-bg-image.hero-slider-layout .hero-slide.slide-3{
background: url(//megamak.net/wp-content/themes/megamak/images/image3.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.hero.hero-bg-image.hero-slider-layout .hero-slide.slide-4{
background: url(//megamak.net/wp-content/themes/megamak/images/image4.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.hero.hero-bg-image.hero-slider-layout .hero-slide.slide-5{
background: url(//megamak.net/wp-content/themes/megamak/images/image5.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.hero.hero-bg-image.hero-slider-layout .hero-slide::before{
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(90deg, var(--primary-color), transparent);
width: 100%;
height: 100%;
z-index: 1;
}
.hero.hero-bg-image.hero-slider-layout .hero-slide .hero-slider-image{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.hero.hero-bg-image.hero-slider-layout .hero-slide .hero-slider-image img{
width: 100%;
height: 100%;
object-fit: cover;
}
.hero.hero-bg-image.hero-slider-layout .hero-pagination{
position: absolute;
bottom: 50px;
padding-left: calc(((100vw - 1300px) / 2) + 15px);
z-index: 2;
}
.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
width: 12px;
height: 12px;
background: var(--divider-color);
opacity: 1;
transition: all 0.3s ease-in-out;
margin: 0 5px;
}
.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active{
background: linear-gradient(254.54deg, #ffbd3c 0.03%, #00344e 100%);
}
.hero-content{
position: relative;
margin-right: 70px;
z-index: 2;
padding: 20px 0;
}
.hero-body{
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.hero-body .video-play-button{
display: inline-flex;
align-items: center;
}
.hero-body .video-play-button p{
text-transform: capitalize;
color: var(--primary-color);
margin: 0;
}
.video-play-button a{
height: 50px;
width: 50px;
background: #00344e;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
transition: all 0.3s ease-in-out;
}
.video-play-button:hover a{
background: #ffbd3c;
}
.video-play-button a i{
font-size: 18px;
color: var(--white-color);
}
.satisfied-customer-box{
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 20px;
margin-top: 60px;
}
.customer-image-content p{
margin: 0;
}
.hero.hero-bg-image .hero-content .customer-image-content p,
.hero.hero-bg-image .hero-content .hero-body .video-play-button p{
color: var(--white-color);
}
.satisfied-customer-images .customer-image{
position: relative;
display: inline-block;
margin-left: -10px;
border-radius: 50%;
overflow: hidden;
z-index: 1;
}
.satisfied-customer-images .customer-image:first-child{
margin: 0;
}
.satisfied-customer-images .customer-image figure{
display: block;
border: 1px solid var(--white-color);
border-radius: 50%;
}
.satisfied-customer-images .customer-image img{
max-width: 40px;	
}
.hero-image img{
width: 100%;
aspect-ratio: 1 / 1.47;
object-fit: cover;
}
.hero-cta-box{
padding: 50px 0;
}
.hero-cta-info{
display: flex;
flex-wrap: wrap;
gap: 30px 80px;
}
.hero-cta-item{
position: relative;
width: calc(50% - 65px);
}
.hero-cta-item::before{
content: '';
display: block;
position: absolute;
top: 0;
right: -50px;
background: var(--divider-color);
width: 1px;
height: 100%;
}
.hero-cta-item:last-child:before{
display: none;
}
.hero-cta-item-header{
display: flex;
align-items: center;
margin-bottom: 15px;
}
.hero-cta-item-header .icon-box{
margin-right: 10px;
margin-top: -14px;
}
.hero-cta-item-header .icon-box img{
max-width: 40px;
}
.hero-cta-item-title h3{
font-size: 20px;
}
.herop{
font-size: 14px;
padding-top: 15px;
color: #7d7d7d;
}
.hero-cta-item-content p{
margin-bottom: 6px;
font-size: 12px;
}
.hero-cta-item-content p:last-child{
margin: 0;
}
.hero-cta-item-content a{
color: var(--text-color);
transition: all 0.3s ease-in-out;
}
.hero-cta-item-content a:hover{
color: #00344e;
}
.hero-cta-item-content a span{
color: var(--primary-color);
font-weight: 600;
}
.our-expert-box{
position: relative;
background: #ffbd3c;
border-radius: 40px;
text-align: center;
padding: 60px;
margin-top: -190px;
z-index: 1;
}
.our-expert-box h2{
font-size: 40px;
font-weight: 600;
margin-bottom: 40px;
}
.our-expert-box .btn-default.btn-highlighted::after{
background: var(--white-color);
}   .about-us{
padding: 50px 0 50px;
}
.about-images{
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-right: 20px;
}
.about-experience-box{
width: calc(60% - 15px);
height: 100%;
border: 1px solid var(--divider-color);
border-radius: 30px;
padding: 30px;
}
.about-experience-box .icon-box{
margin-bottom: 40px;
}
.about-experience-box .icon-box img{
max-width: 50px;
}
.about-experience-content h3{
font-size: 20px;
margin-bottom: 10px;
}
.about-experience-content p{
margin: 0;
}
.about-video-image{
position: relative;
width: calc(40% - 15px);
}
.video-play-button.btn-effect{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}
.video-play-button.btn-effect a:before{
content: '';
position: absolute;
top: -50%;
left: -40%;
width: 160%;
height: 160%;
border: 50px solid var(--dark-divider-color);
border-radius: 50%;
transform: scale(0.6);
z-index: -1;
animation: border-zooming 1.2s infinite linear;
}
.video-play-button.btn-effect a:after{
content: '';
position: absolute;
top: -50%;
left: -40%;
width: 160%;
height: 160%;
border: 50px solid var(--dark-divider-color);
border-radius: 50%;
transform: scale(0.6);
z-index: -1;
animation: border-zooming 1.2s infinite linear;
animation-delay: .3s;
}
@keyframes border-zooming{
100%{
transform: scale(1);
opacity: 0;
}
}
.about-video-image figure{
height: 100%;
border-radius: 30px;
overflow: hidden;
}
.about-video-image figure::before{
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: var(--primary-color);
border-radius: 30px;
opacity: 20%;
width: 100%;
height: 100%;
z-index: 1;
}
.about-video-image img{
width: 100%;
height: 100%;
aspect-ratio: 1 / 1.036;
object-fit: cover;
border-radius: 30px;
}
.about-image{
width: 100%;
}
.about-image figure{
border-radius: 30px;
}
.about-image img{
width: 100%;
object-fit: cover;
border-radius: 30px;
}
.about-content-body{
display: flex;
flex-wrap: wrap;
gap: 30px 60px;
}
.about-service-item{
position: relative;
width: calc(50% - 30px);
}
.about-service-item::before{
content: '';
display: block;
position: absolute;
top: 0;
right: -30px;
background: var(--divider-color);
width: 1px;
height: 100%;
}
.about-service-item:last-child:before{
display: none;
}
.about-service-item .icon-box{
margin-bottom: 40px;
}
.about-service-item .icon-box img{
max-width: 50px;
transition: all 0.4s ease-in-out;
}
.about-service-item:hover .icon-box img{
transform: rotateY(180deg);
}
.about-service-item-content h3{
font-size: 20px;
margin-bottom: 15px;
}
.about-service-item-content p{
margin: 0;
}
.about-content-btn{
margin-top: 40px;
}   .our-services{
background-image: url(//megamak.net/wp-content/themes/megamak/images/service-bg-shape.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
padding: 100px 0;
}
.service-item{
position: relative;
}
.service-image a{
display: block;
filter: brightness(70%);
border-radius: 30px;
overflow: hidden;
}
.service-image figure::before{
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0.1) 26%, rgba(255,255,255,0.1) 54%, rgba(39,39,39,1) 100%);
opacity: 40%;
width: 100%;
height: 100%;
z-index: 1;
}
.service-image img{
width: 100%;
aspect-ratio: 1 / 1.042;
object-fit: cover;
border-radius: 30px;
transition: all 0.4s ease-in-out;
}
.service-item:hover .service-image img{
transform: scale(1.05);
}
.service-no{
position: absolute;
top: 40px;
left: 40px;
right: 40px;
z-index: 1;
}
.service-no h2{
font-size: 40px;
font-weight: 600;
color: var(--white-color);
}
.service-content{
position: absolute;
bottom: 40px;
left: 40px;
right: 40px;
z-index: 1;
}
.service-content h3{
font-size: 34px;
text-transform: uppercase;
color: var(--white-color);
margin-bottom: -15px;
font-weight: 700
}
.service-content h4{
font-size: 24px;
color:#ffffff;
margin-bottom: -15px;
font-weight: 700;
text-transform: uppercase;
}
.service-content h3 a{
color: inherit;
}
.service-content h4 a{
color: inherit;
}
.service-content p{
color: var(--white-color);
margin: 0;
font-size: 16px;
line-height: 1.4;
margin-top:15px;
}
.services-pagination{
position: relative;
text-align: center;
margin-top: 60px;
}
.services-pagination .swiper-pagination-bullet{
height: 10px;
width: 10px;
background: var(--secondary-color);
opacity: 1;
margin: 0 3px;
transition: all 0.4s ease-in-out;
}
.services-pagination .swiper-pagination-bullet-active{
background: #ffbd3c;
}
.section-footer-text{
margin-top: 60px;
text-align: center;
}
.section-footer-text p{
margin: 0;
}
.dark-section .section-footer-text p{
color: var(--white-color);
}
.section-footer-text p span{
font-size: 16px;
font-weight: 600;
color: var(--primary-color);
background: #ffbd3c;
border-radius: 4px;
padding: 4px 10px;
margin-right: 5px;
}
.section-footer-text p a{
color: #ffbd3c;
font-weight: 600;
text-transform: capitalize;
text-decoration: underline;
transition: all 0.3s ease-in-out;
}
.section-footer-text p a:hover{
color: #00344e;
}
.dark-section .section-footer-text p a:hover{
color: var(--white-color);
}   .our-awards{
padding: 100px 0 0 0;
}
.our-awards-list{
display: flex;
flex-wrap: wrap;
}
.awards-item{
width: 50%;
display: flex;
align-items: center;
}
.awards-item{
padding: 40px 40px 40px 0;
border-bottom: 1px solid var(--divider-color);
border-right: 1px solid var(--divider-color);
}
.awards-item:nth-of-type(2n + 2){
padding: 40px 0 40px 40px;
border-right: none;
}
.awards-item:nth-last-child(-n + 2){
padding-bottom: 0;
border-bottom: none;
}
.awards-item:nth-child(-n + 2){
padding-top: 0;
}
.awards-item .icon-box{
margin-right: 20px;
}
.awards-item .icon-box img{
max-width: 120px;
}
.awards-item-content h3{
font-size: 20px;
text-transform: capitalize;
margin-bottom: 10px;
}
.awards-item-content p{
margin: 0;
}   .our-features{
background-image: url(//megamak.net/wp-content/themes/megamak/images/features-bg-shape.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% auto;
padding: 100px 0;
}
.intro-video-box{
position: relative;
border-radius: 20px;
overflow: hidden;
padding: 230px 0;
}
.intro-video-box figure::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: var(--primary-color);
opacity: 40%;
width: 100%;
height: 100%;
z-index: 0;
}
.intro-bg-image a{
display: block;
height: 100%;
}
.intro-bg-image{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.intro-bg-image figure{
width: 100%;
height: 100%;
}
.intro-bg-image img{
width: 100%;
height: 100%;
object-fit: cover;
}
.intro-video-box .video-play-button a{
height: 60px;
width: 60px;
}
.intro-video-box .video-play-button.btn-effect a:after,
.intro-video-box .video-play-button.btn-effect a:before{
top: -33%;
left: -33%;
width: 150%;
height: 150%;
}
.our-features-list{
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-top: 60px;
}
.features-item{
position: relative;
width: calc(25% - 22.5px);
text-align: center;
}
.features-item::before{
content: '';
display: block;
position: absolute;
top: 0;
right: -15px;
background: var(--divider-color);
width: 1px;
height: 100%;
}
.features-item:nth-child(4n + 4):before,
.features-item:last-child:before{
display: none;
}
.features-item .icon-box{
position: relative;
background: #ffbd3c;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-bottom: 20px;
}
.features-item .icon-box::before{
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
background: #00344e;
border-radius: 50%;
width: 100%;
height: 100%;
transform: scale(0);
transition: all 0.4s ease-in-out;
z-index: 0;
}
.features-item:hover .icon-box::before{
transform: scale(1);
}
.features-item .icon-box img{
position: relative;
max-width: 30px;
transition: all 0.4s ease-in-out;
z-index: 1;
}
.features-item:hover .icon-box img{
filter: brightness(0) invert(1);
}
.features-item-content h3{
font-size: 20px;
text-transform: capitalize;
margin-bottom: 10px;
}
.features-item-content p{
margin: 0;
}   .our-goals{
padding: 100px 0;
}
.goals-content-body{
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.goals-item{
position: relative;
width: calc(32% - 35px);
border: 1px solid var(--divider-color);
border-radius: 30px;
padding: 20px 10px;
overflow: hidden;
text-align: center;
}
.goals-item::before{
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: #00344e;
height: 0;
width: 100%;
z-index: 0;
transition: all 0.4s ease-in-out;
}
.goals-item:hover:before{
height: 100%;
}
.goals-item .icon-box{
position: relative;
margin-bottom: 40px;
z-index: 1;
}
.goals-item .icon-box img{
max-width: 100px;
transition: all 0.4s ease-in-out;
}
.goals-item:hover .icon-box img{
transform: rotateY(180deg);
filter: brightness(0) invert(1);
}
.goals-item-content{
position: relative;
z-index: 1;
}
.goals-item-content h3{
font-size: 20px;
text-transform: capitalize;
margin-bottom: 10px;
transition: all 0.3s ease-in-out;
}
.goals-item-content p{
margin: 0;
transition: all 0.3s ease-in-out;
}
.goals-item:hover .goals-item-content p,
.goals-item:hover .goals-item-content h3{
color: var(--white-color);
}
.goals-content-footer{
display: flex;
align-items: center;
gap: 20px 30px;
margin-top: 60px;
}
.contact-now-box{
display: flex;
align-items: center;
}
.contact-now-box .icon-box{
position: relative;
background: #00344e;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
}
.contact-now-box .icon-box img{
position: relative;
max-width: 24px;
z-index: 1;
}
.contact-now-box-content span{
display: block;
font-size: 14px;
margin-bottom: 5px;
}
.contact-now-box-content p{
font-weight: 500;
margin: 0;
}
.contact-now-box-content p a{
color: inherit;
transition: all 0.3s ease-in-out;
}
.contact-now-box-content p a:hover{
color: #00344e;
}
.our-goals-images{
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
margin-left: 20px;
}
.goals-image-box{
width: calc(50% - 5px);
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.goals-image-box figure{
display: block;
width: 100%;
border-radius: 40px;
}
.goals-image-box img{
width: 100%;
object-fit: cover;
border-radius: 40px;
}
.goals-img-2,
.goals-img-1,
.goals-img-4,
.goals-img-3{
width: 100%;
}
.goals-img-1 img{
aspect-ratio: 1 / 0.9672;
}
.goals-img-2 img{
aspect-ratio: 1 / 1.068;
}
.goals-img-3 img{
aspect-ratio: 1 / 1.2;
}
.goals-img-4 img{
}
.contact-now-circle{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.contact-now-circle a{
display: block;
}
.contact-now-circle img{
max-width: 120px;
animation: infiniterotate 20s infinite linear;
}
@keyframes infiniterotate{
from{
transform: rotate(0deg);
}
to{
transform: rotate(360deg);
}
}   .our-facts{
background-image: url(//megamak.net/wp-content/themes/megamak/images/facts-bg-shape.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% auto;
padding: 100px 0;
}
.our-facts-box{
display: flex;
align-items: center;
}
.our-facts-content{
width: 50%;
}
.our-facts-list ul{
list-style: none;
padding: 0;
margin: 0;
}
.our-facts-list ul li{
position: relative;
line-height: 1.5em;
color: var(--white-color);
margin-bottom: 15px;
padding-left: 30px;
}
.our-facts-list ul li::before{
content: '\f058';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 18px;
color: #ffbd3c;
}
.our-facts-image{
position: relative;
width: 50%;
text-align: center;
}
.our-facts-image figure img{
width: 100%;
max-width: 67%;
border: 20px solid rgba(255, 255, 255, 0.2);
object-fit: contain;
border-radius: 500px;
}
.our-facts-image .contact-now-circle{
top: auto;
bottom: 0;
left: 0;
transform: translate(80px, -50px);
}
.facts-counter-box{
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-top: 40px;
}
.facts-counter-item{
width: calc(25% - 22.5px);
text-align: center;
}
.facts-counter-item img{
max-width: 110px;
margin-bottom: 20px;
}
.facts-counter-item h2{
font-size: 44px;
color: var(--white-color);
margin-bottom: 5px;
}
.facts-counter-item p{
text-transform: capitalize;
color: var(--white-color);
margin: 0;
}   .our-pricing{
padding: 100px 0;
}
.our-pricing-nav{
text-align: center;
margin-bottom: 60px;
}
.our-pricing-nav ul{
list-style: none;
text-align: center;
display: inline-block;
padding: 12px;
margin: 0;
background-color: transparent;
border: 1px solid var(--divider-color);
border-radius: 8px;
overflow: hidden;
}
.our-pricing-nav ul li{
position: relative;
display: inline-block;
text-align: center;
}
.our-pricing-nav ul li:last-child{
padding-right: 0;
}
.our-pricing-nav ul li .nav-link{
display: block;
width: 100%;
background: transparent;
border: none;
border-radius: 8px;
color: var(--primary-color);
font-family: var(--accent-font);
font-size: 16px;
font-weight: 600;
line-height: 1.6em;
padding: 8px 20px;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
.our-pricing-nav ul li .nav-link.active,
.our-pricing-nav ul li .nav-link:hover{
background: #00344e;
color: #ffbd3c;
}
.pricing-item{
border: 1px solid var(--divider-color);
border-radius: 30px;
height: calc(100% - 30px);
margin-bottom: 30px;
padding: 40px 35px;
overflow: hidden;
}
.pricing-header{
border-bottom: 1px solid var(--divider-color);
padding-bottom: 30px;
margin-bottom: 30px;
}
.pricing-header h3{
font-size: 20px;
text-transform: capitalize;
margin-bottom: 10px;
}
.pricing-header p{
margin-bottom: 0;
}
.pricing-price{
background-color: var(--secondary-color);
text-align: center;
border-radius: 10px;
padding: 15px;
margin-bottom: 30px;
}
.pricing-price h2{
font-size: 40px;
font-weight: 600;
color: var(--primary-color);
}
.pricing-price h2 sub{
font-size: 16px;
font-weight: 500;
color: var(--primary-color);
bottom: 0;
}
.pricing-list{
margin-bottom: 30px;
}
.pricing-list ul{
list-style: none;
margin: 0;
padding: 0;
}
.pricing-list ul li{
position: relative;
line-height: 1.5em;
padding-left: 30px;
margin-bottom: 15px;
}
.pricing-list ul li:last-child{
margin-bottom: 0;
}
.pricing-list ul li::before{
content: '\f058';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 18px;
color: #00344e;
}
.pricing-btn .btn-default{
width: 100%;
text-align: center;
padding: 17px 20px;
}
.pricing-btn .btn-default::before{
display: none;
}
.pricing-item.highlighted-box{
background: #074082;
}
.pricing-item.highlighted-box .pricing-header{
border-color: var(--dark-divider-color);
}
.pricing-item.highlighted-box .pricing-list ul li,
.pricing-item.highlighted-box .pricing-header p,
.pricing-item.highlighted-box .pricing-header h3{
color: var(--white-color);
}
.pricing-item.highlighted-box .pricing-price{
background-color: #ffbd3c;
}
.pricing-item.highlighted-box .pricing-list ul li::before{
color: #ffbd3c;
}
.pricing-item.highlighted-box .pricing-btn .btn-default.btn-highlighted{
background: var(--white-color);
color: var(--primary-color);
}
.pricing-benefit-list{
margin-top: 30px;
}
.bordercert{
padding: 20px;
border: 20px solid #020202;
}
.pricing-benefit-list ul{
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px 40px;
}
.pricing-benefit-list ul li{
line-height: 1.5em;
display: inline-flex;
align-items: center;
}
.pricing-benefit-list ul li img{
max-width: 20px;
margin-right: 15px;
}   .cta-box{
position: relative;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
overflow: hidden;
}
.cta-box::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: var(--primary-color);
opacity: 80%;
width: 100%;
height: 100%;
z-index: 0;
}
.cta-box .container{
position: relative;
z-index: 1;
}
.cta-box-body{
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 30px;
}
.cta-box-body span{
color: var(--white-color);
text-transform: uppercase;
}
.cta-box-body .contact-now-box .icon-box{
background: #ffbd3c;
}
.cta-box-body .contact-now-box .contact-now-box-content span{
color: var(--white-color);
}
.cta-box-body .contact-now-box .contact-now-box-content p{
color: #ffbd3c;
}
.cta-box-body .contact-now-box .contact-now-box-content p a:hover{
color: var(--white-color);
}
.cta-box-image{
text-align: center;
}
.cta-box-image img{
width: 100%;
max-width: 87%;
aspect-ratio: 1 / 0.994;
object-fit: contain;
}   .our-testimonial{
background-image: url(//megamak.net/wp-content/themes/megamak/images/testimonial-bg.png);
background-repeat: no-repeat;
background-position: center center;
background-size: auto;
padding-bottom: 100px;
}
.testimonial-slider{
background: var(--secondary-color);
border-radius: 30px;
padding: 40px;
overflow: hidden;
}
.testimonial-slider .swiper-wrapper{
}
.testimonial-quote{
margin-bottom: 20px;
}
.testimonial-item .testimonial-quote img{
max-width: 40px;
}
.testimonial-content{
border-bottom: 1px solid var(--divider-color);
padding-bottom: 30px;
margin-bottom: 30px;
}
.testimonial-content p{
font-size: 20px;
margin: 0;
}
.testimonial-body{
display: flex;
align-items: center;
}
.testimonial-body .author-image{
margin-right: 15px;
}
.testimonial-body .author-image figure{
border-radius: 50%;
}
.testimonial-body .author-image img{
width: 60px;
height: 60px;
border-radius: 50%;
}
.testimonial-body .author-content{
width: calc(100% - 75px);
}
.testimonial-body .author-content h3{
font-size: 20px;
text-transform: capitalize;
}
.testimonial-btn{
position: absolute;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: right;
margin-top: 30px;
z-index: 2;
}
.testimonial-btn .testimonial-button-next,
.testimonial-btn .testimonial-button-prev{
position: relative;
width: 50px;
height: 50px;
border: 1px solid #00344e;
background: var(--secondary-color);
border-radius: 50%;
transition: all 0.4s ease-in-out;
}
.testimonial-btn .testimonial-button-next{
margin-left: 15px;
}
.testimonial-btn .testimonial-button-next:hover,
.testimonial-btn .testimonial-button-prev:hover{
background: #00344e;
}
.testimonial-btn .testimonial-button-next::before,
.testimonial-btn .testimonial-button-prev::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: url(//megamak.net/wp-content/themes/megamak/images/arrow-accent-secondary.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 24px auto;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease-in-out;
}
.testimonial-btn .testimonial-button-prev::before{
transform: rotate(180deg);
}
.testimonial-slider .testimonial-button-next:hover:before,
.testimonial-slider .testimonial-button-prev:hover:before{
filter: brightness(0) invert(1);
}
.testimonial-company-slider{
margin-top: 80px;
}
.testimonial-company-slider-text{
text-align: center;
margin-bottom: 40px;
}
.testimonial-company-slider-text p{
font-family: var(--accent-font);
color: var(--primary-color);
margin: 0;
}
.testimonial-company-slider .company-logo{
text-align: center;
}
.testimonial-company-slider .company-logo img{
}   .our-faqs{
background-image: url(//megamak.net/wp-content/themes/megamak/images/faqs-bg-shape.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% auto;
padding: 100px 0;
}
.our-faqs1{
background-image: url(//megamak.net/wp-content/themes/megamak/images/faqs-bg-shape.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% auto;
padding:  0;
}
.faqs-image{
margin-right: 20px;
}
.faqs-image figure{
border-radius: 40px;
}
.faqs-image img{
width: 100%;
object-fit: cover;
border-radius: 40px;
}
.faq-accordion .accordion-item{
border-bottom: 1px solid var(--divider-color);
margin-bottom: 30px;
padding-bottom: 30px;
}
.faq-accordion .accordion-item:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.faq-accordion .accordion-header .accordion-button{
font-size: 20px;
font-weight: 500;
line-height: 1.4em;
color: var(--primary-color);
padding-right: 35px;
transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-button:not(.collapsed){
margin-bottom: 10px;
}
.faq-accordion .accordion-item .accordion-button::after, 
.faq-accordion .accordion-item .accordion-button.collapsed::after{
content: '\f063';
font-family: 'FontAwesome';
font-size: 14px;
font-weight: 900;
color: #00344e;
position: absolute;
right: 0;
top: 2px;
height: 24px;
width: 24px;
border: 2px solid #00344e;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-button:not(.collapsed)::after{
color: #ffbd3c;
border-color: #ffbd3c;
transform: rotate(180deg);
}
.accordion-item .accordion-body{
padding-right: 35px;
}
.accordion-item .accordion-body p{
margin-bottom: 15px;
}
.accordion-item .accordion-body p:last-child{
margin-bottom: 0;
}   .our-blog{
position: relative;
padding: 100px 0 70px;
z-index: 1;
}
.post-item{
height: calc(100% - 30px);
margin-bottom: 30px;
}
.post-featured-image{
margin-bottom: 20px;
}
.post-featured-image a{
display: block;
border-radius: 30px;
overflow: hidden;
}
.post-featured-image figure{
display: block;
}
.post-featured-image img{
aspect-ratio: 1 / 0.77;
object-fit: cover;
border-radius: 30px;
transition: all 0.5s ease-in-out;
}
.post-item:hover .post-featured-image img{
transform: scale(1.1);
}
.post-item-content{
margin-bottom: 20px;
}
.post-item-content h2{
font-size: 20px;
line-height: 1.4em;
}
.post-item-content h2 a{
display: inline-block;
color: inherit;
}   .main-footer{
background-image: url(//megamak.net/wp-content/themes/megamak/images/footer-bg-shape.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
padding: 100px 0 0;
margin-bottom: 40px;
}
.about-footer{
margin-right: 20px;
}
.footer-logo{
margin-bottom: 30px;
}
.footer-logo img{
width: 100%;
max-width: 212px;
}
.about-footer-content p{
color: var(--white-color);
margin-bottom: 0;
}
.footer-links h3{
font-size: 20px;
color: var(--white-color);
text-transform: capitalize;
margin-bottom: 20px;
}
.footer-links p{
color: var(--white-color);
margin-bottom: 10px;
}
.footer-links ul{
margin: 0;
padding: 0;
list-style: none;
}
.footer-links ul li{
color: var(--white-color);
text-transform: capitalize;
line-height: 1.5em;
margin-bottom: 12px;
}
.footer-links ul li:last-child{
margin-bottom: 0;
}
.footer-links ul li a{
display: inline-block;
color: inherit;
transition: all 0.3s ease-in-out;
}
.footer-links ul li a:hover{
color: #ffbd3c;
}
.footer-contact-item{
display: flex;
align-items: baseline;
margin-bottom: 15px;
}
.footer-contact-item:last-child{
margin-bottom: 0;
}
.footer-contact-item .icon-box{
margin-right: 10px;
}
.footer-contact-item .icon-box img{
width: 100%;
max-width: 24px;
}
.footer-contact-content p{
color: var(--white-color);
margin-bottom: 5px;
}
.footer-contact-content p:last-child{
margin-bottom: 0;
}
.footer-contact-content p a{
color: inherit;
transition: all 0.4s ease-in-out;
}
.footer-contact-content p a:hover{
color: #ffbd3c;
}
.footer-newsletter-form .form-group .form-control{
padding: 12px 20px;
border: 1px solid var(--divider-color);
background: var(--white-color);
color: var(--text-color);
border-radius: 8px;
line-height: 1.5em;
box-shadow: none;
margin-bottom: 20px;
}
.footer-newsletter-form .form-group .form-control::placeholder{
color: var(--text-color);
}
.footer-newsletter-form .form-group .btn-default:hover{
color: #00344e;
}
.footer-newsletter-form .form-group .btn-default::after{
background: var(--white-color);
}
.footer-newsletter-form .form-group .btn-default:hover::before{
filter: none;
}
.footer-copyright{
display: flex;
gap: 15px 20px;
justify-content: space-between;
align-items: center;
border-top: 1px solid var(--dark-divider-color);
padding: 20px 0 40px;
margin-top: 60px;
}
.footer-copyright-text p{
color: var(--white-color);
margin-bottom: 0;
}
.footer-social-links ul{
margin: 0;
padding: 0;
list-style: none;
}
.footer-social-links ul li{
display: inline-block;
margin-right: 20px;
}
.footer-social-links ul li:last-child{
margin-right: 0;
}
.footer-social-links ul li a{
width: 40px;
height: 40px;
color: var(--primary-color);
background: var(--white-color);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease-in-out;
}
.footer-social-links ul li a:hover{
color: #00344e;
background: #ffbd3c;
}
.footer-social-links ul li a i{
font-size: 18px;
color: inherit;
}   .page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-certificates{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/certificates-header.jpg);
background-repeat: no-repeat;
background-size: cover;
padding: 140px 0;
}
.page-faq{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/faq-header.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.references-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/references-header.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.contact-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/contact-header.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-briquette{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/briquette-head.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 160px 0;
}
.page-asphalt{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/asphalt-main.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 160px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/about-megamak.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 140px 0;
}
.page-header-box{
text-align: center;
}
.page-header-box h1{
display: inline-block;
font-size: 60px;
font-weight: 600;
letter-spacing: -0.02em;
color: var(--white-color);
margin-bottom: 15px;
}
.page-header-box ol{
margin: 0;
padding: 0;
justify-content: center;
}
.page-header-box ol li.breadcrumb-item{
font-size: 18px;
font-weight: 400;
text-transform: capitalize;
color: var(--secondary-color);
}
.page-header-box ol li.breadcrumb-item a{
color: inherit;
}
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
color: var(--secondary-color);
}
.about-us.page-about-us{
padding: 100px 0;
}
.our-approach{
padding: 100px 0;
}
.mission-vision-box{
position: relative;
background-color: var(--white-color);
border: 1px solid var(--divider-color);
border-radius: 30px;
padding: 30px;
margin-bottom: 30px;
overflow: hidden;
}
.mission-vision-box::before{
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: #00344e;
height: 0;
width: 100%;
z-index: 0;
transition: all 0.4s ease-in-out;
}
.mission-vision-box:hover:before{
height: 100%;
}
.mission-vision-box:last-child{
margin-bottom: 0;
}
.mission-vision-header,
.mission-vision-body{
position: relative;
z-index: 1;
}
.mission-vision-header{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 20px;
}
.mission-vision-header .icon-box{
width: 50px;
height: 50px;
background-color: #ffbd3c;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
}
.mission-vision-header .icon-box img{
width: 100%;
max-width: 30px;
transition: all 0.4s ease-in-out;
}
.mission-vision-box:hover .mission-vision-header .icon-box img{
transform: rotateY(180deg);
}
.mission-vision-title{
width: calc(100% - 70px);
}
.mission-vision-title h3{
font-size: 20px;
color: #00344e;
text-transform: capitalize;
transition: all 0.4s ease-in-out;
}
.mission-vision-body p{
margin-bottom: 0;
transition: all 0.4s ease-in-out;
}
.mission-vision-box:hover .mission-vision-title h3,
.mission-vision-box:hover .mission-vision-body p{
color: var(--white-color);
}
.our-approach-images{
position: relative;
padding: 0 0 45px 30px;
}
.approach-img-1 figure,
.approach-img-2 figure{
border-radius: 40px;
display: block;
}
.approach-img-1 figure img{
width: 100%;
object-fit: cover;
border-radius: 40px;
aspect-ratio: 1 / 0.922;
}
.approach-img-2{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
max-width: 542px;
}
.approach-img-2 figure{
border: 9px solid var(--secondary-color);
}
.approach-img-2 figure img{
width: 100%;
object-fit: cover;
aspect-ratio: 1 / 0.756;
}
.approach-img-2 .contact-now-circle{
top: auto;
right: 0;
bottom: 50px;
left: auto;
transform: translate(50%, 0);	
}
.approach-img-2 .contact-now-circle a{
display: block;
border: 9px solid var(--secondary-color);
border-radius: 50%;
}
.approach-img-2 .contact-now-circle img{
width: 100%;
max-width: 140px;    
}
.trusted-expert{
padding: 100px 0;
}
.trusted-expert-images{
position: relative;
display: flex;
flex-wrap: wrap;
align-items: start;
margin-right: 20px;
padding-bottom: 155px;
}
.trusted-expert-image{
width: calc(100% - 150px);
}
.trusted-expert-image figure{
display: block;
border-radius: 40px;
}
.trusted-expert-image img{
width: 100%;
aspect-ratio: 1 / 1.19;
object-fit: cover;
border-radius: 40px;
}
.exprience-box{
background-color: #00344e;
padding: 20px;
border-radius: 20px;
width: 130px;
height: 235px;
display: flex;
align-items: center;
flex-direction: column;
margin-left: 20px;
}
.exprience-box h3{
font-size: 20px;
color: var(--white-color);
writing-mode: vertical-rl;
transform: rotate(-180deg);
}
.exprience-box p{
font-family: var(--accent-font);
display: inline-block;
font-size: 16px;
font-weight: 500;
color: var(--primary-color);
background-color: var(--white-color);
border-radius: 12px;
line-height: 1.5em;
padding: 13px 20px;
margin: 15px 0 0; 
}
.project-complete-list{
position: absolute;
bottom: 0;
right: 0;
width: 100%;
max-width: 300px;
background-color: #ffbd3c;
padding: 40px;
border-radius: 40px;
}
.project-complete-item{
border-bottom: 1px solid var(--divider-color);
margin-bottom: 30px;
padding-bottom: 30px;
}
.project-complete-item:last-child{
margin: 0;
padding: 0;
border: none;
}
.project-complete-item img{
max-width: 30px;
margin-bottom: 20px;
}
.project-complete-item h2{
font-size: 44px;
font-weight: 600;
margin-bottom: 5px;
}
.project-complete-item p{
text-transform: capitalize;
margin-bottom: 0;
}
.trusted-expert-list{
margin-bottom: 30px;
}
.trusted-expert-list ul{
list-style: none;
padding: 0;
margin: 0;
}
.trusted-expert-list ul li{
position: relative;
line-height: 1.5em;
margin-bottom: 10px;
padding-left: 30px;
}
.trusted-expert-list ul li:last-child{
margin-bottom: 0;
}
.trusted-expert-list ul li::before{
content: '\f058';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 18px;
color: #00344e;
}
.trusted-expert-body{
border: 1px solid var(--divider-color);
border-radius: 40px;
padding: 25px 30px;
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.trusted-expert-item{
position: relative;
width: calc(50% - 15px);
display: flex;
flex-wrap: wrap;
align-items: center;
}
.trusted-expert-item::before{
content: '';
display: block;
position: absolute;
top: 0;
right: -15px;
background: var(--divider-color);
width: 1px;
height: 100%;
}
.trusted-expert-item:nth-child(2n + 2):before,
.trusted-expert-item:last-child:before{
display: none;
}
.trusted-expert-item .icon-box{
background-color: #ffbd3c;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin-right: 20px;
}
.trusted-expert-item .icon-box img{
max-width: 30px;
transition: all 0.4s ease-in-out;
}
.trusted-expert-title{
width: calc(100% - 80px);
}
.trusted-expert-title h3{
font-size: 20px;
}
.trusted-expert-footer{
display: flex;
align-items: center;
gap: 20px 30px;
margin-top: 30px;
}
.why-choose-us{
padding: 100px 0;
}
.why-choose-image{
margin-right: 15px;
}
.why-choose-image figure{
display: block;
border-radius: 40px;
}
.why-choose-image img{
width: 100%;
object-fit: cover;
border-radius: 40px;
}
.why-choose-body ul{
list-style: none;
padding: 0;
margin: 0;
}
.why-choose-body ul li{
position: relative;
line-height: 1.5em;
margin-bottom: 10px;
padding-left: 30px;
}
.why-choose-body ul li::before{
content: '\f058';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 18px;
color: #00344e;
}
.why-choose-button{
margin-top: 40px;
}
.why-choose-list{
display: flex;
flex-wrap: wrap;
background-color: var(--secondary-color);
border-radius: 40px;
overflow: hidden;
margin-top: 80px;
}
.why-choose-item{
position: relative;
display: flex;
flex-wrap: wrap;
width: 33.33%;
padding: 30px;
}
.why-choose-item::before{
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: #ffbd3c;
height: 0;
width: 100%;
z-index: 0;
transition: all 0.4s ease-in-out;
}
.why-choose-item.active::before,
.why-choose-item:hover:before{
height: 100%;
}
.why-choose-item .icon-box,
.why-choose-item-content{
position: relative;
z-index: 1;
}
.why-choose-item .icon-box{
margin-right: 30px;
}
.why-choose-item .icon-box img{
width: 100%;
max-width: 40px;
}
.why-choose-item-content{
width: calc(100% - 70px);
}
.why-choose-item-content h3{
font-size: 20px;
margin-bottom: 10px;
}
.why-choose-item-content p{
margin-bottom: 0;
}
.our-team{
padding: 20px 0 70px;
}
.team-item{
height: calc(100% - 30px);
margin-bottom: 30px;
border: 1px solid var(--divider-color);
box-shadow: 0px 0px 30px 0px #0000000A;
overflow: hidden;
}
.team-image{
position: relative;
}
.team-image a{
display: block;
overflow: hidden;
}
.team-image img{
width: 100%;
aspect-ratio: 1 / 1.14;
object-fit: cover;
transition: all 0.4s ease-in-out;
}
.team-item:hover .team-image img{
transform: scale(1.1);
}
.team-social-icon{
position: absolute;
top: 50%;
left: 20px;
right: 20px;
opacity: 0;
visibility: hidden;
transform: translateY(50%);
transition: all 0.4s ease-in-out;
z-index: 1;
}
.team-item:hover .team-social-icon{
transform: translateY(-50%);
opacity: 1;
visibility: visible;
}
.team-social-icon ul{
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
gap: 15px;
}
.team-social-icon ul li a{
width: 30px;
height: 30px;
color: #00344e;
background: var(--white-color);
border-radius: 4px;
border: none;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s ease-in-out;
}
.team-social-icon ul li a:hover{
background: #00344e;	
color: var(--white-color);
}
.team-social-icon ul li a i{
color: inherit;
font-size: 16px;
}
.team-content{
padding: 20px;
text-align: center;
}
.team-content h3{
font-family: var(--accent-font);
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
color: var(--primary-color);
margin-bottom: 5px;
}
.team-content h3 a{
display: inline-block;
color: inherit;
}
.team-content p{
text-transform: capitalize;
margin: 0;
}
.company-values{
background-image: url(//megamak.net/wp-content/themes/megamak/images/company-values-bg.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 100%;
padding: 100px 0;
}
.company-values-images{
position: relative;
padding:0 43px 0px 0;
margin-right: 20px;
}
.company-values-image-1{
position: relative;
border-radius: 400px;
border: 10px solid #00344e;
z-index: 1;
}
.company-values-image-1 figure,
.company-values-image-2 figure{
border-radius: 400px;
display: block;
}
.company-values-image-1 figure img,
.company-values-image-2 figure img{
width: 100%;
object-fit: cover;
border-radius: 400px;
}
.company-values-image-2{
position: absolute;
bottom: 0;
right: 0;
width: 100%;
max-width: 290px;
z-index: 0;
}
.company-values-image-2 figure img{
aspect-ratio: 1 / 1.33;
}
.company-values-image-1 .contact-now-circle{
transform: translate(90%, -78%);
z-index: 1;
}
.company-values-image-1 .contact-now-circle a{
border: 9px solid #00344e;
border-radius: 50%;
}
.company-values-image-1 .contact-now-circle img{
max-width: 140px;
}
.company-values-content{
margin-left: 20px;
}
.company-values-counters{
display: flex;
flex-wrap: wrap;
}
.values-counter-item{
width: 50%;
padding: 50px 100px 50px 0;
border-bottom: 1px solid var(--dark-divider-color);
border-right: 1px solid var(--dark-divider-color);
}
.values-counter-item:nth-of-type(2n + 2){
padding: 50px 0 50px 100px;
border-right: none;
}
.values-counter-item:nth-last-child(-n + 2){
padding-bottom: 0;
border-bottom: none;
}
.values-counter-item:nth-child(-n + 2){
padding-top: 0;
}
.values-counter-item h2{
font-size: 44px;
font-weight: 600;
color: #ffbd3c;
margin-bottom: 5px;
}
.values-counter-item p{
color: var(--white-color);
margin-bottom: 0;
}   .page-services{
padding: 100px 0 70px;
}
.page-services .service-item{
height: calc(100% - 30px);
margin-bottom: 30px;
}
.our-faqs.page-service-faqs{
background-image: none;
}   .page-service-single{
padding: 100px 0;
}
.page-single-sidebar{
position: sticky;
top: 20px;
margin-right: 20px;
}
.service-category-list{
background-color: var(--secondary-color);
border-radius: 30px;
padding: 30px;
margin-bottom: 60px;
overflow: hidden;
}
.service-category-list h3{
font-size: 20px;
text-transform: capitalize;
margin-bottom: 25px;
}
.service-category-list ul{
list-style: none;
margin: 0;
padding: 0;
}
.service-category-list ul li{
margin-bottom: 20px;
}
.service-category-list ul li:last-child{
margin: 0;
}
.service-category-list ul li a{
position: relative;
display: block;
line-height: 1.4em;
text-transform: capitalize;
color: var(--text-color);
background-color: var(--white-color);
border-radius: 10px;
padding: 14px 50px 14px 15px;
overflow: hidden;
transition: all 0.4s ease-in-out;
z-index: 1;
}
.service-category-list ul li:hover a{
color: var(--primary-color);
}
.service-category-list ul li a::before{
content: '';
position: absolute;
background: url(//megamak.net/wp-content/themes/megamak/images/arrow-text.svg) no-repeat;
background-position: right center;
background-size: cover;
top: 50%;
right: 15px;
width: 24px;
height: 24px;
transform: translateY(-50%);
transition: all 0.4s ease-in-out;
}
.service-category-list ul li:hover a::before{
filter: brightness(0) invert(0);
}
.service-category-list ul li a::after{
content: '';
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 0;
background: #ffbd3c;
transition: all 0.4s ease-in-out;
z-index: -1;
}
.service-category-list ul li:hover a::after{
top: 0;
height: 100%;
}
.sidebar-cta-box{
position: relative;
background: url(//megamak.net/wp-content/themes/megamak/images/sidebar-cta-bg.jpg) no-repeat;
background-position: center center;
background-size: cover;
border-radius: 30px;
padding: 180px 30px 30px 30px;
overflow: hidden;
}
.sidebar-cta-box:before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.09%, rgba(0, 0, 0, 0.4) 52.17%);
width: 100%;
height: 100%;
}
.cta-box-content,
.sidebar-cta-content{
position: relative;
z-index: 1;
}
.sidebar-cta-content{
margin-bottom: 20px;
}
.sidebar-cta-content h3{
color: var(--white-color);
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
line-height: 1.4em;
margin-bottom: 5px;
}
.sidebar-cta-content p{
color: var(--white-color);
margin: 0;
}
.sidebar-cta-contact{
position: relative;
display: flex;
align-items: center;
padding: 20px;
border-radius: 20px;
overflow: hidden;
}
.sidebar-cta-contact::before{
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--white-color);
opacity: 30%;
z-index: 0;
}
.sidebar-cta-contact .icon-box{
position: relative;
width: 60px;
height: 60px;
background: #ffbd3c;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
transition: all 0.5s ease-in-out;
}
.sidebar-cta-contact:hover .icon-box{
background: transparent;
}
.sidebar-cta-contact .icon-box::before{
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
background: #00344e;
border-radius: 50%;
width: 100%;
height: 100%;
transform: scale(0);
transition: all 0.4s ease-in-out;
z-index: 0;
}
.sidebar-cta-contact:hover .icon-box::before{
transform: scale(1);
}
.sidebar-cta-contact .icon-box img{
position: relative;
width: 100%;
max-width: 28px;
transition: all 0.3s ease-in-out;
z-index: 1;
}
.sidebar-cta-contact:hover .icon-box img{
filter: brightness(0) invert(1);
}
.sidebar-contact-content{
position: relative;
width: calc(100% - 75px);
z-index: 1;
}
.sidebar-contact-content h3{
color: #ffbd3c;
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 5px;
}
.sidebar-contact-content p{
color: var(--white-color);
margin: 0;
}
.sidebar-contact-content p a{
color: inherit;
transition: all 0.3s ease-in-out;
}
.sidebar-contact-content p a:hover{
color: #ffbd3c;
}
.page-single-slider{
margin-bottom: 40px;
}
.page-single-slider .swiper-wrapper{
}
.page-single-slider .swiper-slide figure{
display: block;
overflow: hidden;
border-radius: 30px;
}
.page-single-slider .swiper-slide figure::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85.1%, rgba(0, 0, 0, 0.2) 100%);
width: 100%;
height: 100%;
}
.page-single-slider .swiper-slide img{
width: 100%;
aspect-ratio: 1 / 0.66;
object-fit: cover;
border-radius: 30px;
}
.page-single-slider .page-single-pagination{
position: absolute;
bottom: 30px;
text-align: center;
z-index: 1;
}
.page-single-slider .page-single-pagination .swiper-pagination-bullet{
position: relative;
height: 12px;
width: 12px;
background: var(--white-color);
opacity: 1;
margin: 0 8px;
}
.page-single-slider .page-single-pagination .swiper-pagination-bullet:before{
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid var(--white-color);
height: 0;
width: 0;
border-radius: 50%;
transition: all 0.4s ease-in-out;
}
.page-single-slider .page-single-pagination .swiper-pagination-bullet-active{
background: #ffbd3c;
}
.page-single-slider .page-single-pagination .swiper-pagination-bullet-active:before{
height: 24px;
width: 24px;
}
.service-entry{
margin-bottom: 60px;
}
.service-entry p{
margin-bottom: 20px;
}
.service-entry p:last-child{
margin-bottom: 0;
}
.service-entry h2{
font-size: 44px;
font-weight: 600;
letter-spacing: -0.02em;
margin-bottom: 20px;
}
.service-entry h2 span{
color: #ffbd3c;
}
.service-entry ul{
display: flex;
flex-wrap: wrap;
gap: 15px 30px;
list-style: none;
padding: 0;
margin-bottom: 40px;
}
.service-entry ul li{
position: relative;
width: calc(50% - 15px);
line-height: 1.5em;
padding-left: 30px;
}
.service-entry ul li::before{
content: '\f058';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 18px;
color: #00344e;
}
.service-working-box,
.service-why-choose{
margin-top: 60px;
}
.working-box-list{
display: flex;
gap: 30px;
flex-wrap: wrap;
margin-top: 40px;
}
.working-box-item{
width: calc(50% - 15px);
background: var(--secondary-color);
border-radius: 30px;
padding: 40px;
}
.working-box-item .icon-box{
margin-bottom: 40px;
}
.working-box-item .icon-box img{
width: 100%;
max-width: 50px;
}
.working-box-content h3{
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}
.working-box-content p{
margin-bottom: 0;
}
.service-working-box .section-footer-text{
margin-top: 40px;
}
.service-why-choose-body{
position: relative;
padding: 25px 40px;
background-color: var(--secondary-color);
border-left: 6px solid #ffbd3c;
border-radius: 20px;
margin-bottom: 40px;
overflow: hidden;
}
.service-why-choose-body::after{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #ffbd3c;
border-radius: 0 20px 20px 0;
height: 100%;
width: 0;
transition: all 0.4s ease-in-out;
z-index: 0;
}
.service-why-choose-body:hover::after{
width: 100%;
right: 100%;
}
.service-why-choose-body p{
position: relative;
font-size: 20px;
font-weight: 600;
transition: all 0.4s ease-in-out;
z-index: 1;
}
.service-why-choose-body:hover p{
color: var(--primary-color);
}
.service-entry-image-content{
display: flex;
gap: 30px;
flex-wrap: wrap;
}
.service-entry-item{
width: calc(50% - 15px);
}
.service-entry-image{
margin-bottom: 20px;
}
.service-entry-image figure{
display: block;
border-radius: 30px;
}
.service-entry-image img{
width: 100%;
aspect-ratio: 1 / 0.68;
object-fit: cover;
border-radius: 30px;
}   .page-blog{
padding: 100px 0;
}
.page-blog .post-item{
height: calc(100% - 40px);
margin-bottom: 40px;
}
.page-pagination{
margin-top: 30px;
text-align: center;
}
.page-pagination ul{
justify-content: center;
padding: 0;
margin: 0;
}
.page-pagination ul li a,
.page-pagination ul li span{
display: flex;
text-decoration: none;
justify-content: center;
align-items: center;
background: var(--secondary-color);
color: var(--primary-color);
border-radius: 8px;
width: 40px;
height: 40px;
margin: 0 5px;
font-weight: 700;
line-height: 1em;
transition: all 0.3s ease-in-out;
}
.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
background: #ffbd3c;
}   .page-single-post{
padding: 100px 0;
}
.post-single-meta ol li{
font-size: 18px;
color: var(--white-color);
margin-right: 15px;
}
.post-single-meta ol li:last-child{
margin-right: 0;
}
.post-single-meta ol li i{
font-size: 18px;
color: #ffbd3c;
margin-right: 5px;
}
.post-image{
margin-bottom: 30px;
}
.post-image figure{
display: block;	
border-radius: 40px;
overflow: hidden;
}
.post-image img{
width: 100%;
aspect-ratio: 1 / 0.50;
object-fit: cover;
border-radius: 40px;
}
.post-content{
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
.post-entry{
padding-bottom: 30px;
margin-bottom: 30px;
}
.post-entry:after{
content: '';
display: block;
clear: both;
}
.post-entry a{
color: #ffbd3c;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
font-weight: 700;
line-height: 1.2em;
margin: 0 0 0.435em;
}
.post-entry h1{
font-size: 60px;
}
.post-entry h2{
font-size: 44px;
}
.post-entry h3{
font-size: 40px;
}
.post-entry h4{
font-size: 30px;
}
.post-entry h5{
font-size: 24px;
}
.post-entry h6{
font-size: 18px;
}
.post-entry p{
margin-bottom: 20px;
}
.post-entry p:last-child{
margin-bottom: 0;
}
.post-entry p strong{
color: var(--primary-color);
font-size: 20px;
font-weight: 600; 
}
.post-entry ol{
margin: 0 0 30px;
}
.post-entry ul{
padding: 0;
margin: 20px 0 20px;
padding-left: 20px;
}
.post-entry ol li,
.post-entry ul li{
position: relative;
font-size: 18px;
font-weight: 500;
line-height: 1.5em;
color: var(--text-color);
margin-bottom: 15px;
}
.post-entry ul li:last-child{
margin-bottom: 0;
}
.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
margin-top: 20px;
margin-bottom: 0;
}
.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
margin-bottom: 0;
}
.post-entry blockquote{
background: url(//megamak.net/wp-content/themes/megamak/images/icon-blockquote.svg), #074082;
background-repeat: no-repeat;
background-position: 35px 25px;
background-size: 55px;
border-radius: 30px;
padding: 30px 30px 30px 100px;
margin-bottom: 30px;
}
.post-entry blockquote p{
font-size: 20px;
font-weight: 400;
line-height: 1.4em;
color: var(--white-color);
}
.post-entry blockquote p:last-child{
margin-bottom: 0;
}
.tag-links{
font-family: var(--accent-font);
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
color: var(--primary-color);
display: inline-flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
.post-tags .tag-links a{
display: inline-block;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
line-height: 1em;
background: #ffbd3c;
color: #00344e;
border-radius: 10px;
padding: 12px 20px;
transition: all 0.3s ease-in-out;
}
.post-tags .tag-links a:hover{
background: #00344e;
color: var(--white-color);
}
.post-social-sharing{
text-align: right;
}
.post-social-sharing ul{
list-style: none;
padding: 0;
margin: 0;
}
.post-social-sharing ul li{
display: inline-block;
margin-right: 10px;
}
.post-social-sharing ul li:last-child{
margin-right: 0;
}
.post-social-sharing ul li a{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: #ffbd3c;
color: #00344e;
border-radius: 10px;
width: 38px;
height: 38px;
transition: all 0.3s ease-in-out;
}
.post-social-sharing ul li:hover a{
background: #00344e;
color: var(--white-color);
}
.post-social-sharing ul li a i{
font-size: 18px;
color: inherit;
}   .page-projects{
padding: 100px 0 70px;
}
.project-item{
position: relative;
height: calc(100% - 30px);
margin-bottom: 30px;
}
.project-image a{
position: relative;
display: block;
border-radius: 30px;
overflow: hidden;
}
.project-image figure::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
bottom: 0;
background: linear-gradient(180deg, transparent 53.39%, rgba(0, 0, 0, 0.8) 100%);
width: 100%;
height: 100%;
z-index: 1;
}
.project-image img{
width: 100%;
aspect-ratio: 1 / 0.967;
object-fit: cover;
transition: all 0.4s ease-in-out;
}
.project-item:hover .project-image img{
transform: scale(1.1);
}
.project-content{
position: absolute;
right: 30px;
bottom: 30px;
left: 30px;
z-index: 2;
}
.project-content h3{
font-size: 22px;
font-weight: 600;
line-height: 1.4em;
text-transform: capitalize;
color: var(--white-color);
}
.project-content h3 a{
color: inherit;
transition: all 0.3s ease-in-out;
}
.project-content h3 a:hover{
color: #ffbd3c;
}   .page-project-single{
padding: 100px 0;
}
.project-category{
background-color: var(--secondary-color);
border-radius: 30px;
margin-bottom: 60px;
overflow: hidden;
}
.project-category-list ul{
margin: 0;
padding: 30px;
list-style: none;
}
.project-category-list ul li{
text-transform: capitalize;
line-height: 1.5em;
border-bottom: 1px solid var(--divider-color);
margin-bottom: 20px;
padding-bottom: 20px;
}
.project-category-list ul li:last-child{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.project-category-list ul li span{
font-family: var(--accent-font);
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
color: var(--primary-color);
display: inline-flex;
width: 50%;
}
.category-social-link{
background-color: #ffbd3c;
display: flex;
align-items: center;
gap: 30px;
padding: 25px 30px;
}
.category-social-link span{
font-family: var(--accent-font);
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
color: var(--primary-color);
}
.category-social-link ul{
margin: 0;
padding: 0;
list-style: none;
}
.category-social-link ul li{
display: inline-block;
border-radius: 50%;
margin-right: 15px;
}
.category-social-link ul li:last-child{
margin-right: 0;
}
.category-social-link ul li a{
border: 1px solid var(--primary-color);
border-radius: 50%;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease-in-out;
}
.category-social-link ul li:hover a{
border-color: #00344e;
background: #00344e;
}
.category-social-link ul li a i{
color: var(--primary-color);
font-size: 18px;
transition: all 0.3s ease-in-out;
}
.category-social-link ul li:hover a i{
color: var(--white-color);
}
.project-entry{
margin-bottom: 60px;
}
.project-entry p{
margin-bottom: 20px;
}
.project-entry p:last-child{
margin-bottom: 0;
}
.project-entry h2{
font-size: 44px;
font-weight: 600;
letter-spacing: -0.02em;
margin-bottom: 20px;
}
.project-entry h2 span{
color: #ffbd3c;
}
.project-entry ul{
list-style: none;
padding: 0;
margin: 0;
}
.project-entry ul li{
position: relative;
line-height: 1.5em;
padding-left: 30px;
margin-bottom:15px;
}
.project-entry ul li:last-child{
margin-bottom: 0;
}
.project-entry ul li::before{
content: '\f058';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 18px;
color: #00344e;
}
.project-feature,
.project-result{
margin-top: 60px;
}
.project-entry-list-box{
display: flex;
gap: 30px;
flex-wrap: wrap;
align-items: center;
margin: 40px 0;
}
.project-entry-list,
.project-entry-item{
width: calc(50% - 15px);
}
.project-entry-item{
display: flex;
background: var(--secondary-color);
border-radius: 20px;
padding: 20px;
}
.project-entry-item .icon-box{
margin-right: 20px;
}
.project-entry-item .icon-box img{
width: 100%;
max-width: 50px;
}
.project-entry-item-content{
width: calc(100% - 70px);
}
.project-entry-item-content h3{
font-size: 20px;
font-weight: 500;
margin-bottom: 5px;
}
.project-entry-item-content p{
margin-bottom: 0;
}
.project-result-video-content{
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 30px;
margin-top: 40px;
}
.project-result-content,
.project-video-box{
width: calc(50% - 15px);
}
.project-result-content-item{
margin-bottom: 30px;
}
.project-result-content-item:last-child{
margin-bottom: 0;
}
.project-result-content-item h3{
font-size: 20px;
margin-bottom: 10px;
}
.project-video-box{
position: relative;
z-index: 1;
}
.project-video-image figure{
display: block;
border-radius: 30px;
}
.project-video-image img{
width: 100%;
aspect-ratio: 1 / 0.705;
object-fit: cover;
border-radius: 30px;
}
.project-video-box .video-play-button a{
background: #ffbd3c;
}   .page-team{
padding: 100px 0 70px;
}   .page-team-single{
padding: 100px 0;
}
.team-single-image{
margin-bottom: 60px;
}
.team-single-image figure{
display: block;
border-radius: 30px;
}
.team-single-image img{
width: 100%;
aspect-ratio: 1 / 1.255;
object-fit: cover;
border-radius: 30px;
}
.team-member-info,
.team-experience-box,
.team-skills-box{
margin-bottom: 60px;
}
.team-member-body{
margin-bottom: 40px;
}
.team-member-body ul{
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.team-member-body ul li{
width: calc(50% - 15px);
background: var(--secondary-color);
border-radius: 12px;
line-height: 1.5em;
display: flex;
align-items: center;
padding: 20px;
overflow: hidden;
}
.team-member-body ul li span{
font-family: var(--accent-font);
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
color: var(--primary-color);
display: flex;
align-items: center;
margin-right: 20px;
}
.member-social-list{
display: flex;
align-items: center;
gap: 20px;
}
.member-social-list h3{
font-family: var(--accent-font);
font-size: 20px;
font-weight: 500;
}
.member-social-list ul{
list-style: none;
padding: 0;
margin: 0;
}
.member-social-list ul li{
display: inline-block;
margin-right: 10px;
}
.member-social-list ul li:last-child{
margin-right: 0;
}
.member-social-list ul li a{
color: var(--primary-color);
border: 1px solid var(--primary-color);
border-radius: 50%;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease-in-out;
}
.member-social-list ul li a:hover{
background-color: var(--primary-color);
color: var(--white-color);
}
.member-social-list ul li a i{
color: inherit;
font-size: 18px;
}
.team-experience-list{
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.team-experience-item{
width: calc(50% - 15px);
display: flex;
}
.team-experience-item .team-experience-number{
width: 40px;
height: 40px;
background-color: #ffbd3c;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 30px;
}
.team-experience-number h3{
font-size: 20px;
font-weight: 500;
}
.team-experience-item .team-experience-item-content{
width: calc(100% - 70px);
}
.team-experience-item-content h3{
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 5px;
}
.team-experience-item-content p{
margin: 0;
}
.team-skills-list{
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.skills-progress-bar{
width: calc(50% - 15px);
}
.skills-progress-bar .skill-data{
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.skills-progress-bar .skill-data .skill-title{
font-family: var(--accent-font);
color: var(--primary-color);
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
}
.skills-progress-bar .skill-data .skill-no{
color: var(--text-color);
}
.skills-progress-bar .skillbar .skill-progress{
position: relative;
width: 100%;
height: 16px;
background: var(--secondary-color);
border-radius: 100px;
overflow: hidden;
}
.skills-progress-bar .skillbar .skill-progress .count-bar{
position: absolute;
top: 0;
left: 0;
bottom: 0;
background: #ffbd3c;
border-radius: 100px;
}
.member-contact-form{
background-color: var(--secondary-color);
border-radius: 30px;
padding: 40px;
}   .page-pricing{
padding: 100px 0;
}   .page-testimonials{
padding: 100px 0 70px;
}
.page-testimonials .testimonial-item{
background-color: var(--secondary-color);
border-radius: 30px;
height: calc(100% - 30px);
margin-bottom: 30px;
padding: 40px;
}   .page-gallery{
padding: 100px 0 70px;
}
.page-gallery-box .photo-gallery{
height: calc(100% - 30px);
margin-bottom: 30px;
}
.page-gallery-box .photo-gallery a{
}
.page-gallery-box .photo-gallery figure{
display: block;
border-radius: 30px;
}
.page-gallery-box .photo-gallery img{
width: 100%;
aspect-ratio: 1 / 0.833;
object-fit: cover;
border-radius: 30px;
}   .page-video-gallery{
padding: 100px 0 70px;
}
.video-gallery-image{
height: calc(100% - 30px);
margin-bottom: 30px;
overflow: hidden;
}
.video-gallery-image a{
position: relative;
display: block;
}
.video-gallery-image a::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--primary-color);
border-radius: 30px;
opacity: 0%;
visibility: hidden;
width: 100%;
height: 100%;
z-index: 1;
transform: scale(0);
transition: all 0.4s ease-in-out;
}
.video-gallery-image:hover a::before{
opacity: 40%;
visibility: visible;
transform: scale(1);
}
.video-gallery-image a::after{
content: '\f04b';
font-family: 'FontAwesome';
position: absolute;
top: 50%;
left: 50%;
right: 0;
transform: translate(-50%, -50%);
font-size: 20px;
background: #ffbd3c;
color: var(--primary-color);
border-radius: 50%;
height: 60px;
width: 60px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease-in-out;
z-index: 1;
}
.video-gallery-image:hover a::after{
opacity: 1;
visibility: visible;
}
.video-gallery-image img{
aspect-ratio: 1 / 0.833;
object-fit: cover;
border-radius: 30px;
}   .page-faqs{
padding: 100px 0;
}
.faqs-catagery-list{
background-color: var(--secondary-color);
border-radius: 30px;
padding: 30px;
margin-bottom: 60px;
}
.faqs-catagery-list ul{
list-style: none;
margin: 0;
padding: 0;
}
.faqs-catagery-list ul li{
line-height: 1.5em;
border-bottom: 1px solid var(--divider-color);
padding-bottom: 20px;
margin-bottom: 20px;
}
.faqs-catagery-list ul li:last-child{
margin: 0;
padding: 0;
border-bottom: none;
}
.faqs-catagery-list ul li a{
position: relative;
display: block;
text-transform: capitalize;
color: var(--text-color);
padding-right: 25px;
transition: all 0.3s ease-in-out;
}
.faqs-catagery-list ul li a:hover{
color: var(--primary-color);
}
.faqs-catagery-list ul li a::before{
content: '';
position: absolute;
top: 50%;
right: 0;
background: url(//megamak.net/wp-content/themes/megamak/images/arrow-text.svg) no-repeat;
background-size: cover;
width: 20px;
height: 20px;
transform: translateY(-50%);
transition: all 0.3s ease-in-out;
}
.faqs-catagery-list ul li a:hover:before{
background: url(//megamak.net/wp-content/themes/megamak/images/arrow-accent-secondary.svg) no-repeat;
background-size: cover;
}
.page-faqs-accordion{
margin-bottom: 60px;
}
.page-faqs-accordion:last-child{
margin-bottom: 0px;
}   .page-contact-us{
padding: 100px 0;
}
.contact-us-content{
background-color: var(--secondary-color);
border-radius: 30px;
margin-right: 30px;
padding: 40px;
}
.contact-us-content .section-title{
border-bottom: 1px solid var(--divider-color);
margin-bottom: 40px;
padding-bottom: 40px;
}
.contact-form .form-control{
font-size: 18px;
font-weight: 400;
line-height: normal;
color: var(--text-color);
background: var(--white-color);
border: 1px solid var(--divider-color);
border-radius: 12px;
padding: 17px 20px;
box-shadow: none;
outline: none;
}
.contact-form .form-control::placeholder{
color: var(--text-color);
}
.google-map-iframe{
margin-bottom: 50px;
}
.google-map-iframe,
.google-map-iframe iframe{
width: 100%;
height: 550px;
border-radius: 30px;
}
.contact-info-box{
display: flex;
flex-wrap: wrap;
gap: 50px;
}
.contact-info-item{
width: calc(50% - 25px);
}
.contact-info-item.location-item{
width: 100%;
}
.contact-info-header{
display: flex;
align-items: center;
margin-bottom: 10px;
}
.contact-info-header .icon-box{
margin-right: 15px;
}
.contact-info-header .icon-box img{
width: 100%;
max-width: 20px;
}
.contact-info-header .contact-info-title h3{
font-size: 20px;
text-transform: capitalize;
}
.contact-info-content p{
margin: 0;
}
.contact-info-content p a{
color: inherit;
transition: all 0.3s ease-in-out;
}
.contact-info-content p a:hover{
color: var(--primary-color);
}   .error-page{
padding: 100px 0;
}
.error-page-image{
text-align: center;
margin-bottom: 30px;
}
.error-page-image img{
width: 100%;
max-width: 35%;
}
.error-page-content{
text-align: center;
}
.error-page-content-body p,
.error-page-content .section-title{
margin-bottom: 20px;
}   @media only screen and (max-width: 1800px){
.bg-section{
width: calc(100% - 100px);
margin-left: 50px;
margin-right: 50px;
max-width: 100%;
}
}
@media only screen and (max-width: 1560px){
.bg-section{
width: calc(100% - 30px);
margin-left: 15px;
margin-right: 15px;
}
}
@media only screen and (max-width: 991px){
.btn-default{
padding: 15px 46px 15px 15px;
}
.btn-default::before{
transform: translate(-15px, -50%);
}
.btn-default:hover::before{
transform: translate(-12px, -50%);
}
.topbar{
padding: 10px 0;
}
.topbar-contact-info ul li img{
max-width: 18px;
}
.navbar{
padding: 20px 0;
}
.slicknav_nav li,
.slicknav_nav ul{
display: block;
}
.responsive-menu,
.navbar-toggle{
display: block;
}
.header-btn{
display: none;
}
.bg-section{
width: 100%;
margin-left: 0px;
margin-right: 0px;
border-radius: 0;
}
.section-row{
margin-bottom: 40px;
}
.section-row .section-title.section-title-center{
max-width: 100%;
}
.section-title{
margin-bottom: 30px;
}
.section-title h1{
font-size: 45px;
}
.section-title h2{
font-size: 34px;
}
.section-title p{
margin-top: 15px;
}
.section-title p span{
font-size: 18px;
}
.section-title-content{
margin-top: 15px;
}
.section-btn{
text-align: left;
}
.section-content-btn .section-btn{
margin-top: 15px;
}
.hero{
padding: 50px 0 0;
}
.hero.hero-bg-image{
padding: 80px 0 160px;
}
.hero.hero-bg-image.hero-slider-layout .hero-slide{
padding: 80px 0 160px;
}
.hero-content{
margin-right: 0px;
margin-bottom: 30px;
}
.hero.hero-bg-image .hero-content{
margin-bottom: 0;
}
.satisfied-customer-box{
margin-top: 30px;
}
.hero-image{
width: 100%;
max-width: 70%;
margin: 0 auto;
}
.hero-image img{
aspect-ratio: 1 / 1.2;
object-fit: contain;
}
.hero-cta-box{
padding: 50px 0 25px;
}
.our-expert-box{
border-radius: 26px;
padding: 30px;
margin-top: -145px;
}
.our-expert-box h2{
font-size: 34px;
margin-bottom: 30px;
}
.hero-cta-info{
margin-top: 30px;
}
.about-us{
padding: 25px 0 50px;
}
.about-images{
margin-right: 0px;
margin-bottom: 30px;
}
.about-experience-box{
border-radius: 20px;
}
.about-video-image figure,
.about-video-image figure::before{
border-radius: 20px;
}
.about-video-image img{
aspect-ratio: 1 / 0.86;
border-radius: 20px;
}
.about-image figure,
.about-image img{
border-radius: 20px;
}
.about-service-item .icon-box{
margin-bottom: 30px;
}
.about-service-item .icon-box img{
max-width: 40px;
}
.about-service-item-content h3{
margin-bottom: 10px;
}
.about-content-btn{
margin-top: 30px;
}
.our-services{
padding: 50px 0;
}
.service-image img,
.service-image a{
border-radius: 20px;
}
.service-no{
top: 30px;
left: 30px;
right: 30px;
}
.service-no h2{
font-size: 34px;
}
.service-content{
bottom: 30px;
left: 30px;
right: 30px;
}
.service-content h3{
margin-bottom: 10px;
}
.services-pagination{
margin-top: 40px;
}
.section-footer-text{
margin-top: 40px;
}
.our-awards{
padding: 50px 0;
}
.awards-item{
align-items: start;
padding: 20px 20px 20px 0;
}
.awards-item:nth-of-type(2n + 2){
padding: 20px 0 20px 20px;
}
.awards-item:nth-last-child(-n + 2){
padding-bottom: 0;
}
.awards-item:nth-child(-n + 2){
padding-top: 0;
}
.awards-item .icon-box{
margin-right: 10px;
}
.awards-item .icon-box img{
max-width: 80px;
}
.awards-item-content h3{
font-size: 18px;
}
.awards-item-content p{
font-size: 16px;
}
.our-features{
padding: 50px 0;
}
.intro-video-box{
padding: 150px 0;
}
.our-features-list{
margin-top: 40px;
}
.features-item{
width: calc(50% - 15px);
}
.features-item:nth-child(2n + 2):before{
display: none;
}
.our-goals{
padding: 50px 0;
}
.our-goals-content{
margin-bottom: 30px;
}
.goals-item{
border-radius: 20px;
padding: 20px;
}
.goals-item .icon-box{
margin-bottom: 30px;
}
.goals-content-footer{
margin-top: 30px;
}
.our-goals-images{
margin-left: 0px;
}
.goals-image-box figure,
.goals-image-box img{
border-radius: 26px;
}
.our-facts{
padding: 50px 0;
}
.our-facts-content{
width: 55%;
}
.our-facts-image{
width: 45%;
}
.our-facts-image figure img{
max-width: 100%;
aspect-ratio: 1 / 1.272;
}
.our-facts-image .contact-now-circle{
transform: translate(0px, -30px);
}
.contact-now-circle img{
max-width: 90px;
}
.facts-counter-item h2{
font-size: 34px;
}
.our-pricing{
padding: 50px 0;
}
.our-pricing-nav{
margin-bottom: 40px;
}
.pricing-item{
border-radius: 20px;
padding: 30px;
}
.pricing-header{
padding-bottom: 20px;
margin-bottom: 20px;
}
.pricing-price{
padding: 12px;
}
.pricing-price h2{
font-size: 34px;
}
.pricing-list ul li{
margin-bottom: 10px;
}
.pricing-benefit-list{
margin-top: 10px;
}
.pricing-benefit-list ul{
gap: 20px 30px;
}
.cta-box{
padding: 50px 0 0;
}
.cta-box-content{
margin-bottom: 30px;
}
.cta-box-body{
gap: 15px;
}
.cta-box-image img{
max-width: 100%;
aspect-ratio: 1 / 1.2;
object-fit: cover;
}
.our-testimonial{
padding: 50px 0;
}
.our-testimonial-content{
margin-bottom: 30px;
}
.testimonial-slider{
border-radius: 20px;
padding: 30px;
}
.testimonial-quote{
margin-bottom: 15px;
}
.testimonial-content{
padding-bottom: 20px;
margin-bottom: 20px;
}
.testimonial-content p{
font-size: 18px;
}
.testimonial-btn .testimonial-button-next,
.testimonial-btn .testimonial-button-prev{
width: 40px;
height: 40px;
}
.testimonial-company-slider{
margin-top: 40px;
}
.testimonial-company-slider-text{
margin-bottom: 30px;
}
.our-faqs{
padding: 50px 0;
}
.faqs-image{
margin-right: 0px;
margin-bottom: 30px;
}
.faqs-image figure{
border-radius: 26px;
}
.faqs-image img{
aspect-ratio: 1 / 0.6;
border-radius: 26px;
}
.faq-accordion .accordion-item{
margin-bottom: 20px;
padding-bottom: 20px;
}
.our-blog{
padding: 50px 0 20px;
}
.post-item-content,
.post-featured-image{
margin-bottom: 15px;
}
.post-featured-image a{
border-radius: 20px;
}
.post-featured-image img{
aspect-ratio: 1 / 0.7;
border-radius: 20px;
}
.main-footer{
padding: 50px 0 0;
margin-bottom: 0px;
}
.about-footer{
margin: 0 0 30px 0;
}
.footer-logo{
margin-bottom: 20px;
}
.footer-links{
margin-bottom: 35px;
}
.footer-links h3{
font-size: 20px;
margin-bottom: 15px;
}
.footer-links ul li{
margin-bottom: 8px;
}
.footer-contact-item .icon-box img{
max-width: 20px;
}
.footer-newsletter-form .form-group .form-control{
padding: 10px 16px;
margin-bottom: 15px;
}
.footer-social-links ul li{
margin-right: 15px;
}
.footer-copyright{
padding: 20px 0;
margin-top: 0px;
}
.page-header{
padding: 70px 0;
}
.page-header-box h1{
font-size: 45px;
margin-bottom: 10px;
}
.page-header-box ol li.breadcrumb-item{
font-size: 16px;
}
.about-us.page-about-us{
padding: 50px 0;
}
.our-approach{
padding: 50px 0;
}
.our-approach-content{
margin-bottom: 30px;
}
.mission-vision-box{
border-radius: 20px;
padding: 20px;
}
.mission-vision-header{
margin-bottom: 15px;
}
.our-approach-images{
width: 100%;
max-width: 80%;
margin: 0 auto;
padding: 0px 0 170px 130px;
}
.approach-img-1 figure,
.approach-img-2 figure{
border-radius: 26px;
}
.approach-img-1 figure img,
.approach-img-2 figure img{
border-radius: 26px;
}
.approach-img-1 figure img{
aspect-ratio: 1 / 0.81;
}
.approach-img-2{
border-radius: 26px;
max-width: 450px;
}
.approach-img-2 .contact-now-circle img{
max-width: 120px;
}
.trusted-expert{
padding: 50px 0;
}
.trusted-expert-images{
margin: 0 0 30px 0;
padding-bottom: 70px;
}
.trusted-expert-image figure{
border-radius: 26px;
}
.trusted-expert-image img{
aspect-ratio: 1 / 0.91;
border-radius: 26px;
}
.exprience-box{
padding: 15px;
height: 220px;
}
.exprience-box p{
padding: 10px 15px;
}
.project-complete-list{
max-width: 260px;
padding: 30px;
border-radius: 26px;
}
.project-complete-item{
margin-bottom: 20px;
padding-bottom: 20px;
}
.project-complete-item img{
margin-bottom: 15px;
}
.project-complete-item h2{
font-size: 34px;
}
.trusted-expert-body{
border-radius: 26px;
padding: 20px;
}
.trusted-expert-item .icon-box{
width: 50px;
height: 50px;
margin-right: 15px;
}
.trusted-expert-item .icon-box img{
max-width: 26px;
}
.trusted-expert-title{
width: calc(100% - 65px);
}
.why-choose-us{
padding: 50px 0;
}
.why-choose-image{
margin: 0 0 30px 0;
}
.why-choose-image figure{
border-radius: 26px;
}
.why-choose-image img{
aspect-ratio: 1 / 0.65;
border-radius: 26px;
}
.why-choose-button{
margin-top: 30px;
}
.why-choose-list{
border-radius: 26px;
margin-top: 40px;
}
.why-choose-item{
padding: 20px 15px;
}
.why-choose-item .icon-box{
margin-right: 15px;
}
.why-choose-item-content{
width: calc(100% - 55px);
}
.why-choose-item-content h3{
font-size: 18px;
}
.why-choose-item-content p{
font-size: 16px;
}
.our-team{
padding: 50px 0;
}
.team-item{
border-radius: 20px;
}
.team-image img{
aspect-ratio: 1 / 0.98;
}
.company-values{
padding: 50px 0;
}
.company-values-images{
width: 100%;
max-width: 80%;
margin: 0 auto 30px;
}
.company-values-image-1 .contact-now-circle img{
max-width: 120px;
}
.company-values-content{
margin-left: 0;
}
.values-counter-item{
padding: 25px 50px 25px 0;
}
.values-counter-item:nth-of-type(2n + 2){
padding: 25px 0 25px 50px;
}
.values-counter-item:nth-child(-n + 2){
padding-top: 0;
}
.values-counter-item:nth-last-child(-n + 2){
padding-bottom: 0;
}
.values-counter-item h2{
font-size: 34px;
}
.page-services{
padding: 50px 0 20px;
}
.page-service-single{
padding: 50px 0;
}
.page-single-sidebar{
position: initial;
margin: 0 0 30px 0;
}
.service-category-list{
border-radius: 20px;
padding: 20px;
margin-bottom: 30px;
}
.service-category-list h3{
margin-bottom: 20px;
}
.service-category-list ul li a{
padding: 10px 40px 10px 15px;
}
.sidebar-cta-box{
padding: 120px 20px 20px 20px;
border-radius: 20px;
}
.sidebar-cta-contact .icon-box{
width: 50px;
height: 50px;
margin-right: 10px;
}
.sidebar-cta-contact .icon-box img{
max-width: 24px;
}
.sidebar-contact-content{
width: calc(100% - 60px);
}
.page-single-slider{
margin-bottom: 30px;
}
.page-single-slider .swiper-slide figure,
.page-single-slider .swiper-slide img{
border-radius: 20px;
}
.page-single-slider .swiper-slide img{
aspect-ratio: 1 / 0.58;
}
.page-single-slider .page-single-pagination{
bottom: 20px;
}
.page-single-slider .page-single-pagination .swiper-pagination-bullet{
width: 8px;
height: 8px;
}
.page-single-slider .page-single-pagination .swiper-pagination-bullet-active:before{
width: 16px;
height: 16px;
}
.service-entry{
margin-bottom: 30px;
}
.service-entry p{
margin-bottom: 15px;
}
.service-entry h2{
font-size: 34px;
margin-bottom: 15px;
}
.service-entry ul{
gap: 15px 20px;
margin-bottom: 30px;
}
.service-entry ul li{
width: calc(50% - 10px);
font-size: 16px;
padding-left: 25px;
}
.service-entry ul li::before{
font-size: 16px;
}
.service-working-box, 
.service-why-choose{
margin-top: 30px;
}
.working-box-list{
margin-top: 30px;
}
.working-box-item{
border-radius: 20px;
padding: 30px;
}
.working-box-item .icon-box{
margin-bottom: 30px;
}
.working-box-item .icon-box img{   
max-width: 40px;
}
.service-working-box .section-footer-text{
margin-top: 30px;
}
.service-why-choose-body{
padding: 20px 30px;
margin-bottom: 30px;
}
.service-why-choose-body p{
font-size: 18px;
}
.service-entry-image{
margin-bottom: 15px;
}
.service-entry-image figure,
.service-entry-image img{
border-radius: 20px;
}
.page-blog{
padding: 50px 0;
}
.page-blog .post-item{
height: calc(100% - 30px);
margin-bottom: 30px;
}
.page-pagination{
margin-top: 10px;
}
.page-single-post{
padding: 50px 0;
}
.post-single-meta ol li{
font-size: 16px;
}
.post-single-meta ol li i{
font-size: 16px;
}
.post-image{
margin-bottom: 20px;
}
.post-image figure,
.post-image img{
border-radius: 26px;
}
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
margin: 0 0 0.442em;
}
.post-entry h2{
font-size: 34px;
}
.post-entry p{
margin-bottom: 15px;
}
.post-entry ul li{
font-size: 16px;
margin-bottom: 10px;
}
.post-entry blockquote{
background-position: 25px 25px;
background-size: 50px;
padding: 25px 25px 25px 85px;
border-radius: 20px;
margin-bottom: 20px;
}
.post-entry blockquote p{
font-size: 18px;
}
.post-tags{
margin-bottom: 20px;
}
.post-tags .tag-links a{
padding: 12px 15px;
}
.post-social-sharing ul{
text-align: left;
}
.page-projects{
padding: 50px 0 20px;
}
.project-image a{
border-radius: 20px;
}
.project-content{
right: 20px;
bottom: 20px;
left: 20px;
}
.page-project-single{
padding: 50px 0;
}
.project-category{
border-radius: 20px;
margin-bottom: 30px;
}
.project-category-list ul{
padding: 20px;
}
.project-category-list ul li{
margin-bottom: 15px;
padding-bottom: 15px;
}
.category-social-link{
padding: 20px;
gap: 20px;
}
.project-entry{
margin-bottom: 30px;
}
.project-entry h2{
font-size: 34px;
margin-bottom: 15px;
}
.project-entry p{
margin-bottom: 15px;
}
.project-entry ul li{
font-size: 16px;
padding-left: 25px;
margin-bottom: 15px;
}
.project-entry ul li::before{
font-size: 16px;
}
.project-feature,
.project-result{
margin-top: 30px;
}
.project-entry-list-box{
margin: 30px 0;
}
.project-entry-item .icon-box{
margin-right: 15px;
}
.project-entry-item .icon-box img{
max-width: 40px;
}
.project-entry-item-content{
width: calc(100% - 55px);
}
.project-result-video-content{
margin-top: 30px;
}
.project-result-content-item{
margin-bottom: 20px;
}
.project-result-content-item h3{
margin-bottom: 5px;
}
.project-video-image figure,
.project-video-image img{
border-radius: 20px;
}
.page-team{
padding: 50px 0 20px;
}
.page-team-single{
padding: 50px 0;
}
.team-single-image{
margin-bottom: 30px;
}
.team-single-image figure,
.team-single-image img{
border-radius: 20px;
}
.team-single-image img{
aspect-ratio: 1 / 0.75;
}
.team-member-info,
.team-experience-box,
.team-skills-box{
margin-bottom: 30px;
}
.team-member-body{
margin-bottom: 30px;
}
.team-member-body ul li{
padding: 15px;
}
.team-member-body ul li span{
margin-right: 10px;
}
.team-experience-item .team-experience-number{
margin-right: 15px;
}
.team-experience-item .team-experience-item-content{
width: calc(100% - 55px);
}
.skills-progress-bar .skill-data{
margin-bottom: 10px;
}
.skills-progress-bar .skill-data .skill-title{
font-size: 18px;
}
.member-contact-form{
border-radius: 20px;
padding: 30px;
}
.page-pricing{
padding: 50px 0;
}
.page-testimonials{
padding: 50px 0 20px;
}
.page-testimonials .testimonial-item{
border-radius: 20px;
padding: 30px;
}
.page-testimonials .testimonial-item .testimonial-content p{
font-size: 16px;
}
.page-gallery{
padding: 50px 0 20px;
}
.page-gallery-box .photo-gallery figure,
.page-gallery-box .photo-gallery img{
border-radius: 20px;
}
.page-video-gallery{
padding: 50px 0 20px;
}
.video-gallery-image a::before,
.video-gallery-image img{
border-radius: 20px;
}
.page-faqs{
padding: 50px 0;
}
.faqs-catagery-list{
padding: 20px;
border-radius: 20px;
margin-bottom: 30px;
}
.faqs-catagery-list ul li{
margin-bottom: 15px;
padding-bottom: 15px;
}
.page-faqs-accordion{
margin-bottom: 40px;
}
.page-contact-us{
padding: 50px 0;
}
.contact-us-content{
border-radius: 20px;
padding: 30px;
margin-right: 0;
margin-bottom: 30px;
}
.contact-us-content .section-title{
margin-bottom: 30px;
padding-bottom: 30px;
}
.contact-form .form-control{
padding: 12px 15px;
}
.google-map-iframe{
margin-bottom: 30px;
}
.google-map-iframe,
.google-map-iframe iframe{
height: 450px;
border-radius: 20px;
}
.contact-info-box{
gap: 30px;
}
.contact-info-item{
width: calc(50% - 15px);
}
.contact-info-header .icon-box{
margin-right: 10px;
}
.error-page{
padding: 50px 0;
}
.error-page-image{
margin-bottom: 20px;
}
.error-page-image img{
max-width: 45%;
}
.error-page-content-body p,
.error-page-content .section-title{
margin-bottom: 15px;
}
}
@media only screen and (max-width: 767px){
body{
font-size: 16px;
}
.nodisplay{
display: none;}
.topbar-contact-info ul{
gap: 10px;
justify-content: space-between;
}
.topbar-contact-info ul li{
font-size: 14px;
}
.topbar-contact-info ul li img{
max-width: 16px;
margin-right: 5px;
}
.topbar-social-links{
display: none;
}
.section-row{
margin-bottom: 30px;
}
.section-title h1{
font-size: 30px;
}
.section-title h2{
font-size: 24px;
}
.section-title p{
margin-top: 10px;
}
.section-title p span{
font-size: 16px;
}
.section-title-content{
margin-top: 10px;
}
.hero.hero-bg-image{
padding: 80px 0 120px;
}
.hero.hero-bg-image.hero-slider-layout .hero-slide{
padding: 80px 0 120px;
}
.hero-body{
gap: 20px 10px;
}
.satisfied-customer-box{
gap: 10px;
}
.hero-image{
max-width: 100%;
}
.our-expert-box{
padding: 20px;
margin-top: -115px;
}
.our-expert-box h2{
font-size: 28px;
margin-bottom: 20px;
}
.hero-cta-item{
width: 38%;
}
.hero-cta-item-header{
margin-bottom: 10px;
}
.hero-cta-item-header .icon-box img{
max-width: 50px;
}
.hero-cta-item-title h3{
font-size: 18px;
}
.about-experience-box{
width: 100%;
height: auto;
padding: 20px;
}
.about-experience-box .icon-box{
margin-bottom: 30px;
}
.about-experience-box .icon-box img{
max-width: 40px;
}
.about-experience-content h3{
font-size: 18px;
}
.about-video-image{
width: 100%;
}
.about-video-image img{
aspect-ratio: 1 / 0.7;
}
.about-image img{
aspect-ratio: 1 / 0.62;
}
.about-service-item{
width: 100%;
}
.about-service-item .icon-box{
margin-bottom: 20px;
}
.about-service-item-content h3{
font-size: 18px;
}
.service-no{
top: 20px;
left: 20px;
right: 20px;
}
.service-no h2{
font-size: 28px;
}
.service-content{
bottom: 20px;
left: 20px;
right: 20px;
}
.service-content h3{
font-size: 18px;
}
.services-pagination{
margin-top: 30px;
}
.section-footer-text{
margin-top: 20px;
}
.awards-item{
width: 100%;
border-bottom: 1px solid var(--divider-color);
border-right: none;
margin-bottom: 20px;
padding: 0 0 20px 0;
}
.awards-item:nth-of-type(2n + 2){
padding: 0 0 20px 0;
}
.awards-item:nth-last-child(-n + 2){
border-bottom: 1px solid var(--divider-color);
padding-bottom: 20px;
}
.awards-item:last-child{
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.awards-item .icon-box img{
max-width: 60px;
}
.our-features-list{
gap: 30px 20px;
}
.features-item{
width: calc(50% - 10px);
}
.features-item::before{
right: -10px;
}
.features-item .icon-box{
margin-bottom: 15px;
}
.features-item-content h3{
font-size: 18px;
margin-bottom: 5px;
}
.features-item-content p{
font-size: 14px;
}
.goals-item{
width: 100%;
}
.goals-item .icon-box{
margin-bottom: 20px;
}
.goals-item .icon-box img{
max-width: 40px;
}
.goals-item-content h3{
font-size: 18px;
}
.goals-content-footer{
gap: 15px;
}
.contact-now-box-content p{
font-size: 14px;
}
.our-facts-box{
display: block;
}
.our-facts-image,
.our-facts-content{
width: 100%;
}
.our-facts-image figure img{
aspect-ratio: 1 / 1;
}
.facts-counter-item{
width: calc(50% - 15px);
}
.facts-counter-item img{
max-width: 34px;
margin-bottom: 15px;
}
.facts-counter-item h2{
font-size: 24px;
}
.our-pricing-nav{
margin-bottom: 30px;
}
.pricing-header h3{
font-size: 18px;
}
.pricing-list,
.pricing-price{
margin-bottom: 20px;
}
.pricing-price h2{
font-size: 24px;
}
.pricing-price h2 sub{
font-size: 14px;
}
.pricing-list ul li{
padding-left: 25px;
}
.pricing-list ul li::before{
font-size: 16px;
}
.pricing-benefit-list{
margin-top: 5px;
}
.pricing-benefit-list ul{
gap: 10px;
}
.pricing-benefit-list ul li{
width: calc(50% - 5px);
font-size: 13px;
}
.pricing-benefit-list ul li img{
max-width: 16px;
margin-right: 5px;
}
.cta-box-body{
gap: 7px;
}
.cta-box-body .contact-now-box .icon-box{
width: 40px;
height: 40px;
margin-right: 5px;
}
.cta-box-body .contact-now-box .icon-box img{
max-width: 20px;
}
.cta-box-body span{
font-size: 14px;
}
.cta-box-image img{
aspect-ratio: 1 / 1.1;
}
.testimonial-slider{
padding: 20px;
}
.testimonial-quote{
margin-bottom: 10px;
}
.testimonial-content p{
font-size: 16px;
}
.testimonial-body .author-image{
margin-right: 10px;
}
.testimonial-body .author-image img{
width: 50px;
height: 50px;
}
.testimonial-body .author-content h3{
font-size: 18px;
}
.testimonial-btn .testimonial-button-next,
.testimonial-btn .testimonial-button-prev{
width: 35px;
height: 35px;
}
.testimonial-btn .testimonial-button-next::before,
.testimonial-btn .testimonial-button-prev::before{
background-size: 20px auto;
}
.testimonial-company-slider{
margin-top: 30px;
}
.testimonial-company-slider-text{
margin-bottom: 20px;
}
.faq-accordion .accordion-item{
margin-bottom: 15px;
padding-bottom: 15px;
}
.faq-accordion .accordion-header .accordion-button{
font-size: 18px;
padding-right: 25px;
}
.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
font-size: 10px;
width: 20px;
height: 20px;
}
.accordion-item .accordion-body{
padding-right: 0px;
}
.post-item-content h2{
font-size: 18px;
}
.footer-logo{
margin-bottom: 15px;
}
.footer-links h3{
font-size: 18px;
}
.footer-contact-item .icon-box img{
max-width: 18px;
}
.footer-copyright{
flex-direction: column;
padding: 15px 0;
margin-top: 0;
}
.page-header-box h1{
font-size: 30px;
}
.mission-vision-title h3{
font-size: 18px;
}
.our-approach-images{
max-width: 100%;
padding: 0px 0 130px 90px;
}
.approach-img-2{
max-width: 290px;
border-width: 5px;
}
.approach-img-2 .contact-now-circle{
bottom: 40px;
}
.approach-img-2 .contact-now-circle a{
border-width: 5px;
}
.approach-img-2 .contact-now-circle img{
max-width: 90px;
}
.trusted-expert-images{
margin: 0 0 30px 0;
padding-bottom: 0px;
}
.trusted-expert-image{
width: calc(100% - 90px);
}
.exprience-box{
padding: 10px;
border-radius: 12px;
width: 70px;
height: 232px;
}
.exprience-box h3{
font-size: 18px;
}
.exprience-box p{
padding: 12px;
writing-mode: vertical-rl;
transform: rotate(-180deg);
}
.project-complete-list{
position: initial;
max-width: 100%;
gap: 10px;
padding: 20px;
margin-top: 20px;
}
.project-complete-item img{
max-width: 30px;
}
.project-complete-item h2{
font-size: 24px;
}
.trusted-expert-item{
width: 100%;
}
.trusted-expert-item::before{
top: auto;
right: 0;
bottom: -15px;
width: 100%;
height: 1px;
}
.trusted-expert-title h3{
font-size: 18px;
}
.trusted-expert-footer{
gap: 20px;
}
.trusted-expert-list ul li{
padding-left: 25px;
}
.trusted-expert-list ul li::before{
font-size: 16px;
top: 1px;
}
.why-choose-image img{
aspect-ratio: 1 / 0.71;
}
.why-choose-body ul li{
padding-left: 25px;
}
.why-choose-body ul li::before{
font-size: 16px;
top: 1px;
}
.why-choose-item{
width: 100%;
}
.why-choose-item .icon-box img{
max-width: 34px;
}
.why-choose-item-content{
width: calc(100% - 49px);
}
.team-content{
padding: 15px;
}
.team-content h3{
font-size: 18px;
margin-bottom: 5px;
}
.company-values-images{
max-width: 100%;
padding: 0px 110px 50px 0;
}
.company-values-image-1{
border-width: 5px;
}
.company-values-image-1 .contact-now-circle a{
border-width: 5px;
}
.company-values-image-1 .contact-now-circle img{
max-width: 90px;
}
.company-values-image-2{
max-width: 180px;
}
.values-counter-item{
padding: 15px 20px 15px 0;
}
.values-counter-item:nth-of-type(2n + 2){
padding: 15px 0 15px 20px;
}
.values-counter-item:nth-child(-n + 2){
padding-top: 0;
}
.values-counter-item:nth-last-child(-n + 2){
padding-bottom: 0;
}
.values-counter-item h2{
font-size: 24px;
}
.service-category-list h3{
font-size: 18px;
}
.sidebar-cta-content h3,
.sidebar-contact-content h3{
font-size: 18px;
}
.sidebar-cta-contact{
padding: 12px;
border-radius: 12px;
}
.page-single-slider{
margin-bottom: 20px;
}
.page-single-slider .swiper-slide img{
aspect-ratio: 1 / 0.72;
}
.service-entry h2{
font-size: 24px;
}
.service-entry ul{
gap: 10px 20px;
margin-bottom: 20px;
}
.service-entry ul li{
width: 100%;
}
.working-box-list{
gap: 20px;
}
.working-box-item{
width: 100%;
padding: 20px;
}
.working-box-item .icon-box{
margin-bottom: 20px;
}
.working-box-item .icon-box img{
max-width: 34px;
}
.working-box-content h3{
font-size: 18px;
}
.service-working-box .section-footer-text{
margin-top: 20px;
}
.service-why-choose-body{
padding: 15px;
border-radius: 12px;
}
.service-why-choose-body p{
font-size: 16px;
}
.service-entry-item{
width: 100%;
}
.post-image img{
aspect-ratio: 1 / 0.7;
}
.post-entry blockquote{
background-position: 15px 12px;
padding: 60px 15px 15px 15px;
}
.post-entry h2{
font-size: 24px;
}
.tag-links{
font-size: 18px;
}
.project-content h3{
font-size: 18px;
}
.project-category-list ul li span{
font-size: 18px;
}
.category-social-link{
padding: 15px 20px;
gap: 20px;
}
.category-social-link ul li{
margin-right: 10px;
}
.project-entry h2{
font-size: 24px;
}
.project-entry ul li{
margin-bottom: 10px;
}
.project-entry-list,
.project-entry-item{
width: 100%;
}
.project-entry-item-content h3{
font-size: 18px;
}
.project-result-content,
.project-video-box{
width: 100%;
}
.project-result-content-item h3{
font-size: 18px;
}
.team-member-body ul{
gap: 20px;
}
.team-single-image img{
aspect-ratio: 1 / 1.1;
}
.team-member-body ul li{
width: 100%;
}
.team-member-body ul li span{
font-size: 18px;
}
.member-social-list h3{
font-size: 18px;
}
.team-experience-list{
gap: 20px;
}
.team-experience-item{
width: 100%;
}
.team-experience-number h3{
font-size: 18px;
}
.team-experience-item-content h3{
font-size: 18px;
}
.team-skills-list{
gap: 20px;
}
.skills-progress-bar{
width: 100%;
}
.skills-progress-bar .skill-data .skill-title{
font-size: 18px;
}
.skills-progress-bar .skillbar .skill-progress{
height: 10px;
}
.member-contact-form{
padding: 20px;
}
.page-testimonials .testimonial-item{
padding: 20px;
}
.contact-us-content{
padding: 20px;
}
.contact-form .form-control{
font-size: 16px;
}
.google-map-iframe,
.google-map-iframe iframe{
height: 350px;
}
.contact-info-box{
gap: 20px;
}
.contact-info-item{
width: 47%;
}
.contact-info-header .contact-info-title h3{
font-size: 18px;
}
.error-page-image img{
max-width: 80%;
}
}