@charset "UTF-8";
a, a:visited {
text-decoration: underline;
}
}*, ::after, ::before {
box-sizing: border-box;
}
a {
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
.htb-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width:576px) {
.htb-container {
max-width: 540px;
}
}
@media (min-width:768px) {
.htb-container {
max-width: 720px;
}
}@media (min-width:992px) {
.htb-container {
max-width: 960px;
}
}@media (min-width:1200px) {
.htb-container {
max-width: 1200px;
}
}.htb-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.htb-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.htb-col, .htb-col-1, .htb-col-10, .htb-col-11, .htb-col-12, .htb-col-2, .htb-col-3, .htb-col-4, .htb-col-5, .htb-col-6, .htb-col-7, .htb-col-8, .htb-col-9, .htb-col-auto, .htb-col-lg, .htb-col-lg-1, .htb-col-lg-10, .htb-col-lg-11, .htb-col-lg-12, .htb-col-lg-2, .htb-col-lg-3, .htb-col-lg-4, .htb-col-lg-5, .htb-col-lg-6, .htb-col-lg-7, .htb-col-lg-8, .htb-col-lg-9, .htb-col-lg-auto, .htb-col-md, .htb-col-md-1, .htb-col-md-10, .htb-col-md-11, .htb-col-md-12, .htb-col-md-2, .htb-col-md-3, .htb-col-md-4, .htb-col-md-5, .htb-col-md-6, .htb-col-md-7, .htb-col-md-8, .htb-col-md-9, .htb-col-md-auto, .htb-col-sm, .htb-col-sm-1, .htb-col-sm-10, .htb-col-sm-11, .htb-col-sm-12, .htb-col-sm-2, .htb-col-sm-3, .htb-col-sm-4, .htb-col-sm-5, .htb-col-sm-6, .htb-col-sm-7, .htb-col-sm-8, .htb-col-sm-9, .htb-col-sm-auto, .htb-col-xl, .htb-col-xl-1, .htb-col-xl-10, .htb-col-xl-11, .htb-col-xl-12, .htb-col-xl-2, .htb-col-xl-3, .htb-col-xl-4, .htb-col-xl-5, .htb-col-xl-6, .htb-col-xl-7, .htb-col-xl-8, .htb-col-xl-9, .htb-col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.htb-col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.htb-col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.htb-col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.htb-col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.htb-col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.htb-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.htb-col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.htb-col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.htb-col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.htb-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.htb-col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.htb-col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.htb-col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.htb-col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.htb-order-first {
-ms-flex-order: -1;
order: -1;
}
.htb-order-1 {
-ms-flex-order: 1;
order: 1;
}
.htb-order-2 {
-ms-flex-order: 2;
order: 2;
}
.htb-order-3 {
-ms-flex-order: 3;
order: 3;
}
.htb-order-4 {
-ms-flex-order: 4;
order: 4;
}
.htb-order-5 {
-ms-flex-order: 5;
order: 5;
}
.htb-order-6 {
-ms-flex-order: 6;
order: 6;
}
.htb-order-7 {
-ms-flex-order: 7;
order: 7;
}
.htb-order-8 {
-ms-flex-order: 8;
order: 8;
}
.htb-order-9 {
-ms-flex-order: 9;
order: 9;
}
.htb-order-10 {
-ms-flex-order: 10;
order: 10;
}
.htb-order-11 {
-ms-flex-order: 11;
order: 11;
}
.htb-order-12 {
-ms-flex-order: 12;
order: 12;
}
.htb-offset-1 {
margin-left: 8.333333%;
}
.htb-offset-2 {
margin-left: 16.666667%;
}
.htb-offset-3 {
margin-left: 25%;
}
.htb-offset-4 {
margin-left: 33.333333%;
}
.htb-offset-5 {
margin-left: 41.666667%;
}
.htb-offset-6 {
margin-left: 50%;
}
.htb-offset-7 {
margin-left: 58.333333%;
}
.htb-offset-8 {
margin-left: 66.666667%;
}
.htb-offset-9 {
margin-left: 75%;
}
.htb-offset-10 {
margin-left: 83.333333%;
}
.htb-offset-11 {
margin-left: 91.666667%;
}
@media (min-width:576px) {
.htb-col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.htb-col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.htb-col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.htb-col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.htb-col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.htb-col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.htb-col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.htb-col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.htb-col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.htb-col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.htb-col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.htb-col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.htb-col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.htb-col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.htb-order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.htb-order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.htb-order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.htb-order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.htb-order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.htb-order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.htb-order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.htb-order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.htb-order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.htb-order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.htb-order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.htb-order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.htb-order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.htb-offset-sm-0 {
margin-left: 0;
}
.htb-offset-sm-1 {
margin-left: 8.333333%;
}
.htb-offset-sm-2 {
margin-left: 16.666667%;
}
.htb-offset-sm-3 {
margin-left: 25%;
}
.htb-offset-sm-4 {
margin-left: 33.333333%;
}
.htb-offset-sm-5 {
margin-left: 41.666667%;
}
.htb-offset-sm-6 {
margin-left: 50%;
}
.htb-offset-sm-7 {
margin-left: 58.333333%;
}
.htb-offset-sm-8 {
margin-left: 66.666667%;
}
.htb-offset-sm-9 {
margin-left: 75%;
}
.htb-offset-sm-10 {
margin-left: 83.333333%;
}
.htb-offset-sm-11 {
margin-left: 91.666667%;
}
}@media (min-width:768px) {
.htb-col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.htb-col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.htb-col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.htb-col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.htb-col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.htb-col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.htb-col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.htb-col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.htb-col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.htb-col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.htb-col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.htb-col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.htb-col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.htb-col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.htb-order-md-first {
-ms-flex-order: -1;
order: -1;
}
.htb-order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.htb-order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.htb-order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.htb-order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.htb-order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.htb-order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.htb-order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.htb-order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.htb-order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.htb-order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.htb-order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.htb-order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.htb-offset-md-0 {
margin-left: 0;
}
.htb-offset-md-1 {
margin-left: 8.333333%;
}
.htb-offset-md-2 {
margin-left: 16.666667%;
}
.htb-offset-md-3 {
margin-left: 25%;
}
.htb-offset-md-4 {
margin-left: 33.333333%;
}
.htb-offset-md-5 {
margin-left: 41.666667%;
}
.htb-offset-md-6 {
margin-left: 50%;
}
.htb-offset-md-7 {
margin-left: 58.333333%;
}
.htb-offset-md-8 {
margin-left: 66.666667%;
}
.htb-offset-md-9 {
margin-left: 75%;
}
.htb-offset-md-10 {
margin-left: 83.333333%;
}
.htb-offset-md-11 {
margin-left: 91.666667%;
}
}@media (min-width:992px) {
.htb-col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.htb-col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.htb-col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.htb-col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.htb-col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.htb-col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.htb-col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.htb-col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.htb-col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.htb-col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.htb-col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.htb-col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.htb-col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.htb-col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.htb-order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.htb-order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.htb-order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.htb-order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.htb-order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.htb-order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.htb-order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.htb-order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.htb-order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.htb-order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.htb-order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.htb-order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.htb-order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.htb-offset-lg-0 {
margin-left: 0;
}
.htb-offset-lg-1 {
margin-left: 8.333333%;
}
.htb-offset-lg-2 {
margin-left: 16.666667%;
}
.htb-offset-lg-3 {
margin-left: 25%;
}
.htb-offset-lg-4 {
margin-left: 33.333333%;
}
.htb-offset-lg-5 {
margin-left: 41.666667%;
}
.htb-offset-lg-6 {
margin-left: 50%;
}
.htb-offset-lg-7 {
margin-left: 58.333333%;
}
.htb-offset-lg-8 {
margin-left: 66.666667%;
}
.htb-offset-lg-9 {
margin-left: 75%;
}
.htb-offset-lg-10 {
margin-left: 83.333333%;
}
.htb-offset-lg-11 {
margin-left: 91.666667%;
}
}@media (min-width:1200px) {
.htb-col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.htb-col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
.htb-col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.htb-col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.htb-col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.htb-col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.htb-col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.htb-col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.htb-col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.htb-col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.htb-col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.htb-col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.htb-col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.htb-col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.htb-order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.htb-order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.htb-order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.htb-order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.htb-order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.htb-order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.htb-order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.htb-order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.htb-order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.htb-order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.htb-order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.htb-order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.htb-order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.htb-offset-xl-0 {
margin-left: 0;
}
.htb-offset-xl-1 {
margin-left: 8.333333%;
}
.htb-offset-xl-2 {
margin-left: 16.666667%;
}
.htb-offset-xl-3 {
margin-left: 25%;
}
.htb-offset-xl-4 {
margin-left: 33.333333%;
}
.htb-offset-xl-5 {
margin-left: 41.666667%;
}
.htb-offset-xl-6 {
margin-left: 50%;
}
.htb-offset-xl-7 {
margin-left: 58.333333%;
}
.htb-offset-xl-8 {
margin-left: 66.666667%;
}
.htb-offset-xl-9 {
margin-left: 75%;
}
.htb-offset-xl-10 {
margin-left: 83.333333%;
}
.htb-offset-xl-11 {
margin-left: 91.666667%;
}
}.htb-table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.htb-table td, .htb-table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #e9ecef;
}
.htb-table thead th {
vertical-align: bottom;
border-bottom: 2px solid #e9ecef;
}
.htb-table tbody+tbody {
border-top: 2px solid #e9ecef;
}
.htb-table .htb-table {
background-color: #fff;
}
.htb-table-sm td, .htb-table-sm th {
padding: .3rem;
}
.htb-table-bordered {
border: 1px solid #e9ecef;
}
.htb-table-bordered td, .htb-table-bordered th {
border: 1px solid #e9ecef;
}
.htb-table-bordered thead td, .htb-table-bordered thead th {
border-bottom-width: 2px;
}
.htb-table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05);
}
.htb-table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, .075);
}
.htb-table-primary, .htb-table-primary>td, .htb-table-primary>th {
background-color: #b8daff;
}
.htb-table-hover .htb-table-primary:hover {
background-color: #9fcdff;
}
.htb-table-hover .htb-table-primary:hover>td, .htb-table-hover .htb-table-primary:hover>th {
background-color: #9fcdff;
}
.htb-table-secondary, .htb-table-secondary>td, .htb-table-secondary>th {
background-color: #dddfe2;
}
.htb-table-hover .htb-table-secondary:hover {
background-color: #cfd2d6;
}
.htb-table-hover .htb-table-secondary:hover>td, .htb-table-hover .htb-table-secondary:hover>th {
background-color: #cfd2d6;
}
.htb-table-success, .htb-table-success>td, .htb-table-success>th {
background-color: #c3e6cb;
}
.htb-table-hover .htb-table-success:hover {
background-color: #b1dfbb;
}
.htb-table-hover .htb-table-success:hover>td, .htb-table-hover .htb-table-success:hover>th {
background-color: #b1dfbb;
}
.htb-table-info, .htb-table-info>td, .htb-table-info>th {
background-color: #bee5eb;
}
.htb-table-hover .htb-table-info:hover {
background-color: #abdde5;
}
.htb-table-hover .htb-table-info:hover>td, .htb-table-hover .htb-table-info:hover>th {
background-color: #abdde5;
}
.htb-table-warning, .htb-table-warning>td, .htb-table-warning>th {
background-color: #ffeeba;
}
.htb-table-hover .htb-table-warning:hover {
background-color: #ffe8a1;
}
.htb-table-hover .htb-table-warning:hover>td, .htb-table-hover .htb-table-warning:hover>th {
background-color: #ffe8a1;
}
.htb-table-danger, .htb-table-danger>td, .htb-table-danger>th {
background-color: #f5c6cb;
}
.htb-table-hover .htb-table-danger:hover {
background-color: #f1b0b7;
}
.htb-table-hover .htb-table-danger:hover>td, .htb-table-hover .htb-table-danger:hover>th {
background-color: #f1b0b7;
}
.htb-table-light, .htb-table-light>td, .htb-table-light>th {
background-color: #fdfdfe;
}
.htb-table-hover .htb-table-light:hover {
background-color: #ececf6;
}
.htb-table-hover .htb-table-light:hover>td, .htb-table-hover .htb-table-light:hover>th {
background-color: #ececf6;
}
.htb-table-dark, .htb-table-dark>td, .htb-table-dark>th {
background-color: #c6c8ca;
}
.htb-table-hover .htb-table-dark:hover {
background-color: #b9bbbe;
}
.htb-table-hover .htb-table-dark:hover>td, .htb-table-hover .htb-table-dark:hover>th {
background-color: #b9bbbe;
}
.htb-table-active, .htb-table-active>td, .htb-table-active>th {
background-color: rgba(0, 0, 0, .075);
}
.htb-table-hover .htb-table-active:hover {
background-color: rgba(0, 0, 0, .075);
}
.htb-table-hover .htb-table-active:hover>td, .htb-table-hover .htb-table-active:hover>th {
background-color: rgba(0, 0, 0, .075);
}
.htb-table .htb-thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
.htb-table .htb-thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #e9ecef;
}
.htb-table-dark {
color: #fff;
background-color: #212529;
}
.htb-table-dark td, .htb-table-dark th, .htb-table-dark thead th {
border-color: #32383e;
}
.htb-table-dark.htb-table-bordered {
border: 0;
}
.htb-table-dark.htb-table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05);
}
.htb-table-dark.htb-table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, .075);
}
@media (max-width:575px) {
.htb-table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-sm.htb-table-bordered {
border: 0;
}
}@media (max-width:767px) {
.htb-table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-md.htb-table-bordered {
border: 0;
}
}@media (max-width:991px) {
.htb-table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-lg.htb-table-bordered {
border: 0;
}
}@media (max-width:1199px) {
.htb-table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive-xl.htb-table-bordered {
border: 0;
}
}.htb-table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.htb-table-responsive.htb-table-bordered {
border: 0;
}
.htb-form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-image: none;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.htb-form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.htb-form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.htb-form-control::-webkit-input-placeholder {
color: #868e96;
opacity: 1;
}
.htb-form-control:-ms-input-placeholder {
color: #868e96;
opacity: 1;
}
.htb-form-control::-ms-input-placeholder {
color: #868e96;
opacity: 1;
}
.htb-form-control::placeholder {
color: #868e96;
opacity: 1;
}
.htb-form-control:disabled, .htb-form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.htb-form-control:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
}
select.htb-form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.htb-form-control-file, .htb-form-control-range {
display: block;
}
.htb-col-form-label {
padding-top: calc(.375rem + 1px);
padding-bottom: calc(.375rem + 1px);
margin-bottom: 0;
line-height: 1.5;
}
.htb-col-form-label-lg {
padding-top: calc(.5rem + 1px);
padding-bottom: calc(.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.htb-col-form-label-sm {
padding-top: calc(.25rem + 1px);
padding-bottom: calc(.25rem + 1px);
font-size: .875rem;
line-height: 1.5;
}
.htb-form-group {
margin-bottom: 1rem;
}
.htb-form-text {
display: block;
margin-top: .25rem;
}
.htb-form-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.htb-form-row>.htb-col, .htb-form-row>[class*=col-] {
padding-right: 5px;
padding-left: 5px;
}
.htb-btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.htb-btn:focus, .htb-btn:hover {
text-decoration: none;
}
.htb-btn.htb-focus, .htb-btn:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.htb-btn.disabled, .htb-btn:disabled {
opacity: .65;
}
.htb-btn:not([disabled]):not(.disabled).htb-active, .htb-btn:not([disabled]):not(.htb-disabled):active {
background-image: none;
}
a.htb-btn.htb-disabled, fieldset[disabled] a.htb-htb-btn {
pointer-events: none;
}
.htb-btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.htb-btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.htb-btn-primary.htb-focus, .htb-btn-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-primary.htb-disabled, .htb-btn-primary:disabled {
background-color: #007bff;
border-color: #007bff;
}
.htb-btn-primary:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-primary:not([disabled]):not(.htb-disabled):active, .show>.htb-btn-primary.htb-dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-secondary {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.htb-btn-secondary:hover {
color: #fff;
background-color: #727b84;
border-color: #6c757d;
}
.htb-btn-secondary.htb-focus, .htb-btn-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-secondary.htb-disabled, .htb-btn-secondary:disabled {
background-color: #868e96;
border-color: #868e96;
}
.htb-btn-secondary:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-secondary:not([disabled]):not(.htb-disabled):active, .show>.htb-btn-secondary.htb-dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #666e76;
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.htb-btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.htb-btn-success.htb-focus, .htb-btn-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-success.htb-disabled, .htb-btn-success:disabled {
background-color: #28a745;
border-color: #28a745;
}
.htb-btn-success:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-success:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-success.htb-dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.htb-btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.htb-btn-info.focus, .htb-btn-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-info.disabled, .htb-btn-info:disabled {
background-color: #17a2b8;
border-color: #17a2b8;
}
.htb-btn-info:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-info:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-info.htb-dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-warning {
color: #111;
background-color: #ffc107;
border-color: #ffc107;
}
.htb-btn-warning:hover {
color: #111;
background-color: #e0a800;
border-color: #d39e00;
}
.htb-btn-warning.focus, .htb-btn-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-warning.disabled, .htb-btn-warning:disabled {
background-color: #ffc107;
border-color: #ffc107;
}
.htb-btn-warning:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-warning:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-warning.htb-dropdown-toggle {
color: #111;
background-color: #d39e00;
border-color: #c69500;
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.htb-btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.htb-btn-danger.focus, .htb-btn-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-btn-danger.disabled, .htb-btn-danger:disabled {
background-color: #dc3545;
border-color: #dc3545;
}
.htb-btn-danger:not([disabled]):not(.htb-disabled).htb-active, .htb-btn-danger:not([disabled]):not(.htb-disabled):active, .htb-show>.htb-btn-danger.htb-dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-fade {
opacity: 0;
transition: opacity .15s linear;
}
.htb-modal.htb-fade {
display: none;
}
.htb-modal.htb-fade.htb-show {
display: block;
}
.htb-fade.htb-show {
opacity: 1;
}
.htb-collapse {
display: none;
}
.htb-collapse.htb-show {
display: block;
}
.htb-collapsing{
position:relative;
height:0;
overflow:hidden;
transition:height .35s ease;
}
tr.htb-collapse.htb-show {
display: table-row;
}
tbody.htb-collapse.htb-show {
display: table-row-group;
}
[data-toggle=buttons]>.htb-btn input[type=checkbox], [data-toggle=buttons]>.htb-btn input[type=radio], [data-toggle=buttons]>.htb-btn-group>.htb-btn input[type=checkbox], [data-toggle=buttons]>.htb-btn-group>.htb-btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.htb-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.htb-nav-link {
display: block;
padding: .5rem 1rem;
}
.htb-nav-link:focus, .htb-nav-link:hover {
text-decoration: none;
}
.htb-nav-link.htb-disabled {
color: #868e96;
}
.htb-nav-tabs {
border-bottom: 1px solid #ddd;
}
.htb-nav-tabs .htb-nav-item {
margin-bottom: -1px;
}
.htb-nav-tabs .htb-nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}
.htb-nav-tabs .htb-nav-link:focus, .htb-nav-tabs .htb-nav-link:hover {
border-color: #e9ecef #e9ecef #ddd;
}
.htb-nav-tabs .htb-nav-link.htb-disabled {
color: #868e96;
background-color: transparent;
border-color: transparent;
}
.htb-nav-tabs .htb-nav-item.show .htb-nav-link, .htb-nav-tabs .htb-nav-link.htb-active {
color: #495057;
background-color: #fff;
border-color: #ddd #ddd #fff;
}
.htb-nav-pills .htb-nav-link {
border-radius: .25rem;
}
.htb-nav-pills .htb-nav-link.htb-active, .htb-nav-pills .show>.htb-nav-link {
color: #fff;
background-color: #007bff;
}
.htb-nav-fill .htb-nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.htb-nav-justified .htb-nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.htb-tab-content>.htb-tab-pane {
display: none;
}
.htb-tab-content>.htb-active {
display: block;
}
@media (min-width:576px) {
.htb-pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: .25rem;
}
.htb-alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.htb-progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem;
}
.htb-progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
background-color: #007bff;
}
.htb-progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.htb-progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}
.htb-media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
}@media (min-width:320px) {
.htb-close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.htb-close:focus, .htb-close:hover {
color: #000;
text-decoration: none;
opacity: .75;
}
button.htb-close {
padding: 0;
background: 0 0;
border: 0;
-webkit-appearance: none;
}
.htb-modal-open {
overflow: hidden;
}
.htb-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0;
}
.htb-modal.htb-fade .htb-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.htb-modal.htb-show .htb-modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.htb-modal-open .htb-modal {
overflow-x: hidden;
overflow-y: auto;
}
.htb-modal-dialog {
position: relative;
width: auto;
margin: 10px;
pointer-events: none;
}
.htb-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0;
}
.htb-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.htb-modal-backdrop.htb-fade {
opacity: 0;
}
.htb-modal-backdrop.htb-show {
opacity: .5;
}
.htb-modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem;
}
.htb-modal-header .htb-close {
padding: 15px;
margin: -15px -15px -15px auto;
}
.htb-modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.htb-modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 15px;
}
.htb-modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 15px;
border-top: 1px solid #e9ecef;
}
.htb-modal-footer>:not(:first-child) {
margin-left: .25rem;
}
.htb-modal-footer>:not(:last-child) {
margin-right: .25rem;
}
.htb-modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.htb-modal-dialog {
max-width: 500px;
margin: 30px auto;
}
.htb-modal-sm {
max-width: 300px;
}
}@media (min-width:992px) {
.htb-modal-lg {
max-width: 800px;
}
}.htb-tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0;
}
.htb-tooltip.htb-show {
opacity: .9;
}
.htb-tooltip .htb-arrow {
position: absolute;
display: block;
width: 5px;
height: 5px;
}
.htb-tooltip .htb-arrow::before {
position: absolute;
border-color: transparent;
border-style: solid;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top], .htb-tooltip.bs-tooltip-top {
padding: 5px 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top] .htb-arrow, .htb-tooltip.bs-tooltip-top .htb-arrow {
bottom: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=top] .htb-arrow::before, .htb-tooltip.bs-tooltip-top .htb-arrow::before {
margin-left: -3px;
content: "";
border-width: 5px 5px 0;
border-top-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right], .htb-tooltip.bs-tooltip-right {
padding: 0 5px;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right] .htb-arrow, .htb-tooltip.bs-tooltip-right .htb-arrow {
left: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=right] .htb-arrow::before, .htb-tooltip.bs-tooltip-right .htb-arrow::before {
margin-top: -3px;
content: "";
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom], .htb-tooltip.bs-tooltip-bottom {
padding: 5px 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom] .htb-arrow, .htb-tooltip.bs-tooltip-bottom .htb-arrow {
top: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=bottom] .htb-arrow::before, .htb-tooltip.bs-tooltip-bottom .htb-arrow::before {
margin-left: -3px;
content: "";
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left], .htb-tooltip.bs-tooltip-left {
padding: 0 5px;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left] .htb-arrow, .htb-tooltip.bs-tooltip-left .htb-arrow {
right: 0;
}
.htb-tooltip.bs-tooltip-auto[x-placement^=left] .htb-arrow::before, .htb-tooltip.bs-tooltip-left .htb-arrow::before {
right: 0;
margin-top: -3px;
content: "";
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.htb-tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem;
}
.htb-popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
}
.htb-popover .htb-arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem;
}
.htb-popover .htb-arrow::after, .htb-popover .htb-arrow::before {
position: absolute;
display: block;
border-color: transparent;
border-style: solid;
}
.htb-popover .htb-arrow::before {
content: "";
border-width: .8rem;
}
.htb-popover .htb-arrow::after {
content: "";
border-width: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top], .htb-popover.htb-bs-popover-top {
margin-bottom: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow, .htb-popover.htb-bs-popover-top .htb-arrow {
bottom: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::before, .htb-popover.htb-bs-popover-top .htb-arrow::after, .htb-popover.htb-bs-popover-top .htb-arrow::before {
border-bottom-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::before, .htb-popover.htb-bs-popover-top .htb-arrow::before {
bottom: -.8rem;
margin-left: -.8rem;
border-top-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=top] .htb-arrow::after, .htb-popover.htb-bs-popover-top .htb-arrow::after {
bottom: calc((.8rem - 1px) * -1);
margin-left: -.8rem;
border-top-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right], .htb-popover.htb-bs-popover-right {
margin-left: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow, .htb-popover.htb-bs-popover-right .htb-arrow {
left: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::before, .htb-popover.htb-bs-popover-right .htb-arrow::after, .htb-popover.htb-bs-popover-right .htb-arrow::before {
margin-top: -.8rem;
border-left-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::before, .htb-popover.htb-bs-popover-right .htb-arrow::before {
left: -.8rem;
border-right-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=right] .htb-arrow::after, .htb-popover.htb-bs-popover-right .htb-arrow::after {
left: calc((.8rem - 1px) * -1);
border-right-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom], .htb-popover.htb-bs-popover-bottom {
margin-top: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow, .htb-popover.htb-bs-popover-bottom .htb-arrow {
top: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::before, .htb-popover.htb-bs-popover-bottom .htb-arrow::after, .htb-popover.htb-bs-popover-bottom .htb-arrow::before {
margin-left: -.8rem;
border-top-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::before, .htb-popover.htb-bs-popover-bottom .htb-arrow::before {
top: -.8rem;
border-bottom-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-arrow::after, .htb-popover.htb-bs-popover-bottom .htb-arrow::after {
top: calc((.8rem - 1px) * -1);
border-bottom-color: #fff;
}
.htb-popover.htb-bs-popover-auto[x-placement^=bottom] .htb-popover-header::before, .htb-popover.htb-bs-popover-bottom .htb-popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 20px;
margin-left: -10px;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left], .htb-popover.htb-bs-popover-left {
margin-right: .8rem;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow, .htb-popover.htb-bs-popover-left .htb-arrow {
right: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::after, .htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::before, .htb-popover.htb-bs-popover-left .htb-arrow::after, .htb-popover.htb-bs-popover-left .htb-arrow::before {
margin-top: -.8rem;
border-right-width: 0;
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::before, .htb-popover.htb-bs-popover-left .htb-arrow::before {
right: -.8rem;
border-left-color: rgba(0, 0, 0, .25);
}
.htb-popover.htb-bs-popover-auto[x-placement^=left] .htb-arrow::after, .htb-popover.htb-bs-popover-left .htb-arrow::after {
right: calc((.8rem - 1px) * -1);
border-left-color: #fff;
}
.htb-popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
color: inherit;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px);
}
.htb-popover-header:empty {
display: none;
}
.htb-popover-body {
padding: .5rem .75rem;
color: #212529;
}
.htb-float-left {
float: left!important;
}
.htb-float-right {
float: right!important;
}
.htb-float-none {
float: none!important;
}
.htb-visible {
visibility: visible!important;
}
.htb-fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.htb-fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.htb-sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.htb-justify-content-start {
-ms-flex-pack: start!important;
justify-content: flex-start!important;
}
.htb-justify-content-end {
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}
.htb-justify-content-center {
-ms-flex-pack: center!important;
justify-content: center!important;
}
.htb-justify-content-between {
-ms-flex-pack: justify!important;
justify-content: space-between!important;
}
.htb-justify-content-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important;
}
.htb-align-items-start {
-ms-flex-align: start!important;
align-items: flex-start!important;
}
.htb-align-items-end {
-ms-flex-align: end!important;
align-items: flex-end!important;
}
.htb-align-items-center {
-ms-flex-align: center!important;
align-items: center!important;
}
.htb-align-items-baseline {
-ms-flex-align: baseline!important;
align-items: baseline!important;
}
.htb-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.htb-align-content-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important;
}
.htb-align-content-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important;
}
.htb-align-content-center {
-ms-flex-line-pack: center!important;
align-content: center!important;
}
.htb-align-content-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important;
}
.htb-align-content-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important;
}
.htb-align-content-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important;
}
.htb-align-self-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important;
}
.htb-align-self-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important;
}
.htb-align-self-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important;
}
.htb-align-self-center {
-ms-flex-item-align: center!important;
align-self: center!important;
}
.htb-align-self-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important;
}
.htb-align-self-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important;
}
.htb-btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff;
}
.htb-btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.htb-btn-outline-primary.focus,
.htb-btn-outline-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-outline-primary.disabled,
.htb-btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.htb-btn-outline-primary:not([disabled]):not(.disabled).active,
.htb-btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.htb-btn-outline-secondary {
color: #868e96;
background-color: transparent;
background-image: none;
border-color: #868e96;
}
.htb-btn-outline-secondary:hover {
color: #fff;
background-color: #868e96;
border-color: #868e96;
}
.htb-btn-outline-secondary.focus,
.htb-btn-outline-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-outline-secondary.disabled,
.htb-btn-outline-secondary:disabled {
color: #868e96;
background-color: transparent;
}
.htb-btn-outline-secondary:not([disabled]):not(.disabled).active,
.htb-btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #868e96;
border-color: #868e96;
box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5);
}
.htb-btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745;
}
.htb-btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.htb-btn-outline-success.focus,
.htb-btn-outline-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-outline-success.disabled,
.htb-btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.htb-btn-outline-success:not([disabled]):not(.disabled).active,
.htb-btn-outline-success:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.htb-btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.htb-btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.htb-btn-outline-info.focus,
.htb-btn-outline-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-outline-info.disabled,
.htb-btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.htb-btn-outline-info:not([disabled]):not(.disabled).active,
.htb-btn-outline-info:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.htb-btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107;
}
.htb-btn-outline-warning:hover {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
}
.htb-btn-outline-warning.focus,
.htb-btn-outline-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-outline-warning.disabled,
.htb-btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.htb-btn-outline-warning:not([disabled]):not(.disabled).active,
.htb-btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-warning.dropdown-toggle {
color: #fff;
background-color: #ffc107;
border-color: #ffc107;
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.htb-btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545;
}
.htb-btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.htb-btn-outline-danger.focus,
.htb-btn-outline-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-btn-outline-danger.disabled,
.htb-btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.htb-btn-outline-danger:not([disabled]):not(.disabled).active,
.htb-btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.htb-btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
}
.htb-btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.htb-btn-outline-light.focus,
.htb-btn-outline-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.htb-btn-outline-light.disabled,
.htb-btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.htb-btn-outline-light:not([disabled]):not(.disabled).active,
.htb-btn-outline-light:not([disabled]):not(.disabled):active,
.show>.htb-btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.htb-btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.htb-btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.htb-btn-outline-dark.focus,
.htb-btn-outline-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.htb-btn-outline-dark.disabled,
.htb-btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.htb-btn-outline-dark:not([disabled]):not(.disabled).htb-active,
.htb-btn-outline-dark:not([disabled]):not(.disabled):active,
.htb-show>.htb-btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.htb-alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
.htb-alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.htb-alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}.htmega-section-title svg{
width: 20px;
}
.htmega-section-title .section-title-txt {
color: #23252a;
font-weight: 600;
line-height: 1;
margin: 0;
display: inline-block;
}
.htmega-section-title .section-subtitle-txt{
color: #494849;
font-family: "Poppins",sans-serif;
font-size: 16px;
line-height: 30px;
margin: 5px 0;
font-weight: 400;
}
.htmega-section-title span.htmega-title-sperator {
background-color: #383838;
display: inline-block;
height: 3px;
margin-bottom: 13px;
margin-top: 30px;
position: relative;
width: 50px;
}
.htmega-section-title.title-style-three span.htmega-title-sperator::before {
background-color: #383838;
bottom: 0;
content: "";
display: block;
height: 3px;
left: -13px;
margin-bottom: 13px;
margin-top: 25px;
position: absolute;
width: 50px;
}
.htmega-title-align-left .htmega-section-title.title-style-three span.htmega-title-sperator::before,.htmega-title-align-justify .htmega-section-title.title-style-three span.htmega-title-sperator::before{
left: 13px;
}
.htmega-section-title.htmega-subtitle-position-top {
display: flex;
flex-direction: column;
}
.htmega-section-title.htmega-subtitle-position-top .section-title-txt {
order: 2;
}
.htmega-section-title.htmega-subtitle-position-top .section-subtitle-txt {
order: 1;
}
.htmega-section-title.htmega-subtitle-position-top img {
order: 3;
}
.htmega-section-title.htmega-subtitle-position-top i{
order: 3;
}
.htmega-section-title img {
margin: auto;
}
.htmega-section-title.htmega-subtitle-position-top .htmega-title-sperator-sec {
order: 4;
}
.htmega-section-title.htmega-subtitle-position-top.title-style-four .htmega-title-sperator-sec {
order: 2;
}
.htmega-section-title.htmega-subtitle-position-top.title-style-four .section-title-txt{
order: 3;
}
.htmega-section-title.htmega-subtitle-position-top.title-style-four span.htmega-title-sperator{
margin-top: 8px;
}
.title-style-two .htmega-title-sperator-sec,.title-style-five .htmega-title-sperator-sec {
display: none;
}
.title-style-two .section-title-txt{
padding: 0 10.5%;
position: relative;
}
.title-style-two .section-title-txt::before,.title-style-two .section-title-txt::after {
background: #412e51 none repeat scroll 0 0;
content: "";
height: 3px;
left: 0;
position: absolute;
top: 50%;
width: 100px;
}
.title-style-two .section-title-txt::after {
right: 0;
top: 50%;
left: auto;
}
.title-style-two .section-title-txt{
margin-right: auto !important;
margin-left: auto !important;
}
.section-advancetitle-txt{
color: #f1f1f1;
font-size: 80px;
font-weight: 800;
line-height: 28px;
margin: 0;
position: absolute;
text-transform: uppercase;
top: 50%;
transform: translateY(-50%);
width: 100%;
z-index: -1;
}
.htmega-title-sperator-sec {
line-height: 1;
} .htmega-button .htb-btn:focus,.htmega-button .htb-btn:active {
box-shadow: none !important;
}
.htmega-button .htb-btn-outline-light {
border-color: #c8c8c8;
color: #c8c8c8;
}
.htmega-button {
display: inline-block;
}
.htmega-button .htmega-btn-effect-5,.htmega-button .htmega-btn-effect-6,.htmega-button .htmega-btn-effect-10{
overflow: hidden;
}
.htmega_button_icon {
display: inline-block;
}
.htmega_button_icon svg {
width: 20px;
}
.htmega-button .htb-btn {
border-radius: 0;
position: relative;
border: none;
z-index: 1;
transition: all 0.4s ease-in-out 0s;
}
.button-align-icon-left span.htmega_button_icon {
float: left;
}
.button-align-icon-left span.htmega_button_txt {
float: right;
}
.button-align-icon-right span.htmega_button_icon {
float: right;
}
.button-align-icon-right span.htmega_button_txt {
float: left;
}
.button-align-icon-top span.htmega_button_icon,.button-align-icon-bottom span.htmega_button_icon {
display: block;
}
.button-align-icon-top span.htmega_button_txt,.button-align-icon-bottom span.htmega_button_txt {
display: block;
}
.button-align-icon-top a.htb-btn {
display: flex;
flex-flow: column-reverse nowrap;
} .htmega-btn-size-xl {
padding: 35px 50px !important;
}
.htmega-btn-size-lg {
padding: 25px 50px !important;
}
.htmega-btn-size-md {
padding: 16px 43px !important;
}
.htmega-btn-size-sm {
padding: 8px 40px !important;
}
.htmega-btn-size-xs {
padding: 3px 10px !important;
} .htmega-btn-style-2 .htb-btn::after{
border-radius: inherit;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transition-delay: 0s, 0s;
transition-duration: 0.3s, 0.3s;
transition-property: transform, background-color;
transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
width: 100%;
z-index: -1;
background-color: #ff6b6b;
border-radius: 30px;
transform: scale3d(0.7, 0.7, 1);
} .htmega-btn-effect-1{
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
z-index: 1;
}
.htmega-btn-effect-1::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #623687;
z-index: -1;
opacity: 0;
-webkit-transform: scale3d(0.7, 1, 1);
transform: scale3d(0.7, 1, 1);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
z-index: -1;
}
.htmega-btn-effect-1:hover::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); 
}
.htmega-btn-effect-2 {
z-index: 1;
overflow: hidden;
}
.htmega-btn-effect-2::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 150%;
height: 100%;
background: #623687;
z-index: -1;
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
z-index: -1;
}
.htmega-btn-effect-2:hover::before {
opacity: 1;
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.htmega-btn-effect-3 {
z-index: 1;
color: #fff;
}
.htmega-btn-effect-3::before, .htmega-btn-effect-3::after {
content: '';
border-radius: inherit;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
z-index: -1;
}
.htmega-btn-effect-3::before {
border: 2px solid #623687;
-webkit-transform: scale3d(0.7, 0.7, 1);
transform: scale3d(0.7, 0.7, 1);
}
.htmega-btn-effect-3::after {
background: #18012c;
}
.htmega-btn-effect-3:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.htmega-btn-effect-3:hover::after {
background-color: #623687;
-webkit-transform: scale3d(0.7, 0.7, 1);
transform: scale3d(0.7, 0.7, 1);
}
.htmega-btn-effect-4::before {
content: '';
position: absolute;
top: -20px;
left: -20px;
bottom: -20px;
right: -20px;
background: inherit;
z-index: -1;
opacity: 0.4;
-webkit-transform: scale3d(0.8, 0.5, 1);
transform: scale3d(0.8, 0.5, 1);
}
.htmega-btn-effect-4:hover::before {
-webkit-animation: np-btn--2 0.3s 0.3s forwards;
animation: np-btn--2 0.3s 0.3s forwards;
}
.htmega-btn-effect-4:hover {
-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
color: #ECEFF1;
background-color: #623687 !important;
-webkit-animation: np-btn--1 0.3s forwards;
animation: np-btn--1 0.3s forwards;
}
.htmega-btn-effect-5::before {
content: '';
z-index: -1;
position: absolute;
top: 50%;
left: 100%;
margin: -15px 0 0 1px;
width: 30px;
height: 30px;
border-radius: 50%;
background: #623687;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.htmega-btn-effect-5:hover::before {
-webkit-transform: scale3d(9, 9, 1);
transform: scale3d(9, 9, 1);
}
.htmega-btn-effect-6::before {
content: '';
z-index: -1;
position: absolute;
top: 50%;
margin: -15px 0 0 1px;
width: 30px;
height: 30px;
border-radius: 50%;
background: #623687;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
right: 100%;
}
.htmega-btn-effect-6:hover::before {
-webkit-transform: scale3d(9, 9, 1);
transform: scale3d(9, 9, 1);
}
.htmega-btn-effect-7::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background: #e09d8b;
-webkit-transform: scaleX(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
color: #fff;
}
.htmega-btn-effect-7:hover::before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.htmega-btn-effect-8::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #45b29d;
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.htmega-btn-effect-8:hover::before {
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
.htmega-btn-effect-9::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: -1px;
bottom: 0;
background: #18012c;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.htmega-btn-effect-9:hover::before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.htmega-btn-effect-10::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #18012c;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.htmega-btn-effect-10:hover::before {
-webkit-transform: scale(2);
transform: scale(2);
}
.htmega-btn-effect-11::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #18012c;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.htmega-btn-effect-11:hover::before {
-webkit-transform: scale(1);
transform: scale(1);
}
.htmega-btn-effect-12::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: -1px;
bottom: 0;
background: #d82f4e;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.htmega-btn-effect-12:hover::before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.htmega-btn-effect-13::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #18012c;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.htmega-btn-effect-13:hover::before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.htmega-btn-effect-14::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #18012c;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.htmega-btn-effect-14:hover::before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .htmega-btn-shadow-1 .htb-btn::before{
background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
content: "";
height: 10px;
left: 5%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 100%;
transition-duration: 0.3s;
transition-property: transform, opacity;
width: 90%;
z-index: -1;
}
.htmega-btn-shadow-1 .htb-btn:hover::before {
opacity: 1;
transform: translateY(5px);
}
.htmega-btn-shadow-2 .htb-btn::before, .htmega-btn-shadow-2 .htb-btn::after {
background-repeat: no-repeat;
box-sizing: border-box;
content: "";
height: 5px;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
transition-duration: 0.3s;
transition-property: opacity;
width: 100%;
}
.htmega-btn-shadow-2 .htb-btn::before {
background: rgba(0, 0, 0, 0) radial-gradient(ellipse at 50% 150% , rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
bottom: 100%;
}
.htmega-btn-shadow-2 .htb-btn::after {
background: rgba(0, 0, 0, 0) radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
top: 100%;
}
.htmega-btn-shadow-2 .htb-btn:hover::before, .htmega-btn-shadow-2 .htb-btn:hover::after {
opacity: 1;
} .single_accourdion {
margin-bottom: 15px;
}
.single_accourdion:last-child{
margin-bottom: 0 !important;
}
.accordion-content {
border: 1px solid #ddd;
padding: 15px;
}
.htmega-items-hedding {
background: #e6e6e6 none repeat scroll 0 0;
cursor: pointer;
padding: 10px 20px;
position: relative;
margin: 0;
}
.htmega-accourdion-title h2 {
font-size: 16px;
font-weight: 600;
}
.htmega-accourdion-title .htmega-items-hedding .accourdion-icon {
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 100%;
text-align: center;
line-height: 40px;
}
.htmega-accourdion-title .htmega-items-hedding .close-accourdion {
opacity: 1;
visibility: visible;
}
.htmega-accourdion-title .htmega-items-hedding .open-accourdion {
opacity: 0;
visibility: hidden;
}
.htmega-accourdion-title .htmega-items-hedding.htb-collapsed .open-accourdion {
opacity: 1;
visibility: visible;
}
.htmega-accourdion-title .htmega-items-hedding.htb-collapsed .close-accourdion {
opacity: 0;
visibility: hidden;
}
.htmega-icon-align-left .htmega-items-hedding {
padding-left: 40px;
}
.htmega-icon-align-left .accourdion-icon {
left: 0;
right: 0;
}
.htmega-icon-align-right .htmega-items-hedding {
padding-right: 40px;
} .gallery-wrap {
display: flex;
flex-direction: row;
width: 100%;
height: 70vh;
}
.gallery-wrap .item {
flex: 1;
height: 100%;
background-position: center;
background-size: cover;
background-repeat: none;
transition: flex 0.8s ease;
}
.gallery-wrap .item:hover {
flex: 7;
} ul.accordion--4 {
list-style: none;
padding: 0;
margin: 0;
display: flex;
text-align: center !important;
justify-content: center;
}
ul.accordion--4 li {
width: 115px;
height: 480px;
display: block;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
position: relative;
overflow: hidden;
cursor: pointer;
-moz-box-shadow: 1px 3px 15px #555;
-webkit-box-shadow: 1px 3px 15px #555;
box-shadow: 1px 3px 15px #555;
}
ul.accordion--4 li.bleft {
border-left: 2px solid #fff;
}
ul.accordion--4 li .heading {
background-color: #fff;
padding: 10px;
margin-top: 60px;
text-transform: capitalize;
font-weight: 500;
font-size: 18px;
text-align: center;
color: #18012c;
}
ul.accordion--4 li .description {
position: absolute;
height: 175px;
bottom: 60px;
left: 0px;
display: none;
width: 100%;
}
ul.accordion--4 li .description h2 {
color: #18012c;
font-size: 30px;
}
ul.accordion--4 li .description p {
margin: 10px 22px;
font-size: 14px;
line-height: 28px;
color: #18012c;
}
ul.accordion--4 li .description a {
position: absolute;
bottom: 5px;
left: 20px;
text-transform: uppercase;
font-style: normal;
font-size: 11px;
text-decoration: none;
color: #888;
}
ul.accordion--4 li .description a:hover {
color: #333;
text-decoration: underline;
}
ul.accordion--4 li .bgDescription {
background: transparent url(//prometheus.ntua.gr/wp-content/plugins/ht-mega-for-elementor/assets/css/img/gallery/bgDescription.png) repeat-x top left;
height: 340px;
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
display: none;
}
.accordion--4 .accordion-content,.accordion--5 .accordion-content{
border:0;
} .accor_wrapper {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
background: #000;
}
.accordion--5 {
position: relative;
margin: 0 auto 0 auto;
}
.accordion--5 .single_accordion {
cursor: pointer;
position: absolute;
width: 100%;
left: 0px;
overflow: hidden;
text-align: center;
z-index: 2;
}
.accordion--5 .single_accordion::before {
position: absolute;
content: "";
background: #000000;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.4;
z-index: -1;
}
.accordion--5 .single_accordion .va-title {
text-transform: uppercase;
font-size: 40px;
margin-left: 5px;
color: #ffffff;
display: inline-block;
margin-top: 15px;
margin-right: 5px;
}
.accordion--5 .single_accordion .va-title div {
font-size: 22px;
font-style: italic;
font-family: Georgia, serif;
}
.accordion--5 .single_accordion .va-content {
display: none;
margin-left: 0;
padding: 0 23%;
margin-top: -36px;
}
.accordion--5 .single_accordion .va-content div{
color: #ffffff;
font-size: 14px;
line-height: 28px;
}
.accor_wrapper .single_accordion{
background: #000 url(//prometheus.ntua.gr/wp-content/plugins/ht-mega-for-elementor/assets/css/img/gallery/gallery-e1.jpg) no-repeat center center;
background-size: cover;
} .htmega-single-skill {
overflow: hidden;
padding-bottom: 23px;
}
.htmega-single-skill .htb-progress-bar {
border-radius: 3px;
position: relative;
}
.htmega-single-skill .htb-progress {
overflow: visible;
height: 6px;
border-radius: 3px;
}
.htmega-single-skill .htb-progress span.percent-label {
position: absolute;
right: 0;
top: -39px;
}
.htmega-progress-value-inner .htb-progress span.percent-label {
right: 50px;
top: 50%;
transform: translateY(-50%);
}
.htmega-single-skill p {
color: #666666;
font-family: "Montserrat",sans-serif;
font-size: 16px;
font-weight: 500;
margin-bottom: 17px;
display: inline-block;
}
.htmega-progressbar-value-bottom .htb-progress span.percent-label::after {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #18012c;
content: "";
height: 0;
left: 50%;
margin-left: -6px;
position: absolute;
top: 100%;
width: 0;
}
.htmega-progress-indicator .htb-progress .htb-progress-bar::after {
background: #fff none repeat scroll 0 0;
border: 4px solid #18012c;
border-radius: 100%;
content: "";
height: 24px;
position: absolute;
right: -1px;
top: 50%;
transform: translateY(-50%);
width: 24px;
} .htmega-single-skill.htmega-progress-bar-vertical {
display: flex;
flex-direction: column;
overflow-y: hidden; 
}
.htmega-progress-bar-vertical {
position: relative;
padding-top: 41px; 
}
.htmega-progress-bar-vertical .htb-progress {
width: 100%;
padding-top: 40px;
min-height: 390px;
display: flex;
align-items: flex-end;
background: transparent;
overflow: hidden; 
}
.htmega-progress-bar-vertical .htb-progress .htb-progress-bar {
width: 100%;
height: 0;
-webkit-transition: height 0.6s ease;
-o-transition: height 0.6s ease;
transition: height 0.6s ease; 
}
.htmega-progress-bar-vertical.htmega-single-skill p.htmega_progress_title {
order: 1;
}
.htmega-progress-bar-vertical.htmega-progress-value-inner .htb-progress span.percent-label {
position: absolute;
top: -36px;
left: 50%;
transform: translateX(-50%); 
}
.htmega-progress-bar-vertical.htmega-progress-value-inner .htb-progress span.percent-label {
left: 50%;
position: absolute;
top: -36px;
transform: translateX(-50%);
right: auto;
} .radial-progress-single {
text-align: center; 
}
.radial-progress-single .radial-progress {
position: relative; 
}
.radial-progress-single .radial-progress span{
position: absolute;
text-align: center;
display: block;
left: 50%;
top: -55%;
transform: translateX(-50%) translateY(0);
color: #383838;
font-size: 30px;
font-weight: 500;
font-family: "Montserrat", sans-serif; 
}
.radial-progress-single.htmega-progress-value-inner .radial-progress span{
top: 50%;
transform: translateX(-50%) translateY(-50%);
}
.radial-progress-single h5.radial-progress-title {
color: #666666;
font-size: 16px;
font-weight: 500;
margin: 0;
margin-top: 11px;
font-family: "Montserrat", sans-serif; 
}
.radial-progress-single canvas {
vertical-align: middle;
position: relative; 
}
.radial-progressbg {
display: inline-block;
position: relative;
} .htmega-countbox {
text-align: center; 
}
.htmega-countbox .ht-count {
display: inline-block;
position: relative;
margin: 0 22px;
line-height: 1;
}
.htmega-countbox .ht-count::before {
position: absolute;
content: ":";
right: -26px;
top: 50%;
transform: translateY(-50%);
color: #5e5b60;
font-size: 55px; 
}
.htmega-countbox .ht-count:last-child::before {
display: none; 
}
span.ht-count {
padding: 28px 0px;
border: 2px solid #18012c;
border-radius: 10px;
width: 139px;
text-align: center; 
}
.htmega-countbox span.time-count {
color: #242424;
font-size: 36px;
font-weight: 500;
display: block;
padding-bottom: 27px;
margin-bottom: 27px;
position: relative;
font-family: "Montserrat", sans-serif; 
}
.htmega-countbox span.time-count::before {
background-image: linear-gradient(to right, rgba(82, 65, 97, 0), rgba(82, 65, 97, 0.8) 40%, rgba(82, 65, 97, 0.8) 60%, rgba(82, 65, 97, 0));
background-position: center center;
background-repeat: no-repeat;
background-size: 84% auto;
content: "";
height: 2px;
left: 0;
position: absolute;
bottom: 0;
width: 100%; 
}
.htmega-countbox span span.count-inner p {
color: #242424;
font-size: 30px;
font-weight: 400;
margin: 0; 
}
.htmega-timer-separate-no .htmega-countbox span.time-count::before, .htmega-separate-no .htmega-countbox .ht-count::before{
display: none;
}
.htmega-countdown-style-2 .ht-count .count-inner .time-count,.htmega-countdown-style-2 .ht-count .count-inner p{
display: inline-block;
}
.htmega-countdown-style-2 span.ht-count,.htmega-countdown-style-3 span.ht-count{
width: auto !important;
height: auto !important;
}
.htmega-countdown-style-3 .ht-count.second {
left: 48.5%;
margin: 0;
position: absolute;
top: -60px;
transform: translateX(-50%);
}
.htmega-countdown-style-3 .ht-count.second p,.htmega-countdown-style-3 .htmega-countbox .ht-count.minutes::before
{
display: none;
}
.htmega-countdown-style-3 .ht-count::before {
right: -26px;
top: 21%;
transform: inherit;
}
.htmega-hide-lavel .htmega-countbox .ht-count::before {
right: -26px;
top: 36%;
} .htmega_event_button a {
line-height: 1;
margin-top: 30px;
padding: 15px 30px;
text-decoration: none;
}
.htmega_event_button a i{
margin-right: 10px;
} .htmega-team {
margin-top: 30px;
}
.htmega-team .htmega-thumb {
position: relative;
overflow: hidden;
}
.htmega-team {
position: relative;
}
.htmega-team .htmega-team-content {
text-align: center;
font-size: 16px;
font-weight: 500;
margin-bottom: 7px;
border: 1px solid #dcd9d9;
padding: 30px 20px;
}
.htmega-team .htmega-team-content h4 {
font-size: 16px;
font-weight: 500;
margin-bottom: 5px;
}
.htmega-team .htmega-team-content h4 {
color: #343434;
transition: 0.5s;
}
.htmega-team .htmega-team-content p {
margin: 0;
color: #343434;
font-size: 16px;
font-weight: 400;
}
.htmega-team-style-1 .htmega-team-hover-action {
position: absolute;
width: 100%;
text-align: center;
height: 100%;
top: -100px;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0.5s;
-moz-transition: all 0.3s ease-out 0.5s;
-o-transition: all 0.3s ease-out 0.5s;
-ms-transition: all 0.3s ease-out 0.5s;
transition: all 0.3s ease-out 0.5s;
}
.htmega-team .htmega-team-hover-action .htmega-team-hover {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
.htmega-team .htmega-team-hover-action .htmega-team-hover p {
color: #ffffff;
font-size: 14px;
line-height: 28px;
padding: 0 23px;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-o-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: all 0.2s ease-in-out 0.1s;
-moz-transition: all 0.2s ease-in-out 0.1s;
-o-transition: all 0.2s ease-in-out 0.1s;
-ms-transition: all 0.2s ease-in-out 0.1s;
transition: all 0.2s ease-in-out 0.1s;
opacity: 0;
}
.htmega-team .htmega-team-hover-action .htmega-team-hover .htmega-social-network {
margin-bottom: 7px;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-o-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all 0.2s ease-in-out 0.1s;
-moz-transition: all 0.2s ease-in-out 0.1s;
-o-transition: all 0.2s ease-in-out 0.1s;
-ms-transition: all 0.2s ease-in-out 0.1s;
transition: all 0.2s ease-in-out 0.1s;
opacity: 0;
}
.htmega-team-style-1:hover .htmega-team-hover-action {
opacity: 1;
top: 0px;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
-webkit-animation: bounceY 0.9s linear;
-moz-animation: bounceY 0.9s linear;
-ms-animation: bounceY 0.9s linear;
animation: bounceY 0.9s linear;
background: rgba(24, 1, 44, 0.6);
}
.htmega-team:hover .htmega-team-hover-action .htmega-team-hover p,
.htmega-team:hover .htmega-team-hover-action .htmega-team-hover .htmega-social-network {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
opacity: 1;
}
.htmega-team-style-1::before {
position: absolute;
content: "";
width: 0;
height: 1px;
background: #18012c;
bottom: 0;
left: 0;
transition: 0.5s;
}
.htmega-team-style-1:hover::before {
width: 100%;
}
.htmega-team .htmega-thumb img {
transition: all 0.4s ease 0s;
width: 100%;
} .htmega-team-style-2 .htmega-thumb img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transition: 0.5s;
}
.htmega-team-style-2:hover .htmega-thumb img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.htmega-team-style-2 .htmega-team-hover-action {
position: absolute;
bottom: 30px;
width: 100%;
padding: 0 30px;
}
.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action {
text-align: center;
padding: 25px 0;
background-color: rgba(115, 146, 184, 0.7);
width: 100%;
opacity: 0;
-webkit-transform: translate(265px, 145px) rotate(45deg);
-moz-transform: translate(265px, 145px) rotate(45deg);
-o-transform: translate(265px, 145px) rotate(45deg);
-ms-transform: translate(265px, 145px) rotate(45deg);
transform: translate(265px, 145px) rotate(45deg);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action h4 {
font-size: 18px;
font-weight: 500;
margin-bottom: 9px;
color: #ffffff;
}
.htmega-team-style-2 .htmega-team-hover-action .htmega-hover-action{
background-color: #18012c;
}
.htmega-team-style-2 .htmega-team-hover-action{
background-color: transparent !important;
}
.htmega-team-style-2:hover .htmega-team-hover-action .htmega-hover-action {
opacity: 1;
-webkit-transform: translate(0px, -10px) rotate(45deg);
-moz-transform: translate(0px, -10px) rotate(45deg);
-o-transform: translate(0px, -10px) rotate(45deg);
-ms-transform: translate(0px, -10px) rotate(45deg);
transform: translate(0px, -10px) rotate(0deg);
} .htmega-team-style-3 .htmega-thumb {
padding-bottom: 80px;
position: relative;
}
.htmega-team-style-3 .plus_click {
position: absolute;
left: 50%;
top: -14px;
transform: translateX(-50%);
}
.htmega-team-style-3 .plus_click::before {
content: "\f067";
font-family: Fontawesome;
display: block;
width: 25px;
height: 25px;
border: 1px solid #fff;
color: #fff;
background: #555555;
border-radius: 100%;
text-align: center;
font-size: 12px;
z-index: 2;
cursor: pointer;
transition: 0.5s;
line-height: 27px;
}
.htmega-team-style-3 .plus_click.team-minus::before {
content: "\f068";
background: #18012c;
}
.htmega-team-style-3 .htmega-team-click-action {
background: #343434;
text-align: center;
border-radius: 50px 50px 0 0;
padding-top: 28px;
padding-bottom: 20px;
transition: 0.5s;
width: 100%;
position: absolute;
width: 100%;
bottom: 0;
margin-bottom: -58px;
}
.htmega-team-style-3 .htmega-team-click-action.visible {
margin-bottom: 0px;
background: #18012c;
}
.htmega-team-style-3 .htmega-team-click-action h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 2px;
}
.htmega-team-style-3 .htmega-team-click-action h4{
color: #ffffff;
}
.htmega-team-style-3 .htmega-team-click-action span {
display: block;
color: #ffffff;
font-size: 14px;
margin-bottom: 14px;
}
.htmega-team-style-3 .htmega-team-click-action .htmega-social-network {
margin-bottom: 9px;
} .htmega-team ul.htmega-social-network {
padding: 0 15px;
margin: 0;
list-style: none;
display: block;
text-align: center;
}
.htmega-social-network {
margin-bottom: 8px;
}
.htmega-social-network li {
margin: 0 10px;
display: inline-block;
}
.htmega-social-network li a {
color: #fff;
font-size: 14px;
display: block;
background: transparent;
line-height: 1;
}
.htmega-social-network li a svg {
width: 20px;
}
.htmega-social-network li a:hover {
color: #3B5998;
background: transparent;
}
.htmega-team-style-3 .htmega-social-network li a {
height: 28px;
line-height: 26px;
text-align: center;
width: 28px;
} .htmega-team-style-4 {
text-align: center;
}
.htmega-team-style-4 .htmega-thumb {
overflow: visible;
display: inline-block;
}
.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-left img {
z-index: 11;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: relative;
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-right img {
z-index: 11;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: relative;
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-top img {
z-index: 11;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: relative;
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.htmega-team-style-4 .htmega-thumb.htmega-team-image-hover-bottom img {
z-index: 11;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: relative;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.htmega-team-style-4 .htmega-team-hover-action {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 100%;
text-align: center;
}
.htmega-team-style-4 .htmega-team-hover-action::before {
position: absolute;
content: "";
background: #18012c;
opacity: 1;
width: auto;
height: auto;
border-radius: 100%;
left: 0px;
top: 0px;
bottom: 0px;
right: 0px;
}
.htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action::before {
background: rgba(24, 1, 44, 0.5) none repeat scroll 0 0;
bottom: 10px;
content: "";
height: auto;
left: 10px;
opacity: 0;
position: absolute;
right: 10px;
top: 10px;
transition: all 0.4s ease-in-out 0s;
width: auto;
}
.htmega-thumb.htmega-team-image-hover-none {
overflow: hidden;
}
.htmega-team-style-4 .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4 {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.htmega-team-style-4 .htmega-team-image-hover-none ul.htmega-social-network{
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action .htmega-hover-action h4,.htmega-team-style-4:hover .htmega-team-image-hover-none ul.htmega-social-network {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.htmega-team-style-4:hover .htmega-team-image-hover-none .htmega-team-hover-action::before {
opacity: 1;
}
.htmega-team-style-4.htmega-team:hover .htmega-team-image-hover-none .htmega-team-hover-action {
background-color: transparent;
}
.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
}
.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4 {
font-size: 16px;
margin-bottom: 13px;
font-weight: 500;
}
.htmega-team-style-4 .htmega-team-hover-action .htmega-hover-action h4 {
color: #ffffff;
}
.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-left img {
-webkit-transform: rotate3d(0, 1, 0, -180deg);
-moz-transform: rotate3d(0, 1, 0, -180deg);
-ms-transform: rotate3d(0, 1, 0, -180deg);
-o-transform: rotate3d(0, 1, 0, -180deg);
transform: rotate3d(0, 1, 0, -180deg);
}
.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-right img {
-webkit-transform: rotate3d(0, 1, 0, 180deg);
-moz-transform: rotate3d(0, 1, 0, 180deg);
-ms-transform: rotate3d(0, 1, 0, 180deg);
-o-transform: rotate3d(0, 1, 0, 180deg);
transform: rotate3d(0, 1, 0, 180deg);
z-index: 12;
}
.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-top img {
-webkit-transform: rotate3d(1, 0, 0, 180deg);
-moz-transform: rotate3d(1, 0, 0, 180deg);
-ms-transform: rotate3d(1, 0, 0, 180deg);
-o-transform: rotate3d(1, 0, 0, 180deg);
transform: rotate3d(1, 0, 0, 180deg);
}
.htmega-team-style-4:hover .htmega-thumb.htmega-team-image-hover-bottom img {
-webkit-transform: rotate3d(1, 0, 0, 180deg);
-moz-transform: rotate3d(1, 0, 0, 180deg);
-ms-transform: rotate3d(1, 0, 0, 180deg);
-o-transform: rotate3d(1, 0, 0, 180deg);
transform: rotate3d(1, 0, 0, 180deg);
} .htmega-team-style-5 .htmega-thumb img {
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-o-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.htmega-team-style-5 .htmega-team-hover-action {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
background-color: white;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
opacity: 0;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action {
position: absolute;
top: 50%;
transform: translateY(-50%);
padding: 0 20px;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 9px;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 a {
color: #343434;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span {
font-size: 16px;
display: block;
color: #343434;
margin-bottom: 12px;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p {
line-height: 26px;
color: #494849;
font-size: 14px;
margin-bottom: 16px;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network {
justify-content: flex-start;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li:first-child {
margin-left: 0;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4,
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span,
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network,
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action p {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
transition: all 0.5s linear;
opacity: 0;
}
.htmega-team-style-5:hover .htmega-team-hover-action {
opacity: 1;
background-color: white;
}
.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action h4,
.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action ul.htmega-social-network,
.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action p,
.htmega-team-style-5:hover .htmega-team-hover-action .htmega-hover-action span {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
.htmega-team-style-5:hover .htmega-thumb img {
-webkit-transform: scale(10);
-moz-transform: scale(10);
-o-transform: scale(10);
-ms-transform: scale(10);
transform: scale(10);
opacity: 0;
}
.htmega-team.htmega-team-style-5 ul.htmega-social-network{
padding: 0;
} .htmega-team-style-6 {
overflow: hidden;
}
.htmega-team-style-6 .htmega-thumb img {
transition: 0.5s;
}
.htmega-team-style-6:hover .htmega-thumb img {
transform: scale(1.2) rotate(10deg);
}
.htmega-team-style-6 .htmega-team-info {
background: #f4f4f4;
text-align: center;
transition: 0.4s;
}
.htmega-team-style-6 .htmega-team-info .htmega-team-content {
padding: 26px 18px;
}
.htmega-team-style-6 .htmega-team-info .htmega-team-content p {
font-size: 14px;
line-height: 28px;
color: #494849;
margin: 0;
}
.htmega-team-style-6 .htmega-team-info .htmega-team-content h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}
.htmega-team-style-6 .htmega-team-info .htmega-team-content h4 {
color: #343434;
}
.htmega-team-style-6 .htmega-team-info .htmega-team-content span {
color: #343434;
font-size: 14px;
font-weight: 400;
}
.htmega-team-style-6 .htmega-team-info .htmega-social-network {
padding: 14px 0;
border-top: 2px solid #ffffff;
}
.htmega-team.htmega-team-style-6 .htmega-team-content {
border:none;
} .htmega-team-style-7 {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.htmega-team-style-7 .htmega-thumb a img {
transition: 0.5s;
}
.htmega-team-style-7 .htmega-team-hover-action {
position: absolute;
bottom: 30px;
width: 100%;
text-align: center;
}
.htmega-team-style-7 .htmega-team-hover-action{
background-color: transparent !important;
}
.htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network {
-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.htmega-team-style-7 .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a {
-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transform: scale(0.1);
transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform: scale(0.1);
opacity: 0;
height: 28px;
width: 28px;
line-height: 28px;
}
.htmega-team-style-7:hover .htmega-team-hover-action .htmega-hover-action .htmega-social-network li a {
opacity: 1;
transform: scale(1);
-webkit-transition-delay: .1s;
transition-delay: .1s;
}
.htmega-team-style-7 .htmega-team-content {
background: #fff none repeat scroll 0 0;
border: 0 none;
margin: 0;
padding: 20px 10px;
text-align: center;
}
.htmega-team-style-7 .htmega-team-content h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 3px;
}
.htmega-team-style-7 .htmega-team-content h4 {
color: #343434;
}
.htmega-team-style-7 .htmega-team-content h4:hover {
color: #18012c;
}
.htmega-team-style-7 .htmega-team-content span {
color: #343434;
font-size: 14px;
margin: 0;
font-weight: 400;
}
.htmega-team-style-7:hover .htmega-thumb img {
transform: scale(1.2) rotate(10deg);
} .htmega-features svg {
width: 20px;
display: inline-block;
}
.htmega-pricing-panel {
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
margin-top: 30px;
}
.htmega-pricing-body ul {
list-style: none;
padding: 0;
margin: 0;
}
.htmega-pricing-panel .pricing_old {
margin-right: 15px;
}
.htmega-pricing-panel .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-panel .htmega-pricing-heading .price h4 span.pricing_old{
padding-left: 16px;
position: relative;
}
.htmega-features li i{
margin-right: 8px;
} .htmega-pricing-style-1 {
background: #365a73;
margin-top: 30px;
border-radius: 10px;
padding-bottom: 40px;
}
.htmega-pricing-style-1 .htmega-pricing-heading {
padding-top: 65px;
padding-bottom: 75px;
background-repeat: no-repeat;
background-position: center center;
position: relative;
background-size: cover;
margin-bottom: 37px;
border-radius: 10px 10px 0 0;
}
.htmega-pricing-style-1 .htmega-pricing-heading .title {
position: absolute;
left: -7px;
transform: rotate(-90deg);
top: 39px;
}
.htmega-pricing-style-1 .htmega-pricing-heading .title h2 {
margin: 0;
height: 50px;
line-height: 50px;
color: #ffffff;
font-size: 16px;
background-image: -webkit-linear-gradient(left, #446c83, #4eb8bf);
background-image: linear-gradient(left, #446c83, #4eb8bf);
border-radius: 10px;
font-family: 'Raleway', sans-serif;
width: 125px;
text-align: center;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price {
display: inline-block;
padding-left: 35px;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 {
color: #ffffff;
display: inline-block;
margin: 0;
position: relative;
font-size: 40px;
font-weight: 600;
font-family: 'Raleway', sans-serif;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.pricing_new{
font-size: 40px;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 sub {
position: absolute;
left: 0;
top: 23px;
font-size: 20px;
font-weight: 700;
font-family: 'Raleway', sans-serif;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.pricing_old sub{
position: static;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span {
font-size: 20px;
font-family: "Montserrat", sans-serif;
}
.htmega-pricing-style-1 .htmega-pricing-heading .price h4 span.separator {
margin-right: -5px;
}
.htmega-pricing-style-1 .htmega-pricing-body {
margin-bottom: 37px;
}
.htmega-pricing-style-1 .htmega-pricing-body ul li {
color: #f1f1f1;
font-weight: 300;
font-size: 16px;
padding: 5px 0;
}
a.price_btn{
text-decoration: none;
}
.htmega-pricing-style-1 a.price_btn {
border: 1px solid #4fbfc5;
display: inline-block;
padding: 8px 40px;
border-radius: 10px;
color: #ffffff;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
transition: 0.5s;
}
.htmega-pricing-style-1 a.price_btn:hover {
background: #4ebec4;
color: #ffffff;
border: 1px solid #4ebec4;
} .htmega-pricing-style-2 {
background: #ffffff;
border-radius: 10px;
padding: 55px 0;
}
.htmega-pricing-heighlight{
padding: 70px 0;
box-shadow: 0 0 30px rgba(82, 182, 188, 0.25);
position: relative;
z-index: 2;
}
.htmega-pricing-style-2 .htmega-pricing-heading {
margin-bottom: 10px;
}
.htmega-pricing-style-2 .htmega-pricing-heading .icon {
margin-bottom: 20px;
}
.htmega-pricing-style-2 .htmega-pricing-heading .title h2 {
margin-bottom: 14px;
margin-bottom: 28px;
}
.htmega-pricing-style-2 .htmega-pricing-heading .price h4 {
color: #52b6bc;
font-weight: 400;
position: relative;
font-size: 30px;
margin: 0;
font-family: 'Lora', serif;
display: inline-block;
}
.htmega-pricing-style-2 .htmega-pricing-heading .price h4 sub {
position: absolute;
left: 0;
top: 16px;
}
.htmega-pricing-style-2 .htmega-pricing-body {
margin-bottom: 27px;
}
.htmega-pricing-style-2 .htmega-pricing-body ul li {
color: #7b7b7b;
font-size: 14px;
font-weight: 300;
padding: 3px 0;
}
.htmega-pricing-style-2 .htmega-pricing-footer a.price_btn {
border: 2px solid #52b6bc;
display: inline-block;
padding: 0 32px;
color: #52b6bc;
border-radius: 21px;
font-weight: 500;
font-size: 15px;
transition: 0.5s;
}
.htmega-pricing-style-2 .htmega-pricing-footer a.price_btn:hover {
background: #52b6bc;
color: #ffffff;
border: 2px solid #52b6bc;
} .htmega-pricing-style-3 {
background: #ef476f;
padding-bottom: 60px;
margin-top: 88px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.htmega-pricing-style-3 .htmega-pricing-heading .price {
width: 125px;
height: 127px;
background: #ef476f;
border: 4px solid #fff;
border-radius: 100%;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-top: -63px;
margin-bottom: 37px;
}
.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_new,.htmega-pricing-style-3 .htmega-pricing-heading .price h4{
font-size: 40px;
margin: 0;
font-weight: 600;
position: relative;
font-family: "Poppins", sans-serif;
}
.htmega-pricing-panel.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_new, .htmega-pricing-panel.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.pricing_old{
padding: 0;
}
.htmega-pricing-style-3 .htmega-pricing-heading .price h4 sub {
font-size: 20px;
position: relative;
top: -17px;
left: 0;
}
.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span {
font-size: 15px;
font-weight: 500;
}
.htmega-pricing-style-3 .htmega-pricing-heading .price h4 span.separator {
margin-left: -9PX;
margin-right: -10px;
}
.htmega-pricing-style-3 .htmega-pricing-heading .title {
margin-bottom: 41px;
}
.htmega-pricing-style-3 .htmega-pricing-heading .title h2 {
font-size: 26px;
color: #ffffff;
font-weight: 600;
margin: 0;
font-family: "Montserrat", sans-serif;
}
.htmega-pricing-style-3 .htmega-pricing-body ul li {
color: #ffffff;
font-size: 17px;
padding: 5px 0;
font-family: "Poppins", sans-serif;
}
.htmega-pricing-style-3 .htmega-pricing-footer {
margin-top: 48px;
}
.htmega-pricing-style-3 .htmega-pricing-footer a.price_btn {
height: 40px;
padding: 0 43px;
display: inline-block;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
color: #fff;
font-weight: 600;
line-height: 40px;
font-size: 15px;
transition: 0.5s;
font-family: "Montserrat", sans-serif;
}
.htmega-pricing-style-3 .htmega-pricing-footer a.price_btn:hover {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} .htmega-pricing-style-4 {
background: #ffffff;
padding: 90px 0;
}
.htmega-pricing-style-4.htmega-pricing-heighlight .htmega-pricing-footer {
height: auto;
}
.htmega-pricing-ribon{
position: relative;
}
.htmega-pricing-ribon::before {
content: url(//prometheus.ntua.gr/wp-content/plugins/ht-mega-for-elementor/assets/images/pricing/pricing-ribon.png);
left: 30px;
position: absolute;
top: -15px;
}
.htmega-pricing-style-4 .htmega-pricing-heading .price h4 {
font-weight: 600;
color: #4d4d4d;
font-size: 48px;
position: relative;
display: inline-block;
margin: 0;
}
.htmega-pricing-style-4 .htmega-pricing-heading .price h4 sub {
position: absolute;
left: 0;
top: 25px;
font-size: 31px;
}
.htmega-pricing-style-4 .htmega-pricing-heading .title h2 {
font-size: 18px;
font-weight: 500;
color: #000101;
padding-bottom: 27px;
position: relative;
margin-bottom: 28px;
}
.htmega-pricing-style-4 .htmega-pricing-heading .title h2::before {
position: absolute;
content: "";
width: 60px;
height: 2px;
background: #e1e1e1;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.htmega-pricing-style-4 .htmega-pricing-body {
position: relative;
padding-bottom: 23px;
margin-top: 36px;
}
.htmega-pricing-style-4 .htmega-pricing-body::before {
position: absolute;
content: "";
background: #e1e1e1;
width: 60px;
height: 2px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.htmega-pricing-style-4 .htmega-pricing-body ul {
padding: 0 53px;
}
.htmega-pricing-style-4 .htmega-pricing-body ul li {
font-size: 15px;
color: #000000;
line-height: 35px;
font-family: "Montserrat", sans-serif;
}
.htmega-pricing-style-4 .htmega-pricing-footer {
margin-top: 32px;
height: 0px;
overflow: hidden;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.htmega-pricing-style-4 .htmega-pricing-footer a.price_btn {
height: 46px;
border: 1px solid #ededed;
display: inline-block;
line-height: 44px;
padding: 0 40px;
color: #000000;
font-size: 14px;
border-radius: 30px;
font-family: "Montserrat", sans-serif;
transition: 0.5s;
}
.htmega-pricing-style-4 .htmega-pricing-footer a.price_btn:hover {
background: #0056ff;
color: #ffffff;
border: 1px solid #0056ff;
}
.htmega-pricing-style-4:hover .htmega-pricing-footer {
height: 46px;
}
.htmega-pricing-style-4.active .htmega-pricing-footer {
height: 46px !important;
} .htmega-pricing-style-5 {
background: #f6f6f6;
padding: 40px 0;
text-align: left;
padding-bottom: 50px;
margin-left: 30px;
}
.htmega-pricing-style-5 .htmega-pricing-heading {
padding-left: 46px;
margin-bottom: 8px;
}
.htmega-pricing-style-5 .htmega-pricing-heading .price h4 {
color: #0056ff;
font-weight: 600;
font-size: 40px;
}
.htmega-pricing-style-5 .htmega-pricing-heading .title h2 {
color: #000000;
font-size: 18px;
font-weight: 500;
letter-spacing: 3px;
margin-bottom: 3px;
}
.htmega-pricing-style-5 .htmega-pricing-body {
background: #e3ecff;
margin-right: 30px;
margin-left: -30px;
border-radius: 6px;
padding: 40px 56px 60px;
position: relative;
}
.htmega-pricing-style-5 .htmega-pricing-body ul {
margin-bottom: -37px;
}
.htmega-pricing-style-5 .htmega-pricing-body ul li {
color: #181818;
font-size: 14px;
padding: 10px 0;
}
.htmega-pricing-body ul li.off {
text-decoration: line-through;
}
.htmega-pricing-style-5 .htmega-pricing-body a.price_btn {
bottom: -72px;
background: transparent;
display: inline-block;
left: 50%;
border-radius: 25px;
font-size: 14px;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 2px;
transform: translateX(-50%);
position: relative;
border: 1px solid transparent;
padding: 4px;
transition: 0.5;
}
.htmega-pricing-style-5 .htmega-pricing-body a.price_btn span {
padding: 0 30px;
background: #0056ff;
display: inline-block;
border-radius: 20px;
height: 40px;
line-height: 40px;
}
.htmega-pricing-style-5 .htmega-pricing-body a.price_btn:hover {
border: 1px solid #0056ff;
}
.htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active {
border: 1px solid #0056ff;
}
.htmega-pricing-style-5 .htmega-pricing-body a.price_btn.active:hover {
border: 1px solid transparent;
}
.htmega-pricing-style-5 .htmega-pricing-heading .price h4 span.pricing_new, .htmega-pricing-style-5 .htmega-pricing-heading .price h4 span.pricing_old{
padding: 0;
}
.htmega-pricing-style-5 sub {
font-size: 40px;
position: static;
} .htmega-pricing-style-6 {
background: #fff;
box-shadow: 0 0 20px 1px rgba(35, 31, 32, 0.2);
padding-bottom: 30px;
}
.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-heading {
background: #2d3e50;
padding: 30px 0;
}
.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-body {
padding: 55px 0;
}
.htmega-pricing-style-6.htmega-pricing-heighlight .htmega-pricing-body ul li {
padding: 7px 0;
}
.htmega-pricing-style-6 .htmega-pricing-heading {
background: #2d3e50;
padding: 30px 0;
}
.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.separator {
margin-left: -7px;
margin-right: -10px;
}
.htmega-pricing-style-6 .htmega-pricing-heading .price h4 sub {
font-size: 18px;
position: relative;
top: -20px;
left: 0;
}
.htmega-pricing-style-6 .htmega-pricing-body {
padding: 50px 0;
}
.htmega-pricing-style-6 .htmega-pricing-body ul li {
color: #2d3e50;
font-size: 18px;
font-weight: 500;
padding: 5px 0;
font-family: 'Raleway', sans-serif;
}
.htmega-pricing-style-6 .htmega-pricing-footer a.price_btn {
display: inline-block;
background: #2d3e50;
padding: 0 40px;
height: 40px;
line-height: 41px;
font-weight: 700;
border-radius: 15px;
font-size: 15px;
color: #ffffff;
font-family: 'Raleway', sans-serif;
transition: 0.5s;
}
.htmega-pricing-style-6 .htmega-pricing-footer a.price_btn:hover {
transform: translateY(-5px);
}
.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.period-txt,.htmega-pricing-style-6 .htmega-pricing-heading .price h4 span.separator {
color: #ecebeb;
font-size: 18px;
} .htmega-pricing-style-7 {
background: #ffffff;
padding-top: 48px;
padding-bottom: 60px;
box-shadow: 0 0 10px rgba(1, 26, 72, 0.1);
}
.htmega-pricing-style-7 .htmega-pricing-heading .title h2 {
color: #f7ca18;
font-size: 26px;
font-weight: 600;
margin-bottom: 32px;
font-family: "Poppins", sans-serif;
}
.htmega-pricing-style-7 .htmega-pricing-heading .price {
background-position: center center;
background-size: cover;
margin-bottom: 23px;
padding: 12px 0;
}
.htmega-pricing-style-7 .htmega-pricing-heading .price h4 {
font-size: 60px;
color: #011a48;
font-weight: 700;
font-family: "Poppins", sans-serif;
}
.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.period-txt,.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.separator {
font-size: 26px;
font-weight: 600;
}
.htmega-pricing-style-7 .htmega-pricing-heading .price h4 span.separator {
margin-left: 2px;
margin-right: -8px;
}
.htmega-pricing-style-7 .htmega-pricing-heading .price h4 sub {
font-size: 26px;
left: 0px;
position: relative;
top: -3px;
}
.htmega-pricing-style-7 .htmega-pricing-body {
padding: 0 28px;
}
.htmega-pricing-style-7 .htmega-pricing-body ul li {
color: #798294;
font-size: 20px;
line-height: 32px;
padding: 13px 0;
border-top: 1px solid #f6f6f6;
font-family: 'Open Sans', sans-serif;
}
.htmega-pricing-style-7 .htmega-pricing-body ul li:last-child {
border-bottom: 1px solid #f6f6f6;
}
.htmega-pricing-style-7 .htmega-pricing-footer {
margin-top: 40px;
}
.htmega-pricing-style-7 .htmega-pricing-footer a.price_btn {
height: 47px;
padding: 0 50px;
display: inline-block;
background: #011a48;
border-radius: 23px;
color: #fff;
font-size: 14px;
line-height: 47px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
font-family: "Poppins", sans-serif;
transition: 0.5s;
}
.htmega-pricing-style-7 .htmega-pricing-footer a.price_btn:hover {
background: #f7ca18;
color: #000000;
} .htmega-brands-area.htmega-brands-style-1{
display: flex;
flex-wrap: wrap;
}
.single-partner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 0 15px;
width: calc(100% * (1/4));
text-align: center;
margin-bottom: 50px;
}
.single-partner a{
display: inline-block;
} ul.brand-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
}
ul.brand-list li {
position: relative;
text-align: center;
}
ul.brand-list li a{
display: inline-block;
}
.htmega-brands-style-2 ul.brand-list li {
border-right: 1px dashed #ffffff;
display: block;
float: left;
padding: 20px;
text-align: center;
width: 20%;
}
.htmega-brands-style-2 ul.brand-list li:last-child {
border-right: 1px dashed transparent;
}
.htmega-brands-style-3 ul.brand-list li {
flex-basis: 20%;
border-right: 1px solid #dcd9d9;
height: 125px;
line-height: 125px;
border-top: 1px solid #dcd9d9;
border-bottom: 1px solid #dcd9d9;
}
.htmega-brands-style-3 ul.brand-list li:first-child {
border-left: 1px solid #dcd9d9;
}
.brand-list-area {
display: flex;
flex-wrap: wrap;
}
.brand-logo-col{
padding-left: 15px;
padding-right: 15px;
}
.htmega-brands-style-5 .brand-logo-col{
flex: 0 0 25%;
max-width: 25%;
}
.htmega-brands-style-5 .single-partner {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
display: block;
width: 100%;
padding: 25px 15px;
}
.htmega-brands-style-7 .single-partner{
width: 100%;
}
.htmega-brands-style-7 .brand-logo-col{
flex: 0 0 33.333%;
max-width: 33.333%;
} .htmega-brands-style-4 ul.brand-list{
display: block;
}
.htmega-brands-style-4 ul.brand-list li {
border-bottom: 1px dashed #aaa;
border-right: 1px dashed #aaa;
float: left;
padding: 25px 15px;
text-align: center;
width: 33.33%;
}
.htmega-brands-style-4 ul.brand-list li:nth-child(1) {
border-bottom-color: #aaa;
border-right-color: #aaa;
}
.htmega-brands-style-4 ul.brand-list li:nth-child(6),
.htmega-brands-style-4 ul.brand-list li:last-child {
border-bottom-color: transparent;
border-right-color: transparent;
}
.htmega-brands-style-4 ul.brand-list li:nth-child(5) {
border-bottom-color: transparent;
border-right-color: #aaa;
}
.htmega-brands-style-4 ul.brand-list li:nth-child(4) {
border-bottom-color: transparent;
border-right-color: #aaa;
}
.htmega-brands-style-4 ul.brand-list li:nth-child(3) {
border-bottom-color: #aaa;
border-right-color: transparent;
} .float-left{
float:left;
}
.newsletter-style-one p {
color: #798294;
font-size: 14px;
line-height: 28px;
max-width: 605px;
margin: 0 auto !important;
width: 100%;
margin-bottom: 58px;
margin-top: 16px;
}
.htmega-mailchimp-style-1 .htmega-input-box {
position: relative;
max-width: 530px;
margin: 0 auto;
}
.htmega-input-box input[type="text"],.htmega-input-box input[type="email"] {
width: 100%;
}
.htmega-mailchimp-style-1 .htmega-input-box input[type="submit"] {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
outline: none;
border: 0 none;
transition: 0.4s;
} .htmega-mailchimp-style-2 .htmega-input-box input[type="text"],.htmega-mailchimp-style-2 .htmega-input-box input[type="email"] {
width: calc(100% - 170px);
} .htmega-input-box form{
width: 100%;
}
.htmega-mailchimp-style-3 .htmega-input-box {
position: relative;
max-width: 580px;
width: 100%;
margin: 0 auto;
display: flex;
}
.htmega-mailchimp-style-3 .htmega-input-box input {
text-align: center;
float: left;
overflow: hidden;
max-width: 405px;
}
.htmega-mailchimp-style-3 .htmega-input-box input[type="submit"] {
float: right;
overflow: hidden;
transition: 0.4s;
} .htmega-mailchimp-style-4 .htmega-input-box {
position: relative;
}
.htmega-mailchimp-style-4 .htmega-input-box input[type="submit"] {
position: absolute;
right: 5px;
top: 50%;
width: 40px;
transform: translateY(-50%);
transition: 0.4s;
text-indent: -99999px;
}
.htmega-mailchimp-style-4 .htmega-input-box::before {
color: #ffffff;
content: "";
cursor: pointer;
display: block;
font-family: fontawesome;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
} .htmega-mailchimp-style-5 .htmega-input-box input[type="submit"] {
width: 100%;
transition: 0.5s;
} .htmega-testimonial-area .slick-prev, .htmega-testimonial-area .slick-next {
background: transparent none repeat scroll 0 0;
border: medium none;
color: #7d7d7d;
cursor: pointer;
display: block;
font-size: 24px;
height: auto;
line-height: 1;
outline: medium none;
padding: 0;
position: absolute;
text-align: center;
top: 50%;
transform: translate(0px, -50%);
width: auto;
}
.htmega-testimonial-area .slick-next{
right: 0;
}
.htmega-testimonial-area .slick-dots{
list-style: none;
}
.htmega-testimonial-area .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 12px;
height: 12px;
padding: 0;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: #e3e3e3;
border-radius: 100%;
}
.htmega-testimonial-area .slick-dots li.slick-active button {
background: #ff6600;
}
.htmega-testimonial-area .slick-dots li button:before {
display: none;
}
.htmega-testimonial-area .slick-dots {
bottom: -30px;
}
.htmega-testimonial-area .slick-dots li {
margin: 0 7px;
width: 12px;
height: 12px;
}
.htmega-testimonial-area .slick-prev::before, .htmega-testimonial-area .slick-next::before{
display: none;
} .htmega-testimonial-style-1 .testimonal {
text-align: center;
}
.htmega-testimonial-style-1 .testimonal img {
margin-bottom: 34px;
text-align: center;
display: inline-block;
}
.htmega-testimonial-style-1 .testimonal .shape img {
margin: 0;
}
.htmega-testimonial-style-1 .testimonal .content {
margin-top: 30px;
}
.htmega-testimonial-style-1 .testimonal .content p {
color: #3e3e3e;
font-size: 18px;
line-height: 35px;
padding: 0 10%;
}
.htmega-testimonial-style-1 .testimonal .content h4 {
color: #3e3e3e;
font-size: 20px;
line-height: 37px;
margin: 0;
}
.htmega-testimonial-style-1 .testimonal .content span {
color: #3e3e3e;
font-size: 18px;
} .htmega-testimonial-style-2 .testimonal {
text-align: center;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
position: relative;
margin-top: 50px;
padding-bottom: 27px;
border-radius: 10px;
}
.htmega-testimonial-style-2 .testimonal img {
position: absolute;
left: 50%;
top: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border: 1px solid #6e6e6e;
border-radius: 100%;
}
.htmega-testimonial-style-2 .testimonal .content {
margin-top: 69px;
}
.htmega-testimonial-style-2 .testimonal .content p {
color: #5b5b5b;
font-size: 14px;
line-height: 24px;
padding: 0 4%;
font-style: italic;
margin-bottom: 4px;
}
.htmega-testimonial-style-2 .testimonal .content h4 {
color: #5b5b5b;
font-size: 16px;
line-height: 37px;
margin: 0;
font-weight: 600;
}
.htmega-testimonial-style-2 .testimonal .content span {
color: #3e3e3e;
font-size: 18px;
}
.htmega-testimonial-style-2 .slick-slide {
padding: 5px 15px;
}
.htmega-testimonial-style-2 .slick-center .testimonal img {
border: 1px solid #ff6600;
}
.htmega-testimonial-style-2 .slick-dots {
bottom: -75px;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.htmega-testimonial-style-2 .testimonal .shape img {
border: medium none;
left: 0;
margin: 0 auto;
position: relative;
top: 53px;
transform: translate(0px);
} .htmega-testimonial-style-3 .testimonal img {
float: left;
}
.htmega-testimonial-style-3 .testimonal .content {
overflow: hidden;
padding-left: 20px;
}
.htmega-testimonial-style-3 .testimonal .content p {
color: #3e3e3e;
font-size: 16px;
margin-bottom: 20px;
line-height: 28px;
}
.htmega-testimonial-style-3 .testimonal .content .clint-info {
padding-left: 50px;
position: relative;
}
.htmega-testimonial-style-3 .testimonal .content .clint-info::before {
position: absolute;
content: "";
width: 30px;
height: 2px;
background: #383838;
left: 0;
top: 4px;
}
.htmega-testimonial-style-3 .testimonal .content .clint-info h4 {
font-weight: 600;
font-size: 16px;
color: #383838;
margin-bottom: 2px;
}
.htmega-testimonial-style-3 .testimonal .content .clint-info span {
color: #383838;
font-size: 14px;
}
.htmega-testimonial-style-3 .testimonal .shape img {
left: 20px;
position: relative;
} .htmega-testimonial-style-4 .testimonal .testimonal-image {
float: left;
padding-right: 50px;
position: relative;
}
.htmega-testimonial-style-4 .testimonal .testimonal-image::before {
position: absolute;
content: "";
width: 1px;
height: 100%;
background: #18012c;
right: 0;
top: 0;
}
.htmega-testimonial-style-4 .testimonal .testimonal-image::after {
position: absolute;
content: "";
background: #18012c;
height: 1px;
width: 30px;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.htmega-testimonial-style-4 .testimonal .content {
overflow: hidden;
padding-left: 30px;
}
.htmega-testimonial-style-4 .testimonal .content p {
color: #3e3e3e;
font-size: 16px;
margin-bottom: 20px;
line-height: 28px;
}
.htmega-testimonial-style-4 .testimonal .content h4 {
font-weight: 600;
font-size: 16px;
color: #383838;
margin-bottom: 2px;
}
.htmega-testimonial-style-4 .testimonal .content span {
color: #383838;
font-size: 14px;
}
.htmega-testimonial-style-4 ul.slick-dots li button::before {
content: "0";
display: block;
font-size: 16px;
height: auto;
left: -8px;
line-height: 1;
opacity: 1;
position: absolute;
top: -4px;
width: auto;
}
.htmega-testimonial-style-4 ul.slick-dots {
padding: 0;
margin: 0;
list-style: none;
border: 0 none;
text-align: right;
}
.htmega-testimonial-style-4 ul.slick-dots li button {
background: transparent;
border: 0 none;
color: #18012c;
font-weight: 600;
font-size: 16px;
position: relative;
display: inline-block;
}
.htmega-testimonial-style-4 {
position: relative;
padding-right: 24%;
}
.htmega-testimonial-style-4 ul.slick-dots {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 100px;
}
.htmega-testimonial-style-4 ul.slick-dots li {
padding: 6px 0;
}
.htmega-testimonial-style-4 ul.slick-dots li.slick-active button {
position: relative;
}
.htmega-testimonial-style-4 ul.slick-dots li {
height: auto;
line-height: 1;
padding: 8px 0 10px 45px;
position: relative;
}
.htmega-testimonial-style-4 ul.slick-dots li::after {
position: absolute;
content: "";
background: #18012c;
width: 0;
height: 1px;
left: 0;
top: 50%;
transform: translateY(-50%);
transition: 0.5s;
}
.htmega-testimonial-style-4 ul.slick-dots li.slick-active::after {
width: 30px;
}
.htmega-testimonial-style-4 ul.slick-dots li.slick-active button {
background: transparent;
} .htmega-testimonial-for .testimonial-desc p {
color: #3e3e3e;
font-size: 18px;
line-height: 35px;
text-align: center;
padding: 0 15%;
}
.testimonal-img {
text-align: center;
}
.testimonal-img .content {
text-align: center;
margin-top: 22px;
}
.testimonal-img .content h4 {
color: #3e3e3e;
font-size: 20px;
margin-bottom: 3px;
}
.testimonal-img .content span {
color: #3e3e3e;
font-size: 18px;
line-height: 29px;
}
.htmega-testimonal-nav.slick-slider {
max-width: 35%;
width: 100%;
margin: 0 auto;
}
.slick-slide.slick-active.slick-center .testimonal-img img {
transform: scale(1);
}
.slick-slide.slick-active .testimonal-img img {
transform: scale(0.8);
text-align: center;
display: inline-block;
}
.htmega-testimonial-style-5 .htmega-testimonal-nav .slick-track {
margin-top: 85px;
}
.htmega-testimonal-nav .slick-slide:not(.slick-center) .content {
display: none;
}
.htmega-testimonial-style-5 .testimonial-shape {
bottom: 56%;
left: 49.5%;
position: absolute;
transform: translateX(-50%);
} .htmega-testimonial-style-6 .testimonal img {
display: inline-block;
}
.htmega-testimonial-style-6 .testimonal .content {
background: #fff;
text-align: center;
padding: 50px 9%;
position: relative;
box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
}
.htmega-testimonial-style-6 .testimonal .content p {
font-size: 16px;
line-height: 28px;
color: #3e3e3e;
}
.htmega-testimonial-style-6 .testimonal .content .triangle {
position: absolute;
top: 100%;
margin-top: -1px;
border-right: 20px solid transparent;
border-left: 20px solid transparent;
border-top: 20px solid #fff;
border-bottom: 20px solid transparent;
left: 50%;
transform: translateX(-50%);
}
.htmega-testimonial-style-6 .testimonal .clint-info {
text-align: center;
margin-top: 40px;
}
.htmega-testimonial-style-6 .testimonal .clint-info h4 {
color: #5c5c5c;
font-size: 22px;
font-weight: 700;
margin-top: 22px;
margin-bottom: 4px;
}
.htmega-testimonial-style-6 .testimonal .clint-info span {
color: #5c5c5c;
font-weight: 600;
font-size: 15px;
}
.htmega-testimonial-style-6 .slick-arrow {
width: 36px;
height: 36px;
color: #7d7d7d;
border: 0 none;
background: #fff;
border-radius: 100%;
font-size: 24px;
left: 0;
top: 20%;
z-index: 999;
transition: 0.5s;
box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
}
.htmega-testimonial-style-6 .slick-arrow:hover {
background: #52b6bc;
color: #fff;
}
.htmega-testimonial-style-6 button.slick-next.slick-arrow {
left: auto;
right: 0;
}
.htmega-testimonial-style-6 {
position: relative;
padding: 0 200px;
}
.htmega-testimonial-style-6 .testimonal .shape img,.htmega-testimonial-style-7 .testimonal .shape img {
position: relative;
top: 10px;
} .htmega-testimonial-style-7 .testimonal {
text-align: center;
}
.htmega-testimonial-style-7 .testimonal p {
color: #414141;
font-size: 30px;
font-style: italic;
line-height: 48px;
margin-top: 26px;
font-family: "Montserrat", sans-serif;
margin-bottom: 0;
position: relative;
z-index: 2;
}
.htmega-testimonial-style-7 .testimonal p::before {
position: absolute;
content: "";
color: #ffebd1;
content: "\f10e";
font-family: Fontawesome;
font-size: 216px;
left: 50%;
top: 50%;
z-index: -1;
transform: translateX(-50%) translateY(-50%);
}
.htmega-testimonial-style-7 .testimonal h4 {
color: #3e3e3e;
font-weight: 600;
font-size: 20px;
margin-bottom: 9px;
}
.htmega-testimonial-style-7 .testimonal .clint-info {
margin-top: 29px;
}
.htmega-testimonial-style-7 .testimonal .clint-info span {
color: #3e3e3e;
font-size: 18px;
}
.htmega-testimonial-style-7 .testimonal img {
display: inline-block;
}
.htmega-testimonial-style-7 .slick-arrow {
top: 9%;
left: 16%;
color: #aeaeae;
font-size: 48px;
background: transparent;
border: 0 none;
z-index: 2;
transition: 0.5s;
}
.htmega-testimonial-style-7 .slick-arrow:hover {
color: #f6ab4b;
}
.htmega-testimonial-style-7 button.slick-next.slick-arrow {
left: auto;
right: 16%;
} .htmega-testimonial-style-8 {
position: relative;
padding: 0 200px;
}
.htmega-testimonial-style-8 .content {
display: flex;
align-items: center;
}
.htmega-testimonial-style-8 .content .clint-info {
padding-left: 20px;
}
.htmega-testimonial-style-8 .content .clint-info h4 {
color: #3e3e3e;
font-size: 20px;
font-weight: 700;
margin-bottom: 7px;
}
.htmega-testimonial-style-8 .content .clint-info span {
color: #3e3e3e;
font-size: 18px;
}
.htmega-testimonial-style-8 p {
color: #3e3e3e;
font-size: 18px;
line-height: 35px;
margin: 0;
margin-top: 20px;
}
.htmega-testimonial-style-8 .slick-arrow {
left: 0;
color: #aeaeae;
font-size: 48px;
border: 0 none;
top: 43%;
transition: 0.5s;
}
.htmega-testimonial-style-8 .slick-arrow:hover {
color: #f6ab4b;
}
.htmega-testimonial-style-8 button.slick-next.slick-arrow {
left: auto;
right: 0;
}
.htmega-testimonial-style-8 .testimonal .shape img{
position: relative;
left: 10px;
} .htmega-testimonial-style-9 .testimonal {
background: #f7f8f9;
padding: 30px;
margin-top: 30px;
}
.htmega-testimonial-style-9 .testimonal .content {
display: flex;
align-items: center;
}
.htmega-testimonial-style-9 .testimonal .content .clint-info {
padding-left: 25px;
}
.htmega-testimonial-style-9 .testimonal .content .clint-info h4 {
font-size: 18px;
color: #383838;
margin: 0;
}
.htmega-testimonial-style-9 .testimonal .content .clint-info span {
color: #1834a6;
font-size: 13px;
}
.htmega-testimonial-style-9 .testimonal p {
color: #5b5b5b;
font-size: 14px;
line-height: 26px;
margin: 0;
margin-top: 22px;
}
.htmega-testimonial-style-9 .testimonal .shape img{
position: relative;
left: 5px;
} .htmega-form-wrapper form input,.htmega-form-wrapper form textarea{
width: 100%;
border-radius: 0;
}
.htmega-form-wrapper .ajax-loader {
bottom: 0;
position: absolute;
}
.htmega-form-wrapper .form_no_select {
color: red;
font-size: 20px;
} .htmega-form-style-1 form input {
height: 55px;
font-weight: 300;
margin-top: 30px;
padding: 0 20px;
border: 1px solid #c1c1c1;
font-family: "Montserrat", sans-serif;
font-size: 13px;
color: #a2a2a2;
}
.htmega-form-style-1 form input:focus {
border: 1px solid #18012c;
}
.htmega-form-style-1 form input[type="submit"] {
background-color: #0056ff;
border: medium none;
color: #ffffff;
font-size: 14px;
font-weight: 500;
height: 55px;
line-height: 55px;
padding: 0 29px;
text-transform: uppercase;
width: auto;
transition: 0.5s;
font-family: "Montserrat", sans-serif;
}
.htmega-form-style-1 form input[type="submit"]:hover {
background-color: #18012c;
}
.htmega-form-style-1 form textarea {
border: 1px solid #c1c1c1;
min-height: 175px;
margin-top: 30px;
padding: 20px;
color: #a2a2a2;
resize: none;
font-family: "Montserrat", sans-serif;
font-size: 13px;
}
.htmega-form-style-1 form textarea:focus {
border: 1px solid #18012c;
} .htmega-form-style-2 label {
color: #ffffff;
font-style: italic;
font-weight: 300;
font-size: 14px;
margin-bottom: 11px;
}
.htmega-form-style-2 input {
height: 55px;
font-weight: 300;
margin-bottom: 30px;
padding: 0 20px;
border: 0 none;
font-family: "Montserrat", sans-serif;
font-size: 13px;
background: rgba(255, 255, 255, 0.3);
color: #ffffff;
}
.htmega-form-style-2 input:focus {
border: 1px solid #18012c;
}
.htmega-form-style-2 input[type="submit"] {
background-color: #fff;
border: medium none;
color: #0056ff;
font-size: 14px;
font-weight: 600;
height: 55px;
line-height: 54px;
padding: 0 29px;
text-transform: uppercase;
width: 100%;
transition: 0.5s;
font-family: "Montserrat", sans-serif;
margin: 0;
}
.htmega-form-style-2 input[type="submit"]:hover {
background-color: #18012c;
color: #ffffff;
}
.htmega-form-style-2 textarea {
border: 1px solid #c1c1c1;
min-height: 209px;
padding: 20px;
color: #fff;
resize: none;
font-family: "Montserrat", sans-serif;
font-size: 13px;
background: rgba(255, 255, 255, 0.3);
margin-bottom: 30px;
border: 0 none;
}
.htmega-form-style-2 textarea:focus {
border: 1px solid #18012c;
} .htmega-form-style-3 form input {
color: #c0c0c0;
font-weight: 300;
font-style: italic;
border: 0 none;
border-bottom: 1px solid #c0c0c0;
padding: 0;
margin-bottom: 50px;
padding-bottom: 4px;
font-size: 16px;
font-family: "Montserrat", sans-serif;
}
.htmega-form-style-3 form input:focus {
border-bottom: 1px solid #18012c;
}
.htmega-form-style-3 form input[type="submit"] {
border: 0 none;
background: #0056ff;
color: #fff;
margin-top: 40px;
margin-bottom: 0;
height: 55px;
line-height: 59px;
padding: 0 20px;
transition: 0.5s;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.htmega-form-style-3 form input[type="submit"]:hover {
background: #ffffff;
color: #0056ff;
}
.htmega-form-style-3 form textarea {
border: 0 none;
border-bottom: 1px solid #c0c0c0;
font-style: italic;
padding: 0;
min-height: 150px;
resize: none;
color: #c0c0c0;
font-size: 16px;
font-family: "Montserrat", sans-serif;
}
.htmega-form-style-3 form textarea:focus {
border-bottom: 1px solid #18012c;
} .htmega-form-style-4 form .input-box {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.htmega-form-style-4 form .input-box label {
color: #000000;
font-weight: 600;
font-size: 14px;
flex-basis: 16%;
}
.htmega-form-style-4 form .input-box span{
flex-basis: 84%;
}
.htmega-form-style-4 form .input-box input {
background: #a2a2a2;
color: #a2a2a2;
font-weight: 300;
background: #f3f3f3;
border: 1px solid #c1c1c1;
height: 55px;
line-height: 55px;
padding: 0 20px;
font-weight: "Montserrat", sans-serif;
}
.htmega-form-style-4 form .input-box input:focus {
border: 1px solid #18012c;
}
.htmega-form-style-4 form .input-box textarea {
background: #f3f3f3;
border: 1px solid #c1c1c1;
min-height: 200px;
padding: 20px;
font-weight: "Montserrat", sans-serif;
}
.htmega-form-style-4 form .input-box textarea:focus {
border: 1px solid #18012c;
}
.htmega-form-style-4 form input[type="submit"] {
background: #0056ff;
width: auto;
border: 0 none;
color: #fff;
padding: 0 30px;
height: 55px;
line-height: 55px;
margin: 0 0 0 90px;
font-size: 14px;
font-weight: 500;
transition: 0.5s;
}
.htmega-form-style-4 form input[type="submit"]:hover {
opacity: 0.7;
} .contact_form_container {
background: #81abfe;
padding: 30px;
}
.htmega-form-style-5 form input {
margin-top: 30px;
border: 1px solid #ffffff;
height: 50px;
line-height: 50px;
color: #fff;
font-weight: 300;
font-family: "Montserrat", sans-serif;
}
.htmega-form-style-5 form input:focus {
border: 1px solid #18012c;
}
.htmega-form-style-5 form input[type="submit"] {
background: #fff;
height: 55px;
line-height: 56px;
border: 0 none;
padding: 0 30px;
color: #0056ff;
font-weight: 600;
width: auto;
transition: 0.5s;
}
.htmega-form-style-5 form input[type="submit"]:hover {
opacity: 0.7;
}
.htmega-form-style-5 form textarea {
margin-top: 30px;
min-height: 145px;
border: 1px solid #fff;
padding: 20px;
font-weight: 300;
color: #fff;
font-family: "Montserrat", sans-serif;
}
.htmega-form-style-5 form textarea:focus {
border: 1px solid #18012c;
} .htmega-form-style-6 form input {
background: #f3f3f3;
border: 0 none;
height: 55px;
padding: 0 20px;
margin-bottom: 30px;
font-family: "Montserrat", sans-serif;
}
.htmega-form-style-6 form input:focus {
border: 1px solid #18012c;
}
.htmega-form-style-6 form input[type="submit"] {
width: auto;
margin: 0;
padding: 0 58px;
background: #0056ff;
color: #fff;
height: 58px;
font-weight: 600;
line-height: 61px;
text-transform: uppercase;
transition: 0.5s;
margin-top: 10px;
}
.htmega-form-style-6 form input[type="submit"]:hover {
opacity: 0.7;
}
.htmega-form-style-6 form label {
font-size: 14px;
color: #000000;
font-weight: 300;
font-style: italic;
font-family: "Montserrat", sans-serif;
}
.htmega-form-style-6 form textarea {
background: #f3f3f3;
border: 0 none;
margin-bottom: 30px;
min-height: 230px;
resize: none;
padding: 20px;
margin-bottom: 30px;
font-family: "Montserrat", sans-serif;
}
.htmega-form-style-6 form textarea:focus {
border: 1px solid #18012c;
}
input,
textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
} .htmega-login-form-wrapper form input:not([type="checkbox"]){
width: 100%;
}
.htmega-login-form-wrapper form input:not([type="checkbox"]){
padding: 0 15px;
} .htmega-login-form-style-1 {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 50px 70px;
}
.htmega-login-form-style-1 h2 {
color: #000000;
font-size: 30px;
font-weight: 600;
margin-bottom: 21px;
font-family: "Montserrat", sans-serif;
}
.htmega-login-form-style-1 form label {
color: #000000;
font-size: 13px;
font-weight: 300;
margin-bottom: 10px;
font-family: "Montserrat", sans-serif;
}
.htmega-login-form-style-1 form input:not([type="checkbox"]) {
background: transparent;
border: 1px solid #f2f2f2;
color: #757575;
font-size: 12px;
margin-bottom: 24px;
font-family: "Montserrat", sans-serif;
height: 50px;
}
.htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"] {
margin: 0;
margin-top: 40px;
width: auto;
background: #0056ff;
color: #fff;
height: 43px;
padding: 0 40px;
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
border: 0 none;
transition: 0.4s ease-in-out;
}
.htmega-login-form-style-1 form input:not([type="checkbox"])[type="submit"]:hover {
background: #18012c;
color: #fff;
}
.log-remember {
display: flex;
justify-content: space-between;
align-items: center;
font-family: "Montserrat", sans-serif;
}
.log-remember a.fright {
color: #b1b1b1;
font-size: 12px;
transition: 0.4s;
font-family: "Montserrat", sans-serif;
}
.htmega_message {
display: none;
}
#htmega_message .alert-success,.htmega_lodding_msg {
color: #155724 !important;
}
#htmega_message .alert-danger {
color: #721c24 !important;
} .lable-content {
display: block;
position: relative;
padding-left: 29px;
margin-bottom: 0;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: "Montserrat", sans-serif;
}
.login-wrapper form .log-remember label {
margin: 0;
} .lable-content input {
position: absolute;
opacity: 0;
cursor: pointer;
} .checkmark {
position: absolute;
top: 0;
left: 0;
height: 18px;
width: 18px;
border: 1px solid #0056ff;
margin-top: 4px;
} .lable-content:hover input~.checkmark {
border: 1px solid #0056ff;
} .checkmark:after {
content: "";
position: absolute;
display: block;
} .lable-content input:checked~.checkmark:after {
display: none;
} .lable-content .checkmark:after {
left: 5px;
top: 2px;
width: 6px;
height: 9px;
border: solid #0056ff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} .htmega-login-form-style-2 {
text-align: center;
}
.htmega-login-form-style-2 form input {
margin-top: 30px;
border: 1px solid #ffffff;
border-radius: 5px;
height: 60px;
color: #fff;
padding: 0 20px;
}
.htmega-login-form-style-2 form input[type="submit"] {
background: #0056ff;
border: 0 none;
font-size: 24px;
text-transform: uppercase;
height: 60px;
border-radius: 5px;
transition: 0.3s ease-in-out;
margin-bottom: 20px;
}
.htmega-login-form-style-2 form input[type="submit"]:hover {
background: #18012c;
color: #ffffff;
}
.htmega-login-form-style-2 .separator span {
display: block;
color: #fff;
font-size: 14px;
font-weight: 600;
margin-top: 30px;
position: relative;
font-family: "Montserrat", sans-serif;
}
.htmega-login-form-style-2 .separator span::before,
.htmega-login-form-style-2 .separator span::after {
position: absolute;
left: 0;
top: 50%;
background: #fff;
width: 235px;
height: 2px;
content: "";
}
.htmega-login-form-style-2 .separator span::after {
left: auto;
right: 0;
}
.htmega-login-form-style-2 .log-remember a.fright {
color: #ffffff;
}
.htmega-login-form-style-2 form input::-webkit-input-placeholder {
color: #ffffff;
}
.htmega-login-form-style-2 form input::-moz-placeholder {
color: #ffffff;
}
.htmega-login-form-style-2 form input:-ms-input-placeholder {
color: #ffffff;
}
.htmega-login-form-style-2 form input:-moz-placeholder {
color: #ffffff;
} .htmega-login-form-style-2 .checkmark,
.htmega-login-form-style-4 .checkmark {
border: 1px solid #ffffff;
}
.htmega-login-form-style-2 .lable-content,
.htmega-login-form-style-4 .lable-content {
color: #ffffff;
font-size: 12px;
}
.htmega-login-form-style-2 .lable-content .checkmark:after,
.htmega-login-form-style-4 .lable-content .checkmark:after {
left: 5px;
top: 2px;
width: 6px;
height: 9px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.htmega-login-form-style-2 .lable-content:hover input~.checkmark,
.htmega-login-form-style-4 .lable-content:hover input~.checkmark {
border: 1px solid #ffffff;
}
.htmega-login-form-style-2 .log-remember {
margin-top: 10px;
}
.htmega-login-form-style-2 .htmega-user-login,.htmega-login-form-style-4 .htmega-user-login,.htmega-login-form-style-5 .htmega-user-login{
color: #fff;
} .htmega-login-form-style-3 {
padding: 0px 40px;
}
.htmega-login-form-style-3 form input {
margin-top: 17px;
border: 0 none;
border-bottom: 1px solid #687ea5;
padding: 0;
color: #687ea5;
font-size: 12px;
font-weight: 300;
font-family: "Montserrat", sans-serif;
}
.htmega-login-form-style-3 form input[type="submit"] {
background: #0056ff;
color: #fff;
width: auto;
height: 50px;
padding: 0 55px;
border: 0 none;
font-size: 14px;
text-transform: uppercase;
transition: 0.5s;
font-weight: 600;
margin-top: 40px;
}
.htmega-login-form-style-3 form input[type="submit"]:hover {
opacity: 0.7;
}
.htmega-login-form-style-3 {
box-shadow: none;
background: transparent;
}
.htmega-login-form-style-2 .htmega-user-login{
text-align: left;
} .htmega-login-form-style-4 {
padding: 100px 56px;
text-align: center;
}
.htmega-login-form-style-4 form input {
background: rgba(255, 255, 255, 0.3);
border: 0 none;
margin-left: 2px;
height: 70px;
border-radius: 0 8px 8px 0;
padding: 0 50px;
color: #ffffff;
font-size: 16px;
font-family: "Poppins", sans-serif;
}
.htmega-login-form-style-4 form input[type="submit"] {
border: 3px solid #fff;
border-radius: 8px;
color: #fff;
box-sizing: border-box;
height: 70px;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 51px;
font-family: "Montserrat", sans-serif;
margin: 0;
margin-top: 30px;
}
.htmega-login-form-style-4 form input[type="submit"]:hover {
background: #ffffff !important;
color: #18012c;
} .htmega-service {
margin-top: 30px;
text-align: center;
}
.htmega-service svg {
width: 30px;
}
.htmega-service a.readmore_btn {
height: 42px;
border: 1px solid #0056ff;
display: inline-block;
padding: 0 42px;
line-height: 40px;
font-size: 14px;
border-radius: 30px;
color: #0056ff;
font-weight: 600;
transition: 0.5s;
text-decoration: none;
}
.htmega-service a.readmore_btn:hover {
background: #0056ff;
color: #fff;
}
.htmega-service .service-title a{
text-decoration: none;
}
.htmega-service .thumb a {
display: block;
} .htmega-service-style-1 .icon {
margin-bottom: 30px;
padding: 0 12px;
}
.htmega-service-style-1 .icon i {
color: #ed552d;
font-size: 50px;
}
.htmega-service-style-1 .content {
padding: 0 12px;
}
.htmega-service-style-1 .content h4 {
color: #5b5b5b;
font-size: 18px;
font-weight: 400;
margin-bottom: 15px;
}
.htmega-service-style-1 .content p {
color: #8f8f8f;
font-family: "Montserrat",sans-serif;
font-size: 15px;
line-height: 25px;
margin: 0;
padding: 0 0 35px;
position: relative;
}
.htmega-service-style-1 .content p::before {
position: absolute;
content: "";
background: #969696;
width: 20px;
height: 1px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.htmega-service-style-1 .content p::after {
position: absolute;
content: "";
background: #969696;
height: 1px;
width: 30px;
bottom: 5px;
left: 50%;
transform: translateX(-50%);
} .htmega-service-style-2 {
background: #ffffff;
padding: 30px;
}
.htmega-service-style-2 .content {
padding-top: 30px;
}
.htmega-service-style-2 .content h4 {
color: #575757;
font-size: 22px;
line-height: 30px;
margin-bottom: 13px;
padding: 0 9px;
}
.htmega-service-style-2 .content p {
color: #818181;
font-size: 14px;
line-height: 24px;
margin-bottom: 35px;
} .htmega-service-style-3 .icon {
border: 1px solid #eff2f7;
width: 110px;
height: 110px;
text-align: center;
border-radius: 100%;
padding: 10px;
margin: 0 auto;
margin-bottom: 27px;
transition: 0.4s;
}
.htmega-service-style-3 .icon i {
background: #eff2f7;
height: 90px;
display: block;
border-radius: 100%;
line-height: 90px;
width: 90px;
text-align: center;
font-size: 40px;
margin: 0 auto;
color: #454545;
transition: 0.4s;
}
.htmega-service-style-3:hover .icon {
border: 1px solid #0056ff;
}
.htmega-service-style-3:hover .icon i {
background: #0056ff;
color: #fff;
}
.htmega-service-style-3 .content h4 {
color: #5f5f5f;
font-size: 16px;
text-transform: uppercase;
padding-bottom: 20px;
position: relative;
}
.htmega-service-style-3 .content h4::before {
position: absolute;
content: "";
background: #0056ff;
width: 30px;
height: 3px;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.htmega-service-style-3 .content p {
color: #5b5b5b;
font-size: 14px;
line-height: 25px;
padding: 0 12px;
margin: 0;
} .htmega-service-style-4 {
background: rgba(255, 255, 255, 0.15);
padding: 75px 11px;
}
.htmega-service-style-4 .content h4 {
color: #b8b8b8;
font-weight: 300;
text-transform: uppercase;
margin-bottom: 16px;
}
.htmega-service-style-4 .content p {
margin: 0;
color: #959595;
font-weight: 300;
font-size: 14px;
line-height: 24px;
}
.htmega-service-style-4 .thumb {
padding-bottom: 33px;
position: relative;
margin-bottom: 22px;
}
.htmega-service-style-4 .thumb::before {
position: absolute;
content: "";
background: #969696;
width: 30px;
height: 1px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.htmega-service-style-4 .thumb::after {
position: absolute;
content: "";
bottom: 5px;
left: 50%;
transform: translateX(-50%);
background: #969696;
width: 20px;
height: 1px;
} .htmega-service-style-5 .content {
padding-top: 26px;
}
.htmega-service-style-5 .content h4 {
color: #585858;
font-size: 17px;
font-weight: 600;
margin-bottom: 13px;
}
.htmega-service-style-5 .content p {
color: #414141;
font-size: 14px;
line-height: 24px;
margin: 0;
}
.htmega-service-style-5 .thumb {
position: relative;
}
.htmega-service-style-5 .thumb::before {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
content: "";
-webkit-transition: opacity 1s;
transition: opacity 1s;
opacity: 0;
background-image: -webkit-linear-gradient(top, #252a9c, #df09f9);
background-image: -moz-linear-gradient(top, #252a9c, #df09f9);
background-image: linear-gradient(0, #252a9c, #df09f9);
}
.htmega-service-style-5:hover .thumb::before {
opacity: 0.3;
}
.htmega-service-style-5 .thumb img{
width: 100%;
} .htmega-service-style-6 {
margin-top: 12px;
}
.htmega-service-style-6 .thumb,.htmega-service-style-6 .icon {
border: 1px solid #4e89fb;
width: 100px;
height: 100px;
line-height: 100px;
border-radius: 100%;
float: left;
text-align: center;
margin-right: 22px;
margin-top: 10px;
}
.htmega-service-style-6 .content {
overflow: hidden;
}
.htmega-service-style-6 .content p {
font-size: 14px;
line-height: 25px;
color: #5b5b5b;
}
.htmega-service-style-6 .content h4 {
color: #5f5f5f;
font-size: 24px;
font-weight: 600;
margin-bottom: 7px;
} .htmega-service-style-7 {
display: flex;
margin-top: 0;
position: relative;
z-index: 1;
padding: 40px 20px;
border-radius: 8px;
}
.htmega-service-style-7 .icon {
margin-right: 33px;
}
.htmega-service-style-7 .icon i {
color: #4c4c4c;
font-size: 40px;
transition: 0.4s;
}
.htmega-service-style-7 .content h4 {
color: #4c4c4c;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 8px;
transition: 0.4s;
}
.htmega-service-style-7 .content p {
color: #5b5b5b;
font-size: 14px;
line-height: 25px;
margin: 0;
transition: 0.4s;
}
.htmega-service-style-7::before {
background: #fff none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 1;
position: absolute;
top: 0;
transition: all 0.4s ease-in-out 0s;
width: 100%;
z-index: -1;
}
.htmega-service-style-7:hover::before {
opacity: 0;
}
.htmega-service-style-7:hover .content h4,
.htmega-service-style-7:hover .content p,
.htmega-service-style-7:hover .icon i {
color: #fff !important;
} .breaking-news-title svg {
width: 20px;
}
.breaking-news-default {
border: 1px solid #18012c;
}
.breaking-news-default .breaking-news-title {
display: flex;
height: 80px;
align-items: center;
}
.breaking-news-default .breaking-news-title h5 {
position: relative;
font-weight: 600;
font-size: 30px;
letter-spacing: 0.5px;
margin: 0;
text-transform: uppercase;
padding: 0 48px;
}
.breaking-news-default .breaking-news-ticker {
margin-left: 20px;
list-style: none;
padding: 0;
margin: 0;
padding-left: 22px;
}
.breaking-news-default .breaking-news-ticker li {
padding: 5px 0;
}
.breaking-news-default .breaking-news-ticker li a {
display: block;
line-height: 69px;
font-size: 16px;
font-family: "Poppins", sans-serif;
color: #18012c;
text-decoration: none;
}
.breaking-news-default .breaking-news-ticker li span.news_date {
background: #d20001;
color: #fff;
font-size: 12px;
margin-left: 30px;
padding: 3px 5px;
border-radius: 3px;
}
.breaking-news-default .breaking-news-nav {
float: right;
display: flex;
height: 80px;
align-items: center;
margin-right: 42px;
}
.breaking-news-default .breaking-news-nav button {
border: 1px solid #18012c;
height: 40px;
margin: 0 5px;
padding: 0;
transition: all 0.3s ease-in-out 0s;
width: 40px;
background: transparent;
}
.breaking-news-default .breaking-news-nav button i {
color: #18012c;
font-size: 24px;
}
.breaking-news-default::before {
position: absolute;
content: "";
background: #1d62af;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
transform: skew(-20deg);
} .htmega-newsticker-style-1 {
border: 0 none;
display: flex;
flex-flow: row wrap;
float: left;
position: relative;
width: 100%;
z-index: 1;
}
.htmega-newsticker-style-1 .breaking-news-title {
display: flex;
align-items: center;
}
.htmega-newsticker-style-1 .breaking-news-title h5 {
position: relative;
left: -20px;
display: block;
color: #ffffff;
font-weight: 600;
font-size: 30px;
letter-spacing: 0.5px;
margin: 0;
text-transform: uppercase;
height: 60px;
line-height: 59px;
padding: 0 48px;
}
.htmega-newsticker-style-1 .breaking-news-title h5::before {
position: absolute;
content: "";
transform: skew(-20deg);
background: #d20001;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.htmega-newsticker-style-1 .breaking-news-title h5 i {
width: 40px;
height: 40px;
color: #d20001;
background: #fff;
text-align: center;
line-height: 40px;
border-radius: 100%;
font-size: 28px;
padding-left: 5px;
margin-left: 2px;
}
.htmega-newsticker-style-1 .breaking-news-ticker {
margin-left: 20px;
list-style: none;
padding: 0;
margin: 0;
padding-left: 22px;
}
.htmega-newsticker-style-1 .breaking-news-ticker li {
padding: 5px 0;
}
.htmega-newsticker-style-1 .breaking-news-ticker li a {
display: block;
line-height: 69px;
color: #ffffff;
font-size: 16px;
font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-1 .breaking-news-nav {
float: right;
display: flex;
align-items: center;
margin-right: 42px;
margin-left: auto;
}
.htmega-newsticker-style-1 .breaking-news-nav button {
border: 1px solid #fff;
margin: 0 5px;
transform: skew(-20deg);
}
.htmega-newsticker-style-1 .breaking-news-nav button:hover {
border: 1px solid #d20001;
background: #d20001;
}
.htmega-newsticker-style-1 .breaking-news-nav button i {
color: #ffffff;
font-size: 24px;
} .htmega-newsticker-style-2 {
border: 1px solid #1d62af;
overflow: hidden;
}
.htmega-newsticker-style-2 .breaking-news-title {
display: flex;
height: 80px;
align-items: center;
}
.htmega-newsticker-style-2 .breaking-news-title h5 {
position: relative;
color: #ffffff;
font-weight: 600;
font-size: 20px;
margin: 0;
text-transform: capitalize;
padding: 0 20px;
background: #1d62af;
font-style: italic;
padding-right: 0;
align-self: stretch;
display: flex;
align-items: center;
justify-content: center;
}
.htmega-newsticker-style-2 .breaking-news-title h5::before {
position: absolute;
top: 0;
border-right: 40px solid transparent;
border-top: 40px solid transparent;
border-bottom: 40px solid transparent;
content: "";
border-left: 40px solid #1d62af;
left: 100%;
}
.htmega-newsticker-style-2 .breaking-news-ticker {
padding-left: 57px;
}
.htmega-newsticker-style-2 .breaking-news-ticker li {
padding: 5px 0;
}
.htmega-newsticker-style-2 .breaking-news-ticker li a {
display: block;
line-height: 69px;
color: #181818;
font-size: 16px;
font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-2 .breaking-news-nav {
margin-right: 29px;
}
.htmega-newsticker-style-2 .breaking-news-nav button {
margin: 0 3px;
border: 1px solid transparent;
width: auto;
height: auto;
}
.htmega-newsticker-style-2 .breaking-news-nav button i {
color: #000000;
font-size: 30px;
transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-2 .breaking-news-nav button i:hover {
color: #1d62af;
} .htmega-newsticker-style-3 {
border: 1px solid #1d62af;
border-radius: 40px;
overflow: hidden;
display: flex;
}
.htmega-newsticker-style-3 .breaking-news-title{
order: 3;
}
.htmega-newsticker-style-3 .breaking-news-title {
display: flex;
height: 80px;
align-items: center;
background: #1d62af;
border-radius: 0 40px 40px 0;
}
.htmega-newsticker-style-3 .breaking-news-title h5 {
position: relative;
color: #ffffff;
font-weight: 600;
font-size: 20px;
margin: 0;
text-transform: capitalize;
padding: 0 20px;
font-style: italic;
padding-right: 20px;
align-self: stretch;
display: flex;
align-items: center;
justify-content: center;
padding-left: 0;
}
.htmega-newsticker-style-3 .breaking-news-title h5::before {
position: absolute;
top: 0;
border-right: 40px solid #1d62af;
border-top: 40px solid transparent;
border-bottom: 40px solid transparent;
content: "";
border-left: 40px solid transparent;
right: 100%;
}
.htmega-newsticker-style-3 .breaking-news-ticker {
flex-grow: 1;
order: 2;
padding-right: 57px;
}
.htmega-newsticker-style-3 .breaking-news-ticker li {
padding: 5px 0;
}
.htmega-newsticker-style-3 .breaking-news-ticker li a {
display: block;
line-height: 69px;
color: #181818;
font-size: 16px;
font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-3 .breaking-news-ticker li a span.news_date {
margin-left: 30px;
}
.htmega-newsticker-style-3 .breaking-news-nav {
margin-right: 0;
float: left;
margin-left: 29px;
order: 1;
}
.htmega-newsticker-style-3 .breaking-news-nav button {
margin: 0 3px;
border: 1px solid transparent;
width: auto;
height: auto;
}
.htmega-newsticker-style-3 .breaking-news-nav button i {
color: #000000;
font-size: 30px;
transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-3 .breaking-news-nav button i:hover {
color: #1d62af;
} .htmega-newsticker-style-4 {
border: 0 none;
background: #1d62af;
overflow: hidden;
}
.htmega-newsticker-style-4 .breaking-news-title {
display: flex;
height: 50px;
align-items: center;
background: #f05555;
align-self: stretch;
display: flex;
align-items: center;
justify-content: center;
}
.htmega-newsticker-style-4 .breaking-news-title h5 {
position: relative;
color: #ffffff;
font-weight: 600;
font-size: 18px;
margin: 0;
text-transform: capitalize;
padding: 0 27px;
}
.htmega-newsticker-style-4 .breaking-news-ticker {
padding-left: 30px;
}
.htmega-newsticker-style-4 .breaking-news-ticker li {
padding: 5px 0;
}
.htmega-newsticker-style-4 .breaking-news-ticker li a {
display: block;
line-height: 40px;
color: #ffffff;
font-size: 14px;
font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-4 .breaking-news-nav {
margin-right: -1px;
height: 50px;
}
.htmega-newsticker-style-4 .breaking-news-nav button {
margin: 0 1px;
border: 1px solid transparent;
width: 50px;
height: 50px;
background: #4b7bb0;
}
.htmega-newsticker-style-4 .breaking-news-nav button i {
color: #ffffff;
font-size: 30px;
transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-4 .breaking-news-nav button i:hover {
color: #18012c;
} .htmega-newsticker-style-5 {
border: 0 none;
overflow: hidden;
}
.htmega-newsticker-style-5.breaking-news-default::before{
transform: skew(0deg);
}
.htmega-newsticker-style-5 .breaking-news-title {
display: flex;
height: 50px;
align-items: center;
background: #f05555;
align-self: stretch;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.htmega-newsticker-style-5 .breaking-news-title::before {
position: absolute;
top: 50%;
border-right: 15px solid transparent;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
content: "";
border-left: 15px solid #f05555;
left: 100%;
transform: translateY(-50%);
}
.htmega-newsticker-style-5 .breaking-news-title h5 {
color: #ffffff;
font-weight: 600;
font-size: 18px;
margin: 0;
text-transform: capitalize;
padding: 0 27px;
}
.htmega-newsticker-style-5 .breaking-news-ticker {
padding-left: 34px;
}
.htmega-newsticker-style-5 .breaking-news-ticker li {
padding: 5px 0;
}
.htmega-newsticker-style-5 .breaking-news-ticker li a {
display: block;
line-height: 40px;
color: #ffffff;
font-size: 14px;
font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-5 .breaking-news-nav {
margin-right: 11px;
height: 50px;
}
.htmega-newsticker-style-5 .breaking-news-nav button {
margin: 0;
border: 1px solid transparent;
width: auto;
height: auto;
}
.htmega-newsticker-style-5 .breaking-news-nav button i {
color: #ffffff;
font-size: 30px;
transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-5 .breaking-news-nav button i:hover {
color: #18012c;
} .htmega-newsticker-style-6 {
border: 1px solid #1d62af;
overflow: hidden;
}
.htmega-newsticker-style-6.breaking-news-default::before{
transform: skew(0deg);
}
.htmega-newsticker-style-6 .breaking-news-title {
display: flex;
height: 60px;
align-items: center;
align-self: stretch;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
padding: 0 18px 0 0;
overflow: hidden;
}
.htmega-newsticker-style-6 .breaking-news-title::before {
position: absolute;
left: -10px;
top: 0;
background: #1d62af;
width: 100%;
height: 100%;
content: "";
z-index: -1;
transform: skew(-16deg);
}
.htmega-newsticker-style-6 .breaking-news-title h5 {
color: #fff;
font-weight: 600;
font-size: 18px;
margin: 0;
text-transform: capitalize;
padding: 0 18px;
z-index: 1;
position: relative;
}
.htmega-newsticker-style-6 .breaking-news-ticker {
padding-left: 34px;
}
.htmega-newsticker-style-6 .breaking-news-ticker li {
padding: 5px 0;
}
.htmega-newsticker-style-6 .breaking-news-ticker li a {
display: block;
line-height: 56px;
color: #000000;
font-size: 14px;
font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-6 .breaking-news-nav {
margin-right: 11px;
height: 60px;
}
.htmega-newsticker-style-6 .breaking-news-nav button {
margin: 0;
border: 1px solid transparent;
width: auto;
height: auto;
}
.htmega-newsticker-style-6 .breaking-news-nav button i {
color: #ffffff;
font-size: 30px;
transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-6 .breaking-news-nav button i:hover {
color: #18012c;
} .htmega-newsticker-style-7 {
border: 1px solid #1d62af;
overflow: hidden;
}
.htmega-newsticker-style-7.breaking-news-default::before{
transform: skew(0deg);
}
.htmega-newsticker-style-7 .breaking-news-title {
display: flex;
height: 60px;
align-items: center;
align-self: stretch;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
padding: 0 18px 0 0;
overflow: hidden;
}
.htmega-newsticker-style-7 .breaking-news-title::before {
position: absolute;
left: -10px;
top: 0;
background: #1d62af;
width: 100%;
height: 100%;
content: "";
z-index: -1;
border-radius: 0 45px 0px 0;
}
.htmega-newsticker-style-7 .breaking-news-title h5 {
color: #fff;
font-weight: 600;
font-size: 18px;
margin: 0;
text-transform: capitalize;
padding: 0 27px;
z-index: 1;
position: relative;
}
.htmega-newsticker-style-7 .breaking-news-ticker {
padding-left: 34px;
}
.htmega-newsticker-style-7 .breaking-news-ticker li {
padding: 5px 0;
}
.htmega-newsticker-style-7 .breaking-news-ticker li a {
display: block;
line-height: 56px;
color: #000000;
font-size: 14px;
font-family: "Poppins", sans-serif;
}
.htmega-newsticker-style-7 .breaking-news-nav {
margin-right: 12px;
height: 60px;
}
.htmega-newsticker-style-7 .breaking-news-nav button {
margin: 0 1px;
border: 1px solid transparent;
width: 38px;
height: 38px;
background: #1d62af;
}
.htmega-newsticker-style-7 .breaking-news-nav button i {
color: #ffffff;
font-size: 30px;
transition: 0.3s ease-in-out;
}
.htmega-newsticker-style-7 .breaking-news-nav button:hover {
opacity: 0.7;
} .htmega-social-share ul{
list-style: none;
margin: 0;
padding: 0;
list-style: none;
}
.htmega-social-share ul li {
font-family: "Montserrat", sans-serif;
cursor: pointer;
color: #fff;
}
.htmega-social-share svg {
width: 20px;
display: inline-block;
}
.htmega-social-share.htmega-social-view-icon-title ul li{
padding-right: 15px;
}
.htmega-social-share.htmega-social-view-title ul li{
padding: 0px 15px;
}
.htmega-social-share ul li i {
display: block;
float: left;
height: 42px;
line-height: 42px;
width: 42px;
}
.htmega-share-counter {
margin-left: 5px;
} .htmega-social-style-1 ul li {
display: inline-block;
text-align: center;
font-size: 16px;
margin-right: 5px;
margin-bottom: 10px;
transition: 0.5s;
line-height: 42px;
}
.htmega-social-style-1 ul li:hover {
opacity: 0.7;
} .htmega-lightbox {
position: relative;
margin-top: 30px;
}
.htmega-lightbox .htmega-lightboxthumb a img {
width: 100%;
}
.htmega-lightbox .htmega-lightbox-action {
position: absolute;
top: 0;
width: 100%;
height: 100%;
transition: 0.5s;
left: 0;
opacity: 0;
}
.htmega-lightbox .htmega-lightbox-action::before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
background: rgba(0, 0, 0, 0.5);
content: "";
left: 0;
}
.htmega-lightbox .htmega-lightbox-action a {
position: absolute;
top: 50%;
transform:translate(-50%,-50%);
text-align: center;
border: 1px solid #fff;
display: inline-block;
border-radius: 100%;
left: 50%;
}
.htmega-lightbox .htmega-lightbox-action a i {
width: 30px;
height: 30px;
display: inline-block;
line-height: 30px;
color: #fff;
font-size: 25px;
text-align: center;
}
.image-popup-vertical-fit svg {
width: 20px;
}
.htmega-lightbox .htmega-lightbox-action a.play__btn i {
border: 1px solid transparent;
}
.htmega-lightbox:hover .htmega-lightbox-action {
opacity: 1;
}
.mfp-no-margins img.mfp-img {
padding: 0;
}
.mfp-no-margins .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-no-margins .mfp-container {
padding: 0;
}
.lightbox_button_only .htmega-lightbox-action {
opacity: 1;
position: static;
}
.lightbox_button_only.htmega-lightbox .htmega-lightbox-action a{
position: static;
transform: translate(0, 0);
}
.lightbox_button_only .htmega-lightbox-action::before{
display: none; 
} .htmega-player-container .magnify-video-active {
background: #fff none repeat scroll 0 0;
border: 0 none;
border-radius: 100%;
color: #18012c;
display: inline-block;
font-size: 40px;
text-align: center;
transition: all 0.5s ease-in-out 0s;
padding: 10px 25px;
text-decoration: none;
}
.htmega-player-container .magnify-video-active:hover {
transform: scale(1.2);
background: #18012c;
color: #fff;
} .htmega-search-box input:focus {
outline: none;
}
.htmega-search-box .btn-search{
background: transparent;
padding: 0;
}
.htmega-search-box svg {
width: 20px;
margin-top: 8px;
} .htmega-search-style-1 {
position: relative;
}
.htmega-search-style-1 input {
border: 1px solid #ccc;
width: 100%;
border-radius: 22px !important;
transition: all .3s ease-in-out;
height: 45px;
color: #999999;
font-size: 14px;
padding: 0 78px 0 20px !important;
}
.htmega-search-style-1 input:focus {
width: 100%;
border: 1px solid hotpink;
}
.htmega-search-style-1 input:focus~button {
width: 36px;
}
.htmega-search-style-1 input:focus~button.btn-search {
background: hotpink;
color: #fff;
border-radius: 20px;
}
.htmega-search-style-1 input:focus~button.btn-reset {
right: -22px;
}
.htmega-search-style-1 button {
transition: all .3s ease-in-out;
border: none;
height: 36px;
position: absolute;
right: 4px;
top: 50%;
width: 70px;
transform: translateY(-50%);
padding: 0;
}
.htmega-search-style-1 button.btn-search {
background: #0056ff;
border-radius: 0 20px 20px 0;
color: #fff;
transition: all .3s ease-in-out;
} .htmega-search-style-2 {
display: inline-block;
position: relative;
height: 60px;
float: right;
padding: 0;
position: relative;
width: 100%;
}
.htmega-search-style-2 input[type="text"] {
height: 60px;
font-size: 17px;
display: inline-block;
font-weight: 100;
border: none;
outline: none;
color: #fff;
padding: 0;
padding-right: 70px;
width: 0px;
position: absolute;
top: 0;
right: 0;
background: none;
z-index: 3;
transition: width 0.5s cubic-bezier(0, 0.795, 0, 1);
cursor: pointer;
}
.htmega-search-style-2 input[type="text"]:focus {
width: 100%;
z-index: 1;
border-bottom: 1px solid #333;
cursor: text;
}
.htmega-search-style-2 button.btn-search {
width: 63px;
display: inline-block;
color: #333;
float: right;
background: transparent;
border: none;
position: absolute;
top: 0;
right: 0;
z-index: 2;
cursor: pointer;
cursor: pointer;
transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
} .htmega-search-style-3 {
float: right;
height: 40px;
position: relative;
width: 100%;
}
.htmega-search-style-3 input[type="text"] {
border: 1px solid #18012c;
font-size: 12px;
height: 40px;
position: absolute;
transition: all .3s ease-in;
width: 50%;
right: 0px;
color: #18012c;
font-size: 14px;
transition: all .3s ease-in-out;
padding: 0 20px;
padding-right: 63px;
}
.htmega-search-style-3 input[type="text"]:focus {
width: 100%;
border-radius: 20px;
border: 1px solid #ed552d;
}
.htmega-search-style-3 input[type="text"]:focus~button {
background: #ed552d;
border: 1px solid #ed552d;
border-radius: 0 20px 20px 0;
color: #fff !important;
}
.htmega-search-style-3 button {
background: transparent;
transition: all .3s ease-in;
position: absolute;
right: 0;
border: 0 none;
transition: all .3s ease-in-out;
width: 42px;
text-align: center;
height: 100%;
border: 0 none;
}  .htmega-search-style-4 {
background-color: #ffffff;
position: relative;
overflow: hidden;
float: right;
}
.htmega-search-style-4 form{
width: 45px;
transition: all 0.5s ease;
}
.htmega-search-style-4:before {
content: '';
display: block;
width: 3px;
height: 100%;
position: relative;
background-color: #ff4888;
transition: all .5s ease;
}
.htmega-search-style-4 form.open {
width: 100%;
}
.htmega-search-style-4 form.open:before {
height: 20px;
margin: 15px 8px 10px 29px;
position: absolute;
}
.htmega-search-style-4 .search-box {
width: 100%;
height: 100%;
box-shadow: none;
border: none;
background: transparent;
color: #ff4888;
padding: 0px 48px 0px 45px;
font-size: 14px;
}
.htmega-search-style-4 .search-box:focus {
outline: none;
}
.htmega-search-style-4 .search-button {
width: 45px;
height: 45px;
display: block;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}
.htmega-search-style-4 .search-icon {
width: 20px;
height: 20px;
border-radius: 40px;
border: 2px solid #ff4888;
display: block;
position: relative;
margin-left: 10px;
transition: all 0.5s ease;
top: 10px;
}
.htmega-search-style-4 .search-icon:before {
content: '';
width: 3px;
height: 8px;
position: absolute;
right: -2px;
top: 12px;
display: block;
background-color: #ff4888;
transform: rotate(-45deg);
transition: all 0.5s ease;
}
.htmega-search-style-4 .search-icon:after {
content: '';
width: 3px;
height: 9px;
position: absolute;
right: -8px;
top: 17px;
display: block;
background-color: #ff4888;
transform: rotate(-46deg);
transition: all 0.5s ease;
}
.htmega-search-style-4 form.open .search-icon {
margin: 0;
width: 35px;
height: 35px;
border-radius: 100%;
top: 5px;
}
.htmega-search-style-4 form.open .search-icon:before {
transform: rotate(52deg);
right: 12px;
top: 12px;
height: 18px;
}
.htmega-search-style-4 form.open .search-icon:after {
transform: rotate(-230deg);
right: 12px;
top: 2px;
height: 18px;
} .htmega-search-style-5 button {
color: #f45862;
font-size: 24px;
border: 0 none;
outline: none;
background: transparent;
}
.block-bg {
background: rgba(22, 22, 27, 0.97) none repeat scroll 0 0;
height: 100%;
left: 0;
opacity: 0;
position: fixed;
text-align: center;
top: 0;
transform: scale(0.7);
transition: -webkit-transform 0.8s ease 0s, -moz-transform 0.8s ease 0s, -o-transform 0.8s ease 0s, transform 0.8s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
visibility: hidden;
width: 100%;
z-index: 999;
}
.block-bg.is-visible {
opacity: 1;
transform: scale(1);
visibility: visible;
}
.block-bg .close__wrap {
color: white;
cursor: pointer;
font-size: 12px;
font-weight: 700;
line-height: 25px;
margin-top: -12.5px;
padding-right: 25px;
position: absolute;
right: 49px;
text-transform: uppercase;
z-index: 11;
transition: 0.4s;
top: 65px;
}
.block-bg .close__wrap:hover {
color: #ffffff;
}
.block-bg .close__wrap::after {
content: "\f00d";
font-family: 'FontAwesome';
font-size: 24px;
position: absolute;
right: 0;
top: 0;
}
.minisearch .field__search {
left: 0;
margin: 0 auto auto;
max-width: 1000px;
padding: 0 5px;
position: fixed;
right: 0;
top: 50%;
}
.minisearch .field__search input {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: transparent none repeat scroll 0 0;
border-color: currentcolor currentcolor #ebebeb;
-o-border-image: none;
border-image: none;
border-style: none none solid;
border-width: 0 0 1px;
color: #fff;
height: 60px;
padding: 10px 60px 10px 10px;
position: static;
transition: all 0.3s ease-in-out 0s;
width: 100%;
z-index: 1;
font-size: 16px;
outline: none;
}
.minisearch .field__search .action {
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.minisearch .field__search .action button{
color: #797979;
display: inline-block;
font-size: 26px;
height: 60px;
left: 0;
line-height: 60px;
text-align: center;
top: 0;
width: 60px;
} blockquote {
margin: 0;
}
blockquote cite {
font-family: "Montserrat", sans-serif;
}
.htmega-blockquote blockquote::before{
display: none;
}
.htmega-blockquote blockquote img,.htmega-blockquote blockquote .blockquote_icon{
position: absolute;
}
.htmega-blockquote blockquote img{
position: absolute;
width: 100px;
z-index: 0;
}
.htmega-blockquote blockquote p{
margin: 0;
}
.htmega-blockquote-position-lefttop blockquote img,.htmega-blockquote-position-lefttop blockquote .blockquote_icon{
left: 0;
top: 0;
}
.htmega-blockquote-position-leftcenter blockquote img,.htmega-blockquote-position-leftcenter blockquote .blockquote_icon{
left: 0;
top: 50%;
transform: translateY(-50%);
}
.htmega-blockquote-position-leftbottom blockquote img,.htmega-blockquote-position-leftbottom blockquote .blockquote_icon{
left: 0;
bottom: 0;
}
.htmega-blockquote-position-centertop blockquote img,.htmega-blockquote-position-centertop blockquote .blockquote_icon {
left: 50%;
top: 0;
transform: translateX(-50%);
}
.htmega-blockquote-position-center blockquote img,.htmega-blockquote-position-center blockquote .blockquote_icon {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.htmega-blockquote-position-centerbottom blockquote img,.htmega-blockquote-position-centerbottom blockquote .blockquote_icon {
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.htmega-blockquote-position-righttop blockquote img,.htmega-blockquote-position-righttop blockquote .blockquote_icon{
right: 0;
top: 0;
}
.htmega-blockquote-position-rightcenter blockquote img,.htmega-blockquote-position-rightcenter blockquote .blockquote_icon{
right: 0;
top: 50%;
transform: translateY(-50%);
}
.htmega-blockquote-position-rightbottom blockquote img,.htmega-blockquote-position-rightbottom blockquote .blockquote_icon{
right: 0;
bottom: 0;
} .htmega-blockquote blockquote {
background: #f4f4f4;
padding: 50px 62px 50px 56px;
position: relative;
}
.htmega-blockquote blockquote .blockquote_content {
font-size: 18px;
line-height: 33px;
color: #5b5b5b;
font-style: normal;
font-weight: 600;
margin-bottom: 17px;
margin-bottom: 18px;
position: relative;
z-index: 1;
}
.htmega-blockquote blockquote cite {
color: #0056ff;
font-weight: 600;
font-style: normal;
margin: 0;
padding-left: 35px;
position: relative;
}
.htmega-citeseparator-position-after blockquote cite{
padding-left: 0px;
padding-right: 35px;
}
.htmega-citeseparator-position-none blockquote cite{
padding-left: 0;
padding-right: 0;
}
.htmega-blockquote blockquote cite::before {
position: absolute;
background-color: #0056ff;
content: "";
height: 4px;
width: 20px;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.htmega-citeseparator-position-after blockquote cite::before {
right: 0;
left: auto;
top: 50%;
}
.htmega-citeseparator-position-none blockquote cite::before {
display: none;
} .htmega-instragram {
text-align: center;
}
.htmega-instragram ul.htmega-instagram-list {
padding: 0;
margin: 0;
list-style: none;
margin: 0 -5px;
}
.htmega-instragram ul.htmega-instagram-list li {
float: left;
width: 25%;
padding: 0 5px;
margin-bottom: 10px;
overflow: hidden;
position: relative;
}
.htmega-instragram ul.htmega-instagram-list li img{
width: 100%;
}
.htmega-instragram ul.htmega-instagram-list li a{
text-decoration: none;
}
.htmegainstagram-column-1 .htmega-instragram ul.htmega-instagram-list li{
width: 100%;
}
.htmegainstagram-column-2 .htmega-instragram ul.htmega-instagram-list li{
width: 50%;
}
.htmegainstagram-column-3 .htmega-instragram ul.htmega-instagram-list li{
width: 33.33%;
}
.htmegainstagram-column-5 .htmega-instragram ul.htmega-instagram-list li{
width: 20%;
}
.htmegainstagram-column-6 .htmega-instragram ul.htmega-instagram-list li{
width: 16.66%;
} a.instagram_follow_btn {
background: #f75876 none repeat scroll 0 0;
border: 0 none;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
margin-top: 70px;
text-decoration: none;
transition: all 0.4s ease-in-out 0s;
}
a.instagram_follow_btn:hover {
opacity: 0.7;
color: #ffffff;
}
a.instagram_follow_btn i {
background: #e4405f;
width: 42px;
height: 43px;
line-height: 42px;
font-size: 16px;
text-align: center;
}
a.instagram_follow_btn span {
padding: 0 16px;
font-family: "Montserrat", sans-serif;
font-weight: 600;
height: 42px;
line-height: 42px;
}
a.instagram_follow_btn.possition-center {
position: absolute;
top: 50%;
transform: translateY(-50%) translateX(-50%);
left: 50%;
background: #ffffff;
border-radius: 6px;
color: #000000;
}
a.instagram_follow_btn.possition-center span {
padding: 0 24px;
} .htmega-instragram ul.htmega-instagram-list {
margin: 0 -5px;
overflow: hidden;
}
.htmega-instragram ul.htmega-instagram-list li > a {
display: block;
position: relative;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 3;
height: 100%;
transition: 0.4s ease-in-out;
opacity: 0;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip::before {
position: absolute;
background-color: rgba(0, 0, 0, 0.7);
content: "";
left: 10px;
top: 10px;
bottom: 10px;
right: 10px;
z-index: -1;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment {
padding: 30px 0;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span {
color: #fff;
margin: 0 15px;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-like-comment span i {
padding-right: 10px;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn a{
display: inline-block;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .instagram-btn a i {
color: #fff;
font-size: 43px;
}
.htmega-instragram ul.htmega-instagram-list li:hover .instagram-clip {
opacity: 1;
}
.htmega-instragram ul.htmega-instagram-list li .instagram-clip .htmega-content .zoom_icon{
display: inline-block;
} .htmega-instragram-style-2 ul.htmega-instagram-list li{
padding: 0;
margin: 0;
}
.htmega-instragram-style-2 ul.htmega-instagram-list{
margin: 0;
margin-left: -15px;
margin-right: -15px;
}
.htmega-instragram-style-2 ul.htmega-instagram-list li {
margin: 0;
margin-bottom: 0;
overflow: hidden;
}
.htmega-instragram-style-2 ul.htmega-instagram-list li a img {
transition: 0.3s ease-out;
transition-property: opacity, transform, filter;
width: 100%;
}
.htmega-instragram-style-2 ul.htmega-instagram-list li:hover a img {
transform: scale3d(1.1, 1.1, 1);
opacity: 0.8;
}
.htmega-instragram .slick-arrow {
position: absolute;
top: 45%;
left: -20px;
z-index: 2;
width: 30px;
height: 30px;
border-radius: 100%;
background: #f75876;
border: 1px solid #f75876;
color: #fff;
text-align: center;
transition: 0.4s ease-in-out;
opacity: 0;
padding: 0;
line-height: 1;
}
.htmega-instragram .htmega-carosul-next.slick-arrow {
left: auto;
right: -20px;
}
.htmega-instragram ul.htmega-instagram-list:hover .slick-arrow {
opacity: 1;
left: 0;
}
.htmega-instragram ul.htmega-instagram-list:hover .htmega-carosul-next.slick-arrow {
opacity: 1;
right: 0;
left: auto;
}
.htmega-instragram .slick-dots {
position: relative;
bottom: 0;
}
.htmega-instragram .slick-dots li {
border-radius: 100%;
display: inline-block;
height: 15px;
margin: 0 3px !important;
width: 15px !important;
background: #f75876;
float: none !important;
}
.htmega-instragram .slick-dots li button{
padding: 0;
}
.htmega-instragram .slick-dots li button::before{
display: none;
}
.htmega-instragram .slick-dots li.slick-active{
background: #000;
}
.htmega-instragram-style-2 a.instagram_follow_btn{
position: absolute;
top: 50%;
transform: translateY(-50%) translateX(-50%);
left: 50%;
background: #ffffff;
border-radius: 6px;
color: #000000;
margin-top: 0;
}
.htmega-instragram-style-2 a.instagram_follow_btn i{
display: none;
} .htmega-instragram-style-3 ul li {
position: relative;
}
.htmega-instragram-style-3 ul li a img {
transition: all .15s ease-in-out;
}
.htmega-instragram-style-3 ul li .instagram-clip {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 50px;
background: rgba(255, 64, 95, 0.9);
display: flex;
justify-content: space-around;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
transition: all .15s ease-in-out;
color: #FFF;
height: 50px !important;
line-height: 50px;
}
.htmega-instragram-style-3 ul li .instagram-clip::before{
display: none;
}
.htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment {
display: flex;
align-items: center;
padding: 0 !important;
}
.htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment span {
margin: 0 15px;
}
.htmega-instragram-style-3 ul li .instagram-clip .instagram-like-comment span i {
padding-right: 7px;
}
.htmega-instragram-style-3 ul li:hover .instagram-clip {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.htmega-instragram-style-3 ul li:hover a img {
opacity: .7;
-webkit-transform: scale(1.15) translate3d(0, 0, 0);
transform: scale(1.15) translate3d(0, 0, 0);
} .htmega-instragram-style-4 ul.htmega-instagram-list li {
margin: 0;
margin-bottom: 0;
overflow: hidden;
width: 25%;
}
.htmega-instragram-style-4 ul.htmega-instagram-list li a img {
transition: 0.3s ease-out;
transition-property: opacity, transform, filter;
width: 100%;
}
.htmega-instragram-style-4 ul.htmega-instagram-list li:hover a img {
transform: scale3d(1.2, 1.2, 1);
opacity: 0.6;
} .htmega-switcher-btn {
text-align: center;
}
.htmega-switcher-nav {
display: inline-block !important;
background: #eeeeee;
border-radius: 30px;
overflow: hidden;
}
.htmega-switcher-nav a {
display: inline-block;
color: #444444;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
padding: 18px 32px;
z-index: 1;
position: relative;
font-family: "Montserrat", sans-serif;
}
.htmega-switcher-nav a i{
margin-right: 5px;
}
.htmega-switcher-nav svg {
width: 20px;
float: left;
}
.htmega-switcher-nav a::before {
height: 100%;
top: 0;
z-index: 0;
content: '';
width: 0;
position: absolute;
left: 0;
transition: all 300ms ease-out;
z-index: -1;
}
.htmega-switcher-nav a.htb-active {
color: #ffffff;
}
.htmega-switcher-nav a.htb-active::before {
width: 100%;
background-color: #ed552d;
} .htmega-register-wrapper form input{
padding: 0 15px;
width: 100%;
background: transparent;
border-radius: 0;
}
.htmega-register-wrapper .alert {
margin:0 10px 15px;
}
.htmega-user-login {
padding: 10px;
text-align: center;
}
.htmega-register-wrapper label{
display: block;
} .htmega-register-style-1 {
background: #fa4a79;
padding-bottom: 40px;
}
.htmega-register-style-1 form {
padding: 0 30px 0;
}
.htmega-register-style-1 form textarea{
background: #fb5c87 none repeat scroll 0 0;
border-radius: 0;
border: 1px solid #ffffff;
}
.htmega-register-style-1 form input {
background: #fb5c87 none repeat scroll 0 0;
border: 1px solid #ffffff;
border-radius: 0;
color: #ffffff;
font-family: "Montserrat",sans-serif;
font-size: 12px;
font-weight: 300;
height: 50px;
margin-bottom: 30px;
}
.htmega-register-style-1 form input[type="submit"] {
width: auto;
margin: 0 auto;
text-align: center;
background: #fff;
font-weight: 600;
color: #fa4a79;
margin-top: 10px;
font-size: 14px;
padding: 0 47px;
transition: 0.5s;
}
.htmega-register-style-1 form input[type="submit"]:hover {
opacity: 0.7;
}
.htmega-register-style-1 form input::-webkit-input-placeholder {
color: #ffffff;
}
.htmega-register-style-1 form input::-moz-placeholder {
color: #ffffff;
}
.htmega-register-style-1 form input:-ms-input-placeholder {
color: #ffffff;
}
.htmega-register-style-1 form input:-moz-placeholder {
color: #ffffff;
} .htmega-register-style-2 {
background: #7ca7f9;
padding: 0 80px 50px;
}
.htmega-register-style-2 form label {
color: #666666;
font-weight: 400;
font-size: 12px;
margin-bottom: 8px;
font-family: "Montserrat", sans-serif;
}
.htmega-register-style-2 form input {
border: 1px solid #ffffff;
padding: 0 20px;
color: #fff;
margin-bottom: 30px;
font-weight: 300;
font-family: "Montserrat", sans-serif;
}
.htmega-register-style-2 form input[type="submit"] {
width: auto;
text-align: center;
background: #fff;
font-weight: 600;
color: #0056ff;
font-size: 14px;
padding: 0 47px;
transition: 0.5s;
height: 50px;
margin-top: 10px;
margin-bottom: 0;
}
.htmega-register-style-2 form input[type="submit"]:hover {
opacity: 0.7;
}
.htmega-register-style-2 form input::-webkit-input-placeholder {
color: #ffffff;
}
.htmega-register-style-2 form input::-moz-placeholder {
color: #ffffff;
}
.htmega-register-style-2 form input:-ms-input-placeholder {
color: #ffffff;
}
.htmega-register-style-2 form input:-moz-placeholder {
color: #ffffff;
} .htmega-register-style-3 {
padding: 0 56px 100px;
text-align: center;
}
.htmega-register-style-3 form .input_box {
display: flex;
margin-bottom: 30px;
align-items: center;
}
.htmega-register-style-3 form .input_box i {
background: rgba(255, 255, 255, 0.3);
height: 70px;
padding: 0 20px;
font-weight: 400;
line-height: 70px;
color: #ffffff;
text-align: center;
font-size: 34px;
border-radius: 8px 0 0 8px;
}
.htmega-register-style-3 form .input_box input {
background: rgba(255, 255, 255, 0.3);
border: 0 none;
margin-left: 2px;
height: 70px;
border-radius: 0 8px 8px 0;
padding: 0 50px;
color: #ffffff;
font-size: 16px;
font-family: "Poppins", sans-serif;
}
.htmega-register-style-3 form .input_box input[type="submit"] {
border: 3px solid #fff;
border-radius: 8px;
color: #fff;
box-sizing: border-box;
height: 90px;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 51px;
font-family: "Montserrat", sans-serif;
transition: 0.5s;
}
.htmega-register-style-3 form input[type="submit"] {
border: 3px solid #fff;
border-radius: 8px;
color: #fff;
box-sizing: border-box;
height: 90px;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 51px;
font-family: "Montserrat", sans-serif;
}
.htmega-register-style-3 form input[type="submit"]:hover {
background: #ffffff !important;
color: #18012c;
}
.htmega-register-style-3 .login a {
border: 3px solid #ffffff;
display: block;
height: 90px;
line-height: 90px;
color: #fff;
font-size: 24px;
font-weight: 600;
border-radius: 8px;
margin-top: 56px;
transition: 0.5s;
font-family: "Montserrat", sans-serif;
text-decoration: none;
}
.htmega-register-style-3 .login a:hover {
background: #ffffff;
color: #18012c;
}
.htmega-register-style-3 .separator span {
color: #ffffff;
font-size: 24px;
font-weight: 500;
padding: 0 24px;
background: transparent;
position: relative;
z-index: 99;
display: block;
font-family: "Montserrat", sans-serif;
}
.htmega-register-style-3 .separator span::before {
content: "";
width: 130px;
height: 1px;
left: 0;
top: 50%;
background: #fff;
position: absolute;
display: block;
}
.htmega-register-style-3 .separator span::after {
background: #fff;
position: absolute;
content: "";
width: 130px;
height: 1px;
right: 0;
top: 50%;
}
.htmega-register-style-3 form input[type="submit"]:hover {
background: #fff;
color: #18012c;
}
.htmega-register-style-3 form input::-webkit-input-placeholder {
color: #ffffff;
}
.htmega-register-style-3 form input::-moz-placeholder {
color: #ffffff;
}
.htmega-register-style-3 form input:-ms-input-placeholder {
color: #ffffff;
}
.htmega-register-style-3 form input:-moz-placeholder {
color: #ffffff;
} .htmega-register-style-4 {
padding: 0px 40px;
}
.htmega-register-style-4 form input {
margin-bottom: 17px;
border: 0 none;
border-bottom: 1px solid #687ea5;
padding: 0;
color: #687ea5;
font-size: 12px;
font-weight: 300;
font-family: "Montserrat", sans-serif;
}
.htmega-register-style-4 form input[type="submit"] {
background: #0056ff;
color: #fff;
width: auto;
height: 50px;
padding: 0 40px;
border: 0 none;
font-size: 14px;
text-transform: uppercase;
border-radius: 25px;
transition: 0.5s;
margin-top: 10px;
}
.htmega-register-style-4 form input[type="submit"]:hover {
opacity: 0.7;
}
.htmega-register-style-4 form input::-webkit-input-placeholder {
color: #687ea5;
}
.htmega-register-style-4 form input::-moz-placeholder {
color: #687ea5;
}
.htmega-register-style-4 form input:-ms-input-placeholder {
color: #687ea5;
}
.htmega-register-style-4 form input:-moz-placeholder {
color: #687ea5;
} .register-container {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 50px 70px;
}
.register-top {
display: flex;
justify-content: space-between;
margin-bottom: 33px;
align-items: center;
}
.register-top .register-top-left h2 {
color: #000000;
font-size: 16px;
margin: 0;
font-weight: 600;
}
.register-top .register-top-right {
display: flex;
justify-content: space-between;
}
.register-top .register-top-right p {
margin: 0;
color: #b1b1b1;
margin-right: 30px;
font-size: 14px;
}
.register-top .register-top-right a {
background: #eff1f2;
height: 30px;
line-height: 30px;
color: #000000;
padding: 0 14px;
transition: 0.5s;
}
.register-top .register-top-right a:hover {
background: #18012c;
color: #ffffff;
}
.htmega-register-style-5 {
text-align: center;
}
.htmega-register-style-5 form input {
border: 1px solid #f1f1f1;
height: 45px;
margin-bottom: 30px;
padding: 0 20px;
color: #757575;
font-weight: 300;
font-size: 12px;
}
.htmega-register-style-5 form input[type="submit"] {
background: #0056ff;
width: auto;
color: #fff;
height: 48px;
padding: 0 40px;
color: #ffffff;
font-size: 14px;
font-weight: 600;
margin-bottom: 50px;
transition: 0.5s;
margin-top: 12px;
}
.htmega-register-style-5 form input[type="submit"]:hover {
background: #18012c;
color: #ffffff;
}
.htmega-register-style-5 form input::-webkit-input-placeholder {
color: #757575;
}
.htmega-register-style-5 form input::-moz-placeholder {
color: #757575;
}
.htmega-register-style-5 form input:-ms-input-placeholder {
color: #757575;
}
.htmega-register-style-5 form input:-moz-placeholder {
color: #757575;
}
.htmega-register-style-5 form input:focus {
border: 1px solid #18012c;
}
.htmega-register-style-4 form input:focus {
border: 0 none;
border-bottom: 1px solid #18012c;
}  .htmega-tab-nav a {
color: #575757;
font-size: 14px;
font-weight: 500;
padding: 0 16px;
height: 34px;
background: transparent;
line-height: 34px;
transition: 0.5s;
margin: 0 9px;
margin-bottom: 20px;
}
.htmega-tab-nav svg {
width: 20px;
float: left;
margin-top: 5px;
}
.htmega-tab-nav a i,.htmega-tab-nav a svg{
margin-right: 10px;
}
.htmega-tab-nav a.htb-active {
background: #575757;
color: #fff;
}
.tab-content .htmega-single-tab {
margin-top: 20px;
}
.htmega-tab-image{
overflow: hidden;
} .htmega-tab-menu-style-2 a {
color: #575757;
font-weight: 600;
font-size: 14px;
margin: 0 25px;
margin-bottom: 20px;
padding: 0;
padding-bottom: 10px;
position: relative;
background: transparent;
}
.htmega-tab-menu-style-2 a.htb-active{
background: transparent;
color: #575757;
}
.htmega-tab-menu-style-2 a::before {
position: absolute;
content: "";
left: 0;
height: 1px;
width: 0;
bottom: 0;
background: #575757;
transition: 0.4s ease-in-out;
}
.htmega-tab-menu-style-2 a.htb-active::before {
width: 100%;
} .htmega-tab-menu-style-3 {
border-bottom: 1px solid #e3e3e3;
margin-bottom: 18px;
}
.htmega-tab-menu-style-3 a {
color: #575757;
font-size: 14px;
font-weight: 600;
padding: 0;
padding: 0 24px;
background: #e3e3e3;
height: 40px;
line-height: 39px;
margin: 0 10px;
margin-bottom: -1px;
border: 1px solid;
transition: 0.4s ease-in-out;
border-color: #e3e3e3 #e3e3e3 #ffffff;
}
.htmega-tab-menu-style-3 a.htb-active {
background: transparent;
border: 1px solid;
border-color: #e3e3e3 #e3e3e3 #ffffff;
color: #575757;
}
.htmega-tab-style-3 .htmega-single-tab p {
color: #494849;
font-size: 16px;
line-height: 28px;
margin-top: 23px;
} .htmega-tab-menu-style-4 a {
background: #575757;
padding: 0 25px;
height: 40px;
line-height: 40px;
border-radius: 5px;
color: #ffffff;
margin: 0 10px;
margin-bottom: 20px;
font-weight: 600;
font-size: 14px;
}
.htmega-tab-menu-style-4 a.htb-active {
background: #ed552d;
} .htmega-tab-style-5 {
align-items: center;
display: flex;
flex-wrap: wrap;
}
.htmega-tab-style-5 .htmega-tab-nav{
flex: 0 0 25%;
max-width: 25%;
padding-left: 15px;
padding-right: 0px;
}
.htmega-tab-style-5 .htmega-tab-content-area {
flex: 0 0 75%;
max-width: 75%;
padding-left: 15px;
padding-right: 15px;
}
.htmega-tab-menu-style-5 {
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
}
.htmega-tab-style-5 .htmega-tab-content-area{
border-left: 1px solid #e3e3e3;
}
.htmega-tab-menu-style-5 {
display: block;
}
.htmega-tab-menu-style-5 a {
border-left: 1px solid #e3e3e3;
border-right: 1px solid transparent;
border-top: 1px solid #e3e3e3;
color: #575757;
font-weight: 500;
margin: 0;
padding: 0;
text-align: center;
transition: all 0.4s ease-in-out 0s;
}
.htmega-tab-menu-style-5 a:last-child {
border-bottom: 1px solid #e3e3e3;
}
.htmega-tab-menu-style-5 a.htb-active {
background: #e3e3e3;
color: #575757;
}
.htmega_tab_service .htmega-service-style-7:hover .content h4, .htmega_tab_service .htmega-service-style-7:hover .content p, .htmega_tab_service .htmega-service-style-7:hover .icon i {
color: #8f8f8f !important;
}
.htmega_tab_service .htmega-service-style-7:hover .icon i{
color: #ed552d !important;
}
.htmega_tab_service .htmega-service-style-7::before{
display: none;
} .htmega-process-area {
background-size: 80% auto;
}
.htmega-column {
display: flex;
flex-wrap: wrap;
}
.htmega-column .htmega-single-process-area{
padding-right: 15px;
padding-left: 15px;
}
.htmega-process-column-1 .htmega-single-process-area{
flex: 0 0 100%;
max-width: 100%;
}
.htmega-process-column-2 .htmega-single-process-area{
flex: 0 0 50%;
max-width: 50%;
}
.htmega-process-column-3 .htmega-single-process-area{
flex: 0 0 33.333%;
max-width: 33.333%;
}
.htmega-process-column-4 .htmega-single-process-area{
flex: 0 0 25%;
max-width: 25%;
}
.htmega-process-column-5 .htmega-single-process-area{
flex: 0 0 20%;
max-width: 20%;
} .htmega-single-process {
text-align: center;
}
.htmega-single-process .icon {
width: 116px;
height: 116px;
margin: 0 auto;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
line-height: 116px;
text-align: center;
border-radius: 100%;
}
.htmega-single-process .htmega-content h4 {
color: #555555;
font-size: 19px;
font-weight: 600;
margin: 0;
margin-top: 36px;
} .htmega-process-style-2 {
text-align: center;
}
.htmega-process-style-2 .htmega-number {
margin-bottom: 24px;
}
.htmega-process-style-2 .htmega-number span {
width: 70px;
height: 70px;
background: #fff;
display: inline-block;
line-height: 70px;
font-size: 24px;
font-weight: 600;
color: #5a5a5a;
border-radius: 14px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.htmega-process-style-2 .htmega-content h4 {
color: #383838;
font-size: 18px;
margin-bottom: 18px;
}
.htmega-process-style-2 .htmega-content p {
color: #494849;
font-size: 14px;
line-height: 28px;
padding: 0 10%;
margin: 0;
}
.htmega-process-style-2 .htmega-number {
position: relative;
}
.htmega-process-style-2 .htmega-number::before {
position: absolute;
content: "";
background-image: url();
right: -129px;
top: 50%;
width: 236px;
height: 2px;
}
.htmega-process-style-2 .htmega-single-process-area:last-child .htmega-number::before {
display: none;
} .htmega-process-style-3 {
position: relative;
margin-top: 30px;
}
.htmega-process-style-3::before {
content: "";
position: absolute;
left: 50%;
top: 0;
width: 2px;
background: #e51515;
height: 100%;
margin-left: -1px;
}
.htmega-process-style-3 .htmega-single-process {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
padding: 30px 0;
}
.htmega-process-style-3 .htmega-single-process .icon {
align-self: baseline;
box-shadow: none;
height: auto;
line-height: 1;
padding: 0 30px;
position: relative;
text-align: right;
width: 50%;
background: transparent;
}
.htmega-process-style-3 .htmega-single-process .icon::before {
position: absolute;
content: "";
right: 0px;
top: 50%;
margin-top: -15px;
height: 15px;
width: 15px;
border-top: 10px solid transparent;
border-right: 15px solid red;
border-bottom: 10px solid transparent;
border-left: 15px solid transparent;
}
.htmega-process-style-3 .htmega-single-process .icon img {
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.htmega-process-style-3 .htmega-content {
padding-left: 30px;
text-align: left;
width: 50%;
}
.htmega-process-style-3 .htmega-content h4 {
font-size: 22px;
font-weight: 500;
color: #494849;
margin-bottom: 15px;
}
.htmega-process-style-3 .htmega-content p {
font-size: 14px;
color: #494849;
line-height: 28px;
}
.htmega-process-style-3 .htmega-single-process.process-reverse {
-webkit-box-direction: reverse;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.htmega-process-style-3 .htmega-single-process.process-reverse .icon {
text-align: left;
}
.htmega-process-style-3 .htmega-single-process.process-reverse .icon::before {
right: auto;
left: 0;
border-left: 15px solid red;
border-right: 15px solid transparent;
}
.htmega-process-style-3 .htmega-single-process.process-reverse .htmega-content {
padding-left: 0;
padding-right: 30px;
text-align: right;
} .htmega-process-style-4 {
background-position: center center;
background-repeat: no-repeat;
height: 570px;
position: relative;
width: 590px;
}
.htmega-process-style-4 .htmega-single-process-area{
align-items: center;
background: #52b6bc none repeat scroll 0 0;
border-radius: 100%;
display: flex;
height: 190px;
justify-content: center;
text-align: center;
width: 190px;
position: absolute;
}
.htmega-process-style-4 .htmega-single-process-area:nth-child(1) {
left: 0;
margin: auto;
right: 0;
}
.htmega-process-style-4 .htmega-single-process-area:nth-child(2) {
right: 0;
top: 190px;
}
.htmega-process-style-4 .htmega-single-process-area:nth-child(3) {
bottom: 0;
left: 0;
margin: auto;
right: 0;
}
.htmega-process-style-4 .htmega-single-process-area:nth-child(4) {
left: 0;
top: 190px;
}
.htmega-process-style-4 .htmega-single-process .icon {
box-shadow: none;
height: auto;
line-height: 1;
opacity: 0;
position: absolute;
right: 0;
top: -36px;
transition: all 0.3s ease 0s;
width: auto;
background: transparent;
}
.htmega-process-style-4 .htmega-single-process .icon img {
border: 3px solid #52b6bc;
border-radius: 100%;
}
.htmega-process-style-4 .htmega-content p {
color: #fff;
font-family: 'Courgette', cursive;
font-size: 20px;
line-height: 26px;
margin: 0;
padding: 0 12px;
}
.htmega-process-style-4 .htmega-single-process.open .icon {
opacity: 1;
}
.htmega-process-style-4 .htmega-single-process-area:hover .icon {
opacity: 1;
} .htmega-modal-btn button {
background: #0056ff;
border: 0 none;
color: #fff;
border-radius: 8px;
height: 58px;
line-height: 58px;
color: #ffffff;
font-size: 16px;
font-weight: 600;
font-family: "Montserrat", sans-serif;
transition: 0.4s;
padding-top: 0;
padding-bottom: 0;
}
.htmega-modal-btn svg {
width: 20px;
margin-right: 10px;
margin-top: 16px;
float: left;
}
.htmega-modal-area .htb-modal-header h5{
margin: 0;
}
.htmega-modal-area .htb-modal-footer {
justify-content: space-between;
align-items: center;
} .flipbox-icon{
display: inline-block;
}
.flipbox-icon svg {
width: 20px;
}
.htmega-flip-box-front,.htmega-flip-box-back{
background-color: #f3f3f3;
}
.htmega-flip-box-animation-right .htmega-flip-box-front {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
background-color: #f3f3f3;
}
.htmega-flip-box-animation-right:hover .htmega-flip-box-front {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.htmega-flip-box-animation-right .htmega-flip-box-back {
background: rgba( 237, 85, 45, 0.8 );
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.htmega-flip-box-animation-right:hover .htmega-flip-box-back {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
transform-style: preserve-3d;
}
.htmega-flip-box-animation-left .htmega-flip-box-front,.htmega-flip-box-animation-left:hover .htmega-flip-box-back {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
background-color: #f3f3f3;
}
.htmega-flip-box-animation-left:hover .htmega-flip-box-front {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.htmega-flip-box-animation-left .htmega-flip-box-back {
background: rgba( 237, 85, 45, 0.8 );
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.htmega-flip-box-animation-top .htmega-flip-box-front,.htmega-flip-box-animation-top:hover .htmega-flip-box-back {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.htmega-flip-box-animation-top:hover .htmega-flip-box-front {
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-o-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.htmega-flip-box-animation-top .htmega-flip-box-back {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
z-index: 1;
}
.htmega-flip-box-animation-bottom .htmega-flip-box-front,.htmega-flip-box-animation-bottom:hover .htmega-flip-box-back {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.htmega-flip-box-animation-bottom:hover .htmega-flip-box-front {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.htmega-flip-box-animation-bottom .htmega-flip-box-back {
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-o-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
transform: rotateX(-180deg);
z-index: 1;
}
.htmega-flip-box-area .flp-btn {
display: inline-block;
margin-top: 20px;
}
.htmega-flip-box-area .flp-btn a {
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 14px;
display: inline-block;
border-bottom: 1px solid #ffffff;
text-decoration: none;
} .htmega-flip-box-area {
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-webkit-transform: perspective(1000px);
-moz-transform: perspective(1000px);
-ms-transform: perspective(1000px);
transform: perspective(1000px);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
position: relative;
height: 380px;
line-height: 1;
}
.htmega-flip-box-front,
.htmega-flip-box-back {
width: 100%;
height: 100%;
}
.htmega-flip-box-front,.htmega-flip-box-back  {
background-size: cover;
background-position: center center;
-ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
-webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
overflow: hidden;
position: absolute;
top: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform-style: preserve-3d;
z-index: 1;
}
.front-container,.back-container {
padding: 40px;
text-align: center;
position: relative;
top: 50%;
-ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
-webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
-webkit-transform: translateY(-50%) translateX(0px) scale(1);
-ms-transform: translateY(-50%) translateX(0px) scale(1);
transform: translateY(-50%) translateX(0px) scale(1);
transform-style: preserve-3d;
z-index: 2;
height: 100%;
}
.htmega-flip-box-area .back-container {
padding: 40px;
text-align: center;
position: relative;
top: 50%;
z-index: 2;
}
.htmega-flip-box-area .front-container span {
color: #636363;
font-size: 50px;
}
.front-container h2 {
color: #4a4a4a;
font-size: 22px;
font-weight: 400;
margin: 0;
margin-top: 22px;
}
.back-container span {
color: #efefef;
font-size: 50px;
display: block;
margin-bottom: 28px;
}
.back-container h2 {
color: #ffffff;
font-size: 22px;
font-weight: 400;
margin-bottom: 18px;
}
.back-container p {
color: #ffffff;
font-size: 14px;
line-height: 26px;
margin: 0;
}
.htmega-flip-box-back {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.htmega-flip-overlay {
display: block;
background-color: transparent;
width: 100%;
height: 100%;
position: absolute;
top: 0;
} .htmega-flip-box-style-2 .htmega-flip-box-back span,.htmega-flip-box-style-2 .htmega-flip-box-front span {
margin-bottom: 26px;
display: inline-block;
padding-bottom: 30px;
position: relative;
}
.htmega-flip-box-style-2 .htmega-flip-box-back span i,.htmega-flip-box-style-2 .htmega-flip-box-front span i {
color: #fff;
font-size: 70px;
}
.htmega-flip-box-style-2 .htmega-flip-box-back span::before,.htmega-flip-box-style-2 .htmega-flip-box-front span::before {
position: absolute;
content: "";
background: #fff;
width: 30px;
height: 1px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.htmega-flip-box-style-2 .htmega-flip-box-back span::after,.htmega-flip-box-style-2 .htmega-flip-box-front span::after {
position: absolute;
content: "";
background: #fff;
width: 20px;
height: 1px;
bottom: 6px;
left: 50%;
transform: translateX(-50%);
}
.htmega-flip-box-style-2 .htmega-flip-box-back h2,.htmega-flip-box-style-2 .htmega-flip-box-front h2 {
color: #ffffff;
font-size: 16px;
margin: 0;
font-weight: 300;
text-transform: uppercase;
}
.htmega-flip-box-style-2 .htmega-flip-box-back p {
margin: 0;
color: #ffffff;
font-size: 14px;
line-height: 24px;
margin-top: 15px;
font-family: "Montserrat", sans-serif;
font-weight: 300;
} .htmega-tooltip span {
background: #0056ff none repeat scroll 0 0;
border: 0 none;
border-radius: 8px;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: "Montserrat",sans-serif;
font-size: 14px;
padding: 14px 16px;
text-align: center;
transition: 0.4s;
}
.htmega-tooltip span a{
color: #fff;
text-decoration: none;
} .tooltip-inner {
padding: 9px 15px;
background-color: #404040;
} .bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
border-left-color: #404040 !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
border-right-color: #404040 !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
border-top-color: #404040 !important;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
border-bottom-color: #404040 !important;
} .bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
top: -10px !important;
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
top: 10px !important;
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
left: 10px !important;
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
left: -10px !important;
} .htb-popover-header {
margin-top: 0;
} .htmega-popover span {
background: #0056ff;
border: 0 none;
color: #fff;
padding: 20px 40px;
border-radius: 7px;
font-weight: 600;
font-size: 16px;
transition: 0.5s;
font-family: "Montserrat", sans-serif;
display: inline-block;
cursor: pointer;
}
.htmega-popover span:hover {
background: #18012c;
}
.htmega-popover span a{
text-decoration: none;
}
.htmega-popover svg {
width: 25px;
} .popover {
max-width: 330px;
border: 1px solid #e0e0e0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.popover .popover-body {
padding: 22px 25px;
color: #262626;
font-size: 13px;
}
.popovers-content.text-center {
padding-top: 14px;
} .bs-popover-auto[x-placement^=top],
.bs-popover-top {
top: -12px !important;
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
top: 12px !important;
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
left: 12px !important;
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
left: -12px !important;
} .htmega-toggle-button a{
transition: all 600ms ease-in-out;
-webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;
-o-transition: all 600ms ease-in-out;
color: #3b3b3b;
font-family: "Montserrat", sans-serif;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
display: inline-block;
}
.htmega-toggle-button svg {
width: 20px;
}
.htmega-toggle-area .htmega-toggle-button a i,.htmega-toggle-area .htmega-toggle-button a svg {
padding-left: 5px;
}
.htmega-toggle-button a.opened_btn,.open a.normal_btn{
display: none;
}
.htmega-toggle-button.open a.opened_btn{
display: inline-block;
}
.image_100 .htmega-lightboxthumb img{
width: 100%;
} .htmega-dropcaps-inner p {
color: #434343;
font-size: 16px;
line-height: 28px;
font-weight: 500;
margin: 0;
}
.htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-inner:first-of-type:first-letter {
color: #d6d6d6;
float: left;
font-size: 60px;
margin-right: 20px;
margin-bottom: 5px;
border: 2px solid #d6d6d6;
padding: 15px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-style: italic;
margin-top: 9px;
} .htmega-dropcaps-style-2 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-2 .htmega-dropcaps-inner:first-of-type:first-letter {
color: #18012c;
float: left;
font-size: 60px;
margin-right: 15px;
margin-bottom: 8px;
font-family: "Montserrat", sans-serif;
font-weight: 600;
margin-top: 17px;
border: none;
padding: 0;
font-style: normal;
} .htmega-dropcaps-style-3 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-3 .htmega-dropcaps-inner:first-of-type:first-letter {
color: #ed552d;
float: left;
font-size: 90px;
margin-right: 15px;
margin-bottom: 13px;
font-family: "Poppins",sans-serif;
font-weight: 500;
margin-top: 20px;
text-decoration: line-through;
line-height: 28px;
border: 0;
padding: 0;
font-style: normal;
} .htmega-dropcaps-style-4 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-4 .htmega-dropcaps-inner:first-of-type:first-letter {
color: #fff;
float: left;
font-size: 36px;
padding: 20px;
margin-top: 5px;
margin-left: 5px;
margin-right: 15px;
margin-bottom: 5px;
background: #ed552d;
border-radius: 50%;
font-size: normal;
border: none;
font-style: normal;
font-weight: 500;
} .htmega-dropcaps-style-5 .htmega-dropcaps-inner p:first-of-type:first-letter,.htmega-dropcaps-style-5 .htmega-dropcaps-inner:first-of-type:first-letter {
color: white;
float: left;
font-size: 75px;
line-height: 60px;
padding: 20px 28px;
margin-top: 5px;
margin-left: 5px;
margin-right: 20px;
margin-bottom: 10px;
background: black;
border-radius: 50%;
border: 1px solid white;
box-shadow: 0px 0px 0px 5px black;
font-style: normal;
font-weight: 500;
} button.htmega-notify-button {
padding: 5px 42px;
border: 0 none;
color: #fff;
border-radius: 7px;
font-size: 14px;
margin-right: 25px;
background: #1abc9c;
transition: 0.4s;
height: inherit;
}  .htmega-marker-style-1 {
padding: 245px 0;
}
.htmega-marker-style-1 .htmega_image_pointer {
width: 36px;
height: 36px;
border-radius: 100%;
border: 3px solid #ed552d;
background-color: #fff;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 32px;
}
.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box {
background: #fff;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
}
.htmega-marker-style-1 .htmega_image_pointer .htmega_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
}
.htmega-marker-style-1 .htmega_image_pointer:hover .htmega_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.htmega-marker-style-1 .htmega_image_pointer::before {
content: "\f129";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ed552d;
font-size: 18px;
width: 100%;
height: 100%;
}
.htmega-marker-style-1 .htmega_image_pointer {
position: absolute;
left: 66%;
top: 15%;
} .htmega-marker-style-2 {
padding: 245px 0;
}
.htmega-marker-style-2 .htmega_image_pointer {
width: 46px;
height: 46px;
border-radius: 100%;
border: 5px solid #dddddd;
background-color: #fff;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 38px;
}
.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box {
background: #fff;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
}
.htmega-marker-style-2 .htmega_image_pointer .htmega_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
}
.htmega-marker-style-2 .htmega_image_pointer:hover .htmega_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.htmega-marker-style-2 .htmega_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ed552d;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.htmega-marker-style-2 .htmega_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.htmega-marker-style-2 .htmega_image_pointer {
position: absolute;
left: 50%;
top: 26%;
} .htmega-marker-style-3 {
padding: 245px 0;
}
.htmega-marker-style-3 .htmega_image_pointer {
width: 46px;
height: 46px;
border-radius: 100%;
background-color: #000000;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 49px;
z-index: 2;
}
.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box {
background: #000000;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
color: #ffffff;
}
.htmega-marker-style-3 .htmega_image_pointer .htmega_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
color: #ffffff;
}
.htmega-marker-style-3 .htmega_image_pointer:hover .htmega_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.htmega-marker-style-3 .htmega_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ffffff;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.htmega-marker-style-3 .htmega_image_pointer::after {
position: absolute;
left: 2px;
background: #000;
content: "";
right: 2px;
top: 2px;
bottom: 2px;
border-radius: 100%;
border: 2px solid #fff;
z-index: -1;
}
.htmega-marker-style-3 .htmega_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.htmega-marker-style-3 .htmega_image_pointer {
position: absolute;
left: 50%;
top: 26%;
} .htmega-marker-style-4 {
padding: 245px 0;
}
.htmega-marker-style-4 .htmega_image_pointer {
width: 46px;
height: 46px;
border-radius: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-image: url(//prometheus.ntua.gr/wp-content/plugins/ht-mega-for-elementor/assets/css/img/bg/bg-image-12.jpg);
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 38px;
border: 5px solid #d88d78;
z-index: 2;
}
.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-image: url(//prometheus.ntua.gr/wp-content/plugins/ht-mega-for-elementor/assets/css/img/bg/bg-image-12.jpg);
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
}
.htmega-marker-style-4 .htmega_image_pointer .htmega_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
color: #18012c;
}
.htmega-marker-style-4 .htmega_image_pointer:hover .htmega_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.htmega-marker-style-4 .htmega_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #d88d78;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.htmega-marker-style-4 .htmega_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.htmega-marker-style-4 .htmega_image_pointer {
position: absolute;
left: 83%;
top: 37%;
} .htmega-marker-style-5 {
padding: 245px 0;
}
.htmega-marker-style-5 .htmega_image_pointer {
width: 46px;
height: 46px;
border-radius: 4px;
background: #000;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
line-height: 47px;
z-index: 2;
}
.htmega-marker-style-5 .htmega_image_pointer .effect-1 {
position: relative;
}
.htmega-marker-style-5 .htmega_image_pointer .effect-1::before,
.htmega-marker-style-5 .htmega_image_pointer .effect-1::after {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: '';
border: 1px solid #f10;
border-radius: 50%;
-webkit-transform: scale(0.35) translateY(-50%) translateX(-50%);
-ms-transform: scale(0.35) translateY(-50%) translateX(-50%);
transform: scale(0.35) translateY(-50%) translateX(-50%);
opacity: 0;
-webkit-animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
}
.htmega-marker-style-5 .htmega_image_pointer .effect-1::before {
width: 32px;
height: 32px;
left: 50%;
top: 50%;
z-index: -1;
}
.htmega-marker-style-5 .htmega_image_pointer .effect-1::after {
width: 32px;
height: 32px;
z-index: -1;
border-color: rgba(255, 255, 255, 0.4);
-webkit-animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
animation: marker-ripple-animation 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
}
.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box {
background: #000000;
width: 240px;
position: absolute;
top: 0;
right: 50%;
-webkit-transform: translate3d(50%, -100%, 0);
transform: translate3d(50%, -100%, 0);
border-radius: 5px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
z-index: 10;
padding: 20px;
-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.07);
text-align: center;
}
.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box h4 {
font-size: 20px;
margin-bottom: 7px;
color: #fff;
}
.htmega-marker-style-5 .htmega_image_pointer .htmega_pointer_box p {
font-size: 13px;
line-height: 24px;
margin: 0;
color: #fff;
}
.htmega-marker-style-5 .htmega_image_pointer:hover .htmega_pointer_box {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateY(-110%) translateX(50%);
transform: translateY(-110%) translateX(50%);
}
.htmega-marker-style-5 .htmega_image_pointer::before {
content: "\f067";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
font-family: FontAwesome;
color: #ffffff;
font-size: 18px;
width: 100%;
height: 100%;
transition: 0.4s ease-in-out;
}
.htmega-marker-style-5 .htmega_image_pointer:hover::before {
transform: translateX(-50%) translateY(-50%) rotate(47deg);
}
.htmega-marker-style-5 .htmega_image_pointer {
position: absolute;
left: 83%;
top: 37%;
} @-webkit-keyframes marker-ripple-animation {
0% {
-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
opacity: 1;
}
100% {
-webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
opacity: 0;
}
}
@keyframes marker-ripple-animation {
0% {
transform: translate3d(-50%, -50%, 0) scale(1);
opacity: 1;
}
100% {
transform: translate3d(-50%, -50%, 0) scale(1.7);
opacity: 0;
}
} .htmega-inlinemenu-area ul{
list-style: none;
margin: 0;
padding: 0;
}
.htmega-mainmenu {
display: flex;
flex-flow: row wrap;
justify-content: center;
} .linemenu-nav ul li {
margin: 0 18px;
position: relative;
}
.linemenu-nav ul li a {
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 14px;
text-transform: inherit;
text-decoration: none;
color: #636363;
position: relative;
padding-bottom: 10px;
display: inline-block;
}
.htmega-inlinemenu-style-1 .linemenu-nav ul li a::before {
background: #d94f5c none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
transform: scale3d(0, 5, 1);
transform-origin: 0 50% 0;
transition: transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9) 0s;
width: 100%;
}
.htmega-inlinemenu-style-1 .linemenu-nav ul > li:hover > a::before {
transform: scale3d(1, 1, 1);
}
.linemenu-nav ul > li:hover > a {
color: #d94f5c;
} .htmega-inlinemenu-style-2 .linemenu-nav ul li{
margin: 0;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul li a::before, .htmega-inlinemenu-style-2 .linemenu-nav ul li a::after {
border: 2px solid #ffffff;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transition: transform 0.2s ease 0s;
width: 100%;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul li a::before {
border-width: 0 2px;
transform: scale3d(1, 0, 1);
transform-origin: 0 50% 0;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul li a::after {
border-width: 2px 0;
transform: scale3d(0, 1, 1);
transform-origin: 0 0 0;
transition-delay: 0.2s;
}
.htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::before, .htmega-inlinemenu-style-2 .linemenu-nav ul li:hover a::after {
transform: scale3d(1, 1, 1);
} .htmega-inlinemenu-style-3 li {
position: relative;
}
.htmega-inlinemenu-style-3 li a {
position: relative;
display: block;
}
.htmega-inlinemenu-style-3 li::before,
.htmega-inlinemenu-style-3 li::after,
.htmega-inlinemenu-style-3 li a::before,
.htmega-inlinemenu-style-3 li a::after {
position: absolute;
display: block;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 2px solid #d94f5c;
content: '';
z-index: -1;
opacity: 0;
pointer-events: none;
}
.htmega-inlinemenu-style-3 li:hover::before,
.htmega-inlinemenu-style-3 li:hover::after,
.htmega-inlinemenu-style-3 li:hover a::before,
.htmega-inlinemenu-style-3 li:hover a::after {
-webkit-animation: lineanimation .6s ease-in-out;
animation: lineanimation .6s ease-in-out;
z-index: 1;
opacity: 1;
}
.htmega-inlinemenu-style-3 li::before {
border-width: 0 0 0 2px;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
.htmega-inlinemenu-style-3 li::after {
border-width: 0 2px 0 0;
-webkit-transform-origin: right top;
transform-origin: right top;
}
.htmega-inlinemenu-style-3 li a::before {
border-width: 2px 0 0;
-webkit-transform-origin: left top;
transform-origin: left top;
}
.htmega-inlinemenu-style-3 li a::after {
border-width: 0 0 2px;
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
.htmega-inlinemenu-style-3 li:hover::before {
-webkit-animation-delay: -.45s;
animation-delay: -.45s;
}
.htmega-inlinemenu-style-3 li:hover::after {
-webkit-animation-delay: -.15s;
animation-delay: -.15s;
}
.htmega-inlinemenu-style-3 li:hover a::before {
-webkit-animation-delay: -.3s;
animation-delay: -.3s;
}
.htmega-inlinemenu-style-3 li:hover a::after {
-webkit-animation-delay: 0;
animation-delay: 0;
}
.htmega-inlinemenu-style-3 li a span {
position: relative;
z-index: 3;
}
@-webkit-keyframes lineanimation {
0%,
33% {
opacity: 0;
-webkit-transform: rotate(45deg) scale(1.5);
transform: rotate(45deg) scale(1.5);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes lineanimation {
0%,
33% {
opacity: 0;
-webkit-transform: rotate(45deg) scale(1.5);
transform: rotate(45deg) scale(1.5);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
} .htmega-inlinemenu-style-4 li a{
position: relative;
padding: 10px 0;
}
.htmega-inlinemenu-style-4 li a::before,
.htmega-inlinemenu-style-4 li a::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: #ffffff;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
}
.htmega-inlinemenu-style-4 li a::before {
top: 0;
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.htmega-inlinemenu-style-4 li a::after {
bottom: 0;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.htmega-inlinemenu-style-4 li a:hover::before,
.htmega-inlinemenu-style-4 li a:hover::after {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
} .htmega-inlinemenu-style-5 li a {
position: relative;
}
.htmega-inlinemenu-style-5 ul li {
margin: 0 10px;
}
.htmega-inlinemenu-style-5 ul li a{
position: relative;
overflow: hidden;
width: 130px;
padding: 1em 0;
display: block;
padding: 1em;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
color: #636363;
}
.htmega-inlinemenu-style-5 ul li a:hover {
color: #d94f5c;
}
.htmega-inlinemenu-style-5 ul li a::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 300%;
height: 50px;
opacity: 0;
background: url(//prometheus.ntua.gr/wp-content/plugins/ht-mega-for-elementor/assets/images/icons/line.svg) no-repeat top left;
-webkit-transform: translate3d(130px, 0, 0);
transform: translate3d(130px, 0, 0);
-webkit-transition: -webkit-transform 0s 0.3s, opacity 0.3s;
transition: transform 0s 0.3s, opacity 0.3s;
}
.htmega-inlinemenu-style-5 ul li a:hover::before {
opacity: 1;
-webkit-transform: translate3d(-260px, 0, 0);
transform: translate3d(-260px, 0, 0);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
} .htmega-inlinemenu-style-6 ul li a {
position: relative;
overflow: hidden;
height: 3em;
padding: 1em 0;
text-align: center;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.htmega-inlinemenu-style-6 ul li a:hover {
color: #d94f5c;
}
.htmega-inlinemenu-style-6 ul li:hover a {
-webkit-animation: anim-francisco 0.4s forwards;
animation: anim-francisco 0.4s forwards;
color: #d94f5c;
}
@-webkit-keyframes anim-francisco {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes anim-francisco {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .htmega-inlinemenu-style-7 ul li{
margin: 0;
}
.htmega-inlinemenu-style-7 ul li a {
padding: 10px 0;
border-top: 2px solid #c90dbe;
color: #c90dbe;
position: relative;
margin: 0 10px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
.htmega-inlinemenu-style-7 ul li a::before {
position: absolute;
left: 0;
overflow: hidden;
padding: 10px 0;
max-width: 0;
border-bottom: 2px solid #c90dbe;
color: #c90dbe;
content: attr(data-hover);
-webkit-transition: max-width 0.5s;
-moz-transition: max-width 0.5s;
transition: max-width 0.5s;
top: 50%;
transform: translateY(-50%);
}
.htmega-inlinemenu-style-7 ul li a:hover::before,
.htmega-inlinemenu-style-7 ul li a:focus::before {
max-width: 100%;
} .htmega-not-found {
overflow: hidden;
text-align: center;
position: relative;
}
.htmega-not-found .content {
position: relative;
z-index: 2;
}
.htmega-not-found .content h1 {
color: #c0d2ff;
font-size: 48px;
margin-top: 35px;
margin-bottom: 43px;
}
.htmega-not-found .content a.page-back-btn {
background: #c0d2ff;
height: 62px;
display: inline-block;
padding: 0 40px;
line-height: 62px;
border-radius: 31px;
color: #131e3a;
font-size: 16px;
font-weight: 500;
transition: 0.4 ease-in-out;
text-decoration: none;
}
.htmega-not-found .content a.page-back-btn:hover {
background: #fff;
border-radius: 20px 0;
color: #18012c;
transform: translateY(-5px);
}
.htmega-not-found .content a.page-back-btn i {
padding-right: 12px;
font-size: 18px;
}
.htmega-not-found .content a.page-back-btn svg {
width: 20px;
margin-top: 18px;
float: left;
margin-right: 8px;
display: inline-block;
} .cloud {
width: 350px;
height: 120px;
background: #1e2a4a;
background: linear-gradient(top, #1e2a4a 100%);
background: -webkit-linear-gradient(top, #1e2a4a 100%);
background: -moz-linear-gradient(top, #1e2a4a 100%);
background: -ms-linear-gradient(top, #1e2a4a 100%);
background: -o-linear-gradient(top, #1e2a4a 100%);
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
position: absolute;
margin: 120px auto 20px;
transition: ease 1s;
}
.cloud:after,
.cloud:before {
content: '';
position: absolute;
background: #1e2a4a;
z-index: -1;
}
.cloud:after {
width: 100px;
height: 100px;
top: -50px;
left: 50px;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
}
.cloud:before {
width: 180px;
height: 180px;
top: -90px;
right: 50px;
border-radius: 200px;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
}
.cloud-1 {
top: -198px;
left: 0;
-webkit-transform: scale(0.3);
-moz-transform: scale(0.3);
transform: scale(0.3);
opacity: 0.9;
-webkit-animation: moveclouds 15s linear infinite;
-moz-animation: moveclouds 15s linear infinite;
-o-animation: moveclouds 15s linear infinite;
}
.cloud-2 {
top: -122px;
left: 140px;
-webkit-transform: scale(0.3);
-moz-transform: scale(0.3);
transform: scale(0.3);
-webkit-animation: moveclouds 17s linear infinite;
-moz-animation: moveclouds 17s linear infinite;
-o-animation: moveclouds 17s linear infinite;
}
.cloud-3 {
left: 409px;
top: -50px;
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
transform: scale(0.6);
opacity: 0.6;
-webkit-animation: moveclouds 25s linear infinite;
-moz-animation: moveclouds 25s linear infinite;
-o-animation: moveclouds 25s linear infinite;
}
.cloud-4 {
left: -46px;
bottom: 135px;
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
transform: scale(0.6);
opacity: 0.8;
-webkit-animation: moveclouds 25s linear infinite;
-moz-animation: moveclouds 25s linear infinite;
-o-animation: moveclouds 25s linear infinite;
}
.cloud-5 {
left: 469px;
bottom: -57px;
-webkit-transform: scale(0.75);
-moz-transform: scale(0.75);
transform: scale(0.75);
opacity: 0.75;
-webkit-animation: moveclouds 18s linear infinite;
-moz-animation: moveclouds 18s linear infinite;
-o-animation: moveclouds 18s linear infinite;
}
.cloud-6 {
left: 100%;
top: 263px;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
transform: scale(0.5);
opacity: 0.8;
-webkit-animation: moveclouds 20s linear infinite;
-moz-animation: moveclouds 20s linear infinite;
-o-animation: moveclouds 20s linear infinite;
}
@-webkit-keyframes moveclouds {
0% {
margin-left: 1000px;
}
100% {
margin-left: -1000px;
}
}
@-moz-keyframes moveclouds {
0% {
margin-left: 1000px;
}
100% {
margin-left: -1000px;
}
}
@-o-keyframes moveclouds {
0% {
margin-left: 1000px;
}
100% {
margin-left: -1000px;
}
} .htmega-error-style-2 .content {
text-align: left;
padding-left: 65px;
}
.htmega-error-style-2 .content h2 {
color: #ffffff;
font-size: 48px;
font-weight: 400;
margin-bottom: 4px;
}
.htmega-error-style-2 .content h1 {
color: #ffffff;
font-size: 50px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 7px;
margin-top: 0;
}
.htmega-error-style-2 .content h1 span {
color: #ffffff;
font-size: 116px;
padding-right: 21px;
}
.htmega-error-style-2 .content p {
color: #ffffff;
font-size: 32px;
line-height: 54px;
margin-bottom: 32px;
}
.htmega-error-style-2 .content a.page-back-btn {
background: #fff;
color: #131e3a;
height: 75px;
display: inline-block;
padding: 0 60px;
font-size: 30px;
line-height: 71px;
border-radius: 31px;
transition: 0.4 ease-in-out;
}
.htmega-error-style-2 .content a.page-back-btn:hover {
background: #fff;
border-radius: 20px 0;
color: #18012c;
transform: translateY(-5px);
} .htmega-error-style-3 .content{
padding-bottom: 10px;
}
.htmega-error-style-3 .content h2 {
color: #d5cff2;
font-size: 52px;
margin-bottom: 16px;
}
.htmega-error-style-3 .content p {
color: #d5cff2;
font-size: 30px;
line-height: 44px;
margin-bottom: 38px;
font-family: "Montserrat", sans-serif;
}
.htmega-error-style-3 .content a.page-back-btn {
background: #fd5c5e;
width: 80px;
display: inline-block;
height: 80px;
border-radius: 100%;
line-height: 80px;
color: #d5cff2;
font-size: 36px;
transition: 0.5s ease-in-out;
padding: 0;
}
.htmega-error-style-3 .content a.page-back-btn i {
font-size: inherit;
padding-right: inherit;
}
.htmega-error-style-3 .content a.page-back-btn:hover {
transform: scale(1.2);
background: #18012c;
color: #ffffff;
border-radius: 100%;
} .not-found-4 {
padding: 310px 0;
}
.not-found-4 .content {
text-align: left;
}
.not-found-4 .content h2 {
color: #fcfcfc;
font-size: 36px;
line-height: 64px;
font-weight: 400;
text-align: left;
margin-bottom: 30px;
}
.not-found-4 .content a.page-back-btn {
background: #da4c00;
color: #fff;
height: 54px;
display: inline-block;
padding: 0 40px;
line-height: 54px;
font-size: 16px;
font-weight: 600;
border-radius: 27px;
transition: 0.5s ease-in-out;
margin-right: 26px;
font-family: "Montserrat", sans-serif;
}
.not-found-4 .content a.page-back-btn:hover {
background: #da4c00 none repeat scroll 0 0;
border-radius: 27px;
color: #fff;
opacity: 0.7;
transform: translateY(0px);
}
.not-found-4 .content a.page-back-btn.error_contact {
background: #ff8a00;
} .htmega-counter-content {
line-height: 1;
}
.htmega-counter-icon span{
display: inline-block;
}
.htmega-counter-icon svg {
width: 20px;
} .htmega-counter-style-1 {
text-align: center;
}
.htmega-counter-style-1 .htmega-counter-icon i {
font-size: 36px;
color: #ed552d;
}
.htmega-counter-style-1 .htmega-counter-content span {
color: #696969;
font-size: 36px;
font-weight: 700;
margin-top: 20px;
display: inline-block;
font-family: "Montserrat", sans-serif;
}
.htmega-counter-style-1 .htmega-counter-content h2 {
color: #898989;
font-weight: 400;
font-size: 17px;
margin: 0;
position: relative;
margin-top: 9px;
display: block;
padding-bottom: 15px;
}
.htmega-counter-style-1 .htmega-counter-content h2::before {
background: #d5d5d5;
width: 48px;
height: 1px;
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
} .htmega-counter-style-2 {
display: flex;
align-items: center;
justify-content: center;
}
.htmega-counter-style-2 .htmega-counter-icon {
padding-right: 20px;
}
.htmega-counter-style-2 .htmega-counter-icon i {
font-size: 48px;
color: #383838;
}
.htmega-counter-style-2 .htmega-counter-content span {
color: #383838;
font-size: 24px;
font-weight: 600;
margin-top: 13px;
display: inline-block;
font-family: "Montserrat", sans-serif;
position: relative;
}
.htmega-counter-style-2 .htmega-counter-content h2 {
color: #383838;
font-weight: 400;
font-size: 20px;
margin: 0;
position: relative;
display: block;
} .htmega-counter-area{
position: relative;
}
.htmega-counter-area::before {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: transparent;
opacity: 0.8;
}
.htmega-counter-content {
position: relative;
z-index: 1;
}
.htmega-counter-style-3 .htmega-counter-img {
display: inline-block;
position: relative;
}
.htmega-counter-style-3 .htmega-counter-img::before {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #52b6bc;
opacity: 0.8;
border-radius: 100%;
}
.htmega-counter-style-3 .htmega-counter-content {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.htmega-counter-style-3 {
text-align: center;
}
.htmega-counter-style-3 .htmega-counter-content span {
color: #ffffff;
font-size: 40px;
font-weight: 600;
margin-top: 13px;
display: inline-block;
font-family: 'Courgette', cursive;
}
.htmega-counter-style-3 .htmega-counter-content h2 {
color: #ffffff;
font-weight: 400;
font-size: 20px;
margin: 0;
margin-top: 4px;
font-family: 'Courgette', cursive;
} .htmega-counter-style-4 {
display: flex;
align-items: center;
justify-content: center;
}
.htmega-counter-style-4 .htmega-counter-img {
padding-right: 25px;
}
.htmega-counter-style-4 .htmega-counter-content {
text-align: center;
}
.htmega-counter-style-4 .htmega-counter-content span {
color: #585858;
font-size: 24px;
font-weight: 600;
margin-top: 13px;
display: inline-block;
font-family: "Montserrat", sans-serif;
position: relative;
}
.htmega-counter-style-4 .htmega-counter-content h2 {
color: #585858;
font-weight: 600;
font-size: 24px;
margin: 0;
position: relative;
display: block;
padding-bottom: 14px;
}
.htmega-counter-style-4 .htmega-counter-content h2::before {
position: absolute;
content: "";
bottom: 0;
background: #ed552d;
width: 70px;
height: 2px;
left: 50%;
transform: translateX(-50%);
} .htmega-counter-style-5 {
text-align: center;
}
.htmega-counter-style-5 .htmega-counter-icon i {
font-size: 36px;
color: #ed552d;
}
.htmega-counter-style-5 .htmega-counter-content span {
color: #18012c;
font-size: 36px;
font-weight: 700;
margin-top: 20px;
display: inline-block;
font-family: 'Lobster Two', cursive;
}
.htmega-counter-style-5 .htmega-counter-content span.color-1 {
color: #b1c642;
}
.htmega-counter-style-5 .htmega-counter-content span.color-2 {
color: #ff5020;
}
.htmega-counter-style-5 .htmega-counter-content span.color-3 {
color: #ffc10d;
}
.htmega-counter-style-5 .htmega-counter-content span.color-4 {
color: #68b9d8;
}
.htmega-counter-style-5 .htmega-counter-content h2 {
color: #444444;
font-weight: 400;
font-size: 24px;
margin: 0;
margin-top: 9px;
display: block;
padding-bottom: 15px;
font-family: 'Lobster Two', cursive;
} .htmega-counter-style-6 {
text-align: center;
}
.htmega-counter-style-6 .htmega-counter-icon {
display: flex;
justify-content: center;
align-items: center;
}
.htmega-counter-style-6 .htmega-counter-icon span {
color: #363636;
font-size: 36px;
font-weight: 600;
display: inline-block;
font-family: "Montserrat", sans-serif;
padding-left: 15px;
}
.htmega-counter-style-6 .htmega-counter-content h2 {
color: #363636;
font-weight: 600;
font-size: 16px;
margin: 0;
display: block;
font-family: "Montserrat", sans-serif;
margin-top: 13px;
text-transform: uppercase;
} .row-1 > [class*="col"] {
padding-left: 1px;
padding-right: 1px;
}
.grid_post .elementor-widget {
margin-bottom: 0 !important;
}
.row--10 > [class*="col"] {
padding-left: 10px;
padding-right: 10px;
}
.mt--30,.ht-post.mt--30 {
margin-top: 30px;
}
.mt--20,.ht-post.mt--20 {
margin-top: 20px;
} .gradient-overlay .thumb a {
display: block;
position: relative;
}
.gradient-overlay .thumb a::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
z-index: 2;
opacity: 0.3;
right: 0;
}
.gradient-overlay.gradient-overlay-1 .thumb a::before {
background-image: linear-gradient(#f10afd, #1cc3e2);
background-image: -webkit-gradient(#f10afd, #1cc3e2);
background-image: -webkit-linear-gradient(#f10afd, #1cc3e2);
background-image: -moz-linear-gradient(#f10afd, #1cc3e2);
background-image: -ms-linear-gradient(#f10afd, #1cc3e2);
background-image: -o-linear-gradient(#f10afd, #1cc3e2);
opacity: 0.8;
}
.gradient-overlay.gradient-overlay-2 .thumb a::before {
background-image: linear-gradient(#f29a4a, #f2c84c);
background-image: -webkit-gradient(#f29a4a, #f2c84c);
background-image: -webkit-linear-gradient(#f29a4a, #f2c84c);
background-image: -moz-linear-gradient(#f29a4a, #f2c84c);
background-image: -ms-linear-gradient(#f29a4a, #f2c84c);
background-image: -o-linear-gradient(#f29a4a, #f2c84c);
opacity: 0.8;
}
.gradient-overlay.gradient-overlay-3 .thumb a::before {
background-image: linear-gradient(#f7384e, #0fbcb9);
background-image: -webkit-gradient(#f7384e, #0fbcb9);
background-image: -webkit-linear-gradient(#f7384e, #0fbcb9);
background-image: -moz-linear-gradient(#f7384e, #0fbcb9);
background-image: -ms-linear-gradient(#f7384e, #0fbcb9);
background-image: -o-linear-gradient(#f7384e, #0fbcb9);
opacity: 0.8;
}
.gradient-overlay.gradient-overlay-4 .thumb a::before {
background-image: linear-gradient(#bd3664, #222671);
background-image: -webkit-gradient(#bd3664, #222671);
background-image: -webkit-linear-gradient(#bd3664, #222671);
background-image: -moz-linear-gradient(#bd3664, #222671);
background-image: -ms-linear-gradient(#bd3664, #222671);
background-image: -o-linear-gradient(#bd3664, #222671);
opacity: 0.8;
}
.gradient-overlay.gradient-overlay-5 .thumb a::before {
background-image: linear-gradient(#eb3449, #f45a43);
background-image: -webkit-gradient(#eb3449, #f45a43);
background-image: -webkit-linear-gradient(#eb3449, #f45a43);
background-image: -moz-linear-gradient(#eb3449, #f45a43);
background-image: -ms-linear-gradient(#eb3449, #f45a43);
background-image: -o-linear-gradient(#eb3449, #f45a43);
opacity: 0.8;
}
.gradient-overlay.gradient-overlay-6 .thumb a::before {
background-image: linear-gradient(#c03764, #202671);
background-image: -webkit-gradient(#c03764, #202671);
background-image: -webkit-linear-gradient(#c03764, #202671);
background-image: -moz-linear-gradient(#c03764, #202671);
background-image: -ms-linear-gradient(#c03764, #202671);
background-image: -o-linear-gradient(#c03764, #202671);
opacity: 0.8;
}
.gradient-overlay.gradient-overlay-7 .thumb a::before {
background-image: linear-gradient(#eb3449, #f45b43);
background-image: -webkit-gradient(#eb3449, #f45b43);
background-image: -webkit-linear-gradient(#eb3449, #f45b43);
background-image: -moz-linear-gradient(#eb3449, #f45b43);
background-image: -ms-linear-gradient(#eb3449, #f45b43);
background-image: -o-linear-gradient(#eb3449, #f45b43);
opacity: 0.8;
}
.black-overlay .thumb a {
display: block;
position: relative;
}
.black-overlay .thumb a::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
z-index: 2;
opacity: 0.2;
right: 0;
background: #000000;
} .ht-post {
position: relative;
margin-top: 2px;
overflow: hidden;
}
.ht-post .thumb a img {
width: 100%;
display: block;
transition: 0.3s ease-out;
overflow: hidden;
}
.ht-post:hover .thumb a img {
opacity: 1;
transform: scale3d(1.1, 1.1, 1);
}
.ht-post a.post-category {
background: #f05555 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 600;
height: 24px;
letter-spacing: 1px;
line-height: 24px;
padding: 0 8px;
position: absolute;
text-transform: uppercase;
z-index: 2;
}
.ht-post a.post-position-top-left {
left: 0;
top: 0;
}
.ht-post a.post-position-top-right {
right: 0;
top: 0;
}
.ht-post .post-content {
position: absolute;
bottom: 0;
z-index: 2;
padding: 20px 10px 20px 20px;
}
.ht-post .post-content .content h4 {
font-size: 20px;
line-height: 26px;
margin-bottom: 11px;
}
.ht-post .post-content .content h2 {
font-size: 36px;
margin-bottom: 11px;
}
.ht-post .post-content .content a {
color: #ffffff;
}
.ht-post .post-content .content .meta {
color: #fff;
font-size: 14px;
letter-spacing: 2px;
}
.ht-post a.play-video {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 50px;
height: 50px;
background: transparent;
border: 1px solid #fff;
border-radius: 100%;
padding: 0;
text-align: center;
color: #fff;
font-size: 24px;
transition: 0.4s ease-in-out;
}
.ht-post a.play-video:hover {
background: #18012c;
color: #fff;
border: 1px solid #18012c;
}
.ht-post a.play-video i {
margin-left: 4px;
} .htmega-single-post .post-category a {
background: #f05555 none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 300;
height: 24px;
line-height: 24px;
padding: 0 9px;
text-transform: uppercase;
transition: all 0.4s ease 0s;
}
.htmega-single-post .post-category a:hover {
background: #18012c;
color: #ffffff;
}
.htmega-single-post ul.meta {
display: flex;
list-style: outside none none;
margin: 0 -15px;
padding: 0;
}
.htmega-single-post ul.meta li {
font-size: 13px;
letter-spacing: 2px;
margin: 0 15px;
}
.htmega-single-post ul.meta li i {
font-size: 14px;
margin-right: 10px;
}
.htmega-single-post {
position: relative;
}
.htmega-single-post .thumb {
overflow: hidden;
}
.htmega-single-post .thumb a{
display: block;
position: relative;
}
.htmega-single-post a{
text-decoration: none;
} .htmega-single-post .thumb a img {
transition: 0.4s ease-in-out;
}
.htmega-single-post:hover .thumb a img {
transform: scale(1.2);
} .htmega-single-post-style-1 .content {
position: absolute;
bottom: 0;
padding: 40px;
}
.htmega-single-post-style-1 .content h2 {
font-size: 24px;
font-weight: 600;
margin-top: 15px;
margin-bottom: 10px;
line-height: 36px;
}
.htmega-single-post-style-1 .content h2 a,.htmega-single-post-style-1 .content ul.meta li,.htmega-single-post-style-1 .content ul.meta li a {
color: #ffffff;
} .htmega-single-post-style-2 .content {
padding-top: 30px;
}
.htmega-single-post-style-2 .content h2 {
font-size: 24px;
font-weight: 600;
margin-top: 15px;
margin-bottom: 10px;
line-height: 36px;
}
.htmega-single-post-style-2 .content h2 a,.htmega-single-post-style-2 .content ul.meta li,.htmega-single-post-style-2 .content ul.meta li a {
color: #464545;
} .htmega-single-post-style-3 .content {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
text-align: center;
}
.htmega-single-post-style-3 .content h2 {
font-size: 24px;
font-weight: 600;
margin-top: 18px;
margin-bottom: 22px;
line-height: 34px;
}
.htmega-single-post-style-3 .content h2 a {
color: #ffffff;
}
.htmega-single-post-style-3 .content ul.meta {
justify-content: center;
}
.htmega-single-post-style-3 .content ul.meta li,.htmega-single-post-style-3 .content ul.meta li a {
color: #ffffff;
} .htmega-single-post-style-4 .content {
background: #ffffff;
text-align: center;
padding: 40px 20px;
}
.htmega-single-post-style-4 .content h2 {
font-size: 24px;
font-weight: 600;
margin-bottom: 16px;
line-height: 36px;
margin-top: 0px;
}
.htmega-single-post-style-4 .content h2 a {
color: #464545;
transition: 0.4s ease-in;
}
.htmega-single-post-style-4 .content h2 a:hover {
color: #18012c;
}
.htmega-single-post-style-4 .content ul.meta {
justify-content: center;
}
.htmega-single-post-style-4 .content ul.meta li,.htmega-single-post-style-4 .content ul.meta li a {
color: #464545;
} .htmega-single-post-slide {
position: relative;
}
.htmega-single-post-slide img{
width: 100%;
}
.htmega-single-post-slide a{
text-decoration: none;
}
.htmega-single-post-slide .content ul.post-category {
display: flex;
list-style: outside none none;
margin: 0 -10px;
padding: 0;
}
.htmega-single-post-slide .content ul.post-category li {
background: #f05555 none repeat scroll 0 0;
margin: 0 10px;
transition: all 0.4s ease-in-out 0s;
line-height: inherit;
}
.htmega-single-post-slide .content ul.post-category li a {
color: #fff;
font-size: 13px;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
padding: 5px 9px;
display: block;
text-decoration: none;
}
.htmega-single-post-slide .content ul.post-category li a:hover{
background: #18012c none repeat scroll 0 0;
color: #ffffff;
}
.htmega-single-post-slide ul.meta {
color: #464545;
display: flex;
list-style: outside none none;
margin: 0 -15px;
padding: 0;
}
.htmega-single-post-slide ul.meta li {
font-size: 13px;
letter-spacing: 2px;
margin: 0 15px;
}
.htmega-single-post-slide ul.meta li i {
padding-right: 10px;
}
.htmega-single-post-slide .content .post-inner h2{
margin-top: 20px;
margin-bottom: 10px;
}
.htmega-single-post-slide .content .post-inner p{
margin: 22px 0 25px;
color: #18012c;
font-size: 14px;
line-height: 28px;
}
.htmega-single-post-slide .content .post-inner h2 a,.htmega-single-post-slide .content .post-inner ul.meta li a {
color: #18012c;
}
.htmega-single-post-slide .post-btn a.readmore-btn {
background: transparent none repeat scroll 0 0;
border: 1px solid #464545;
border-radius: 23px;
color: #464545;
display: inline-block;
font-size: 14px;
font-weight: 400;
height: 46px;
line-height: 44px;
padding: 0 37px;
transition: all 0.4s ease-in-out 0s;
text-decoration: none;
}
.htmega-single-post-slide .post-btn a.readmore-btn:hover {
background: #18012c none repeat scroll 0 0;
border: 1px solid #18012c;
color: #ffffff;
}
.htmega-postslider-area img{
width: 100%;
}
.htmega-postslider-area button.slick-arrow {
background: #ccd5d5 none repeat scroll 0 0;
border: 0 none;
bottom: 10px;
color: #00282a;
font-size: 24px;
height: 40px;
left: auto;
line-height: 1;
padding: 0;
position: absolute;
right: 10px;
width: 46px;
z-index: 2;
}
.htmega-postslider-area button.htmega-carosul-prev.slick-arrow {
right: 60px;
}
.htmega-arrow-2.htmega-postslider-area button.slick-arrow{
background: #d7dae9 none repeat scroll 0 0;
border: 1px solid #d7dae9;
border-radius: 100%;
color: #2a47e0;
font-size: 24px;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: all 0.4s ease 0s;
z-index: 2;
}
.htmega-arrow-2.htmega-postslider-area button.htmega-carosul-next.slick-arrow {
left: auto !important;
right: 0;
}
.htmega-postslider-area .slick-dots li button::before{
display: none;
}
.htmega-postslider-area .slick-dots li {
background: #ccd5d5 none repeat scroll 0 0;
border-radius: 100%;
height: 15px;
width: 15px;
}
.htmega-postslider-area .slick-dots li.slick-active {
background: #00282a none repeat scroll 0 0;
} .htmega-postslider-layout-1 .content {
position: absolute;
left: 0;
top: 0;
max-width: 40%;
height: 100%;
padding: 10px;
}
.htmega-postslider-layout-1 .content .post-inner {
width: 100%;
height: 100%;
background: rgba(0, 140, 167, 0.8);
display: flex;
flex-direction: column;
justify-content: center;
padding: 30px;
}
.htmega-postslider-layout-1 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
}
.htmega-postslider-layout-1 .content .post-inner h2 a,.htmega-postslider-layout-1 .content .post-inner ul.meta li a {
color: #ffffff;
}
.htmega-postslider-layout-1 .content .post-inner p {
color: #ffffff;
font-size: 14px;
line-height: 28px;
}
.htmega-postslider-layout-1 ul.meta{
color: #ffffff;
}
.htmega-postslider-layout-1 .post-btn a.readmore-btn {
border: 1px solid #ffffff;
color: #ffffff;
} .htmega-postslider-layout-2 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-top: 20px;
margin-bottom: 18px;
}
.htmega-postslider-layout-2 .content .post-inner h2 a {
color: #464545;
}
.htmega-postslider-layout-2 .content .post-inner ul.meta li,.htmega-postslider-layout-2 .content .post-inner ul.meta li a {
color: #464545;
}
.htmega-postslider-layout-2 .content .post-inner p {
color: #464545;
}
.htmega-postslider-layout-2 .content .post-inner .post-btn {
margin-top: 19px;
} .htmega-postslider-layout-3 .content {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
text-align: center;
}
.htmega-postslider-layout-3 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-top: 20px;
margin-bottom: 18px;
padding: 0 26%;
line-height: 34px;
}
.htmega-postslider-layout-3 .content .post-inner h2 a {
color: #ffffff;
}
.htmega-postslider-layout-3 .content .post-inner ul.meta {
justify-content: center;
}
.htmega-postslider-layout-3 .content .post-inner ul.meta li,.htmega-postslider-layout-3 .content .post-inner ul.meta li a {
color: #ffffff;
}
.htmega-postslider-layout-3 .content .post-inner .post-btn {
margin-top: 19px;
}
.htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn {
border: 1px solid #ffffff;
color: #ffffff;
}
.htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover {
background: #18012c;
color: #ffffff;
border: 1px solid #18012c;
}
.htmega-postslider-layout-3 .content ul.post-category {
justify-content: center;
} .htmega-postslider-layout-4 .content {
position: absolute;
text-align: center;
bottom: 0;
padding: 20px;
}
.htmega-postslider-layout-4 .content .post-inner {
background: rgba(0, 86, 255, 0.7);
padding: 25px;
text-align: left;
}
.htmega-postslider-layout-4 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-bottom: 13px;
line-height: 34px;
}
.htmega-postslider-layout-4 .content .post-inner h2 a {
color: #ffffff;
}
.htmega-postslider-layout-4 .content .post-inner ul.meta li {
color: #ffffff;
}
.htmega-postslider-layout-4 .content .post-inner ul.meta li a {
color: #ffffff;
}
.htmega-postslider-layout-4 .content ul.post-category {
justify-content: center;
} .htmega-postslider-layout-5 .content {
background: #f4f4f4;
padding: 60px;
}
.htmega-postslider-layout-5 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-top: 20px;
margin-bottom: 18px;
line-height: 34px;
}
.htmega-postslider-layout-5 .content .post-inner h2 a {
color: #464545;
}
.htmega-postslider-layout-5 .content .post-inner ul.meta li,.htmega-postslider-layout-5 .content .post-inner ul.meta li a {
color: #464545;
}
.htmega-postslider-layout-5 .content .post-inner .post-btn {
margin-top: 19px;
}
.htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
border: 1px solid #494849;
color: #494849;
}
.htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover {
background: #18012c;
color: #ffffff;
border: 1px solid #18012c;
}
.htmega-arrow-2.htmega-postslider-area.htmega-postslider-style-5 button.slick-arrow{
top: 30%;
}
.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots {
bottom: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
position: absolute;
right: 0;
top: 0;
width: 200px;
z-index: 2;
}
.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li {
align-items: center;
background: transparent none repeat scroll 0 0;
border-bottom: 5px solid #828282;
border-left: 5px solid #828282;
border-radius: 0;
border-right: 5px solid #828282;
cursor: pointer;
display: flex;
flex-basis: 25%;
height: auto;
margin: 0;
overflow: hidden;
padding: 20px;
position: relative;
text-align: left;
transition: all 0.5s ease-in-out 0s;
width: auto;
z-index: 2;
}
.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li:first-child {
border-top: 5px solid #828282;
}
.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li.slick-active {
background: transparent none repeat scroll 0 0;
border: 5px solid #ffffff;
}
.htmega-postslider-style-4.htmega-postslider-area ul.slick-dots li h6 {
bottom: 0;
color: #ffffff;
font-weight: 500;
line-height: 22px;
margin: 0;
padding-bottom: 20px;
position: absolute;
} .htmega-image-gridstyle-4 .htb-row > [class*="col"] {
padding-left: 10px;
padding-right: 10px;
}
.htmega-masonry-activation.htmega-image-gridstyle-5 .htb-row > [class*="col"] {
padding-left: 25px;
padding-right: 25px;
}
.htmega-singleimage-grid .thumb img {
width: 100%;
}
.htmega-singleimage-grid h2{
margin: 0;
}
.htmega-singleimage-gridstyle-1 {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
margin-top: 30px;
overflow: hidden;
}
.htmega-singleimage-gridstyle-1 .thumb {
overflow: hidden;
}
.htmega-singleimage-gridstyle-1 .thumb a {
position: relative;
display: block;
z-index: 2;
}
.htmega-singleimage-gridstyle-1 .thumb a::before {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
content: "";
z-index: 1;
}
.htmega-singleimage-gridstyle-1 .thumb a img {
display: block;
position: relative;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}
.htmega-singleimage-gridstyle-1:hover .thumb a::before {
opacity: 1;
}
.htmega-singleimage-gridstyle-1:hover .thumb a img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.htmega-singleimage-gridstyle-1 .image-grid-content h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: absolute;
font-size: 17px;
background: rgba(0, 0, 0, 0.6);
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
padding: 10px;
width: 100%;
top: 0;
z-index: 3;
}
.htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn {
text-decoration: none;
display: inline-block;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
background-color: transparent;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin: 50px 0 0;
padding: 7px 14px;
position: absolute;
top: 50%;
margin: 0;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-70%);
transform: translateX(-50%) translateY(-70%);
}
.htmega-singleimage-gridstyle-1 .image-grid-content a.read-btn:hover {
-webkit-box-shadow: 0 0 5px #fff;
box-shadow: 0 0 5px #fff;
}
.htmega-singleimage-gridstyle-1:hover .image-grid-content {
opacity: 1;
filter: alpha(opacity=100);
}
.htmega-singleimage-gridstyle-1:hover .image-grid-content h2 {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateY(0);
transform: translateY(0);
}
.htmega-singleimage-gridstyle-1:hover .image-grid-content a.read-btn {
opacity: 1;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
-webkit-transition-delay: .2s;
transition-delay: .2s;
z-index: 4;
} .custom-col-5 {
padding-left: 0px;
padding-right: 0px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.htmega-singleimage-gridstyle-2 {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.htmega-singleimage-gridstyle-2 .thumb {
overflow: hidden;
}
.htmega-singleimage-gridstyle-2 .thumb a {
position: relative;
display: block;
z-index: 2;
}
.htmega-singleimage-gridstyle-2 .thumb a::before {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translate(460px, -100px) rotate(180deg);
transform: translate(460px, -100px) rotate(180deg);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
content: "";
z-index: 1;
}
.htmega-singleimage-gridstyle-2 .thumb a img {
display: block;
position: relative;
-webkit-transition: all .4s linear;
transition: all .4s linear;
width: 100%;
}
.htmega-singleimage-gridstyle-2:hover .thumb a::before {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.htmega-singleimage-gridstyle-2:hover .thumb a img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.htmega-singleimage-gridstyle-2 .image-grid-content h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 0;
width: 100%;
opacity: 0;
transition: 0.4s ease-in-out;
}
.htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
text-transform: uppercase;
color: #fff;
border: 1px solid #fff;
background-color: transparent;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
z-index: 4;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-80%);
transform: translateX(-50%) translateY(-80%);
opacity: 0;
}
.htmega-singleimage-gridstyle-2 .image-grid-content a.read-btn:hover {
-webkit-box-shadow: 0 0 5px #fff;
box-shadow: 0 0 5px #fff;
}
.htmega-singleimage-gridstyle-2:hover .image-grid-content {
opacity: 1;
filter: alpha(opacity=100);
}
.htmega-singleimage-gridstyle-2:hover .image-grid-content h2 {
position: absolute;
top: 20px;
z-index: 3;
opacity: 1;
}
.htmega-singleimage-gridstyle-2:hover .image-grid-content a.read-btn {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
opacity: 1;
} .htmega-image-gridstyle-3 .htb-row > [class*="col"] {
padding-left: 0;
padding-right: 0;
}
.htmega-singleimage-gridstyle-3 .thumb {
overflow: hidden;
}
.htmega-singleimage-gridstyle-3 .thumb a img {
transition: 0.4s ease-in-out;
}
.htmega-singleimage-gridstyle-3:hover .thumb a img {
transform: scale(1.1) rotate(3deg);
} .htmega-singleimage-gridstyle-4 {
margin-top: 20px;
position: relative;
}
.htmega-singleimage-gridstyle-4 .thumb a img {
width: 100%;
}
.htmega-singleimage-gridstyle-4 .image-grid-content {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: 0.3s ease-out;
transition-property: opacity, transform, filter;
background: rgba(255, 255, 255, 0.8);
opacity: 0;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
transform: translateY(-50%);
padding: 0 80px;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action h2 a {
color: #18012c;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action p {
font-size: 16px;
font-family: "Montserrat", sans-serif;
font-weight: 500;
margin: 0;
line-height: 28px;
}
.htmega-singleimage-gridstyle-4:hover .image-grid-content {
opacity: 1;
transform: translateX(0) translateY(0);
} .htmega-singleimage-gridstyle-5 {
margin-top: 50px;
position: relative;
}
.htmega-singleimage-gridstyle-5 .thumb a img {
width: 100%;
}
.htmega-singleimage-gridstyle-5 .image-grid-content {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: 0.3s ease-out;
transition-property: opacity, transform, filter;
background: rgba(0, 0, 0, 0.8);
opacity: 0;
}
.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action {
position: absolute;
top: 50%;
width: 100%;
text-align: center;
transform: translateY(-50%);
padding: 0 20px;
}
.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2 {
color: #ffffff;
margin-bottom: 5px;
font-size: 23px;
}
.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action h2 a {
color: #ffffff;
}
.htmega-singleimage-gridstyle-5 .image-grid-content .hover-action p {
font-size: 16px;
font-family: "Montserrat", sans-serif;
font-weight: 500;
margin: 0;
line-height: 26px;
color: #ffffff;
}
.htmega-singleimage-gridstyle-5:hover .image-grid-content {
opacity: 1;
transform: translateX(0) translateY(0);
} .row--5 > [class*="col"] {
padding-left: 5px;
padding-right: 5px;
}
.ht-thumb-gallery ul.htmega-thumbgallery-for {
margin: 0;
padding: 0;
list-style: none;
}
.ht-thumb-gallery ul.htmega-thumbgallery-for li{
position: relative;
}
.htmega-thumbgallery-for button {
position: absolute;
top: 50%;
left: 30px;
z-index: 2;
width: 50px;
height: 50px;
background: #000000;
color: #fff;
border: 0 none;
border-radius: 100%;
font-size: 30px;
text-align: center;
padding: 0;
margin: 0;
transition: 0.4s ease-in-out;
transform: translateY(-50%);
line-height: 1;
}
.htmega-thumbgallery-for button:hover {
background: #0056ff;
color: #fff;
}
.htmega-thumbgallery-nav{
text-align: center;
}
.htmega-thumbgallery-nav button {
border-radius: 100%;
display: inline-block;
height: 50px;
padding: 0;
width: 50px;
}
.htmega-thumbgallery-for button.htmega-carosul-next {
left: auto;
right: 30px;
}
.htmega-thumbgallery-for .slick-dots,.htmega-thumbgallery-nav .slick-dots {
bottom: 10px;
position: absolute;
}
.htmega-thumbgallery-for .slick-dots li button,.htmega-thumbgallery-nav .slick-dots li button{
background: #ddd;
}
.htmega-thumbgallery-for .slick-dots li.slick-active button,.htmega-thumbgallery-nav .slick-dots li.slick-active button{
background: #000;
}
.htmega-thumbgallery-for .slick-dots li button::before,.htmega-thumbgallery-nav .slick-dots li button::before{
display: none;
}
.htmega-thumbgallery-for.htmega-arrow-2 {
position: relative;
}
.htmega-thumbgallery-for.htmega-arrow-2 button {
position: absolute;
top: 50%;
left: 42px;
z-index: 2;
background: transparent;
color: #fff;
border: 0 none;
border-radius: 100%;
font-size: 48px;
text-align: center;
padding: 0;
margin: 0;
transition: 0.4s ease-in-out;
transform: translateY(-50%);
}
.htmega-thumbgallery-for.htmega-arrow-2 button:hover {
color: #0056ff;
}
.htmega-thumbgallery-for.htmega-arrow-2 button.htmega-carosul-next {
left: auto;
right: 42px;
}
.htmega-thumbgallery-nav .small-thumb {
cursor: pointer;
}
.htmega-thumbgallery-nav .small-thumb img {
width: 100%;
}
.htmega-thumbgallery-for .content {
position: absolute;
bottom: 40px;
left: 0;
background: rgba(0, 86, 255, 0.7);
padding: 5px 38px;
}
.htmega-thumbgallery-for .content.right-bottom {
bottom: 40px;
left: auto;
right: 0;
}
.htmega-thumbgallery-for .content h2 {
margin: 0;
color: #ffffff;
font-size: 24px;
line-height: 46px;
font-weight: 500;
}
.htmega-thumbgallery-nav .slick-slide.slick-current.slick-active.slick-center .small-thumb img {
border: 3px solid #0056ff;
}
.htmega-thumbgallery-nav .small-thumb img {
border: 3px solid #d7d7d7;
}
.htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
padding: 3px 0px;
}
.htmega-thumbgallery-nav.htmega-thumbgallery-nav {
margin: -3px 0;
}
.htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav .slick-slide {
padding: 5px 3px;
}
.htmega-thumbnails-style-2 .htmega-thumbgallery-nav.htmega-thumbgallery-nav {
margin: 0 -3px;
}
.ht-thumb-gallery .slick-slide img {
display: block;
width: 100%;
} .htmega-testimonialgrid-style-1 .testimonal {
background: #f7f8f9;
padding: 30px;
margin-top: 30px;
}
.htmega-testimonialgrid-style-1 .testimonal .content {
display: flex;
align-items: center;
}
.htmega-testimonialgrid-style-1 .testimonal .content img {
max-width: 80px;
border-radius: 100%;
}
.htmega-testimonialgrid-style-1 .testimonal .content .clint-info {
padding-left: 25px;
}
.htmega-testimonialgrid-style-1 .testimonal .content .clint-info h4 {
font-size: 18px;
color: #383838;
margin: 0;
}
.htmega-testimonialgrid-style-1 .testimonal .content .clint-info span {
color: #1834a6;
font-size: 13px;
}
.htmega-testimonialgrid-style-1 .testimonal p {
color: #5b5b5b;
font-size: 14px;
line-height: 26px;
margin: 0;
margin-top: 22px;
} .htmega-testimonialgrid-style-2 .testimonal {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-top: 30px;
padding: 40px 30px;
}
.htmega-testimonialgrid-style-2 .testimonal img {
border: 2px solid #43df9c;
border-radius: 50%;
box-sizing: content-box;
float: left;
max-width: 90px;
}
.htmega-testimonialgrid-style-2 .testimonal .content p {
color: #3e3e3e;
font-size: 16px;
line-height: 28px;
margin-bottom: 20px;
}
.htmega-testimonialgrid-style-2 .testimonal .content {
overflow: hidden;
padding-left: 20px;
}
.htmega-testimonialgrid-style-2 .testimonal .content .clint-info {
padding-left: 50px;
position: relative;
}
.htmega-testimonialgrid-style-2 .testimonal .content .clint-info::before {
background: #383838 none repeat scroll 0 0;
content: "";
height: 2px;
left: 0;
position: absolute;
top: 10px;
width: 30px;
} .htmega-testimonialgrid-style-3 .testimonal {
background: #fff none repeat scroll 0 0;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-top: 53px;
padding-bottom: 27px;
position: relative;
text-align: center;
}
.htmega-testimonialgrid-style-3 .testimonal {
margin-top: 82px;
}
.htmega-testimonialgrid-style-3 .testimonal img {
border: 2px solid #727272;
border-radius: 50%;
box-sizing: content-box;
left: 50%;
max-width: 100px;
position: absolute;
top: 0;
transform: translate(-50%, -50%);
}
.htmega-testimonialgrid-style-3 .testimonal .content {
margin-top: 0;
padding-top: 73px;
}
.htmega-testimonialgrid-style-3 .testimonal .content p {
color: #5b5b5b;
font-size: 14px;
font-style: italic;
line-height: 24px;
margin-bottom: 4px;
padding: 0 4%;
}
.htmega-testimonialgrid-style-3 .testimonal .content h4 {
color: #5b5b5b;
font-size: 16px;
font-weight: 600;
line-height: 37px;
margin: 0;
} .htmega-testimonialgrid-style-4 .testimonal .content {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 10px rgba(82, 182, 188, 0.25);
padding: 50px 9%;
position: relative;
text-align: center;
}
.htmega-testimonialgrid-style-4 .testimonal .clint-info {
margin-top: 40px;
text-align: center;
}
.htmega-testimonialgrid-style-4 .testimonal img {
border: 2px solid #ececec;
border-radius: 50%;
box-sizing: content-box;
display: inline-block;
max-width: 80px;
}
.htmega-testimonialgrid-style-4 .testimonal .clint-info h4 {
color: #5c5c5c;
font-size: 22px;
font-weight: 700;
margin-bottom: 4px;
margin-top: 22px;
}
.htmega-testimonialgrid-style-4 .testimonal .clint-info span {
color: #5c5c5c;
font-size: 15px;
font-weight: 600;
}
.htmega-testimonialgrid-style-4 .testimonal .content .triangle {
border-color: #fff transparent transparent;
border-style: solid;
border-width: 20px;
left: 50%;
margin-top: -1px;
position: absolute;
top: 100%;
transform: translateX(-50%);
} .htmega-testimonialgrid-style-5 .testimonal{
background: #f7f8f9 none repeat scroll 0 0;
margin-top: 30px;
padding: 48px 30px;
}
.htmega-testimonialgrid-style-5 .clint-info h4 {
color: #383838;
font-size: 18px;
font-weight: 600;
margin-bottom: 1px;
}
.htmega-testimonialgrid-style-5 p {
color: #5b5b5b;
font-size: 14px;
font-style: italic;
line-height: 26px;
}
.htmega-testimonialgrid-style-5 .clint-info span {
color: #1834a6;
font-size: 14px;
}
.clint-info .rating {
color: #ffcf0e;
display: flex;
list-style: outside none none;
margin: 4px 0 0;
padding: 0;
}
.clint-info .rating li {
margin-right: 8px;
} .navigation_service .htmega-service-style-7::before{
display: none;
}
.elementor-widget-htmega-scrollnavigation-addons .swiper-container {
height: 100vh;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.swiper-pagination-bullet {
background: #3746ad none repeat scroll 0 0;
border-radius: 100%;
display: inline-block;
height: 26px;
opacity: 1;
width: 26px;
opacity:1 !important;
}
.swiper-pagination-bullet-active {
background: #ffffff;
}
.scroll-navigation-inner .elementor-section.elementor-section-height-full {
height: 100vh;
}
.scroll-navigation-inner .elementor-section.elementor-section-items-middle > .elementor-container {
align-items: center;
height: 100vh;
} .htmega-call-to-action{
text-align: center;
}
.htmega-call-to-action .htmega-content .htmega-callto-action-description {
color: #ffffff;
font-size: 16px;
margin: 0;
}
.htmega-call-to-action .htmega-content .htmega-callto-action-title {
color: #f7ca18;
font-size: 80px;
font-weight: 600;
margin-bottom: 27px;
font-family: "Poppins", sans-serif;
}
.htmega-call-to-action .htmega-content a.call_btn {
background: #f7ca18;
height: 47px;
padding: 0 38px;
display: inline-block;
line-height: 47px;
border-radius: 25px;
color: #000000;
font-size: 14px;
transition: 0.4s ease-in-out;
text-decoration: none;
}
.htmega-call-to-action .htmega-content a.call_btn:hover {
background: #ffffff;
color: #18012c;
} .callto-action-style-2 .htmega-content .htmega-callto-action-title {
color: #ffffff;
font-family: "Poppins", sans-serif;
font-size: 38px;
font-weight: 600;
margin-bottom: 6px;
}
.callto-action-style-2 .htmega-content .htmega-callto-action-description {
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-weight: 300;
font-size: 18px;
margin: 0;
}
.callto-action-style-2 a.call_btn {
height: 48px !important;
display: inline-block;
border: 2px solid #ffffff;
color: #ffff;
border-radius: 25px;
padding: 0 46px;
line-height: 43px !important;
font-size: 14px;
font-weight: 600;
transition: 0.4s ease-in-out;
}
.callto-action-style-2 a.call_btn:hover {
background: #ffffff;
color: #18012c;
border: 2px solid #ffffff;
} .callto-action-style-3{
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 70px 98px;
}
.callto-action-style-3 .htmega-content{
display: flex;
align-items: center;
justify-content: space-around;
}
.callto-action-style-3 {
position: relative;
}
.callto-action-style-3::before {
position: absolute;
content: "";
background: #999999;
height: 50px;
width: 2px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}
.callto-action-style-3 .htmega-content .htmega-callto-action-description {
color: #000000;
font-size: 14px;
line-height: 25px;
margin-bottom: 5px;
}
.callto-action-style-3 .htmega-content .htmega-callto-action-title {
color: #000000;
font-weight: 500;
font-size: 24px;
margin: 0;
}
.callto-action-style-3 a.call_btn {
height: 50px !important;
display: inline-block;
border: 2px solid #000000;
color: #000000;
border-radius: 25px;
padding: 0 60px;
line-height: 46px;
font-size: 14px;
font-weight: 600;
transition: 0.4s ease-in-out;
}
.callto-action-style-3 a.call_btn:hover {
background: #000000;
color: #ffffff;
border: 2px solid #000000;
} .callto-action-style-4 .htmega-content .htmega-callto-action-title {
color: #ffffff;
font-weight: 400;
font-size: 36px;
margin-bottom: 21px;
}
.callto-action-style-4 .htmega-content .htmega-callto-action-description {
color: #ffffff;
font-size: 18px;
line-height: 35px;
padding: 0 17%;
margin-bottom: 34px;
}
.callto-action-style-4 a.call_btn {
background: #ffffff;
height: 50px;
display: inline-block;
padding: 0 40px;
line-height: 50px;
border-radius: 25px;
color: #0056ff;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
transition: 0.4s ease-in-out;
}
.callto-action-style-4 a.call_btn:hover {
background: #18012c;
color: #ffffff;
} .callto-action-style-5 .htmega-content .htmega-callto-action-title {
color: #ffffff;
font-size: 40px;
line-height: 60px;
font-weight: 500;
padding: 0 19%;
}
.callto-action-style-5 .htmega-content .htmega-callto-action-description {
color: #ffffff;
font-size: 18px;
margin-bottom: 44px;
font-family: 'Rubik', sans-serif;
}
.callto-action-style-5 a.call_btn {
border: 2px solid #ffffff;
height: 50px !important;
display: inline-block;
padding: 0 46px;
line-height: 48px;
color: #ffffff;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
border-radius: 4px;
transition: 0.4s ease-in-out;
font-family: 'Rubik', sans-serif;
}
.callto-action-style-5 a.call_btn:hover {
background: #ffffff;
color: #18012c;
} .callto-action-style-6 .htmega-content .htmega-callto-action-title {
color: #494949;
font-size: 40px;
line-height: 58px;
font-weight: 500;
}
.callto-action-style-6 .htmega-content .htmega-callto-action-description {
color: #494949;
font-size: 18px;
margin-bottom: 32px;
line-height: 30px;
padding-right: 27%;
}
.callto-action-style-6 a.call_btn {
height: 50px !important;
display: inline-block;
padding: 0 37px;
line-height: 50px;
color: #ffffff;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
transition: 0.4s ease-in-out;
background: #e97730;
font-family: "Montserrat", sans-serif;
}
.callto-action-style-6 a.call_btn:hover {
background: #18012c;
color: #ffffff;
} .callto-action-style-7 .call-to-action-inner {
display: inline-block;
padding: 100px 240px;
background: rgba(255, 255, 255, 0.6);
}
.callto-action-style-7 .htmega-content .htmega-callto-action-title, .callto-action-style-7 .htmega-content .htmega-callto-action-description {
color: #1e1e1e;
font-size: 42px;
line-height: 53px;
font-weight: 700;
font-family: 'Cormorant Garamond', serif;
margin-bottom: 29px;
}
.callto-action-style-7 a.call_btn {
display: inline-block;
color: #2c2c2c;
font-weight: 600;
font-size: 24px;
transition: 0.4s ease-in-out;
font-family: 'Cormorant Garamond', serif;
border-bottom: 2px solid #4f4848;
}
.callto-action-style-7 a.call_btn:hover {
color: #18012c;
border-bottom: 2px solid #18012c;
} .htmega-twitter-area button.slick-arrow {
border: 0 none;
color: #2d3e50;
font-size: 60px;
left: -60px;
position: absolute;
top: 26%;
background: transparent;
height: inherit;
padding: 0;
}
.htmega-twitter-area button.htmega-carosul-next {
left: auto;
right: -60px;
}
.htmega-twitter-area .slick-dots li button::before{
display: none;
}
.htmega-twitter-area .slick-dots li {
width: 10px;
height: 10px;
}
.htmega-twitter-area .slick-dots li button {
background: #000000 none repeat scroll 0 0;
border-radius: 100%;
padding: 0;
width: 10px;
height: 10px;
}
.htmega-twitter-area .slick-dots li.slick-active button {
background: #F15D67 none repeat scroll 0 0;
} .htmega-twitter-single {
display: flex;
padding-right: 15px;
}
.htmega-twitter-single .htmega-thumb {
padding-right: 30px;
}
.htmega-twitter-single .htmega-thumb img {
max-width: 70px;
border: 1px solid #eaeaea;
}
.htmega-twitter-single .htmega-content {
margin-top: -7px;
}
.htmega-twitter-single .htmega-content .htmega-author {
margin-bottom: 6px;
}
.htmega-twitter-single .htmega-content .htmega-author h6 {
display: inline-block;
font-weight: 400;
font-size: 14px;
margin: 0;
padding-right: 10px;
position: relative;
}
.htmega-twitter-single .htmega-content .htmega-author h6 a {
color: #5c5c5c;
transition: 0.3s ease-in-out;
}
.htmega-twitter-single .htmega-content .htmega-author h6 a:hover {
color: #18012c;
}
.htmega-twitter-single .htmega-content .htmega-author h6::before {
position: absolute;
content: "";
right: 0;
background: #000;
height: 14px;
width: 1px;
top: 50%;
transform: translateY(-50%);
}
.htmega-twitter-single .htmega-content .htmega-author span {
color: #000000;
font-size: 14px;
padding-left: 10px;
}
.htmega-twitter-single .htmega-content p {
color: #434343;
font-size: 14px;
line-height: 25px;
margin-bottom: 10px;
}
.htmega-twitter-single .htmega-content p a {
color: #00c8fa;
}
.htmega-twitter-single .htmega-content ul.twitter-meta {
padding: 0;
margin: 0;
list-style: none;
display: flex;
}
.htmega-twitter-single .htmega-content ul.twitter-meta li {
margin-right: 14px;
padding-right: 14px;
position: relative;
}
.htmega-twitter-single .htmega-content ul.twitter-meta li a {
color: #aaaaaa;
font-size: 13px;
transition: 0.3s ease-in-out;
}
.htmega-twitter-single .htmega-content ul.twitter-meta li a:hover {
color: #18012c;
}
.htmega-twitter-single .htmega-content ul.twitter-meta li a i {
padding-right: 10px;
}
.htmega-twitter-single .htmega-content ul.twitter-meta li::after {
position: absolute;
content: "";
background: #000;
width: 1px;
height: 11px;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.htmega-twitter-single .htmega-content ul.twitter-meta li:last-child::after {
display: none;
} .htmega-twitter-style-2 .htmega-twitter-single{
background: #fff;
padding: 40px;
border-radius: 4px;
display: block;
}
.htmega-twitter-style-2 .htmega-twitter-single .htmega-content .htmega-author h6::before{
display: none;
}
.htmega-twitter-style-2 .ht-twitter-container {
display: flex;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-thumb {
padding-right: 30px;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-thumb img {
max-width: 70px;
border: 1px solid #eaeaea;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content {
margin-top: -7px;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author {
margin-bottom: 6px;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 {
display: inline-block;
font-weight: 400;
font-size: 14px;
margin: 0;
position: relative;
font-family: "Poppins", sans-serif;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a {
color: #000000;
transition: 0.3s ease-in-out;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a:hover {
color: #18012c;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author h6 a span {
color: #a6a6a6;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content .htmega-author span {
color: #000000;
font-size: 14px;
padding-left: 10px;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content p {
color: #434343;
font-size: 14px;
line-height: 25px;
margin-bottom: 10px;
}
.htmega-twitter-style-2 .ht-twitter-container .htmega-content p a {
color: #00c8fa;
}
.htmega-twitter-style-2 .twitter-meta-inner {
display: flex;
justify-content: space-between;
}
.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta {
padding: 0;
margin: 0 -10px;
list-style: none;
display: flex;
}
.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li {
position: relative;
margin: 0 10px;
}
.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a {
color: #878787;
font-size: 13px;
transition: 0.3s ease-in-out;
}
.htmega-twitter-style-2 .twitter-meta-inner ul.twitter-meta li a:hover {
color: #18012c;
}
.htmega-twitter-style-2 .twitter-meta-inner p {
margin: 0;
color: #7f7f7f;
font-size: 12px;
}
.htmega-twitter-style-2 .slick-slide {
padding: 0px 15px;
}
.htmega-twitter-style-2 .slick-dots {
bottom: -45px;
} .htmega-twitter-style-3 .htmega-twitter-single{
background: #ffffff;
border: 1px solid #eaeaea;
padding: 30px 15px 30px 20px;
}
.htmega-twitter-style-3 .htmega-twitter-single .htmega-content ul.twitter-meta li{
padding: 0;
}
.htmega-twitter-style-3 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{
display: none;
}
.htmega-twitter-style-3 .htmega-content .htmega-author {
margin-bottom: 6px;
}
.htmega-twitter-style-3 .htmega-content .htmega-author h6 {
display: inline-block;
font-weight: 400;
font-size: 14px;
margin: 0;
padding-right: 10px;
position: relative;
}
.htmega-twitter-style-3 .htmega-content .htmega-author h6 a {
color: #5c5c5c;
transition: 0.3s ease-in-out;
}
.htmega-twitter-style-3 .htmega-content .htmega-author h6 a:hover {
color: #18012c;
}
.htmega-twitter-style-3 .htmega-content .htmega-author h6::before {
position: absolute;
content: "";
right: 0;
background: #000;
height: 14px;
width: 1px;
top: 50%;
transform: translateY(-50%);
}
.htmega-twitter-style-3 .htmega-content .htmega-author span {
color: #000000;
font-size: 14px;
padding-left: 10px;
}
.htmega-twitter-style-3 .htmega-content p {
color: #434343;
font-size: 14px;
line-height: 25px;
margin-bottom: 10px;
}
.htmega-twitter-style-3 .htmega-content p a {
color: #00c8fa;
}
.htmega-twitter-style-3 .htmega-content ul.twitter-meta {
padding: 0;
margin: 0 -10px;
list-style: none;
display: flex;
}
.htmega-twitter-style-3 .htmega-content ul.twitter-meta li {
position: relative;
margin: 0 10px;
}
.htmega-twitter-style-3 .htmega-content ul.twitter-meta li a {
color: #aaaaaa;
font-size: 13px;
transition: 0.3s ease-in-out;
}
.htmega-twitter-style-3 .htmega-content ul.twitter-meta li a:hover {
color: #18012c;
}
.htmega-twitter-style-3 .slick-slide {
padding: 0px 15px;
} .htmega-twitter-style-4 .htmega-twitter-single{
display: block;
padding: 0;
}
.htmega-twitter-style-4 .htmega-twitter-single .htmega-content ul.twitter-meta li{
padding: 0;
}
.htmega-twitter-style-4 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{
display: none;
}
.htmega-twitter-style-4 .htmega-thumb img {
max-width: 70px;
border: 1px solid #eaeaea;
}
.htmega-twitter-style-4 .htmega-content {
padding-top: 25px;
}
.htmega-twitter-style-4 .htmega-content .htmega-author {
margin-bottom: 6px;
}
.htmega-twitter-style-4 .htmega-content .htmega-author h6 {
display: inline-block;
font-weight: 400;
font-size: 14px;
margin: 0;
padding-right: 10px;
position: relative;
}
.htmega-twitter-style-4 .htmega-content .htmega-author h6 a {
color: #5c5c5c;
transition: 0.3s ease-in-out;
}
.htmega-twitter-style-4 .htmega-content .htmega-author h6 a:hover {
color: #18012c;
}
.htmega-twitter-style-4 .htmega-content .htmega-author h6::before {
position: absolute;
content: "";
right: 0;
background: #000;
height: 14px;
width: 1px;
top: 50%;
transform: translateY(-50%);
}
.htmega-twitter-style-4 .htmega-content .htmega-author span {
color: #000000;
font-size: 14px;
padding-left: 10px;
}
.htmega-twitter-style-4 .htmega-content p {
color: #434343;
font-size: 14px;
line-height: 25px;
margin-bottom: 10px;
}
.htmega-twitter-style-4 .htmega-content p a {
color: #00c8fa;
}
.htmega-twitter-style-4 .htmega-content ul.twitter-meta {
padding: 0;
margin: 0;
list-style: none;
display: flex;
padding-top: 20px;
border-top: 1px solid #00c8fa;
justify-content: space-between;
}
.htmega-twitter-style-4 .htmega-content ul.twitter-meta li {
position: relative;
}
.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a {
color: #aaaaaa;
font-size: 13px;
transition: 0.3s ease-in-out;
}
.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a:hover {
color: #18012c;
}
.htmega-twitter-style-4 .htmega-content ul.twitter-meta li a i {
padding-right: 10px;
}
.htmega-twitter-style-4 button.slick-arrow {
border: 1px solid #000000;
border-radius: 100%;
color: #000000;
font-size: 30px;
height: 50px;
line-height: 35px;
width: 50px;
}
.htmega-twitter-style-4 .slick-slide {
padding: 0px 15px;
} .htmega-twitter-style-5 .htmega-twitter-single{
background: #ffffff;
padding: 30px 15px 30px 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin: 5px;
}
.htmega-twitter-style-5 .htmega-content .htmega-author {
margin-bottom: 6px;
}
.htmega-twitter-style-5 .htmega-content .htmega-author h6 {
display: inline-block;
font-weight: 400;
font-size: 14px;
margin: 0;
padding-right: 10px;
position: relative;
}
.htmega-twitter-style-5 .htmega-content .htmega-author h6 a {
color: #5c5c5c;
transition: 0.3s ease-in-out;
}
.htmega-twitter-style-5 .htmega-content .htmega-author h6 a:hover {
color: #18012c;
}
.htmega-twitter-style-5 .htmega-content .htmega-author h6::before {
position: absolute;
content: "";
right: 0;
background: #000;
height: 14px;
width: 1px;
top: 50%;
transform: translateY(-50%);
}
.htmega-twitter-style-5 .htmega-content .htmega-author span {
color: #000000;
font-size: 14px;
padding-left: 10px;
}
.htmega-twitter-style-5 .htmega-content p {
color: #434343;
font-size: 14px;
line-height: 25px;
margin-bottom: 10px;
}
.htmega-twitter-style-5 .htmega-content p a {
color: #00c8fa;
}
.htmega-twitter-style-5 .twitter-meta-inner {
display: flex;
justify-content: space-between;
}
.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta {
padding: 0;
margin: 0 -10px;
list-style: none;
display: flex;
}
.htmega-twitter-style-5 .htmega-twitter-single .htmega-content ul.twitter-meta li::after{
display: none;
}
.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li {
position: relative;
margin: 0 10px;
padding: 0;
}
.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a {
color: #878787;
font-size: 13px;
transition: 0.3s ease-in-out;
}
.htmega-twitter-style-5 .twitter-meta-inner ul.twitter-meta li a:hover {
color: #18012c;
}
.htmega-twitter-style-5 .twitter-meta-inner p {
margin: 0;
color: #7f7f7f;
font-size: 12px;
}
.htmega-twitter-style-5 .slick-slide {
padding: 0px 15px;
} .htmega-post-grid-area .row-1.htb-row .row-1 {
margin: 0;
}
.ht-post-grid-tab {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: space-between;
}
.htmega-post-gridtab-layout-1 .post-grid,.htmega-post-gridtab-layout-3 .post-grid {
padding: 0 1px;
margin-bottom: 2px;
}
.htmega-post-gridtab-layout-1 .post-content,.htmega-post-gridtab-layout-3 .post-content {
margin: 0 1px;
}
.htmega-post-gridtab-layout-2 .post-grid,.htmega-post-gridtab-layout-4 .post-grid {
padding: 0 15px;
margin-bottom: 30px;
}
.htmega-post-gridtab-layout-2 .post-content,.htmega-post-gridtab-layout-4 .post-content {
margin: -30px 15px 0;
}
.htmega-post-gridtab-layout-5 .post-grid {
padding: 0 10px;
margin-bottom: 20px;
}
.htmega-post-gridtab-layout-5 .post-content {
margin: -20px 10px 0;
}
.ht-post-grid-tab .post-grid.post-grid-one-third {
min-width: calc(33.33%);
width: calc(33.33%);
}
.ht-post-grid-tab .post-grid.post-grid-half {
min-width: calc(50%);
width: calc(50%);
}
.ht-post-grid-tab .post-grid.post-grid-four {
min-width: calc(25%);
width: calc(25%);
}
.ht-post-grid-tab .post-grid.post-third-of-four {
min-width: calc(75%);
width: calc(75%);
}
.ht-post-grid-tab .post-content {
text-align: center;
z-index: 999;
display: none;
}
.ht-post-grid-tab .post-content.is-visible {
display: block;
}
.post-content {
position: relative;
}
.post-content .close__wrap {
position: absolute;
top: 30px;
right: 30px;
}
.post-content .close__wrap button {
background: #2a47e0 none repeat scroll 0 0;
border: 0 none;
color: #fff;
height: 24px;
line-height: 1;
padding: 0;
width: 24px;
}
.post-grid .thumb a img {
width: 100%;
}
.single-post-grid-tab {
padding: 30px;
border: 1px solid #dfdfdf;
background: #f1f1f1;
}
.single-post-grid-tab .thumb a img {
width: 100%;
}
.single-post-grid-tab .post-inner {
text-align: left;
}
.single-post-grid-tab .post-inner h2 {
font-size: 24px;
line-height: 36px;
margin-top: 20px;
}
.single-post-grid-tab .post-inner h2 a {
color: #464545;
}
.single-post-grid-tab .post-inner .meta {
list-style: none;
color: #fff;
padding: 0;
margin: 0;
display: flex;
margin: 0 -15px;
}
.single-post-grid-tab .post-inner .meta li {
color: #464545;
font-size: 13px;
letter-spacing: 2px;
margin: 0 15px;
}
.single-post-grid-tab .post-inner .meta li i {
color: #464545;
}
.single-post-grid-tab .post-inner .meta li a {
color: #464545;
}
.single-post-grid-tab .post-inner p {
color: #494849;
font-size: 14px;
line-height: 28px;
margin-top: 17px;
margin-bottom: 28px;
}
.single-post-grid-tab .post-inner .post-category {
display: flex;
padding: 0;
margin: 0 -10px;
list-style: none;
}
.single-post-grid-tab .post-inner .post-category li {
height: 24px;
padding: 0 9px;
margin: 0 10px;
transition: 0.4s ease-in-out;
}
.single-post-grid-tab .post-inner .post-category li a {
background: #2a47e0 none repeat scroll 0 0;
color: #fff;
font-size: 13px;
font-weight: 300;
letter-spacing: 1px;
padding: 2px 7px;
text-transform: uppercase;
}
.single-post-grid-tab .post-inner .post-btn a.readmore-btn {
background: transparent;
display: inline-block;
height: 46px;
padding: 0 37px;
border-radius: 23px;
font-size: 14px;
font-weight: 400;
line-height: 44px;
transition: 0.4s ease-in-out;
color: #494849;
border: 1px solid #494849;
} .ht-custom-carousel .single-custom-carousel img {
width: 100%;
}
.htmega-carousel-style-1 .slick-slide .single-custom-carousel img {
transition: all 0.3s ease 0s;
display: block;
}
.htmega-carousel-style-1 .single-custom-carousel {
position: relative;
transition: all 0.3s ease 0s;
}
.htmega-carousel-style-1 .slick-slide.slick-active .single-custom-carousel {
transform: scale(1.15);
}
.htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel {
transform: scale(1.3);
}
.htmega-carousel-style-1 .slick-slide.slick-active{
z-index: 990;
position: relative;
}
.htmega-carousel-style-1 .slick-slide.slick-center {
z-index: 999;
position: relative;
}
.htmega-carousel-style-1 .slick-slide {
padding: 72px 0;
transition: all 0.3s ease 0s;
} .htmega-carousel-activation .slick-arrow{
padding: 0;
}
.htmega-carousel-activation .slick-dots {
text-align: center;
bottom: -60px;
}
.htmega-carousel-activation .slick-dots li {
display: inline-block;
margin: 0;
}
.htmega-carousel-activation .slick-dots li button {
border: 1px solid #863F51;
width: 12px;
height: 12px;
padding: 0;
border-radius: 50%;
background-color: transparent;
text-indent: -9999px;
}
.htmega-carousel-activation .slick-dots li.slick-active button {
background-color: #863F51;
} .htmega-carousel-style-2 .slick-slide .single-custom-carousel img {
transition: all 0.3s ease 0s;
display: block;
}
.htmega-carousel-style-2 .single-custom-carousel {
position: relative;
transition: all 0.3s ease 0s;
padding: 0 40px;
transform: scale(1.1);
}
.htmega-carousel-style-2 .slick-slide.slick-center .single-custom-carousel {
transform: scale(1.3);
}
.htmega-carousel-style-2 .slick-slide.slick-center {
z-index: 999;
position: relative;
}
.htmega-carousel-style-2 .slick-slide.slick-active {
transition: all 0.3s ease 0s;
}
.htmega-carousel-style-2 .slick-slide {
padding: 72px 0;
transition: all 0.3s ease 0s;
}
.htmega-carousel-style-2 {
position: relative;
}
.htmega-carousel-style-2 button.slick-arrow,.htmega-carousel-style-3 button.slick-arrow {
position: absolute;
left: -80px;
top: 50%;
transform: translateY(-50%);
background: #000000;
color: #f4f4f4;
width: 40px;
height: 40px;
border: 0 none;
border-radius: 100%;
padding: 0;
margin: 0;
font-size: 30px;
transition: 0.3s ease-in-out;
line-height: 28px;
}
.htmega-carousel-style-2 button.slick-arrow:hover,.htmega-carousel-style-3 button.slick-arrow:hover {
background: #0056ff;
color: #fff;
}
.htmega-carousel-style-2 button.htmega-carosul-next,.htmega-carousel-style-3 button.htmega-carosul-next {
left: auto;
right: -80px;
} .htmega-carousel-style-3 .slick-slide {
margin: 0px 15px;
}
.htmega-carousel-style-3 .slick-list.draggable {
margin: 0 -15px;
}
.htmega-carousel-style-3 .slick-dots {
bottom: -60px;
}
.htmega-carousel-style-3 .slick-dots li {
width: 10px;
height: 10px;
margin: 0 5px;
padding: 0;
}
.htmega-carousel-style-3 .slick-dots li button {
width: 10px;
height: 10px;
padding: 0;
background: #000;
border-radius: 100%;
border: 0;
}
.htmega-carousel-style-3 .slick-dots li button::before {
display: none;
}
.htmega-carousel-style-3 .slick-dots li.slick-active button {
background: #00c8fa;
} .htmega-carousel-style-4 {
position: relative;
}
.htmega-carousel-style-4 button.slick-arrow {
position: absolute;
top: 50%;
left: 0;
color: #f4f4f4;
border: 0 none;
font-size: 30px;
background: transparent;
width: 40px;
height: 50px;
line-height: 45px;
background: #000000;
transform: translateY(-50%);
z-index: 2;
padding: 0;
}
.htmega-carousel-style-4 button.htmega-carosul-next {
left: auto;
right: 0;
}
.htmega-carousel-style-4 .slick-list {
margin: 0 -15px;
}
.htmega-carousel-style-4 .slick-slide {
margin: 0px 15px;
} .htmega-carousel-style-5 .slick-slide {
margin: 0px 15px;
}
.htmega-carousel-style-5 .slick-list {
margin: 0 -15px;
}
.htmega-carousel-style-5 .slick-dots {
bottom: -40px;
background: #dbdbdb;
height: 8px;
border-radius: 4px;
left: 0;
right: 0;
width: auto;
}
.htmega-carousel-style-5 .slick-dots li {
width: 33.33%;
height: 8px;
margin: 0;
left: 0;
top: -13px;
transition: 0.4s ease-in-out;
}
.htmega-carousel-style-5 .slick-dots li::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 0;
height: 100%;
background: #0056ff;
border-radius: 4px;
transition: 0.4s ease-in-out;
}
.htmega-carousel-style-5 .slick-dots li button {
width: 33.33%;
height: 8px;
margin: 0;
left: 0;
}
.htmega-carousel-style-5 .slick-dots li button{
border: none;
}
.htmega-carousel-style-5 .slick-dots li.slick-active button{
background: transparent;
}
.htmega-carousel-style-5 .slick-dots li button::before {
display: none;
}
.htmega-carousel-style-5 .slick-dots li.slick-active::before {
width: 100%;
} .htmega-carousel-style-6 button.slick-arrow {
position: absolute;
top: 50%;
left: 0;
color: #f4f4f4;
border: 0 none;
font-size: 30px;
background: transparent;
width: 40px;
height: 50px;
background: #000000;
transform: translateY(-50%);
z-index: 2;
padding: 0;
}
.htmega-carousel-style-6 button.htmega-carosul-next {
left: auto;
right: 0;
}
.htmega-carousel-style-6 .slick-dots {
background: #19243c none repeat scroll 0 0;
margin-top: -8px;
position: static;
}
.htmega-carousel-style-6 .slick-dots li {
display: inline-block;
height: inherit;
padding: 30px 55px;
position: relative;
text-align: center;
width: auto;
z-index: 2;
}
.htmega-carousel-style-6 .slick-dots li h6 {
color: #ffffff;
font-size: 14px;
font-weight: 600;
margin: 0;
position: relative;
z-index: 3;
}
.htmega-carousel-style-6 .slick-dots li.slick-active::before {
position: absolute;
content: "";
background: #223152;
z-index: 1;
width: 100%;
height: 116%;
bottom: 0;
left: 0;
} .htmega-carousel-style-7 button.slick-arrow {
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
background: transparent;
color: #f4f4f4;
border: 0 none;
border-radius: 100%;
padding: 0;
margin: 0;
font-size: 48px;
transition: 0.3s ease-in-out;
z-index: 1;
}
.htmega-carousel-style-7 button.slick-arrow:hover {
color: #18012c;
}
.htmega-carousel-style-7 button.htmega-carosul-next {
left: auto;
right: 20px;
} .htmega-doule-btn svg{
width: 20px;
}
.htmega-double-button-area{
display: flex;
}
.htmega-doublebutton {
display: flex;
position: relative;
width: 40%;
}
span.htmega-middle-text{
background: #ffffff none repeat scroll 0 0;
border-radius: 100%;
color: #000000;
font-family: "Montserrat",sans-serif;
font-size: 12px;
height: 26px;
left: 50%;
line-height: 25px;
position: absolute;
text-align: center;
top: 50%;
transform: translateX(-50%) translateY(-50%);
width: 26px;
z-index: 3;
}
.htmega-doublebutton a.htmega-doule-btn {
color: #ffffff;
font-family: "Montserrat",sans-serif;
font-size: 14px;
height: 50px;
line-height: 50px;
transition: all 0.4s ease-in-out 0s;
background: #a7d1b0 none repeat scroll 0 0;
border-radius: 25px 0 0 25px;
text-decoration: none;
width: 100%;
text-align: center;
}
.htmega-doublebutton a.htmega-doule-btn:hover,.htmega-doublebutton a.htmega-doule-btn.btn-two:hover {
background: #18012c none repeat scroll 0 0;
color: #ffffff;
}
.htmega-doublebutton a.htmega-doule-btn.btn-two {
background: #fa9866 none repeat scroll 0 0;
border-radius: 0 25px 25px 0;
}
.htmega-doublebutton a.htmega-doule-btn-size-sm{
height: 46px;
line-height: 46px;
}
.htmega-doublebutton a.htmega-doule-btn-size-md{
height: 50px;
line-height: 50px;
}
.htmega-doublebutton a.htmega-doule-btn-size-lg{
height: 60px;
line-height: 60px;
}
.htmega-doublebutton a.htmega-doule-btn-size-xl{
height: 70px;
line-height: 70px;
}
.htmega-doublebutton a.htmega-doule-btn-size-xs{
height: 40px;
line-height: 40px;
} .before_bg{
overflow: hidden;
}
.before_bg a.htmega-doule-btn{
position: relative;
background: transparent !important;
z-index: 1;
}
.before_bg a.htmega-doule-btn::before {
background-color: #a7d1b0;
content: "";
display: block;
height: 100%;
left: -16px;
position: absolute;
top: 0;
transform: skewX(-24deg);
width: 112%;
z-index: -1;
transition: 0.4s;
}
.before_bg a.htmega-doule-btn.btn-two::before {
background-color: #fa9866;
left: 0;
right: -16px;
} .htmega-banner .banner-thumb a {
overflow: hidden;
position: relative;
display: block;
}
.htmega-banner .banner-content a{
display: inline-block;
}
.htmega-banner .banner-thumb a::before {
background: #ffffff none repeat scroll 0 0;
content: "";
height: 0;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.htmega-banner .banner-thumb a::after {
background: #ffffff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 0;
opacity: 0;
pointer-events: none;
position: absolute;
right: 0;
transition: all 0.5s ease 0s;
width: 0;
}
.htmega-banner .banner-thumb a img {
width: 100%;
}
.htmega-banner:hover .banner-thumb a::before {
height: 100%;
opacity: 0.3;
width: 100%;
}
.htmega-banner:hover .banner-thumb a::after {
height: 100%;
opacity: 0.3;
width: 100%;
}
.htmega-banner {
position: relative;
}
.htmega-banner .banner-content a {
border-bottom: 1px solid #909b74;
color: #383838;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
transition: all 0.4s ease 0s;
text-decoration: none;
}
.htmega-banner .banner-content{
position: absolute;
z-index: 2;
width: 100%;
text-align: center;
} .htmega-banner-content-pos-center .banner-content{
top: 50%;
right: 0;
left: auto;
padding-right: 30px;
transform: translateY(-50%);
}
.htmega-banner-content-pos-bottom .banner-content {
bottom: 0;
padding-bottom: 40px;
}
.htmega-banner-content-pos-top .banner-content {
top: 0;
padding-top: 40px;
} .htmega-banner-style-1 .banner-content h6 {
color: #1f1e26;
font-size: 20px;
font-weight: 700;
letter-spacing: 11px;
text-transform: uppercase;
margin-bottom: 0;
font-family: "Poppins", sans-serif;
}
.htmega-banner-style-1 .banner-content h2 {
color: #1f1e26;
font-size: 60px;
text-transform: uppercase;
margin-bottom: 1px;
font-family: "Poppins", sans-serif;
}
.htmega-banner-style-1 .banner-content p {
color: #1f1e26;
font-size: 16px;
text-transform: uppercase;
margin: 0;
}
.htmega-banner-style-1 .banner-content h3 {
color: #1f1e26;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 6px;
font-family: "Poppins", sans-serif;
}
.htmega-banner-style-1 .banner-content a {
color: #383838;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
border-bottom: 1px solid #909b74;
transition: 0.4s;
} .htmega-banner-style-2 .banner-content h2{
color: #1f1e26;
font-family: "Poppins",sans-serif;
font-size: 24px;
font-weight: 700;
margin-bottom: 6px;
text-transform: uppercase;
} .htmega-banner-style-3 .banner-content h2 {
color: #242424;
font-size: 30px;
font-weight: 400;
margin-bottom: 6px;
font-family: 'Prata', serif;
}
.htmega-banner-style-3 .banner-content p {
color: #1f1e26;
font-size: 14px;
text-transform: uppercase;
margin: 0;
font-weight: 400;
font-family: 'Rubik', sans-serif;
} .htmega-banner-style-4 .banner-content h2 {
color: #ffffff;
font-size: 20px;
font-weight: 800;
margin-bottom: 10px;
font-family: 'Open Sans', sans-serif;
}
.htmega-banner-style-4 .banner-content p {
color: #ffffff;
margin: 0;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
line-height: 26px;
padding-right: 77px;
margin-bottom: 15px;
}
.htmega-banner-style-4 .banner-content a {
font-family: 'Open Sans', sans-serif;
font-weight: 600;
background: #ffffff;
height: 30px;
display: inline-block;
padding: 0 15px;
line-height: 30px;
color: #000000;
font-size: 12px;
border-radius: 20px;
transition: 0.4s ease-in-out;
}
.htmega-banner-style-4 .banner-content a:hover {
background: #18012c;
color: #fff;
}
.htmega-banner-style-4 .banner-content {
text-align: left;
padding-left: 40px;
padding-top: 40px;
padding-right: 40px;
} .htmega-banner-style-5 .banner-content h2 {
color: #646161;
font-size: 24px;
font-weight: 700;
margin-bottom: 0;
font-family: 'Rubik', sans-serif;
}
.htmega-banner-style-5 .banner-content h2 span {
color: #f3a395;
}
.htmega-banner-style-5 .banner-content span {
color: #f3a395;
font-size: 24px;
font-weight: 700;
margin-bottom: 0;
font-family: 'Rubik', sans-serif;
}
.htmega-banner-style-5.htmega-banner-content-pos-center .banner-content {
top: 50%;
transform: translateY(-50%);
right: 0;
padding-right: 30px;
}
.htmega-banner-style-5 .banner-thumb a::before,.htmega-banner-style-6 .banner-thumb a::before {
background: transparent none repeat scroll 0 0;
border: 1px solid #f3a395;
content: "";
height: 100%;
left: 0px;
opacity: 1;
position: absolute;
top: 0px;
transition: all 0.4s ease 0s;
width: 100%;
z-index: 1;
} .htmega-banner-style-6 .banner-content {
display: flex;
justify-content: space-between;
flex-direction: column;
top: 0;
width: 100%;
text-align: center;
padding: 40px 0;
height: 100%;
transform: translateY(0);
}
.htmega-banner-style-6 .banner-content h2{
color: #646161;
font-family: "Rubik",sans-serif;
font-size: 24px;
font-weight: 700;
margin-bottom: 0;
}
.htmega-banner-style-6 .banner-content p {
color: #f3a395;
font-family: "Rubik",sans-serif;
font-size: 24px;
font-weight: 700;
margin-bottom: 0;
} .htmegaspcial-banner.htmega-banner-content-pos-right .banner-content {
top: 50%;
right: 0;
width: auto;
transform: translateY(-50%);
}
.htmegaspcial-banner.htmega-banner-content-pos-left .banner-content {
top: 50%;
left: 0;
width: auto;
transform: translateY(-50%);
}
.htbanner-badgeimage {
position: absolute;
top: 0;
left: 0;
display: inline-block;
}
.htbanner-badgeimage img{
width: 100%;
} .beer-slider input[type="range"]{
height: 100%;
}
.beer-slider {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 1px;
margin-bottom: 1.5rem;
position: relative;
}
.beer-slider::before {
background: transparent;
content: "";
height: 100%;
opacity: 0.35;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.htmega-imagecomparison .beer-handle,.htmega-imagecomparison .beer-range:focus ~ .beer-handle{
box-shadow: none;
}
.htmega-label-pos-center .beer-reveal[data-beer-label]::after, .htmega-label-pos-center .beer-slider[data-beer-label]::after{
top: 50%;
}
.htmega-label-pos-bottom .beer-reveal[data-beer-label]::after, .htmega-label-pos-bottom .beer-slider[data-beer-label]::after{
bottom: 1.5rem;
top: auto;
} a.htmega-downloadbtn {
font-size: 16px;
padding: 10px 15px;
text-transform: uppercase;
font-weight: 600;
text-decoration: none;
transition: 0.4s;
}
.file_meta {
font-size: 12px;
font-weight: 400;
margin-top: 7px;
opacity: 0.7;
}
.file_meta span {
margin-right: 10px;
position: relative;
}
.file_meta span::before {
border-left: 1px solid;
content: "";
height: 10px;
left: -8px;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 1px;
}
.file_meta span:first-child::before{
display: none;
}
.download_icon{
margin-right: 10px;
}
.edd_downloads_list .edd_download .edd_download_inner .edd_download_title a{
display: inline-block;
text-decoration: none;
} .htmega_buddypress_single {
display: inline-block;
text-align: center;
}
.htmega_buddypress_single a{
text-decoration: none;
display: inline-block;
}
.htmega_buddypress_single .buddy_press_meta span{
display: block;
} .elementor-widget-htmega-wcaddtocart-addons a{
text-decoration: none;
}
.elementor-widget-htmega-wcaddtocart-addons .quantity {
display: inline-block;
} .elementor-widget-htmega-wcpages-addons .col-1,.elementor-widget-htmega-wcpages-addons .col-2 {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.elementor-widget-htmega-wcpages-addons .form-row {
display: block;
}
.elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li{
list-style: none;
}
.elementor-widget-htmega-wcpages-addons .woocommerce-MyAccount-navigation ul li a{
text-decoration: none;
display: block;
} .woocommerce .product-category a{
display: inline-block;
transition: 0.4s;
}
.woocommerce .product-category .mark, .woocommerce .product-category mark {
background-color: transparent;
padding: 0;
} .job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
height: inherit;
}
.job_application button, .job_application input[type="button"], .job_application input[type="reset"], .job_application input[type="submit"]{
height:auto;
}
.job_summary_shortcode .job-type {
display: inline-block;
height: auto !important;
margin: 0 !important;
}
.job_summary_title {
font-size: 20px;
margin-top: 10px;
} .post-carousel-wrapper {
margin: 0 -15px;
}
.post-carousel-wrapper .slick-slide {
margin: 0 15px;
}
.post-carousel-wrapper .htmega-postslider-layout-1 .content{
max-width: 100%;
}
.post-carousel-wrapper .htmega-postslider-layout-1 .content{
padding: 0;
}
.post-carousel-wrapper .htmega-postslider-layout-1 .content .post-inner {
background: #33a3b9 none repeat scroll 0 0;
transition: 0.4s;
}
.post-carousel-wrapper .htmega-postslider-layout-1:hover .content .post-inner {
background: rgba(51, 163, 185, 0.8) none repeat scroll 0 0;
}
.post-carousel-wrapper button.slick-arrow {
background: #5e5e5e none repeat scroll 0 0;
border: 0 none;
border-radius: 100%;
color: #fff;
font-size: 30px;
height: 50px;
left: -20px;
margin: 0;
padding: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: all 0.4s ease-in-out 0s;
width: 50px;
line-height: 0;
z-index: 9999;
}
.post-carousel-wrapper button.htmega-carosul-next.slick-arrow {
left: auto;
right: -20px;
}
.post-carousel-wrapper .htmega-single-post-slide .content .post-inner ul.meta li{
letter-spacing: 0;
} .post-carousel-wrapper .htmega-postslider-layout-2 .content {
padding: 0 20px;
margin-top: -50px;
text-align: center;
position: relative;
z-index: 2;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner {
background: #ffffff;
padding: 20px;
border-bottom: 4px solid #b5b5b5;
padding-top: 35px;
transition: 0.4s ease-in-out;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul {
justify-content: space-between;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li {
color: #8f8f8f;
font-size: 14px;
font-family: 'Courgette', cursive;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li i {
font-size: 14px;
padding-right: 12px;
color: #a8a8a8;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner ul.meta li a {
color: #8f8f8f;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 {
font-size: 20px;
font-weight: 600;
margin-bottom: 11px;
line-height: 28px;
margin-bottom: 25px;
padding: 0 30px;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a {
color: #4f4f4f;
transition: 0.4s ease-in-out;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner h2 a:hover {
color: #0056ff;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner p {
color: #818181;
font-size: 14px;
line-height: 24px;
margin-bottom: 29px;
font-family: "Montserrat", sans-serif;
font-weight: 300;
}
.post-carousel-wrapper .htmega-postslider-layout-2:hover .content .post-inner {
border-bottom: 4px solid #0056ff;
} .post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn,.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn,.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
border-radius: 0;
border-style: none none solid;
border-width: 0 0 1px;
border-color: #ffffff;
color: #ffffff;
display: inline-block;
font-family: "Montserrat",sans-serif;
font-size: 14px;
font-weight: 500;
height: inherit;
line-height: 24px;
padding: 0;
transition: all 0.4s ease-in-out 0s;
}
.post-carousel-wrapper .htmega-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover {
color: #33a3b9;
border-bottom: 1px solid #33a3b9;
background: transparent;
}
.post-carousel-wrapper.htmega-postcarousel-layout-3 button.slick-arrow {
background: #263170 none repeat scroll 0 0;
border: 0 none;
color: #fff;
font-size: 30px;
height: 40px;
margin: 0;
padding: 0;
position: absolute;
right: 15px;
top: -48px;
transition: all 0.4s ease-in-out 0s;
width: 46px;
border-radius: 0;
}
.post-carousel-wrapper.htmega-postcarousel-layout-3 button.htmega-carosul-prev.slick-arrow {
right: 66px;
left: auto;
} .post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex{
display: flex;
align-items: center;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content {
flex-basis: 58%;
position: relative;
margin-left: -75px;
background: #fff;
padding: 57px 24px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner {
background: transparent none repeat scroll 0 0;
padding: 0;
text-align: left;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul {
justify-content: flex-start;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category {
margin: 0 -5px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.post-category li {
margin: 0 5px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta {
margin: 0 -14px;
margin-bottom: 10px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li {
color: #8c8c8c;
font-size: 14px;
font-family: "Montserrat", sans-serif;
font-weight: 500;
margin: 0 14px;
letter-spacing: 0;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li i {
font-size: 16px;
padding-right: 10px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner ul.meta li a {
color: #8c8c8c;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 {
font-size: 20px;
font-weight: 600;
margin-bottom: 19px;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a {
color: #464646;
transition: 0.4s ease-in-out;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner h2 a:hover {
color: #0056ff;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner p {
color: #818181;
font-size: 14px;
line-height: 24px;
font-weight: 300;
font-family: "Montserrat", sans-serif;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn {
color: #464646;
transition: 0.4s ease-in-out;
font-family: "Montserrat", sans-serif;
font-weight: 500;
background: transparent;
border-bottom: 1px solid #464646;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content .post-inner .post-btn a.readmore-btn:hover {
color: #0056ff;
border-bottom: 1px solid #0056ff;
background: transparent;
} .post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner {
text-align: left;
padding: 30px 0;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content {
background: transparent;
padding: 0;
}
.post-carousel-wrapper .content .post-inner h2 {
word-break: break-word;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul {
justify-content: flex-start;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta {
margin: 0 -10px;
margin-bottom: 7px;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
color: #8c8c8c;
font-size: 14px;
font-family: "Montserrat", sans-serif;
padding: 0 10px;
font-weight: 500;
position: relative;
margin: 0;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li::before {
position: absolute;
content: "/";
right: 0;
top: 2px;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li:last-child::before {
display: none;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li a {
color: #8c8c8c;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-bottom: 11px;
margin: 0;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a {
color: #2b2b2b;
transition: 0.4s ease-in-out;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner h2 a:hover {
color: #0056ff;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner p {
color: #6d6a6a;
font-size: 17px;
line-height: 29px;
margin-bottom: 24px;
margin-top: 10px;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
border-bottom: 1px solid #464646;
font-size: 14px;
transition: 0.4s ease-in-out;
font-family: "Montserrat", sans-serif;
color: #464646;
background: transparent;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover {
border-bottom: 1px solid #0056ff;
color: #0056ff;
}
.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow {
position: absolute;
top: 28%;
left: 15px;
width: 46px;
height: 46px;
background: #ffffff;
border: 0 none;
color: #0056ff;
font-size: 24px;
padding: 0;
margin: 0;
transition: 0.4s ease-in-out;
z-index: 2;
border-radius: 0;
}
.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow:hover {
background: #0056ff;
color: #ffffff;
}
.post-carousel-wrapper.htmega-postcarousel-layout-5 button.slick-arrow.htmega-carosul-next {
left: auto;
right: 15px;
} .htmega-justify-single-image .thumb a {
display: block;
}
.htmega-justify-single-image .thumb a img{
width: 100%;
} .shapebg_image--1 {
background-image: url(//prometheus.ntua.gr/wp-content/plugins/ht-mega-for-elementor/assets/css/img/others/business-shape.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.htmega-business-horurs-1 .business-hrs-inner {
padding: 70px 65px;
margin-top: -15px;
}
.htmega-business-horurs-1 .htmega-single-hrs {
margin-top: 15px;
}
.htmega-business-horurs-1 .htmega-single-hrs span.time {
float: right;
font-weight: 600;
color: #000000;
font-size: 20px;
font-family: 'Dosis', sans-serif;
}
.htmega-business-horurs-1 .htmega-single-hrs span.day {
color: #3b3b3b;
font-weight: 800;
font-size: 30px;
font-family: 'Dosis', sans-serif;
}
.htmega-business-horurs-1 .htmega-single-hrs.closed-day span.time {
color: #fa2d2d;
}
.htmega-business-horurs-1 .htmega-single-hrs.closed-day span.day {
color: #fa2d2d;
} .htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs {
padding: 16px 0;
border-top: 1px solid #f4f4f4;
position: relative;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:first-child {
border-top: 1px solid transparent;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before {
border: 1px dashed #fff;
content: "";
height: 42px;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
width: 2px;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs span.day {
color: #fafafa;
font-weight: 400;
font-size: 18px;
font-family: "Montserrat", sans-serif;
padding-left: 40px;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs span.time {
float: right;
font-weight: 400;
color: #ffffff;
font-size: 16px;
font-family: "Montserrat", sans-serif;
padding-right: 40px;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:nth-child(odd) {
background: #ff6f5e;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs:nth-child(even) {
background: #fe5743;
} .htmega-business-horurs-3 .business-hrs-inner {
padding: 20px 30px;
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs {
padding: 10px 22px;
margin: 4px 0;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span {
font-family: 'Lobster Two', cursive;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span.day {
color: #565656;
font-weight: 400;
font-size: 20px;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs span.time {
float: right;
font-weight: 400;
color: #565656;
font-size: 16px;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day {
background: #0056ff;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day span.time {
color: #ffffff;
}
.htmega-business-horurs-3 .business-hrs-inner .htmega-single-hrs.closed-day span.day {
color: #ffffff;
} .htmega-business-horurs-4 .business-hrs-inner {
padding: 30px 50px;
background-image: url(//prometheus.ntua.gr/wp-content/plugins/ht-mega-for-elementor/assets/css/img/bg/bg-image-40.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs {
padding: 17px 0;
position: relative;
}
.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs:last-child {
border: none !important;
}
.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span {
font-family: "Montserrat", sans-serif;
}
.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span.day {
color: #ffffff;
font-weight: 500;
font-size: 16px;
}
.htmega-business-horurs-4 .business-hrs-inner .htmega-single-hrs span.time {
float: right;
font-weight: 300;
color: #ffffff;
font-size: 14px;
} .htmega-business-horurs-5 .business-hrs-inner {
padding: 30px 50px;
position: relative;
z-index: 2;
}
.htmega-business-horurs-5 .business-hrs-inner::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
z-index: 2;
right: 0;
background-image: linear-gradient(#d80d5f, #2f46dc);
background-image: -webkit-gradient(#d80d5f, #2f46dc);
background-image: -webkit-linear-gradient(#d80d5f, #2f46dc);
background-image: -moz-linear-gradient(#d80d5f, #2f46dc);
background-image: -ms-linear-gradient(#d80d5f, #2f46dc);
background-image: -o-linear-gradient(#d80d5f, #2f46dc);
z-index: -1;
}
.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs {
padding: 17px 0;
position: relative;
}
.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs::before {
position: absolute;
content: "";
width: 60px;
height: 2px;
left: 45%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
border:1px dotted #ffffff;
}
.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span {
font-family: "Montserrat", sans-serif;
}
.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span.day {
color: #ffffff;
font-weight: 500;
font-size: 16px;
}
.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs span.time {
float: right;
font-weight: 300;
color: #ffffff;
font-size: 14px;
} .htmega-table-style {
border-radius: 10px 10px 0 0;
}
.htmega-table-style .htb-table {
margin: 0;
}
.htmega-table-style .htb-table thead {
background-color: #612d91;
}
.htmega-table-style .htb-table thead tr th {
text-align: center;
border: none;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #ffffff;
padding: 12px 20px;
border-right: 1px solid #fff;
}
.htmega-table-style .htb-table tbody tr {
background: #824f9e;
}
.htmega-table-style .htb-table tbody tr td {
text-align: center;
border: none;
padding: 12px 20px;
vertical-align: middle;
border-bottom: 1px solid #ffffff;
color: #ffffff;
font-size: 16px;
border-right: 1px solid #fff;
}
.htmega-table-style .htb-table thead tr th.sorting,.htmega-table-style .htb-table thead tr th.sorting_asc,.htmega-table-style .htb-table thead tr th.sorting_desc{
position: relative;
}
.htmega-table-style .htb-table thead tr th.sorting::before,.htmega-table-style .htb-table thead tr th.sorting_asc::before,.htmega-table-style .htb-table thead tr th.sorting_desc::before {
position: absolute;
content: "\f0d7";
right: 20px;
font-family: FontAwesome;
top: 30%;
}
.htmega-table-style .htb-table thead tr th.sorting::after,.htmega-table-style .htb-table thead tr th.sorting_desc::after,.htmega-table-style .htb-table thead tr th.sorting_asc::after {
position: absolute;
right: 20px;
top: 7px;
font-family: FontAwesome;
content: "\f0d8";
}
.htmega-table-style select{
width: auto;
} .htmega-table-style-2 {
border-radius: 0;
}
.htmega-table-style-2 .htb-table {
margin: 0;
}
.htmega-table-style-2 .htb-table thead {
background-color: #5ac5ff;
}
.htmega-table-style-2 .htb-table thead tr th {
text-align: left;
border: none;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #ffffff;
padding: 12px 20px;
border-right: 1px solid #c5c5c5;
border-left: 1px solid #c5c5c5;
padding-left: 30px;
outline: none;
}
.htmega-table-style-2 .htb-table tbody tr {
background: #ffffff;
}
.htmega-table-style-2 .htb-table tbody tr:nth-child(even) {
background: #f4f4f4;
}
.htmega-table-style-2 .htb-table tbody tr td {
text-align: left;
border: none;
padding: 12px 20px;
vertical-align: middle;
color: #000000;
font-size: 16px;
border-right: 1px solid #c5c5c5;
padding-left: 30px;
border-left: 1px solid #c5c5c5;
}
.htmega-table-style-2 td a {
font-size: 16px;
font-weight: 600;
color: #18012c;
} .htmega-table-style-3{
border-radius: 0;
}
.htmega-table-style-3 .htb-table {
margin: 0;
}
.htmega-table-style-3 .htb-table thead {
background-color: #727272;
}
.htmega-table-style-3 .htb-table thead tr th {
text-align: left;
border: none;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #ffffff;
padding: 12px 20px;
border-right: 1px solid #c5c5c5;
border-left: 1px solid #c5c5c5;
padding-left: 30px;
}
.htmega-table-style-3 .htb-table tbody tr {
background: #ffffff;
}
.htmega-table-style-3 .htb-table tbody tr td {
text-align: left;
border: none;
padding: 12px 20px;
vertical-align: middle;
color: #000000;
font-size: 16px;
border-right: 1px solid #c5c5c5;
border-left: 1px solid #c5c5c5;
border-bottom: 1px solid #c5c5c5;
padding-left: 30px;
}
.htmega-table-style-3 td a {
font-size: 16px;
font-weight: 600;
color: #18012c;
} .htmega-pricing-list-view a{
text-decoration: none;
}
.htmega-pricing-list-view .htb-table {
margin: 0;
}
.htmega-pricing-list-view .htb-table thead tr th {
text-align: center;
font-size: 16px;
font-weight: 500;
color: #5c5c5c;
padding: 12px 20px;
border-right: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
font-family: "Montserrat", sans-serif;
text-transform: inherit;
}
.htmega-pricing-list-view .htb-table td.tb-name a {
font-size: 16px;
font-weight: 600;
color: #18012c;
}
.htmega-pricing-list-view .htb-table tbody tr td {
text-align: center;
border: none;
padding: 12px 20px;
vertical-align: middle;
border-bottom: 1px solid #d4d4d4;
color: #5c5c5c;
font-size: 16px;
border-right: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
}
.htmega-pricing-list-view .htb-table tbody tr td a {
color: #5c5c5c;
} .htmega-pricing-table-style-2 .htb-table {
margin: 0;
}
.htmega-pricing-table-style-2 .htb-table thead tr th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
padding: 0;
border: 0 none;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
.htmega-pricing-table-style-2 .htb-table thead tr th:first-child {
border: 1px solid transparent !important;
}
.htmega-pricing-table-style-2 .htb-table thead tr th span {
text-align: center;
font-size: 24px;
font-weight: 600;
color: #ff6565;
font-family: "Montserrat", sans-serif;
text-transform: inherit;
background: #ffc1c1;
display: block;
padding: 12px 20px;
text-transform: initial;
}
.htmega-pricing-table-style-2 .htb-table tbody tr td {
text-align: center;
border: none;
padding: 0;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.htmega-pricing-table-style-2 .htb-table tbody tr td:first-child {
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.htmega-pricing-table-style-2 .htb-table tbody tr td span {
padding: 12px 20px;
vertical-align: middle;
color: #ffffff;
font-size: 16px;
background: #ff8686;
display: block;
}
.htmega-pricing-table-style-2 .htb-table tbody tr td span i {
color: #ffffff;
font-size: 16px;
}
.htmega-pricing-table-style-2 .htb-table tbody tr td a {
color: #ffffff;
}
.htmega-pricing-table-style-2 .htb-table td.tb-name a {
font-size: 16px;
font-weight: 600;
color: #18012c;
} .htmega-pricing-table-style-3 ul {
list-style: none;
padding: 0;
margin: 0;
}
.htmega-pricing-table-style-3 ul li {
margin-bottom: 25px;
}
.htmega-pricing-table-style-3 ul li a {
display: flex;
flex-wrap: wrap;
list-style: none;
align-items: center;
}
.htmega-pricing-table-style-3 ul li a .price-list-text {
flex: 1;
min-width: 1px;
align-items: center;
display: flex;
flex-wrap: wrap;
}
.htmega-pricing-table-style-3 ul li a .price-list-text span {
color: #373737;
font-weight: 600;
font-size: 20px;
}
.htmega-pricing-table-style-3 ul li a .price-list-text span.separator {
margin-left: 20px;
border-bottom-style: dotted;
border-bottom-width: 1px;
height: 0;
color: #ccc;
border-bottom-style: dashed;
border-bottom-color: #b9b9b9;
flex: 1;
min-width: 1px;
}
.htmega-pricing-table-style-3 ul li a .price-text-right {
display: inline-flex;
width: auto;
padding-left: 20px;
}
.htmega-pricing-table-style-3 ul li a .price-text-right span.price {
background: #ff8686;
display: inline-block;
color: #ffffff;
font-weight: 600;
font-size: 20px;
height: 45px;
padding: 0 33px;
line-height: 46px;
margin-right: 10px;
border-radius: 22px;
}
.htmega-pricing-table-style-3 ul li a .price-text-right span.basket {
background: #ff9898;
height: 45px;
line-height: 44px;
width: 45px;
text-align: center;
border-radius: 100%;
color: #fff;
font-size: 18px;
} .htc-verctimeline-wrapper {
position: relative;
margin-top: 30px;
}
.htc-verctimeline-wrapper.htmega-verticletimeline-style-2::before {
content: "";
position: absolute;
left: 50%;
top: 0;
width: 6px;
background: #18012c;
height: 100%;
margin-left: -1px;
border-radius: 20px;
}
.htc-verctimeline-wrapper .ht-ver-timeline {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
padding: 30px 0;
position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline::before {
content: "";
position: absolute;
left: 50%;
top: 0;
width: 2px;
background: #d2d2d2;
height: 100%;
margin-left: -1px;
}
.htc-verctimeline-wrapper .ht-ver-timeline:last-child::before {
display: none;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time {
width: 50%;
text-align: right;
padding: 0 30px;
position: relative;
-webkit-align-self: baseline;
-moz-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
position: relative;
top: -53px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time::before {
position: absolute;
content: "";
right: -15px;
top: 50%;
margin-top: -15px;
height: 30px;
width: 30px;
border: 7px solid #e98250;
border-radius: 100%;
background: #fff;
transform: translateY(-50%);
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date {
width: 100px;
border: 13px solid #f88a55;
text-align: center;
display: inline-block;
height: 100px;
border-radius: 100%;
background: #fff;
position: relative;
top: -12px;
margin-right: 11px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date::before {
position: absolute;
content: "";
left: 115%;
top: 56%;
margin-top: -15px;
height: 10px;
width: 10px;
border-top: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #f58854;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date span {
display: block;
color: #fc8c56;
font-size: 18px;
font-weight: 500;
line-height: 28px;
font-family: "Montserrat", sans-serif;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date span.month {
margin-top: 7px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content {
padding-left: 123px;
text-align: left;
width: 50%;
position: relative;
top: -30px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before {
position: absolute;
content: "";
border-style: dashed;
left: 25px;
height: 1px;
width: 80px;
border-width: 0 0 2px;
top: 11px;
border-color: #f38753;
}
.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content p {
color: #494849;
font-size: 14px;
line-height: 28px;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse {
-webkit-box-direction: reverse;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time {
text-align: left;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time::before {
right: auto;
left: -15px;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date {
margin-right: 0;
margin-left: 11px;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date::before {
right: 115%;
left: auto;
border-top: 10px solid transparent;
border-right: 15px solid #fc8c56;
border-bottom: 10px solid transparent;
border-left: 10px solid transparent;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content {
padding-left: 0;
padding-right: 123px;
text-align: right;
}
.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content::before {
left: auto;
right: 25px;
} .htc-verctimeline-wrapper .ht-ver-timeline--2 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
padding: 40px 0 0;
position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2::before {
position: absolute;
content: "";
width: 6px;
height: 100%;
background: #cf2037;
left: 50%;
transform: translateX(-1px);
top: 0;
transition: 0.4s ease-in-out;
opacity: 0;
border-radius: 20px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2:hover::before {
opacity: 1;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time {
width: 50%;
text-align: right;
padding: 0 40px;
position: relative;
-webkit-align-self: baseline;
-moz-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time::before {
position: absolute;
content: "";
right: -12px;
top: 50%;
margin-top: -15px;
height: 20px;
width: 20px;
border: 6px solid #18012c;
border-radius: 100%;
background: #fff;
transform: translateY(-50%);
transition: 0.4s ease-in-out;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span {
display: block;
color: #18012c;
font-size: 18px;
font-weight: 700;
line-height: 28px;
font-family: "Montserrat", sans-serif;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .vertical-time .vertical-date span.month {
margin-top: 7px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2:hover .vertical-time::before {
border: 6px solid #cf2037;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content {
padding-left: 40px;
text-align: left;
width: 50%;
position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content h6 {
color: #18012c;
font-size: 18px;
font-weight: 700;
transition: 0.4s ease-in-out;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2 .timeline-content p {
color: #313131;
font-size: 15px;
line-height: 25px;
font-family: "Montserrat", sans-serif;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2:hover .timeline-content h6 {
color: #cf2037;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse {
-webkit-box-direction: reverse;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time {
text-align: left;
padding: 0 40px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time::before {
right: auto;
left: -9px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .vertical-time .vertical-date {
margin-right: 0;
margin-left: 11px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--2.vertical-reverse .timeline-content {
padding-left: 0;
padding-right: 40px;
text-align: right;
} .htc-verctimeline-wrapper.htmega-verticletimeline-style-3 {
padding-top: 100px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3::before {
content: "";
position: absolute;
left: 50%;
top: 0;
width: 3px;
background: #f4f4f4;
height: 100%;
margin-left: -2px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3:last-child::before {
display: none;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time {
width: 50%;
text-align: right;
padding: 0 40px;
position: relative;
-webkit-align-self: baseline;
-moz-align-self: baseline;
-ms-flex-item-align: baseline;
align-self: baseline;
position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .vertical-time .vertical-date span {
display: block;
color: #18012c;
font-size: 30px;
font-weight: 700;
line-height: 28px;
font-family: "Montserrat", sans-serif;
position: absolute;
left: 94%;
width: 60px;
height: 60px;
background: #f4f4f4;
text-align: center;
line-height: 60px;
border-radius: 100%;
top: 0;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content {
padding-left: 67px;
text-align: left;
width: 50%;
position: relative;
top: -139px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content .content {
background: #ffffff;
box-shadow: 0 0 97px rgba(0, 0, 0, 0.1);
padding: 38px 30px;
position: relative;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content .content::before {
right: 100%;
left: auto;
border-top: 10px solid transparent;
border-right: 20px solid #ffffff;
border-bottom: 10px solid transparent;
border-left: 10px solid transparent;
position: absolute;
content: "";
top: 82%;
margin-top: -15px;
height: 10px;
width: 10px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content h6 {
color: #18012c;
font-size: 18px;
font-weight: 700;
transition: 0.4s ease-in-out;
margin-bottom: 8px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content p {
color: #18012c;
font-size: 14px;
line-height: 28px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse {
-webkit-box-direction: reverse;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time {
text-align: left;
padding: 0 40px;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .vertical-time .vertical-date span {
left: auto;
right: 94%;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .timeline-content {
padding-right: 67px;
text-align: right;
padding-left: 0;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3.vertical-reverse .timeline-content .content::before {
left: 100%;
right: auto;
border-top: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #ffffff;
} .offcanvas{
text-align: center;
}
.offcanvas .canvas-btn {
display: inline-block;
height: 46px;
color: #ffffff;
font-size: 16px;
font-family: "Montserrat", sans-serif;
font-weight: 500;
padding: 0 36px;
line-height: 45px;
border-radius: 4px;
background: #fa9866;
text-decoration: none;
}
.offcanvas svg {
width: 20px;
margin-top: 10px;
float: left;
}
.site-menu .searchform input[type="text"] {
color: #fff;
}
.site-menu.show-nav {
-webkit-transform: translateX(440px);
transform: translateX(440px);
-webkit-transform: translate3d(440px, 0, 0);
transform: translate3d(440px, 0, 0);
}
.site-menu {
width: 440px;
height: 100%;
position: fixed;
top: 0;
left: -440px;
background: #000000;
transform: translateX(0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: 300ms ease all;
transition: 300ms ease all;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 99;
overflow-y: auto;
padding-top: 80px;
}
.admin-bar .site-menu{
padding-top: 120px;
}
.site-menu a.canvas-closebtn i{
border: 1px solid #fff;
color: #fff;
padding: 9px;
position: absolute;
right: 20px;
top: 20px;
}
.admin-bar .site-menu a.canvas-closebtn i{
top: 60px;
} .site-menu.align-right-active {
transform: translateX(0);
}
.site-menu.align-right-active.show-nav {
-webkit-transform: translateX(-440px);
transform: translateX(-440px);
-webkit-transform: translate3d(-440px, 0, 0);
transform: translate3d(-440px, 0, 0);
}
.site-menu.align-right-active {
left: auto;
right: -440px;
}
.site-menu.align-top-active {
transform: translateY(0);
}
.site-menu.align-top-active.show-nav {
-webkit-transform: translateY(150px);
transform: translateY(150px);
-webkit-transform: translate3d(0, 150px, 0);
transform: translate3d(0, 150px, 0);
}
.site-menu.align-bottom-active {
transform: translateY(0);
}
.site-menu.align-bottom-active.show-nav {
-webkit-transform: translateY(-150px);
transform: translateY(-150px);
-webkit-transform: translate3d(0, -150px, 0);
transform: translate3d(0, -150px, 0);
}
.site-menu.align-bottom-active,
.site-menu.align-top-active {
left: 0;
right: auto;
bottom: -150px;
top: auto;
width: 100%;
height: 150px;
}
.site-menu.align-top-active {
top: -150px;
bottom: auto;
width: 100%;
height: 150px;
}
.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul {
padding: 0;
margin: 0;
list-style: none;
}
.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li a {
color: #ffffff;
font-size: 15px;
display: block;
padding: 13px 0;
border-top: 1px solid #414141;
text-transform: uppercase;
text-decoration: none;
}
.site-menu .content_offcanvas .elementor-widget-wp-widget-nav_menu ul li:first-child a {
border-top: 1px solid transparent;
}
.site-menu .content_offcanvas .blog-search{
margin: 0 70px;
}
.site-menu .content_offcanvas .blog-search form input,.site-menu .content_offcanvas_verticle .blog-search form input {
border-radius: 20px;
height: 40px;
}
.site-menu .content_offcanvas .blog-search form button,.site-menu .content_offcanvas_verticle .blog-search form button {
height: 40px;
}
.site-menu .content_offcanvas .blog-search form button:hover,.site-menu .content_offcanvas_verticle .blog-search form button:hover{
color: #ffffff;
}
.site-menu .content_offcanvas_verticle .linemenu-nav ul li {
margin: 0 10px;
}
.admin-bar .site-menu.align-top-active,.site-menu.align-bottom-active {
padding-top: 40px !important;
}
.admin-bar .site-menu.align-top-active .elementor-image {
margin-top: 7px;
}
.site-menu.align-top-active a.canvas-closebtn i,.site-menu.align-bottom-active a.canvas-closebtn i {
z-index: 999;
} .magnifier-lens{
cursor: pointer;
} .htmega-animated-heading{
text-align: center;
}
.htmega-animated-heading .cd-words-wrapper b {
color: #0056ff;
} .htmega-style-1 h4{
color: #515151;
font-size: 36px;
margin: 0;
font-weight: 600;
} .htmega-style-2 h4 span.beforetext {
padding: .25em 0 .325em;
margin: 0 auto;
text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
font-size: 60px;
color: #515151; -webkit-background-clip: text;
background-clip: text; -webkit-text-fill-color: transparent;
-webkit-animation: bgimganimation 80s linear infinite; -webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
} .htmega-style-3 h4{
color: #515151;
font-size: 60px;
font-weight: 700;
margin: 0;
} .htmega-style-4 h4{
vertical-align: middle;
text-align: center;
font-size: 36px;
color: #4e4e4e;
font-weight: 400;
font-style: italic;
} .htmega-style-5 h4{
font-size: 36px;
} .htmega-style-6 h4{
text-align: center;
font-size: 36px;
color: #515151;
font-weight: 400;
margin: 0;
}
.htmega-style-6 .cd-words-wrapper b {
font-style: italic;
font-size: 48px;
color: #0056ff;
margin-top: -9px;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
background: #0056ff !important;
} .htmega-carousel-activation {
position: relative;
}
.htmega-carousel-activation .panel-slider .content h2{
margin-top: 0;
}
.panel-slider-wrapper.htmega-carousel-activation .slick-track {
margin: 0 -2px;
}
.panel-slider-wrapper.htmega-carousel-activation .slick-track .slick-slide {
padding: 0 2px;
}
.panel-slider-wrapper.htmega-carousel-activation button {
position: absolute;
top: 50%;
left: 70px;
z-index: 2;
width: 50px;
height: 50px;
border-radius: 100%;
line-height: 50px;
color: #fff;
background: rgba(255, 255, 255, 0.5);
border: 0 none;
transform: translateY(-50%);
transition: 0.4s ease-in-out;
font-size: 24px;
padding: 0;
}
.panel-slider-wrapper.htmega-carousel-activation button:hover {
background: rgba(24, 1, 44, 0.5);
}
.panel-slider-wrapper.htmega-carousel-activation button.htmega-carosul-next {
left: auto;
right: 70px;
}
.panel-slider {
position: relative;
}
.panel-slider .content {
position: absolute;
bottom: 0;
left: 0;
padding: 33px 40px;
background: rgba(0, 0, 0, 0.45);
width: 100%;
}
.panel-slider .content h2 {
color: #ffffff;
font-size: 18px;
font-weight: 500;
margin-bottom: 8px;
}
.panel-slider .content span {
color: #ffffff;
font-size: 16px;
}
.panel-slide-active-2 .slick-slide {
margin: 0 2px;
}
.panel_slider_style-1 .htmega-carousel-activation .panel-slider .content {
display: none;
}
.panel_slider_style-1 .htmega-carousel-activation .slick-slide.slick-center .panel-slider .content {
display: block;
} .panel_slider_style-2 .htmega-carousel-activation .slick-track {
margin: 0 -2px;
}
.panel_slider_style-2 .htmega-carousel-activation .slick-track .slick-slide {
padding: 0 2px;
}
.panel_slider_style-2 .htmega-carousel-activation button {
position: absolute;
top: 50%;
left: 50px;
z-index: 2;
color: #000000;
border: 0 none;
transform: translateY(-50%);
transition: 0.4s ease-in-out;
font-size: 36px;
}
.panel_slider_style-2 .htmega-carousel-activation button:hover {
color: #18012c;
}
.panel_slider_style-2 .htmega-carousel-activation button.htmega-carosul-next {
left: auto;
right: 50px;
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider {
position: relative;
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider .thumb img {
width: 100%;
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content {
position: absolute;
bottom: 0;
padding: 33px 40px;
background: rgba(0, 0, 0, 0.8);
text-align: center;
left: 0;
width: 100%;
-webkit-transition: transform .4s ease-in-out;
-moz-transition: transform .4s ease-in-out;
transition: transform .4s ease-in-out;
-webkit-transform: translateY(110%);
-moz-transform: translateY(110%);
transform: translateY(110%);
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content h2 {
color: #ffffff;
font-size: 18px;
font-weight: 500;
margin-bottom: 8px;
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider .content span {
color: #ffffff;
font-size: 16px;
}
.panel_slider_style-2 .htmega-carousel-activation .panel-slider:hover .content {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
} .panel_slider_style-3 .panel-slider .content-inner {
-webkit-transition: opacity .15s 0s;
-moz-transition: opacity .15s 0s;
transition: opacity .15s 0s;
position: absolute;
width: 100%;
text-align: center;
height: 100%;
top: 0;
}
.panel_slider_style-3 .panel-slider .content-inner::after {
content: '';
position: absolute;
top: -100%;
left: 0;
height: 100%;
width: 100%;
background: black;
-webkit-transition: top .35s;
-moz-transition: top .35s;
transition: top .35s;
}
.panel_slider_style-3 .panel-slider .content-inner .content {
position: absolute;
z-index: 2;
width: 100%;
top: 50%;
transform: translateY(-50%);
transition: 0.4s ease-in-out;
opacity: 0;
bottom: auto;
}
.panel_slider_style-3 .panel-slider .content-inner .content h2 {
color: #fff;
margin-bottom: 10px;
font-size: 30px;
}
.panel_slider_style-3 .panel-slider:hover .content-inner::after {
top: 0;
}
.panel_slider_style-3 .panel-slider:hover .content-inner .content {
opacity: 1;
} .panel_slider_style-4 .htmega-carousel-activation button {
position: absolute;
top: 50%;
left: 140px;
z-index: 2;
width: 50px;
height: 50px;
border-radius: 100%;
line-height: 50px;
color: #000000;
border: 0 none;
transform: translateY(-50%);
transition: 0.4s ease-in-out;
font-size: 24px;
border: 1px solid #000000;
}
.panel_slider_style-4 .htmega-carousel-activation button:hover {
border: 1px solid #ffffff;
color: #ffffff;
}
.panel_slider_style-4 .htmega-carousel-activation button.htmega-carosul-next {
left: auto;
right: 140px;
}
.panel_slider_style-4 .htmega-carousel-activation .slick-slide {
padding: 72px 0;
transition: all 0.3s ease 0s;
}
.panel_slider_style-4 .htmega-carousel-activation .panel-slider {
position: relative;
transition: all 0.3s ease 0s;
}
.panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider {
transform: scale(1.3);
}
.panel_slider_style-4 .htmega-carousel-activation .panel-slider {
position: relative;
transform: scale(0.9);
}
.panel_slider_style-4 .htmega-carousel-activation .panel-slider::before {
background: rgba(255, 255, 255, 0.7);
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: 0.3s ease-in-out;
}
.panel_slider_style-4 .htmega-carousel-activation .slick-slide.slick-center .panel-slider::before {
display: none;
}
.panel_slider_style-4 .htmega-carousel-activation {
margin: 0 -70px;
}
.panel_slider_style-4 .htmega-carousel-activation .thumb img {
width: 100%;
}
.panel_slider_style-4 .htmega-carousel-activation .slick-slide {
margin: 0 70px;
} .ht-scroll-image {
border-style: solid;
border-width: 20px 20px 20px 20px;
border-color: #ffffff;
border-radius: 5px 5px 5px 5px;
box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}
.ht-scroll-image .thumb {
min-height: 600px;
transition: background-position 6s ease-in-out;
-webkit-transition: background-position 6s ease-in-out;
border-style: solid;
border-width: 0px 0px 0px 0px;
display: block;
position: relative;
width: 100%;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
border-top: 1px solid #f2f2f2;
border-left: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
border-right: 1px solid #f2f2f2;
transition: background-position 2s cubic-bezier(0.1, 0.54, 0.43, 0.94);
-webkit-transition: background-position 2s cubic-bezier(0.1, 0.54, 0.43, 0.94);
}
.ht-scroll-image .thumb:hover {
background-position: center bottom !important;
}  .ht-event {
align-items: center;
border: 1px solid #efefef;
border-radius: 10px;
display: flex;
margin-top: 40px;
padding: 10px;
}
.ht-event .thumb {
flex-basis: 50%;
position: relative;
}
.ht-event .thumb a img {
width: 100%;
}
.ht-event .content {
flex-basis: 50%;
padding-left: 27px;
}
.ht-event .thumb .event-date {
background: #141414 none repeat scroll 0 0;
color: #fff;
padding: 8px 0;
position: absolute;
right: -13px;
text-align: center;
top: 0;
width: 60px;
}
.ht-event .thumb .event-date span {
display: block;
font-size: 20px;
font-style: italic;
font-weight: 500;
}
.ht-event .content h4 {
font-size: 18px;
margin-bottom: 15px;
margin-top: 0;
}
.ht-event .content ul.event-time {
display: flex;
list-style: outside none none;
margin: 0;
padding: 0;
}
.ht-event .content ul.event-time li {
color: #909090;
font-size: 14px;
}
.ht-event .content ul.event-time li i {
color: #56a4b1;
padding-right: 10px;
}
.ht-event .content p {
color: #727272;
font-size: 14px;
line-height: 24px;
margin-top: 10px;
}
.ht-event .content .event-btn a {
border-bottom: 1px solid #727272;
color: #727272;
font-size: 14px;
font-weight: 500;
transition: all 0.4s ease-in-out 0s;
}
.ht-event .content ul.event-time li + li {
margin-left: 15px;
padding-left: 15px;
position: relative;
}
.ht-event .content ul.event-time li + li::before {
background: #9f9f9f none repeat scroll 0 0;
content: "";
height: 15px;
left: 0;
position: absolute;
top: 28%;
width: 2px;
} #htmega-google-map{
width: 100%;
}
.header-transparent .mean-container .mean-nav {
background: #111111 none repeat scroll 0 0;
float: left;
width: 100%;
}
.header-transparent a.meanmenu-reveal i{
color: #fff;
}
.mean-container .mean-nav > ul {
padding: 0;
}
.header-transparent .mean-container .mean-nav a.mean-expand {
color: #fff !important;
}
.mean-container .mean-nav > ul li ul{
padding-left: 10px;
}
.header-transparent .mean-nav ul li a {
border-color: #eee;
color: #fff;
padding: 6px 30px 6px 10px;
}  #site-navigation-wrap .dropdown-menu {
background-color: inherit;
border: inherit;
border-radius: inherit;
color: inherit;
display: block;
float: inherit;
font-size: inherit;
font-family: inherit;
list-style: outside none none;
margin: 0;
min-width: inherit;
padding: 0;
position: static;
text-align: inherit;
z-index: inherit;
background-clip:inherit;
}
#site-navigation-wrap .dropdown-menu a{
text-decoration: none;
color: inherit;
}
a{
color: inherit;
}
.htmega-search-box .btn{
font-family: fontawesome;
padding: 0;
}
.htmega-search-box .fa{
font-family: fontawesome;
}
.woocommerce .col-1,.woocommerce .col-2 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.woocommerce .form-row {
display: block;
}  @media (min-width: 1200px) and (max-width: 1400px) {
} @media (min-width: 992px) and (max-width: 1199px) {
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{
padding: 0;
}
} @media (min-width: 768px) and (max-width: 991px) {
.htmega-banner-style-4 .banner-content {
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action{
padding: 0;
}
.htmega-banner-style-4 .banner-content h2{
margin-top: 0;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before{
left: 40%;
}
.htmega-btn-size-md {
padding: 16px 25px !important;
}
.htmega-btn-size-xl {
padding: 35px 30px !important;
}
.htmega-btn-size-lg {
padding: 25px 30px !important;
}
.htmega-btn-size-sm {
padding: 8px 20px !important;
}
.htmega-call-to-action .text-right {
margin-top: 10px;
text-align: left !important;
}
.callto-action-style-3::before{
display: none;
}
.htmega-newsticker-style-1 .breaking-news-title h5 {
padding: 0 15px;
}
.htmega-team-style-3 .htmega-team-click-action {
margin-bottom: -60px;
}
.htmega-social-network li {
margin: 3px 0;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
margin-top: 0;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action h4 {
margin-bottom: 0;
margin-top: 0;
}
.htmega-team-style-5 .htmega-team-hover-action .htmega-hover-action span {
margin-bottom: 3px;
}
.htmega-team .htmega-team-hover-action .htmega-team-hover p {
padding: 0 5px;
}
.htmega-testimonial-style-5 .testimonial-shape {
bottom: 45%;
}
.htmega-countbox .ht-count {
margin: 0 22px 10px;
}
.title-style-two .section-title-txt {
padding: 0 14%;
}
.post-carousel-wrapper .htmega-postslider-layout-2 .content .post-inner {
padding: 35px 0 20px;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
font-size: 13px;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
padding: 0;
} .htmegainstagram-column-tablet-1 .htmega-instragram ul.htmega-instagram-list li{
width: 100%;
}
.htmegainstagram-column-tablet-2 .htmega-instragram ul.htmega-instagram-list li{
width: 50%;
}
.htmegainstagram-column-tablet-3 .htmega-instragram ul.htmega-instagram-list li{
width: 33.33%;
}
.htmegainstagram-column-tablet-4 .htmega-instragram ul.htmega-instagram-list li{
width: 25%;
}
.htmegainstagram-column-tablet-5 .htmega-instragram ul.htmega-instagram-list li{
width: 20%;
}
.htmegainstagram-column-tablet-6 .htmega-instragram ul.htmega-instagram-list li{
width: 16.66%;
}
.htmega-process-area{
background-image: none !important;
}
.htmega-process-column-5 .htmega-single-process-area {
flex: 0 0 50%;
max-width: 50%;
}
} @media (max-width: 767px) {
.htmega-tab-nav a {
margin: 0 5px 10px;
}
.htmega-tab-menu-style-2 a {
margin: 0 10px 10px;
}
.htmega-tab-menu-style-3 a {
margin: 5px 3px -1px;
}
.htmega-tab-style-5 .htmega-tab-nav,.htmega-tab-style-5 .htmega-tab-content-area{
max-width: 100%;
flex: 0 0 100%;
}
.htmega-tab-style-5 .htmega-tab-content-area {
border-left: 0px;
}
.single-partner {
margin-bottom: 20px;
width: auto;
}
.htmega-brands-style-2 ul.brand-list li {
border-right: 0 none;
margin: 0 auto;
width: 50%;
}
.htmega-brands-style-4 ul.brand-list li {
border: 0 none;
padding: 25px 15px;
width: 50%;
}
.htmega-brands-style-5 .brand-logo-col {
flex: 0 0 50%;
max-width: 50%;
}
.htmega-business-horurs-1 .business-hrs-inner {
padding: 70px 0;
}
.htmega-business-horurs-2 .business-hrs-inner .htmega-single-hrs::before,.htmega-business-horurs-5 .business-hrs-inner .htmega-single-hrs::before{
display: none;
}
.htmega-business-horurs-5 .business-hrs-inner,.htmega-business-horurs-4 .business-hrs-inner {
padding: 30px 20px;
}
.htmega-business-horurs-3 .business-hrs-inner{
padding: 20px;
}
.htmega-call-to-action .text-right {
margin-top: 10px;
text-align: left !important;
}
.callto-action-style-3::before{
display: none;
}
.callto-action-style-3 .htmega-content{
display: block;
}
.callto-action-style-7 .call-to-action-inner{
padding: 0;
}
.htmega-countbox .ht-count::before{
display: none;
}
.htmega-countbox .ht-count {
margin: 0 22px 15px !important;
}
.htmega-carousel-style-1 .slick-slide.slick-center .single-custom-carousel {
transform: scale(1);
}
.ht-custom-carousel.slick-slider .slick-list, .ht-custom-carousel.slick-slider .slick-track {
padding: 0 !important;
}
.htmega-carousel-style-6 .slick-dots li {
padding: 30px 35px;
}
.htmega-table-style .dataTables_wrapper {
overflow-x: auto;
}
.edd_download_columns_0 .edd_download, .edd_download_columns_3 .edd_download {
width: 100%;
}
.custom-col-5 {
flex: 0 0 100%;
max-width: 100%;
}
a.instagram_follow_btn{
margin-top: 20px;
}
a.instagram_follow_btn span {
font-size: 12px;
padding: 0 5px;
}
.htmega-lightbox img {
width: 100%;
}
.htmega-newsticker-style-1 .breaking-news-title h5 i{
display: none;
}
.htmega-newsticker-style-1 {
justify-content: center;
}
.htmega-mailchimp-style-3 .htmega-input-box input {
max-width: inherit;
width: auto;
}
.htmega-team-style-3 .htmega-team-click-action {
margin-bottom: -58px;
}
.htmega-testimonial-style-5 .testimonial-shape {
bottom: 38%;
}
.htmega-testimonial-for .testimonial-desc p {
padding: 0 3%;
}
.htmega-testimonial-style-6,.htmega-testimonial-style-8 {
padding: 0;
}
.htmega-testimonal-nav.slick-slider {
max-width: 100%;
}
.htmega-testimonial-style-4 .testimonal .testimonal-image {
float: none;
padding-right: 0;
}
.htmega-testimonial-style-4 .testimonal .testimonal-image::after,.htmega-testimonial-style-4 .testimonal .testimonal-image::before{
display: none;
}
.htmega-testimonial-style-4 .testimonal .content {
padding-left: 0;
padding-top: 20px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content {
padding-left: 25px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content::before{
display: none;
}
.htc-verctimeline-wrapper .ht-ver-timeline--3 .timeline-content {
padding-left: 60px;
width: 100%;
}
.htmega-process-area{
background-image: none !important;
}
.htmega-process-column-4 .htmega-single-process-area,.htmega-process-column-5 .htmega-single-process-area {
flex: 0 0 100%;
max-width: 100%;
}
.htmega-process-column-3 .htmega-single-process-area {
flex: 0 0 100%;
margin-bottom: 30px;
max-width: 100%;
}
.htmega-process-style-2 .htmega-number::before{
display: none;
}
.htmega-process-style-4 {
height: auto;
width: auto;
}
.htmega-process-style-4 .htmega-single-process-area{
position: inherit;
}
.htmega-process-style-4 .htmega-single-process-area:nth-child(2),.htmega-process-style-4 .htmega-single-process-area:nth-child(4) {
top: 0;
}
.elementor-widget-htmega-scrollnavigation-addons .swiper-slide {
height: 100vh !important;
}
.scroll-navigation-inner .elementor-image{
display: none;
}
.elementor-widget-htmega-scrollnavigation-addons .swiper-container .swiper-wrapper .swiper-slide:first-child .elementor-image{
display: block;
}
.htmega_mobile_fit.elementor-section.elementor-section-height-full {
height: 100vh;
}
.htmega_mobile_fit.elementor-section.elementor-section-items-middle .elementor-container {
align-items: center;
}
.htmega_mobile_fit.elementor-section.elementor-section-items-middle .elementor-container {
align-items: center;
height: 100%;
}
.ht-event {
display: block;
}
.ht-event .thumb {
margin-bottom: 20px;
}
.htmega-postcarousel-layout-3 .slick-arrow{
display: none !important;
}
.htmega-countbox .ht-count {
margin: 0 22px 10px;
}
.title-style-two .section-title-txt::before, .title-style-two .section-title-txt::after{
display: none;
}
figure.gallery-item {
margin-top: 20px !important;
}
.htmega-switcher-nav.nav {
background: transparent none repeat scroll 0 0;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .post-carousel-flex {
display: block;
}
.post-carousel-wrapper .htmega-postslider-layout-4 .content{
margin-left: 0;
padding: 30px 20px;
}
.post-carousel-wrapper .htmega-postslider-layout-5 .content .post-inner ul.meta li {
font-size: 13px;
}
.htmega-singleimage-gridstyle-4 .image-grid-content .hover-action {
padding: 0;
} .htmegainstagram-column-mobile-1 .htmega-instragram ul.htmega-instagram-list li{
width: 100%;
}
.htmegainstagram-column-mobile-2 .htmega-instragram ul.htmega-instagram-list li{
width: 50%;
}
.htmegainstagram-column-mobile-3 .htmega-instragram ul.htmega-instagram-list li{
width: 33.33%;
}
.htmegainstagram-column-mobile-4 .htmega-instragram ul.htmega-instagram-list li{
width: 25%;
}
.htmegainstagram-column-mobile-5 .htmega-instragram ul.htmega-instagram-list li{
width: 20%;
}
.htmegainstagram-column-mobile-6 .htmega-instragram ul.htmega-instagram-list li{
width: 16.66%;
}
.htmega-postslider-layout-1 .content,.htmega-postslider-layout-3 .content,.htmega-postslider-layout-4 .content {
position: static;
max-width: 100%;
padding: 0;
}
.htmega-postslider-layout-3 .content{
transform: translateY(0%);
}
.htmega-postslider-layout-3 .content .post-inner h2 {
padding: 0;
}
} @media only screen and (min-width: 480px) and (max-width: 767px) {
}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0{--fa:"\30"}.fa-1{--fa:"\31"}.fa-2{--fa:"\32"}.fa-3{--fa:"\33"}.fa-4{--fa:"\34"}.fa-5{--fa:"\35"}.fa-6{--fa:"\36"}.fa-7{--fa:"\37"}.fa-8{--fa:"\38"}.fa-9{--fa:"\39"}.fa-fill-drip{--fa:"\f576"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-at{--fa:"\40"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-text-height{--fa:"\f034"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-stethoscope{--fa:"\f0f1"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-info{--fa:"\f129"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-explosion{--fa:"\e4e9"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-wave-square{--fa:"\f83e"}.fa-ring{--fa:"\f70b"}.fa-building-un{--fa:"\e4d9"}.fa-dice-three{--fa:"\f527"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-door-open{--fa:"\f52b"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-atom{--fa:"\f5d2"}.fa-soap{--fa:"\e06e"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-pump-medical{--fa:"\e06a"}.fa-fingerprint{--fa:"\f577"}.fa-hand-point-right{--fa:"\f0a4"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-flag-checkered{--fa:"\f11e"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-crop{--fa:"\f125"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-users-rectangle{--fa:"\e594"}.fa-people-roof{--fa:"\e537"}.fa-people-line{--fa:"\e534"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-diagram-predecessor{--fa:"\e477"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-male,.fa-person{--fa:"\f183"}.fa-laptop{--fa:"\f109"}.fa-file-csv{--fa:"\f6dd"}.fa-menorah{--fa:"\f676"}.fa-truck-plane{--fa:"\e58f"}.fa-record-vinyl{--fa:"\f8d9"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-bong{--fa:"\f55c"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-jar-wheat{--fa:"\e517"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-pager{--fa:"\f815"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-strikethrough{--fa:"\f0cc"}.fa-k{--fa:"\4b"}.fa-landmark-flag{--fa:"\e51c"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-backward{--fa:"\f04a"}.fa-caret-right{--fa:"\f0da"}.fa-comments{--fa:"\f086"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-code-pull-request{--fa:"\e13c"}.fa-clipboard-list{--fa:"\f46d"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-user-check{--fa:"\f4fc"}.fa-vial-virus{--fa:"\e597"}.fa-sheet-plastic{--fa:"\e571"}.fa-blog{--fa:"\f781"}.fa-user-ninja{--fa:"\f504"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-toggle-off{--fa:"\f204"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-person-drowning{--fa:"\e545"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-spray-can{--fa:"\f5bd"}.fa-truck-monster{--fa:"\f63b"}.fa-w{--fa:"\57"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-rainbow{--fa:"\f75b"}.fa-circle-notch{--fa:"\f1ce"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-paw{--fa:"\f1b0"}.fa-cloud{--fa:"\f0c2"}.fa-trowel-bricks{--fa:"\e58a"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-hospital-user{--fa:"\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-binoculars{--fa:"\f1e5"}.fa-microphone-slash{--fa:"\f131"}.fa-box-tissue{--fa:"\e05b"}.fa-motorcycle{--fa:"\f21c"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-toilets-portable{--fa:"\e584"}.fa-hockey-puck{--fa:"\f453"}.fa-table{--fa:"\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-users-slash{--fa:"\e073"}.fa-clover{--fa:"\e139"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-star-and-crescent{--fa:"\f699"}.fa-house-fire{--fa:"\e50c"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-helicopter{--fa:"\f533"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-file-circle-question{--fa:"\e4ef"}.fa-laptop-code{--fa:"\f5fc"}.fa-swatchbook{--fa:"\f5c3"}.fa-prescription-bottle{--fa:"\f485"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-people-group{--fa:"\e533"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-film{--fa:"\f008"}.fa-ruler-horizontal{--fa:"\f547"}.fa-people-robbery{--fa:"\e536"}.fa-lightbulb{--fa:"\f0eb"}.fa-caret-left{--fa:"\f0d9"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-headphones-alt,.fa-headphones-simple{--fa:"\f58f"}.fa-sitemap{--fa:"\f0e8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-memory{--fa:"\f538"}.fa-road-spikes{--fa:"\e568"}.fa-fire-burner{--fa:"\e4f1"}.fa-flag{--fa:"\f024"}.fa-hanukiah{--fa:"\f6e6"}.fa-feather{--fa:"\f52d"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-comment-slash{--fa:"\f4b3"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-compress{--fa:"\f066"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-ankh{--fa:"\f644"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-asterisk{--fa:"\2a"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-peseta-sign{--fa:"\e221"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-ghost{--fa:"\f6e2"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-cart-plus{--fa:"\f217"}.fa-gamepad{--fa:"\f11b"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-egg{--fa:"\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-campground{--fa:"\f6bb"}.fa-folder-plus{--fa:"\f65e"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-lock{--fa:"\f023"}.fa-gas-pump{--fa:"\f52f"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-house-flood-water{--fa:"\e50e"}.fa-tree{--fa:"\f1bb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-sack-dollar{--fa:"\f81d"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-car-side{--fa:"\f5e4"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-microscope{--fa:"\f610"}.fa-sink{--fa:"\e06d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-mitten{--fa:"\f7b5"}.fa-person-rays{--fa:"\e54d"}.fa-users{--fa:"\f0c0"}.fa-eye-slash{--fa:"\f070"}.fa-flask-vial{--fa:"\e4f3"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-om{--fa:"\f679"}.fa-worm{--fa:"\e599"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-plug{--fa:"\f1e6"}.fa-chevron-up{--fa:"\f077"}.fa-hand-spock{--fa:"\f259"}.fa-stopwatch{--fa:"\f2f2"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-chess-bishop{--fa:"\f43a"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-road-circle-check{--fa:"\e564"}.fa-dice-five{--fa:"\f523"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-land-mine-on{--fa:"\e51b"}.fa-i-cursor{--fa:"\f246"}.fa-stamp{--fa:"\f5bf"}.fa-stairs{--fa:"\e289"}.fa-i{--fa:"\49"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-pills{--fa:"\f484"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-tooth{--fa:"\f5c9"}.fa-v{--fa:"\56"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bicycle{--fa:"\f206"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-snowman{--fa:"\f7d0"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-road-barrier{--fa:"\e562"}.fa-school{--fa:"\f549"}.fa-igloo{--fa:"\f7ae"}.fa-joint{--fa:"\f595"}.fa-angle-right{--fa:"\f105"}.fa-horse{--fa:"\f6f0"}.fa-q{--fa:"\51"}.fa-g{--fa:"\47"}.fa-notes-medical{--fa:"\f481"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-dong-sign{--fa:"\e169"}.fa-capsules{--fa:"\f46b"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-hand-point-up{--fa:"\f0a6"}.fa-money-bill{--fa:"\f0d6"}.fa-bookmark{--fa:"\f02e"}.fa-align-justify{--fa:"\f039"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-helmet-un{--fa:"\e503"}.fa-bullseye{--fa:"\f140"}.fa-bacon{--fa:"\f7e5"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-radiation{--fa:"\f7b9"}.fa-chart-simple{--fa:"\e473"}.fa-mars-stroke{--fa:"\f229"}.fa-vial{--fa:"\f492"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-e{--fa:"\45"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-user{--fa:"\f007"}.fa-school-circle-check{--fa:"\e56b"}.fa-dumpster{--fa:"\f793"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-building-user{--fa:"\e4da"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-highlighter{--fa:"\f591"}.fa-key{--fa:"\f084"}.fa-bullhorn{--fa:"\f0a1"}.fa-globe{--fa:"\f0ac"}.fa-synagogue{--fa:"\f69b"}.fa-person-half-dress{--fa:"\e548"}.fa-road-bridge{--fa:"\e563"}.fa-location-arrow{--fa:"\f124"}.fa-c{--fa:"\43"}.fa-tablet-button{--fa:"\f10a"}.fa-building-lock{--fa:"\e4d6"}.fa-pizza-slice{--fa:"\f818"}.fa-money-bill-wave{--fa:"\f53a"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-house-flag{--fa:"\e50d"}.fa-person-circle-minus{--fa:"\e540"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-camera-rotate{--fa:"\e0d8"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-star{--fa:"\f005"}.fa-repeat{--fa:"\f363"}.fa-cross{--fa:"\f654"}.fa-box{--fa:"\f466"}.fa-venus-mars{--fa:"\f228"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-charging-station{--fa:"\f5e7"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-mobile-retro{--fa:"\e527"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-spider{--fa:"\f717"}.fa-hands-bound{--fa:"\e4f9"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-x-ray{--fa:"\f497"}.fa-spell-check{--fa:"\f891"}.fa-slash{--fa:"\f715"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-server{--fa:"\f233"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-shop-lock{--fa:"\e4a5"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-blender-phone{--fa:"\f6b6"}.fa-building-wheat{--fa:"\e4db"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-venus{--fa:"\f221"}.fa-passport{--fa:"\f5ab"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-temperature-high{--fa:"\f769"}.fa-microchip{--fa:"\f2db"}.fa-crown{--fa:"\f521"}.fa-weight-hanging{--fa:"\f5cd"}.fa-xmarks-lines{--fa:"\e59a"}.fa-file-prescription{--fa:"\f572"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-chess-knight{--fa:"\f441"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-wheelchair{--fa:"\f193"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-toggle-on{--fa:"\f205"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-l{--fa:"\4c"}.fa-fire{--fa:"\f06d"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-folder-open{--fa:"\f07c"}.fa-heart-circle-plus{--fa:"\e500"}.fa-code-fork{--fa:"\e13b"}.fa-city{--fa:"\f64f"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-pepper-hot{--fa:"\f816"}.fa-unlock{--fa:"\f09c"}.fa-colon-sign{--fa:"\e140"}.fa-headset{--fa:"\f590"}.fa-store-slash{--fa:"\e071"}.fa-road-circle-xmark{--fa:"\e566"}.fa-user-minus{--fa:"\f503"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-clipboard{--fa:"\f328"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-underline{--fa:"\f0cd"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-signature{--fa:"\f5b7"}.fa-stroopwafel{--fa:"\f551"}.fa-bold{--fa:"\f032"}.fa-anchor-lock{--fa:"\e4ad"}.fa-building-ngo{--fa:"\e4d7"}.fa-manat-sign{--fa:"\e1d5"}.fa-not-equal{--fa:"\f53e"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-jedi{--fa:"\f669"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-mug-hot{--fa:"\f7b6"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-gift{--fa:"\f06b"}.fa-dice-two{--fa:"\f528"}.fa-chess-queen{--fa:"\f445"}.fa-glasses{--fa:"\f530"}.fa-chess-board{--fa:"\f43c"}.fa-building-circle-check{--fa:"\e4d2"}.fa-person-chalkboard{--fa:"\e53d"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-less-than-equal{--fa:"\f537"}.fa-train{--fa:"\f238"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-crow{--fa:"\f520"}.fa-sailboat{--fa:"\e445"}.fa-window-restore{--fa:"\f2d2"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-torii-gate{--fa:"\f6a1"}.fa-frog{--fa:"\f52e"}.fa-bucket{--fa:"\e4cf"}.fa-image{--fa:"\f03e"}.fa-microphone{--fa:"\f130"}.fa-cow{--fa:"\f6c8"}.fa-caret-up{--fa:"\f0d8"}.fa-screwdriver{--fa:"\f54a"}.fa-folder-closed{--fa:"\e185"}.fa-house-tsunami{--fa:"\e515"}.fa-square-nfi{--fa:"\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-square-binary{--fa:"\e69b"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-lemon{--fa:"\f094"}.fa-head-side-mask{--fa:"\e063"}.fa-handshake{--fa:"\f2b5"}.fa-gem{--fa:"\f3a5"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-smoking{--fa:"\f48d"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-monument{--fa:"\f5a6"}.fa-snowplow{--fa:"\f7d2"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-cannabis{--fa:"\f55f"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-tablets{--fa:"\f490"}.fa-ethernet{--fa:"\f796"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-chair{--fa:"\f6c0"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-plate-wheat{--fa:"\e55a"}.fa-icicles{--fa:"\f7ad"}.fa-person-shelter{--fa:"\e54f"}.fa-neuter{--fa:"\f22c"}.fa-id-badge{--fa:"\f2c1"}.fa-marker{--fa:"\f5a1"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-helicopter-symbol{--fa:"\e502"}.fa-universal-access{--fa:"\f29a"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-lari-sign{--fa:"\e1c8"}.fa-volcano{--fa:"\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-viruses{--fa:"\e076"}.fa-square-person-confined{--fa:"\e577"}.fa-user-tie{--fa:"\f508"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-certificate{--fa:"\f0a3"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-suitcase{--fa:"\f0f2"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-camera-retro{--fa:"\f083"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-box-open{--fa:"\f49e"}.fa-scroll{--fa:"\f70e"}.fa-spa{--fa:"\f5bb"}.fa-location-pin-lock{--fa:"\e51f"}.fa-pause{--fa:"\f04c"}.fa-hill-avalanche{--fa:"\e507"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-bomb{--fa:"\f1e2"}.fa-registered{--fa:"\f25d"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-subscript{--fa:"\f12c"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-burst{--fa:"\e4dc"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-money-bills{--fa:"\e1f3"}.fa-smog{--fa:"\f75f"}.fa-crutch{--fa:"\f7f7"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-palette{--fa:"\f53f"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-vest{--fa:"\e085"}.fa-ferry{--fa:"\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-boxes-packing{--fa:"\e4c7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-bowl-food{--fa:"\e4c6"}.fa-candy-cane{--fa:"\f786"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-file-word{--fa:"\f1c2"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-house-lock{--fa:"\e510"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-children{--fa:"\e4e1"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-user-alt-slash,.fa-user-large-slash{--fa:"\f4fa"}.fa-envelope-open{--fa:"\f2b6"}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:"\e05f"}.fa-mattress-pillow{--fa:"\e525"}.fa-guarani-sign{--fa:"\e19a"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-fire-extinguisher{--fa:"\f134"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-greater-than-equal{--fa:"\f532"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-virus{--fa:"\e074"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-layer-group{--fa:"\f5fd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-archway{--fa:"\f557"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-square{--fa:"\f0c8"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-couch{--fa:"\f4b8"}.fa-cedi-sign{--fa:"\e0df"}.fa-italic{--fa:"\f033"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-church{--fa:"\f51d"}.fa-comments-dollar{--fa:"\f653"}.fa-democrat{--fa:"\f747"}.fa-z{--fa:"\5a"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-road-lock{--fa:"\e567"}.fa-a{--fa:"\41"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-p{--fa:"\50"}.fa-snowflake{--fa:"\f2dc"}.fa-newspaper{--fa:"\f1ea"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-locust{--fa:"\e520"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-person-dress-burst{--fa:"\e544"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-vector-square{--fa:"\f5cb"}.fa-bread-slice{--fa:"\f7ec"}.fa-language{--fa:"\f1ab"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-filter{--fa:"\f0b0"}.fa-question{--fa:"\3f"}.fa-file-signature{--fa:"\f573"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-house-chimney-user{--fa:"\e065"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-puzzle-piece{--fa:"\f12e"}.fa-money-check{--fa:"\f53c"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-code{--fa:"\f121"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-virus-covid{--fa:"\e4a8"}.fa-austral-sign{--fa:"\e0a9"}.fa-f{--fa:"\46"}.fa-leaf{--fa:"\f06c"}.fa-road{--fa:"\f018"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-person-circle-plus{--fa:"\e541"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-sack-xmark{--fa:"\e56a"}.fa-file-excel{--fa:"\f1c3"}.fa-file-contract{--fa:"\f56c"}.fa-fish-fins{--fa:"\e4f2"}.fa-building-flag{--fa:"\e4d5"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-object-ungroup{--fa:"\f248"}.fa-poop{--fa:"\f619"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-kaaba{--fa:"\f66b"}.fa-toilet-paper{--fa:"\f71e"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-eject{--fa:"\f052"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-plane-circle-check{--fa:"\e555"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-object-group{--fa:"\f247"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-mask-ventilator{--fa:"\e524"}.fa-arrow-right{--fa:"\f061"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-cash-register{--fa:"\f788"}.fa-person-circle-question{--fa:"\e542"}.fa-h{--fa:"\48"}.fa-tarp{--fa:"\e57b"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-heart{--fa:"\f004"}.fa-mars-and-venus{--fa:"\f224"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-dumpster-fire{--fa:"\f794"}.fa-house-crack{--fa:"\e3b1"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-bottle-water{--fa:"\e4c5"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-kitchen-set{--fa:"\e51a"}.fa-r{--fa:"\52"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-cube{--fa:"\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-shield-dog{--fa:"\e573"}.fa-solar-panel{--fa:"\f5ba"}.fa-lock-open{--fa:"\f3c1"}.fa-elevator{--fa:"\e16d"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-circle{--fa:"\f111"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-recycle{--fa:"\f1b8"}.fa-user-astronaut{--fa:"\f4fb"}.fa-plane-slash{--fa:"\e069"}.fa-trademark{--fa:"\f25c"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-satellite-dish{--fa:"\f7c0"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-users-rays{--fa:"\e593"}.fa-wallet{--fa:"\f555"}.fa-clipboard-check{--fa:"\f46c"}.fa-file-audio{--fa:"\f1c7"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-wrench{--fa:"\f0ad"}.fa-bugs{--fa:"\e4d0"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-file-image{--fa:"\f1c5"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-plane-departure{--fa:"\f5b0"}.fa-handshake-slash{--fa:"\e060"}.fa-book-bookmark{--fa:"\e0bb"}.fa-code-branch{--fa:"\f126"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-bridge{--fa:"\e4c8"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-truck-front{--fa:"\e2b7"}.fa-cat{--fa:"\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-truck-field{--fa:"\e58d"}.fa-route{--fa:"\f4d7"}.fa-clipboard-question{--fa:"\e4e3"}.fa-panorama{--fa:"\e209"}.fa-comment-medical{--fa:"\f7f5"}.fa-teeth-open{--fa:"\f62f"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-tags{--fa:"\f02c"}.fa-wine-glass{--fa:"\f4e3"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-house-signal{--fa:"\e012"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-faucet-drip{--fa:"\e006"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-terminal{--fa:"\f120"}.fa-mobile-button{--fa:"\f10b"}.fa-house-medical-flag{--fa:"\e514"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-tape{--fa:"\f4db"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-eye{--fa:"\f06e"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-audio-description{--fa:"\f29e"}.fa-person-military-to-person{--fa:"\e54c"}.fa-file-shield{--fa:"\e4f0"}.fa-user-slash{--fa:"\f506"}.fa-pen{--fa:"\f304"}.fa-tower-observation{--fa:"\e586"}.fa-file-code{--fa:"\f1c9"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-bus{--fa:"\f207"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-window-maximize{--fa:"\f2d0"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-prescription{--fa:"\f5b1"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-vihara{--fa:"\f6a7"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-plant-wilt{--fa:"\e5aa"}.fa-diamond{--fa:"\f219"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-chart-diagram{--fa:"\e695"}.fa-bacterium{--fa:"\e05a"}.fa-hand-pointer{--fa:"\f25a"}.fa-drum-steelpan{--fa:"\f56a"}.fa-hand-scissors{--fa:"\f257"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-biohazard{--fa:"\f780"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-mars-double{--fa:"\f227"}.fa-child-dress{--fa:"\e59c"}.fa-users-between-lines{--fa:"\e591"}.fa-lungs-virus{--fa:"\e067"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-phone{--fa:"\f095"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-child-reaching{--fa:"\e59d"}.fa-head-side-virus{--fa:"\e064"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-door-closed{--fa:"\f52a"}.fa-shield-virus{--fa:"\e06c"}.fa-dice-six{--fa:"\f526"}.fa-mosquito-net{--fa:"\e52c"}.fa-file-fragment{--fa:"\e697"}.fa-bridge-water{--fa:"\e4ce"}.fa-person-booth{--fa:"\f756"}.fa-text-width{--fa:"\f035"}.fa-hat-wizard{--fa:"\f6e8"}.fa-pen-fancy{--fa:"\f5ac"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-trash{--fa:"\f1f8"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-book-medical{--fa:"\f7e6"}.fa-poo{--fa:"\f2fe"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-cubes{--fa:"\f1b3"}.fa-divide{--fa:"\f529"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-headphones{--fa:"\f025"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-clapping{--fa:"\e1a8"}.fa-republican{--fa:"\f75e"}.fa-arrow-left{--fa:"\f060"}.fa-person-circle-xmark{--fa:"\e543"}.fa-ruler{--fa:"\f545"}.fa-align-left{--fa:"\f036"}.fa-dice-d6{--fa:"\f6d1"}.fa-restroom{--fa:"\f7bd"}.fa-j{--fa:"\4a"}.fa-users-viewfinder{--fa:"\e595"}.fa-file-video{--fa:"\f1c8"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-file-pdf{--fa:"\f1c1"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-o{--fa:"\4f"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-user-secret{--fa:"\f21b"}.fa-otter{--fa:"\f700"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-comment-dollar{--fa:"\f651"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-clipboard-user{--fa:"\f7f3"}.fa-child{--fa:"\f1ae"}.fa-lira-sign{--fa:"\f195"}.fa-satellite{--fa:"\f7bf"}.fa-plane-lock{--fa:"\e558"}.fa-tag{--fa:"\f02b"}.fa-comment{--fa:"\f075"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-envelope{--fa:"\f0e0"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-paperclip{--fa:"\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-ribbon{--fa:"\f4d6"}.fa-lungs{--fa:"\f604"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-border-none{--fa:"\f850"}.fa-circle-nodes{--fa:"\e4e2"}.fa-parachute-box{--fa:"\f4cd"}.fa-indent{--fa:"\f03c"}.fa-truck-field-un{--fa:"\e58e"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-mountain{--fa:"\f6fc"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-cloud-meatball{--fa:"\f73b"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-square-virus{--fa:"\e578"}.fa-meteor{--fa:"\f753"}.fa-car-on{--fa:"\e4dd"}.fa-sleigh{--fa:"\f7cc"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-water{--fa:"\f773"}.fa-calendar-check{--fa:"\f274"}.fa-braille{--fa:"\f2a1"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-landmark{--fa:"\f66f"}.fa-truck{--fa:"\f0d1"}.fa-crosshairs{--fa:"\f05b"}.fa-person-cane{--fa:"\e53c"}.fa-tent{--fa:"\e57d"}.fa-vest-patches{--fa:"\e086"}.fa-check-double{--fa:"\f560"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-cookie{--fa:"\f563"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-dumbbell{--fa:"\f44b"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-tarp-droplet{--fa:"\e57c"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-calendar-plus{--fa:"\f271"}.fa-plane-arrival{--fa:"\f5af"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-chart-gantt{--fa:"\e0e4"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-dna{--fa:"\f471"}.fa-virus-slash{--fa:"\e075"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-chess{--fa:"\f439"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-plug-circle-check{--fa:"\e55c"}.fa-street-view{--fa:"\f21d"}.fa-franc-sign{--fa:"\e18f"}.fa-volume-off{--fa:"\f026"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-mosque{--fa:"\f678"}.fa-mosquito{--fa:"\e52b"}.fa-star-of-david{--fa:"\f69a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-vials{--fa:"\f493"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-place-of-worship{--fa:"\f67f"}.fa-grip-vertical{--fa:"\f58e"}.fa-hexagon-nodes{--fa:"\e699"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-u{--fa:"\55"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-pallet{--fa:"\f482"}.fa-faucet{--fa:"\e005"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-s{--fa:"\53"}.fa-timeline{--fa:"\e29c"}.fa-keyboard{--fa:"\f11c"}.fa-caret-down{--fa:"\f0d7"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-plane-up{--fa:"\e22d"}.fa-piggy-bank{--fa:"\f4d3"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-mountain-city{--fa:"\e52e"}.fa-coins{--fa:"\f51e"}.fa-khanda{--fa:"\f66d"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-folder-tree{--fa:"\f802"}.fa-network-wired{--fa:"\f6ff"}.fa-map-pin{--fa:"\f276"}.fa-hamsa{--fa:"\f665"}.fa-cent-sign{--fa:"\e3f5"}.fa-flask{--fa:"\f0c3"}.fa-person-pregnant{--fa:"\e31e"}.fa-wand-sparkles{--fa:"\f72b"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-ticket{--fa:"\f145"}.fa-power-off{--fa:"\f011"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-flag-usa{--fa:"\f74d"}.fa-laptop-file{--fa:"\e51d"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-diagram-next{--fa:"\e476"}.fa-person-rifle{--fa:"\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-closed-captioning{--fa:"\f20a"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-venus-double{--fa:"\f226"}.fa-images{--fa:"\f302"}.fa-calculator{--fa:"\f1ec"}.fa-people-pulling{--fa:"\e535"}.fa-n{--fa:"\4e"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-cloud-rain{--fa:"\f73d"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-ship{--fa:"\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-download{--fa:"\f019"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-file-circle-check{--fa:"\e5a0"}.fa-forward{--fa:"\f04e"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-align-center{--fa:"\f037"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-calendar-week{--fa:"\f784"}.fa-laptop-medical{--fa:"\f812"}.fa-b{--fa:"\42"}.fa-file-medical{--fa:"\f477"}.fa-dice-one{--fa:"\f525"}.fa-kiwi-bird{--fa:"\f535"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-mill-sign{--fa:"\e1ed"}.fa-bowl-rice{--fa:"\e2eb"}.fa-skull{--fa:"\f54c"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-truck-pickup{--fa:"\f63c"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-stop{--fa:"\f04d"}.fa-code-merge{--fa:"\f387"}.fa-upload{--fa:"\f093"}.fa-hurricane{--fa:"\f751"}.fa-mound{--fa:"\e52d"}.fa-toilet-portable{--fa:"\e583"}.fa-compact-disc{--fa:"\f51f"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-caravan{--fa:"\f8ff"}.fa-shield-cat{--fa:"\e572"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-glass-water{--fa:"\e4f4"}.fa-oil-well{--fa:"\e532"}.fa-vault{--fa:"\e2c5"}.fa-mars{--fa:"\f222"}.fa-toilet{--fa:"\f7d8"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-sun{--fa:"\f185"}.fa-guitar{--fa:"\f7a6"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-horse-head{--fa:"\f7ab"}.fa-bore-hole{--fa:"\e4c3"}.fa-industry{--fa:"\f275"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-florin-sign{--fa:"\e184"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-less-than{--fa:"\3c"}.fa-angle-down{--fa:"\f107"}.fa-car-tunnel{--fa:"\e4de"}.fa-head-side-cough{--fa:"\e061"}.fa-grip-lines{--fa:"\f7a4"}.fa-thumbs-down{--fa:"\f165"}.fa-user-lock{--fa:"\f502"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-chess-pawn{--fa:"\f443"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-person-through-window{--fa:"\e5a9"}.fa-toolbox{--fa:"\f552"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-bug{--fa:"\f188"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-mountain-sun{--fa:"\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-dice-d20{--fa:"\f6cf"}.fa-truck-droplet{--fa:"\e58c"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-medal{--fa:"\f5a2"}.fa-bed{--fa:"\f236"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-podcast{--fa:"\f2ce"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-bell{--fa:"\f0f3"}.fa-superscript{--fa:"\f12b"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-star-of-life{--fa:"\f621"}.fa-phone-slash{--fa:"\f3dd"}.fa-paint-roller{--fa:"\f5aa"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-file{--fa:"\f15b"}.fa-greater-than{--fa:"\3e"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-arrow-down{--fa:"\f063"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-eraser{--fa:"\f12d"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-person-burst{--fa:"\e53b"}.fa-dove{--fa:"\f4ba"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-socks{--fa:"\f696"}.fa-inbox{--fa:"\f01c"}.fa-section{--fa:"\e447"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-envelope-open-text{--fa:"\f658"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-wine-bottle{--fa:"\f72f"}.fa-chess-rook{--fa:"\f447"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-dharmachakra{--fa:"\f655"}.fa-hotdog{--fa:"\f80f"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-drum{--fa:"\f569"}.fa-ice-cream{--fa:"\f810"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-fax{--fa:"\f1ac"}.fa-paragraph{--fa:"\f1dd"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-star-half{--fa:"\f089"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-tree-city{--fa:"\e587"}.fa-play{--fa:"\f04b"}.fa-font{--fa:"\f031"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-rupiah-sign{--fa:"\e23d"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-naira-sign{--fa:"\e1f6"}.fa-cart-arrow-down{--fa:"\f218"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-receipt{--fa:"\f543"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-chevron-down{--fa:"\f078"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-skull-crossbones{--fa:"\f714"}.fa-code-compare{--fa:"\e13a"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-school-lock{--fa:"\e56f"}.fa-tower-cell{--fa:"\e585"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-ranking-star{--fa:"\e561"}.fa-chess-king{--fa:"\f43f"}.fa-person-harassing{--fa:"\e549"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-arrow-up{--fa:"\f062"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-shrimp{--fa:"\e448"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-jug-detergent{--fa:"\e519"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-user-shield{--fa:"\f505"}.fa-wind{--fa:"\f72e"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-y{--fa:"\59"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-fish{--fa:"\f578"}.fa-user-graduate{--fa:"\f501"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-clapperboard{--fa:"\e131"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-jet-fighter-up{--fa:"\e518"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-copy{--fa:"\f0c5"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-hand-sparkles{--fa:"\e05d"}.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-gun{--fa:"\e19b"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-add,.fa-plus{--fa:"\2b"}.fa-expand{--fa:"\f065"}.fa-computer{--fa:"\e4e5"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-peso-sign{--fa:"\e222"}.fa-building-shield{--fa:"\e4d8"}.fa-baby{--fa:"\f77c"}.fa-users-line{--fa:"\e592"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-tractor{--fa:"\f722"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-lines-leaning{--fa:"\e51e"}.fa-ruler-combined{--fa:"\f546"}.fa-copyright{--fa:"\f1f9"}.fa-equals{--fa:"\3d"}.fa-blender{--fa:"\f517"}.fa-teeth{--fa:"\f62e"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-map{--fa:"\f279"}.fa-rocket{--fa:"\f135"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-folder-minus{--fa:"\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-store{--fa:"\f54e"}.fa-arrow-trend-up{--fa:"\e098"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-bezier-curve{--fa:"\f55b"}.fa-bell-slash{--fa:"\f1f6"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-school-flag{--fa:"\e56e"}.fa-fill{--fa:"\f575"}.fa-angle-up{--fa:"\f106"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-holly-berry{--fa:"\f7aa"}.fa-chevron-left{--fa:"\f053"}.fa-bacteria{--fa:"\e059"}.fa-hand-lizard{--fa:"\f258"}.fa-notdef{--fa:"\e1fe"}.fa-disease{--fa:"\f7fa"}.fa-briefcase-medical{--fa:"\f469"}.fa-genderless{--fa:"\f22d"}.fa-chevron-right{--fa:"\f054"}.fa-retweet{--fa:"\f079"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-pump-soap{--fa:"\e06b"}.fa-video-slash{--fa:"\f4e2"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-radio{--fa:"\f8d7"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-traffic-light{--fa:"\f637"}.fa-thermometer{--fa:"\f491"}.fa-vr-cardboard{--fa:"\f729"}.fa-hand-middle-finger{--fa:"\f806"}.fa-percent,.fa-percentage{--fa:"\25"}.fa-truck-moving{--fa:"\f4df"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-display{--fa:"\e163"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-trophy{--fa:"\f091"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hammer{--fa:"\f6e3"}.fa-hand-peace{--fa:"\f25b"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-spinner{--fa:"\f110"}.fa-robot{--fa:"\f544"}.fa-peace{--fa:"\f67c"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-warehouse{--fa:"\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-splotch{--fa:"\f5bc"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-dice-four{--fa:"\f524"}.fa-sim-card{--fa:"\f7c4"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-mercury{--fa:"\f223"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-person-falling-burst{--fa:"\e547"}.fa-award{--fa:"\f559"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-building{--fa:"\f1ad"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-qrcode{--fa:"\f029"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-comment-nodes{--fa:"\e696"}.fa-house-medical{--fa:"\e3b2"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-house-chimney-window{--fa:"\e00d"}.fa-pen-nib{--fa:"\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tents{--fa:"\e582"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-dog{--fa:"\f6d3"}.fa-carrot{--fa:"\f787"}.fa-moon{--fa:"\f186"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-cheese{--fa:"\f7ef"}.fa-yin-yang{--fa:"\f6ad"}.fa-music{--fa:"\f001"}.fa-code-commit{--fa:"\f386"}.fa-temperature-low{--fa:"\f76b"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-broom{--fa:"\f51a"}.fa-shield-heart{--fa:"\e574"}.fa-gopuram{--fa:"\f664"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-hashtag{--fa:"\23"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-oil-can{--fa:"\f613"}.fa-t{--fa:"\54"}.fa-hippo{--fa:"\f6ed"}.fa-chart-column{--fa:"\e0e3"}.fa-infinity{--fa:"\f534"}.fa-vial-circle-check{--fa:"\e596"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-voicemail{--fa:"\f897"}.fa-fan{--fa:"\f863"}.fa-person-walking-luggage{--fa:"\e554"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-calendar{--fa:"\f133"}.fa-trailer{--fa:"\e041"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-sd-card{--fa:"\f7c2"}.fa-dragon{--fa:"\f6d5"}.fa-shoe-prints{--fa:"\f54b"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-hand-holding{--fa:"\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-clone{--fa:"\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-tornado{--fa:"\f76f"}.fa-file-circle-plus{--fa:"\e494"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-anchor{--fa:"\f13d"}.fa-border-all{--fa:"\f84c"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-cookie-bite{--fa:"\f564"}.fa-arrow-trend-down{--fa:"\e097"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-draw-polygon{--fa:"\f5ee"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-shower{--fa:"\f2cc"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-m{--fa:"\4d"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-book{--fa:"\f02d"}.fa-user-plus{--fa:"\f234"}.fa-check{--fa:"\f00c"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-house-circle-check{--fa:"\e509"}.fa-angle-left{--fa:"\f104"}.fa-diagram-successor{--fa:"\e47a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-cloud-moon{--fa:"\f6c3"}.fa-briefcase{--fa:"\f0b1"}.fa-person-falling{--fa:"\e546"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-user-tag{--fa:"\f507"}.fa-rug{--fa:"\e569"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-baht-sign{--fa:"\e0ac"}.fa-book-open{--fa:"\f518"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-handcuffs{--fa:"\e4f8"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-database{--fa:"\f1c0"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-mask-face{--fa:"\e1d7"}.fa-hill-rockslide{--fa:"\e508"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-paper-plane{--fa:"\f1d8"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-dungeon{--fa:"\f6d9"}.fa-align-right{--fa:"\f038"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-life-ring{--fa:"\f1cd"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-calendar-day{--fa:"\f783"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-dice{--fa:"\f522"}.fa-bowling-ball{--fa:"\f436"}.fa-brain{--fa:"\f5dc"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-calendar-minus{--fa:"\f272"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-gifts{--fa:"\f79c"}.fa-hotel{--fa:"\f594"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-thumbs-up{--fa:"\f164"}.fa-user-clock{--fa:"\f4fd"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-file-invoice{--fa:"\f570"}.fa-window-minimize{--fa:"\f2d1"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-brush{--fa:"\f55d"}.fa-file-half-dashed{--fa:"\e698"}.fa-mask{--fa:"\f6fa"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-ruler-vertical{--fa:"\f548"}.fa-user-alt,.fa-user-large{--fa:"\f406"}.fa-train-tram{--fa:"\e5b4"}.fa-user-nurse{--fa:"\f82f"}.fa-syringe{--fa:"\f48e"}.fa-cloud-sun{--fa:"\f6c4"}.fa-stopwatch-20{--fa:"\e06f"}.fa-square-full{--fa:"\f45c"}.fa-magnet{--fa:"\f076"}.fa-jar{--fa:"\e516"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-bug-slash{--fa:"\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-bone{--fa:"\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-user-injured{--fa:"\f728"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-plane{--fa:"\f072"}.fa-tent-arrows-down{--fa:"\e581"}.fa-exclamation{--fa:"\21"}.fa-arrows-spin{--fa:"\e4bb"}.fa-print{--fa:"\f02f"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\24"}.fa-x{--fa:"\58"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-person-military-pointing{--fa:"\e54a"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-umbrella{--fa:"\f0e9"}.fa-trowel{--fa:"\e589"}.fa-d{--fa:"\44"}.fa-stapler{--fa:"\e5af"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-kip-sign{--fa:"\e1c4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-handshake-alt,.fa-handshake-simple{--fa:"\f4c6"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-barcode{--fa:"\f02a"}.fa-plus-minus{--fa:"\e43c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-person-circle-check{--fa:"\e53e"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:"\f3d0"}.fa-hooli{--fa:"\f427"}.fa-yelp{--fa:"\f1e9"}.fa-cc-visa{--fa:"\f1f0"}.fa-lastfm{--fa:"\f202"}.fa-shopware{--fa:"\f5b5"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-aws{--fa:"\f375"}.fa-redhat{--fa:"\f7bc"}.fa-yoast{--fa:"\f2b1"}.fa-cloudflare{--fa:"\e07d"}.fa-ups{--fa:"\f7e0"}.fa-pixiv{--fa:"\e640"}.fa-wpexplorer{--fa:"\f2de"}.fa-dyalog{--fa:"\f399"}.fa-bity{--fa:"\f37a"}.fa-stackpath{--fa:"\f842"}.fa-buysellads{--fa:"\f20d"}.fa-first-order{--fa:"\f2b0"}.fa-modx{--fa:"\f285"}.fa-guilded{--fa:"\e07e"}.fa-vnv{--fa:"\f40b"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-microsoft{--fa:"\f3ca"}.fa-qq{--fa:"\f1d6"}.fa-orcid{--fa:"\f8d2"}.fa-java{--fa:"\f4e4"}.fa-invision{--fa:"\f7b0"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-centercode{--fa:"\f380"}.fa-glide-g{--fa:"\f2a6"}.fa-drupal{--fa:"\f1a9"}.fa-jxl{--fa:"\e67b"}.fa-dart-lang{--fa:"\e693"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-unity{--fa:"\e049"}.fa-whmcs{--fa:"\f40d"}.fa-rocketchat{--fa:"\f3e8"}.fa-vk{--fa:"\f189"}.fa-untappd{--fa:"\f405"}.fa-mailchimp{--fa:"\f59e"}.fa-css3-alt{--fa:"\f38b"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-vimeo-v{--fa:"\f27d"}.fa-contao{--fa:"\f26d"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-deskpro{--fa:"\f38f"}.fa-brave{--fa:"\e63c"}.fa-sistrix{--fa:"\f3ee"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-battle-net{--fa:"\f835"}.fa-the-red-yeti{--fa:"\f69d"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-edge{--fa:"\f282"}.fa-threads{--fa:"\e618"}.fa-napster{--fa:"\f3d2"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-google-plus-g{--fa:"\f0d5"}.fa-artstation{--fa:"\f77a"}.fa-markdown{--fa:"\f60f"}.fa-sourcetree{--fa:"\f7d3"}.fa-google-plus{--fa:"\f2b3"}.fa-diaspora{--fa:"\f791"}.fa-foursquare{--fa:"\f180"}.fa-stack-overflow{--fa:"\f16c"}.fa-github-alt{--fa:"\f113"}.fa-phoenix-squadron{--fa:"\f511"}.fa-pagelines{--fa:"\f18c"}.fa-algolia{--fa:"\f36c"}.fa-red-river{--fa:"\f3e3"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-safari{--fa:"\f267"}.fa-google{--fa:"\f1a0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-atlassian{--fa:"\f77b"}.fa-linkedin-in{--fa:"\f0e1"}.fa-digital-ocean{--fa:"\f391"}.fa-nimblr{--fa:"\f5a8"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-hacker-news{--fa:"\f1d4"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-adversal{--fa:"\f36a"}.fa-creative-commons{--fa:"\f25e"}.fa-watchman-monitoring{--fa:"\e087"}.fa-fonticons{--fa:"\f280"}.fa-weixin{--fa:"\f1d7"}.fa-shirtsinbulk{--fa:"\f214"}.fa-codepen{--fa:"\f1cb"}.fa-git-alt{--fa:"\f841"}.fa-lyft{--fa:"\f3c3"}.fa-rev{--fa:"\f5b2"}.fa-windows{--fa:"\f17a"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-meetup{--fa:"\f2e0"}.fa-centos{--fa:"\f789"}.fa-adn{--fa:"\f170"}.fa-cloudsmith{--fa:"\f384"}.fa-opensuse{--fa:"\e62b"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-codiepie{--fa:"\f284"}.fa-node{--fa:"\f419"}.fa-mix{--fa:"\f3cb"}.fa-steam{--fa:"\f1b6"}.fa-cc-apple-pay{--fa:"\f416"}.fa-scribd{--fa:"\f28a"}.fa-debian{--fa:"\e60b"}.fa-openid{--fa:"\f19b"}.fa-instalod{--fa:"\e081"}.fa-files-pinwheel{--fa:"\e69f"}.fa-expeditedssl{--fa:"\f23e"}.fa-sellcast{--fa:"\f2da"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-r-project{--fa:"\f4f7"}.fa-delicious{--fa:"\f1a5"}.fa-freebsd{--fa:"\f3a4"}.fa-vuejs{--fa:"\f41f"}.fa-accusoft{--fa:"\f369"}.fa-ioxhost{--fa:"\f208"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-app-store{--fa:"\f36f"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-itunes-note{--fa:"\f3b5"}.fa-golang{--fa:"\e40f"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-grav{--fa:"\f2d6"}.fa-weibo{--fa:"\f18a"}.fa-uncharted{--fa:"\e084"}.fa-firstdraft{--fa:"\f3a1"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-wikipedia-w{--fa:"\f266"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-angellist{--fa:"\f209"}.fa-galactic-republic{--fa:"\f50c"}.fa-nfc-directional{--fa:"\e530"}.fa-skype{--fa:"\f17e"}.fa-joget{--fa:"\f3b7"}.fa-fedora{--fa:"\f798"}.fa-stripe-s{--fa:"\f42a"}.fa-meta{--fa:"\e49b"}.fa-laravel{--fa:"\f3bd"}.fa-hotjar{--fa:"\f3b1"}.fa-bluetooth-b{--fa:"\f294"}.fa-square-letterboxd{--fa:"\e62e"}.fa-sticker-mule{--fa:"\f3f7"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-hips{--fa:"\f452"}.fa-css{--fa:"\e6a2"}.fa-behance{--fa:"\f1b4"}.fa-reddit{--fa:"\f1a1"}.fa-discord{--fa:"\f392"}.fa-chrome{--fa:"\f268"}.fa-app-store-ios{--fa:"\f370"}.fa-cc-discover{--fa:"\f1f2"}.fa-wpbeginner{--fa:"\f297"}.fa-confluence{--fa:"\f78d"}.fa-shoelace{--fa:"\e60c"}.fa-mdb{--fa:"\f8ca"}.fa-dochub{--fa:"\f394"}.fa-accessible-icon{--fa:"\f368"}.fa-ebay{--fa:"\f4f4"}.fa-amazon{--fa:"\f270"}.fa-unsplash{--fa:"\e07c"}.fa-yarn{--fa:"\f7e3"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-500px{--fa:"\f26e"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-asymmetrik{--fa:"\f372"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-gratipay{--fa:"\f184"}.fa-apple{--fa:"\f179"}.fa-hive{--fa:"\e07f"}.fa-gitkraken{--fa:"\f3a6"}.fa-keybase{--fa:"\f4f5"}.fa-apple-pay{--fa:"\f415"}.fa-padlet{--fa:"\e4a0"}.fa-amazon-pay{--fa:"\f42c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-stumbleupon{--fa:"\f1a4"}.fa-fedex{--fa:"\f797"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-shopify{--fa:"\e057"}.fa-neos{--fa:"\f612"}.fa-square-threads{--fa:"\e619"}.fa-hackerrank{--fa:"\f5f7"}.fa-researchgate{--fa:"\f4f8"}.fa-swift{--fa:"\f8e1"}.fa-angular{--fa:"\f420"}.fa-speakap{--fa:"\f3f3"}.fa-angrycreative{--fa:"\f36e"}.fa-y-combinator{--fa:"\f23b"}.fa-empire{--fa:"\f1d1"}.fa-envira{--fa:"\f299"}.fa-google-scholar{--fa:"\e63b"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-studiovinari{--fa:"\f3f8"}.fa-pied-piper{--fa:"\f2ae"}.fa-wordpress{--fa:"\f19a"}.fa-product-hunt{--fa:"\f288"}.fa-firefox{--fa:"\f269"}.fa-linode{--fa:"\f2b8"}.fa-goodreads{--fa:"\f3a8"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-jsfiddle{--fa:"\f1cc"}.fa-sith{--fa:"\f512"}.fa-themeisle{--fa:"\f2b2"}.fa-page4{--fa:"\f3d7"}.fa-hashnode{--fa:"\e499"}.fa-react{--fa:"\f41b"}.fa-cc-paypal{--fa:"\f1f4"}.fa-squarespace{--fa:"\f5be"}.fa-cc-stripe{--fa:"\f1f5"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-bitcoin{--fa:"\f379"}.fa-keycdn{--fa:"\f3ba"}.fa-opera{--fa:"\f26a"}.fa-itch-io{--fa:"\f83a"}.fa-umbraco{--fa:"\f8e8"}.fa-galactic-senate{--fa:"\f50d"}.fa-ubuntu{--fa:"\f7df"}.fa-draft2digital{--fa:"\f396"}.fa-stripe{--fa:"\f429"}.fa-houzz{--fa:"\f27c"}.fa-gg{--fa:"\f260"}.fa-dhl{--fa:"\f790"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-xing{--fa:"\f168"}.fa-blackberry{--fa:"\f37b"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-playstation{--fa:"\f3df"}.fa-quinscape{--fa:"\f459"}.fa-less{--fa:"\f41d"}.fa-blogger-b{--fa:"\f37d"}.fa-opencart{--fa:"\f23d"}.fa-vine{--fa:"\f1ca"}.fa-signal-messenger{--fa:"\e663"}.fa-paypal{--fa:"\f1ed"}.fa-gitlab{--fa:"\f296"}.fa-typo3{--fa:"\f42b"}.fa-reddit-alien{--fa:"\f281"}.fa-yahoo{--fa:"\f19e"}.fa-dailymotion{--fa:"\e052"}.fa-affiliatetheme{--fa:"\f36b"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-bootstrap{--fa:"\f836"}.fa-odnoklassniki{--fa:"\f263"}.fa-nfc-symbol{--fa:"\e531"}.fa-mintbit{--fa:"\e62f"}.fa-ethereum{--fa:"\f42e"}.fa-speaker-deck{--fa:"\f83c"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-patreon{--fa:"\f3d9"}.fa-avianex{--fa:"\f374"}.fa-ello{--fa:"\f5f1"}.fa-gofore{--fa:"\f3a7"}.fa-bimobject{--fa:"\f378"}.fa-brave-reverse{--fa:"\e63d"}.fa-facebook-f{--fa:"\f39e"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-web-awesome{--fa:"\e682"}.fa-mandalorian{--fa:"\f50f"}.fa-first-order-alt{--fa:"\f50a"}.fa-osi{--fa:"\f41a"}.fa-google-wallet{--fa:"\f1ee"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-periscope{--fa:"\f3da"}.fa-fulcrum{--fa:"\f50b"}.fa-cloudscale{--fa:"\f383"}.fa-forumbee{--fa:"\f211"}.fa-mizuni{--fa:"\f3cc"}.fa-schlix{--fa:"\f3ea"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-bandcamp{--fa:"\f2d5"}.fa-wpforms{--fa:"\f298"}.fa-cloudversify{--fa:"\f385"}.fa-usps{--fa:"\f7e1"}.fa-megaport{--fa:"\f5a3"}.fa-magento{--fa:"\f3c4"}.fa-spotify{--fa:"\f1bc"}.fa-optin-monster{--fa:"\f23c"}.fa-fly{--fa:"\f417"}.fa-square-bluesky{--fa:"\e6a3"}.fa-aviato{--fa:"\f421"}.fa-itunes{--fa:"\f3b4"}.fa-cuttlefish{--fa:"\f38c"}.fa-blogger{--fa:"\f37c"}.fa-flickr{--fa:"\f16e"}.fa-viber{--fa:"\f409"}.fa-soundcloud{--fa:"\f1be"}.fa-digg{--fa:"\f1a6"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-letterboxd{--fa:"\e62d"}.fa-symfony{--fa:"\f83d"}.fa-maxcdn{--fa:"\f136"}.fa-etsy{--fa:"\f2d7"}.fa-facebook-messenger{--fa:"\f39f"}.fa-audible{--fa:"\f373"}.fa-think-peaks{--fa:"\f731"}.fa-bilibili{--fa:"\e3d9"}.fa-erlang{--fa:"\f39d"}.fa-x-twitter{--fa:"\e61b"}.fa-cotton-bureau{--fa:"\f89e"}.fa-dashcube{--fa:"\f210"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-stack-exchange{--fa:"\f18d"}.fa-elementor{--fa:"\f430"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-palfed{--fa:"\f3d8"}.fa-superpowers{--fa:"\f2dd"}.fa-resolving{--fa:"\f3e7"}.fa-xbox{--fa:"\f412"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-searchengin{--fa:"\f3eb"}.fa-tiktok{--fa:"\e07b"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-renren{--fa:"\f18b"}.fa-linux{--fa:"\f17c"}.fa-glide{--fa:"\f2a5"}.fa-linkedin{--fa:"\f08c"}.fa-hubspot{--fa:"\f3b2"}.fa-deploydog{--fa:"\f38e"}.fa-twitch{--fa:"\f1e8"}.fa-flutter{--fa:"\e694"}.fa-ravelry{--fa:"\f2d9"}.fa-mixer{--fa:"\e056"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-vimeo{--fa:"\f40a"}.fa-mendeley{--fa:"\f7b3"}.fa-uniregistry{--fa:"\f404"}.fa-figma{--fa:"\f799"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-dropbox{--fa:"\f16b"}.fa-instagram{--fa:"\f16d"}.fa-cmplid{--fa:"\e360"}.fa-upwork{--fa:"\e641"}.fa-facebook{--fa:"\f09a"}.fa-gripfire{--fa:"\f3ac"}.fa-jedi-order{--fa:"\f50e"}.fa-uikit{--fa:"\f403"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-phabricator{--fa:"\f3db"}.fa-ussunnah{--fa:"\f407"}.fa-earlybirds{--fa:"\f39a"}.fa-trade-federation{--fa:"\f513"}.fa-autoprefixer{--fa:"\f41c"}.fa-whatsapp{--fa:"\f232"}.fa-square-upwork{--fa:"\e67c"}.fa-slideshare{--fa:"\f1e7"}.fa-google-play{--fa:"\f3ab"}.fa-viadeo{--fa:"\f2a9"}.fa-line{--fa:"\f3c0"}.fa-google-drive{--fa:"\f3aa"}.fa-servicestack{--fa:"\f3ec"}.fa-simplybuilt{--fa:"\f215"}.fa-bitbucket{--fa:"\f171"}.fa-imdb{--fa:"\f2d8"}.fa-deezer{--fa:"\e077"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-jira{--fa:"\f7b1"}.fa-docker{--fa:"\f395"}.fa-screenpal{--fa:"\e570"}.fa-bluetooth{--fa:"\f293"}.fa-gitter{--fa:"\f426"}.fa-d-and-d{--fa:"\f38d"}.fa-microblog{--fa:"\e01a"}.fa-cc-diners-club{--fa:"\f24c"}.fa-gg-circle{--fa:"\f261"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-yandex{--fa:"\f413"}.fa-readme{--fa:"\f4d5"}.fa-html5{--fa:"\f13b"}.fa-sellsy{--fa:"\f213"}.fa-square-web-awesome{--fa:"\e683"}.fa-sass{--fa:"\f41e"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-buromobelexperte{--fa:"\f37f"}.fa-salesforce{--fa:"\f83b"}.fa-octopus-deploy{--fa:"\e082"}.fa-medapps{--fa:"\f3c6"}.fa-ns8{--fa:"\f3d5"}.fa-pinterest-p{--fa:"\f231"}.fa-apper{--fa:"\f371"}.fa-fort-awesome{--fa:"\f286"}.fa-waze{--fa:"\f83f"}.fa-bluesky{--fa:"\e671"}.fa-cc-jcb{--fa:"\f24b"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-rust{--fa:"\e07a"}.fa-wix{--fa:"\f5cf"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-supple{--fa:"\f3f9"}.fa-webflow{--fa:"\e65c"}.fa-rebel{--fa:"\f1d0"}.fa-css3{--fa:"\f13c"}.fa-staylinked{--fa:"\f3f5"}.fa-kaggle{--fa:"\f5fa"}.fa-space-awesome{--fa:"\e5ac"}.fa-deviantart{--fa:"\f1bd"}.fa-cpanel{--fa:"\f388"}.fa-goodreads-g{--fa:"\f3a9"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-trello{--fa:"\f181"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-get-pocket{--fa:"\f265"}.fa-perbyte{--fa:"\e083"}.fa-grunt{--fa:"\f3ad"}.fa-weebly{--fa:"\f5cc"}.fa-connectdevelop{--fa:"\f20e"}.fa-leanpub{--fa:"\f212"}.fa-black-tie{--fa:"\f27e"}.fa-themeco{--fa:"\f5c6"}.fa-python{--fa:"\f3e2"}.fa-android{--fa:"\f17b"}.fa-bots{--fa:"\e340"}.fa-free-code-camp{--fa:"\f2c5"}.fa-hornbill{--fa:"\f592"}.fa-js{--fa:"\f3b8"}.fa-ideal{--fa:"\e013"}.fa-git{--fa:"\f1d3"}.fa-dev{--fa:"\f6cc"}.fa-sketch{--fa:"\f7c6"}.fa-yandex-international{--fa:"\f414"}.fa-cc-amex{--fa:"\f1f3"}.fa-uber{--fa:"\f402"}.fa-github{--fa:"\f09b"}.fa-php{--fa:"\f457"}.fa-alipay{--fa:"\f642"}.fa-youtube{--fa:"\f167"}.fa-skyatlas{--fa:"\f216"}.fa-firefox-browser{--fa:"\e007"}.fa-replyd{--fa:"\f3e6"}.fa-suse{--fa:"\f7d6"}.fa-jenkins{--fa:"\f3b6"}.fa-twitter{--fa:"\f099"}.fa-rockrms{--fa:"\f3e9"}.fa-pinterest{--fa:"\f0d2"}.fa-buffer{--fa:"\f837"}.fa-npm{--fa:"\f3d4"}.fa-yammer{--fa:"\f840"}.fa-btc{--fa:"\f15a"}.fa-dribbble{--fa:"\f17d"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-internet-explorer{--fa:"\f26b"}.fa-stubber{--fa:"\e5c7"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-old-republic{--fa:"\f510"}.fa-odysee{--fa:"\e5c6"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-node-js{--fa:"\f3d3"}.fa-edge-legacy{--fa:"\e078"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-medrt{--fa:"\f3c8"}.fa-usb{--fa:"\f287"}.fa-tumblr{--fa:"\f173"}.fa-vaadin{--fa:"\f408"}.fa-quora{--fa:"\f2c4"}.fa-square-x-twitter{--fa:"\e61a"}.fa-reacteurope{--fa:"\f75d"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-amilia{--fa:"\f36d"}.fa-mixcloud{--fa:"\f289"}.fa-flipboard{--fa:"\f44d"}.fa-viacoin{--fa:"\f237"}.fa-critical-role{--fa:"\f6c9"}.fa-sitrox{--fa:"\e44a"}.fa-discourse{--fa:"\f393"}.fa-joomla{--fa:"\f1aa"}.fa-mastodon{--fa:"\f4f6"}.fa-airbnb{--fa:"\f834"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-buy-n-large{--fa:"\f8a6"}.fa-gulp{--fa:"\f3ae"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-strava{--fa:"\f428"}.fa-ember{--fa:"\f423"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-teamspeak{--fa:"\f4f9"}.fa-pushed{--fa:"\f3e1"}.fa-wordpress-simple{--fa:"\f411"}.fa-nutritionix{--fa:"\f3d6"}.fa-wodu{--fa:"\e088"}.fa-google-pay{--fa:"\e079"}.fa-intercom{--fa:"\f7af"}.fa-zhihu{--fa:"\f63f"}.fa-korvue{--fa:"\f42f"}.fa-pix{--fa:"\e43a"}.fa-steam-symbol{--fa:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//prometheus.ntua.gr/wp-content/themes/oceanwp/assets/fonts/fontawesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
animation-duration: 2s;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
animation-duration: 2s;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
animation-duration: 2s;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
animation-duration: 2s;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
animation-duration: 2s;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}@-webkit-keyframes np-btn--1 {
60% {
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
85% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes np-btn--1 {
60% {
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
85% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes np-btn--2 {
to {
opacity: 0;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes np-btn--2 {
to {
opacity: 0;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} @-webkit-keyframes np-hvr-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes np-hvr-horizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
} @-webkit-keyframes hvr-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes hvr-to-bottom-right {
16.65% {
-webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px);
}
33.3% {
-webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px);
}
49.95% {
-webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px);
}
66.6% {
-webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px);
}
83.25% {
-webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}  @keyframes bounceY {
0% {
transform: translateY(-205px);
}
40% {
transform: translateY(-100px);
}
65% {
transform: translateY(-52px);
}
82% {
transform: translateY(-25px);
}
92% {
transform: translateY(-12px);
}
55%,
75%,
87%,
97%,
100% {
transform: translateY(0px);
}
}
@-moz-keyframes bounceY {
0% {
-moz-transform: translateY(-205px);
}
40% {
-moz-transform: translateY(-100px);
}
65% {
-moz-transform: translateY(-52px);
}
82% {
-moz-transform: translateY(-25px);
}
92% {
-moz-transform: translateY(-12px);
}
55%,
75%,
87%,
97%,
100% {
-moz-transform: translateY(0px);
}
}
@-webkit-keyframes bounceY {
0% {
-webkit-transform: translateY(-205px);
}
40% {
-webkit-transform: translateY(-100px);
}
65% {
-webkit-transform: translateY(-52px);
}
82% {
-webkit-transform: translateY(-25px);
}
92% {
-webkit-transform: translateY(-12px);
}
55%,
75%,
87%,
97%,
100% {
-webkit-transform: translateY(0px);
}
}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated{padding:30px}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.elementor-column{width:100%}}.dialog-widget-content{background-color:#fff;position:absolute;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:375px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;width:50%;border:none;background:none;color:#6d7882;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;font-size:15px;line-height:1}.dialog-close-button:not(:hover){opacity:.4}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:calc(100vh - 32px)}}@media (max-width:1024px){body.admin-bar .dialog-type-lightbox{position:-webkit-sticky;position:sticky;height:100vh}}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper,.elementor-templates-modal .dialog-header{background-color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);position:relative}.elementor-templates-modal .dialog-buttons-wrapper{border:none;display:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{height:40px;margin-left:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{padding:12px 36px;color:#fff;width:auto;font-size:15px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{background-color:#39b54a}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow:auto;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{margin-right:10px;font-size:12px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__items-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-templates-modal__header__item>i{font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.elementor-templates-modal__header__item>i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:47px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px 10px 10px 20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;-webkit-border-radius:2px;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip>i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip>i:not(:hover){color:#fff}.elementor-templates-modal__sidebar{-ms-flex-negative:0;flex-shrink:0;width:25%;background-color:hsla(0,0%,100%,.3)}.elementor-templates-modal__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:0 0 13px inset rgba(0,0,0,.05);box-shadow:inset 0 0 13px rgba(0,0,0,.05)}#wpadminbar #wp-admin-bar-elementor_app_site_editor a.ab-item:before{content:"\e91d";font-family:eicons;top:4px;font-size:13px;color:inherit}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:#93003c;display:inline-block;padding:.75em;-webkit-border-radius:50%;border-radius:50%;line-height:1}.e-logo-wrapper i{color:#fff;font-size:1em}.elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;-webkit-background-size:cover;background-size:cover}.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons;-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.elementor-ken-burns{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:10s;-o-transition-duration:10s;transition-duration:10s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.elementor-ken-burns--out{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.elementor-ken-burns--active{-webkit-transition-duration:20s;-o-transition-duration:20s;transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}.elementor-section{position:relative}.elementor-section .elementor-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.elementor-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{min-height:1px}.elementor-column,.elementor-column-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-column-wrap{width:100%}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1*var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1*var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1*var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:768px) and (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.elementor-form-fields-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-field-group.elementor-field-type-submit{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-moz-placeholder,.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;-webkit-border-radius:3px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;-webkit-border-radius:2px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;-webkit-border-radius:4px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;-webkit-border-radius:5px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;-webkit-border-radius:6px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{-ms-flex-preferred-size:initial;flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{-ms-flex-preferred-size:initial;flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:initial;flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{-ms-flex-preferred-size:initial;flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:none}.elementor-form .elementor-button>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{-webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;-o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:20px;line-height:1;background:transparent;color:inherit;border:none;cursor:pointer}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-tab-title a{color:inherit}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px;color:#fff;fill:#fff;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-button-icon{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-button-icon svg{width:1em}.elementor-button-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.elementor-button .elementor-align-icon-right{margin-left:5px;-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-button span{text-decoration:inherit}.elementor-menu-cart__toggle .elementor-button-icon{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps iframe{height:300px}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-icon{display:inline-block;line-height:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-shape-circle .elementor-icon{-webkit-border-radius:50%;border-radius:50%}@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{-ms-flex-negative:0;flex-shrink:0}.elementor-widget .elementor-icon-list-icon i{width:1.25em}.elementor-widget .elementor-icon-list-icon svg{width:1em}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image .elementor-image>a,.elementor-widget-image .elementor-image figure>a{display:inline-block}.elementor-widget-image .elementor-image>a img[src$=".svg"],.elementor-widget-image .elementor-image figure>a img[src$=".svg"]{width:48px}.elementor-widget-image .elementor-image img{vertical-align:middle;display:inline-block}.elementor-widget-image .elementor-image.elementor-image-shape-circle{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;-webkit-border-radius:2px;border-radius:2px}.elementor-progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;-webkit-border-radius:2px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-social-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2*var(--icon-padding, .5em));-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:#fff}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"\002605"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:none}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;color:inherit;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;color:inherit;display:block}.elementor-testimonial-wrapper.elementor-testimonial-text-align-left{text-align:left}.elementor-testimonial-wrapper.elementor-testimonial-text-align-right{text-align:right}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;-webkit-border-radius:50%;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.elementor-widget-video .elementor-widget-container{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .elementor-video{-o-object-fit:cover;object-fit:cover}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.elementor-slick-slider[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.elementor-slick-slider .slick-loading .slick-list{background:#fff}.elementor-slick-slider .slick-loading .slick-list:after{content:"\e8fb";font-family:eicons;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;font-size:25px;color:#a4afb7}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus,.elementor-slick-slider .slick-next:hover,.elementor-slick-slider .slick-prev:focus,.elementor-slick-slider .slick-prev:hover{color:transparent;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus:before,.elementor-slick-slider .slick-next:hover:before,.elementor-slick-slider .slick-prev:focus:before,.elementor-slick-slider .slick-prev:hover:before{opacity:1}.elementor-slick-slider .slick-next.slick-disabled:before,.elementor-slick-slider .slick-prev.slick-disabled:before{opacity:.25}.elementor-slick-slider .slick-next:before,.elementor-slick-slider .slick-prev:before{font-family:eicons;font-size:35px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider .slick-prev{left:-25px}[dir=rtl] .elementor-slick-slider .slick-prev{left:auto;right:-25px}.elementor-slick-slider .slick-prev:before{content:"\e89f"}[dir=rtl] .elementor-slick-slider .slick-prev:before{content:"\e89e"}.elementor-slick-slider .slick-next{right:-25px}[dir=rtl] .elementor-slick-slider .slick-next{left:-25px;right:auto}.elementor-slick-slider .slick-next:before{content:"\e89e"}[dir=rtl] .elementor-slick-slider .slick-next:before{content:"\e89f"}.elementor-slick-slider .slick-dotted.slick-slider{margin-bottom:30px}.elementor-slick-slider ul.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.elementor-slick-slider ul.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer}.elementor-slick-slider ul.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.elementor-slick-slider ul.slick-dots li button:focus,.elementor-slick-slider ul.slick-dots li button:hover{outline:none}.elementor-slick-slider ul.slick-dots li button:focus:before,.elementor-slick-slider ul.slick-dots li button:hover:before{opacity:1}.elementor-slick-slider ul.slick-dots li button:before{font-family:eicons;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\e914";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider ul.slick-dots li.slick-active button:before{opacity:.75;color:#000}.elementor-slick-slider .slick-arrows-inside .slick-prev{left:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev{left:auto;right:20px}.elementor-slick-slider .slick-arrows-inside .slick-next{right:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next{left:20px;right:auto}.elementor-slick-slider .slick-dots-inside .slick-dots{bottom:5px}.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider{margin-bottom:0}.elementor-slick-slider .slick-slider .slick-next,.elementor-slick-slider .slick-slider .slick-prev{z-index:1}.elementor-slick-slider .slick-slide img{margin:auto}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-webkit-background-size:27px 44px;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;-webkit-border-radius:50%;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{-webkit-border-radius:10px;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);-webkit-border-radius:10px;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 15px)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;-webkit-transform:translate3d(0,-50%,1px);transform:translate3d(0,-50%,1px)}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;-webkit-background-size:100% 100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{-webkit-animation-duration:.3s;animation-duration:.3s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:70px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;-webkit-filter:none;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{-webkit-box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);-webkit-border-radius:2px;border-radius:2px}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:15%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}.elementor-lightbox .elementor-swiper-button-prev{left:0}.elementor-lightbox .elementor-swiper-button-next{right:0}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.elementor-slideshow__header>i{font-size:inherit;cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-right:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#2c2c2c}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;-webkit-border-radius:3px;border-radius:3px;padding:14px 20px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-transform-origin:90% 10%;-ms-transform-origin:90% 10%;transform-origin:90% 10%;-webkit-transition:all .25s .1s;-o-transition:all .25s .1s;transition:all .25s .1s;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.3);box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#55595c;font-size:12px;line-height:2.5;display:block;opacity:0;-webkit-transition:opacity .5s .1s;-o-transition:opacity .5s .1s;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i{font-size:1.25em;margin-right:.75em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;-webkit-transform:translateY(-100%) scaleX(.7);-ms-transform:translateY(-100%) scaleX(.7);transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#a4afb7}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.animated-slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.animated-fast{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse}@media (prefers-reduced-motion:reduce){.animated{-webkit-animation:none;animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;-webkit-border-radius:3px;border-radius:3px}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{-webkit-transition:none;-o-transition:none;transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}#wpadminbar *{font-style:normal}.elementor-portfolio.elementor-grid{display:grid}.elementor-share-buttons--align-right{text-align:right}.elementor-share-buttons--align-left{text-align:left}.elementor-share-buttons--align-center{text-align:center}.elementor-share-buttons--align-justify{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}@media (max-width:1024px){.elementor-share-buttons-tablet--align-right{text-align:right}.elementor-share-buttons-tablet--align-left{text-align:left}.elementor-share-buttons-tablet--align-center{text-align:center}.elementor-share-buttons-tablet--align-justify{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}}@media (max-width:767px){.elementor-share-buttons-mobile--align-right{text-align:right}.elementor-share-buttons-mobile--align-left{text-align:left}.elementor-share-buttons-mobile--align-center{text-align:center}.elementor-share-buttons-mobile--align-justify{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}}@media (max-width:767px){.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px){.elementor .elementor-hidden-desktop{display:none}}