/*fontawesome*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import "http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome.eot);
    src: url(../fonts/fontawesome.eot) format("embedded-opentype"),
    url(../fonts/fontawesome.ttf) format("truetype"),
    url(../fonts/fontawesome.woff) format("woff"),
    url(../fonts/fontawesome.svg) format("svg");
    font-weight: 400;
    font-style: normal
}
footer .col-12.pt-1.pt-md-0.col-md-4.text-center.text-md-left {
    float: left;
    margin-top: -24px !important;
}
footer .col-12.col-md-3.mt-2.pt-1.mt-md-0.pt-md-0.text-center.text-md-left {
    float: left;
    margin-top: -14px !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-play:before {
    content: "\f04b";
}
.fa-circle:before{
    content: "\f111";
}

@font-face {
    font-family: 'olnova-heavyregular';
    src: url('../fonts/olnova-heavy-webfont.woff2') format('woff2'),
    url('../fonts/olnova-heavy-webfont.woff') format('woff'),
    url('../fonts/olnova-heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*pier_sansbold*/

@font-face {
    font-family: 'pier_sansbold';
    src: url('../fonts/pier-bold-webfont.woff2') format('woff2'),
    url('../fonts/pier-bold-webfont.woff') format('woff'),
    url('../fonts/pier-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pier_sansregular';
    src: url('../fonts/pier-regular-webfont.woff2') format('woff2'),
    url('../fonts/pier-regular-webfont.woff') format('woff'),
    url('../fonts/pier-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenirlight';
    src: 
    url('../fonts/avenirlight.woff2') format('woff2'),
    url('../fonts/avenirlight.woff') format('woff'),
    url('../fonts/avenirlight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'avenirblack';
    src: url('../fonts/12_avenir_95_black___09173-webfont.woff2') format('woff2'),
         url('../fonts/12_avenir_95_black___09173-webfont.woff') format('woff'),
         url('../fonts/12_avenir_95_black___09173-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

html,
body {
    overflow-x: hidden;
}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: 'avenirlight';
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #f36f24;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: 0.3s;
    outline: 0;
}

a:hover {
    color: #f36f24;
    text-decoration: none;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

.img-fluid {
    max-width: 100%;
}

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none!important
}

html {
    font-size: 62.5%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

@media (min-width:766px) {
    .container {
        max-width: 100%
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 92%
    }
}

@media (min-width:1281px) {
    .container {
        max-width: 1180px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1180px
    }
}

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

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

.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%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:766px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1024px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1281px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1600px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #fff!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-darked {
    background-color: #1c1c1c!important
}

a.bg-darked:focus,
a.bg-darked:hover,
button.bg-darked:focus,
button.bg-darked:hover {
    background-color: #030303!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-darked {
    border-color: #1c1c1c!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.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: flex!important
}

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

@media (min-width:766px) {
    .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: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1024px) {
    .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: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1281px) {
    .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: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1600px) {
    .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: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!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: flex!important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-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
}

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

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

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

.justify-content-between {
    -ms-flex-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;
    align-items: flex-start!important
}

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

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

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

.align-items-stretch {
    -ms-flex-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;
    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;
    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;
    align-self: stretch!important
}

@media (min-width:766px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-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
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-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;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-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;
        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;
        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;
        align-self: stretch!important
    }
}

@media (min-width:1024px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-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;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-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;
        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;
        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;
        align-self: stretch!important
    }
}

@media (min-width:1281px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1600px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}
@media (max-width:768px) {
footer .col-12.pt-1.pt-md-0.col-md-4.text-center.text-md-left {
    float: left;
    margin-top: 0 !important;
}
}
@media (min-width:766px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:1024px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:1281px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1600px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mw-50 {
    max-width: 50%!important
}

.mh-100 {
    max-height: 100%!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: .5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

.mb-3,
.my-3 {
    margin-bottom: 2rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
    margin: 6rem!important
}

.mt-7,
.my-7 {
    margin-top: 6rem!important
}

.mr-7,
.mx-7 {
    margin-right: 6rem!important
}

.mb-7,
.my-7 {
    margin-bottom: 6rem!important
}

.ml-7,
.mx-7 {
    margin-left: 6rem!important
}

.m-8 {
    margin: 10rem!important
}

.mt-8,
.my-8 {
    margin-top: 10rem!important
}

.mr-8,
.mx-8 {
    margin-right: 10rem!important
}

.mb-8,
.my-8 {
    margin-bottom: 10rem!important
}

.ml-8,
.mx-8 {
    margin-left: 10rem!important
}

.m-9 {
    margin: 12rem!important
}

.mt-9,
.my-9 {
    margin-top: 12rem!important
}

.mr-9,
.mx-9 {
    margin-right: 12rem!important
}

.mb-9,
.my-9 {
    margin-bottom: 12rem!important
}

.ml-9,
.mx-9 {
    margin-left: 12rem!important
}

.m-10 {
    margin: 16rem!important
}

.mt-10,
.my-10 {
    margin-top: 16rem!important
}

.mr-10,
.mx-10 {
    margin-right: 16rem!important
}

.mb-10,
.my-10 {
    margin-bottom: 16rem!important
}

.ml-10,
.mx-10 {
    margin-left: 16rem!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: .5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-7 {
    padding: 6rem!important
}

.pt-7,
.py-7 {
    padding-top: 6rem!important
}

.pr-7,
.px-7 {
    padding-right: 6rem!important
}

.pb-7,
.py-7 {
    padding-bottom: 3rem
}

.pl-7,
.px-7 {
    padding-left: 6rem!important
}

.p-8 {
    padding: 10rem!important
}

.pt-8,
.py-8 {
    padding-top: 10rem!important
}

.pr-8,
.px-8 {
    padding-right: 10rem!important
}

.pb-8,
.py-8 {
    padding-bottom: 10rem!important
}

.pl-8,
.px-8 {
    padding-left: 10rem!important
}

.p-9 {
    padding: 12rem!important
}

.pt-9,
.py-9 {
    padding-top: 12rem!important
}

.pr-9,
.px-9 {
    padding-right: 12rem!important
}

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

.pl-9,
.px-9 {
    padding-left: 12rem!important
}

.p-10 {
    padding: 16rem!important
}

.pt-10,
.py-10 {
    padding-top: 5rem
}

@media (min-width: 768px){

.pb-7,
.py-7 {
    padding-bottom: 6rem!important
}

.pb-9,
.py-9 {
    padding-bottom: 12rem!important
}

.pt-10,
.py-10 {
    padding-top: 16rem
}    
}

.pt-11 {
    padding-top: 2rem!important
}

.pr-10,
.px-10 {
    padding-right: 16rem!important
}

.pb-10,
.py-10 {
    padding-bottom: 16rem!important
}

.pl-10,
.px-10 {
    padding-left: 16rem!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
}
img.licon {
    height: 35px;
    position: absolute;
    margin-left: -40px;
    margin-top: 5px;
}
@media (min-width:991px) {
    .pt-11 {
        padding-top: 15rem !important
    }
    .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: .5rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .5rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .5rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .5rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .5rem!important
    }
    .m-sm-2 {
        margin: 1rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 1rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 1rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 1rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 1rem!important
    }
    .m-sm-3 {
        margin: 2rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 2rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 2rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 2rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 2rem!important
    }
    .m-sm-4 {
        margin: 3rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 3rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 3rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 3rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 3rem!important
    }
    .m-sm-5 {
        margin: 4rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 4rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 4rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 4rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 4rem!important
    }
    .m-sm-6 {
        margin: 5rem!important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 5rem!important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 5rem!important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 5rem!important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 5rem!important
    }
    .m-sm-7 {
        margin: 6rem!important
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 6rem!important
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 6rem!important
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 6rem!important
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 6rem!important
    }
    .m-sm-8 {
        margin: 10rem!important
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 10rem!important
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 10rem!important
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 10rem!important
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 10rem!important
    }
    .m-sm-9 {
        margin: 12rem!important
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 12rem!important
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 12rem!important
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 12rem!important
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 12rem!important
    }
    .m-sm-10 {
        margin: 16rem!important
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 16rem!important
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 16rem!important
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 16rem!important
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 16rem!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: .5rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .5rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .5rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .5rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .5rem!important
    }
    .p-sm-2 {
        padding: 1rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 1rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 1rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 1rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 1rem!important
    }
    .p-sm-3 {
        padding: 2rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 2rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 2rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 2rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 2rem!important
    }
    .p-sm-4 {
        padding: 3rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 3rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 3rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 3rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 3rem!important
    }
    .p-sm-5 {
        padding: 4rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 4rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 4rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 4rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 4rem!important
    }
    .p-sm-6 {
        padding: 5rem!important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 5rem!important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 5rem!important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 5rem!important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 5rem!important
    }
    .p-sm-7 {
        padding: 6rem!important
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 6rem!important
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 6rem!important
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 6rem!important
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 6rem!important
    }
    .p-sm-8 {
        padding: 10rem!important
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 10rem!important
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 10rem!important
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 10rem!important
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 10rem!important
    }
    .p-sm-9 {
        padding: 12rem!important
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 12rem!important
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 12rem!important
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 12rem!important
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 12rem!important
    }
    .p-sm-10 {
        padding: 16rem!important
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 16rem!important
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 16rem!important
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 16rem!important
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 16rem!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:1024px) {
    .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: .5rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .5rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .5rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .5rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .5rem!important
    }
    .m-md-2 {
        margin: 1rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 1rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 1rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 1rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 1rem!important
    }
    .m-md-3 {
        margin: 2rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 2rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 2rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 2rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 2rem!important
    }
    .m-md-4 {
        margin: 3rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 3rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 3rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 3rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 3rem!important
    }
    .m-md-5 {
        margin: 4rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 4rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 4rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 4rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 4rem!important
    }
    .m-md-6 {
        margin: 5rem!important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 5rem!important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 5rem!important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 5rem!important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 5rem!important
    }
    .m-md-7 {
        margin: 6rem!important
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 6rem!important
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 6rem!important
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 6rem!important
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 6rem!important
    }
    .m-md-8 {
        margin: 10rem!important
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 10rem!important
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 10rem!important
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 10rem!important
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 10rem!important
    }
    .m-md-9 {
        margin: 12rem!important
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 12rem!important
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 12rem!important
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 12rem!important
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 12rem!important
    }
    .m-md-10 {
        margin: 16rem!important
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 16rem!important
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 16rem!important
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 16rem!important
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 16rem!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: .5rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .5rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .5rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .5rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .5rem!important
    }
    .p-md-2 {
        padding: 1rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 1rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 1rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 1rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 1rem!important
    }
    .p-md-3 {
        padding: 2rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 2rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 2rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 2rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 2rem!important
    }
    .p-md-4 {
        padding: 3rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 3rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 3rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 3rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 3rem!important
    }
    .p-md-5 {
        padding: 4rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 4rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 4rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 4rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 4rem!important
    }
    .p-md-6 {
        padding: 5rem!important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 5rem!important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 5rem!important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 5rem!important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 5rem!important
    }
    .p-md-7 {
        padding: 6rem!important
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 6rem!important
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 6rem!important
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 6rem!important
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 6rem!important
    }
    .p-md-8 {
        padding: 10rem!important
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 10rem!important
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 10rem!important
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 10rem!important
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 10rem!important
    }
    .p-md-9 {
        padding: 12rem!important
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 12rem!important
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 12rem!important
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 12rem!important
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 12rem!important
    }
    .p-md-10 {
        padding: 16rem!important
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 16rem!important
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 16rem!important
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 16rem!important
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 16rem!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:1281px) {
    .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: .5rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .5rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .5rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .5rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .5rem!important
    }
    .m-lg-2 {
        margin: 1rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 1rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 1rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 1rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 1rem!important
    }
    .m-lg-3 {
        margin: 2rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 2rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 2rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 2rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 2rem!important
    }
    .m-lg-4 {
        margin: 3rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 3rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 3rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 3rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 3rem!important
    }
    .m-lg-5 {
        margin: 4rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 4rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 4rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 4rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 4rem!important
    }
    .m-lg-6 {
        margin: 5rem!important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 5rem!important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 5rem!important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 5rem!important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 5rem!important
    }
    .m-lg-7 {
        margin: 6rem!important
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 6rem!important
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 6rem!important
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 6rem!important
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 6rem!important
    }
    .m-lg-8 {
        margin: 10rem!important
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 10rem!important
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 10rem!important
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 10rem!important
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 10rem!important
    }
    .m-lg-9 {
        margin: 12rem!important
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 12rem!important
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 12rem!important
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 12rem!important
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 12rem!important
    }
    .m-lg-10 {
        margin: 16rem!important
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 16rem!important
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 16rem!important
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 16rem!important
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 16rem!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: .5rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .5rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .5rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .5rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .5rem!important
    }
    .p-lg-2 {
        padding: 1rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 1rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 1rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 1rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 1rem!important
    }
    .p-lg-3 {
        padding: 2rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 2rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 2rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 2rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 2rem!important
    }
    .p-lg-4 {
        padding: 3rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 3rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 3rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 3rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 3rem!important
    }
    .p-lg-5 {
        padding: 4rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 4rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 4rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 4rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 4rem!important
    }
    .p-lg-6 {
        padding: 5rem!important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 5rem!important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 5rem!important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 5rem!important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 5rem!important
    }
    .p-lg-7 {
        padding: 6rem!important
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 6rem!important
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 6rem!important
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 6rem!important
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 6rem!important
    }
    .p-lg-8 {
        padding: 10rem!important
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 10rem!important
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 10rem!important
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 10rem!important
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 10rem!important
    }
    .p-lg-9 {
        padding: 12rem!important
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 12rem!important
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 12rem!important
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 12rem!important
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 12rem!important
    }
    .p-lg-10 {
        padding: 16rem!important
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 16rem!important
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 16rem!important
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 16rem!important
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 16rem!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:1600px) {
    .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: .5rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .5rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .5rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .5rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .5rem!important
    }
    .m-xl-2 {
        margin: 1rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 1rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 1rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 1rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 1rem!important
    }
    .m-xl-3 {
        margin: 2rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 2rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 2rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 2rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 2rem!important
    }
    .m-xl-4 {
        margin: 3rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 3rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 3rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 3rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 3rem!important
    }
    .m-xl-5 {
        margin: 4rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 4rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 4rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 4rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 4rem!important
    }
    .m-xl-6 {
        margin: 5rem!important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 5rem!important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 5rem!important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 5rem!important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 5rem!important
    }
    .m-xl-7 {
        margin: 6rem!important
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 6rem!important
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 6rem!important
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 6rem!important
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 6rem!important
    }
    .m-xl-8 {
        margin: 10rem!important
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 10rem!important
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 10rem!important
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 10rem!important
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 10rem!important
    }
    .m-xl-9 {
        margin: 12rem!important
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 12rem!important
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 12rem!important
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 12rem!important
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 12rem!important
    }
    .m-xl-10 {
        margin: 16rem!important
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 16rem!important
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 16rem!important
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 16rem!important
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 16rem!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: .5rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .5rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .5rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .5rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .5rem!important
    }
    .p-xl-2 {
        padding: 1rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 1rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 1rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 1rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 1rem!important
    }
    .p-xl-3 {
        padding: 2rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 2rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 2rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 2rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 2rem!important
    }
    .p-xl-4 {
        padding: 3rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 3rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 3rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 3rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 3rem!important
    }
    .p-xl-5 {
        padding: 4rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 4rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 4rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 4rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 4rem!important
    }
    .p-xl-6 {
        padding: 5rem!important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 5rem!important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 5rem!important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 5rem!important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 5rem!important
    }
    .p-xl-7 {
        padding: 6rem!important
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 6rem!important
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 6rem!important
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 6rem!important
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 6rem!important
    }
    .p-xl-8 {
        padding: 10rem!important
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 10rem!important
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 10rem!important
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 10rem!important
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 10rem!important
    }
    .p-xl-9 {
        padding: 12rem!important
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 12rem!important
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 12rem!important
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 12rem!important
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 12rem!important
    }
    .p-xl-10 {
        padding: 16rem!important
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 16rem!important
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 16rem!important
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 16rem!important
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 16rem!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
    }
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:766px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:1024px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:1281px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1600px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

.text-darked {
    color: #1c1c1c!important
}

a.text-darked:focus,
a.text-darked:hover {
    color: #030303!important
}

.text-muted {
    color: #6c757d!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.yos {
    width: 100%;
    overflow: hidden
}

.hoverlink {
    color: inherit;
    padding-bottom: .2rem;
    padding-top: .2rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border: 1px solid #f36f24;
}

.hoverlink:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f36f24;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out
}

.hoverlink:focus,
.hoverlink:hover {
    color: #fff;
    text-decoration: none
}

.hoverlink:focus:after,
.hoverlink:hover:after {
    transform: translateX(0)
}

.h-100vh {
    height: 100vh
}

h1 {
    text-transform: uppercase;
    font-family: FuturaBt Medium, Verdana, Arial, sans-serif;
    font-size: 6rem;
    line-height: normal;
    letter-spacing: -.09rem
}

h1,
h1 .small {
    font-weight: 400
}

h1 .small {
    font-size: 1.7rem;
    margin-top: -1.7rem;
    display: block;
    font-family: FuturaBt MediumCondensed, Verdana, Arial, sans-serif;
    letter-spacing: normal
}

h1 .triangle-bg {
    line-height: .8;
    color: #305887;
    background: #b4e8b8;
    transform: translateX(-5px) translateY(-7px);
    vertical-align: middle;
    height: 32px;
    position: relative
}

h1 .triangle-bg:after,
h1 .triangle-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid
}

h1 .triangle-bg:before {
    border-width: 0 32px 32px 0;
    border-color: transparent #b4e8b8 transparent transparent;
    right: 99.5%
}

h1 .triangle-bg:after {
    border-width: 32px 32px 0 0;
    border-color: #b4e8b8 transparent transparent;
    left: 99.5%
}

@media (min-width:766px) {
    h1 {
        font-size: 14rem;
        line-height: 13rem
    }
    h1 .small {
        font-size: 3.4rem;
        margin-top: -3rem
    }
}

h2 {
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 400
}

@media (min-width:1024px) {
    h2 {
        font-size: 3.6rem;
        line-height: 3.5rem;
    }
}

h3 {
    line-height: 3.2rem;
    font-size: 3rem;
}

h3,
h3 span {
    font-weight: 400
}

h3 span {
    text-transform: none;
    display: block;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: normal
}

h3 a {
    color: inherit
}

h3 a:focus,
h3 a:hover {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

@media (min-width:1024px) {
    h3 {
        font-size: 5.6rem;
        line-height: .95;
        letter-spacing: -.08rem
    }
    h3 span {
        font-size: 3rem;
        line-height: 1.05
    }
}

::-moz-selection { 
    color: #fff;
    background: #f36f24;
}

::selection {
    color: #fff;
    background: #f36f24;
}

.bloc-shadow {
    box-shadow: 7px 7px 12px 7px hsla(0, 0%, 9%, .06)
}

@media (min-width:766px) {
    .bloc-sm-shadow {
        box-shadow: 22px 22px 40px 0 hsla(0, 0%, 9%, .06)
    }
}

.gradient-text {
    color: #335d8f
}

body:not(.-ie11) .gradient-text {
    font-family: 'avenirblack';
    font-size: 8.5rem;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: -10px;
    text-align: center;
    background: rgb(239,54,68);
    background: linear-gradient(270deg, rgba(239,54,68,1) 0%, rgba(247,182,81,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-static {
    position: static
}

.section__step {
    font-family: 'olnova-heavyregular';
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 0;
    color: rgba(155, 155, 155, 0.20);
    font-size: 18rem;
    letter-spacing: .02em;
    font-weight: 400;
    transform: translate(-50%, -40%)
}

@media (max-width:414px) {
    .section__step{
        font-size: 18rem;
        transform: translate(-50%, -60%);
    }
}

@media (min-width:766px) {
    .section__step {
        font-size: 18rem;
        letter-spacing: -8px;
        top: -35px;
    }
}

.section__step+* {
    z-index: 10
}

.p-relative,
.section__step+* {
    position: relative
}

@keyframes a {
    0%,
    to {
        transform: scale(1)
    }
    30% {
        transform: scale(.85)
    }
    80% {
        transform: scale(1.1)
    }
}

@keyframes b {
    0%,
    to {
        opacity: 1;
        transform: translateY(0)
    }
    50% {
        opacity: 0;
        transform: translateY(3px)
    }
    51% {
        opacity: 0;
        transform: translateY(-3px)
    }
}

@keyframes c {
    0%,
    to {
        transform: translateY(0)
    }
    30%,
    70% {
        transform: translateY(-100%)
    }
}

@keyframes d {
    0% {
        opacity: 1
    }
    31% {
        opacity: 1;
        position: relative
    }
    32% {
        position: absolute;
        top: -100vh
    }
    50%,
    to {
        opacity: 0;
        position: absolute;
        pointer-events: none;
        height: 0;
        width: 0;
        margin-left: -115px
    }
}

@keyframes e {
    0% {
        opacity: 0;
        position: absolute;
        pointer-events: none
    }
    31% {
        opacity: 0;
        position: absolute
    }
    32% {
        opacity: 1;
        position: relative
    }
    50%,
    to {
        opacity: 1;
        position: relative;
        display: block!important
    }
}

.header {
    position: relative;
    /*overflow: hidden;*/
    background: #f7f7f7
}


#header-sroll {
    position: fixed;
    height: 100px;
    background: #f36f24;
    padding: 20px;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.head .toggle-menu > .line{
    background: #f26f23;
}

.head.small {
    position: absolute;
    top: 0;
    height: 70px;
    /*line-height: 35px;*/
}
.head.small #header-sroll{
    height: 70px;
}


.head.small img {
    width: 180px;
}

.head img {
    width: 200px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.head .tagline span{
    margin: 5px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fefefe;
    vertical-align: middle;
    transform: translateY(-50%);
}


.head .navigation {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 140px;
    text-align: center;
}

.head .navigation li {
    list-style: none;
    display: inline-block;
}

.head .navigation li a {
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    text-decoration: none;
}

.head .navigation li a:hover {
    color: #f36f24;
}


.head .navigation#navbar {
  overflow: hidden;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.head .navigation li a {
    padding: 10px;
    color: #fff;
    font-size: 20px;
}
}

@media (min-width:991px) {
.head .toggle-menu > .line{
    background: #fff;
}
.head.small .toggle-menu{
    top: 2.4rem;
}

}



/*MOBILE NAVIGATION MENU*/

/*@media (min-width: 768px) {
    .mobile-navigation{
        display: none;
    }
}*/

.toggle-menu {
  position: fixed;
  top: 4rem;
  right: 2rem;
  z-index: 999;
  width: 26px;
  height: 20px;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.toggle-menu:hover > .line:nth-of-type(2) {
  width: 100%;
}

.toggle-menu.-actived > .line {
  background-color: #fff;
}
.toggle-menu.-actived > .line:first-of-type {
  top: 51%;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
}
.toggle-menu.-actived > .line:nth-of-type(2) {
  display: none;
}
.toggle-menu.-actived > .line:last-of-type {
  bottom: 39%;
  -webkit-transform: rotate(-46deg);
          transform: rotate(-46deg);
}
.toggle-menu > .line {
  position: absolute;
  width: 100%;
  height: 2px;
  transition: .3s;
  background-color: #f26f23;
}

.toggle-menu > .line:nth-of-type(2) {
  top: 9px;
  width: 100%;
}
.toggle-menu > .line:last-of-type {
  bottom: 0px;
}

.nav-default {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
  pointer-events: none;
}
.nav-default.-show {
  opacity: 1;
  transition: .3s;
  visibility: visible;
  pointer-events: initial;
  background-color: #131313;
}
.nav-default.-show:before {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 100%;
  content: '';
  background-color: #f36f24;
  -webkit-animation: menu-toggle 1s forwards;
          animation: menu-toggle 1s forwards;
}
.nav-default > .wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-default > .wrapper > .list {
  text-align: center;
  padding: 0;
  margin-bottom:0;
}

.nav-default > .wrapper > .list li{
    list-style: none;
    padding: 20px;
}

.nav-default > .wrapper > .list li a{
    color: #fff;
    font-size: 2rem
}

.nav-default > .wrapper > .list > .item {
  position: relative;
  margin-bottom: 3rem;
}
.nav-default > .wrapper > .list > .item:last-of-type {
  margin-bottom: 0;
}
.nav-default > .wrapper > .list > .item:hover > .link {
  transition: .3s;
  color: #606060;
}
.nav-default > .wrapper > .list > .item > .link {
  position: relative;
  padding: 0 .3rem;
  cursor: pointer;
  transition: .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #131313;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width:991px) {
    .nav-default > .wrapper > .list li{
        display: inline-block;
    }
    .nav-default {
        height: auto;
    }
    .nav-default {
        top: 100px;
    }
    .head.small .nav-default {
        top: 70px;
    }
    .nav-default.-show:before {
        background: transparent;
    }
    .nav-default > .wrapper > .list li {
        padding: 10px 30px;
    }
}

@media (min-width:766px) {
    .heroslider {
        min-height: 100vh
    }
    body.-ios-device .header {
        min-height: calc(100vh - 20px)
    }
    .head .navigation{
        display: none;
    }
    .nav-default > .wrapper > .list li a{
        color: #fff;
    }
    /*.head .mobile-navigation{
        display: none;
    }*/
    .head.small .mobile-navigation{
        display: block !important;
    }
    .nav-default > .wrapper > .list li a{
            color: #fff;
            font-size: 1.5rem;
            letter-spacing: 1px;
            font-weight: normal;
    }
    .nav-default > .wrapper > .list li a:hover{
        color: #f36f24;
    }
}

.heroslider .owl-item img {
    height: auto;
}

@media (min-width:1920px) {
    .heroslider .owl-item img {
        height: 100vh;
    }
}

@media (max-height:920px) {
.heroslider .owl-item img {
        height: auto;
    }
}

/*@media (max-height:768px) {
    .heroslider .owl-item img {
        height: auto;
    }
}*/

@media (max-width:414px) {
#header-sroll{
    height: 70px;
}
}

@media (max-width:768px) {
#header-sroll{
    height: 70px;
}
}

.header__mouse {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 32px;
    z-index: 20;
    color: #fce6dd;
    font-size: 28px;
    margin-left: -1px;
    transition: .6s cubic-bezier(.42,.01,.01,.87);
    transition-delay: .6s;
}

.mouse {
    max-width: $mouse-width;
    width: 20px;
    height: auto;
}

.scroll {
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.650, -0.550, 0.250, 1.500);
    animation-iteration-count: infinite;
    transform-origin: 50% 20.5px;
    will-change: transform;
}

.scroll-link {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes scroll {

    0%, 20% {
        transform: translateY(0) scaleY(1);
    }

    10% {
        opacity: 1;
    }

    100% {
        transform: translateY(36px) scaleY(2);
        opacity: 0.01;
    }

}


.header__nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f36f24;
    will-change: transform;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
    transition: transform .5s cubic-bezier(.42, .01, .01, .87), top .5s cubic-bezier(.42, .01, .01, .87), opacity .4s cubic-bezier(.42, .01, .01, .87)
}

.header__nav h4, .header__nav h5 {
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding-right: 60px;
}
.header__nav h4, .header__nav h5 {
    vertical-align: middle;
}

.header__nav.nav-down {
    position: fixed;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}

@media (min-width:766px) {
    .header__nav .logo-small {
        opacity: 0;
        position: absolute;
        pointer-events: none
    }
    .header__nav.active {
        animation: c 1s cubic-bezier(.42, .01, .01, .87) forwards;
        animation-iteration-count: 1;
        animation-direction: normal
    }
    .header__nav.active .logo-big {
        animation: d 1s cubic-bezier(.42, .01, .01, .87) forwards;
        animation-iteration-count: 1;
        animation-direction: normal
    }
    .header__nav.active .logo-small {
        animation: e 1s cubic-bezier(.42, .01, .01, .87) forwards;
        animation-iteration-count: 1;
        animation-direction: normal
    }
}

@media (max-width: 768px) {
    .head .col-xs-3{
        width: 20%;
    }
    .head .col-xs-9{
        width: 80%;
    }
    #header-sroll img {
        width: 100px;
    }
    .header__nav h4, .header__nav h5{
        font-size: 15px;
    }
    .toggle-menu {
        top: 9rem;
    }
    .tagline img{
        float: right;
    }
}

.header__line {
    overflow: hidden
}

.header__line:not(:nth-child(3))>span {
    transition: transform .4s cubic-bezier(.42, .01, .01, .87);
    transform: translateY(120%);
    vertical-align: middle
}

.header__line:nth-child(3) {
    transition: opacity .4s cubic-bezier(.42, .01, .01, .87);
    opacity: 0
}

.header__line:first-child>span {
    transition-delay: .4s
}

.header__line:nth-child(2) {
    margin-top: -1.2rem
}

@media (min-width:766px) {
    .header__line:nth-child(2) {
        margin-top: -2.5rem
    }
}

.header__line:nth-child(2)>span {
    transition-delay: .8s
}

.header__line:nth-child(3) {
    transition-delay: 1.2s
}

.heroslider:after{
    position: absolute;
    content: '';
    z-index: 20;
    top: 90%;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0px;
    background: #f26f23;
    -webkit-animation: increase 3s;
    -moz-animation:    increase 3s; 
    -o-animation:      increase 3s; 
    animation:         increase 3s; 
    animation-fill-mode: forwards;
}

@keyframes increase {
    0%{
        height: 0px;
    }
    100% {
        height: 146px;
    }
}


.slide {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.slide__item {
    position: relative;
    height: 100vh;
    margin: 0;
    padding: 0;
}


.slide-caption {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    color: #fff;
    font-family: 'pier_sansregular';
}

.slide-caption__title {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0 !important;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
}

.slide-caption__title span, .posts {
    color: #f26f23;
}

@media (min-width:768px) {
.slide-caption {
    width: auto;
}
.slide-caption__title {
    font-size: 6rem;
}
.slide-caption__title br{
    display: block;
}

}

button.owl-dot {
    background: transparent;
    border: 0;
    outline: 0;
}

.owl-item.active .slide-caption__title {
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-caption__desc {
    animation: 1s .6s fadeInUp both;
}

.owl-item.active .btn {
    animation: 1s .9s flipInX both;
}

.slide-caption__desc {
    font-family: 'avenirlight';
    font-size: 2rem;
    font-weight: 300;
    margin-top: 0;
}

.owl-dots {
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    padding: 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0;
    background: transparent;
    border: 1px solid #f26f23;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

@media (max-width:736px) {
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f26f23;
}

.btn {
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #fff;
    color: #fff;
    padding: .6rem 2rem;
    display: inline-block;
    text-decoration: none;
    margin-top: .5rem;
}

.hero-mobile{
    display: none;
}

.hero-desktop{
    display: block;
}

@media (max-width:768px) {
    .hero-mobile{
        display: block;
    }
    .hero-desktop{
        display: none !important;
    }
    .owl-carousel .owl-item img{
        width: 100% !important;
    }
    .slide-caption__desc{
        font-size: 1.6rem;
    }
}

@media (max-width:768px) {
    .hero-mobile{
        display: block;
    }
    .hero-desktop{
        display: none;
    }
}


@media (max-width: 414px) {
.heroslider .owl-carousel .owl-item img {
    width: 100%;
    height: 100vh;
}
}


.header__logo {
    padding-top: 2px
}

.footer {
    background: #f26f23;
    font-size: 1.4rem;
    color: #fff
}

.footer>.container:first-child {
    max-width: 1170px!important
}

.footer a {
    color: inherit!important;
    letter-spacing: .06rem
}

@media (min-width:1024px) {
    .footer a {
        letter-spacing: normal
    }
}

.footer .social,
.footer ul {
    list-style-type: none
}

.footer .social {
    font-size: 2.5rem;
    max-width: 70%
}

.footer .social li {
    padding: 10px 0 0 20px;
}

.footer .social li:first-child{
    padding-left: 0;
    margin-left: 0 !important;
}

.footer .subfooter p{
    color: #000;
}

.subfooter p:not(:first-child):before {
    content: "";
    display: none;
    width: 1px;
    height: 18px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

@media (min-width:1024px) {
    .footer .social {
        max-width: 100%;
        font-size: 1.4rem
    }
    .footer .social i {
        font-size: 30px;
    }
    .subfooter p:not(:first-child):before{
        display: block;
    }
}

.footer p {
    font-size: 1.75rem;
    letter-spacing: .1rem;
    font-weight: 400
}

@media (min-width:1024px) {
    .footer p {
        font-size: 1.8rem;
        letter-spacing: .15rem;
        font-weight: normal;
    }
}

.footer [class^=icon-] {
    display: inline-block
}


.back-to-top,
.back-to-top::after,
.back-to-top-text {
    transition: all 0.25s ease-in-out;
}

.back-to-top,
.back-to-top::after {
    position: fixed;
    height: 45px;
    width: 45px;
    color: #262728;
    opacity: 0.75;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #262728;
}

.back-to-top {
    right: 1.5%;
    bottom: -12%;
    z-index: 3;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-45deg);
    background: transparent;
}

.back-to-top::after {
    display: inline-block;
    content: "";
    right:  -1px;
    bottom: 0;
    border-width: 1px;
    background: transparent;
}

.back-to-top-text {
    display: block;
    transform: rotate(45deg) translate(25%,45%);
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:hover::after,
.back-to-top:focus::after,
.back-to-top:hover .back-to-top-text,
.back-to-top:focus .back-to-top-text {
    opacity: 1;
}

.back-to-top:hover::after,
.back-to-top:focus::after {
    transform: translate(25%,-25%);
}

.back-to-top:hover .back-to-top-text,
.back-to-top:focus .back-to-top-text {
    transform: rotate(45deg) translate(25%,0);
}

.show-back-to-top {
    bottom: 4%;
}


.weyos{
    background: #f6f6f6 url(../images/pr-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center 62%;
    background-size: 100% auto;
    width: 100%;
    box-shadow: inset 0 40px 40px -16px #f7f7f7, inset 0 -40px 40px -16px #f6f6f6;
}
.weyos p{
    padding-top: 100px;
    padding-bottom: 20px;
}
.weyos p:before{
    position: absolute;
    content: '';
    z-index: 20;
    top: 0;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80px;
    background: #f26f23;
}

.weyos h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    /*font-weight: bold;*/
    line-height: 1;
    padding-top: 0px;
    color: #f36f24;
    text-transform: none;
}
.weyos h2 span{
    color: #000;
}
.weyos ul{
    margin: 0;
    padding: 0;
}
.weyos ul li{
    position: relative;
    display: inline-block;
    padding: 5px;
    list-style: none;
}

.weyos ul li a{
    font-size: 2rem;
    color: #000;
    font-weight: bold;
}
.weyos ul li:nth-child(2):before, .weyos ul li:nth-child(3):before{
    display: none;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    transform: translateY(-50%);
}

.weyos h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 50px;
    background: #f36f24;
    letter-spacing: 1px;
}


.testimonials{
    background: #f6f6f6;
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
}
.testimonials p{
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.testimonials h2:before{
    position: absolute;
    content: '';
    z-index: 20;
    top: -100%;
    transform: translateY(-50%);
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80px;
    background: #f26f23;
}
.testimonials h2, .clients h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #2d2d2d;
    text-transform: none;
}
.testimonials .session__wrapper h3{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}
.testimonials .session_row {
    padding: 0;
    margin-bottom: 40px;
}

.testimonials .session__item {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: none;
    transition: all .5s;
}

.testimonials .session__item.item1 {
    background: url(../images/testimonials/pooja.jpg);
    background-size: cover;
}
.testimonials .session__item.item2 {
    background: url(../images/testimonials/sharmila.jpg);
    background-size: cover;
}

.testimonials .session__item.item3 {
    background: url(../images/testimonials/harshitaggarwal.jpg);
    background-size: cover;
}

.testimonials .session__item.item4 {
    background: url(../images/testimonials/radhakrishna.jpg);
    background-size: cover;
}

.testimonials .session__item.item5 {
    background: url(../images/testimonials/shravani.jpg);
    background-size: cover;
}

.testimonials .session__item.item6 {
    background: url(../images/testimonials/ruchir.jpg);
    background-size: cover;
}
.testimonials .session__item.item7 {
    background: url(../images/testimonials/dhruvsuresh.jpg);
    background-size: cover;
}

.testimonials .session__item.item8 {
    background: url(../images/testimonials/rishabtiwari.jpg);
    background-size: cover;
}

.testimonials .session__item.item9 {
    background: url(../images/testimonials/atulshingal.jpg);
    background-size: cover;
}

.testimonials .session__item.item10 {
    background: url(../images/testimonials/trishulchinnappa.jpg);
    background-size: cover;
}

.testimonials .session__item.item11 {
    background: url(../images/testimonials/virajmadappa.jpg);
    background-size: cover;
}

.testimonials .session__item.item12 {
    background: url(../images/testimonials/devanshu.jpg);
    background-size: cover;
}




#testimonials-carousel:before{
    content: '';
    position: absolute;
    left: 0;
    top: 35%;
    width: 159px;
    height: 139px;
    background: url(../images/quote-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#testimonials-carousel:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 159px;
    height: 139px;
    background: url(../images/quote-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#testimonials-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    display: block;
}

#testimonials-carousel.owl-carousel .owl-nav .owl-next, #testimonials-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 10rem;
    color: #f36f24;
}
#testimonials-carousel.owl-carousel .owl-nav .owl-next span, #testimonials-carousel.owl-carousel .owl-nav .owl-prev span{
    display: none;
}
#testimonials-carousel.owl-carousel .owl-nav .owl-next:before, #testimonials-carousel.owl-carousel .owl-nav .owl-prev:before{ 
    content:'';
    display:block; 
    padding:15px; 
    box-shadow:-1px -1px 0 0px #f36f24; 
    cursor:pointer; 
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg); 
    -webkit-transition:.3s;
    transition:.3s; 
}

#testimonials-carousel.owl-carousel .owl-nav .owl-next {
    right: 10%;
    top: 70px;
    transform: rotate(180deg);
} 
#testimonials-carousel.owl-carousel .owl-nav .owl-prev{ 
    left: 10%;
    top: 70px;
    transform: rotate(0deg);
}


