/* --theme-color-primary:#ADBBDA;
font :#FFEAE3
*/
:root {
    --theme-color-primary:#3c3b3b;
    --theme-color-secondary:#B8CF4A;
    --theme-font-color:#B8CF4A;
    /*
    --theme-font-color:#fff;
    */
    --theme-menu-font-color:#003b6a;
    --theme-page-header-font-color:#B8CF4A;
}


@-ms-viewport {
    width: device-width;
}
html{
    min-height:100%;
}
body
{
    background-color: var(--theme-color-primary);
    color: var(--theme-font-color);
    min-height:100%;
    font-family:'Poppins';
}
p
{
    font-size: 16px;
    line-height: 1.6363636364;
    margin-bottom: 5px;
    font-weight: 300;
}


h1, .h1 {
    font-size: 42px;
    line-height: 1.285;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -0.036em;
}

.container
{
    background-color: var(--theme-color-primary);
    color:var(--theme-font-color);;
}
.content
{
    padding:30px;
}

.companyMoto
{
    color:var(--theme-color-secondary);
    font-style: italic;
}
.divMainWithBackgroundImage
{
    background-color: var(--theme-color-primary);
    background-blend-mode: overlay;
    opacity: .95;
    padding: 20px;
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    transition: 0.35s;
}
a.underline {
    text-decoration: underline;
}
a:hover {
    transition: 0.15s;
    opacity: 0.2;
}

.errorDataField
{
    font-size: 12px;
    color: red;
}

