@charset "UTF-8";
/*!
Theme Name: Acodez Themes
Theme URI: http://acodez.in
Author: Acodez IT Solutions
Author URI: http://acodez.in
Description: Hey, checking if this is a pre-built theme? Nope! It is a custom template built by the awesome crew at Acodez, India
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acodez-themes
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button,
html,
input,
select,
textarea {
    color: #000027
}

body {
    margin: 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    background: #FFF
}

::-moz-selection {
    background: #1154fb;
    color: #FFF;
    text-shadow: none
}

::selection {
    background: #1154fb;
    color: #FFF;
    text-shadow: none
}

a {
    color: #febf34;
    outline: none;
    text-decoration: none
}

a:visited {
    text-decoration: underline
}

a:hover {
    color: grey;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote,
q {
    quotes: "" "";
    margin: 1em 40px;
    background: #f2f2f2;
    border-left: 10px solid #2e0405;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 1em
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
    background-color: #000027
}

ins {
    background: none;
    color: #1BBCF3;
    text-decoration: underline
}

del {
    background: none;
    color: #ec121a;
    text-decoration: line-through
}

mark {
    background: #FF0;
    color: #000;
    font-style: italic;
    font-weight: bold
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

small {
    font-size: 85%
}

big {
    font-size: 125%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    cursor: pointer
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal
}

input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 3px
}

input:focus,
select:focus,
textarea:focus {
    color: rgba(0, 0, 39, 0.8)
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #03a9f4;
    color: white;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8)
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    opacity: 0.8
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    border-color: rgba(3, 169, 244, 0.5);
    opacity: 0.8
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    width: 100%
}

input:invalid,
textarea:invalid {
    background-color: rgba(236, 18, 26, 0.3)
}

embed,
iframe,
object {
    max-width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
    background: #f9f9f9
}

td {
    vertical-align: top
}

th {
    background: #fbce6c;
}

td,
th {
    padding: 12px;
    border: 1px solid white
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0
}

ol,
ul {
    margin: 0 0 1em 0.75em;
    padding: 0 0 1em 0.75em
}

ol li,
ul li {
    padding-bottom: 10px;
    line-height: 25px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}
.back{
    background-color: #febf34;
}
li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 0.5em;
    padding-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: "Roboto", sans-serif
}

p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px
}

h1 {
    margin: 0;
    margin-bottom: 0.7em;
    color: #000027;
    font-family: "Roboto", sans-serif;
    font-size: 3em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility
}

h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #000027;
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    font-weight: 200;
    font-style: normal;
    line-height: 50px;
    text-rendering: optimizeLegibility
}

h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #000027;
    font-family: "Roboto", sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed
}

h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #000027;
    font-family: "Roboto", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed
}

h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #000027;
    font-family: "Roboto", sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed
}

h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #000027;
    font-family: "Roboto", sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed
}

.container {
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto
}

.full-container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        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 (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important
}

@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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: 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
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: 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
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-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 {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: 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
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-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 {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: 0.25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important
    }
    .m-sm-2 {
        margin: 0.5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: 0.25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important
    }
    .p-sm-2 {
        padding: 0.5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -0.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important
    }
    .m-sm-n2 {
        margin: -0.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: 0.25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important
    }
    .m-md-2 {
        margin: 0.5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: 0.25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important
    }
    .p-md-2 {
        padding: 0.5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -0.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important
    }
    .m-md-n2 {
        margin: -0.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: 0.25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important
    }
    .m-lg-2 {
        margin: 0.5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: 0.25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important
    }
    .p-lg-2 {
        padding: 0.5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -0.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important
    }
    .m-lg-n2 {
        margin: -0.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: 0.25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important
    }
    .m-xl-2 {
        margin: 0.5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: 0.25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important
    }
    .p-xl-2 {
        padding: 0.5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -0.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important
    }
    .m-xl-n2 {
        margin: -0.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.bgc-white,
.bgcH-white:hover {
    background-color: #fff !important
}

.button_container {
    position: fixed;
    top: 7%;
    right: 2%;
    height: 25px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.button_container:hover {
    opacity: .7
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    -ms-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF
}

.button_container span {
    background: #FFFFFF;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer
}

.button_container span:nth-of-type(2) {
    top: 10px
}

.button_container span:nth-of-type(3) {
    top: 22px
}

.overlay {
    position: fixed;
    background: #020F1A;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    -o-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 9
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    padding-bottom: 0
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s
}

.overlay nav {
    position: relative;
    height: 70%;
    width: 90%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    background: #020F1A !important
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background: #020F1A
}

.overlay ul li {
    position: relative;
    opacity: 0;
    background: #020F1A;
    width: 150px
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    padding: 0 11px;
    font-size: 0.3em;
    text-transform: uppercase;
    outline: none
}

.overlay ul li a:after {
    content: '';
    width: 1px;
    height: 100%;
    opacity: .15;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #FFF;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.overlay ul li a:hover {
    color: #1BBCF3
}

.overlay ul li:last-child a:after {
    display: none
}

.menu-logo {
    opacity: 0
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }
    to {
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        top: 10%
    }
    to {
        opacity: 1;
        top: 50%
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        top: 10%
    }
    to {
        opacity: 1;
        top: 50%
    }
}

ul.sub-menu {
    position: absolute;
    height: auto;
    width: 100%;
    display: none
}

ul.sub-menu li {
    text-align: center;
    display: block
}

.overlay.open li ul.sub-menu li {
    -webkit-animation: fadeInBottom .5s ease forwards;
    animation: fadeInBottom .5s ease forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay.open li ul.sub-menu li a:after {
    display: none
}

nav .sub-icon {
    position: absolute;
    right: 0px;
    font-size: 22px;
    color: #5e707d;
    display: inline-block;
    cursor: pointer;
    z-index: 11;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

nav .sub-icon.open:before {
    content: "\e902";
    font-family: 'icomoon'
}

.open-head .site-logo {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.open-head .menu-logo {
    position: fixed;
    z-index: 99;
    left: 29px;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

nav ul li.current-menu-item a {
    color: #1BBCF3
}

.main-menu ul.menu li.current-menu-item a {
    color: #febf34
}

@media only screen and (min-width:992px) {
    .main-menu {
        padding: 10px 0
    }
    .main-menu ul.menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .main-menu ul.menu li {
        padding: 0 20px;
        position: relative
    }
    .main-menu ul.menu li a {
        outline: none;
        color: #fff;
        opacity: .85;
        text-transform: uppercase;
        font-size: 14px
    }
    .main-menu ul.menu li:first-child {
        padding-left: 0
    }
    .main-menu .sub-icon {
        right: -1px;
        top: 2px
    }
    .main-menu ul.sub-menu {
        margin: 0;
        left: -25px;
        padding: 0;
        top: 46px;
        width: 170px
    }
    .main-menu ul.sub-menu li {
        padding: 0
    }
}

@media only screen and (max-width:1200px) {
    .main-menu ul.menu li a {
        font-size: 13px
    }
    .main-menu ul.menu li {
        padding: 0 23px 0 0
    }
}

@media only screen and (max-width:992px) {
    .overlay ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .overlay ul li a {
        font-size: .6em;
        padding: 35px 0px
    }
    .overlay ul li a:after {
        width: 100%;
        height: 2px;
        opacity: .15;
        position: absolute;
        bottom: 0;
        right: auto;
        left: 50%
    }
    .overlay ul li a {
        font-size: .35em;
        padding: 15px 0px
    }
    nav .sub-icon {
        top: 15px
    }
    .overlay ul.sub-menu {
        position: inherit
    }
    .overlay ul.sub-menu li a {
        padding: 0
    }
    .overlay ul li.menu-item-has-children li a {
        text-transform: capitalize;
        padding-right: 0
    }
    .overlay ul li {
        width: 185px
    }
}

@media only screen and (max-width:768px) {
    .overlay ul li a {
        padding: 20px 0px
    }
    nav .sub-icon {
        top: 10px
    }
}

@media only screen and (max-width:600px) {
    .overlay ul li a {
        font-size: .3em;
        padding: 10px 0px
    }
}

/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    right: 15px;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.fp-right {
    right: 17px
}

#fp-nav.fp-left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.fp-bottom {
    bottom: 17px
}

.fp-slidesNav.fp-top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    outline: none
}

#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -10px;
    right: 30px;
    color: #febf34;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav.fp-show-active a.active+.fp-tooltip,
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.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,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    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.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    0%,
    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.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -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: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
    }
    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 {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-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 {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%,
    80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%,
    80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    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 {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    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 {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    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 {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(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
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(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 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50%,
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50%,
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 1
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dots {
    margin-top: 0;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0
}

.owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 1px;
    margin: 5px;
    display: inline-block;
    cursor: pointer
}

.owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #d7d7d7;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #ec121a
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.logo-text {
    width: 35%;
    overflow: hidden;
    position: relative;
    top: -14px;
    left: -7px
}

.logo-text .logo-text-img {
    width: 36%;
    opacity: 0
}

.logo-text .logo-text-img.box-anim1 {
    animation: box-anim1 1s ease-out;
    -moz-animation: box-anim1 1s ease-out;
    -webkit-animation: box-anim1 1s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1
}

@keyframes box-anim1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden
    }
    to {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes box-anim1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden
    }
    to {
        -webkit-transform: translateX(37%);
        transform: translateX(37%);
        opacity: 1;
        visibility: visible
    }
}

@-moz-keyframes box-anim {
    0% {
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden
    }
    to {
        transform: translateX(37%);
        opacity: 1;
        visibility: visible
    }
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    padding-top: 20px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

header .site-logo a {
    outline: none;
    display: block
}

header .container {
    max-width: 98%;
    width: 100%
}

header .site-logo {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.icon-bars {
    text-align: right
}

.fixedheader .button_container span {
    background: #1BBCF3
}

footer {
    background: url(images/footer-bg.jpg) no-repeat;
    background-size: cover !important;
    width: 100%;
    background-position: center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer ul li {
    display: inline-block;
    padding-right: 15px;
    line-height: inherit;
    padding-bottom: 0
}

footer ul li:last-child {
    padding-right: 0
}

footer ul li a {
    font-size: 13px;
    color: #FFFFFF;
    opacity: .75;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: none
}

footer ul li:hover {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #1BBCF3
}

footer h5 {
    color: #FFFFFF;
    opacity: .75;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    text-align: right
}

footer h5 a {
    color: #fff;
    outline: none;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

footer h5 a:hover {
    color: #1BBCF3;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

footer .footer-nav .sub-menu {
    display: none
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background-color: transparent;
    border: 1px solid #febf34;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px
}

#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #febf34
}

.home-sec {
    height: 100vh
}

.home-slider .owl-dots {
    right: 110px;
    text-align: right;
    bottom: 50px
}

.home-slider .owl-dots .owl-dot span {
    width: 35px;
    height: 2px;
    color: #fff;
    opacity: .45;
    border-radius: 10px
}

.home-slider .owl-dots .owl-dot.active span,
.home-slider .owl-dots .owl-dot:hover span {
    background: #febf34;
    opacity: 1
}

.home-slider .item-cnt {
    background: url(images/sec-1.jpg) no-repeat;
    background-size: cover !important;
    height: 100vh;
    width: 100%;
    background-position: center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #020f1a
}

.home-slider .slidercnt {
    position: relative;
    z-index: 99
}

.home-slider .pos-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px
}

.home-slider .texts {
    padding-left: 70px;
    position: relative
}

.home-slider .texts h2 {
    color: #fff;
    text-align: left;
    font-weight: bold;
    margin: 45px 0 25px 0;
    font-size: 30px;
    line-height: 40px
}

.home-slider .texts p {
    color: #fff;
    opacity: .85;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 300
}

.home-slider .texts a {
    color: #fff;
    font-size: 13px;
    margin-top: 100px;
    display: block;
    outline: none;
    font-weight: 300;
    font-family: "Roboto", sans-serif
}

.home-slider .border-box {
    width: 270px;
    display: block;
    border: 13px solid rgba(255, 255, 255, 0.15);
    top: -35px;
    left: 0;
    height: 450px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.border-box {
    width: 270px;
    display: block;
    position: absolute
}

.about-sec {
    background: url(images/about.jpg) no-repeat;
    background-size: cover !important;
    height: 100vh;
    width: 100%;
    background-position: center top;
    position: relative
}

.about-sec:before {
    background: url(images/about-top.png) no-repeat;
    width: 800px;
    height: 79px;
    position: absolute;
    top: 0;
    left: 0;
    content: ''
}

.about-sec:after {
    background: url(images/about-bottom.png) no-repeat;
    width: 800px;
    height: 79px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1
}

.about-sec .left-text {
    width: 40%;
    text-align: right;
    position: relative
}

.about-sec h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 60px
}

.about-sec h3 {
    color: #febf34;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600
}

.about-sec .right-texts {
    width: 50%;
    padding-left: 60px
}

.about-sec .contents {
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.about-sec .contents p {
    margin-bottom: 40px
}

.about-sec .contents p:last-child {
    margin-bottom: 0
}

.about-sec p {
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

.about-sec p:last-child {
    margin-bottom: 0
}

.about-sec .abot-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px
}

.about-sec .border-box {
    border: 14px solid #f8f9fa57;
    width: 255px;
    height: 435px;
    top: -35px;
    left: 0;
    z-index: 99;
    opacity: .3;
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}
.serv{
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
.about-sec a.more {
    color: #febf34;
    margin-top: 5px;
    border: 1px solid #febf34;
    width: 140px;
    text-align: center;
    line-height: 45px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 99
}

.about-sec .hvr-rectangle-out:hover {
    color: #fff !important
}

.about-sec .hvr-rectangle-out:focus {
    color: #fff !important
}

.service-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service-sec .serv-left-cnt {
    width: 100%
}

.service-sec .serv-left-cnt .left-outer {
    float: right
}

.service-sec .serv-left {
    background: url(images/service-left.jpg) no-repeat;
    width: 50%;
    background-size: cover !important;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-sec .serv-left h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px
}

.service-sec .serv-left ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding-bottom: 0
}

.service-sec .serv-left ul:after {
    top: 20px;
    position: absolute;
    content: " ";
    width: 3px;
    background: url(images/dot.png) repeat;
    opacity: .3;
    left: 0;
    height: 100%;
    z-index: 1
}

.service-sec .serv-left ul li {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-weight: 300;
    padding-bottom: 0
}

.service-sec .serv-left ul li:last-child {
    margin-bottom: 0
}

.service-sec .serv-left ul li span {
    font-size: 21px;
    display: block;
    margin-bottom: 15px;
    font-weight: 400
}

.service-sec .serv-left ul li:before {
    content: '';
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: -16px;
    z-index: 111
}

.service-sec .serv-left ul li:after {
    content: '';
    position: absolute;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    top: 5px;
    background: #2698da;
    left: -22px;
    z-index: 11
}

.service-sec .serv-left a.more {
    margin-top: 50px
}

.service-sec .serv-right {
    background: url(images/service-right.jpg) no-repeat;
    width: 50%;
    background-size: cover !important;
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-sec .serv-right:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: url(images/benefits-dotts.png) no-repeat;
    width: 176px;
    padding-bottom: 80%
}

.service-sec .serv-right-cnt h2 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 25px
}

.service-sec .serv-right-cnt p {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 300
}

.service-sec .serv-right-cnt h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 25px 0 15px 0;
    color: #fff
}

.service-sec .serv-right-cnt ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.service-sec .serv-right-cnt ul li {
    margin-top: 40px;
    padding-bottom: 0
}

.service-sec .serv-right-cnt ul li span.image img {
    width: auto
}

.service-sec .serv-right-cnt .owl-dots .owl-dot span {
    width: 6px;
    height: 6px
}

.service-sec .serv-right-cnt .owl-dots {
    bottom: -25px
}

.service-sec .serv-right-cnt .owl-dots .owl-dot.active span,
.service-sec .serv-right-cnt .owl-dots .owl-dot:hover span {
    background: #1BBCF3
}

.technologies .container {
    max-width: 100%
}

.technologies .tech-cnt .it-bg {
    background: url(images/professional.jpg) no-repeat;
    background-size: cover !important;
    height: 50vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    overflow: hidden
}

.technologies .tech-cnt .it-bg:nth-child(2) {
    background: url(images/near-shoring.jpg) no-repeat;
    background-size: cover
}

.technologies .tech-cnt .it-bg:nth-child(3) {
    background: url(images/project-management.jpg) no-repeat;
    background-size: cover
}

.technologies .tech-cnt .it-bg:nth-child(4) {
    background: url(images/digital.jpg) no-repeat;
    background-size: cover
}

.technologies .tech-cnt .it-bg:nth-child(5) {
    background: url(images/IT.jpg) no-repeat;
    background-size: cover
}

.technologies .tech-cnt .it-bg:nth-child(6) {
    background: url(images/digi-serv.jpg) no-repeat;
    background-size: cover
}

.technologies .tech-cnt .it-bg:after {
    background: #febf34;
    opacity: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 9;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.technologies .tech-cnt .it-bg:hover:after {
    opacity: .4;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.technologies .tech-cnt .it-bg:hover a.more {
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.technologies .tech-cnt .it-bg .inner-cnt {
    position: relative;
    z-index: 99
}

.technologies .tech-cnt h4 {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 25px 0 0 0;
    font-weight: 300
}

.technologies .tech-cnt a.more {
    margin-top: 40px;
    width: 123px;
    height: 40px;
    line-height: 40px;
    outline: none;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.news-sec.tech-sec {
    background: url(../Oracle-CPQ-Cloud-Image1.jpg) no-repeat
}

.news-sec {
    background: url(images/news.jpg) no-repeat;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-sec .news-cnt {
    margin-top: 70px
}

.news-sec h2 {
    color: #FFFFFF;
    font-size: 42px;
    line-height: 39px;
    font-weight: 600;
    text-align: center
}
.size-im{
    width: 160px;
    height: auto;
}

.news-sec p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 28px;
    margin: 35px 0 0px 0
}

.news-sec span.date {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    opacity: .8;
    margin-top: 5px;
    font-weight: 300;
    display: block
}

.news-sec a.more {
    height: 40px;
    width: 123px;
    line-height: 40px;
    margin: 30px auto 0 auto;
    display: block;
    font-family: "Roboto", sans-serif
}

.contact-sec {
    background: url(images/contact.jpg);
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.contact-sec:before {
    position: absolute;
    background: url(images/benefits-dotts.png) no-repeat;
    width: 176px;
    height: 684px;
    content: '';
    left: 3px;
    top: 40px
}

.contact-sec:after {
    position: absolute;
    background: url(images/contact-dots.png) no-repeat;
    width: 266px;
    height: 758px;
    content: '';
    right: -5px;
    top: 40px
}

.contact-sec h2 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    line-height: 59px;
    margin: 35px 0 15px 0;
    font-weight: 600
}

.contact-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.contact-sec .contact-form ul {
    margin: 65px auto 0 auto;
    padding: 0;
    width: 570px;
    list-style: none
}

.contact-sec .contact-form ul li {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
    line-height: inherit;
    z-index: 99
}

.contact-sec .contact-form ul li input,
.contact-sec .contact-form ul li textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    text-align: left;
    padding: 0;
    text-shadow: none;
    resize: none;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #fff
}

.contact-sec .contact-form ul li label.error {
    position: absolute;
    color: #fd7272;
    right: 0;
    top: 3px;
    font-size: 13px;
    font-weight: bold
}

.contact-sec .contact-form ul li textarea {
    height: 110px
}

.contact-sec .contact-form ul li input[type=submit] {
    border-radius: 3px;
    border: 1px solid #febf34;
    width: 114px;
    margin: 0 auto;
    text-align: center;
    display: block;
    height: 45px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.contact-sec .contact-form ul li input[type=submit]:hover {
    background: #febf34;
    border-color: #febf34;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.contact-sec .contact-form ul li input::-webkit-input-placeholder,
.contact-sec .contact-form ul li textarea::-webkit-input-placeholder {
    color: #fff
}

.contact-sec .contact-form ul li.submit {
    border-bottom: none;
    margin-bottom: 0
}

.contact-sec .contact-form .c-load img {
    width: 10%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contact-sec .contact-form .c-load:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    left: 0;
    top: 0
}

.contact-sec .contact-form .c-status {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.87);
    content: '';
    left: 0;
    top: 0
}

.contact-sec .contact-form .c-status span {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    color: red;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30%;
    background: #fff;
    padding: 30px 0
}

.contact-sec .contact-form .c-status span.red {
    color: red
}

.contact-sec .contact-form .c-status span.green {
    color: green
}

.location-sec {
    background: url(images/loactons.jpg) no-repeat;
    background-size: cover !important;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.location-sec .location-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 11.2vh
}

.location-sec .location-set:last-child {
    margin-bottom: 0
}

.location-sec h3 {
    color: #FFFFFF;
    font-size: 25px;
    margin-bottom: 0
}

.location-sec p {
    color: #FFFFFF;
    line-height: 32px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    margin-bottom: 0
}

.location-sec p:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #febf34
}

.location-sec .location-name {
    width: 36%
}

.location-sec .address {
    width: 55%;
    padding-left: 45px
}

.location-sec .cnt {
    display: inline-block;
    vertical-align: middle
}

.location-sec .cnt span {
    color: #fff
}

.location-sec .cnt span.call {
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
    font-weight: 300
}

.location-sec .cnt a.number {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    outline: none;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.location-sec .cnt a.number:hover {
    color: #1BBCF3;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.location-sec .icon {
    vertical-align: middle;
    margin-right: 20px
}

.location-sec .detail-cnt {
    margin-bottom: 75px
}

.location-sec .detail-cnt:first-child a.number:last-child {
    display: block
}

.location-sec ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.location-sec ul.social li {
    padding-right: 15px;
    padding-bottom: 0;
    line-height: inherit
}

.location-sec ul.social li:last-child {
    padding-right: 0
}

.location-sec .first {
    width: 60%
}

.location-sec .location-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.location-sec .second {
    width: 40%
}

.location-sec .logos h4 {
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0
}

.location-sec .logos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0
}

.location-sec .logos ul li {
    padding-right: 25px;
    padding-bottom: 0;
    line-height: inherit
}

.location-sec .logos ul li:last-child {
    padding-right: 0
}

.location-sec .footer-nav {
    padding-top: 50px
}

.location-sec .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.location-sec .footer-nav ul li {
    padding-right: 25px;
    padding-bottom: 0;
    line-height: inherit
}

.location-sec .footer-nav ul li:last-child {
    padding-right: 0
}

.location-sec .footer-nav ul li a {
    color: #FFFFFF;
    font-size: 13px;
    opacity: .65;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.location-sec .footer-nav ul li a:hover {
    color: #1BBCF3;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.location-sec .footer-nav ul .sub-menu {
    display: none
}

.location-sec .footer-nav h5 {
    color: #FFFFFF;
    opacity: .65;
    font-size: 13px;
    text-align: right;
    margin-bottom: 0;
    font-weight: 300
}

.location-sec .footer-nav h5 a {
    color: #FFFFFF
}

a.more {
    width: 112px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    background-color: transparent;
    outline: none
}

.banner {
    position: relative;
    background: #1bbdf3
}

.banner img {
    width: 100%
}

.pageCaption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.pageCaption h2 {
    color: #FFFFFF;
    font-size: 56px;
    line-height: 66px;
    font-weight: 600;
    margin-bottom: 0
}

.pageCaption #breadcrumbs a,
.pageCaption span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    opacity: .85
}

.pageCaption #breadcrumbs span {
    padding-left: 5px
}

.pageCaption #breadcrumbs a {
    padding-right: 5px
}

.topSection {
    padding: 80px 0 50px 0
}

.topSection h2 {
    color: #000027;
    font-size: 42px;
    line-height: 39px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px
}

.topSection p {
    color: #1B2936;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0
}

.main-container {
    padding: 100px 15px 50px 15px
}

body.fp-viewing-About header,
body.fp-viewing-Contact header,
body.fp-viewing-Industries header,
body.fp-viewing-Locations header,
body.fp-viewing-News header,
body.fp-viewing-Services header,
body.fp-viewing-Technologies header,
body.fp-viewing-Technology header,
body.fp-viewing-Why_Choose_Us header {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: -1
}

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-box-shadow: none;
    background-color: transparent !important
}

.ourPresencePage .topSection {
    padding-bottom: 0
}

.ourPresencePage .address-sec {
    padding-bottom: 85px
}

.ourPresencePage .inner-cnt {
    border: 1px solid rgba(27, 41, 54, 0.15);
    border-radius: 6px;
    padding: 35px 40px;
    margin-top: 55px
}

.ourPresencePage .inner-cnt h3 {
    color: #000027;
    font-weight: 600;
    font-size: 28px;
    line-height: 39px;
    margin: 30px 0 15px 0
}

.ourPresencePage .inner-cnt a,
.ourPresencePage .inner-cnt p {
    color: #000027;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300
}

.ourPresencePage .inner-cnt a {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.ourPresencePage .inner-cnt a:hover {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #1BBCF3
}

.ourPresencePage .inner-cnt a.mapLink {
    color: #febf34;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    outline: none
}

.ourPresencePage .connect-sec {
    background: #F5F9FC;
    padding: 75px 0 95px 0
}

.ourPresencePage .connect-sec h2 {
    color: #000027;
    font-size: 44px;
    line-height: 39px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0
}

.ourPresencePage .connect-sec .main-row {
    margin-top: 65px
}

.ourPresencePage .connect-sec .contact-cnt {
    width: 80%;
    margin: 0 auto
}

.ourPresencePage .detail-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 65px
}

.ourPresencePage .detail-cnt span.icon {
    margin-right: 30px;
    width: 44px;
    height: 44px;
    background: #000027;
    border-radius: 50%;
    text-align: center
}

.ourPresencePage .detail-cnt span.icon i {
    color: #fff;
    font-size: 20px;
    line-height: 44px
}

.ourPresencePage .detail-cnt span.call {
    display: block;
    color: #000027;
    font-size: 16px;
    margin-bottom: 7px
}

.ourPresencePage .detail-cnt a.number {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #000027;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: none;
    display: block
}

.ourPresencePage .detail-cnt a.number:hover {
    color: #1BBCF3;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.ourPresencePage .social {
    list-style: none;
    padding: 0;
    margin: 0
}

.ourPresencePage .social li {
    margin-right: 10px
}

.ourPresencePage .social li:last-child {
    margin-right: 0
}

.ourPresencePage .social li a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #636e7b;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 25px
}

.ourPresencePage .social li a span {
    color: #fff;
    font-size: 13px;
    line-height: 25px
}

.ourPresencePage .contact-form .textbox {
    position: relative
}

.ourPresencePage .contact-form label.error {
    position: absolute;
    font-size: 12px;
    color: red;
    right: 25px;
    top: 18px
}

.ourPresencePage .contact-form input,
.ourPresencePage .contact-form textarea {
    width: 100%;
    background: #fff;
    height: 50px;
    border: 1px solid rgba(40, 53, 71, 0.26);
    border-radius: 3px;
    outline: none;
    margin-bottom: 25px;
    color: #000027;
    font-size: 13px;
    padding-left: 15px;
    font-family: "Raleway", sans-serif;
    resize: none
}

.ourPresencePage .contact-form textarea {
    height: 110px;
    padding-top: 15px
}

.ourPresencePage .contact-form .btn {
    background: #febf34;
    border: 1px solid #febf34;
    width: 100px;
    height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-shadow: none;
    font-weight: 600;
    padding: 0;
    float: right;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.ourPresencePage .contact-form .btn:focus {
    outline: none;
    opacity: 1
}

.ourPresencePage .contact-form .btn:hover {
    background: transparent;
    color: #febf34;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.ourPresencePage .contact-form .c-load {
    width: 10%;
    margin: 0 auto
}

.ourPresencePage .contact-form .c-status {
    margin-top: 20px
}

.ourPresencePage .contact-form .c-status span.red {
    color: red;
    display: block;
    text-align: center
}

.ourPresencePage .contact-form .c-status span.green {
    color: green;
    display: block;
    text-align: center
}

.whatWeDoPage {
    padding: 105px 0 0px 0
}

.whatWeDoPage .wwdSection1 {
    padding-bottom: 55px
}

.whatWeDoPage .sec1Title {
    padding-right: 10px
}

.whatWeDoPage .sec1Title h2 {
    color: #000027;
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 0;
    font-weight: 700
}

.whatWeDoPage .contentBlock p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0
}

.whatWeDoPage div.blockIcon {
    margin-bottom: 35px
}

.whatWeDoPage .contentBlock {
    margin-bottom: 45px
}

.whatWeDoPage .wwdSection2 {
    background: #F9FCFF;
    padding: 85px 0 95px 0
}

.whatWeDoPage .wwdSection2 .sec2Title h2 {
    font-size: 42px;
    line-height: 39px;
    color: #000027;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px
}

.whatWeDoPage .wwdSection2 .sec2Title p {
    color: #1B2936;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0
}

.whatWeDoPage .wwdSection2 .sec2Flowchart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.whatWeDoPage .wwdSection2 .sec2Flowchart:after {
    position: absolute;
    content: '';
    background: url(images/line-2.png) no-repeat;
    width: 800px;
    height: 47px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 36%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.whatWeDoPage .wwdSection2 .flowchartBlock {
    margin-top: 50px;
    max-width: 25%;
    text-align: center;
    margin-right: 2%;
    position: relative;
    z-index: 99;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.whatWeDoPage .wwdSection2 .flowchartBlock:last-child {
    margin-right: 0
}

.whatWeDoPage .wwdSection2 .flowchartBlock p {
    color: #000027;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0
}

.whatWeDoPage .wwdSection2 .icon {
    width: 105px;
    height: 105px;
    line-height: 105px;
    border: 1px solid #1BBCF3;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 35px auto;
    background: #f9fcff
}

.whatWeDoPage .sec2Data {
    padding-top: 105px
}

.whatWeDoPage .sec2Data .featureBlock {
    text-align: center;
    margin-bottom: 95px
}

.whatWeDoPage .sec2Data .featureBlock:nth-child(4) {
    margin-bottom: 0
}

.whatWeDoPage .sec2Data .featureBlock:nth-child(5) {
    margin-bottom: 0
}

.whatWeDoPage .sec2Data .featureBlock:last-child {
    margin-bottom: 0
}

.whatWeDoPage .sec2Data .featureBlock p {
    color: #000027;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 0
}

.whatWeDoPage .sec2Data .icon-blocks {
    width: 95px;
    height: 95px;
    border: 2px solid #1BBCF3;
    line-height: 85px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 35px auto
}

.whatWeDoPage .sec2Data .icon-blocks p {
    color: #000027;
    font-size: 18px;
    line-height: 32px
}

.whatWeDoPage .sec2Content {
    padding-left: 50px
}

.whatWeDoPage .sec2Content p {
    color: #000027;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 50px
}

.technologiesPage .cascade-slider_container {
    position: relative;
    width: 1000px;
    height: 350px;
    margin: 0 auto
}

.technologiesPage .cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0.3);
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    z-index: -1
}

.technologiesPage .cascade-slider_item h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600
}

.technologiesPage .cascade-slider_item.next {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-150%) scale(0.6);
    -ms-transform: translateY(-50%) translateX(-150%) scale(0.6);
    transform: translateY(-50%) translateX(-150%) scale(0.6);
    opacity: 1;
    z-index: 1
}

.technologiesPage .cascade-slider_item.prev {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(50%) scale(0.6);
    -ms-transform: translateY(-50%) translateX(50%) scale(0.6);
    transform: translateY(-50%) translateX(50%) scale(0.6);
    opacity: 1;
    z-index: 1
}

.technologiesPage .cascade-slider_item.now {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5
}

.technologiesPage .cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
    font-size: 0
}

.technologiesPage .cascade-slider_arrow-left {
    left: -65px
}

.technologiesPage .cascade-slider_arrow-left:after {
    content: '\f060';
    font-family: 'icomoon';
    font-size: 25px;
    color: #1BBCF3
}

.technologiesPage .cascade-slider_arrow-right {
    right: -65px
}

.technologiesPage .cascade-slider_arrow-right:after {
    content: '\f061';
    font-family: 'icomoon';
    font-size: 25px;
    color: #1BBCF3
}

.technologiesPage .cascade-slider_nav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 5;
    display: none
}

.technologiesPage .cascade-slider_dot {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 1em;
    background: #ddd;
    list-style: none;
    cursor: pointer
}

.technologiesPage .cascade-slider_dot:hover {
    background: #555
}

.technologiesPage .cascade-slider_dot.cur {
    background: #555
}

.marlabs-IndustriesPage .Section2 {
    padding-top: 50px
}

.marlabs-IndustriesPage .Section2 h2 {
    color: #000027;
    font-size: 44px;
    line-height: 39px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px
}

.marlabs-IndustriesPage .s2SubBlockOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 100px 0;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.marlabs-IndustriesPage .s2SubBlockOuter .s2SubBlock {
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 55px 25px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: url(images/value_add_bg.jpg);
    transition: all 1s
}

.marlabs-IndustriesPage .s2SubBlockOuter .s2SubBlock:after {
    position: absolute;
    width: 100.2%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#154777), color-stop(#133661), color-stop(#0e264c), color-stop(#081838), to(#030325));
    background-image: -webkit-linear-gradient(left top, #154777, #133661, #0e264c, #081838, #030325);
    background-image: -o-linear-gradient(left top, #154777, #133661, #0e264c, #081838, #030325);
    background-image: linear-gradient(to right bottom, #154777, #133661, #0e264c, #081838, #030325);
    opacity: .8;
    left: 0;
    top: 0;
    content: '';
    z-index: 9;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.marlabs-IndustriesPage .s2SubBlockOuter .s2SubBlock:hover .block-cnt {
    top: -30px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.marlabs-IndustriesPage .s2SubBlockOuter p.blockCount {
    font-size: 36px;
    color: #ffffff;
    text-align: left
}

.marlabs-IndustriesPage .s2SubBlockOuter .blockText p {
    color: #fff;
    margin-bottom: 0;
    line-height: 25px
}

.marlabs-IndustriesPage .s2SubBlockOuter .block-cnt {
    position: relative;
    z-index: 99;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    top: 0
}

.marlabs-IndustriesPage .s3cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #1BBCF3;
    margin-bottom: 100px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.marlabs-IndustriesPage .s3cnt .s3Content {
    width: 50%;
    padding: 50px
}

.marlabs-IndustriesPage .s3cnt ul {
    margin: 0 0 0 20px;
    padding: 0
}

.marlabs-IndustriesPage .s3cnt ul li {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    padding-bottom: 0
}

.marlabs-IndustriesPage .s3cnt h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    color: #fff
}

.marlabs-IndustriesPage .s3cnt:hover .s3Image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.marlabs-IndustriesPage .s3cnt .s3Image {
    overflow: hidden
}

.marlabs-IndustriesPage .s3cnt .s3Image img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.marlabs-IndustriesPage .Section4 h2 {
    color: #000027;
    font-size: 44px;
    line-height: 39px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px
}

.marlabs-IndustriesPage .s4SubBlockOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.marlabs-IndustriesPage .s4SubBlockOuter .s4SubBlock {
    width: 32%;
    background: #2e537b;
    padding: 55px 25px
}

.marlabs-IndustriesPage .s4SubBlockOuter p.blockCount {
    font-size: 36px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 25px
}

.marlabs-IndustriesPage .s4SubBlockOuter .blockText p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0
}

.marlabs-IndustriesPage .Section5 {
    padding: 100px 0
}

.marlabs-IndustriesPage .Section5 h2 {
    color: #000027;
    font-size: 44px;
    line-height: 39px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px
}

.marlabs-IndustriesPage .Section5 .contact-form {
    margin-top: 50px
}

.marlabs-IndustriesPage .Section5 .contact-form .textbox {
    position: relative
}

.marlabs-IndustriesPage .Section5 .contact-form .textbox input,
.marlabs-IndustriesPage .Section5 .contact-form .textbox textarea {
    width: 100%;
    background: #fff;
    height: 50px;
    border: 1px solid rgba(40, 53, 71, 0.26);
    border-radius: 3px;
    outline: none;
    margin-bottom: 25px;
    color: #000027;
    font-size: 13px;
    padding-left: 15px;
    font-family: "Raleway", sans-serif;
    resize: none
}

.marlabs-IndustriesPage .Section5 .contact-form .textbox textarea {
    height: 110px;
    padding-top: 15px
}

.marlabs-IndustriesPage .Section5 .contact-form .textbox label.error {
    position: absolute;
    font-size: 12px;
    color: red;
    right: 25px;
    top: 15px
}

.marlabs-IndustriesPage .Section5 .contact-form .btn {
    background: #1BBCF3;
    border: 1px solid #1BBCF3;
    width: 100px;
    height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-shadow: none;
    font-weight: 600;
    padding: 0;
    float: right;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: none
}

.marlabs-IndustriesPage .Section5 .contact-form .btn:hover {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: transparent;
    color: #1BBCF3
}

.marlabs-IndustriesPage .Section5 .contact-form .c-load {
    width: 5%;
    margin: 0 auto
}

.marlabs-IndustriesPage .Section5 .contact-form .c-status {
    margin-top: 20px
}

.marlabs-IndustriesPage .Section5 .contact-form .c-status span.red {
    color: red;
    display: block;
    text-align: center
}

.marlabs-IndustriesPage .Section5 .contact-form .c-status span.green {
    color: green;
    display: block;
    text-align: center
}

.industriesPage .industries_section {
    clear: both;
    padding-top: 50px
}

.industriesPage .industries_section h2 {
    color: #000027;
    font-size: 44px;
    line-height: 39px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px
}

.industriesPage .industries_section .industries_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.industriesPage .industries_section .industries {
    width: 32%;
    padding: 70px 20px;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative
}

.industriesPage .industries_section .industries:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#154777), color-stop(#133661), color-stop(#0e264c), color-stop(#081838), to(#030325));
    background-image: -webkit-linear-gradient(left top, #154777, #133661, #0e264c, #081838, #030325);
    background-image: -o-linear-gradient(left top, #154777, #133661, #0e264c, #081838, #030325);
    background-image: linear-gradient(to right bottom, #154777, #133661, #0e264c, #081838, #030325);
    opacity: .8;
    left: 0;
    top: 0;
    content: '';
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.industriesPage .industries_section .industries .inner-cnt {
    position: relative;
    top: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 11
}

.industriesPage .industries_section .industries .industries_Icon {
    padding: 10px 0
}

.industriesPage .industries_section .industries:hover {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.industriesPage .industries_section .industries:hover .inner-cnt {
    top: -10px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.industriesPage .industries_section h3 {
    color: #ffffff
}

.industriesPage .industries_section p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 300
}

.industriesPage .sectionContact {
    clear: both;
    padding: 100px 0
}

.industriesPage .sectionContact h2 {
    color: #000027;
    font-size: 44px;
    line-height: 39px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px
}

.industriesPage .sectionContact .contact-form {
    margin-top: 50px
}

.industriesPage .sectionContact .contact-form .textbox {
    position: relative
}

.industriesPage .sectionContact .contact-form .textbox input,
.industriesPage .sectionContact .contact-form .textbox textarea {
    width: 100%;
    background: #fff;
    height: 50px;
    border: 1px solid rgba(40, 53, 71, 0.26);
    border-radius: 3px;
    outline: none;
    margin-bottom: 25px;
    color: #000027;
    font-size: 13px;
    padding-left: 15px;
    font-family: "Raleway", sans-serif;
    resize: none
}

.industriesPage .sectionContact .contact-form .textbox textarea {
    height: 110px;
    padding-top: 15px
}

.industriesPage .sectionContact .contact-form .textbox label.error {
    position: absolute;
    font-size: 12px;
    color: red;
    right: 25px;
    top: 15px
}

.industriesPage .sectionContact .contact-form .btn {
    background: #1BBCF3;
    border: 1px solid #1BBCF3;
    width: 100px;
    height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-shadow: none;
    font-weight: 600;
    padding: 0;
    float: right;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    outline: none
}

.industriesPage .sectionContact .contact-form .btn:hover {
    background-color: transparent;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #1BBCF3
}

.industriesPage .sectionContact .contact-form .c-load {
    width: 5%;
    margin: 0 auto
}

.industriesPage .sectionContact .contact-form .c-status {
    margin-top: 20px
}

.industriesPage .sectionContact .contact-form .c-status span.red {
    color: red;
    display: block;
    text-align: center
}

.industriesPage .sectionContact .contact-form .c-status span.green {
    color: green;
    display: block;
    text-align: center
}

hr {
    margin: 2em 0
}

.search .img_outer {
    display: none
}

.default_pages .title {
    font-weight: bold
}

.default_pages a {
    outline: none
}

.default_pages h2 a {
    font-size: 25px;
    line-height: 30px
}

.default_pages p {
    line-height: 30px
}

.default_pages .post-repeat {
    margin-bottom: 35px
}

.default_pages input {
    height: 32px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 2px;
    outline: none
}

.default_pages input[type=submit] {
    text-shadow: none;
    outline: none;
    border: 1px solid #1BBCF3;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: #1BBCF3;
    height: 40px;
    line-height: 24px
}

.archive.category input {
    height: 32px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 2px;
    outline: none
}

.archive.category input[type=submit] {
    text-shadow: none;
    outline: none;
    border: 1px solid #1BBCF3;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: #1BBCF3;
    height: 40px;
    line-height: 24px
}

.pagination {
    display: block;
    text-align: center
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #1BBCF3;
    font-size: 14px
}

.pagination .page-numbers.current {
    background: #1BBCF3;
    color: #fff
}

.sidebar .screen-reader-text {
    display: none
}

.sidebar div#search-2 {
    padding-bottom: 25px
}

.sidebar h3.widget-title {
    font-size: 22px;
    font-weight: 500
}

.sidebar ul li a {
    font-size: 15px;
    outline: none
}

.sidebar input {
    height: 32px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 2px;
    outline: none
}

.sidebar input[type=submit] {
    text-shadow: none;
    outline: none;
    border: 1px solid #1BBCF3;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: #1BBCF3;
    height: 40px;
    line-height: 24px
}

.archive .post-list,
.blog .post-list {
    padding-bottom: 40px
}

.single-post p.comment-form-author,
.single-post p.comment-form-email,
.single-post p.comment-form-url {
    width: 32.33%;
    float: left;
    margin-right: 1.5%
}

.single-post p.comment-form-author input,
.single-post p.comment-form-email input,
.single-post p.comment-form-url input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding-left: 15px;
    outline: none;
    font-family: "Raleway", sans-serif
}

.single-post p.comment-form-url {
    margin-right: 0
}

.single-post textarea#comment {
    font-size: 14px;
    padding: 10px 0 0 15px;
    outline: none;
    resize: none;
    font-family: "Raleway", sans-serif
}

.single-post input#submit {
    color: #1BBCF3;
    border: 1px solid #1BBCF3;
    width: 165px;
    text-align: center;
    line-height: 45px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    background-color: transparent;
    text-shadow: none;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.single-post input#submit:hover {
    background: #1BBCF3;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff
}

.single-post p.comment-form-comment {
    clear: both
}

.single-post p.comment-form-author,
.single-post p.comment-form-comment,
.single-post p.comment-form-email {
    position: relative
}

.single-post label.error {
    position: absolute;
    color: red;
    font-size: 13px;
    right: 20px;
    top: 12px
}

.commentlist {
    list-style: none
}

article.comment {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px
}

article.comment .vcard img {
    max-width: 50px;
    position: absolute;
    top: 0;
    left: 0
}

.comments-area a {
    text-decoration: none
}

.comments-area time {
    clear: both;
    display: block;
    font-style: italic
}

.comment-reply-link,
.more_cts,
.rmore {
    cursor: pointer;
    width: auto;
    height: auto;
    display: inline-block;
    border: 1px solid #1BBCF3;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    background: #1BBCF3;
    color: #fff;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 3px
}

.post-name {
    font-size: 14px;
    font-style: italic;
    padding-bottom: 10px;
    display: block
}

h2.comments-title {
    font-size: 25px;
    font-weight: 400
}

.scetion_for_not_for .notf-cnt {
    padding-bottom: 20px;
    margin: 0 50px;
    position: relative
}

.scetion_for_not_for .notf-cnt h1 {
    font-weight: bold;
    font-size: 95px;
    margin-bottom: 0;
    line-height: 95px
}

.scetion_for_not_for .notf-cnt h2 {
    font-size: 30px;
    font-weight: 600
}

.scetion_for_not_for .notf-cnt input {
    height: 40px;
    font-size: 13px;
    padding: 0 0 0 10px;
    border-radius: 3px;
    outline: none
}

.scetion_for_not_for .notf-cnt input[type=submit] {
    text-shadow: none;
    outline: none;
    border: 1px solid #1BBCF3;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: #1BBCF3;
    height: 41px;
    line-height: 40px;
    padding: 0 15px
}

.scetion_for_not_for .notf-cnt:after {
    content: "\e9e5";
    font-family: 'icomoon';
    font-size: 320px;
    position: absolute;
    top: 0;
    right: 0px;
    color: #000027
}

@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot");
    src: url("fonts/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-mail:before {
    content: "\e900"
}

.icon-email:before {
    content: "\e900"
}

.icon-letter:before {
    content: "\e900"
}

.icon-envelope:before {
    content: "\e900"
}

.icon-contact:before {
    content: "\e900"
}

.icon-send:before {
    content: "\e903"
}

.icon-phone-call:before {
    content: "\e901"
}

.icon-keyboard_arrow_up:before {
    content: "\e902"
}

.icon-keyboard_arrow_down:before {
    content: "\e904"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-twitter:before {
    content: "\ea96"
}

.icon-sad:before {
    content: "\e9e5"
}

.icon-linkedin2:before {
    content: "\eaca"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.indus-sec .industries_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px
}

.indus-sec .industries {
    width: 21%;
    background-color: white;
    outline: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 13px 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}

.indus-sec .industries:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#154777), color-stop(#133661), color-stop(#0e264c), color-stop(#081838), to(#030325));
    background-image: -webkit-linear-gradient(left top, #154777, #133661, #0e264c, #081838, #030325);
    background-image: -o-linear-gradient(left top, #154777, #133661, #0e264c, #081838, #030325);
    background-image: linear-gradient(to right bottom, #154777, #133661, #0e264c, #081838, #030325);
    opacity: .8;
    left: 0;
    top: 0;
    content: '';
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.indus-sec .industries p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 300;
    margin-top: 0
}

.indus-sec .industries h3 {
    font-size: 25px;
    line-height: 30px;
    color: #fff
}

.indus-sec .industries .industries_Icon {
    padding-bottom: 10px
}

.indus-sec .industries:hover .inner-cnt {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    
}

.indus-sec .inner-cnt {
    position: relative;
    z-index: 99;
    top: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.tech-sec h2 {
    margin-bottom: 0px
}

.tech-sec .technology_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px
}

.tech-sec .inner-cnt {
    width: 21%;
    margin-bottom: 25px;
    border: 1px solid #fff;
    padding: 19px 0;
    background: #fff
}

.tech-sec .inner-cnt h3 {
    font-size: 18px;
    color: #fff;
    opacity: .85;
    text-align: center;
    margin-bottom: 0
}

.tech-sec .inner-cnt:hover .technology_logo img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.tech-sec .technology_logo {
    width: 60%;
    margin: 0 auto
}

.tech-sec .technology_logo img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.service-sec .serv-left.leftOnly {
    width: 100%
}

.service-sec .serv-left.leftOnly .serv-left-cnt {
    width: 50%;
    margin: 0 auto
}

.service-sec .serv-left.leftOnly .serv-left-cnt .left-outer {
    float: none;
    width: auto;
    padding-right: 0
}

.clientSliderSec {
    padding: 75px 0 200px 0
}

.clientSliderSec h2 {
    color: #000027;
    font-size: 42px;
    line-height: 39px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px
}

.clientSliderSec .item-cnt {
    padding: 0 20px
}

.clientSliderSec .client-slider {
    margin-top: 75px
}

.clientSliderSec .owl-dots {
    bottom: -100px;
    left: 0;
    right: 0
}

.clientSliderSec .owl-dots .owl-dot.active span,
.clientSliderSec .owl-dots .owl-dot:hover span {
    background: #1BBCF3
}

.fp-viewing-Contact #fp-nav ul li .fp-tooltip,
.fp-viewing-Why_Choose_Us #fp-nav ul li .fp-tooltip {
    color: #fff;
    opacity: .85
}

.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
}

.animate-out {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.it-bg:hover .hvr-float {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #1BBCF3;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-color: #1BBCF3
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #febf34;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
    color: white
}

.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hvr-rectangle-out:hover {
    border-color: #1BBCF3
}

.border-line {
    position: relative;
    display: block
}

.border-line:after,
.border-line:before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 9
}

.border-line:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.border-line:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}

.border-line:hover:after,
.border-line:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@-webkit-keyframes hvr-wobble-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)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-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)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}

.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.about-sec:hover .hvr-wobble-horizontal {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.fp-viewing-Prointegrate .about-sec .border-box,
.fp-viewing-Why_Choose_Us .about-sec .border-box {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out;
    opacity: 0
}

.fp-viewing-Prointegrate .about-sec .right-texts .contents,
.fp-viewing-Why_Choose_Us .about-sec .right-texts .contents {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Prointegrate .about-sec h2,
.fp-viewing-Prointegrate .about-sec h3,
.fp-viewing-Why_Choose_Us .about-sec h2,
.fp-viewing-Why_Choose_Us .about-sec h3 {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Prointegrate .about-sec a.more,
.fp-viewing-Why_Choose_Us .about-sec a.more {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-About .about-sec .border-box {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-About .about-sec .right-texts .contents {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-About .about-sec h2,
.fp-viewing-About .about-sec h3 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-About .about-sec a.more {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-About .service-sec .serv-left-cnt .left-outer {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-About .service-sec .serv-right-cnt {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Why_Choose_Us .service-sec .serv-left-cnt .left-outer {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Why_Choose_Us .service-sec .serv-right-cnt {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Why_Choose_Us .technologies .tech-cnt .it-bg .inner-cnt {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Why_Choose_Us .about-sec h2,
.fp-viewing-Why_Choose_Us .about-sec h3 {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Services .service-sec .serv-left-cnt .left-outer {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Services .service-sec .serv-right-cnt {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Services .technologies .tech-cnt .it-bg .inner-cnt {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Services .tech-sec .technology_set {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Services .tech-sec h2 {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Technology .technologies .tech-cnt .it-bg .inner-cnt {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Technology .news-sec h2 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Technology .tech-sec h2 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Technology .indus-sec .industries_set {
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Technology .news-sec a.more {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Technology .tech-sec .technology_set {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Industries .news-sec h2 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Industries .indus-sec .industries_set {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Industries .news-sec a.more {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Industries .contact-sec h2,
.fp-viewing-Industries .contact-sec p {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Industries .contact-sec .contact-form ul {
    -webkit-transform: translateY(90%);
    -ms-transform: translateY(90%);
    transform: translateY(90%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Industries .tech-sec .technology_set {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Industries .tech-sec h2 {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Contact .news-sec h2 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Contact .indus-sec .industries_set {
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Contact .news-sec a.more {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Contact .contact-sec h2,
.fp-viewing-Contact .contact-sec p {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Contact .contact-sec .contact-form ul {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Contact .location-sec .first {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Contact .location-sec .second {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Locations .contact-sec h2,
.fp-viewing-Locations .contact-sec p {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Locations .contact-sec .contact-form ul {
    -webkit-transform: translateY(90%);
    -ms-transform: translateY(90%);
    transform: translateY(90%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Locations .location-sec .first {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

.fp-viewing-Locations .location-sec .second {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    transition: all 1.1s ease-out
}

@media only screen and (min-width:992px) {
    .service-sec .serv-left-cnt .left-outer {
        float: right;
        width: 465px;
        padding-right: 30px
    }
    .service-sec .serv-right-cnt {
        width: 85%;
        margin-left: 45px
    }
    .news-sec p {
        font-size: 15px;
        line-height: 20px;
        margin: 25px 0 0px 0
    }
    .contact-sec h2 {
        line-height: 50px;
        margin: 20px 0 10px 0
    }
    .contact-sec .contact-form ul li {
        margin-bottom: 25px
    }
    .contact-sec .contact-form ul li textarea {
        height: 90px
    }
    .location-sec h3 {
        font-size: 19px
    }
    .location-sec p {
        line-height: 25px;
        font-size: 14px
    }
    .location-sec .cnt a.number {
        font-size: 15px
    }
    .location-sec .logos h4 {
        line-height: 26px;
        font-size: 15px
    }
    .location-sec .detail-cnt {
        margin-bottom: 50px
    }
    .about-sec p {
        font-size: 15px;
    }
    .about-sec h2 {
        font-size: 30px;
        line-height: 40px
    }
    .about-sec .border-box {
        height: 405px
    }
    .mob-mav {
        display: none
    }
    .news-sec.tech-sec a.more {
        margin: 0px auto 0 auto
    }
}

@media only screen and (min-width:1200px) {
    header {
        padding-top: 30px
    }
    .home-slider .border:before {
        width: 235px;
        height: 415px
    }
    .home-slider .texts h2 {
        font-size: 56px;
        line-height: 66px
    }
    .home-slider .texts p {
        font-size: 18px;
        line-height: 32px
    }
    .about-sec h2 {
        font-size: 42px;
        line-height: 60px
    }
    .about-sec p {
        font-size: 18px;
    }
    .about-sec .border-box {
        height: 435px
    }
    .service-sec .serv-left ul li {
        font-size: 15px;
        line-height: 25px
    }
    .service-sec .serv-left ul li span {
        font-size: 22px
    }
    .service-sec .serv-left-cnt .left-outer {
        width: 585px;
        float: right;
        padding-right: 60px
    }
    .service-sec .serv-right-cnt {
        width: 65%;
        margin-left: 85px
    }
    .service-sec .serv-right-cnt p {
        font-size: 16px;
        line-height: 30px
    }
    .service-sec .serv-right-cnt ul li {
        margin-top: 55px
    }
    .news-sec p {
        font-size: 18px;
        line-height: 28px;
        margin: 35px 0 0px 0
    }
    .news-sec a.more {
        margin: 40px auto 0 auto
    }
    .contact-sec h2 {
        font-size: 42px;
        line-height: 59px;
        margin: 35px 0 15px 0
    }
    .contact-sec .contact-form ul li {
        margin-bottom: 40px
    }
    .contact-sec .contact-form ul li textarea {
        height: 110px
    }
    .location-sec h3 {
        font-size: 25px
    }
    .location-sec p {
        line-height: 32px;
        font-size: 18px
    }
    .location-sec .cnt a.number {
        font-size: 18px
    }
    .location-sec .logos h4 {
        font-size: 21px;
        line-height: 26px
    }
    .location-sec .detail-cnt {
        margin-bottom: 75px
    }
}

@media only screen and (min-width:1370px) {
    .about-sec .border-box,
    .home-slider .border-box {
        width: 270px;
        height: 500px
    }
    .about-sec h2 {
        font-size: 42px;
        line-height: 60px
    }
    .about-sec .border-box {
        top: -70px
    }
    .service-sec .serv-left h2 {
        margin-bottom: 50px;
        font-size: 32px
    }
    .service-sec .serv-left ul li {
        margin-bottom: 65px;
        line-height: 30px;
        font-size: 16px
    }
    .service-sec .serv-left ul li span {
        font-size: 22px
    }
    .service-sec .serv-right-cnt {
        width: 50%
    }
    .service-sec .serv-right-cnt h2 {
        font-size: 32px;
        margin-bottom: 35px
    }
    .service-sec .serv-right-cnt h3 {
        font-size: 22px;
        line-height: 39px
    }
    .service-sec .serv-right-cnt ul li:last-child {
        margin-bottom: 125px
    }
    .news-sec a.more {
        margin: 90px auto 0 auto
    }
    .news-sec .news-cnt {
        margin-top: 95px
    }
    .contact-sec .contact-form ul li.textarea {
        margin-bottom: 65px
    }
    .contact-sec .contact-form ul li.textarea textarea {
        height: 140px
    }
    .location-sec .footer-nav {
    padding-top: 425px;
    }
    .service-sec .serv-right-cnt .owl-dots {
        bottom: 0
    }
    .logo-text {
        top: -5px
    }
}

@media only screen and (min-width:992px) {
    .logo-desk {
        display: none
    }
}

@media only screen and (min-width:600px) {
  
}

@media screen and (min-device-width:1024px) and (max-device-width:1135px) {
    .sidebar input.search-field {
        width: 140px
    }
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) {
    .sidebar input[type=submit] {
        height: 34px;
        line-height: 20px;
        width: 46px;
        font-size: 9px
    }
    .sidebar input.search-field {
        width: 96px
    }
    .sidebar h3.widget-title {
        font-size: 17px
    }
}

@media only screen and (max-width:1200px) {
    footer h5 {
        text-align: center;
        margin-top: 15px
    }
    footer ul {
        display: block;
        text-align: center
    }
    footer ul li {
        padding-bottom: 5px
    }
    footer ul li:last-child {
        padding-bottom: 0px
    }
    .whatWeDoPage .wwdSection2 .sec2Flowchart:after {
        width: 660px;
        top: 30%
    }
    .technologiesPage .cascade-slider_container {
        width: auto;
        overflow: hidden
    }
    .technologiesPage .cascade-slider_item {
        width: 35%
    }
    .technologiesPage .cascade-slider_arrow-left {
        left: 45%
    }
    .technologiesPage .cascade-slider_arrow-right {
        right: 45%
    }
    .technologiesPage .cascade-slider_arrow {
        top: 85%
    }
    .marlabs-IndustriesPage .s3cnt .s3Content {
        padding: 40px
    }
    header .site-logo {
        top: 6px
    }
    .whatWeDoPage .wwdSection2 {
        padding: 85px 0 50px 0
    }
}

@media only screen and (max-width:992px) {
    .service-sec .serv-left-cnt {
        width: 90%
    }
    .service-sec .serv-right-cnt {
        width: 85%;
        margin-left: 20px
    }
    .service-sec .serv-left-cnt .left-outer {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 20px
    }
    .about-sec,
    .contact-sec,
    .location-sec,
    .news-sec,
    .service-sec .serv-left,
    .service-sec .serv-right {
        width: 100%;
        height: auto;
        padding: 50px 0
    }
    .about-sec .abot-cnt,
    .service-sec {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .about-sec h2 br {
        display: none
    }
    .about-sec .left-text {
        width: 100%;
        text-align: center
    }
    .about-sec .right-texts {
        width: 100%;
        padding: 30px 0 0 0
    }
    .about-sec .border-box {
        display: none
    }
    .location-sec .location-cnt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .about-sec .abot-cnt {
        padding-top: 20px
    }
    .location-sec .first,
    .location-sec .second {
        width: 100%
    }
    .technologies .tech-cnt .it-bg {
        padding: 50px 15px;
        height: auto
    }
    .location-sec .second {
        margin-top: 80px
    }
    .home-slider .border-box {
        left: 0;
        height: 385px
    }
    .home-slider .texts h2 br {
        display: none
    }
    .about-sec:after,
    .about-sec:before {
        width: 100%
    }
    .location-sec .footer-nav h5 {
        text-align: left;
        padding-top: 15px
    }
    .whatWeDoPage .wwdSection2 .sec2Flowchart:after {
        display: none
    }
    .scetion_for_not_for .notf-cnt:after {
        font-size: 230px
    }
    .marlabs-IndustriesPage .s3cnt .s3Content {
        padding: 30px 0px 20px 20px
    }
    .marlabs-IndustriesPage .s3cnt p {
        font-size: 13px;
        line-height: 22px
    }
    .desk-nav {
        display: none
    }
    .logo-text {
        top: 25px
    }
    header .site-logo.mob {
        display: none
    }
    .logo-text {
        display: none
    }
    .home-slider .texts p {
        text-shadow: -1px -1px 0px #000
    }
    .home-sec {
        height: auto
    }
    .home-slider .pos-image {
        max-width: 400px
    }
}

@media only screen and (max-width:768px) {
    .about-sec .abot-cnt {
        padding-top: 0
    }
    .home-slider .texts {
        width: 95%
    }
    .news-sec .news-cnt .col-md-4 {
        margin-bottom: 40px
    }
    .contact-sec .contact-form ul {
        width: auto
    }
    .home-slider .texts p br {
        display: none
    }
    .about-sec h2,
    .contact-sec h2,
    .news-sec h2 {
        font-size: 30px;
        line-height: 40px
    }
    .about-sec p {
        font-size: 15px;

    }
    .location-sec .location-name {
        width: 45%
    }
    .location-sec h3 {
        font-size: 20px
    }
    .location-sec h3 {
        font-size: 15px
    }
    .location-sec p {
        line-height: 25px;
        font-size: 14px
    }
    .location-sec .address {
        padding-left: 25px
    }
    .contact-sec:after {
        right: 0
    }
    .contact-sec h2 {
        margin-top: 0
    }
    .ourPresencePage .connect-sec .contact-cnt {
        width: 100%
    }
    .ourPresencePage .contact-form .btn {
        float: left
    }
    .banner {
        overflow: hidden
    }
    .ourPresencePage .inner-cnt h3 {
        font-size: 22px;
        line-height: 30px
    }
    .banner img {
        height: 400px;
        max-width: inherit;
        width: auto
    }
    .button_container {
        top: 30px;
        right: 15px
    }
    .whatWeDoPage .wwdSection2 {
        padding: 50px 0 10px 0
    }
    .whatWeDoPage .sec2Content {
        padding-left: 0;
        padding-top: 50px
    }
    .whatWeDoPage .wwdSection2 .flowchartBlock p {
        font-size: 17px;
        line-height: 28px
    }
    .whatWeDoPage .sec2Data .featureBlock {
        margin-bottom: 60px
    }
    .whatWeDoPage .contentBlock p {
        font-size: 15px;
        line-height: 25px
    }
    .whatWeDoPage {
        padding: 50px 0 0px 0
    }
    .whatWeDoPage .sec1Title h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 40px
    }
    .whatWeDoPage .sec2Content p {
        font-size: 17px;
        line-height: 28px
    }
    .whatWeDoPage .wwdSection2 .flowchartBlock {
        max-width: 49%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-right: 0
    }
    .whatWeDoPage .wwdSection2 .flowchartBlock:nth-child(2n+2) {
        margin-right: 0
    }
    .whatWeDoPage .wwdSection2 .sec2Flowchart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .whatWeDoPage .last-cnt {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .whatWeDoPage .wwdSection2 {
        padding: 50px 0
    }
    .whatWeDoPage .sec2Data {
        padding-top: 50px
    }
    .pageCaption h2 {
        font-size: 45px;
        line-height: 55px
    }
    .archive.category div#no-result {
        padding-bottom: 35px
    }
    .scetion_for_not_for .notf-cnt:after {
        display: none
    }
    .technologiesPage .topSection {
        padding-bottom: 0
    }
    .topSection {
        padding: 60px 0 25px 0
    }
    .topSection h2 {
        font-size: 35px
    }
    .topSection p {
        font-size: 17px
    }
    .marlabs-IndustriesPage .Section2 h2,
    .marlabs-IndustriesPage .Section4 h2,
    .marlabs-IndustriesPage .Section5 h2 {
        font-size: 35px
    }
    .marlabs-IndustriesPage .s3cnt {
        margin-bottom: 50px
    }
    .marlabs-IndustriesPage .s2SubBlockOuter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .marlabs-IndustriesPage .s2SubBlockOuter .s2SubBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 40px
    }
    .marlabs-IndustriesPage .s3cnt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .marlabs-IndustriesPage .s3cnt .s3Image,
    .marlabs-IndustriesPage .s3cnt .s3Image img {
        width: 100%
    }
    .marlabs-IndustriesPage .s3cnt p {
        font-size: 14px;
        line-height: 25px
    }
    .marlabs-IndustriesPage .Section5 {
        padding: 0 0 70px 0
    }
    .marlabs-IndustriesPage .Section5 .contact-form .btn {
        float: left
    }
    .marlabs-IndustriesPage .s3cnt .s3Content {
        width: 100%
    }
    .industriesPage .sectionContact h2 {
        font-size: 35px
    }
    .industriesPage .sectionContact {
        padding: 50px 0
    }
    .industriesPage .sectionContact .contact-form .btn {
        float: left
    }
    .home-slider .item-cnt {
        height: 70vh
    }
    .tech-sec .technology_set {
        margin-top: 50px
    }
    .service-sec .serv-left.leftOnly .serv-left-cnt {
        width: 90%
    }
    .service-sec .serv-left.leftOnly .serv-left-cnt .left-outer {
        padding-left: 0
    }
    .logo-text {
        top: 34px;
        width: 66%;
        left: -4px
    }
    header .site-logo {
        top: 5px
    }
    .location-sec {
        background-position: center
    }
    .home-slider .owl-dots {
        right: 0;
        text-align: center;
        bottom: 25px;
        left: 0;
        margin: 0 auto
    }
}

@media only screen and (max-width:600px) {
    .home-slider .border-box {
        width: 185px;
        height: 265px
    }
    .location-sec .footer-nav ul li {
        padding: 0 0 15px 0
    }
    .location-sec .footer-nav ul li a {
        font-size: 15px
    }
    .location-sec .footer-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .news-sec .news-cnt {
        margin-top: 40px
    }
    .ourPresencePage {
        padding-top: 50px
    }
    .pageCaption h2 {
        font-size: 40px;
        line-height: 50px
    }
    .ourPresencePage .connect-sec h2,
    .topSection h2 {
        font-size: 40px
    }
    .scetion_for_not_for .notf-cnt h1 {
        font-size: 80px
    }
    .main-container {
        padding: 30px 15px
    }
    .single-post p.comment-form-author,
    .single-post p.comment-form-email,
    .single-post p.comment-form-url {
        width: 100%
    }
    .whatWeDoPage div.blockIcon img {
        display: block;
        margin: 0 auto
    }
    .marlabs-IndustriesPage .s4SubBlockOuter .s4SubBlock {
        padding: 25px 15px
    }
    .marlabs-IndustriesPage .Section5 .contact-form .c-load {
        width: 10%
    }
    .contact-sec .contact-form .c-status span {
        width: 45%
    }
    .industriesPage .industries_section .industries_set {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .industriesPage .industries_section .industries {
        width: 100%;
        margin-bottom: 15px;
        padding: 40px 20px
    }
    .industriesPage .industries_section .industries:last-child {
        margin-bottom: 0
    }
    .industriesPage .sectionContact h2 {
        font-size: 30px;
        line-height: 40px
    }
    .indus-sec .industries_set {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .indus-sec .industries {
        width: 100%;
        margin-bottom: 15px;
        padding: 40px 20px
    }
    .tech-sec .inner-cnt {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .clientSliderSec h2 {
        font-size: 30px;
        line-height: 35px
    }
    .clientSliderSec {
        padding: 55px 0 140px 0
    }
    .clientSliderSec .client-slider {
        margin-top: 40px
    }
    .clientSliderSec .owl-dots {
        bottom: -85px
    }
    .logo-text {
        top: 25px
    }
    .home-slider .texts h2 {
        font-size: 27px;
        line-height: 35px
    }
    .scetion_for_not_for .notf-cnt {
        margin: 0
    }
    .home-slider .pos-image {
        max-width: 200px
    }
    .home-slider .texts a {
        margin-top: 60px
    }
}

@media only screen and (max-width:480px) {
    .home-slider .border-box {
        width: 185px;
        height: 235px;
        top: -5px
    }
    .home-slider .texts {
        padding-left: 15px
    }
    .home-slider .texts h2 {
        font-size: 25px;
        line-height: 35px
    }
    .location-sec .cnt a.number {
        font-size: 14px
    }
    .contact-sec:before {
        display: none
    }
    .service-sec .serv-left h2,
    .service-sec .serv-right-cnt h2 {
        font-size: 22px;
        line-height: 30px
    }
    .button_container {
        top: 35px
    }
    .ourPresencePage .connect-sec h2 {
        font-size: 30px;
        line-height: 40px
    }
    .ourPresencePage .connect-sec {
        padding: 35px 0 40px 0
    }
    .ourPresencePage .address-sec {
        padding-bottom: 50px
    }
    .ourPresencePage .inner-cnt {
        padding: 25px;
        text-align: center
    }
    .ourPresencePage .inner-cnt h3 {
        font-size: 20px
    }
    .ourPresencePage .inner-cnt a,
    .ourPresencePage .inner-cnt p {
        font-size: 15px;
        line-height: 25px
    }
    .ourPresencePage {
        padding-top: 30px
    }
    .topSection h2 {
        font-size: 30px;
        line-height: 40px
    }
    .topSection p {
        font-size: 15px;
        line-height: 25px
    }
    .banner img {
        height: 300px;
        max-width: inherit
    }
    .pageCaption h2 {
        font-size: 30px;
        line-height: 40px
    }
    .pageCaption #breadcrumbs a,
    .pageCaption span {
        font-size: 15px
    }
    footer ul li {
        display: block;
        padding-bottom: 10px
    }
    .whatWeDoPage .wwdSection2 .flowchartBlock {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .whatWeDoPage .wwdSection2 .sec2Title h2 {
        font-size: 35px
    }
    .whatWeDoPage .wwdSection2 .sec2Title p {
        font-size: 16px
    }
    .whatWeDoPage .wwdSection2 .flowchartBlock p {
        font-size: 15px;
        line-height: 25px
    }
    .whatWeDoPage .wwdSection1 {
        padding-bottom: 0
    }
    .whatWeDoPage .sec2Content p {
        font-size: 15px;
        line-height: 25px
    }
    .whatWeDoPage .sec2Data .featureBlock,
    .whatWeDoPage .sec2Data .featureBlock:nth-child(4),
    .whatWeDoPage .sec2Data .featureBlock:nth-child(5) {
        margin-bottom: 50px
    }
    .whatWeDoPage .sec2Content {
        padding: 0
    }
    .whatWeDoPage .sec2Data {
        padding-top: 40px
    }
    .whatWeDoPage .sec1Title h2 {
        font-size: 25px;
        line-height: 35px;
        text-align: center
    }
    .whatWeDoPage .wwdSection2 .sec2Title h2 {
        font-size: 30px;
        line-height: 35px
    }
    .default_pages .title {
        font-size: 26px
    }
    .default_pages h2,
    .default_pages h2 a {
        line-height: 25px
    }
    .default_pages h2 a {
        font-size: 23px
    }
    .default_pages p {
        font-size: 15px
    }
    .default_pages span.screen-reader-text {
        display: block;
        font-size: 14px;
        padding-bottom: 5px
    }
    .archive h2.post-title {
        font-size: 23px;
        line-height: 30px
    }
    h1.title {
        font-size: 35px;
        line-height: 40px
    }
    .commentlist {
        padding: 0;
        margin: 0
    }
    article.comment {
        padding-left: 55px
    }
    p {
        font-size: 15px
    }
    .single-post input#submit {
        width: 150px;
        line-height: 35px
    }
    .technologiesPage .cascade-slider_item {
        width: 72%;
        top: 40%
    }
    .technologiesPage .cascade-slider_arrow {
        top: 90%
    }
    .technologiesPage .cascade-slider_arrow-right {
        right: 35%
    }
    .technologiesPage .cascade-slider_arrow-left {
        left: 35%
    }
    .technologiesPage .cascade-slider_container {
        height: 250px
    }
    footer ul li {
        padding-right: 0
    }
    h2.text-bold-7 {
        font-size: 20px;
        line-height: 30px
    }
    .topSection {
        padding: 30px 0 20px 0
    }
    .technologiesPage .topSection {
        padding: 35px 0 20px 0
    }
    footer {
        padding: 30px
    }
    .marlabs-IndustriesPage .s4SubBlockOuter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .marlabs-IndustriesPage .s4SubBlockOuter .s4SubBlock {
        width: 100%;
        margin-bottom: 15px
    }
    .marlabs-IndustriesPage .s4SubBlockOuter .s4SubBlock:last-child {
        margin-bottom: 0
    }
    .marlabs-IndustriesPage .s4SubBlockOuter {
        margin: 30px 0 50px 0
    }
    .marlabs-IndustriesPage .s2SubBlockOuter .s2SubBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 45px 20px
    }
    .marlabs-IndustriesPage .Section2 h2,
    .marlabs-IndustriesPage .Section4 h2,
    .marlabs-IndustriesPage .Section5 h2 {
        font-size: 30px;
        line-height: 40px
    }
    .marlabs-IndustriesPage .s2SubBlockOuter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0 50px 0
    }
    .marlabs-IndustriesPage .s3cnt h3 {
        font-size: 20px
    }
    .marlabs-IndustriesPage .s3cnt .s3Content {
        padding: 30px 0px 30px 20px
    }
    .marlabs-IndustriesPage .Section2 {
        padding-top: 40px
    }
    .industriesPage .industries_section {
        padding-top: 20px
    }
    .alignleft {
        float: none;
        margin: 0
    }
    .tech-sec .inner-cnt {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 0
    }
    .location-sec .cnt {
        margin-top: 15px
    }
    .home-slider .pos-image {
        max-width: 160px
    }
}

.size-image{
   height: auto;
   width: 120px;
}
@media only screen and (max-width: 600px) {
    
.size-image{
   height: auto;
   width: 90px;
} 
}


@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    .news-sec.tech-sec a.more {
        margin: 30px auto 0 auto
    }
}

/*# sourceMappingURL=style.css.map */