@media (max-width:768px) {
#testimonials-carousel:after, #testimonials-carousel:before{
    width: 70px;
    height: 70px;
}
#testimonials-carousel:after{
    bottom: 40px;
}
.testimonials p, .testimonials h3 {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media (min-width:768px) {

    #testimonials-carousel .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
    }
    #testimonials-carousel.owl-carousel .owl-nav .owl-next:before, #testimonials-carousel.owl-carousel .owl-nav .owl-prev:before{ 
      padding:20px; 
    }
    #testimonials-carousel.owl-carousel .owl-nav .owl-next {
        right: -10%;
        transform: rotate(180deg);
        top: 50%;
    } 
    #testimonials-carousel.owl-carousel .owl-nav .owl-prev{ 
        left: -10%;
        top: 50%;
        
    }

    .testimonials h2, .clients h2 {
        font-size: 4rem;
    }
}

@media (min-width:991px) {
    .testimonials .session_row {
        padding: 0 60px;
    }
    .testimonials .session_row .session__wrapper {
        padding: 0;
    }

}

@media (max-width:414px) {
.back-to-top {
    right: 3.5%;
}
.weyos h2{
    padding-top: 0px;
}
.weyos ul li:nth-child(2):before, .weyos ul li:nth-child(3):before{
    display: block;
}
.weyos h3 {
    font-size: 1.5rem;
    padding: 0px 20px;
}
.weyos ul li a{
    font-size: 1.6rem;
}
.weyos ul li:nth-child(2):before, .weyos ul li:nth-child(3):before{
    width: 4px;
    height: 4px;
    left: -4px;
    transform: translateY(0);
}

}