.infoMessage
{
    font-size: 12px;
    color: red;
}
.right
{
    text-align: right;
}
.col-12-12{
    width: 100%;
    margin : 0px;
    padding:0px;

}
.col-7-12
{
    width: 58.33%;
    margin : 0px;
    padding:0px;

}
.col-6-12{
    width: 50%;
    margin : 0px;
    padding:0px;
    float:left;

}
.col-3-12{
    width: 25%;
    margin : 0px;
    padding:0px;
    float:left;
}
.col-4-12{
    width: 33.33%;
    margin : 0px;
    padding:0px;
    float:left;
}
.col-5-12{
    width: 41.66%;
    margin : 0px;
    padding:0px;
    float:left;
}
.col-7-3
{
    width : 14.28%;
    margin : 0px;
    padding:0px;
    float:left;
}
.col-9-3
{
    width : 11.11%;
    margin : 0px;
    padding:0px;
    float:left;
}
col-sm-0
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1px;
    flex: 0 0 1px;
    max-width: 1px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-semidouble{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.cardviewContact{
    float: left;
    background-color: var(--theme-color-secondary);
    color: var(--theme-menu-font-color);
    padding: 25px;
    border-radius: 10px;
    margin:15px;
    text-align:left;
    font-size:12px;
    width:45%;
    margin:2.5%;
}


.cardviewInnerContact{
    float: left;
    background-color: #ffffff;
    color: #000000;
    border-radius: 10px;
    margin:15px;
    text-align:left;
    font-size:12px;
    width:220px;
    padding-left:15px;
}

/*.card-view-1
{
    background-color: #FF9e0142;
}
.card-view-2
{
    background-color: #FFd53e4f;
}
.card-view-3
{
    background-color: #FFf46d43;
}
.card-view-4
{
    background-color: #FFfdae61;
}
.card-view-5
{
    background-color: #FFfee08b;
}
.card-view-6
{
    background-color: #FFe6f598;
}
.card-view-7
{
    background-color: #FFabdda4;
}
.card-view-8
{
    background-color: #FF66c2a5;
}
.card-view-9
{
    background-color: #FF3288bd;
}
.card-view-10
{
    background-color: #FF5e4fa2;
}*/
.card-view-1,.card-view-2,.card-view-3,.card-view-4,.card-view-5,.card-view-6,.card-view-7,.card-view-8,.card-view-9,.card-view-10
{
    background-color: var(--theme-color-secondary);
    color:var(--theme-menu-font-color);
}
h2
{
    color: var(--theme-page-header-font-color)
}
.title{
    color: var(--theme-page-header-font-color)
}
.inputStyle {
    font-family: inherit;
    background-color: #fff;
    position: relative;
    background: #fff;
    padding: 15px 16px 16px;
    border: none;
    font-size: 16px;
    color: #242424;
    outline: none;
    border-radius: 4px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.15s;
    margin-bottom: 5px;
}

.divEnquireButton {
    position: fixed;
    bottom: 50px;
    right: -30px;
    z-index:201;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-left:30px;
    color: gold;
    font-size: 1.6em;
}
.divWhatsAppButton {
    position: fixed;
    bottom: 90px;
    right: -30px;
    z-index:201;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-left:30px;
    color: gold;
    font-size: 1.6em;
}

.divCallButton {
    position: fixed;
    bottom: 130px;
    right: -30px;
    z-index:201;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-left:30px;
    color: gold;
    font-size: 1.6em;

}
.divFeedbackButton {
    position: fixed;
    bottom: 170px;
    right:-30px;
    z-index:201;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-left:30px;
    color: gold;
    font-size: 1.6em;
}
.button {
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    color: var(--theme-page-header-font-color);
    border: none;
    outline: none;
    text-decoration: none;
    background: var(--theme-color-primary);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    letter-spacing: normal !important;
    position: relative;
    white-space: nowrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    margin-bottom: 10px;
    transition: 0.3s;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

ol, ul, li {
    list-style: none;
    padding:0px;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    width : 100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-sm-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}


.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (max-width: 768px) {
    .col-6-12
    {
        width: 100%;
    }
    .col-2-12
    {
        width: 100%;
    }
    .col-9-12
    {
        width: 100%;
    }
    .col-3-12
    {
        width: 100%;
    }
    .col-4-12
    {
        width: 100%;
    }
    .col-5-12
    {
        width: 100%;
    }
    .col-7-12
    {
        width: 100%;
    }
    .col-7-3
    {
        width : 33.33%
    }
    .col-9-3{
        width : 33.33%
    }
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cardviewContact{
        float: none;
    }

    .divEnquireButton {
        right: -120px;
    }
    .divWhatsAppButton {
        right: -120px;
    }

    .divCallButton {
        right: -120px;
    }
    .divFeedbackButton {
        right:-120px;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}



.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
/*# sourceMappingURL=bootstrap-grid.css.map */


/***
 *                                       _           _   ______ _                           _
 *         /\         ( )               | |         | | |  ___/| |                         | |
 *        /  \   _ __  _ _ __ ___   __ _| |_ ___  __| | | |___ | | ___ _ __ ___   ___ _ __ | |_ ___
 *       / /\ \ | '_ \| | '_ ` _ \ / _` | __/ _ \/ _` | |  __/ | |/ _ \ '_ ` _ \ / _ \ '_ \| __/ __/
 *      / ____ \| | | | | | | | | | (_| | ||  __/ (_| | | |____| |  __/ | | | | |  __/ | | | |_\__ \
 *     /_/    \_\_| |_|_|_| |_| |_|\__,_|\__\___/\__,_| |_____/|_|\___/_| |_| |_|\___/_| |_|\__|___/
 *
 *
 */
.animated [class*="ae-"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1);
}

/* Speed */
.animated.fast .animate [class*="ae-"]:not(.done),
.animated.fast.animate [class*="ae-"]:not(.done),
.animated.animate .fast [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"].fast:not(.done) {
    transition-duration: 700ms;
}

.animated .animate [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"]:not(.done) {
    transition-duration: 800ms;
}

.animated.slow .animate [class*="ae-"]:not(.done),
.animated.slow.animate [class*="ae-"]:not(.done),
.animated.animate .slow [class*="ae-"]:not(.done),
.animated.animate [class*="ae-"].slow:not(.done) {
    transition-duration: 1000ms;
}

/* Delays */
.animated .animate .ae-1:not(.done),
.animated.animate .ae-1:not(.done) {
    transition-delay: 10ms;
}

.animated .animate .ae-2:not(.done),
.animated.animate .ae-2:not(.done) {
    transition-delay: 160ms;
}

.animated .animate .ae-3:not(.done),
.animated.animate .ae-3:not(.done) {
    transition-delay: 310ms;
}

.animated .animate .ae-4:not(.done),
.animated.animate .ae-4:not(.done) {
    transition-delay: 460ms;
}

.animated .animate .ae-5:not(.done),
.animated.animate .ae-5:not(.done) {
    transition-delay: 610ms;
}

.animated .animate .ae-6:not(.done),
.animated.animate .ae-6:not(.done) {
    transition-delay: 760ms;
}

.animated .animate .ae-7:not(.done),
.animated.animate .ae-7:not(.done) {
    transition-delay: 910ms;
}

.animated .animate .ae-8:not(.done),
.animated.animate .ae-8:not(.done) {
    transition-delay: 1060ms;
}

.animated .animate .ae-9:not(.done),
.animated.animate .ae-9:not(.done) {
    transition-delay: 1210ms;
}

.animated .animate .ae-10:not(.done),
.animated.animate .ae-10:not(.done) {
    transition-delay: 1360ms;
}

.animated.fast .animate .ae-1:not(.done),
.animated.fast.animate .ae-1:not(.done),
.animated.animate .ae-1.fast:not(.done),
.animated.animate .fast .ae-1:not(.done) {
    transition-delay: 10ms;
}

.animated.fast .animate .ae-2:not(.done),
.animated.fast.animate .ae-2:not(.done),
.animated.animate .ae-2.fast:not(.done),
.animated.animate .fast .ae-2:not(.done) {
    transition-delay: 110ms;
}

.animated.fast .animate .ae-3:not(.done),
.animated.fast.animate .ae-3:not(.done),
.animated.animate .ae-3.fast:not(.done),
.animated.animate .fast .ae-3:not(.done) {
    transition-delay: 210ms;
}

.animated.fast .animate .ae-4:not(.done),
.animated.fast.animate .ae-4:not(.done),
.animated.animate .ae-4.fast:not(.done),
.animated.animate .fast .ae-4:not(.done) {
    transition-delay: 310ms;
}

.animated.fast .animate .ae-5:not(.done),
.animated.fast.animate .ae-5:not(.done),
.animated.animate .ae-5.fast:not(.done),
.animated.animate .fast .ae-5:not(.done) {
    transition-delay: 410ms;
}

.animated.fast .animate .ae-6:not(.done),
.animated.fast.animate .ae-6:not(.done),
.animated.animate .ae-6.fast:not(.done),
.animated.animate .fast .ae-6:not(.done) {
    transition-delay: 510ms;
}

.animated.fast .animate .ae-7:not(.done),
.animated.fast.animate .ae-7:not(.done),
.animated.animate .ae-7.fast:not(.done),
.animated.animate .fast .ae-7:not(.done) {
    transition-delay: 610ms;
}

.animated.fast .animate .ae-8:not(.done),
.animated.fast.animate .ae-8:not(.done),
.animated.animate .ae-8.fast:not(.done),
.animated.animate .fast .ae-8:not(.done) {
    transition-delay: 710ms;
}

.animated.fast .animate .ae-9:not(.done),
.animated.fast.animate .ae-9:not(.done),
.animated.animate .ae-9.fast:not(.done),
.animated.animate .fast .ae-9:not(.done) {
    transition-delay: 810ms;
}

.animated.fast .animate .ae-10:not(.done),
.animated.fast.animate .ae-10:not(.done),
.animated.animate .ae-10.fast:not(.done),
.animated.animate .fast .ae-10:not(.done) {
    transition-delay: 910ms;
}

.animated.slow .animate .ae-1:not(.done),
.animated.slow.animate .ae-1:not(.done),
.animated.animate .ae-1.slow:not(.done),
.animated.animate .slow .ae-1:not(.done) {
    transition-delay: 10ms;
}

.animated.slow .animate .ae-2:not(.done),
.animated.slow.animate .ae-2:not(.done),
.animated.animate .ae-2.slow:not(.done),
.animated.animate .slow .ae-2:not(.done) {
    transition-delay: 210ms;
}

.animated.slow .animate .ae-3:not(.done),
.animated.slow.animate .ae-3:not(.done),
.animated.animate .ae-3.slow:not(.done),
.animated.animate .slow .ae-3:not(.done) {
    transition-delay: 410ms;
}

.animated.slow .animate .ae-4:not(.done),
.animated.slow.animate .ae-4:not(.done),
.animated.animate .ae-4.slow:not(.done),
.animated.animate .slow .ae-4:not(.done) {
    transition-delay: 610ms;
}

.animated.slow .animate .ae-5:not(.done),
.animated.slow.animate .ae-5:not(.done),
.animated.animate .ae-5.slow:not(.done),
.animated.animate .slow .ae-5:not(.done) {
    transition-delay: 810ms;
}

.animated.slow .animate .ae-6:not(.done),
.animated.slow.animate .ae-6:not(.done),
.animated.animate .ae-6.slow:not(.done),
.animated.animate .slow .ae-6:not(.done) {
    transition-delay: 1010ms;
}

.animated.slow .animate .ae-7:not(.done),
.animated.slow.animate .ae-7:not(.done),
.animated.animate .ae-7.slow:not(.done),
.animated.animate .slow .ae-7:not(.done) {
    transition-delay: 1210ms;
}

.animated.slow .animate .ae-8:not(.done),
.animated.slow.animate .ae-8:not(.done),
.animated.animate .ae-8.slow:not(.done),
.animated.animate .slow .ae-8:not(.done) {
    transition-delay: 1410ms;
}

.animated.slow .animate .ae-9:not(.done),
.animated.slow.animate .ae-9:not(.done),
.animated.animate .ae-9.slow:not(.done),
.animated.animate .slow .ae-9:not(.done) {
    transition-delay: 1610ms;
}

.animated.slow .animate .ae-10:not(.done),
.animated.slow.animate .ae-10:not(.done),
.animated.animate .ae-10.slow:not(.done),
.animated.animate .slow .ae-10:not(.done) {
    transition-delay: 1810ms;
}

/* Directions */
.animated [class*="ae-"]:not(.done),
.animated .fromBottom [class*="ae-"]:not(.done),
.animated.fromBottom [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromBottom:not(.done) {
    visibility: hidden;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 1;
}

.animated .fromTop [class*="ae-"]:not(.done),
.animated.fromTop [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromTop:not(.done) {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

.animated .fromLeft [class*="ae-"]:not(.done),
.animated.fromLeft [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromLeft:not(.done) {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

.animated .fromRight [class*="ae-"]:not(.done),
.animated.fromRight [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromRight:not(.done) {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}

.animated .fromCenter [class*="ae-"]:not(.done),
.animated.fromCenter [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromCenter:not(.done) {
    -webkit-transform: scale(0.9) translate3d(0, 0, 0);
    transform: scale(0.9) translate3d(0, 0, 0);
}

.animated .fromAbove [class*="ae-"]:not(.done),
.animated.fromAbove [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromAbove:not(.done) {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    transform: scale(1.1) translate3d(0, 0, 0);
}

.animated .fromBottomLeft [class*="ae-"]:not(.done),
.animated.fromBottomLeft [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromBottomLeft:not(.done) {
    -webkit-transform: translate3d(-50px, 50px, 0);
    transform: translate3d(-50px, 50px, 0);
}

.animated .fromTopLeft [class*="ae-"]:not(.done),
.animated.fromTopLeft [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromTopLeft:not(.done) {
    -webkit-transform: translate3d(-50px, -50px, 0);
    transform: translate3d(-50px, -50px, 0);
}

.animated .fromBottomRight [class*="ae-"]:not(.done),
.animated.fromBottomRight [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromBottomRight:not(.done) {
    -webkit-transform: translate3d(50px, 50px, 0);
    transform: translate3d(50px, 50px, 0);
}

.animated .fromTopRight [class*="ae-"]:not(.done),
.animated.fromTopRight [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromTopRight:not(.done) {
    -webkit-transform: translate3d(50px, -50px, 0);
    transform: translate3d(50px, -50px, 0);
}

.animated .fadeIn [class*="ae-"]:not(.done),
.animated.fadeIn [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fadeIn:not(.done) {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}

.animated .fromBlur [class*="ae-"]:not(.done),
.animated.fromBlur [class*="ae-"]:not(.done),
.slides.animated [class*="ae-"].fromBlur:not(.done) {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

/* Final Step */
.slides.animated .animate.active [class*="ae-"]:not(.done),
.slides .animated.animate.active [class*="ae-"]:not(.done) {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: none;
    filter: none;
}

/* Animated on scroll */
.animateOnEvent {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* hide elements */
.animateOnEvent [class*="ae-"]:not(.done):not(.do) {
    opacity: 0;
    visibility: hidden;
}

/* Speed */
.animateOnEvent [class*="ae-"].do {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    visibility: visible;
}

.animateOnEvent.fast [class*="ae-"].do,
.animateOnEvent .fast [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fast {
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
}

.animateOnEvent.slow [class*="ae-"].do,
.animateOnEvent .slow [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.slow {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
}

/* Directions */
.animateOnEvent [class*="ae-"].do {
    -webkit-animation-name: fromBottom;
    animation-name: fromBottom;
}

/* generate directions */
.animateOnEvent.fromBottom [class*="ae-"].do,
.animateOnEvent .fromBottom [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromBottom {
    -webkit-animation-name: fromBottom;
    animation-name: fromBottom;
}

.animateOnEvent.fromTop [class*="ae-"].do,
.animateOnEvent .fromTop [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromTop {
    -webkit-animation-name: fromTop;
    animation-name: fromTop;
}

.animateOnEvent.fromLeft [class*="ae-"].do,
.animateOnEvent .fromLeft [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromLeft {
    -webkit-animation-name: fromLeft;
    animation-name: fromLeft;
}

.animateOnEvent.fromRight [class*="ae-"].do,
.animateOnEvent .fromRight [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromRight {
    -webkit-animation-name: fromRight;
    animation-name: fromRight;
}

.animateOnEvent.fromCenter [class*="ae-"].do,
.animateOnEvent .fromCenter [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromCenter {
    -webkit-animation-name: fromCenter;
    animation-name: fromCenter;
}

.animateOnEvent.fromAbove [class*="ae-"].do,
.animateOnEvent .fromAbove [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromAbove {
    -webkit-animation-name: fromAbove;
    animation-name: fromAbove;
}

.animateOnEvent.fromBottomLeft [class*="ae-"].do,
.animateOnEvent .fromBottomLeft [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromBottomLeft {
    -webkit-animation-name: fromBottomLeft;
    animation-name: fromBottomLeft;
}

.animateOnEvent.fromTopLeft [class*="ae-"].do,
.animateOnEvent .fromTopLeft [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromTopLeft {
    -webkit-animation-name: fromTopLeft;
    animation-name: fromTopLeft;
}

.animateOnEvent.fromBottomRight [class*="ae-"].do,
.animateOnEvent .fromBottomRight [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromBottomRight {
    -webkit-animation-name: fromBottomRight;
    animation-name: fromBottomRight;
}

.animateOnEvent.fromTopRight [class*="ae-"].do,
.animateOnEvent .fromTopRight [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromTopRight {
    -webkit-animation-name: fromTopRight;
    animation-name: fromTopRight;
}

.animateOnEvent.fadeIn [class*="ae-"].do,
.animateOnEvent .fadeIn [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animateOnEvent.fromBlur [class*="ae-"].do,
.animateOnEvent .fromBlur [class*="ae-"].do,
.animateOnEvent [class*="ae-"].do.fromBlur {
    -webkit-animation-name: fromBlur;
    animation-name: fromBlur;
}

@-webkit-keyframes fromBottom {
    from {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0;
    }
}

@keyframes fromBottom {
    from {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fromTop {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        opacity: 0;
    }
}
@keyframes fromTop {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fromLeft {
    from {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 0;
    }
}
@keyframes fromLeft {
    from {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fromRight {
    from {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 0;
    }
}
@keyframes fromRight {
    from {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fromCenter {
    from {
        -webkit-transform: scale(0.9) translate3d(0, 0, 0);
        transform: scale(0.9) translate3d(0, 0, 0);
        opacity: 0;
    }
}
@keyframes fromCenter {
    from {
        -webkit-transform: scale(0.9) translate3d(0, 0, 0);
        transform: scale(0.9) translate3d(0, 0, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fromAbove {
    from {
        -webkit-transform: scale(1.1) translate3d(0, 0, 0);
        transform: scale(1.1) translate3d(0, 0, 0);
        opacity: 0;
    }
}
@keyframes fromAbove {
    from {
        -webkit-transform: scale(1.1) translate3d(0, 0, 0);
        transform: scale(1.1) translate3d(0, 0, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fromBottomLeft {
    from {
        -webkit-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
        opacity: 0;
    }
}
@keyframes fromBottomLeft {
    from {
        -webkit-transform: translate3d(-50px, 50px, 0);
        transform: translate3d(-50px, 50px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fromTopLeft {
    from {
        -webkit-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
        opacity: 0;
    }
}
@keyframes fromTopLeft {
    from {
        -webkit-transform: translate3d(-50px, -50px, 0);
        transform: translate3d(-50px, -50px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fromBottomRight {
    from {
        -webkit-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
        opacity: 0;
    }
}
@keyframes fromBottomRight {
    from {
        -webkit-transform: translate3d(50px, 50px, 0);
        transform: translate3d(50px, 50px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fromTopRight {
    from {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
        opacity: 0;
    }
}
@keyframes fromTopRight {
    from {
        -webkit-transform: translate3d(50px, -50px, 0);
        transform: translate3d(50px, -50px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fadeIn {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 0;
    }
}
@keyframes fadeIn {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 0;
    }
}
@-webkit-keyframes fromBlur {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        -webkit-filter: blur(10px);
        filter: blur(10px);
        opacity: 0;
    }
}
@keyframes fromBlur {
    from {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        -webkit-filter: blur(10px);
        filter: blur(10px);
        opacity: 0;
    }
}
/* Delays */
.animateOnEvent .ae-1 {
    -webkit-animation-delay: 10ms;
    animation-delay: 10ms;
}

.animateOnEvent .ae-2 {
    -webkit-animation-delay: 160ms;
    animation-delay: 160ms;
}

.animateOnEvent .ae-3 {
    -webkit-animation-delay: 310ms;
    animation-delay: 310ms;
}

.animateOnEvent .ae-4 {
    -webkit-animation-delay: 460ms;
    animation-delay: 460ms;
}

.animateOnEvent .ae-5 {
    -webkit-animation-delay: 610ms;
    animation-delay: 610ms;
}

.animateOnEvent .ae-6 {
    -webkit-animation-delay: 760ms;
    animation-delay: 760ms;
}

.animateOnEvent .ae-7 {
    -webkit-animation-delay: 910ms;
    animation-delay: 910ms;
}

.animateOnEvent .ae-8 {
    -webkit-animation-delay: 1060ms;
    animation-delay: 1060ms;
}

.animateOnEvent .ae-9 {
    -webkit-animation-delay: 1210ms;
    animation-delay: 1210ms;
}

.animateOnEvent .ae-10 {
    -webkit-animation-delay: 1360ms;
    animation-delay: 1360ms;
}

.animateOnEvent.fast .ae-1,
.animateOnEvent .ae-1,
.animateOnEvent .fast .ae-1.fast,
.animateOnEvent .ae-1.fast {
    -webkit-animation-delay: 10ms;
    animation-delay: 10ms;
}

.animateOnEvent.fast .ae-2,
.animateOnEvent .ae-2,
.animateOnEvent .fast .ae-2.fast,
.animateOnEvent .ae-2.fast {
    -webkit-animation-delay: 110ms;
    animation-delay: 110ms;
}

.animateOnEvent.fast .ae-3,
.animateOnEvent .ae-3,
.animateOnEvent .fast .ae-3.fast,
.animateOnEvent .ae-3.fast {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms;
}

.animateOnEvent.fast .ae-4,
.animateOnEvent .ae-4,
.animateOnEvent .fast .ae-4.fast,
.animateOnEvent .ae-4.fast {
    -webkit-animation-delay: 310ms;
    animation-delay: 310ms;
}

.animateOnEvent.fast .ae-5,
.animateOnEvent .ae-5,
.animateOnEvent .fast .ae-5.fast,
.animateOnEvent .ae-5.fast {
    -webkit-animation-delay: 410ms;
    animation-delay: 410ms;
}

.animateOnEvent.fast .ae-6,
.animateOnEvent .ae-6,
.animateOnEvent .fast .ae-6.fast,
.animateOnEvent .ae-6.fast {
    -webkit-animation-delay: 510ms;
    animation-delay: 510ms;
}

.animateOnEvent.fast .ae-7,
.animateOnEvent .ae-7,
.animateOnEvent .fast .ae-7.fast,
.animateOnEvent .ae-7.fast {
    -webkit-animation-delay: 610ms;
    animation-delay: 610ms;
}

.animateOnEvent.fast .ae-8,
.animateOnEvent .ae-8,
.animateOnEvent .fast .ae-8.fast,
.animateOnEvent .ae-8.fast {
    -webkit-animation-delay: 710ms;
    animation-delay: 710ms;
}

.animateOnEvent.fast .ae-9,
.animateOnEvent .ae-9,
.animateOnEvent .fast .ae-9.fast,
.animateOnEvent .ae-9.fast {
    -webkit-animation-delay: 810ms;
    animation-delay: 810ms;
}

.animateOnEvent.fast .ae-10,
.animateOnEvent .ae-10,
.animateOnEvent .fast .ae-10.fast,
.animateOnEvent .ae-10.fast {
    -webkit-animation-delay: 910ms;
    animation-delay: 910ms;
}

.animateOnEvent.slow .ae-1,
.animateOnEvent .slow .ae-1,
.animateOnEvent .ae-1.slow {
    -webkit-animation-delay: 10ms;
    animation-delay: 10ms;
}

.animateOnEvent.slow .ae-2,
.animateOnEvent .slow .ae-2,
.animateOnEvent .ae-2.slow {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms;
}

.animateOnEvent.slow .ae-3,
.animateOnEvent .slow .ae-3,
.animateOnEvent .ae-3.slow {
    -webkit-animation-delay: 410ms;
    animation-delay: 410ms;
}

.animateOnEvent.slow .ae-4,
.animateOnEvent .slow .ae-4,
.animateOnEvent .ae-4.slow {
    -webkit-animation-delay: 610ms;
    animation-delay: 610ms;
}

.animateOnEvent.slow .ae-5,
.animateOnEvent .slow .ae-5,
.animateOnEvent .ae-5.slow {
    -webkit-animation-delay: 810ms;
    animation-delay: 810ms;
}

.animateOnEvent.slow .ae-6,
.animateOnEvent .slow .ae-6,
.animateOnEvent .ae-6.slow {
    -webkit-animation-delay: 1010ms;
    animation-delay: 1010ms;
}

.animateOnEvent.slow .ae-7,
.animateOnEvent .slow .ae-7,
.animateOnEvent .ae-7.slow {
    -webkit-animation-delay: 1210ms;
    animation-delay: 1210ms;
}

.animateOnEvent.slow .ae-8,
.animateOnEvent .slow .ae-8,
.animateOnEvent .ae-8.slow {
    -webkit-animation-delay: 1410ms;
    animation-delay: 1410ms;
}

.animateOnEvent.slow .ae-9,
.animateOnEvent .slow .ae-9,
.animateOnEvent .ae-9.slow {
    -webkit-animation-delay: 1610ms;
    animation-delay: 1610ms;
}

.animateOnEvent.slow .ae-10,
.animateOnEvent .slow .ae-10,
.animateOnEvent .ae-10.slow {
    -webkit-animation-delay: 1810ms;
    animation-delay: 1810ms;
}

.slides:not(.scroll) .rolling-element {
    transition: 1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}
.slides:not(.scroll).fast .rolling-element {
    transition-duration: 0.7s;
}
.slides:not(.scroll).slow .rolling-element {
    transition-duration: 1.4s;
}
.slides:not(.scroll) .slide.before .rolling-element {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-10 {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-20 {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-30 {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-40 {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-50 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-60 {
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-70 {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-80 {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
}
.slides:not(.scroll) .slide.before .rolling-element.pct-90 {
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-10 {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-20 {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-30 {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-40 {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-50 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-60 {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-70 {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-80 {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-90 {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}
.slides:not(.scroll) .slide.after .rolling-element {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-10 {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-20 {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-30 {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-40 {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-50 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-60 {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-70 {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-80 {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}
.slides:not(.scroll) .slide.after .rolling-element.pct-90 {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-10 {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-20 {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-30 {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-40 {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-50 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-60 {
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-70 {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-80 {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-90 {
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
}