@media (max-width:768px) {
    .weyos ul li{
        display: block;
    }
    .weyos ul li:last-child{
        padding-bottom: 20px;
    }
    .weyos ul li:nth-child(2):before, .weyos ul li:nth-child(3):before{
        display: none;
    }
}

@media (min-width: 991px){
.weyos p:before{
    top: -30px;
}
.weyos h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 5rem;
    line-height: 1;
    padding-top: 100px;
}

.weyos br{
    display: block;
}
.weyos ul li{
    padding: 40px;
}
.weyos ul li a{
    font-size: 3.5rem;
}

.weyos ul li:nth-child(2):before, .weyos ul li:nth-child(3):before{
    display: block;
}

}


.presentation {
    background: #f6f6f6;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 62%;
    background-size: 100% auto;
    width: 100%
}

.presentation__visual__1, .presentation__visual__2 {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.presentation h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    line-height: 1;
    padding-top: 150px;
}

.presentation h2:before {
    position: absolute;
    content: '';
    z-index: 20;
    top: 0;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 120px;
    background: #f26f23;
}

.presentation__content {
    font-size: 2rem;
    line-height: 3rem;
    font-family: 'avenirlight';
    font-weight: 400;
    color: #1d1d1d;
    letter-spacing: -.005rem;
    transform: translateY(.1rem)
}

.presentation__content br{
    display: none;
}

@media (max-width: 768px) {
.presentation .hero-mobile{
    padding: 0 30px 60px;
    text-align: center;
    font-size: 1.8rem;
}
.presentation__visual__1{
    left: -20px;
}
.presentation__visual__2{
    top: 0;
    padding: 0;
    margin-top: -90px;
    margin-right: -40px;
}
.presentation__visual__1 .presentation__content, 
.presentation__visual__2 .presentation__content {
    display: none;
}
.presentation h2{
    padding-bottom: 40px;
}
}

@media (min-width: 991px){
.presentation__visual__1{
    position: relative;
    left: 180px;
}

.presentation__visual__2{
    position: relative;
    right: 180px;
}

.presentation h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    line-height: 1;
    padding-top: 150px;
}
.presentation h2:before{
    top: 3%;
}
.presentation__content br{
    display: block;
}
}


/*EVALUATION TRAINING ENHANCEMENT SECTION*/

.session__container {
    position: relative;
    background: #f6f6f6;
}

.session__container h4 {
    font-size: 1.8rem;
    letter-spacing: .01em;
    font-weight: 400;
    margin-bottom: 1.5rem
}

@media (min-width:1024px) {
    .session__container h4 {
        font-size: 2.6rem;
        letter-spacing: 0;
        margin-bottom: 5rem
    }
}

.session__container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.session__container ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    margin-left: 30px;
    padding: 10px;
}

.session__container ul li:before {
    content: '';
    position: absolute;
    margin-left: -20px;
    width: 7px;
    height: 7px;
    background: #f36f24;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.session__wrapper h4 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: -webkit-linear-gradient(#f7b651, #ef3644);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.session__item {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #00000069;
    transition: all .5s;
}
.session__item:hover{
    transform: scale(1.1);
}
#testimonials-carousel .session__item:hover{
    transform: scale(1);
}

.session__item.item1 {
    background: url('../images/evaluation.jpg');
}

.session__item.item2 {
    background: url('../images/training.jpg');
}

.session__item.item3 {
    background: url('../images/enhancement.jpg');
}

.session__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    padding: 45px 0 66px 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
}

.session__item:hover .session__overlay {
    opacity: 1;
}

@media (max-width: 768px) {
.session__container ul li{
    padding: 5px;
}

.session_row {
    padding: 0px 50px;
    height: 100%;
    margin-bottom: 100px;
}
.session__wrapper p{
    font-size: 16px;
}
.session__wrapper p br{
    display: block;
}
.session_row:last-child{
    margin-bottom: 10px;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .session_row:last-child{
        margin: 0 auto;
    }

}


.stats__container,
.performance__container,
.contact__container,
.a1__container, .team__container,
.s1__container,
.s3__container {
    position: relative;
    padding: 10rem 0 5rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.stats__container{
    background:#f7f7f7 url('../images/yosbg1.jpg'); 
    background-repeat: no-repeat; 
    background-position-x: left;
    /*min-height: 160vh;*/
}

.stats__container h2,
.performance__container h2,
.contact__container h2 {
    font-family: 'pier_sansregular';
    font-size: 3rem;
    line-height: 1;
}
.performance__container p br{
    display: none;
}

.stats__container p,
.performance__container p {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: 'avenirlight';
    font-size: 20px;
}

@media (max-width: 414px) {
.performance__container p{
    padding-left: 20px;
    padding-right: 30px;
    font-size: 1.8rem;
}
.s1__container .pt-10, .py-10{
    padding-top: 0;
}
.s1__container .mb-3, .my-3{
    margin-bottom: 0;
}
}

@media (min-width: 991px){

.stats__container {
    background-size: 90% !important; 
    padding-bottom: 0 !important;
}

.stats__container,
.performance__container,
.contact__container,
.a1__container, .team__container,
.s1__container,
.s3__container {
    padding: 10rem 0 28rem;
}

.stats__container h2,
.performance__container h2,
.contact__container h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    line-height: 1;
}
.performance__container p br{
    display: block;
}

.stats__container p,
.performance__container p {
    padding-bottom: 100px;
}

}

.stats__container .goal h2:after {
    position: absolute;
    content: '';
    z-index: 20;
    top: 120%;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 30rem;
    background: #f26f23;
}

.stats__items {
    position: relative;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(-50%);
    /*pointer-events: none*/
}

.stats__item {
    position: relative;
    z-index: 30
}

.stats__item h3 {
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0;
}
.stats__item h3 a{

}
.stats__item h3 a:hover{
    color: #f36f24;
}
.stats__item p{
    padding-bottom: 0px;
    color: #2d2d2d;
}

.stats__item:first-child {
    transform: translate(-8%, -30%)
}

.stats__item:nth-child(2) {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    padding: 0 40px;
}

.stats__item:nth-child(3) {
    top: 0;
    width: 90%;
    text-align: right;
}

.stats__container p br{
    display: none;
}

@media (max-width: 768px) {
.stats__container .goal p:after{
    height: 110%;
}
.stats__container {
    background: #f7f7f7 url(../images/myosbg1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.stats__container p{
    padding-left: 0px;
    padding-right: 0px;
}
.stats__item, .stats__item:nth-child(2) {
    width: 50%;
    float: left;
}
.stats__item.offset-3{
    margin-left: 0;
}
.stats__item:first-child {
    transform: translate(10%, -50%);
}
.stats__item p {
    padding-top: 0px;
    font-size: 16px;
}
.stats__container p br{
    display: block;
}
body:not(.-ie11) .gradient-text {
    font-size: 5rem;
}

.stats__item:nth-child(2){
    padding: 0 20px;
}
.stats__item:nth-child(3){
    width: 100%;
    text-align: left;
    padding: 20px;
}

}

@media (max-width:414px) {
.stats__item:nth-child(2) {
    padding: 0 0px 0px 15px;
}

}

@media (min-width:991px) {
    .stats__item:nth-child(3) {
        top: 17rem;
        left: 10rem;
    }
    .stats__item:nth-child(2) {
        width: 50%;
        padding: 0 80px;
        top: 13rem;
    }
    .stats__item:nth-child(2) {
        position: absolute;
    }
    .stats__item:nth-child(3) {
        top: 23rem;
        width: 100%;
        text-align: left;
    }
    .stats__container p br{
        display: block;
    }
    .stats__item p {
        padding-top: 0px;
        padding-bottom: 40px;
        line-height: 1.3;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.stats__item:nth-child(3){
    left: 10rem;
}
}

.stats__number {
    margin-left: -10px;
    font-family: 'avenirlight';
    vertical-align: baseline;
    display: inline-block;
    font-size: 6rem;
    font-weight: 600
}
.stats__description{
    padding-bottom: 10px !important;
}

@media (min-width:766px) {
    .stats__number {
        font-size: 10rem;
        margin-right: 1rem
        margin-left: -20px;
    }
}

@media (max-width:768px) {
    .stats__number {
        margin-left: 0px;
    }
}


@media (max-width:868px) {
    .stats__number {
        font-size: 13rem
    }
}


span.stats__text {
    display: inline-block;
    font-weight: bold;
}
span.stats__text.hours{
    margin-top: -10px;
    margin-bottom: 20px;
}

.stats__video {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ml-adjust{
    margin-left: -5px;
}

@media (min-width:766px) {
    .ml-adjust{
        margin-left: -20px;
    }
    .stats__video {
        position: relative;
        width: 60vw;
        margin-left: 40vw;
        bottom: 12rem;
    }
    span.stats__text.weeks{
        position: relative;
        top: -5px;
    }
}

.stats__video img {
    width: 100%;
    transform: scale(1);
    transition: all .2s ease-in-out;
}


@media (min-width: 991px){
    .stats__item:first-child {
        transform: translate(-10%, -20%)
    }
    .stats__container .goal h2:after {
        height: 45rem;
        top: 140%;
    }
}

.performance__container {
    position: static;
    background-color: #f6f6f6;
    padding-bottom: 20px;
}

.performance__container .no-gutters {
    padding: 0;
    margin: 0;
}

.g-main .s-yos {
    float: left;
    width: 100%;
}

.g-main .seemore{
    padding: 40px 0 0;
    font-size: 3rem;
}
.seemore h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 50px;
    background: #f36f24;
    letter-spacing: 1px;
}


.performance__container .item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.8);
}

@media(max-width:1000px){
  .performance__container .item{
    margin:0; 
    transform:scale(.9);
    padding: 20px;
}
}
.performance__container .active .item{
  opacity:1;
  transform:scale(1);
} 

.performance__container .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.performance__container .inner{position:relative; bottom:0px; left:0; right:0; text-align:center; padding-top: 20px;}
.performance__container .inner a{color:#f36f24; text-decoration:none; transition:.3s ease border-color}
.performance__container .inner a:hover{border-color:#000;}
.performance__container .black .inner a{color:#f36f24; border-color:rgba(0,0,0,0.4)}
.performance__container .black .inner a:hover{border-color:#000;}

.performance__container .owl-dots{
    position: relative;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999999;
}

.performance__container .owl-dot{
    width: 18%;
    height: 5px;
    background: #ababab;
    margin: 3px;
}
.performance__container .owl-dot.active{
    background: #f26f23;
}


@media (max-width: 768px){
.performance__container .owl-carousel .owl-stage-outer{
    overflow: visible;
}
}

@media (max-width:767px) {
    .performance__container .section__step{
        font-size: 18rem;
        transform: translate(-50%, -40%);
        color: rgba(243, 111, 36, 0.5);
    }
    .seemore h3{
        padding: 0 15px;
    }
}

@media (min-width: 768px){
.g-main .s-yos {
    width: 20%;
}

.g-main .section__step{
    color: rgba(243, 111, 36, 0.5);
    font-size: 10rem;
    opacity: 0;
    top: 0;
    z-index: 99;
    transform: translate(-50%, -50%);
    transition: all .5s;
}
.zoom:hover .section__step{
    opacity: 1;
}

}
.performance__container h5 {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #f36f24;
    text-transform: uppercase;
}

@media (max-width:414px) {
    .performance__container h5 {
        margin-bottom: 20px;
    }
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.6rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-apollo {
    background: #f36f24;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.m-readmore{
    opacity: 0;
    top: 0;
    position: relative;
    transform: translateY(-50%);
    border: 1px solid #fff;
    max-width: 150px;
    margin: 0 auto;
    transition: all .5s;
}

@media (max-width:767px) {
.m-readmore {
    opacity: 1;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border: 1px solid #fff;
    color: #fff;
    max-width: 150px;
    margin: 0 auto;
    transition: all .5s;
    left: 0;
    right: 0;
    text-align: center;
}
}

figure.effect-apollo:hover .m-readmore{
    opacity: 1;
    top: 80%;
}

.m-number{
    opacity: 0;
    top: 0;
    position: relative;
    transform: translateY(-50%);
    margin: 0 auto;
    transition: all .5s;
}

figure.effect-apollo:hover .m-number{
    opacity: 1;
    top: 2%;
}

figure {
    overflow: hidden;
}

.clients {
    background: #f6f6f6;
    padding-top: 100px;
}
.clients img{
    width: 65%;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: all 1s;
}

.clients img:hover {
    filter: grayscale(0%);
}
.clients h2:before {
    position: absolute;
    content: '';
    z-index: 20;
    top: -100%;
    transform: translateY(-50%);
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80px;
    background: #f26f23;
}



/*Zoom In*/

.zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zoom:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


.contact__container {
    background: #f6f6f6 url('../images/contact-bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10rem;
    box-shadow: inset 0 -40px 40px -16px #f5f5f5;
}

.contact__container:before {
    display: block;
    content: "";
    z-index: 100;
    position: absolute;
    top: 0;
    width: 3px;
    height: 80px;
    left: 50%;
    transform: translate(0%, 0%);
    background: #f26f23;
}
.contact__container p{
    position: relative;
    margin-left: 0px;
    line-height: 2;
    font-weight: 600;
}
.contact__container p span{
    color: #f36f24;
}
/*.contact__container p:after{
    position: absolute;
    bottom: -20px;
    left: 0;
    content: '';
    width: 180px;
    height: 1px;
    background: #231f20;
    opacity: 0.5;
}*/
.contact__container p:after{
    display: none;
}

.contact__container #map h4{
    text-align: center;
    font-size: 2rem;
    color: #f36f24;
}
.contact__container #map p {
    text-align: center;
    margin-left: 0px;
    font-size: 1.6rem;
}

@media (min-width:991px) {
    .stats__item:first-child {
        transform: translate(-12%, -10%)
    }
    .contact__container {
        padding-top: 20rem;
        padding-bottom: 5rem;
    }
    .contact__container:before{
        height: 180px;
    }
    .contact__container p{
        margin-left: 50px;
    }

    .contact__container p:after{
        display: block;
    }
}

@media (max-width:1400px) {
    .contact__container .offset-2, .contact__container .offset-5{
        margin-left: 0
    }
    .contact__container [class*="col-"]{
        margin-bottom: 40px;
    }
}

@media (max-width:768px) {
    .contact__container p{
        text-align: center;
        font-weight: normal;
        line-height: 32px;
    }

    .contact__container .offset-2{
        margin-left: 0
    }
    .contact__container [class*="col-"]{
        margin-bottom: 20px;
    }
}

@media (max-width:1024px) {
    .contact__container .offset-2{
        margin-left: 0
    }
    .contact__container [class*="col-"]{
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.fatmap {
    width: 100%;
    height: 70vh;
    position: relative;
    background: url(../images/bg3.jpg) no-repeat 50%/cover
}

.fatmap.-close {
    pointer-events: none
}

.fatmap .fm-body {
    background: none;
    opacity: 0;
    transition: all .4s ease-out
}

.fatmap .fm-body.fm-map--active {
    opacity: 1
}

.fatmap.-close .fm-body {
    opacity: 0
}

.fatmap__container {
    position: relative
}

.fatmap:after {
    display: block;
    content: "";
    z-index: 100;
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 180px;
    left: 50%;
    transform: translate(0%, 50%);
    background: #f26f23;
}

@media (min-width:1024px) {
    .fatmap:before {
        height: 15.6rem
    }
}

.fatmap__overflow {
    position: relative;
    z-index: 110!important
}

@media (max-width:1023.98px) {
    .fatmap__overflow {
        width: 100vw;
        margin-left: -10px;
        margin-right: -10px;
        max-width: none;
        padding: 0
    }
}

.fatmap__overflow:before {
    z-index: 10;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 100%;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff)
}

@media (min-width:766px) {
    .fatmap__overflow:before {
        display: none
    }
}

.fatmap__overflow:after {
    z-index: 10;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff)
}

@media (min-width:766px) {
    .fatmap__overflow:after {
        display: none
    }
}

.fatmap__list {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 2rem
}

@media (min-width:766px) {
    .fatmap__list {
        overflow: auto;
        white-space: normal;
        text-align: center;
        padding: 0 2rem
    }
}

.fatmap__item {
    display: inline-block
}

.fatmap__item a {
    position: relative;
    display: block;
    padding: 1rem;
    color: #1c1c1c;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-family: FuturaBt MediumCondensed, Verdana, Arial, sans-serif;
    font-weight: 400
}

@media (min-width:766px) {
    .fatmap__item a {
        font-size: 2rem
    }
}

.fatmap__item a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: .8rem;
    left: 1rem;
    right: 1rem;
    height: .2rem;
    background: #eac4c6;
    transform: scale(0);
    transition: all .4s ease-in-out
}

.fatmap__item a.active,
.fatmap__item a:active,
.fatmap__item a:focus,
.fatmap__item a:hover {
    text-decoration: none
}

.fatmap__item a.active:after,
.fatmap__item a:active:after,
.fatmap__item a:focus:after,
.fatmap__item a:hover:after {
    transform: scale(1)
}


/*ABOUT PAGE*/

/* ====== POPUP effect ======*/

.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border: 10px solid #f36f24;
}

@media (min-width: 768px){
    .white-popup {
        max-width: 40%;
    }
}

.white-popup img{
    border-radius: 50%;
    margin-bottom: 20px;
    max-width: 200px;
}
.white-popup h4{
    font-weight: normal;
    font-style: italic;
    color: #f36f24;
}
.white-popup p{
    margin-top: 20px;
    font-size: 1.6rem;
}

@media (min-width: 768px){
    .white-popup p {
        padding: 0 20px;
    }
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*YOS ABOUT US*/

.yos.about {
    padding-top: 60px;
}
.yos.about .head .navigation li a{
    color: #5d5d5d;
}

.about-slider.owl-carousel .owl-item {
    padding: 0 6rem;
}
.about-slider .owl-carousel .owl-nav{
    width: 100%;
    position: absolute;
    top: 40px;
}

.about-slider .owl-carousel .owl-nav button{
    background: transparent;
    border: 0;
    font-size: 7rem;
    color: #f26f23;
    cursor: pointer;
    outline: 0;
}

.about-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
    transform: translateY(-50%);
    display: block !important;
}

.about-slider .owl-item img {
    width: 100% !important;
}
.about-slider .owl-nav button {
    background: transparent;
    border: 0;
    outline: 0;
}

#about-carousel.owl-carousel .owl-nav .owl-next span, #about-carousel.owl-carousel .owl-nav .owl-prev span {
    display: none;
}

#about-carousel.owl-carousel .owl-nav .owl-next:before, #about-carousel.owl-carousel .owl-nav .owl-prev:before {
    content: '';
    display: block;
    padding: 10px;
    box-shadow: -1px -1px 0 0px #f36f24;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .3s;
    transition: .3s;
}

#about-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    padding: 20px 0px 20px 20px;
}
#about-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    transform: rotate(180deg);
    padding: 20px 0px 20px 20px;
}

.about-slider .owl-carousel .owl-nav .owl-next, .about-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 10rem;
    color: #f36f24;
}

.about-slider .owl-carousel .owl-nav .owl-next span, .about-slider .owl-carousel .owl-nav .owl-prev span {
    display: none;
}

.about-slider .owl-carousel .owl-nav .owl-prev {
    left: 0;
    top: 70px;
    transform: rotate(0deg);
}

.about-slider .owl-carousel .owl-nav .owl-next {
    right: 0;
    top: 70px;
    transform: rotate(180deg);
}

.a1__container{
    background:#ffffff url('../images/ma1.jpg'); 
    background-repeat: no-repeat; 
    background-size: 100%;
}

.a1__container{
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
}
.a1__container h2{
    font-family: 'pier_sansregular';
    font-size: 3rem;
    /*font-weight: bold;*/
    color: #f26f23;
    padding-bottom: 40px;
}
.a1__container h2 span, .a1__container p span{
    display: block;
}
.a1__container p br{
    display: block;
}

.a1__container .grey-text{
    position: relative;
    color: #2d2d2d;
    text-transform: none;
    padding-bottom: 100px;
}
.a1__container .grey-text:after{
    position: absolute;
    content: '';
    z-index: 20;
    bottom: -40px;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 120px;
    background: #f26f23;
}

.career{
    background:#ffffff url('../images/career.jpg'); 
    box-shadow: none!important; 
    background-repeat: no-repeat;
    background-size: 96%;
    background-position: -253% -1%;
}

.career .a1__container{background: none!important; box-shadow: none!important; padding-top: 15rem;}
.career .a1__container h2{ padding-bottom: 0; }
.a1__container p{padding: 0 40px;}

.a2__container{
    position: relative;
    /*min-height: 80vh;*/
    background: #fff;}

.a2__image {
    position: relative;
    right: -40px;
    transform: translateY(0);
}

@media (max-width: 414px){
    .a2__container p{
        padding: 0 20px;
    }
    .about-slider.owl-carousel .owl-item {
        padding: 0 0;
        margin-top: 20px;
    }
}

@media (min-width:766px) {

    #about-carousel.owl-carousel .owl-nav .owl-next:before, #about-carousel.owl-carousel .owl-nav .owl-prev:before {
        padding: 15px;
    }
    .career .a1__container{ padding-top: 34rem;}
    .a1__container p br{
        display: none;
    }
    .a1__container p span{
        display: block;
    }
    .a1__container h2 span{
        display: none;
    }
    .a1__container p{
        padding: 20px;
    }
    .a1__container{
        background:#ffffff url('../images/a1.jpg'); 
        background-repeat: no-repeat; 
        box-shadow: inset 0 -40px 40px -16px #fff;
        background-position: -50%;
    }

    .yos.about {
        padding-top: 100px;
    }
    .a1__container{
        padding-top: 150px;
        background-size: 60%;
        
    }
}

@media (min-width:991px) {
    .a2__image{
        position: absolute;
        left: 40%;
        transform: translateY(0);
    }
    .modules .a2__image{
        position: relative;
        width: 60%;
        left: 40%;
        transform: translateY(0);
    }

    .a1__container h2{
        font-size: 4rem;
    }

}

@media (min-width:1036px) {
    .a2__container{
        min-height: 80vh;
    }
}

@media (min-width:1441px) {
    .a1__container p{
        padding: 0 22rem;
    }
}

.transformation {
    background: #fff url('../images/transformation-bg.jpg');
    position: relative;
    background-repeat: no-repeat;
    background-position: right 0px;
    background-size: cover;
    width: 100%;
}

.transformation h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    line-height: 1;
     padding-top: 100px;
}

.transformation h2:before {
    position: absolute;
    content: '';
    z-index: 20;
    top: 0;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80px;
    background: #f26f23;
}

.transformation .presentation__visual__1 img{
    float: left;
}

.transformation .container{
    max-width: 90%;
}

.careers{width:35%; text-align: center;}

@media (min-width:768px) {
    .yos.about .transformation.pb-7{
        padding-bottom: 0;
    }
    .a2__container .pt-10, .py-10{
        padding-top: 0;
    }
}

@media (min-width:991px) {
    .transformation {
        background: #fff url('../images/transformation-bg.jpg');
        position: relative;
        background-repeat: no-repeat;
        background-position: right 0px;
        background-size: contain;
        width: 100%;
    }
    .transformation h2 {
        font-size: 4rem;
        line-height: 1;
        padding-top: 10rem;
    }
    .transformation h2:before {
        height: 120px;
    }

    .yos.about .team__container .mlt-adjust {
        margin-left: 16%;
    }
}

.yos.about .team__container{
    background: #fff url(../images/mountain-bg.jpg);
    background-position: -50%;
    background-size: 70%;
    background-repeat: no-repeat;
}
.yos.about .team__container [class*=col-] {
    padding: 20px 0;
}

.yos.about .contact__container p:after{
    display: none;
}
.yos.about .team__container .session__item{
    background-size: cover !important;
}
.yos.about .team__container .session__item.item1 {
    background: url(../images/roshan.jpg);
}
.yos.about .team__container .session__item.item2 {
    background: url(../images/sudarshan.jpg);
}
.yos.about .team__container .session__item.item3 {
    background: url(../images/rahul.jpg);
}
.yos.about .team__container .session__item.item4 {
    background: url(../images/ishitha.jpg);
}

.yos.about .team__container .session__item.item5 {
    background: url(../images/srikanth.jpg);
}

.yos.about .team__container .session__wrapper h4{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.yos.about .team__container .partners__description{
    text-align: center;
    line-height: 1;
    margin: 0;
    font-weight: normal;
    color: #000;
}

.team-slider{
    padding: 0 40px;
}
.team-slider .team-pic{
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 50%;
}
.team-slider p{
    font-size: 1.4rem;
}

@media (max-width:768px) {
    .careers{width:100%}

    .team__container p{
        line-height: 26px;
    }
    .yos.about .s2__container p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .a1__container p {
        padding: 0 20px;
    }

.career{
    font-size: 18px;
    padding: 18% 10%;
    background-size: cover;
    background-position: center left;
}

}

.team-slider h3{font-size: 2rem;margin-bottom: 0px;
    background: -webkit-linear-gradient(#f7b651, #ef3644);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-slider h4{
    margin-bottom: 20px;
    font-weight: normal;
}

.team-slider .owl-carousel .owl-item img {
    width: 100%;
}

.team-slider .owl-carousel .owl-nav.disabled{
    display: block;
} 

.team-slider .owl-carousel .owl-nav{
    width: 100%;
    position: absolute;
    top: 40px;
}

.team-slider .owl-carousel .owl-nav button{
    background: transparent;
    border: 0;
    font-size: 7rem;
    color: #f26f23;
    cursor: pointer;
    outline: 0;
}

.team-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    display: block;
}

.team-slider .owl-carousel .owl-nav .owl-next:before, .team-slider .owl-carousel .owl-nav .owl-prev:before {
    content: '';
    display: block;
    padding: 15px;
    box-shadow: -1px -1px 0 0px #f36f24;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .3s;
    transition: .3s;
}

.team-slider .owl-carousel .owl-nav .owl-next, .team-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 10rem;
    color: #f36f24;
}

.team-slider .owl-carousel .owl-nav .owl-next span, .team-slider .owl-carousel .owl-nav .owl-prev span {
    display: none;
}

.team-slider .owl-carousel .owl-nav .owl-prev {
    left: 0;
    top: 70px;
    transform: rotate(0deg);
}

.team-slider .owl-carousel .owl-nav .owl-next {
    right: 0;
    top: 70px;
    transform: rotate(180deg);
}

.s1__container{
    background:#ffffff url('../images/ms1.jpg'); 
    background-repeat: no-repeat; 
    background-position: 0 center;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    background-size: contain;
}
.s1__container h2{
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
}

@media (min-width:766px) {
    .team-slider h3{
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .s1__container{
        background:#ffffff url('../images/s1.jpg'); 
        padding-top: 150px;
        min-height: 108vh;
        background-size: 60%;
        background-position: 0 bottom;
        background-repeat: no-repeat; 
    }
    .s1__container h2{
        font-size: 4rem;
    }
}

@media (max-width:414px) {
    .yos.about .team__container{
        background-attachment: fixed;
    }
    .s1__container{
        padding-bottom: 0px;
    }
}

.s2__container {
    background: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: right 0px;
    background-size: contain;
    width: 100%;
}

.s3__container{
    padding-top: 0;
    background:#ffffff; 
    position: relative;
    padding-bottom: 0px;
}

.s4__container{
    background:#ffffff url('../images/s4.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: bottom;
    position: relative;
    padding-bottom: 50px;
}

.s2__container .container, .s3__container .container, .s4__container .container {
    max-width: 90%;
}

.s2__container h2, .s3__container h2, .s4__container h2{
    font-family: 'Roboto', sans-serif;
    padding-top: 10rem;
    font-weight: normal;
    font-size: 3rem;
}

.s2__container h2:before, .s3__container h2:before, .s4__container h2:before{
    display: block;
    content: "";
    z-index: 100;
    position: absolute;
    top: 0;
    width: 3px;
    height: 80px;
    left: 50%;
    transform: translate(0%, 0%);
    background: #f26f23;
}

.transformation .transformation_visual img, .s2__container .transformation_visual img, .s3__container .transformation_visual img, .s4__container .transformation_visual img{
    transform: scale(1);
    transition: all .5s;
}
.transformation .transformation_visual img:hover, .s2__container .transformation_visual img:hover, .s3__container .transformation_visual img:hover, .s4__container .transformation_visual img:hover{
    transform: scale(1.1);
}

@media (max-width:414px) {
    .s2__container [class*=col-] {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width:766px) {
.s4__container{
    background:#ffffff url('../images/s4.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: left top;
    position: relative;
    min-height: 120vh;
    padding-bottom: 50px;
    box-shadow: inset 0 40px 40px -16px #fff, inset 0 -40px 40px -16px #fff;
}
.s3__container{
    background:#ffffff url('../images/s3.jpg'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: right top;
    min-height: 120vh;
    padding-bottom: 0px;
    box-shadow: inset 0 40px 40px -16px #fff, inset 0 -40px 40px -16px #fff;
}
.s2__container h2:before, .s3__container h2:before, .s4__container h2:before{
    height: 180px;
}
.s2__container h2, .s3__container h2, .s4__container h2 {
    padding-top: 18rem;
}
.s2__container h2, .s3__container h2, .s4__container h2{
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    line-height: 1;
}

}


/*Ranjan Style*/
.innerpage{
    padding-bottom:50px;
}
.innerpage h1{
    font-family: 'pier_sansregular';
    font-size: 3rem;
    color: #f26f23;
    padding-bottom: 0;
}
.heroslider_inner:after,.inner_testimonial h2:before{
    display:none;
}
.rowww{
    margin-top:50px;
}
.rowww h2{
    font-family: 'pier_sansregular';
    font-size: 2.8rem;
    color: #000;
    padding-bottom: 0;
    margin-bottom:15px;
}
.fixedbtn{
     position: fixed;
    right: -42px;
    top: 50%;
    background-color: #FF7F27;
    color: #fff;
    transform: rotate(-90deg);
    border: none;
    z-index: 9999;
    font-size: 18px;
    font-family: 'pier_sansregular';
    padding: 5px 30px;
    
}
.form_section{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.4);
    z-index:99999;
    overflow:auto;
    display:none;
    
}
.showForm{
    display:block;
}
.myform{
    max-width:500px;
    margin:auto;
    margin-top:130px;
    background-color:#F36F24;
    padding:20px;
    border-radius:5px;
    position:relative;
    text-align:center;
}
.myform button{
    background-color:#000;
    padding:8px 30px;
    color:#fff;
    font-family: 'pier_sansregular';
    border:none;
    text-transform:uppercase;
}
.form_section::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.closeform{
    position:absolute;
    color:#fff;
    top:20px;
    right:30px;
    font-size:18px;
    cursor:pointer;
}
.myform input,.myform textarea{
    width:100%;
    border:none;
    padding:8px 10px;
    border-radius:5px;
    margin-bottom:20px;
    font-size:16px;
}
.myform h3{
    font-family: 'pier_sansregular';
    font-size: 2.8rem;
    color: #fff;
    text-align:center;
    margin:0 0 30px;
    
}

.thankyoupage{
    padding:200px 0;
}

.drop_content{
    position:absolute;
    background-color:#fff;
    padding:20px 20px;
    border-top:5px solid #FF7F27;
    top:50px;
    display:none;
}
.nav-default > .wrapper > .list li:hover .drop_content{
    display:block;
}
.nav-default > .wrapper > .list li  .drop_content a{
    color:#000;
    display:block;
    text-align:left;
    padding:3px 0;
}
.nav-default > .wrapper > .list li  .drop_content a:hover{
    color: #f36f24;
}
.dropbtn{
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: normal;
}
.dropbtn:focus{
    outline:none;
}
#area_we_serve{
  padding: 40px 0;
}
#area_we_serve h2{
   margin-bottom: 50px;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-top: 0;
    font-family: 'pier_sansregular';
}
#area_we_serve h2 span{
  color: #f47920;
}

#area_we_serve .col-lg-3{
  padding-left: 10px;
  padding-right: 10px;
}
.a_div{
  width: 100%;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  min-height: 350px;
  position: relative;
  border: 1px solid #e6ecef;
  transition: all .5s ease;
  box-shadow: 0px 0px 6px #ccc;
  overflow: hidden;
  margin-bottom:50px;
}
.aa_div{
    text-align: center;
    background-image: radial-gradient(circle at 28% 36%,#ff9195,#ff5d63);
    height:150px;
    overflow:hidden;
}
.middivv{
    margin-left:25%;
}
.aa_img{
    width:100%;
    float:left;
}
.aa_img img{
    width: 114%;
    margin-left: -23px;
    margin-top: -16px;
}
.a_text{
  padding: 20px;
  text-align: center;
}
.a_text h3{
    font-family: 'pier_sansregular';
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom:20px;
}
.a_text h3 a{
  color: #000;
  text-decoration: none;
}
.a_text p{
      font-size: 14px;
    line-height: 1.8;
    color: #000;
    font-weight: 300;
    font-family: 'avenirlight';
    min-height: 80px;
    overflow:hidden;
}
.star_div{
  text-align: center;
  padding: 10px 0;
}
.star_div i{
  color: #f9ea1d;
}
.a_text .btn{
    color: #00b5de;
    font-size: 14px;
    margin-top: 5%;
    border: 1px solid #00b5de;
    border-radius: 3px;
    padding: 6px 12px 7px 11px;
    background-color: transparent;
   font-family: 'avenirlight';
}
.a_text .btn a{
  color: #337ab7;
  text-decoration: none;
}
.dropbtn i {
    float: right;
}
.footer_link ul{
    padding-left:0;
}
.footer_link a{
    font-family: 'avenirlight';
    font-size: 16px;
}
#ask_an_expert form{
    width:60%;
    margin:auto;
}
#ask_an_expert .form-control{
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    margin:0 1% 20px;
    border:1px solid #F36F24;
}
#ask_an_expert .form-control:focus{
    outline:none;
}
#ask_an_expert .frm1{
  width:48%;
  float:left;
}
#ask_an_expert .frm2{
    width:98%;
}
#ask_an_expert button{
    background-color: #FF7F27;
    color: #fff;
    border: none;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 5px 30px;
    border-radius:5px;
    cursor:pointer;
}
#ask_an_expert button:focus{
    outline:none;
}


#social_media {
    /*background-image: linear-gradient(45deg, rgba(102,126,234, 0.5) 1%, rgba(102,126,234, 0.5) 100%), linear-gradient(-45deg, #494d71 0%, rgba(118,75,162, 1) 80%);*/
    background-color:#020202;
    margin: 0;
    overflow:hidden;
}

#buttons {
    border-radius: 5px;
    padding: 14px 7px;
    background: white;
    width: 670px;
    overflow: hidden;
    margin: 100px auto;
    box-shadow:0 2px 3px rgba(71, 71, 71, 0.31);
}


.button {
    background: #DCE0E0;
    position: relative;
    display: block;
    float: left;
    height: 40px;
    margin: 0 7px;
    overflow: hidden;
    width: 150px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.icon {
    display: block;
    float: left;
    position: relative;
    z-index: 3;
    height: 100%;
    vertical-align: top;
    width: 38px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    text-align: center;
}

.icon i {
    color: #fff;
    line-height: 42px;
}

.slidde {
    z-index: 2;
    display: block;
    margin: 0;
    height: 100%;
    left: 38px;
    position: absolute;
    width: 112px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.slidde p {
    font-family: Open Sans;
    font-weight: 400;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    font-size: 16px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
}

.button .slidde {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.facebook iframe {
    display: block;
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 1;
}

.twitter iframe {
    width: 90px !important;
    right: 5px;
    top: 10px;
    z-index: 1;
    display: block;
    position: absolute;
}

.google #___plusone_0 {
    width: 70px !important;
    top: 10px;
    right: 15px;
    position: absolute;
    display: block;
    z-index: 1;
}

.linkedin .IN-widget {
    top: 10px;
    right: 22px;
    position: absolute;
    display: block;
    z-index: 1;
}

.facebook:hover .slidde {
    left: 150px;
}

.twitter:hover .slidde {
    top: -40px;
}

.google:hover .slidde {
    bottom: -40px;
}

.linkedin:hover .slidde {
    left: -150px;
}

.facebook .icon, .facebook .slidde {
    background: #305c99;
}

.twitter .icon, .twitter .slidde {
    background: #00cdff;
}

.google .icon, .google .slidde {
    background: #d24228;
}

.linkedin .icon, .linkedin .slidde {
    background: #007bb6;
}
.twitter-share-button {
  margin-left: 60px;
  margin-top: 10px;
}


.gallery_item img{
    width:100%;
}
@media screen and (max-width:960px){
    .drop_content{
        position:relative;
    }
    .nav-default > .wrapper > .list li{
        padding:0;
        margin:20px 0;
    }
    .dropbtn{
        font-size:1.8rem;
    }
    .drop_content{
        top:20px;
    }
}
.social_item {
    width: 50%;
    float: left;
    padding: 20px 10px;
}
@media screen and (max-width:767px){
    .myform{
        width:90%;
    }
    .rowww{
        padding:0 20px;
    }
    .social_item {
    width: 100%;
    float: left;
    padding: 20px 10px;
}
}



